.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Anonymous Pro;
}
.display-1 {
  font-family: 'Anonymous Pro', monospace;
  font-size: 3.5rem;
  line-height: 0.9;
}
.display-1 > .visualization-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Anonymous Pro', monospace;
  font-size: 3.6rem;
  line-height: 0.85;
}
.display-2 > .visualization-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-4 > .visualization-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Anonymous Pro', monospace;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .visualization-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
}
.display-7 > .visualization-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: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff9f00 !important;
}
.bg-success {
  background-color: #c97d00 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffc15b !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary .visualization-iconfont {
  color: #ff9f00 !important;
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff9f00 !important;
  border-color: #ff9f00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffb233 !important;
  border-color: #ffb233 !important;
  box-shadow: none;
}
.btn-primary:hover .visualization-iconfont,
.btn-primary:focus .visualization-iconfont,
.btn-primary.focus .visualization-iconfont,
.btn-primary.active .visualization-iconfont {
  color: #ffb233 !important;
  background-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffb233 !important;
  border-color: #ffb233 !important;
}
.btn-secondary .visualization-iconfont {
  color: #ff9f00 !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff9f00 !important;
  border-color: #ff9f00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb233 !important;
  border-color: #ffb233 !important;
  box-shadow: none;
}
.btn-secondary:hover .visualization-iconfont,
.btn-secondary:focus .visualization-iconfont,
.btn-secondary.focus .visualization-iconfont,
.btn-secondary.active .visualization-iconfont {
  color: #ffb233 !important;
  background-color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffb233 !important;
  border-color: #ffb233 !important;
}
.btn-info .visualization-iconfont {
  color: #ffffff !important;
  background-color: #666666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover .visualization-iconfont,
.btn-info:focus .visualization-iconfont,
.btn-info.focus .visualization-iconfont,
.btn-info.active .visualization-iconfont {
  color: #ffffff !important;
  background-color: #666666 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .visualization-iconfont {
  color: #c97d00 !important;
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #c97d00 !important;
  border-color: #c97d00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fc9d00 !important;
  border-color: #fc9d00 !important;
  box-shadow: none;
}
.btn-success:hover .visualization-iconfont,
.btn-success:focus .visualization-iconfont,
.btn-success.focus .visualization-iconfont,
.btn-success.active .visualization-iconfont {
  color: #fc9d00 !important;
  background-color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fc9d00 !important;
  border-color: #fc9d00 !important;
}
.btn-warning .visualization-iconfont {
  color: #ffc15b !important;
  background-color: #281900 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc15b !important;
  border-color: #ffc15b !important;
  color: #281900 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd48e !important;
  border-color: #ffd48e !important;
  box-shadow: none;
}
.btn-warning:hover .visualization-iconfont,
.btn-warning:focus .visualization-iconfont,
.btn-warning.focus .visualization-iconfont,
.btn-warning.active .visualization-iconfont {
  color: #ffd48e !important;
  background-color: #281900 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #281900 !important;
  background-color: #ffd48e !important;
  border-color: #ffd48e !important;
}
.btn-danger .visualization-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger:hover .visualization-iconfont,
.btn-danger:focus .visualization-iconfont,
.btn-danger.focus .visualization-iconfont,
.btn-danger.active .visualization-iconfont {
  color: #1a1a1a !important;
  background-color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white .visualization-iconfont {
  color: #eff0ec !important;
  background-color: #5a5f4b !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #5a5f4b !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white:hover .visualization-iconfont,
.btn-white:focus .visualization-iconfont,
.btn-white.focus .visualization-iconfont,
.btn-white.active .visualization-iconfont {
  color: #ffffff !important;
  background-color: #5a5f4b !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5a5f4b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .visualization-iconfont {
  color: #232323 !important;
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black:hover .visualization-iconfont,
.btn-black:focus .visualization-iconfont,
.btn-black.focus .visualization-iconfont,
.btn-black.active .visualization-iconfont {
  color: #3d3d3d !important;
  background-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .visualization-iconfont {
  color: #ff9f00 !important;
  border: 2px solid #ff9f00 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff9f00;
  color: #ff9f00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a86900 !important;
  background-color: transparent !important;
  border-color: #a86900 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .visualization-iconfont,
.btn-primary-outline:focus .visualization-iconfont,
.btn-primary-outline.focus .visualization-iconfont,
.btn-primary-outline.active .visualization-iconfont {
  color: #a86900 !important;
  border: 2px solid #a86900 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9f00 !important;
  border-color: #ff9f00 !important;
}
.btn-secondary-outline .visualization-iconfont {
  color: #ff9f00 !important;
  border: 2px solid #ff9f00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff9f00;
  color: #ff9f00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a86900 !important;
  background-color: transparent !important;
  border-color: #a86900 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .visualization-iconfont,
.btn-secondary-outline:focus .visualization-iconfont,
.btn-secondary-outline.focus .visualization-iconfont,
.btn-secondary-outline.active .visualization-iconfont {
  color: #a86900 !important;
  border: 2px solid #a86900 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9f00 !important;
  border-color: #ff9f00 !important;
}
.btn-info-outline .visualization-iconfont {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .visualization-iconfont,
.btn-info-outline:focus .visualization-iconfont,
.btn-info-outline.focus .visualization-iconfont,
.btn-info-outline.active .visualization-iconfont {
  color: #d4d4d4 !important;
  border: 2px solid #d4d4d4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline .visualization-iconfont {
  color: #c97d00 !important;
  border: 2px solid #c97d00 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #c97d00;
  color: #c97d00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #724700 !important;
  background-color: transparent !important;
  border-color: #724700 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .visualization-iconfont,
.btn-success-outline:focus .visualization-iconfont,
.btn-success-outline.focus .visualization-iconfont,
.btn-success-outline.active .visualization-iconfont {
  color: #724700 !important;
  border: 2px solid #724700 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c97d00 !important;
  border-color: #c97d00 !important;
}
.btn-warning-outline .visualization-iconfont {
  color: #ffc15b !important;
  border: 2px solid #ffc15b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc15b;
  color: #ffc15b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffa004 !important;
  background-color: transparent !important;
  border-color: #ffa004 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .visualization-iconfont,
.btn-warning-outline:focus .visualization-iconfont,
.btn-warning-outline.focus .visualization-iconfont,
.btn-warning-outline.active .visualization-iconfont {
  color: #ffa004 !important;
  border: 2px solid #ffa004 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5b3900 !important;
  background-color: #ffc15b !important;
  border-color: #ffc15b !important;
}
.btn-danger-outline .visualization-iconfont {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .visualization-iconfont,
.btn-danger-outline:focus .visualization-iconfont,
.btn-danger-outline.focus .visualization-iconfont,
.btn-danger-outline.active .visualization-iconfont {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline .visualization-iconfont {
  color: #232323 !important;
  border: 2px solid #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .visualization-iconfont,
.btn-black-outline:focus .visualization-iconfont,
.btn-black-outline.focus .visualization-iconfont,
.btn-black-outline.active .visualization-iconfont {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .visualization-iconfont {
  color: #fafafa !important;
  border: 2px solid #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .visualization-iconfont,
.btn-white-outline:focus .visualization-iconfont,
.btn-white-outline.focus .visualization-iconfont,
.btn-white-outline.active .visualization-iconfont {
  color: #cfcfcf !important;
  border: 2px solid #cfcfcf !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff9f00 !important;
}
.text-secondary {
  color: #ff9f00 !important;
}
.text-success {
  color: #c97d00 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffc15b !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #995f00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #995f00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #633e00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f49800 !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: #ff9f00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffc15b;
}
.alert-danger {
  background-color: #000000;
}
.visualization-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.visualization-gallery-filter li a {
  border-radius: 100px !important;
}
.visualization-gallery-filter li.active .btn {
  background-color: #ff9f00;
  border-color: #ff9f00;
  color: #ffffff;
}
.visualization-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff9f00;
}
.visualization-plan-header.bg-primary .visualization-plan-subtitle,
.visualization-plan-header.bg-primary .visualization-plan-price-desc {
  color: #ffeccc;
}
.visualization-plan-header.bg-success .visualization-plan-subtitle,
.visualization-plan-header.bg-success .visualization-plan-price-desc {
  color: #ffd796;
}
.visualization-plan-header.bg-info .visualization-plan-subtitle,
.visualization-plan-header.bg-info .visualization-plan-price-desc {
  color: #ffffff;
}
.visualization-plan-header.bg-warning .visualization-plan-subtitle,
.visualization-plan-header.bg-warning .visualization-plan-price-desc {
  color: #ffffff;
}
.visualization-plan-header.bg-danger .visualization-plan-subtitle,
.visualization-plan-header.bg-danger .visualization-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .visualization-iconfont {
  font-size: 1.5rem;
}
.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: #ff9f00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .visualization-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff9f00;
}
/* Forms */
.visualization-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.visualization-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.visualization-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.visualization-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff9f00;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff9f00;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff9f00;
  border-bottom-color: #ff9f00;
}
.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: #000000 !important;
  background-color: #ff9f00 !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: #ff9f00 !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='%23ff9f00' %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;
}
.visualization-section-btn .btn {
  border-radius: 100px !important;
  padding: 11px 64px;
  align-items: center;
  min-height: 88px;
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  .visualization-section-btn .btn {
    min-height: 54px;
    padding: 11px 32px;
  }
}
.visualization-section-btn .btn .visualization-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-left: 60px;
  margin-right: -50px;
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .visualization-section-btn .btn .visualization-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 16px;
    margin-left: 32px;
    margin-right: -20px;
  }
}
.visualization-section-btn .item-btn {
  padding: 11px 16px;
}
@media (max-width: 768px) {
  .visualization-section-btn .item-btn {
    padding: 11px 16px;
  }
}
.visualization-section-btn .item-btn .visualization-iconfont {
  margin-left: 10px;
  margin-right: 0;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.visualization-figure iframe,
.google-map iframe,
.google-map,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.form-wrapper {
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .visualization-figure iframe,
  .google-map iframe,
  .google-map,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .item-img,
  .form-wrapper {
    border-radius: 30px !important;
  }
}
.tag-wrapper .tag-wrap {
  border-radius: 100px;
}
.tag-wrapper .visualization-tag {
  border-radius: 100px;
}
.title-wrapper::before {
  border-radius: 30px;
}
.contact-wrapper {
  border-radius: 30px;
}
.title-wrap .visualization-section-title {
  border-radius: 50px;
}
.container-bg {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
@media (max-width: 992px) {
  .container-bg {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.asKbzVF-uPpkKM48mT .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .asKbzVF-uPpkKM48mT .visualization-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPpkKM48mT .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .asKbzVF-uPpkKM48mT .navbar-dropdown {
    padding: 0 1rem;
  }
}
.asKbzVF-uPpkKM48mT .navbar-caption {
  font-weight: 500;
}
.asKbzVF-uPpkKM48mT .dropdown-item:before {
  font-family: radio2 !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;
}
.asKbzVF-uPpkKM48mT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.asKbzVF-uPpkKM48mT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.asKbzVF-uPpkKM48mT .dropdown-item:hover,
.asKbzVF-uPpkKM48mT .dropdown-item:focus {
  background: #ff9f00 !important;
  color: white !important;
}
.asKbzVF-uPpkKM48mT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.asKbzVF-uPpkKM48mT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.asKbzVF-uPpkKM48mT .nav-link {
  position: relative;
}
.asKbzVF-uPpkKM48mT .container {
  display: flex;
  margin: auto;
}
.asKbzVF-uPpkKM48mT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.asKbzVF-uPpkKM48mT .dropdown-menu,
.asKbzVF-uPpkKM48mT .navbar.opened {
  background: #ff9f00 !important;
}
.asKbzVF-uPpkKM48mT .nav-item:focus,
.asKbzVF-uPpkKM48mT .nav-link:focus {
  outline: none;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item .visualization-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item .visualization-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.asKbzVF-uPpkKM48mT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.asKbzVF-uPpkKM48mT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.asKbzVF-uPpkKM48mT .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9f00;
}
.asKbzVF-uPpkKM48mT .navbar.opened {
  transition: all 0.3s;
}
.asKbzVF-uPpkKM48mT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.asKbzVF-uPpkKM48mT .navbar .navbar-logo img {
  width: auto;
}
.asKbzVF-uPpkKM48mT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed {
  justify-content: center;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.asKbzVF-uPpkKM48mT .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%;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .asKbzVF-uPpkKM48mT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .asKbzVF-uPpkKM48mT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .asKbzVF-uPpkKM48mT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .asKbzVF-uPpkKM48mT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .asKbzVF-uPpkKM48mT .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%;
  }
  .asKbzVF-uPpkKM48mT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .asKbzVF-uPpkKM48mT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .asKbzVF-uPpkKM48mT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .asKbzVF-uPpkKM48mT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .asKbzVF-uPpkKM48mT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .asKbzVF-uPpkKM48mT .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.asKbzVF-uPpkKM48mT .navbar.navbar-short {
  min-height: 80px;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.asKbzVF-uPpkKM48mT .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;
}
.asKbzVF-uPpkKM48mT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.asKbzVF-uPpkKM48mT .navbar-brand .navbar-logo a {
  outline: none;
}
.asKbzVF-uPpkKM48mT .dropdown-item.active,
.asKbzVF-uPpkKM48mT .dropdown-item:active {
  background-color: transparent;
}
.asKbzVF-uPpkKM48mT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9f00;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.asKbzVF-uPpkKM48mT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.asKbzVF-uPpkKM48mT ul.navbar-nav {
  flex-wrap: wrap;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.asKbzVF-uPpkKM48mT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .asKbzVF-uPpkKM48mT .navbar {
    height: 70px;
  }
  .asKbzVF-uPpkKM48mT .navbar.opened {
    height: auto;
  }
  .asKbzVF-uPpkKM48mT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.asKbzVF-uPpl6PkKXp {
  padding-top: 3rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #000000;
}
.asKbzVF-uPpl6PkKXp .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPpl6PkKXp .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPpl6PkKXp .container {
    padding: 0 24px;
  }
}
.asKbzVF-uPpl6PkKXp .row {
  position: relative;
}
.asKbzVF-uPpl6PkKXp .row .card {
  justify-content: center;
}
.asKbzVF-uPpl6PkKXp .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #ff9f00;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPpl6PkKXp .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .asKbzVF-uPpl6PkKXp .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.asKbzVF-uPpl6PkKXp .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .asKbzVF-uPpl6PkKXp .title-wrapper {
    margin-bottom: 32px;
  }
}
.asKbzVF-uPpl6PkKXp .title-wrapper .visualization-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpl6PkKXp .title-wrapper .visualization-section-title {
    margin-bottom: 32px;
  }
}
.asKbzVF-uPpl6PkKXp .title-wrapper .visualization-text {
  margin-bottom: 0;
}
.asKbzVF-uPpl6PkKXp .title-wrapper .visualization-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpl6PkKXp .title-wrapper .visualization-section-btn {
    margin-top: 32px;
  }
}
.asKbzVF-uPpl6PkKXp .image-wrapper {
  position: relative;
}
.asKbzVF-uPpl6PkKXp .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .asKbzVF-uPpl6PkKXp .image-wrapper img {
    height: 350px;
  }
}
.asKbzVF-uPpl6PkKXp .visualization-section-title {
  color: #F5DF4D;
}
.asKbzVF-uPpl6PkKXp .visualization-text {
  color: #FF3399;
}
.asKbzVF-uPpl6PkKXp .visualization-section-title,
.asKbzVF-uPpl6PkKXp .visualization-section-btn {
  color: #ff9f00;
  text-align: center;
}
.asKbzVF-uPpl6PkKXp .visualization-text,
.asKbzVF-uPpl6PkKXp .visualization-section-btn {
  color: #ffffff;
  text-align: center;
}
.asKbzVF-uPpmMULal1 {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.asKbzVF-uPpmMULal1 .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPpmMULal1 .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPpmMULal1 .container {
    padding: 0 20px;
  }
}
.asKbzVF-uPpmMULal1 .row {
  margin: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPpmMULal1 .title-wrapper {
    margin-bottom: 50px;
  }
}
.asKbzVF-uPpmMULal1 .title-wrapper .visualization-section-title {
  padding-right: 80px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpmMULal1 .title-wrapper .visualization-section-title {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.asKbzVF-uPpmMULal1 .title-wrapper .image-wrapper {
  position: relative;
}
.asKbzVF-uPpmMULal1 .title-wrapper .image-wrapper .blur-wrap {
  position: absolute;
  top: 2rem;
  left: 0;
  background-image: linear-gradient(-120deg, #ff9f00 50%, #ff9f00 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.asKbzVF-uPpmMULal1 .title-wrapper .image-wrapper img {
  position: relative;
  z-index: 1;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .asKbzVF-uPpmMULal1 .title-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.asKbzVF-uPpmMULal1 .text-wrapper .visualization-text {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpmMULal1 .text-wrapper .visualization-text {
    margin-bottom: 50px;
  }
}
.asKbzVF-uPpmMULal1 .row.cards .card {
  margin-bottom: 50px;
  padding-left: 0;
}
.asKbzVF-uPpmMULal1 .row.cards .card:first-child {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpmMULal1 .row.cards .card:first-child {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPpmMULal1 .row.cards .card {
    margin-bottom: 32px;
  }
}
.asKbzVF-uPpmMULal1 .row.cards .card .card-wrap .visualization-number {
  margin-bottom: 16px;
}
.asKbzVF-uPpmMULal1 .row.cards .card .card-wrap .visualization-desc {
  margin-bottom: 0;
}
.asKbzVF-uPpmMULal1 .row.cards .card .card-wrap a:hover .visualization-link {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.asKbzVF-uPpmMULal1 .row.cards .card .card-wrap a .visualization-link {
  opacity: .5;
  margin-bottom: 0;
}
.asKbzVF-uPpmMULal1 .visualization-section-title {
  color: #ff9f00;
}
.asKbzVF-uPpmMULal1 .visualization-text {
  color: #ffffff;
}
.asKbzVF-uPpmMULal1 .visualization-number {
  color: #ff9f00;
  text-align: center;
}
.asKbzVF-uPpmMULal1 .visualization-desc {
  color: #ffffff;
  text-align: center;
}
.asKbzVF-uPpmMULal1 .visualization-link {
  color: #ffffff;
}
.asKbzVF-uPpmNVszRi {
  background-color: #000000;
}
.asKbzVF-uPpmNVszRi .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPpmNVszRi .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPpmNVszRi .container {
    padding: 0 20px;
  }
}
.asKbzVF-uPpmNVszRi .row {
  margin: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPpmNVszRi .title-wrapper {
    margin-bottom: 50px;
  }
}
.asKbzVF-uPpmNVszRi .title-wrapper .visualization-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpmNVszRi .title-wrapper .visualization-section-title {
    margin-bottom: 32px;
  }
}
.asKbzVF-uPpmNVszRi .title-wrapper .visualization-text {
  margin-bottom: 32px;
}
.asKbzVF-uPpmNVszRi .image-wrapper {
  position: relative;
}
.asKbzVF-uPpmNVszRi .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #ff9f00 50%, #ff9f00 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.asKbzVF-uPpmNVszRi .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .asKbzVF-uPpmNVszRi .image-wrapper img {
    height: 350px;
  }
}
.asKbzVF-uPpmNVszRi .visualization-section-title {
  color: #ffffff;
}
.asKbzVF-uPpmNVszRi .visualization-text {
  color: #ffffff;
  text-align: center;
}
.asKbzVF-uPpmNVszRi .visualization-number {
  color: #f5fd7b;
}
.asKbzVF-uPpmNVszRi .visualization-desc {
  color: #ffffff;
}
.asKbzVF-uPpmNVszRi .visualization-link {
  color: #ffffff;
}
.asKbzVF-uPpmNVszRi .visualization-section-title,
.asKbzVF-uPpmNVszRi .visualization-section-btn {
  color: #ff9f00;
  text-align: center;
}
.asKbzVF-uPpmQjXk2T {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.asKbzVF-uPpmQjXk2T .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPpmQjXk2T .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPpmQjXk2T .title-wrapper {
  margin-bottom: 40px;
}
.asKbzVF-uPpmQjXk2T .title-wrapper .visualization-tag {
  margin-bottom: 16px;
}
.asKbzVF-uPpmQjXk2T .title-wrapper .visualization-section-title {
  margin-bottom: 0;
}
.asKbzVF-uPpmQjXk2T .items-wrapper {
  margin: 0 -20px;
}
.asKbzVF-uPpmQjXk2T .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpmQjXk2T .items-wrapper .item {
    margin-bottom: 20px;
  }
  .asKbzVF-uPpmQjXk2T .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.asKbzVF-uPpmQjXk2T .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPpmQjXk2T .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.asKbzVF-uPpmQjXk2T .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpmQjXk2T .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.asKbzVF-uPpmQjXk2T .items-wrapper .item .item-wrapper .icon-wrapper .visualization-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #c97d00, #ff9f00);
  font-size: 80px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpmQjXk2T .items-wrapper .item .item-wrapper .icon-wrapper .visualization-iconfont {
    font-size: 50px;
  }
}
.asKbzVF-uPpmQjXk2T .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.asKbzVF-uPpmQjXk2T .visualization-section-title {
  color: #ff9f00;
}
.asKbzVF-uPpmQjXk2T .visualization-tag {
  color: #ffffff;
}
.asKbzVF-uPpmQjXk2T .item-title {
  color: #ffffff;
}
.asKbzVF-uPrNjIcLk9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.asKbzVF-uPrNjIcLk9 .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPrNjIcLk9 .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPrNjIcLk9 .container,
.asKbzVF-uPrNjIcLk9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .container,
  .asKbzVF-uPrNjIcLk9 .container-fluid {
    padding: 0 20px;
  }
}
.asKbzVF-uPrNjIcLk9 a {
  display: block;
}
.asKbzVF-uPrNjIcLk9 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ff9f00;
  border-bottom: 1px solid #ff9f00;
  border-right: none;
  border-left: 1px solid #ff9f00;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    padding: 50px 0;
  }
}
.asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.asKbzVF-uPrNjIcLk9 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ff9f00;
  border-right: none;
  border-left: 1px solid #ff9f00;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .copy-wrapper {
    border-right: none;
  }
}
.asKbzVF-uPrNjIcLk9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.asKbzVF-uPrNjIcLk9 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper {
    height: auto;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .card-wrapper {
    margin-bottom: 50px;
  }
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ff9f00;
  border-radius: 24px;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap .visualization-section-title {
  margin-bottom: 42px;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap .visualization-text {
  margin-bottom: 42px;
}
.asKbzVF-uPrNjIcLk9 .copyright {
  color: #ff9f00;
}
.asKbzVF-uPrNjIcLk9 .visualization-section-title {
  color: #3d4045;
}
.asKbzVF-uPrNjIcLk9 .visualization-text {
  color: #3d4045;
}
.asKbzVF-uPrNjIcLk9 .list {
  color: #ffffff;
  text-align: center;
}
.asKbzVF-uPrNjIcLk9 .visualization-section-btn {
  text-align: right;
}
.asKbzVF-uPpkKM48mT .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .asKbzVF-uPpkKM48mT .visualization-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPpkKM48mT .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .asKbzVF-uPpkKM48mT .navbar-dropdown {
    padding: 0 1rem;
  }
}
.asKbzVF-uPpkKM48mT .navbar-caption {
  font-weight: 500;
}
.asKbzVF-uPpkKM48mT .dropdown-item:before {
  font-family: radio2 !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;
}
.asKbzVF-uPpkKM48mT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.asKbzVF-uPpkKM48mT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.asKbzVF-uPpkKM48mT .dropdown-item:hover,
.asKbzVF-uPpkKM48mT .dropdown-item:focus {
  background: #ff9f00 !important;
  color: white !important;
}
.asKbzVF-uPpkKM48mT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.asKbzVF-uPpkKM48mT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.asKbzVF-uPpkKM48mT .nav-link {
  position: relative;
}
.asKbzVF-uPpkKM48mT .container {
  display: flex;
  margin: auto;
}
.asKbzVF-uPpkKM48mT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.asKbzVF-uPpkKM48mT .dropdown-menu,
.asKbzVF-uPpkKM48mT .navbar.opened {
  background: #ff9f00 !important;
}
.asKbzVF-uPpkKM48mT .nav-item:focus,
.asKbzVF-uPpkKM48mT .nav-link:focus {
  outline: none;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item .visualization-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item .visualization-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.asKbzVF-uPpkKM48mT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.asKbzVF-uPpkKM48mT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.asKbzVF-uPpkKM48mT .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9f00;
}
.asKbzVF-uPpkKM48mT .navbar.opened {
  transition: all 0.3s;
}
.asKbzVF-uPpkKM48mT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.asKbzVF-uPpkKM48mT .navbar .navbar-logo img {
  width: auto;
}
.asKbzVF-uPpkKM48mT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed {
  justify-content: center;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.asKbzVF-uPpkKM48mT .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%;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .asKbzVF-uPpkKM48mT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .asKbzVF-uPpkKM48mT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .asKbzVF-uPpkKM48mT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .asKbzVF-uPpkKM48mT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .asKbzVF-uPpkKM48mT .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%;
  }
  .asKbzVF-uPpkKM48mT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .asKbzVF-uPpkKM48mT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .asKbzVF-uPpkKM48mT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .asKbzVF-uPpkKM48mT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .asKbzVF-uPpkKM48mT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .asKbzVF-uPpkKM48mT .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.asKbzVF-uPpkKM48mT .navbar.navbar-short {
  min-height: 80px;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.asKbzVF-uPpkKM48mT .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;
}
.asKbzVF-uPpkKM48mT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.asKbzVF-uPpkKM48mT .navbar-brand .navbar-logo a {
  outline: none;
}
.asKbzVF-uPpkKM48mT .dropdown-item.active,
.asKbzVF-uPpkKM48mT .dropdown-item:active {
  background-color: transparent;
}
.asKbzVF-uPpkKM48mT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9f00;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.asKbzVF-uPpkKM48mT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.asKbzVF-uPpkKM48mT ul.navbar-nav {
  flex-wrap: wrap;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.asKbzVF-uPpkKM48mT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .asKbzVF-uPpkKM48mT .navbar {
    height: 70px;
  }
  .asKbzVF-uPpkKM48mT .navbar.opened {
    height: auto;
  }
  .asKbzVF-uPpkKM48mT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.asKbzVF-uPpoPhUtq7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.asKbzVF-uPpoPhUtq7::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff9f00 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .asKbzVF-uPpoPhUtq7::before {
    opacity: .4;
  }
}
.asKbzVF-uPpoPhUtq7::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #c97d00 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .asKbzVF-uPpoPhUtq7::after {
    opacity: .4;
  }
}
.asKbzVF-uPpoPhUtq7 .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPpoPhUtq7 .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .asKbzVF-uPpoPhUtq7 .container {
    padding: 0 16px;
  }
}
.asKbzVF-uPpoPhUtq7 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.asKbzVF-uPpoPhUtq7 .row .card {
  justify-content: flex-end;
}
.asKbzVF-uPpoPhUtq7 .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .asKbzVF-uPpoPhUtq7 .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPpoPhUtq7 .title-wrapper {
    margin-bottom: 90px;
  }
}
.asKbzVF-uPpoPhUtq7 .title-wrapper .visualization-section-title {
  margin-bottom: 32px;
}
.asKbzVF-uPpoPhUtq7 .title-wrapper .visualization-section-title span {
  color: #ff9f00;
}
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-text {
  margin-bottom: 0;
}
.asKbzVF-uPpoPhUtq7 .text-wrapper .text_2 {
  margin-top: 32px;
}
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn {
  margin-top: 14px;
}
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-primary-outline,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-secondary-outline,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-success-outline,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-info-outline,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-warning-outline,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-danger-outline,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-black-outline,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-primary-outline .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-secondary-outline .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-success-outline .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-info-outline .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-warning-outline .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-danger-outline .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-black-outline .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-white-outline .visualization-iconfont {
  transform: rotate(0deg);
}
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-primary-outline:hover,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-secondary-outline:hover,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-success-outline:hover,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-info-outline:hover,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-warning-outline:hover,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-danger-outline:hover,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-black-outline:hover,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-white-outline:hover,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-primary-outline:focus,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-secondary-outline:focus,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-success-outline:focus,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-info-outline:focus,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-warning-outline:focus,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-danger-outline:focus,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-black-outline:focus,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-primary-outline:hover .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-secondary-outline:hover .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-success-outline:hover .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-info-outline:hover .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-warning-outline:hover .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-danger-outline:hover .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-black-outline:hover .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-white-outline:hover .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-primary-outline:focus .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-secondary-outline:focus .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-success-outline:focus .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-info-outline:focus .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-warning-outline:focus .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-danger-outline:focus .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-black-outline:focus .visualization-iconfont,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-white-outline:focus .visualization-iconfont {
  transform: translateX(10px);
}
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-primary-outline:hover,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-primary-outline:focus {
  color: #ff9f00 !important;
}
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-secondary-outline:hover,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-secondary-outline:focus {
  color: #ff9f00 !important;
}
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-success-outline:hover,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-success-outline:focus {
  color: #c97d00 !important;
}
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-info-outline:hover,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-warning-outline:hover,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-warning-outline:focus {
  color: #ffc15b !important;
}
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-danger-outline:hover,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-danger-outline:focus {
  color: #000000 !important;
}
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-black-outline:hover,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-white-outline:hover,
.asKbzVF-uPpoPhUtq7 .text-wrapper .visualization-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.asKbzVF-uPpoPhUtq7 .visualization-section-title {
  color: #000000;
}
.asKbzVF-uPpoPhUtq7 .visualization-text {
  color: #000000;
}
.asKbzVF-uPpoPhUtq7 .visualization-section-title,
.asKbzVF-uPpoPhUtq7 .visualization-section-btn-main {
  color: #ff9f00;
  text-align: center;
}
.asKbzVF-uPpoPhUtq7 .visualization-text,
.asKbzVF-uPpoPhUtq7 .visualization-section-btn {
  color: #ffffff;
}
.asKbzVF-uPpp7LaJ3g {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.asKbzVF-uPpp7LaJ3g .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPpp7LaJ3g .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPpp7LaJ3g .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.asKbzVF-uPpp7LaJ3g .card-box__top .visualization-iconfont {
  font-size: 70px;
  width: auto;
}
.asKbzVF-uPpp7LaJ3g .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .asKbzVF-uPpp7LaJ3g .item-mb {
    margin-bottom: 1rem;
  }
}
.asKbzVF-uPpp7LaJ3g .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.asKbzVF-uPpp7LaJ3g .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.asKbzVF-uPpp7LaJ3g .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.asKbzVF-uPpp7LaJ3g .card-box .item-footer {
  margin-left: 0;
}
.asKbzVF-uPpp7LaJ3g .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.asKbzVF-uPpp7LaJ3g .card-box .item-footer .visualization-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.asKbzVF-uPpp7LaJ3g .item-wrapper {
  background: #000000;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #ff9f00;
  transition: all 0.3s ease;
}
.asKbzVF-uPpp7LaJ3g .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.asKbzVF-uPpp7LaJ3g .item-wrapper .btn .visualization-iconfont-btn::before {
  background-color: inherit;
}
.asKbzVF-uPpp7LaJ3g .item-wrapper:hover {
  background-color: #232323;
  box-shadow: 5px 5px 0 0 #ff9f00;
}
.asKbzVF-uPpp7LaJ3g .item-wrapper:hover .item-footer .visualization-iconfont {
  transform: translateX(1.25rem);
}
.asKbzVF-uPpp7LaJ3g .visualization-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.asKbzVF-uPpp7LaJ3g .icon-title {
  color: #bff747;
}
.asKbzVF-uPpp7LaJ3g .visualization-section-title {
  color: #000000;
  text-align: center;
}
.asKbzVF-uPpp7LaJ3g .visualization-section-subtitle {
  color: #000000;
}
.asKbzVF-uPpp7LaJ3g .content-head {
  max-width: 856px;
}
.asKbzVF-uPpp7LaJ3g .card-title,
.asKbzVF-uPpp7LaJ3g .iconfont-wrapper {
  color: #ff9f00;
  text-align: center;
}
.asKbzVF-uPpp7LaJ3g .card-text,
.asKbzVF-uPpp7LaJ3g .item .visualization-section-btn {
  color: #ffffff;
  text-align: center;
}
.asKbzVF-uPpp3aNjPM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.asKbzVF-uPpp3aNjPM .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPpp3aNjPM .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPpp3aNjPM .row {
  justify-content: center;
}
.asKbzVF-uPpp3aNjPM .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpp3aNjPM .title-wrapper {
    margin-bottom: 30px;
  }
}
.asKbzVF-uPpp3aNjPM .title-wrapper .visualization-section-title {
  margin-bottom: 0;
}
.asKbzVF-uPpp3aNjPM .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .asKbzVF-uPpp3aNjPM .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPpp3aNjPM .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .asKbzVF-uPpp3aNjPM .items-wrapper {
    display: block;
  }
}
.asKbzVF-uPpp3aNjPM .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .asKbzVF-uPpp3aNjPM .item {
    margin-bottom: 16px;
  }
}
.asKbzVF-uPpp3aNjPM .item:hover .item-wrapper .item-img img,
.asKbzVF-uPpp3aNjPM .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.asKbzVF-uPpp3aNjPM .item .item-wrapper {
  height: 100%;
  border: 3px solid #ff9f00;
  padding: 48px;
}
@media (max-width: 1440px) {
  .asKbzVF-uPpp3aNjPM .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .asKbzVF-uPpp3aNjPM .item .item-wrapper {
    padding: 30px 20px;
  }
}
.asKbzVF-uPpp3aNjPM .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .asKbzVF-uPpp3aNjPM .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.asKbzVF-uPpp3aNjPM .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .asKbzVF-uPpp3aNjPM .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.asKbzVF-uPpp3aNjPM .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.asKbzVF-uPpp3aNjPM .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.asKbzVF-uPpp3aNjPM .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPpp3aNjPM .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.asKbzVF-uPpp3aNjPM .item .item-wrapper .card-box .visualization-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPpp3aNjPM .item .item-wrapper .card-box .visualization-section-btn {
    margin-top: 30px;
  }
}
.asKbzVF-uPpp3aNjPM .item .item-wrapper .card-box .visualization-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.asKbzVF-uPpp3aNjPM .visualization-section-title {
  color: #ffffff;
}
.asKbzVF-uPpp3aNjPM .card-name {
  color: #ff9f00;
  text-align: center;
}
.asKbzVF-uPpp3aNjPM .card-role {
  color: #cbff5b;
}
.asKbzVF-uPpp3aNjPM .card-text {
  color: #ffffff;
}
.asKbzVF-uPpp3aNjPM .visualization-tag {
  color: #000000;
}
.asKbzVF-uPpp3aNjPM .card-text,
.asKbzVF-uPpp3aNjPM .visualization-section-btn,
.asKbzVF-uPpp3aNjPM .text-wrapper {
  text-align: center;
}
.asKbzVF-uPppLvzKzk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.asKbzVF-uPppLvzKzk .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPppLvzKzk .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPppLvzKzk .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.asKbzVF-uPppLvzKzk .card-box__top .visualization-iconfont {
  font-size: 70px;
  width: auto;
}
.asKbzVF-uPppLvzKzk .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .asKbzVF-uPppLvzKzk .item-mb {
    margin-bottom: 1rem;
  }
}
.asKbzVF-uPppLvzKzk .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.asKbzVF-uPppLvzKzk .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.asKbzVF-uPppLvzKzk .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.asKbzVF-uPppLvzKzk .card-box .item-footer {
  margin-left: 0;
}
.asKbzVF-uPppLvzKzk .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.asKbzVF-uPppLvzKzk .card-box .item-footer .visualization-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.asKbzVF-uPppLvzKzk .item-wrapper {
  background: #000000;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #ff9f00;
  transition: all 0.3s ease;
}
.asKbzVF-uPppLvzKzk .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.asKbzVF-uPppLvzKzk .item-wrapper .btn .visualization-iconfont-btn::before {
  background-color: inherit;
}
.asKbzVF-uPppLvzKzk .item-wrapper:hover {
  background-color: #232323;
  box-shadow: 5px 5px 0 0 #ff9f00;
}
.asKbzVF-uPppLvzKzk .item-wrapper:hover .item-footer .visualization-iconfont {
  transform: translateX(1.25rem);
}
.asKbzVF-uPppLvzKzk .visualization-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.asKbzVF-uPppLvzKzk .icon-title {
  color: #bff747;
}
.asKbzVF-uPppLvzKzk .visualization-section-title {
  color: #000000;
  text-align: center;
}
.asKbzVF-uPppLvzKzk .visualization-section-subtitle {
  color: #000000;
}
.asKbzVF-uPppLvzKzk .content-head {
  max-width: 856px;
}
.asKbzVF-uPppLvzKzk .card-title,
.asKbzVF-uPppLvzKzk .iconfont-wrapper {
  color: #ff9f00;
  text-align: center;
}
.asKbzVF-uPppLvzKzk .card-text,
.asKbzVF-uPppLvzKzk .item .visualization-section-btn {
  color: #ffffff;
  text-align: center;
}
.asKbzVF-uPppXLLL72 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.asKbzVF-uPppXLLL72 .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPppXLLL72 .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPppXLLL72 .row {
  justify-content: center;
}
.asKbzVF-uPppXLLL72 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .asKbzVF-uPppXLLL72 .title-wrapper {
    margin-bottom: 30px;
  }
}
.asKbzVF-uPppXLLL72 .title-wrapper .visualization-section-title {
  margin-bottom: 0;
}
.asKbzVF-uPppXLLL72 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .asKbzVF-uPppXLLL72 .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPppXLLL72 .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .asKbzVF-uPppXLLL72 .items-wrapper {
    display: block;
  }
}
.asKbzVF-uPppXLLL72 .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .asKbzVF-uPppXLLL72 .item {
    margin-bottom: 16px;
  }
}
.asKbzVF-uPppXLLL72 .item:hover .item-wrapper .item-img img,
.asKbzVF-uPppXLLL72 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.asKbzVF-uPppXLLL72 .item .item-wrapper {
  height: 100%;
  border: 3px solid #ff9f00;
  padding: 48px;
}
@media (max-width: 1440px) {
  .asKbzVF-uPppXLLL72 .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .asKbzVF-uPppXLLL72 .item .item-wrapper {
    padding: 30px 20px;
  }
}
.asKbzVF-uPppXLLL72 .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .asKbzVF-uPppXLLL72 .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.asKbzVF-uPppXLLL72 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .asKbzVF-uPppXLLL72 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.asKbzVF-uPppXLLL72 .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.asKbzVF-uPppXLLL72 .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.asKbzVF-uPppXLLL72 .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPppXLLL72 .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.asKbzVF-uPppXLLL72 .item .item-wrapper .card-box .visualization-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPppXLLL72 .item .item-wrapper .card-box .visualization-section-btn {
    margin-top: 30px;
  }
}
.asKbzVF-uPppXLLL72 .item .item-wrapper .card-box .visualization-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.asKbzVF-uPppXLLL72 .visualization-section-title {
  color: #ffffff;
}
.asKbzVF-uPppXLLL72 .card-name {
  color: #ff9f00;
  text-align: center;
}
.asKbzVF-uPppXLLL72 .card-role {
  color: #cbff5b;
}
.asKbzVF-uPppXLLL72 .card-text {
  color: #ffffff;
}
.asKbzVF-uPppXLLL72 .visualization-tag {
  color: #000000;
}
.asKbzVF-uPppXLLL72 .card-text,
.asKbzVF-uPppXLLL72 .visualization-section-btn,
.asKbzVF-uPppXLLL72 .text-wrapper {
  text-align: center;
}
.asKbzVF-uPrNjIcLk9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.asKbzVF-uPrNjIcLk9 .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPrNjIcLk9 .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPrNjIcLk9 .container,
.asKbzVF-uPrNjIcLk9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .container,
  .asKbzVF-uPrNjIcLk9 .container-fluid {
    padding: 0 20px;
  }
}
.asKbzVF-uPrNjIcLk9 a {
  display: block;
}
.asKbzVF-uPrNjIcLk9 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ff9f00;
  border-bottom: 1px solid #ff9f00;
  border-right: none;
  border-left: 1px solid #ff9f00;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    padding: 50px 0;
  }
}
.asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.asKbzVF-uPrNjIcLk9 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ff9f00;
  border-right: none;
  border-left: 1px solid #ff9f00;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .copy-wrapper {
    border-right: none;
  }
}
.asKbzVF-uPrNjIcLk9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.asKbzVF-uPrNjIcLk9 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper {
    height: auto;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .card-wrapper {
    margin-bottom: 50px;
  }
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ff9f00;
  border-radius: 24px;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap .visualization-section-title {
  margin-bottom: 42px;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap .visualization-text {
  margin-bottom: 42px;
}
.asKbzVF-uPrNjIcLk9 .copyright {
  color: #ff9f00;
}
.asKbzVF-uPrNjIcLk9 .visualization-section-title {
  color: #3d4045;
}
.asKbzVF-uPrNjIcLk9 .visualization-text {
  color: #3d4045;
}
.asKbzVF-uPrNjIcLk9 .list {
  color: #ffffff;
  text-align: center;
}
.asKbzVF-uPrNjIcLk9 .visualization-section-btn {
  text-align: right;
}
.asKbzVF-uPpkKM48mT .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .asKbzVF-uPpkKM48mT .visualization-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPpkKM48mT .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .asKbzVF-uPpkKM48mT .navbar-dropdown {
    padding: 0 1rem;
  }
}
.asKbzVF-uPpkKM48mT .navbar-caption {
  font-weight: 500;
}
.asKbzVF-uPpkKM48mT .dropdown-item:before {
  font-family: radio2 !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;
}
.asKbzVF-uPpkKM48mT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.asKbzVF-uPpkKM48mT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.asKbzVF-uPpkKM48mT .dropdown-item:hover,
.asKbzVF-uPpkKM48mT .dropdown-item:focus {
  background: #ff9f00 !important;
  color: white !important;
}
.asKbzVF-uPpkKM48mT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.asKbzVF-uPpkKM48mT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.asKbzVF-uPpkKM48mT .nav-link {
  position: relative;
}
.asKbzVF-uPpkKM48mT .container {
  display: flex;
  margin: auto;
}
.asKbzVF-uPpkKM48mT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.asKbzVF-uPpkKM48mT .dropdown-menu,
.asKbzVF-uPpkKM48mT .navbar.opened {
  background: #ff9f00 !important;
}
.asKbzVF-uPpkKM48mT .nav-item:focus,
.asKbzVF-uPpkKM48mT .nav-link:focus {
  outline: none;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item .visualization-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item .visualization-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.asKbzVF-uPpkKM48mT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.asKbzVF-uPpkKM48mT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.asKbzVF-uPpkKM48mT .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9f00;
}
.asKbzVF-uPpkKM48mT .navbar.opened {
  transition: all 0.3s;
}
.asKbzVF-uPpkKM48mT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.asKbzVF-uPpkKM48mT .navbar .navbar-logo img {
  width: auto;
}
.asKbzVF-uPpkKM48mT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed {
  justify-content: center;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.asKbzVF-uPpkKM48mT .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%;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .asKbzVF-uPpkKM48mT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .asKbzVF-uPpkKM48mT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .asKbzVF-uPpkKM48mT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .asKbzVF-uPpkKM48mT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .asKbzVF-uPpkKM48mT .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%;
  }
  .asKbzVF-uPpkKM48mT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .asKbzVF-uPpkKM48mT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .asKbzVF-uPpkKM48mT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .asKbzVF-uPpkKM48mT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .asKbzVF-uPpkKM48mT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .asKbzVF-uPpkKM48mT .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.asKbzVF-uPpkKM48mT .navbar.navbar-short {
  min-height: 80px;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.asKbzVF-uPpkKM48mT .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;
}
.asKbzVF-uPpkKM48mT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.asKbzVF-uPpkKM48mT .navbar-brand .navbar-logo a {
  outline: none;
}
.asKbzVF-uPpkKM48mT .dropdown-item.active,
.asKbzVF-uPpkKM48mT .dropdown-item:active {
  background-color: transparent;
}
.asKbzVF-uPpkKM48mT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9f00;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.asKbzVF-uPpkKM48mT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.asKbzVF-uPpkKM48mT ul.navbar-nav {
  flex-wrap: wrap;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.asKbzVF-uPpkKM48mT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .asKbzVF-uPpkKM48mT .navbar {
    height: 70px;
  }
  .asKbzVF-uPpkKM48mT .navbar.opened {
    height: auto;
  }
  .asKbzVF-uPpkKM48mT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.asKbzVF-uPps9wItxn {
  background-color: #000000;
}
.asKbzVF-uPps9wItxn .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPps9wItxn .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .asKbzVF-uPps9wItxn .row {
    padding: 0 24px;
  }
}
.asKbzVF-uPps9wItxn .text-wrapper {
  padding: 0 0 0 100px;
}
@media (max-width: 992px) {
  .asKbzVF-uPps9wItxn .text-wrapper {
    margin-top: 64px;
    margin-bottom: 32px;
    padding: 0;
  }
}
.asKbzVF-uPps9wItxn .text-wrapper .visualization-section-title {
  margin-bottom: 28px;
}
.asKbzVF-uPps9wItxn .text-wrapper .visualization-text {
  margin-bottom: 48px;
}
.asKbzVF-uPps9wItxn .image-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .asKbzVF-uPps9wItxn .image-wrap {
    justify-content: center;
  }
}
.asKbzVF-uPps9wItxn .image-wrap .image-wrapper:first-child {
  padding: 7rem 20px 0 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPps9wItxn .image-wrap .image-wrapper:first-child {
    padding: 0;
  }
}
.asKbzVF-uPps9wItxn .image-wrap .image-wrapper .card {
  max-width: 290px;
  min-width: 250px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
  background-color: #ff9f00;
}
@media (max-width: 1200px) {
  .asKbzVF-uPps9wItxn .image-wrap .image-wrapper .card {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPps9wItxn .image-wrap .image-wrapper .card {
    display: none;
  }
}
@media (max-width: 768px) {
  .asKbzVF-uPps9wItxn .image-wrap .image-wrapper .card {
    min-width: 100px;
  }
}
@media (max-width: 425px) {
  .asKbzVF-uPps9wItxn .image-wrap .image-wrapper .card {
    height: 200px;
  }
}
.asKbzVF-uPps9wItxn .image-wrap .image-wrapper .image {
  max-width: 290px;
  min-width: 200px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .asKbzVF-uPps9wItxn .image-wrap .image-wrapper .image {
    border-radius: 20px !important;
  }
}
@media (max-width: 768px) {
  .asKbzVF-uPps9wItxn .image-wrap .image-wrapper .image {
    min-width: 100px;
  }
}
@media (max-width: 425px) {
  .asKbzVF-uPps9wItxn .image-wrap .image-wrapper .image {
    height: 200px;
  }
}
.asKbzVF-uPps9wItxn .visualization-section-title {
  color: #FFF6EB;
}
.asKbzVF-uPps9wItxn .visualization-text {
  color: #FFF6EB;
  text-align: center;
}
.asKbzVF-uPps9wItxn .visualization-section-title,
.asKbzVF-uPps9wItxn .visualization-section-btn {
  color: #ff9f00;
  text-align: center;
}
.asKbzVF-uPpA7Wh2CV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.asKbzVF-uPpA7Wh2CV .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPpA7Wh2CV .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPpA7Wh2CV .visualization-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .asKbzVF-uPpA7Wh2CV .visualization-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .asKbzVF-uPpA7Wh2CV .visualization-section-head {
    margin-bottom: 30px;
  }
}
.asKbzVF-uPpA7Wh2CV .visualization-section-title {
  color: #131313;
}
.asKbzVF-uPpA7Wh2CV .visualization-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.asKbzVF-uPpA7Wh2CV .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.asKbzVF-uPpA7Wh2CV .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.asKbzVF-uPpA7Wh2CV .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #ff9f00;
  box-shadow: 4px 4px 0 #ff9f00;
  background: #000000;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .asKbzVF-uPpA7Wh2CV .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .asKbzVF-uPpA7Wh2CV .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .asKbzVF-uPpA7Wh2CV .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .asKbzVF-uPpA7Wh2CV .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.asKbzVF-uPpA7Wh2CV .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .asKbzVF-uPpA7Wh2CV .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.asKbzVF-uPpA7Wh2CV .iconfont-wrapper .visualization-iconfont {
  display: block;
  font-size: 100px;
  color: #ff9f00;
}
.asKbzVF-uPpA7Wh2CV .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .asKbzVF-uPpA7Wh2CV .content-wrap {
    margin-top: 0;
  }
}
.asKbzVF-uPpA7Wh2CV .card-title {
  color: #131313;
}
.asKbzVF-uPpA7Wh2CV .card-text {
  margin-top: 24px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1199px) {
  .asKbzVF-uPpA7Wh2CV .card-text {
    margin-top: 15px;
  }
}
.asKbzVF-uPpA7Wh2CV .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .asKbzVF-uPpA7Wh2CV .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .asKbzVF-uPpA7Wh2CV .card-link {
    margin-top: 15px;
  }
}
.asKbzVF-uPpA7Wh2CV .card-link a.text-primary:hover {
  color: #131313 !important;
}
.asKbzVF-uPpA7Wh2CV .card-title,
.asKbzVF-uPpA7Wh2CV .iconfont-wrapper {
  color: #ff9f00;
  text-align: center;
}
.asKbzVF-uPpA6lYbT1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.asKbzVF-uPpA6lYbT1 .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPpA6lYbT1 .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPpA6lYbT1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpA6lYbT1 .container-fluid {
    padding: 0 25px;
  }
}
.asKbzVF-uPpA6lYbT1 .container-fluid .row {
  margin: 0 -30px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpA6lYbT1 .container {
    padding: 0 25px;
  }
}
.asKbzVF-uPpA6lYbT1 .card {
  padding: 0 30px;
}
.asKbzVF-uPpA6lYbT1 .card .image-wrapper {
  padding: 160px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .asKbzVF-uPpA6lYbT1 .card .image-wrapper {
    padding: 190px;
  }
}
@media (max-width: 1300px) {
  .asKbzVF-uPpA6lYbT1 .card .image-wrapper {
    padding: 100px;
  }
}
@media (max-width: 1199px) {
  .asKbzVF-uPpA6lYbT1 .card .image-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPpA6lYbT1 .card .image-wrapper {
    padding: 60px 25px;
  }
}
.asKbzVF-uPpA6lYbT1 .card .image-wrapper .image-wrap {
  min-height: 400px;
  width: 100%;
  padding: 30px 30px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .asKbzVF-uPpA6lYbT1 .card .image-wrapper .image-wrap {
    padding: 16px 16px 0;
  }
}
.asKbzVF-uPpA6lYbT1 .card .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  object-fit: cover;
}
.asKbzVF-uPpA6lYbT1 .card .image-wrapper .image-wrap .number-wrap {
  position: relative;
}
.asKbzVF-uPpA6lYbT1 .card .image-wrapper .image-wrap .number-wrap .visualization-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #000000;
}
.asKbzVF-uPpA6lYbT1 .card .image-wrapper .image-wrap .desc-wrap {
  position: relative;
}
.asKbzVF-uPpA6lYbT1 .card .image-wrapper .image-wrap .desc-wrap .visualization-date {
  margin-bottom: 0;
}
.asKbzVF-uPpA6lYbT1 .card .image-wrapper .image-wrap .desc-wrap .visualization-desc {
  margin-bottom: 0;
}
.asKbzVF-uPpA6lYbT1 .title-wrapper {
  display: flex;
  align-items: center;
  padding: 60px;
  height: 100%;
  border: 1px solid #ff9f00;
}
@media (max-width: 992px) {
  .asKbzVF-uPpA6lYbT1 .title-wrapper {
    padding: 60px 25px;
  }
}
.asKbzVF-uPpA6lYbT1 .title-wrapper .title-wrap {
  width: 100%;
}
.asKbzVF-uPpA6lYbT1 .title-wrapper .title-wrap .visualization-section-title {
  margin-bottom: 0;
}
.asKbzVF-uPpA6lYbT1 .title-wrapper .title-wrap .visualization-section-btn {
  margin-top: 35px;
}
.asKbzVF-uPpA6lYbT1 .visualization-number {
  color: #ffffff;
}
.asKbzVF-uPpA6lYbT1 .visualization-date {
  color: #ffffff;
  text-align: center;
}
.asKbzVF-uPpA6lYbT1 .visualization-desc {
  color: #ff9f00;
  text-align: center;
}
.asKbzVF-uPpA6lYbT1 .visualization-section-title {
  color: #E33030;
}
.asKbzVF-uPpA6lYbT1 .visualization-section-title,
.asKbzVF-uPpA6lYbT1 .visualization-section-btn {
  text-align: center;
  color: #ffffff;
}
.asKbzVF-uPpA6lYbT1 .number-wrap {
  text-align: right;
}
.asKbzVF-uPpA9QeDj5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.asKbzVF-uPpA9QeDj5 .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPpA9QeDj5 .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPpA9QeDj5 .container {
    padding: 0 22px;
  }
}
.asKbzVF-uPpA9QeDj5 .row {
  justify-content: center;
}
.asKbzVF-uPpA9QeDj5 .title-wrapper .visualization-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpA9QeDj5 .title-wrapper .visualization-section-title {
    margin-bottom: 20px;
  }
}
.asKbzVF-uPpA9QeDj5 .card-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpA9QeDj5 .card-wrapper {
    margin-bottom: 20px;
  }
}
.asKbzVF-uPpA9QeDj5 .card-wrapper .item-img {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  padding: 50px 70px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpA9QeDj5 .card-wrapper .item-img {
    padding: 25px 30px;
  }
}
.asKbzVF-uPpA9QeDj5 .card-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.asKbzVF-uPpA9QeDj5 .card-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(18deg, #c97d00 150px, transparent 100%);
  z-index: 1;
}
.asKbzVF-uPpA9QeDj5 .card-wrapper .item-img .card-box {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 992px) {
  .asKbzVF-uPpA9QeDj5 .card-wrapper .item-img .card-box {
    width: 100%;
  }
}
.asKbzVF-uPpA9QeDj5 .card-wrapper .item-img .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.asKbzVF-uPpA9QeDj5 .card-wrapper .item-img .card-box .icon-wrapper .visualization-iconfont {
  font-size: 70px;
  color: #ffffff;
  display: inline-flex;
}
.asKbzVF-uPpA9QeDj5 .card-wrapper .item-img .card-box .title-wrap .card-title {
  margin-bottom: 10px;
}
.asKbzVF-uPpA9QeDj5 .card-wrapper .item-img .card-box .text-wrap .card-text {
  margin-bottom: 0;
}
.asKbzVF-uPpA9QeDj5 .visualization-section-title {
  color: #ffffff;
  text-align: center;
}
.asKbzVF-uPpA9QeDj5 .card-title {
  color: #ffffff;
}
.asKbzVF-uPpA9QeDj5 .card-text {
  color: #000000;
  text-align: center;
}
.asKbzVF-uPpA9QeDj5 .card-title,
.asKbzVF-uPpA9QeDj5 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.asKbzVF-uPptylwMVI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.asKbzVF-uPptylwMVI .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPptylwMVI .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPptylwMVI .visualization-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .asKbzVF-uPptylwMVI .visualization-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .asKbzVF-uPptylwMVI .visualization-section-head {
    margin-bottom: 30px;
  }
}
.asKbzVF-uPptylwMVI .visualization-section-title {
  color: #131313;
}
.asKbzVF-uPptylwMVI .visualization-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.asKbzVF-uPptylwMVI .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.asKbzVF-uPptylwMVI .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.asKbzVF-uPptylwMVI .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #ff9f00;
  box-shadow: 4px 4px 0 #ff9f00;
  background: #000000;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .asKbzVF-uPptylwMVI .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .asKbzVF-uPptylwMVI .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .asKbzVF-uPptylwMVI .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .asKbzVF-uPptylwMVI .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.asKbzVF-uPptylwMVI .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .asKbzVF-uPptylwMVI .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.asKbzVF-uPptylwMVI .iconfont-wrapper .visualization-iconfont {
  display: block;
  font-size: 100px;
  color: #ff9f00;
}
.asKbzVF-uPptylwMVI .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .asKbzVF-uPptylwMVI .content-wrap {
    margin-top: 0;
  }
}
.asKbzVF-uPptylwMVI .card-title {
  color: #131313;
}
.asKbzVF-uPptylwMVI .card-text {
  margin-top: 24px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1199px) {
  .asKbzVF-uPptylwMVI .card-text {
    margin-top: 15px;
  }
}
.asKbzVF-uPptylwMVI .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .asKbzVF-uPptylwMVI .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .asKbzVF-uPptylwMVI .card-link {
    margin-top: 15px;
  }
}
.asKbzVF-uPptylwMVI .card-link a.text-primary:hover {
  color: #131313 !important;
}
.asKbzVF-uPptylwMVI .card-title,
.asKbzVF-uPptylwMVI .iconfont-wrapper {
  color: #ff9f00;
  text-align: center;
}
.asKbzVF-uPpxQv4qK1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.asKbzVF-uPpxQv4qK1 .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPpxQv4qK1 .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPpxQv4qK1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpxQv4qK1 .container-fluid {
    padding: 0 25px;
  }
}
.asKbzVF-uPpxQv4qK1 .container-fluid .row {
  margin: 0 -30px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpxQv4qK1 .container {
    padding: 0 25px;
  }
}
.asKbzVF-uPpxQv4qK1 .card {
  padding: 0 30px;
}
.asKbzVF-uPpxQv4qK1 .card .image-wrapper {
  padding: 160px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .asKbzVF-uPpxQv4qK1 .card .image-wrapper {
    padding: 190px;
  }
}
@media (max-width: 1300px) {
  .asKbzVF-uPpxQv4qK1 .card .image-wrapper {
    padding: 100px;
  }
}
@media (max-width: 1199px) {
  .asKbzVF-uPpxQv4qK1 .card .image-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPpxQv4qK1 .card .image-wrapper {
    padding: 60px 25px;
  }
}
.asKbzVF-uPpxQv4qK1 .card .image-wrapper .image-wrap {
  min-height: 400px;
  width: 100%;
  padding: 30px 30px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .asKbzVF-uPpxQv4qK1 .card .image-wrapper .image-wrap {
    padding: 16px 16px 0;
  }
}
.asKbzVF-uPpxQv4qK1 .card .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  object-fit: cover;
}
.asKbzVF-uPpxQv4qK1 .card .image-wrapper .image-wrap .number-wrap {
  position: relative;
}
.asKbzVF-uPpxQv4qK1 .card .image-wrapper .image-wrap .number-wrap .visualization-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #000000;
}
.asKbzVF-uPpxQv4qK1 .card .image-wrapper .image-wrap .desc-wrap {
  position: relative;
}
.asKbzVF-uPpxQv4qK1 .card .image-wrapper .image-wrap .desc-wrap .visualization-date {
  margin-bottom: 0;
}
.asKbzVF-uPpxQv4qK1 .card .image-wrapper .image-wrap .desc-wrap .visualization-desc {
  margin-bottom: 0;
}
.asKbzVF-uPpxQv4qK1 .title-wrapper {
  display: flex;
  align-items: center;
  padding: 60px;
  height: 100%;
  border: 1px solid #ff9f00;
}
@media (max-width: 992px) {
  .asKbzVF-uPpxQv4qK1 .title-wrapper {
    padding: 60px 25px;
  }
}
.asKbzVF-uPpxQv4qK1 .title-wrapper .title-wrap {
  width: 100%;
}
.asKbzVF-uPpxQv4qK1 .title-wrapper .title-wrap .visualization-section-title {
  margin-bottom: 0;
}
.asKbzVF-uPpxQv4qK1 .title-wrapper .title-wrap .visualization-section-btn {
  margin-top: 35px;
}
.asKbzVF-uPpxQv4qK1 .visualization-number {
  color: #ffffff;
}
.asKbzVF-uPpxQv4qK1 .visualization-date {
  color: #ffffff;
  text-align: center;
}
.asKbzVF-uPpxQv4qK1 .visualization-desc {
  color: #ff9f00;
  text-align: center;
}
.asKbzVF-uPpxQv4qK1 .visualization-section-title {
  color: #E33030;
}
.asKbzVF-uPpxQv4qK1 .visualization-section-title,
.asKbzVF-uPpxQv4qK1 .visualization-section-btn {
  text-align: center;
  color: #ffffff;
}
.asKbzVF-uPpxQv4qK1 .number-wrap {
  text-align: right;
}
.asKbzVF-uPpsXBLZRH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.asKbzVF-uPpsXBLZRH .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPpsXBLZRH .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPpsXBLZRH .container {
    padding: 0 22px;
  }
}
.asKbzVF-uPpsXBLZRH .row {
  justify-content: center;
}
.asKbzVF-uPpsXBLZRH .title-wrapper .visualization-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpsXBLZRH .title-wrapper .visualization-section-title {
    margin-bottom: 20px;
  }
}
.asKbzVF-uPpsXBLZRH .card-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpsXBLZRH .card-wrapper {
    margin-bottom: 20px;
  }
}
.asKbzVF-uPpsXBLZRH .card-wrapper .item-img {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  padding: 50px 70px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpsXBLZRH .card-wrapper .item-img {
    padding: 25px 30px;
  }
}
.asKbzVF-uPpsXBLZRH .card-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.asKbzVF-uPpsXBLZRH .card-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(18deg, #c97d00 150px, transparent 100%);
  z-index: 1;
}
.asKbzVF-uPpsXBLZRH .card-wrapper .item-img .card-box {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 992px) {
  .asKbzVF-uPpsXBLZRH .card-wrapper .item-img .card-box {
    width: 100%;
  }
}
.asKbzVF-uPpsXBLZRH .card-wrapper .item-img .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.asKbzVF-uPpsXBLZRH .card-wrapper .item-img .card-box .icon-wrapper .visualization-iconfont {
  font-size: 70px;
  color: #ffffff;
  display: inline-flex;
}
.asKbzVF-uPpsXBLZRH .card-wrapper .item-img .card-box .title-wrap .card-title {
  margin-bottom: 10px;
}
.asKbzVF-uPpsXBLZRH .card-wrapper .item-img .card-box .text-wrap .card-text {
  margin-bottom: 0;
}
.asKbzVF-uPpsXBLZRH .visualization-section-title {
  color: #ffffff;
  text-align: center;
}
.asKbzVF-uPpsXBLZRH .card-title {
  color: #ffffff;
}
.asKbzVF-uPpsXBLZRH .card-text {
  color: #000000;
  text-align: center;
}
.asKbzVF-uPpsXBLZRH .card-title,
.asKbzVF-uPpsXBLZRH .icon-wrapper {
  text-align: center;
  color: #000000;
}
.asKbzVF-uPrNjIcLk9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.asKbzVF-uPrNjIcLk9 .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPrNjIcLk9 .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPrNjIcLk9 .container,
.asKbzVF-uPrNjIcLk9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .container,
  .asKbzVF-uPrNjIcLk9 .container-fluid {
    padding: 0 20px;
  }
}
.asKbzVF-uPrNjIcLk9 a {
  display: block;
}
.asKbzVF-uPrNjIcLk9 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ff9f00;
  border-bottom: 1px solid #ff9f00;
  border-right: none;
  border-left: 1px solid #ff9f00;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    padding: 50px 0;
  }
}
.asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.asKbzVF-uPrNjIcLk9 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ff9f00;
  border-right: none;
  border-left: 1px solid #ff9f00;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .copy-wrapper {
    border-right: none;
  }
}
.asKbzVF-uPrNjIcLk9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.asKbzVF-uPrNjIcLk9 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper {
    height: auto;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .card-wrapper {
    margin-bottom: 50px;
  }
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ff9f00;
  border-radius: 24px;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap .visualization-section-title {
  margin-bottom: 42px;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap .visualization-text {
  margin-bottom: 42px;
}
.asKbzVF-uPrNjIcLk9 .copyright {
  color: #ff9f00;
}
.asKbzVF-uPrNjIcLk9 .visualization-section-title {
  color: #3d4045;
}
.asKbzVF-uPrNjIcLk9 .visualization-text {
  color: #3d4045;
}
.asKbzVF-uPrNjIcLk9 .list {
  color: #ffffff;
  text-align: center;
}
.asKbzVF-uPrNjIcLk9 .visualization-section-btn {
  text-align: right;
}
.asKbzVF-uPpkKM48mT .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .asKbzVF-uPpkKM48mT .visualization-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPpkKM48mT .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .asKbzVF-uPpkKM48mT .navbar-dropdown {
    padding: 0 1rem;
  }
}
.asKbzVF-uPpkKM48mT .navbar-caption {
  font-weight: 500;
}
.asKbzVF-uPpkKM48mT .dropdown-item:before {
  font-family: radio2 !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;
}
.asKbzVF-uPpkKM48mT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.asKbzVF-uPpkKM48mT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.asKbzVF-uPpkKM48mT .dropdown-item:hover,
.asKbzVF-uPpkKM48mT .dropdown-item:focus {
  background: #ff9f00 !important;
  color: white !important;
}
.asKbzVF-uPpkKM48mT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.asKbzVF-uPpkKM48mT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.asKbzVF-uPpkKM48mT .nav-link {
  position: relative;
}
.asKbzVF-uPpkKM48mT .container {
  display: flex;
  margin: auto;
}
.asKbzVF-uPpkKM48mT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.asKbzVF-uPpkKM48mT .dropdown-menu,
.asKbzVF-uPpkKM48mT .navbar.opened {
  background: #ff9f00 !important;
}
.asKbzVF-uPpkKM48mT .nav-item:focus,
.asKbzVF-uPpkKM48mT .nav-link:focus {
  outline: none;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item .visualization-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item .visualization-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.asKbzVF-uPpkKM48mT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.asKbzVF-uPpkKM48mT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.asKbzVF-uPpkKM48mT .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9f00;
}
.asKbzVF-uPpkKM48mT .navbar.opened {
  transition: all 0.3s;
}
.asKbzVF-uPpkKM48mT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.asKbzVF-uPpkKM48mT .navbar .navbar-logo img {
  width: auto;
}
.asKbzVF-uPpkKM48mT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed {
  justify-content: center;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.asKbzVF-uPpkKM48mT .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%;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .asKbzVF-uPpkKM48mT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .asKbzVF-uPpkKM48mT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .asKbzVF-uPpkKM48mT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .asKbzVF-uPpkKM48mT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .asKbzVF-uPpkKM48mT .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%;
  }
  .asKbzVF-uPpkKM48mT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .asKbzVF-uPpkKM48mT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .asKbzVF-uPpkKM48mT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .asKbzVF-uPpkKM48mT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .asKbzVF-uPpkKM48mT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .asKbzVF-uPpkKM48mT .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.asKbzVF-uPpkKM48mT .navbar.navbar-short {
  min-height: 80px;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.asKbzVF-uPpkKM48mT .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;
}
.asKbzVF-uPpkKM48mT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.asKbzVF-uPpkKM48mT .navbar-brand .navbar-logo a {
  outline: none;
}
.asKbzVF-uPpkKM48mT .dropdown-item.active,
.asKbzVF-uPpkKM48mT .dropdown-item:active {
  background-color: transparent;
}
.asKbzVF-uPpkKM48mT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9f00;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.asKbzVF-uPpkKM48mT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.asKbzVF-uPpkKM48mT ul.navbar-nav {
  flex-wrap: wrap;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.asKbzVF-uPpkKM48mT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .asKbzVF-uPpkKM48mT .navbar {
    height: 70px;
  }
  .asKbzVF-uPpkKM48mT .navbar.opened {
    height: auto;
  }
  .asKbzVF-uPpkKM48mT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.asKbzVF-uPpAmxzWHi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.asKbzVF-uPpAmxzWHi .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPpAmxzWHi .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPpAmxzWHi .row {
  justify-content: center;
  margin: 0 -24px;
}
.asKbzVF-uPpAmxzWHi .row .card {
  padding: 0 24px;
}
.asKbzVF-uPpAmxzWHi .card-wrapper {
  border: 3px solid #ff9f00;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .asKbzVF-uPpAmxzWHi .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .asKbzVF-uPpAmxzWHi .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPpAmxzWHi .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}
.asKbzVF-uPpAmxzWHi .card-wrapper .card-wrap .visualization-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpAmxzWHi .card-wrapper .card-wrap .visualization-section-title {
    margin-bottom: 30px;
  }
}
.asKbzVF-uPpAmxzWHi .card-wrapper .card-wrap .visualization-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpAmxzWHi .card-wrapper .card-wrap .visualization-text {
    margin-bottom: 30px;
  }
}
.asKbzVF-uPpAmxzWHi .image-wrapper {
  height: 100%;
}
.asKbzVF-uPpAmxzWHi .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .asKbzVF-uPpAmxzWHi .image-wrapper img {
    height: 350px;
  }
}
.asKbzVF-uPpAmxzWHi .visualization-section-title {
  color: #cbff5b;
}
.asKbzVF-uPpAmxzWHi .visualization-text {
  color: #ffffff;
  text-align: center;
}
.asKbzVF-uPpAmxzWHi .visualization-section-title,
.asKbzVF-uPpAmxzWHi .visualization-section-btn {
  text-align: center;
  color: #ff9f00;
}
.asKbzVF-uPrNjIcLk9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.asKbzVF-uPrNjIcLk9 .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPrNjIcLk9 .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPrNjIcLk9 .container,
.asKbzVF-uPrNjIcLk9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .container,
  .asKbzVF-uPrNjIcLk9 .container-fluid {
    padding: 0 20px;
  }
}
.asKbzVF-uPrNjIcLk9 a {
  display: block;
}
.asKbzVF-uPrNjIcLk9 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ff9f00;
  border-bottom: 1px solid #ff9f00;
  border-right: none;
  border-left: 1px solid #ff9f00;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    padding: 50px 0;
  }
}
.asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.asKbzVF-uPrNjIcLk9 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ff9f00;
  border-right: none;
  border-left: 1px solid #ff9f00;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .copy-wrapper {
    border-right: none;
  }
}
.asKbzVF-uPrNjIcLk9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.asKbzVF-uPrNjIcLk9 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper {
    height: auto;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .card-wrapper {
    margin-bottom: 50px;
  }
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ff9f00;
  border-radius: 24px;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap .visualization-section-title {
  margin-bottom: 42px;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap .visualization-text {
  margin-bottom: 42px;
}
.asKbzVF-uPrNjIcLk9 .copyright {
  color: #ff9f00;
}
.asKbzVF-uPrNjIcLk9 .visualization-section-title {
  color: #3d4045;
}
.asKbzVF-uPrNjIcLk9 .visualization-text {
  color: #3d4045;
}
.asKbzVF-uPrNjIcLk9 .list {
  color: #ffffff;
  text-align: center;
}
.asKbzVF-uPrNjIcLk9 .visualization-section-btn {
  text-align: right;
}
.asKbzVF-uPpkKM48mT .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .asKbzVF-uPpkKM48mT .visualization-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPpkKM48mT .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .asKbzVF-uPpkKM48mT .navbar-dropdown {
    padding: 0 1rem;
  }
}
.asKbzVF-uPpkKM48mT .navbar-caption {
  font-weight: 500;
}
.asKbzVF-uPpkKM48mT .dropdown-item:before {
  font-family: radio2 !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;
}
.asKbzVF-uPpkKM48mT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.asKbzVF-uPpkKM48mT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.asKbzVF-uPpkKM48mT .dropdown-item:hover,
.asKbzVF-uPpkKM48mT .dropdown-item:focus {
  background: #ff9f00 !important;
  color: white !important;
}
.asKbzVF-uPpkKM48mT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.asKbzVF-uPpkKM48mT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.asKbzVF-uPpkKM48mT .nav-link {
  position: relative;
}
.asKbzVF-uPpkKM48mT .container {
  display: flex;
  margin: auto;
}
.asKbzVF-uPpkKM48mT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.asKbzVF-uPpkKM48mT .dropdown-menu,
.asKbzVF-uPpkKM48mT .navbar.opened {
  background: #ff9f00 !important;
}
.asKbzVF-uPpkKM48mT .nav-item:focus,
.asKbzVF-uPpkKM48mT .nav-link:focus {
  outline: none;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item .visualization-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item .visualization-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.asKbzVF-uPpkKM48mT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.asKbzVF-uPpkKM48mT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.asKbzVF-uPpkKM48mT .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9f00;
}
.asKbzVF-uPpkKM48mT .navbar.opened {
  transition: all 0.3s;
}
.asKbzVF-uPpkKM48mT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.asKbzVF-uPpkKM48mT .navbar .navbar-logo img {
  width: auto;
}
.asKbzVF-uPpkKM48mT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed {
  justify-content: center;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.asKbzVF-uPpkKM48mT .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%;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .asKbzVF-uPpkKM48mT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .asKbzVF-uPpkKM48mT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .asKbzVF-uPpkKM48mT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .asKbzVF-uPpkKM48mT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .asKbzVF-uPpkKM48mT .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%;
  }
  .asKbzVF-uPpkKM48mT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .asKbzVF-uPpkKM48mT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .asKbzVF-uPpkKM48mT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .asKbzVF-uPpkKM48mT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .asKbzVF-uPpkKM48mT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .asKbzVF-uPpkKM48mT .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.asKbzVF-uPpkKM48mT .navbar.navbar-short {
  min-height: 80px;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.asKbzVF-uPpkKM48mT .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;
}
.asKbzVF-uPpkKM48mT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.asKbzVF-uPpkKM48mT .navbar-brand .navbar-logo a {
  outline: none;
}
.asKbzVF-uPpkKM48mT .dropdown-item.active,
.asKbzVF-uPpkKM48mT .dropdown-item:active {
  background-color: transparent;
}
.asKbzVF-uPpkKM48mT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9f00;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.asKbzVF-uPpkKM48mT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.asKbzVF-uPpkKM48mT ul.navbar-nav {
  flex-wrap: wrap;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.asKbzVF-uPpkKM48mT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .asKbzVF-uPpkKM48mT .navbar {
    height: 70px;
  }
  .asKbzVF-uPpkKM48mT .navbar.opened {
    height: auto;
  }
  .asKbzVF-uPpkKM48mT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.asKbzVF-uPpAA9DTfq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 70%, #ff9f00 110%);
}
.asKbzVF-uPpAA9DTfq .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPpAA9DTfq .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPpAA9DTfq .row {
  justify-content: center;
}
.asKbzVF-uPpAA9DTfq .form-wrapper {
  background-color: #000000;
  padding: 45px 45px 80px 45px;
}
@media (max-width: 992px) {
  .asKbzVF-uPpAA9DTfq .form-wrapper {
    width: 100%;
    padding: 22px 16px;
  }
}
.asKbzVF-uPpAA9DTfq .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.asKbzVF-uPpAA9DTfq .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ffc15b 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.asKbzVF-uPpAA9DTfq .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .asKbzVF-uPpAA9DTfq .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.asKbzVF-uPpAA9DTfq .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.asKbzVF-uPpAA9DTfq .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #000000 !important;
  background-color: #ff9f00;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.asKbzVF-uPpAA9DTfq .form-wrapper .dragArea.row .form-group .form-control:hover,
.asKbzVF-uPpAA9DTfq .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
  box-shadow: none;
}
.asKbzVF-uPpAA9DTfq .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.asKbzVF-uPpAA9DTfq .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.asKbzVF-uPpAA9DTfq .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.asKbzVF-uPpAA9DTfq .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.asKbzVF-uPpAA9DTfq .form-wrapper .dragArea.row .visualization-section-btn {
  width: 100%;
  padding: 0;
}
.asKbzVF-uPpAA9DTfq .form-wrapper .dragArea.row .visualization-section-btn .btn {
  margin: 0;
}
.asKbzVF-uPpAA9DTfq .visualization-section-btn {
  text-align: right;
}
.asKbzVF-uPpAA9DTfq label {
  color: #ffffff;
}
.asKbzVF-uPrNjIcLk9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.asKbzVF-uPrNjIcLk9 .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPrNjIcLk9 .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPrNjIcLk9 .container,
.asKbzVF-uPrNjIcLk9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .container,
  .asKbzVF-uPrNjIcLk9 .container-fluid {
    padding: 0 20px;
  }
}
.asKbzVF-uPrNjIcLk9 a {
  display: block;
}
.asKbzVF-uPrNjIcLk9 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ff9f00;
  border-bottom: 1px solid #ff9f00;
  border-right: none;
  border-left: 1px solid #ff9f00;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    padding: 50px 0;
  }
}
.asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.asKbzVF-uPrNjIcLk9 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ff9f00;
  border-right: none;
  border-left: 1px solid #ff9f00;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .copy-wrapper {
    border-right: none;
  }
}
.asKbzVF-uPrNjIcLk9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.asKbzVF-uPrNjIcLk9 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper {
    height: auto;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .card-wrapper {
    margin-bottom: 50px;
  }
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ff9f00;
  border-radius: 24px;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap .visualization-section-title {
  margin-bottom: 42px;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap .visualization-text {
  margin-bottom: 42px;
}
.asKbzVF-uPrNjIcLk9 .copyright {
  color: #ff9f00;
}
.asKbzVF-uPrNjIcLk9 .visualization-section-title {
  color: #3d4045;
}
.asKbzVF-uPrNjIcLk9 .visualization-text {
  color: #3d4045;
}
.asKbzVF-uPrNjIcLk9 .list {
  color: #ffffff;
  text-align: center;
}
.asKbzVF-uPrNjIcLk9 .visualization-section-btn {
  text-align: right;
}
.asKbzVF-uPpkKM48mT .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .asKbzVF-uPpkKM48mT .visualization-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPpkKM48mT .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .asKbzVF-uPpkKM48mT .navbar-dropdown {
    padding: 0 1rem;
  }
}
.asKbzVF-uPpkKM48mT .navbar-caption {
  font-weight: 500;
}
.asKbzVF-uPpkKM48mT .dropdown-item:before {
  font-family: radio2 !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;
}
.asKbzVF-uPpkKM48mT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.asKbzVF-uPpkKM48mT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.asKbzVF-uPpkKM48mT .dropdown-item:hover,
.asKbzVF-uPpkKM48mT .dropdown-item:focus {
  background: #ff9f00 !important;
  color: white !important;
}
.asKbzVF-uPpkKM48mT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.asKbzVF-uPpkKM48mT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.asKbzVF-uPpkKM48mT .nav-link {
  position: relative;
}
.asKbzVF-uPpkKM48mT .container {
  display: flex;
  margin: auto;
}
.asKbzVF-uPpkKM48mT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.asKbzVF-uPpkKM48mT .dropdown-menu,
.asKbzVF-uPpkKM48mT .navbar.opened {
  background: #ff9f00 !important;
}
.asKbzVF-uPpkKM48mT .nav-item:focus,
.asKbzVF-uPpkKM48mT .nav-link:focus {
  outline: none;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item .visualization-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.asKbzVF-uPpkKM48mT .dropdown .dropdown-menu .dropdown-item .visualization-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.asKbzVF-uPpkKM48mT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.asKbzVF-uPpkKM48mT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.asKbzVF-uPpkKM48mT .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9f00;
}
.asKbzVF-uPpkKM48mT .navbar.opened {
  transition: all 0.3s;
}
.asKbzVF-uPpkKM48mT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.asKbzVF-uPpkKM48mT .navbar .navbar-logo img {
  width: auto;
}
.asKbzVF-uPpkKM48mT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed {
  justify-content: center;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.asKbzVF-uPpkKM48mT .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%;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.asKbzVF-uPpkKM48mT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .asKbzVF-uPpkKM48mT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .asKbzVF-uPpkKM48mT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .asKbzVF-uPpkKM48mT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .asKbzVF-uPpkKM48mT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .asKbzVF-uPpkKM48mT .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%;
  }
  .asKbzVF-uPpkKM48mT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .asKbzVF-uPpkKM48mT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .asKbzVF-uPpkKM48mT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .asKbzVF-uPpkKM48mT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .asKbzVF-uPpkKM48mT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .asKbzVF-uPpkKM48mT .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.asKbzVF-uPpkKM48mT .navbar.navbar-short {
  min-height: 80px;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.asKbzVF-uPpkKM48mT .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;
}
.asKbzVF-uPpkKM48mT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.asKbzVF-uPpkKM48mT .navbar-brand .navbar-logo a {
  outline: none;
}
.asKbzVF-uPpkKM48mT .dropdown-item.active,
.asKbzVF-uPpkKM48mT .dropdown-item:active {
  background-color: transparent;
}
.asKbzVF-uPpkKM48mT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.asKbzVF-uPpkKM48mT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9f00;
}
.asKbzVF-uPpkKM48mT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.asKbzVF-uPpkKM48mT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.asKbzVF-uPpkKM48mT ul.navbar-nav {
  flex-wrap: wrap;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.asKbzVF-uPpkKM48mT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.asKbzVF-uPpkKM48mT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.asKbzVF-uPpkKM48mT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.asKbzVF-uPpkKM48mT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .asKbzVF-uPpkKM48mT .navbar {
    height: 70px;
  }
  .asKbzVF-uPpkKM48mT .navbar.opened {
    height: auto;
  }
  .asKbzVF-uPpkKM48mT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.asKbzVF-uPq2rfTKEe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #ff9f00 110%);
}
.asKbzVF-uPq2rfTKEe .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPq2rfTKEe .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPq2rfTKEe .row {
  justify-content: center;
}
.asKbzVF-uPq2rfTKEe .content-wrapper {
  position: relative;
  z-index: 2;
}
.asKbzVF-uPq2rfTKEe .content-wrapper .visualization-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #ffffff, #ff9f00 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .asKbzVF-uPq2rfTKEe .content-wrapper .visualization-section-title {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPq2rfTKEe .content-wrapper .visualization-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .asKbzVF-uPq2rfTKEe .content-wrapper .visualization-text {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPq2rfTKEe .content-wrapper .visualization-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .asKbzVF-uPq2rfTKEe .content-wrapper .visualization-desc {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPq2rfTKEe .visualization-section-title {
  color: #ffffff;
}
.asKbzVF-uPq2rfTKEe .visualization-text {
  color: #ffffff;
}
.asKbzVF-uPq2rfTKEe .visualization-desc {
  color: #ffffff;
}
.asKbzVF-uPq2rfTKEe .visualization-section-title,
.asKbzVF-uPq2rfTKEe .visualization-section-btn {
  text-align: center;
}
.asKbzVF-uPrNjIcLk9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.asKbzVF-uPrNjIcLk9 .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPrNjIcLk9 .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPrNjIcLk9 .container,
.asKbzVF-uPrNjIcLk9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .container,
  .asKbzVF-uPrNjIcLk9 .container-fluid {
    padding: 0 20px;
  }
}
.asKbzVF-uPrNjIcLk9 a {
  display: block;
}
.asKbzVF-uPrNjIcLk9 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ff9f00;
  border-bottom: 1px solid #ff9f00;
  border-right: none;
  border-left: 1px solid #ff9f00;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    padding: 50px 0;
  }
}
.asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.asKbzVF-uPrNjIcLk9 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ff9f00;
  border-right: none;
  border-left: 1px solid #ff9f00;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .copy-wrapper {
    border-right: none;
  }
}
.asKbzVF-uPrNjIcLk9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.asKbzVF-uPrNjIcLk9 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper {
    height: auto;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .card-wrapper {
    margin-bottom: 50px;
  }
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ff9f00;
  border-radius: 24px;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap .visualization-section-title {
  margin-bottom: 42px;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap .visualization-text {
  margin-bottom: 42px;
}
.asKbzVF-uPrNjIcLk9 .copyright {
  color: #ff9f00;
}
.asKbzVF-uPrNjIcLk9 .visualization-section-title {
  color: #3d4045;
}
.asKbzVF-uPrNjIcLk9 .visualization-text {
  color: #3d4045;
}
.asKbzVF-uPrNjIcLk9 .list {
  color: #ffffff;
  text-align: center;
}
.asKbzVF-uPrNjIcLk9 .visualization-section-btn {
  text-align: right;
}
.asKbzVF-uPq2A7YBlm .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .asKbzVF-uPq2A7YBlm .visualization-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPq2A7YBlm .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .asKbzVF-uPq2A7YBlm .navbar-dropdown {
    padding: 0 1rem;
  }
}
.asKbzVF-uPq2A7YBlm .navbar-caption {
  font-weight: 500;
}
.asKbzVF-uPq2A7YBlm .dropdown-item:before {
  font-family: radio2 !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;
}
.asKbzVF-uPq2A7YBlm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.asKbzVF-uPq2A7YBlm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.asKbzVF-uPq2A7YBlm .dropdown-item:hover,
.asKbzVF-uPq2A7YBlm .dropdown-item:focus {
  background: #ff9f00 !important;
  color: white !important;
}
.asKbzVF-uPq2A7YBlm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.asKbzVF-uPq2A7YBlm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.asKbzVF-uPq2A7YBlm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.asKbzVF-uPq2A7YBlm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.asKbzVF-uPq2A7YBlm .nav-link {
  position: relative;
}
.asKbzVF-uPq2A7YBlm .container {
  display: flex;
  margin: auto;
}
.asKbzVF-uPq2A7YBlm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.asKbzVF-uPq2A7YBlm .dropdown-menu,
.asKbzVF-uPq2A7YBlm .navbar.opened {
  background: #ff9f00 !important;
}
.asKbzVF-uPq2A7YBlm .nav-item:focus,
.asKbzVF-uPq2A7YBlm .nav-link:focus {
  outline: none;
}
.asKbzVF-uPq2A7YBlm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.asKbzVF-uPq2A7YBlm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.asKbzVF-uPq2A7YBlm .dropdown .dropdown-menu .dropdown-item .visualization-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.asKbzVF-uPq2A7YBlm .dropdown .dropdown-menu .dropdown-item .visualization-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.asKbzVF-uPq2A7YBlm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.asKbzVF-uPq2A7YBlm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.asKbzVF-uPq2A7YBlm .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9f00;
}
.asKbzVF-uPq2A7YBlm .navbar.opened {
  transition: all 0.3s;
}
.asKbzVF-uPq2A7YBlm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.asKbzVF-uPq2A7YBlm .navbar .navbar-logo img {
  width: auto;
}
.asKbzVF-uPq2A7YBlm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.asKbzVF-uPq2A7YBlm .navbar.collapsed {
  justify-content: center;
}
.asKbzVF-uPq2A7YBlm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.asKbzVF-uPq2A7YBlm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.asKbzVF-uPq2A7YBlm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.asKbzVF-uPq2A7YBlm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.asKbzVF-uPq2A7YBlm .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%;
}
.asKbzVF-uPq2A7YBlm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.asKbzVF-uPq2A7YBlm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.asKbzVF-uPq2A7YBlm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .asKbzVF-uPq2A7YBlm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .asKbzVF-uPq2A7YBlm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .asKbzVF-uPq2A7YBlm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .asKbzVF-uPq2A7YBlm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .asKbzVF-uPq2A7YBlm .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%;
  }
  .asKbzVF-uPq2A7YBlm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .asKbzVF-uPq2A7YBlm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .asKbzVF-uPq2A7YBlm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .asKbzVF-uPq2A7YBlm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .asKbzVF-uPq2A7YBlm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .asKbzVF-uPq2A7YBlm .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.asKbzVF-uPq2A7YBlm .navbar.navbar-short {
  min-height: 80px;
}
.asKbzVF-uPq2A7YBlm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.asKbzVF-uPq2A7YBlm .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.asKbzVF-uPq2A7YBlm .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;
}
.asKbzVF-uPq2A7YBlm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.asKbzVF-uPq2A7YBlm .navbar-brand .navbar-logo a {
  outline: none;
}
.asKbzVF-uPq2A7YBlm .dropdown-item.active,
.asKbzVF-uPq2A7YBlm .dropdown-item:active {
  background-color: transparent;
}
.asKbzVF-uPq2A7YBlm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.asKbzVF-uPq2A7YBlm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.asKbzVF-uPq2A7YBlm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.asKbzVF-uPq2A7YBlm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9f00;
}
.asKbzVF-uPq2A7YBlm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.asKbzVF-uPq2A7YBlm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.asKbzVF-uPq2A7YBlm ul.navbar-nav {
  flex-wrap: wrap;
}
.asKbzVF-uPq2A7YBlm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.asKbzVF-uPq2A7YBlm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.asKbzVF-uPq2A7YBlm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.asKbzVF-uPq2A7YBlm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.asKbzVF-uPq2A7YBlm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.asKbzVF-uPq2A7YBlm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.asKbzVF-uPq2A7YBlm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.asKbzVF-uPq2A7YBlm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.asKbzVF-uPq2A7YBlm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.asKbzVF-uPq2A7YBlm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.asKbzVF-uPq2A7YBlm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.asKbzVF-uPq2A7YBlm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .asKbzVF-uPq2A7YBlm .navbar {
    height: 70px;
  }
  .asKbzVF-uPq2A7YBlm .navbar.opened {
    height: auto;
  }
  .asKbzVF-uPq2A7YBlm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.asKbzVF-uPq2A96b9n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #ff9f00 110%);
}
.asKbzVF-uPq2A96b9n .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPq2A96b9n .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPq2A96b9n .row {
  justify-content: center;
}
.asKbzVF-uPq2A96b9n .content-wrapper {
  position: relative;
  z-index: 2;
}
.asKbzVF-uPq2A96b9n .content-wrapper .visualization-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #ffffff, #ff9f00 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .asKbzVF-uPq2A96b9n .content-wrapper .visualization-section-title {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPq2A96b9n .content-wrapper .visualization-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .asKbzVF-uPq2A96b9n .content-wrapper .visualization-text {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPq2A96b9n .content-wrapper .visualization-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .asKbzVF-uPq2A96b9n .content-wrapper .visualization-desc {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPq2A96b9n .visualization-section-title {
  color: #ffffff;
}
.asKbzVF-uPq2A96b9n .visualization-text {
  color: #ffffff;
}
.asKbzVF-uPq2A96b9n .visualization-desc {
  color: #ffffff;
}
.asKbzVF-uPq2A96b9n .visualization-section-title,
.asKbzVF-uPq2A96b9n .visualization-section-btn {
  text-align: center;
}
.asKbzVF-uPrNjIcLk9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.asKbzVF-uPrNjIcLk9 .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPrNjIcLk9 .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPrNjIcLk9 .container,
.asKbzVF-uPrNjIcLk9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .container,
  .asKbzVF-uPrNjIcLk9 .container-fluid {
    padding: 0 20px;
  }
}
.asKbzVF-uPrNjIcLk9 a {
  display: block;
}
.asKbzVF-uPrNjIcLk9 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ff9f00;
  border-bottom: 1px solid #ff9f00;
  border-right: none;
  border-left: 1px solid #ff9f00;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    padding: 50px 0;
  }
}
.asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.asKbzVF-uPrNjIcLk9 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ff9f00;
  border-right: none;
  border-left: 1px solid #ff9f00;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .copy-wrapper {
    border-right: none;
  }
}
.asKbzVF-uPrNjIcLk9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.asKbzVF-uPrNjIcLk9 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper {
    height: auto;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .card-wrapper {
    margin-bottom: 50px;
  }
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ff9f00;
  border-radius: 24px;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap .visualization-section-title {
  margin-bottom: 42px;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap .visualization-text {
  margin-bottom: 42px;
}
.asKbzVF-uPrNjIcLk9 .copyright {
  color: #ff9f00;
}
.asKbzVF-uPrNjIcLk9 .visualization-section-title {
  color: #3d4045;
}
.asKbzVF-uPrNjIcLk9 .visualization-text {
  color: #3d4045;
}
.asKbzVF-uPrNjIcLk9 .list {
  color: #ffffff;
  text-align: center;
}
.asKbzVF-uPrNjIcLk9 .visualization-section-btn {
  text-align: right;
}
.asKbzVF-uPq2CkhOKu .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .asKbzVF-uPq2CkhOKu .visualization-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPq2CkhOKu .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .asKbzVF-uPq2CkhOKu .navbar-dropdown {
    padding: 0 1rem;
  }
}
.asKbzVF-uPq2CkhOKu .navbar-caption {
  font-weight: 500;
}
.asKbzVF-uPq2CkhOKu .dropdown-item:before {
  font-family: radio2 !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;
}
.asKbzVF-uPq2CkhOKu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.asKbzVF-uPq2CkhOKu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.asKbzVF-uPq2CkhOKu .dropdown-item:hover,
.asKbzVF-uPq2CkhOKu .dropdown-item:focus {
  background: #ff9f00 !important;
  color: white !important;
}
.asKbzVF-uPq2CkhOKu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.asKbzVF-uPq2CkhOKu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.asKbzVF-uPq2CkhOKu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.asKbzVF-uPq2CkhOKu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.asKbzVF-uPq2CkhOKu .nav-link {
  position: relative;
}
.asKbzVF-uPq2CkhOKu .container {
  display: flex;
  margin: auto;
}
.asKbzVF-uPq2CkhOKu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.asKbzVF-uPq2CkhOKu .dropdown-menu,
.asKbzVF-uPq2CkhOKu .navbar.opened {
  background: #ff9f00 !important;
}
.asKbzVF-uPq2CkhOKu .nav-item:focus,
.asKbzVF-uPq2CkhOKu .nav-link:focus {
  outline: none;
}
.asKbzVF-uPq2CkhOKu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.asKbzVF-uPq2CkhOKu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.asKbzVF-uPq2CkhOKu .dropdown .dropdown-menu .dropdown-item .visualization-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.asKbzVF-uPq2CkhOKu .dropdown .dropdown-menu .dropdown-item .visualization-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.asKbzVF-uPq2CkhOKu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.asKbzVF-uPq2CkhOKu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.asKbzVF-uPq2CkhOKu .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9f00;
}
.asKbzVF-uPq2CkhOKu .navbar.opened {
  transition: all 0.3s;
}
.asKbzVF-uPq2CkhOKu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.asKbzVF-uPq2CkhOKu .navbar .navbar-logo img {
  width: auto;
}
.asKbzVF-uPq2CkhOKu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.asKbzVF-uPq2CkhOKu .navbar.collapsed {
  justify-content: center;
}
.asKbzVF-uPq2CkhOKu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.asKbzVF-uPq2CkhOKu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.asKbzVF-uPq2CkhOKu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.asKbzVF-uPq2CkhOKu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.asKbzVF-uPq2CkhOKu .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%;
}
.asKbzVF-uPq2CkhOKu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.asKbzVF-uPq2CkhOKu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.asKbzVF-uPq2CkhOKu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .asKbzVF-uPq2CkhOKu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .asKbzVF-uPq2CkhOKu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .asKbzVF-uPq2CkhOKu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .asKbzVF-uPq2CkhOKu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .asKbzVF-uPq2CkhOKu .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%;
  }
  .asKbzVF-uPq2CkhOKu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .asKbzVF-uPq2CkhOKu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .asKbzVF-uPq2CkhOKu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .asKbzVF-uPq2CkhOKu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .asKbzVF-uPq2CkhOKu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .asKbzVF-uPq2CkhOKu .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.asKbzVF-uPq2CkhOKu .navbar.navbar-short {
  min-height: 80px;
}
.asKbzVF-uPq2CkhOKu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.asKbzVF-uPq2CkhOKu .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.asKbzVF-uPq2CkhOKu .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;
}
.asKbzVF-uPq2CkhOKu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.asKbzVF-uPq2CkhOKu .navbar-brand .navbar-logo a {
  outline: none;
}
.asKbzVF-uPq2CkhOKu .dropdown-item.active,
.asKbzVF-uPq2CkhOKu .dropdown-item:active {
  background-color: transparent;
}
.asKbzVF-uPq2CkhOKu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.asKbzVF-uPq2CkhOKu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.asKbzVF-uPq2CkhOKu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.asKbzVF-uPq2CkhOKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9f00;
}
.asKbzVF-uPq2CkhOKu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.asKbzVF-uPq2CkhOKu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.asKbzVF-uPq2CkhOKu ul.navbar-nav {
  flex-wrap: wrap;
}
.asKbzVF-uPq2CkhOKu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.asKbzVF-uPq2CkhOKu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.asKbzVF-uPq2CkhOKu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.asKbzVF-uPq2CkhOKu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.asKbzVF-uPq2CkhOKu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.asKbzVF-uPq2CkhOKu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.asKbzVF-uPq2CkhOKu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.asKbzVF-uPq2CkhOKu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.asKbzVF-uPq2CkhOKu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.asKbzVF-uPq2CkhOKu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.asKbzVF-uPq2CkhOKu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.asKbzVF-uPq2CkhOKu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .asKbzVF-uPq2CkhOKu .navbar {
    height: 70px;
  }
  .asKbzVF-uPq2CkhOKu .navbar.opened {
    height: auto;
  }
  .asKbzVF-uPq2CkhOKu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.asKbzVF-uPq2ClesFT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #ff9f00 110%);
}
.asKbzVF-uPq2ClesFT .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPq2ClesFT .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPq2ClesFT .row {
  justify-content: center;
}
.asKbzVF-uPq2ClesFT .content-wrapper {
  position: relative;
  z-index: 2;
}
.asKbzVF-uPq2ClesFT .content-wrapper .visualization-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #ffffff, #ff9f00 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .asKbzVF-uPq2ClesFT .content-wrapper .visualization-section-title {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPq2ClesFT .content-wrapper .visualization-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .asKbzVF-uPq2ClesFT .content-wrapper .visualization-text {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPq2ClesFT .content-wrapper .visualization-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .asKbzVF-uPq2ClesFT .content-wrapper .visualization-desc {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPq2ClesFT .visualization-section-title {
  color: #ffffff;
}
.asKbzVF-uPq2ClesFT .visualization-text {
  color: #ffffff;
}
.asKbzVF-uPq2ClesFT .visualization-desc {
  color: #ffffff;
}
.asKbzVF-uPq2ClesFT .visualization-section-title,
.asKbzVF-uPq2ClesFT .visualization-section-btn {
  text-align: center;
}
.asKbzVF-uPrNjIcLk9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.asKbzVF-uPrNjIcLk9 .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPrNjIcLk9 .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPrNjIcLk9 .container,
.asKbzVF-uPrNjIcLk9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .container,
  .asKbzVF-uPrNjIcLk9 .container-fluid {
    padding: 0 20px;
  }
}
.asKbzVF-uPrNjIcLk9 a {
  display: block;
}
.asKbzVF-uPrNjIcLk9 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ff9f00;
  border-bottom: 1px solid #ff9f00;
  border-right: none;
  border-left: 1px solid #ff9f00;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    padding: 50px 0;
  }
}
.asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.asKbzVF-uPrNjIcLk9 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ff9f00;
  border-right: none;
  border-left: 1px solid #ff9f00;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .copy-wrapper {
    border-right: none;
  }
}
.asKbzVF-uPrNjIcLk9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.asKbzVF-uPrNjIcLk9 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper {
    height: auto;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .card-wrapper {
    margin-bottom: 50px;
  }
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ff9f00;
  border-radius: 24px;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap .visualization-section-title {
  margin-bottom: 42px;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap .visualization-text {
  margin-bottom: 42px;
}
.asKbzVF-uPrNjIcLk9 .copyright {
  color: #ff9f00;
}
.asKbzVF-uPrNjIcLk9 .visualization-section-title {
  color: #3d4045;
}
.asKbzVF-uPrNjIcLk9 .visualization-text {
  color: #3d4045;
}
.asKbzVF-uPrNjIcLk9 .list {
  color: #ffffff;
  text-align: center;
}
.asKbzVF-uPrNjIcLk9 .visualization-section-btn {
  text-align: right;
}
.asKbzVF-uPq2Dfb94g .navbar-dropdown {
  position: relative !important;
}
@media (min-width: 992px) {
  .asKbzVF-uPq2Dfb94g .visualization-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPq2Dfb94g .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .asKbzVF-uPq2Dfb94g .navbar-dropdown {
    padding: 0 1rem;
  }
}
.asKbzVF-uPq2Dfb94g .navbar-caption {
  font-weight: 500;
}
.asKbzVF-uPq2Dfb94g .dropdown-item:before {
  font-family: radio2 !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;
}
.asKbzVF-uPq2Dfb94g .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.asKbzVF-uPq2Dfb94g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.asKbzVF-uPq2Dfb94g .dropdown-item:hover,
.asKbzVF-uPq2Dfb94g .dropdown-item:focus {
  background: #ff9f00 !important;
  color: white !important;
}
.asKbzVF-uPq2Dfb94g .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.asKbzVF-uPq2Dfb94g .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.asKbzVF-uPq2Dfb94g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.asKbzVF-uPq2Dfb94g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.asKbzVF-uPq2Dfb94g .nav-link {
  position: relative;
}
.asKbzVF-uPq2Dfb94g .container {
  display: flex;
  margin: auto;
}
.asKbzVF-uPq2Dfb94g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.asKbzVF-uPq2Dfb94g .dropdown-menu,
.asKbzVF-uPq2Dfb94g .navbar.opened {
  background: #ff9f00 !important;
}
.asKbzVF-uPq2Dfb94g .nav-item:focus,
.asKbzVF-uPq2Dfb94g .nav-link:focus {
  outline: none;
}
.asKbzVF-uPq2Dfb94g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.asKbzVF-uPq2Dfb94g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.asKbzVF-uPq2Dfb94g .dropdown .dropdown-menu .dropdown-item .visualization-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.asKbzVF-uPq2Dfb94g .dropdown .dropdown-menu .dropdown-item .visualization-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.asKbzVF-uPq2Dfb94g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.asKbzVF-uPq2Dfb94g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.asKbzVF-uPq2Dfb94g .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9f00;
}
.asKbzVF-uPq2Dfb94g .navbar.opened {
  transition: all 0.3s;
}
.asKbzVF-uPq2Dfb94g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.asKbzVF-uPq2Dfb94g .navbar .navbar-logo img {
  width: auto;
}
.asKbzVF-uPq2Dfb94g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.asKbzVF-uPq2Dfb94g .navbar.collapsed {
  justify-content: center;
}
.asKbzVF-uPq2Dfb94g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.asKbzVF-uPq2Dfb94g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.asKbzVF-uPq2Dfb94g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.asKbzVF-uPq2Dfb94g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.asKbzVF-uPq2Dfb94g .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%;
}
.asKbzVF-uPq2Dfb94g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.asKbzVF-uPq2Dfb94g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.asKbzVF-uPq2Dfb94g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .asKbzVF-uPq2Dfb94g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .asKbzVF-uPq2Dfb94g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .asKbzVF-uPq2Dfb94g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .asKbzVF-uPq2Dfb94g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .asKbzVF-uPq2Dfb94g .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%;
  }
  .asKbzVF-uPq2Dfb94g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .asKbzVF-uPq2Dfb94g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .asKbzVF-uPq2Dfb94g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .asKbzVF-uPq2Dfb94g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .asKbzVF-uPq2Dfb94g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .asKbzVF-uPq2Dfb94g .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.asKbzVF-uPq2Dfb94g .navbar.navbar-short {
  min-height: 80px;
}
.asKbzVF-uPq2Dfb94g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.asKbzVF-uPq2Dfb94g .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.asKbzVF-uPq2Dfb94g .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;
}
.asKbzVF-uPq2Dfb94g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.asKbzVF-uPq2Dfb94g .navbar-brand .navbar-logo a {
  outline: none;
}
.asKbzVF-uPq2Dfb94g .dropdown-item.active,
.asKbzVF-uPq2Dfb94g .dropdown-item:active {
  background-color: transparent;
}
.asKbzVF-uPq2Dfb94g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.asKbzVF-uPq2Dfb94g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.asKbzVF-uPq2Dfb94g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.asKbzVF-uPq2Dfb94g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9f00;
}
.asKbzVF-uPq2Dfb94g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.asKbzVF-uPq2Dfb94g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.asKbzVF-uPq2Dfb94g ul.navbar-nav {
  flex-wrap: wrap;
}
.asKbzVF-uPq2Dfb94g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.asKbzVF-uPq2Dfb94g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.asKbzVF-uPq2Dfb94g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.asKbzVF-uPq2Dfb94g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.asKbzVF-uPq2Dfb94g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.asKbzVF-uPq2Dfb94g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.asKbzVF-uPq2Dfb94g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.asKbzVF-uPq2Dfb94g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.asKbzVF-uPq2Dfb94g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.asKbzVF-uPq2Dfb94g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.asKbzVF-uPq2Dfb94g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.asKbzVF-uPq2Dfb94g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .asKbzVF-uPq2Dfb94g .navbar {
    height: 70px;
  }
  .asKbzVF-uPq2Dfb94g .navbar.opened {
    height: auto;
  }
  .asKbzVF-uPq2Dfb94g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.asKbzVF-uPq2DfWHWQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #ff9f00 110%);
}
.asKbzVF-uPq2DfWHWQ .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPq2DfWHWQ .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPq2DfWHWQ .row {
  justify-content: center;
}
.asKbzVF-uPq2DfWHWQ .content-wrapper {
  position: relative;
  z-index: 2;
}
.asKbzVF-uPq2DfWHWQ .content-wrapper .visualization-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #ffffff, #ff9f00 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .asKbzVF-uPq2DfWHWQ .content-wrapper .visualization-section-title {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPq2DfWHWQ .content-wrapper .visualization-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .asKbzVF-uPq2DfWHWQ .content-wrapper .visualization-text {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPq2DfWHWQ .content-wrapper .visualization-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .asKbzVF-uPq2DfWHWQ .content-wrapper .visualization-desc {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPq2DfWHWQ .visualization-section-title {
  color: #ffffff;
}
.asKbzVF-uPq2DfWHWQ .visualization-text {
  color: #ffffff;
}
.asKbzVF-uPq2DfWHWQ .visualization-desc {
  color: #ffffff;
}
.asKbzVF-uPq2DfWHWQ .visualization-section-title,
.asKbzVF-uPq2DfWHWQ .visualization-section-btn {
  text-align: center;
}
.asKbzVF-uPrNjIcLk9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.asKbzVF-uPrNjIcLk9 .visualization-fallback-image.disabled {
  display: none;
}
.asKbzVF-uPrNjIcLk9 .visualization-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.asKbzVF-uPrNjIcLk9 .container,
.asKbzVF-uPrNjIcLk9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .container,
  .asKbzVF-uPrNjIcLk9 .container-fluid {
    padding: 0 20px;
  }
}
.asKbzVF-uPrNjIcLk9 a {
  display: block;
}
.asKbzVF-uPrNjIcLk9 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ff9f00;
  border-bottom: 1px solid #ff9f00;
  border-right: none;
  border-left: 1px solid #ff9f00;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper {
    padding: 50px 0;
  }
}
.asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.asKbzVF-uPrNjIcLk9 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ff9f00;
  border-right: none;
  border-left: 1px solid #ff9f00;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .copy-wrapper {
    border-right: none;
  }
}
.asKbzVF-uPrNjIcLk9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.asKbzVF-uPrNjIcLk9 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper {
    height: auto;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.asKbzVF-uPrNjIcLk9 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .asKbzVF-uPrNjIcLk9 .card-wrapper {
    margin-bottom: 50px;
  }
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ff9f00;
  border-radius: 24px;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap .visualization-section-title {
  margin-bottom: 42px;
}
.asKbzVF-uPrNjIcLk9 .card-wrapper .card-wrap .visualization-text {
  margin-bottom: 42px;
}
.asKbzVF-uPrNjIcLk9 .copyright {
  color: #ff9f00;
}
.asKbzVF-uPrNjIcLk9 .visualization-section-title {
  color: #3d4045;
}
.asKbzVF-uPrNjIcLk9 .visualization-text {
  color: #3d4045;
}
.asKbzVF-uPrNjIcLk9 .list {
  color: #ffffff;
  text-align: center;
}
.asKbzVF-uPrNjIcLk9 .visualization-section-btn {
  text-align: right;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes spinIn {
  0% {
    opacity: 0;
    transform: rotate(-360deg) scale(0.5);
  }
  60% {
    opacity: 1;
    transform: rotate(30deg) scale(1.1);
  }
  80% {
    transform: rotate(-10deg) scale(0.95);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes spinOut {
  0% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotate(360deg) scale(0.5);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: spinIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: spinOut 0.6s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3),
              inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2),
              inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes bounceRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}

.navbar-brand {
    animation: bounceRight 1s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 16: scaleY compress */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: scaleY(0.9);
}
/* endmainanimations */
.quiz-section {
  background-image: url("../../../assets/images/neutralword3544.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}