/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/style.scss ***!
  \********************************************************************************************************************************************************/
@charset "UTF-8";
/**
    * WP Rocket Lazyload Fade-in 
**/
img[data-lazy-src] {
  opacity: 0;
}

img.lazyloaded {
  transition: opacity 0.2s linear 0.2s;
  opacity: 1;
}

/**
    * NORMALIZE & MIXINS
**/
/**
    * TYPOGRAPHY
**/
.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.a4 {
  font-size: 1.63rem;
  line-height: 80%;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .a4 {
    font-size: 0.64rem;
  }
}

.a3 {
  font-size: 1rem;
  line-height: 80%;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .a3 {
    font-size: 0.35rem;
  }
}

.a2 {
  font-size: 0.6rem;
  line-height: 89%;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .a2 {
    font-size: 0.35rem;
  }
}

.a1 {
  font-size: 0.32rem;
  line-height: 100%;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .a1 {
    font-size: 0.22rem;
  }
}

.b0 {
  font-size: 0.18rem;
  line-height: 110%;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .b0 {
    font-size: 0.15rem;
  }
}

.b1 {
  font-size: 0.15rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.b2 {
  font-size: 0.14rem;
  line-height: 97%;
  letter-spacing: -0.04em;
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/**
    * VARIABLES
**/
/**
    * BODY & HTML
**/
body {
  font-family: "Inter", sans-serif;
  font-size: 0.18rem;
  line-height: 80%;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  overflow-x: hidden;
  position: relative;
  display: block;
  color: #ffffff;
  background-color: #000000;
  width: 100%;
}

html {
  font-size: 6.944vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  html {
    font-size: 26.316vw;
  }
}

/**
    * SWUP TRANSITION
**/
.transition-fade {
  transition: opacity 400ms cubic-bezier(0.51, 0.01, 0.2, 1);
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

.header-reveal .lines {
  overflow-y: clip;
  padding-bottom: 0.2em;
  margin-bottom: -0.2em;
}
.header-reveal .words {
  will-change: transform;
}

/**
    * STYLE FOR LENIS SMOOTH SCROLL
**/
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/**
    * GLOBAL CLASSES
**/
.display-hidden {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}
.pointer-events-none * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.uppercase {
  text-transform: uppercase;
}

/**
    * LAYOUT
**/
.loader {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.container-1 {
  width: 100%;
  max-width: 13.2rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .container-1 {
    max-width: 3.5rem;
  }
}

.grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grid {
    flex-direction: column;
  }
}

.media-wrap {
  position: relative;
  overflow: hidden;
}
.media-wrap:hover .play-btn {
  opacity: 1;
  visibility: visible;
}

.media-wrap .play-btn {
  width: 0.77rem;
  height: 0.77rem;
  background-color: #E4222F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.51, 0.01, 0.2, 1), visibility 0.4s cubic-bezier(0.51, 0.01, 0.2, 1);
}
.media-wrap .play-btn .play-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
}

img {
  vertical-align: middle;
}

.media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.nav .nav-item {
  display: inline-block;
}
.nav .nav-link,
.nav .nav-text {
  display: inline-block;
  text-decoration: none;
  color: #B2B2B2;
  transition: color 0.4s cubic-bezier(0.51, 0.01, 0.2, 1);
}
.nav .nav-link:hover, .nav .nav-link.active,
.nav .nav-text:hover,
.nav .nav-text.active {
  color: #ffffff;
}
.nav .nav-text:hover {
  color: #B2B2B2;
}

.button-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  /* Keyframes for text color animation */
}
.button-wrap.black::before, .button-wrap.black::after,
.button-wrap.black .main-button::before,
.button-wrap.black .main-button::after {
  border-color: #000000;
}
.button-wrap.black .main-button {
  color: #000000;
  background: #000000;
  vertical-align: middle;
}
.button-wrap.black .main-button .shutter {
  z-index: 2;
  content: "";
  background-image: url(../js/c5fb0ac5d688a8da891f.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  width: 250%;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  pointer-events: none;
}
.button-wrap.black .main-button span {
  z-index: 3;
  position: relative;
}
.button-wrap::before {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  top: 0;
  left: 0;
  border-top: 0.02rem solid #ffffff;
  border-left: 0.02rem solid #ffffff;
  z-index: 3;
}
.button-wrap::after {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  top: 0;
  right: 0;
  border-top: 0.02rem solid #ffffff;
  border-right: 0.02rem solid #ffffff;
  z-index: 3;
}
.button-wrap::before, .button-wrap::after,
.button-wrap .main-button::before,
.button-wrap .main-button::after {
  transition: opacity 0.3s cubic-bezier(0.51, 0.01, 0.2, 1);
}
.button-wrap:hover::before, .button-wrap:hover::after,
.button-wrap:hover .main-button::before,
.button-wrap:hover .main-button::after {
  opacity: 0;
}
@keyframes textColorChange {
  0% {
    color: white;
  }
  100% {
    color: black;
  }
}
@keyframes textColorChangeRed {
  0% {
    color: black;
  }
  100% {
    color: #E4222F;
  }
}
.button-wrap .main-button {
  display: inline-block;
  font-size: 0.18rem;
  line-height: 110%;
  letter-spacing: -0.03em;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 0.4s;
  background: #E4222F;
  padding: 0.14rem 0.6rem 0.12rem 0.6rem;
  vertical-align: middle;
}
.button-wrap .main-button .shutter {
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../js/31b1a844e1f6a9154b9b.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 250%;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  pointer-events: none;
}
.button-wrap .main-button span {
  z-index: 3;
  position: relative;
}
.button-wrap .main-button::before {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  bottom: 0;
  left: 0;
  border-bottom: 0.02rem solid #ffffff;
  border-left: 0.02rem solid #ffffff;
  z-index: 3;
}
.button-wrap .main-button::after {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  bottom: 0;
  right: 0;
  border-bottom: 0.02rem solid #ffffff;
  border-right: 0.02rem solid #ffffff;
  z-index: 3;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .button-wrap .main-button {
    font-size: 0.15rem;
  }
}

.deco-line::before {
  content: "";
  width: 100%;
  height: 0.01rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.2;
}

.deco-line.bottom::before {
  top: unset;
  bottom: 0;
  left: 0;
}

.section-name {
  padding-left: 0.43rem;
  position: relative;
}
.section-name:before {
  content: "";
  width: 0.13rem;
  height: 0.13rem;
  background-color: #E4222F;
  position: absolute;
  left: 0;
  top: 0.025rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .section-name {
    padding-left: 0.26rem;
  }
  .section-name:before {
    width: 0.11rem;
    height: 0.11rem;
  }
}

/**
    * PAGE HEADER
**/
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100svw;
  max-width: 100svw;
  z-index: 115;
  margin: 0 auto;
  padding: 0.2rem 0;
  background: transparent;
  transition: background-color 0.5s cubic-bezier(0.51, 0.01, 0.2, 1), transform 0.5s cubic-bezier(0.51, 0.01, 0.2, 1), padding 0.5s cubic-bezier(0.51, 0.01, 0.2, 1);
}
.page-header .grid {
  align-items: center;
}
.page-header .g-inner:first-of-type {
  width: 3.09rem;
}
.page-header .g-inner:nth-of-type(2) {
  position: relative;
  max-width: calc(100% - 2.09rem - 0.4rem);
}
.page-header .g-inner:nth-of-type(2)::before {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  top: 0;
  left: 0;
  border-top: 0.02rem solid #ffffff;
  border-left: 0.02rem solid #ffffff;
}
.page-header .g-inner:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  top: 0;
  right: 0;
  border-top: 0.02rem solid #ffffff;
  border-right: 0.02rem solid #ffffff;
}
.page-header .logo-link {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page-header .header-logo {
  width: 1.34rem;
  height: 0.27rem;
}
.page-header .header-logo .circle-path {
  transform: translateX(-76%);
  transition: transform 0.6s cubic-bezier(0.51, 0.01, 0.2, 1);
}
.page-header .header-logo .hidden-path {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.51, 0.01, 0.2, 1);
  transition: clip-path 0.6s cubic-bezier(0.51, 0.01, 0.2, 1);
  transition: clip-path 0.6s cubic-bezier(0.51, 0.01, 0.2, 1), -webkit-clip-path 0.6s cubic-bezier(0.51, 0.01, 0.2, 1);
}
.page-header .header-logo-text {
  width: 1.45rem;
  transition: transform 0.6s cubic-bezier(0.51, 0.01, 0.2, 1), opacity 0.6s cubic-bezier(0.51, 0.01, 0.2, 1);
  transform: translateX(-1rem);
  line-height: 100%;
  margin-bottom: -0.01rem;
}
.page-header .header-nav {
  gap: 0.4rem;
  row-gap: 0.1rem;
  padding: 0.1rem 0.3rem;
}
.page-header .header-nav::before {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  bottom: 0;
  left: 0;
  border-bottom: 0.02rem solid #ffffff;
  border-left: 0.02rem solid #ffffff;
}
.page-header .header-nav::after {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  bottom: 0;
  right: 0;
  border-bottom: 0.02rem solid #ffffff;
  border-right: 0.02rem solid #ffffff;
}
.page-header .mobile {
  display: none;
}
.page-header .mobile-menu-btn {
  width: 0.26rem;
  height: 0.12rem;
  position: relative;
  cursor: pointer;
}
.page-header .mobile-menu-btn.active .menu-btn-bar:nth-of-type(1) {
  top: 50%;
  transform: translate(0, -50%) rotate(-40deg);
  transition: top 0.3s cubic-bezier(0.51, 0.01, 0.2, 1) 0.1s, transform 0.3s cubic-bezier(0.51, 0.01, 0.2, 1) 0.3s;
}
.page-header .mobile-menu-btn.active .menu-btn-bar:nth-of-type(2) {
  opacity: 0;
}
.page-header .mobile-menu-btn.active .menu-btn-bar:nth-of-type(3) {
  bottom: 50%;
  transform: translate(0, 50%) rotate(40deg);
  transition: bottom 0.3s cubic-bezier(0.51, 0.01, 0.2, 1) 0.1s, transform 0.3s cubic-bezier(0.51, 0.01, 0.2, 1) 0.3s;
}
.page-header .menu-btn-bar {
  width: 0.26rem;
  height: 0.02rem;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  will-change: transform;
  vertical-align: middle;
  transform-origin: center;
}
.page-header .menu-btn-bar:nth-of-type(1) {
  top: 0;
  transform: translate(0, 0) rotate(0);
  transition: top 0.3s cubic-bezier(0.51, 0.01, 0.2, 1) 0.3s, transform 0.3s cubic-bezier(0.51, 0.01, 0.2, 1) 0.2s;
}
.page-header .menu-btn-bar:nth-of-type(2) {
  top: 50%;
  transform: translate(0, -50%) rotate(0);
  transition: opacity 0.2s 0.3s cubic-bezier(0.51, 0.01, 0.2, 1);
}
.page-header .menu-btn-bar:nth-of-type(3) {
  bottom: 0;
  transform: translate(0, 0) rotate(0);
  transition: bottom 0.3s cubic-bezier(0.51, 0.01, 0.2, 1) 0.3s, transform 0.3s cubic-bezier(0.51, 0.01, 0.2, 1) 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .page-header .logo-link:hover .header-logo .circle-path {
    transform: translateX(0%);
  }
  .page-header .logo-link:hover .header-logo .hidden-path {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .page-header .logo-link:hover .header-logo-text {
    transform: translateX(0%);
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .page-header .grid {
    flex-direction: row;
  }
  .page-header .g-inner:nth-of-type(2)::before, .page-header .g-inner:nth-of-type(2)::after {
    display: none;
  }
  .page-header .header-nav {
    display: none;
  }
  .page-header .mobile {
    display: block;
  }
}

body.scroll-up .page-header.sticky {
  padding: 0.14rem 0rem;
  background: rgba(0, 0, 0, 0.8);
}
body.scroll-up .page-header.sticky .header-logo-text {
  opacity: 0;
}

body.scroll-down .page-header.sticky {
  transform: translateY(calc(-100% - 0.04rem));
}

/**
    * MOBILE MENU
**/
body.menu-open {
  overflow: hidden;
}

.mobile-menu {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 100;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  transform: translateX(100%);
}
.mobile-menu .menu-inner {
  padding: 0.8rem 0.4rem 0.3rem 0.4rem;
  height: auto;
  min-height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu .menu-inner .mobile-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.mobile-menu .menu-inner .nav-item {
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .menu-inner .mobile-nav .nav-link {
  font-size: 0.44rem;
  color: #ffffff;
}
.mobile-menu .menu-inner .mobile-social {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  padding-top: 0.3rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .mobile-menu {
    opacity: 1;
    visibility: visible;
  }
}

/**
    * FOOTER CTA
**/
.footer-cta {
  background-color: #E4222F;
  text-align: center;
  padding: 1.4rem 0;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}
.footer-cta .container-1 {
  height: 100%;
}
.footer-cta .section-title {
  color: #000000;
}
.footer-cta .button-wrap {
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-cta {
    padding: 0.8rem 0;
    min-height: unset;
  }
}

/**
    * PAGE FOOTER
**/
.page-footer {
  overflow: hidden;
  z-index: 1;
  position: relative;
  background-color: #000000;
}
.page-footer.anim-active {
  margin-top: -100vh;
}
.page-footer.anim-active .blur-bg {
  display: block;
  -webkit-backdrop-filter: blur(0.03rem);
          backdrop-filter: blur(0.03rem);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.page-footer.anim-active .translate-wrapper {
  opacity: 0.6;
}
.page-footer .translate-wrapper {
  position: relative;
  padding: 0.6rem 0 0.3rem 0;
  height: 100vh;
  flex-direction: column;
}
.page-footer .blur-bg {
  display: none;
}
.page-footer .container-1 {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.page-footer .footer-logo {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.page-footer .footer-logo .return-btn {
  cursor: pointer;
}
.page-footer .footer-logo .arrows {
  pointer-events: none;
}
.page-footer .footer-contact-wrap {
  align-self: flex-start;
  margin-bottom: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.page-footer .footer-contact-wrap:hover .footer-contact {
  filter: blur(2px);
  opacity: 0.15;
}
.page-footer .footer-contact-wrap:hover .footer-contact:hover {
  filter: none;
  opacity: 1;
}
.page-footer .footer-contact {
  margin-top: 0.1rem;
  text-align: center;
  width: 100%;
  display: inline-block;
  transition: filter 0.4s cubic-bezier(0.51, 0.01, 0.2, 1), opacity 0.4s cubic-bezier(0.51, 0.01, 0.2, 1);
}
.page-footer .footer-contact:first-of-type {
  margin-top: 0.3rem;
}
.page-footer .footer-bottom-wrap {
  margin-top: auto;
  margin-bottom: 0;
}
.page-footer .nav {
  gap: 0.3rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .page-footer.anim-active {
    margin-top: unset;
    filter: blur(0);
    opacity: 1;
  }
  .page-footer.anim-active .blur-bg {
    display: none;
  }
  .page-footer.anim-active .translate-wrapper {
    opacity: 1;
  }
  .page-footer .translate-wrapper {
    padding: 0.5rem 0 0.3rem 0;
  }
  .page-footer .footer-logo {
    margin-bottom: 0.6rem;
    min-height: 0.75rem;
    overflow: visible;
  }
  .page-footer .footer-logo .return-btn {
    transform-box: fill-box;
    transform: scale(1.1);
    transform-origin: center center;
  }
  .page-footer .footer-logo .arrows {
    transform-box: fill-box;
    transform: scale(2);
    transform-origin: center center;
  }
  .page-footer .footer-logo .arrow {
    transform-box: fill-box;
    transform: scale(1);
    transform-origin: center center;
  }
  .page-footer .footer-logo .second-arrow {
    display: none;
  }
  .page-footer .container-1 {
    justify-content: space-between;
  }
  .page-footer .footer-contact-wrap {
    margin-top: 0.6rem;
    margin-bottom: 0.3rem;
  }
  .page-footer .footer-contact {
    margin-top: 0;
    font-size: 0.18rem;
    line-height: 90%;
    letter-spacing: -0.05em;
  }
  .page-footer .footer-contact:first-of-type {
    margin-top: 0;
  }
  .page-footer .footer-bottom-wrap {
    margin: unset;
    margin-top: 0.6rem;
  }
  .page-footer .nav {
    gap: 0.1rem;
    flex-direction: column;
    margin-top: 0.1rem;
  }
  .page-footer .nav:first-of-type {
    margin-top: 0;
  }
}

/**
    * SERVICE POPUP
**/
body .body-blur {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 116;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.51, 0.01, 0.2, 1), -webkit-backdrop-filter 0.4s cubic-bezier(0.51, 0.01, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.51, 0.01, 0.2, 1), backdrop-filter 0.4s cubic-bezier(0.51, 0.01, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.51, 0.01, 0.2, 1), backdrop-filter 0.4s cubic-bezier(0.51, 0.01, 0.2, 1), -webkit-backdrop-filter 0.4s cubic-bezier(0.51, 0.01, 0.2, 1);
  pointer-events: none;
}

/**
    * VIDEO MODAL
**/
.video-modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 120;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  opacity: 0;
}
.video-modal-wrap .media-wrap {
  display: block;
  position: relative;
  width: auto;
  height: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  pointer-events: all;
  max-height: calc(100vh - 1rem);
  margin: 0 auto;
}
.video-modal-wrap .media-wrap .media {
  z-index: unset;
}
.video-modal-wrap .inner {
  display: block;
  width: 100%;
  max-width: 12.25rem;
  margin: auto;
}
.video-modal-wrap .close {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0.17rem;
  right: 0.24rem;
  width: 0.38rem;
  height: 0.33rem;
}
.video-modal-wrap .close line {
  transition: stroke 400ms ease-out;
}
.video-modal-wrap .close:active line {
  stroke: #E4222F;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .video-modal-wrap .inner {
    max-width: calc(100% - 0.5rem);
  }
  .video-modal-wrap .close {
    top: 0.4rem;
    right: 0.3rem;
    width: 0.18rem;
    height: 0.18rem;
  }
}

/**
    * Services hover
**/
.services-hover {
  cursor: pointer;
}

.services-hover-frame {
  pointer-events: none;
  display: block;
  position: fixed;
  z-index: 3;
  inset: 0;
}
.services-hover-frame .frame-inner {
  display: block;
  position: absolute;
  transform: translate(50vw, 50vh);
  top: 0;
  left: 0;
}
.services-hover-frame .media-wrap {
  opacity: 0;
  width: 4.33rem;
  height: 2.43rem;
  background-color: transparent;
}
.services-hover-frame .media-wrap .media {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
}

/**
    * IMPORTS 
**/
/**
    * MARGINS & PADDINGS
**/
/**
    * SPACERS
**/
.spacer-240 {
  display: block;
  width: 100%;
  height: 2.4rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .spacer-240 {
    height: 1.4rem;
  }
}

.spacer-160 {
  display: block;
  width: 100%;
  height: 1.6rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .spacer-160 {
    height: 0.8rem;
  }
}

.spacer-60 {
  display: block;
  width: 100%;
  height: 0.6rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .spacer-60 {
    height: 0.5rem;
  }
}

.spacer-40 {
  display: block;
  width: 100%;
  height: 0.4rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .spacer-40 {
    height: 0.3rem;
  }
}

.spacer-30 {
  display: block;
  width: 100%;
  height: 0.3rem;
}

.spacer-10 {
  display: block;
  width: 100%;
  height: 0.1rem;
}

.spacer-5 {
  display: block;
  width: 100%;
  height: 0.05rem;
}

.padding-top-240 {
  padding-top: 2.4rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .padding-top-240 {
    padding-top: 1.4rem;
  }
}

.padding-top-160 {
  padding-top: 1.6rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .padding-top-160 {
    padding-top: 0.8rem;
  }
}

.padding-top-120 {
  padding-top: 1.2rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .padding-top-120 {
    padding-top: 1rem;
  }
}

.padding-top-60 {
  padding-top: 0.6rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .padding-top-60 {
    padding-top: 0.5rem;
  }
}

.padding-top-40 {
  padding-top: 0.4rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .padding-top-40 {
    padding-top: 0.3rem;
  }
}

.padding-top-30 {
  padding-top: 0.3rem;
}

.padding-top-0 {
  padding-top: 0;
}

.padding-bottom-240 {
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .padding-bottom-240 {
    padding-bottom: 1.4rem;
  }
}

.padding-bottom-160 {
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .padding-bottom-160 {
    padding-bottom: 0.8rem;
  }
}

.padding-bottom-120 {
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .padding-bottom-120 {
    padding-bottom: 1rem;
  }
}

.padding-bottom-60 {
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .padding-bottom-60 {
    padding-bottom: 0.5rem;
  }
}

.padding-bottom-40 {
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .padding-bottom-40 {
    padding-bottom: 0.3rem;
  }
}

.padding-bottom-30 {
  padding-bottom: 0.3rem;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

/**
    * INTRO SECTION
**/
body.menu-open {
  overflow: hidden;
}

.intro {
  position: relative;
  padding-top: 1.73rem;
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100svw;
}
.intro .no-video {
  display: none;
}
.intro .inner {
  width: 100svw;
  height: 100svh;
  left: 0;
  top: 0;
}
.intro .container-1 {
  height: 100%;
}
.intro .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 1;
}
.intro .blur-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  pointer-events: none;
  z-index: 2;
}
.intro .media-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: height 0.4s cubic-bezier(0.51, 0.01, 0.2, 1), width 0.4s cubic-bezier(0.51, 0.01, 0.2, 1);
}
.intro .container-1 {
  z-index: 3;
  position: relative;
  pointer-events: none;
}
.intro .logo-wrap {
  padding-top: 0.47rem;
  padding-bottom: 0.3rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.intro .intro-logo {
  width: 100%;
  height: auto;
  vertical-align: middle;
  overflow: hidden;
}
.intro .intro-logo .video-modal-opener {
  cursor: pointer;
  pointer-events: all;
}
.intro .intro-logo .letter {
  pointer-events: none;
}
.intro .intro-logo .text-group {
  pointer-events: none;
}
.intro .intro-play-btn {
  width: 0.77rem;
  height: 0.77rem;
  background-color: #E4222F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
.intro .intro-play-btn .play-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .intro {
    height: 100vh;
    height: 100svh;
    min-height: 100vh;
    min-height: 100svh;
  }
  .intro .deco-line::before {
    display: none;
  }
  .intro .intro-logo .text-group {
    display: none;
  }
}

.approach {
  position: relative;
  background-color: #000000;
}
.approach .container-1 {
  position: relative;
  padding-top: 0.3rem;
}
.approach .grid.title-img {
  margin-top: 0.4rem;
}
.approach .grid.title-img .g-inner:first-of-type {
  width: 8.77rem;
}
.approach .grid.title-img .g-inner:last-of-type {
  width: 2.12rem;
}
.approach .grid.title-img .media-wrap {
  width: 100%;
  height: 2.12rem;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.approach .g-inner {
  width: calc(50% - 0.05rem);
}
.approach .media-wrap {
  width: 100%;
  height: 6.55rem;
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .approach .container-1 {
    position: relative;
    padding-top: 0.3rem;
  }
  .approach .section-title {
    padding-left: 0.26rem;
  }
  .approach .grid.title-img {
    margin-top: 0.4rem;
  }
  .approach .grid.title-img .g-inner:first-of-type {
    width: 100%;
  }
  .approach .grid.title-img .g-inner:last-of-type {
    display: none;
  }
  .approach .g-inner {
    width: 100%;
    margin-top: 0.1rem;
  }
  .approach .g-inner:first-of-type {
    margin-top: 0;
  }
  .approach .media-wrap {
    height: 3.5rem;
  }
}

.services {
  position: relative;
  background-color: #000000;
}
.services::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}
.services .container-1 {
  position: relative;
  padding-top: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services .g-inner {
  width: calc(50% - 0.06rem);
}
.services .services-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.services .services-wrap:hover .service {
  opacity: 0.15;
}
.services .services-wrap:hover .service:before {
  opacity: 1;
}
.services .service {
  transition: opacity 0.4s cubic-bezier(0.51, 0.01, 0.2, 1), filter 0.4s cubic-bezier(0.51, 0.01, 0.2, 1);
  width: 100%;
}
.services .services-wrap:hover .service {
  filter: blur(0.02rem);
}
.services .services-wrap .service:hover {
  opacity: 1;
  filter: blur(0);
  z-index: 5;
}
.services .services-wrap .service:hover::before {
  opacity: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .services .g-inner {
    width: 100%;
  }
  .services .section-text {
    padding-left: 0.26rem;
    margin-top: 0.32rem;
  }
}

body.popup-active .body-blur {
  opacity: 1;
  pointer-events: all;
  -webkit-backdrop-filter: blur(0.03rem);
          backdrop-filter: blur(0.03rem);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  body.popup-active .body-blur {
    display: none;
  }
}

.service-popup {
  overflow: visible;
  transform: translate(100%, 0%);
  height: 100vh;
  width: 100%;
  max-width: 7.45rem;
  background-color: #E4222F;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-popup .popup-close-btn {
  position: fixed;
  top: 0.27rem;
  right: 0.21rem;
  width: 0.38rem;
  height: 0.32rem;
  z-index: 5;
  cursor: pointer;
}
.service-popup .popup-close-btn .close-btn-bar {
  width: 0.46rem;
  height: 0.03rem;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  transition: transform 0.4s cubic-bezier(0.51, 0.01, 0.2, 1);
  will-change: transform;
}
.service-popup .popup-close-btn .close-btn-bar:last-of-type {
  transform: translate(-50%, -50%) rotate(0);
}
.service-popup .popup-close-btn.active .close-btn-bar {
  transform: translate(-50%, -50%) rotate(40deg);
}
.service-popup .popup-close-btn.active .close-btn-bar:last-of-type {
  transform: translate(-50%, -50%) rotate(-40deg);
}
.service-popup .popup-inner {
  padding: 0.9rem 1.7rem 0.9rem 0.3rem;
  min-height: 100%;
  color: #000000;
  overflow-y: scroll;
  display: none;
}
.service-popup .popup-main-title {
  margin-bottom: 0.3rem;
}
.service-popup .text-wrap {
  margin-bottom: 0.6rem;
  padding-bottom: 0;
}
.service-popup .text-wrap:last-of-type {
  margin-bottom: 0;
}
.service-popup .popup-title {
  margin-bottom: 0.1rem;
}
.service-popup .media-wrap {
  width: 100%;
  height: 3.06rem;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.service-popup .button-wrap {
  width: 100%;
  text-align: center;
}
.service-popup .button-wrap .main-button {
  width: 100%;
}
.service-popup .user-content {
  padding: 0;
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
}
.service-popup .user-content p {
  font-family: "Inter", sans-serif;
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.03em;
  margin-bottom: 0.24rem;
}
.service-popup .user-content p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .service-popup .user-content p {
    font-size: 0.15rem;
    margin-bottom: 0.18rem;
  }
}
.service-popup .user-content h1,
.service-popup .user-content h2,
.service-popup .user-content h3,
.service-popup .user-content h4,
.service-popup .user-content h5,
.service-popup .user-content h6 {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.1rem;
  letter-spacing: -0.03em;
  line-height: 100%;
}
.service-popup .user-content h1:first-of-type,
.service-popup .user-content h2:first-of-type,
.service-popup .user-content h3:first-of-type,
.service-popup .user-content h4:first-of-type,
.service-popup .user-content h5:first-of-type,
.service-popup .user-content h6:first-of-type {
  margin-top: 0;
}
.service-popup .user-content h1 {
  font-size: 0.38rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .service-popup .user-content h1 {
    font-size: 0.28rem;
  }
}
.service-popup .user-content h2 {
  font-size: 0.36rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .service-popup .user-content h2 {
    font-size: 0.26rem;
  }
}
.service-popup .user-content h3 {
  font-size: 0.34rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .service-popup .user-content h3 {
    font-size: 0.24rem;
  }
}
.service-popup .user-content h4 {
  font-size: 0.32rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .service-popup .user-content h4 {
    font-size: 0.22rem;
  }
}
.service-popup .user-content h5 {
  font-size: 0.3rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .service-popup .user-content h5 {
    font-size: 0.2rem;
  }
}
.service-popup .user-content h6 {
  font-size: 0.28rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .service-popup .user-content h6 {
    font-size: 0.18rem;
  }
}
.service-popup .user-content ul,
.service-popup .user-content ol {
  font-family: "Inter", sans-serif;
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.03em;
  margin-bottom: 0.24rem;
  list-style: disc;
  padding-left: 0.36rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .service-popup .user-content ul,
  .service-popup .user-content ol {
    font-size: 0.15rem;
    margin-bottom: 0.18rem;
  }
}
.service-popup .user-content ol {
  list-style-type: decimal;
}
.service-popup .user-content img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.service-popup .user-content blockquote {
  background-color: transparent;
  margin-bottom: 0.24rem;
}
.service-popup .user-content blockquote p {
  font-family: "Inter", sans-serif;
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.03em;
  quotes: "» " " «" "> " " <";
}
.service-popup .user-content blockquote p:before {
  content: open-quote;
}
.service-popup .user-content blockquote p:after {
  content: close-quote;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .service-popup .user-content blockquote p {
    font-size: 0.15rem;
    margin-bottom: 0.18rem;
  }
}
.service-popup .user-content blockquote p:last-of-type {
  margin-bottom: 0;
}
.service-popup .user-content hr {
  opacity: 0.3;
  margin: 0.2rem 0;
}
.service-popup .user-content a {
  text-decoration: underline;
  color: #000000;
}
.service-popup .user-content strong {
  font-weight: 700;
}
.service-popup .user-content sup {
  vertical-align: super;
  font-size: 80%;
}
.service-popup .user-content sub {
  vertical-align: sub;
  font-size: 80%;
}
.service-popup .user-content table {
  border-color: #000000;
  border-top: solid 0.01rem #000000;
  border-left: solid 0.01rem #000000;
  border-spacing: 0;
  width: 100%;
}
.service-popup .user-content table tr {
  border-spacing: 0;
}
.service-popup .user-content table tr th {
  font-weight: 700;
  border-spacing: 0;
}
.service-popup .user-content table tr td,
.service-popup .user-content table tr th {
  border-bottom: solid 0.01rem #000000;
  border-right: solid 0.01rem #000000;
  border-spacing: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  margin-bottom: 0.24rem;
  padding: 0.08rem 0.08rem;
}
.service-popup .user-content table tr td:first-of-type,
.service-popup .user-content table tr th:first-of-type {
  padding-left: 0.16rem;
}
.service-popup .user-content table tr td:last-of-type,
.service-popup .user-content table tr th:last-of-type {
  padding-right: 0.16rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .service-popup .user-content table tr td,
  .service-popup .user-content table tr th {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .service-popup .popup-close-btn {
    right: 0.21rem;
    width: 0.28rem;
    top: 0.11rem;
    right: 0.17rem;
  }
  .service-popup .popup-close-btn .close-btn-bar {
    width: 0.32rem;
    height: 0.02rem;
  }
  .service-popup .popup-inner {
    padding: 0.5rem 0.6rem 0.5rem 0.3rem;
  }
  .service-popup .user-content {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
  }
  .service-popup .media-wrap {
    width: 100%;
    height: 1.84rem;
    margin-bottom: 0.5rem;
  }
}

.featured {
  position: relative;
  background-color: #000000;
}
.featured .g-inner {
  width: calc(50% - 0.06rem);
}
.featured .g-inner:last-of-type {
  width: 4.33rem;
}
.featured .splide__arrows {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.05rem;
}
.featured .splide__arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.4s cubic-bezier(0.51, 0.01, 0.2, 1);
}
.featured .splide__arrow.first-slide, .featured .splide__arrow.last-slide {
  opacity: 0.2;
  cursor: unset;
}
.featured .splide__arrow--prev {
  margin-right: 0.25rem;
}
.featured .splide__arrow--next {
  margin-left: 0.25rem;
}
.featured .arrow-icon {
  width: 0.16rem;
  height: 0.13rem;
}
.featured .splide__arrow--prev .arrow-icon {
  transform: rotate(180deg);
}
.featured .slide-grid .g-inner:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.featured .splide__slide {
  width: 100%;
}
.featured .splide__slide .slide-grid {
  transition: transform 1s cubic-bezier(0.51, 0.01, 0.2, 1), filter 1s cubic-bezier(0.51, 0.01, 0.2, 1);
  transform: scale(0.4);
  filter: blur(8px);
}
.featured .splide__slide.is-active .slide-grid {
  transform: scale(1);
  filter: blur(0);
}
.featured .media-wrap {
  width: 100%;
  position: relative;
  height: 3.67rem;
  display: block;
}
.featured .media-wrap .video {
  top: 0;
  left: 0;
  transform: unset;
}
.featured .slide-text {
  max-width: 3.8rem;
}
.featured .mobile-play {
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .featured .grid {
    flex-direction: row;
  }
  .featured .g-inner {
    width: calc(50% - 0.06rem);
  }
  .featured .g-inner:last-of-type {
    width: auto;
    max-width: calc(50% - 0.06rem);
  }
  .featured .splide__arrows {
    gap: 0.1rem;
  }
  .featured .splide__arrow--prev {
    margin-right: 0.1rem;
    padding: 0;
  }
  .featured .splide__arrow--next {
    margin-left: 0.1rem;
    padding: 0;
  }
  .featured .slider-numbers {
    display: none;
  }
  .featured .slide-grid {
    flex-direction: column;
  }
  .featured .slide-grid .g-inner {
    width: 100%;
  }
  .featured .slide-grid .g-inner:last-of-type {
    margin-top: 0.3rem;
  }
  .featured .media-wrap {
    width: 100%;
    position: relative;
    height: 1.96rem;
  }
  .featured .play-btn {
    display: none;
  }
  .featured .slide-text {
    max-width: 3.04rem;
  }
}

.projects {
  position: relative;
  padding-bottom: 2.4rem;
  background-color: #000000;
}
.projects .top-pin {
  padding-top: 0.3rem;
}
.projects .container-1 {
  position: relative;
}
.projects .projects-wrap {
  position: relative;
}
.projects .grid.project {
  padding: 0.6rem 0;
  position: relative;
  width: 100%;
}
.projects .grid.project:first-of-type {
  padding-top: 0.4rem;
}
.projects .g-inner {
  width: calc(50% - 0.06rem);
}
.projects .g-inner:last-of-type {
  width: 4.33rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.projects .media-wrap {
  width: 100%;
  position: relative;
  height: 3.67rem;
  display: block;
}
.projects .project-text {
  max-width: 4.33rem;
}
.projects .mobile-play {
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .projects {
    padding-bottom: 1.6rem;
  }
  .projects .track {
    height: unset;
  }
  .projects .section-name {
    margin-bottom: 0.3rem;
  }
  .projects .grid.project {
    flex-direction: column;
    padding: 0.5rem 0;
    transform: unset;
    position: relative;
  }
  .projects .grid.project:first-of-type {
    padding-top: 0;
  }
  .projects .grid.project .g-inner {
    width: 100%;
  }
  .projects .grid.project .g-inner:last-of-type {
    margin-top: 0.3rem;
  }
  .projects .media-wrap {
    width: 100%;
    position: relative;
    height: 1.96rem;
  }
  .projects .play-btn {
    display: none;
  }
  .projects .slide-text {
    max-width: 3.04rem;
  }
}

.stats {
  position: relative;
  background-color: #000000;
}
.stats .container-1 {
  padding-top: 0.3rem;
  position: relative;
}
.stats .g-inner {
  width: calc(50% - 0.06rem);
}
.stats .grid:last-of-type {
  margin-top: 1.6rem;
}
.stats .grid:last-of-type .g-inner {
  display: flex;
  flex-direction: column;
}
.stats .counter-wrap {
  overflow: hidden;
  position: relative;
}
.stats .counter {
  display: block;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .stats .section-text {
    padding-left: 0.26rem;
    margin-top: 0.32rem;
  }
  .stats .container-1 {
    padding-top: 0.3rem;
    position: relative;
  }
  .stats .g-inner {
    width: 100%;
  }
  .stats .grid:last-of-type {
    margin-top: 0.6rem;
    flex-direction: row;
    padding-left: 0.26rem;
  }
  .stats .grid:last-of-type .g-inner {
    display: flex;
    flex-direction: column;
    width: calc(60% - 0.06rem);
  }
  .stats .grid:last-of-type .g-inner:last-of-type {
    width: calc(40% - 0.32rem);
  }
}

.contact {
  position: relative;
  background-color: #000000;
}
.contact .container-1 {
  padding-top: 0.3rem;
  position: relative;
}
.contact .grid {
  margin-top: 0.4rem;
}
.contact .g-inner {
  width: calc(50% - 0.06rem);
}
.contact .contact-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 0.3rem;
}
.contact .contact-link {
  margin-bottom: 0.05rem;
}
.contact .contact-link:last-of-type {
  margin-bottom: 0;
}
.contact .form-wrap {
  min-height: 3.9rem;
}
.contact .form-wrap .gform_confirmation_message {
  margin-top: 0.4rem;
  font-family: "Inter", sans-serif;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.contact .gform_wrapper {
  margin-top: 0.4rem;
}
.contact .gform_wrapper .gform_heading {
  display: none;
}
.contact .gform_wrapper .gform_validation_errors {
  display: none;
}
.contact .gform_wrapper .gform-body .gform_fields {
  grid-row-gap: 0.3rem;
}
.contact .gform_wrapper .gform-body .gfield_validation_message {
  font-size: 0.12rem;
  margin-top: 0;
  border: none;
  background-color: transparent;
  color: #E4222F;
  padding: 0.08rem 0.18rem;
}
.contact .gform_wrapper .gform-body .gfield_label {
  display: none;
}
.contact .gform_wrapper .gform-body .ginput_container input,
.contact .gform_wrapper .gform-body .ginput_container select {
  background-color: transparent;
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #ffffff;
  padding: 0 0 0.05rem 0;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
}
.contact .gform_wrapper .gform-body .ginput_container input::-moz-placeholder, .contact .gform_wrapper .gform-body .ginput_container select::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.6);
}
.contact .gform_wrapper .gform-body .ginput_container input::placeholder,
.contact .gform_wrapper .gform-body .ginput_container select::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.6);
}
.contact .gform_wrapper .gform-body .ginput_container input:focus,
.contact .gform_wrapper .gform-body .ginput_container select:focus {
  outline: none;
}
.contact .gform_wrapper .gform-body a {
  text-decoration: underline;
  text-underline-offset: 0.03rem;
}
.contact .gform_wrapper .gform-body .gfield_checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact .gform_wrapper .gform-body .gfield_checkbox .gchoice {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact .gform_wrapper .gform-body .gfield_checkbox .gchoice .gform-field-label {
  color: #ffffff;
  padding-left: 0.1rem;
  cursor: pointer;
}
.contact .gform_wrapper .gform-body .gfield_checkbox .gchoice input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0.12rem;
  height: 0.12rem;
  border: 0.01rem solid #ffffff;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.contact .gform_wrapper .gform-body .gfield_checkbox .gchoice input[type=checkbox]::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  -webkit-clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
          clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.contact .gform_wrapper .gform-body .gfield_checkbox .gchoice input[type=checkbox]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}
.contact .gform_wrapper .gform-body .gfield_checkbox label {
  font-family: "Inter", sans-serif;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #ffffff;
  width: calc(100% - 0.2rem);
}
.contact .gform_wrapper .gform-body .select2-results__options {
  max-height: unset;
}
.contact .gform_wrapper .gform_footer,
.contact .gform_wrapper .gform_footer.top_label {
  padding-top: 0.4rem;
  padding-bottom: 0;
  margin: 0;
  position: relative;
}
.contact .gform_wrapper .gform_footer .button-wrap,
.contact .gform_wrapper .gform_footer.top_label .button-wrap {
  width: 100%;
}
.contact .gform_wrapper .gform_footer .button-wrap:hover .main-button,
.contact .gform_wrapper .gform_footer.top_label .button-wrap:hover .main-button {
  background-color: #E4222F;
}
.contact .gform_wrapper .gform_footer .button-wrap .main-button,
.contact .gform_wrapper .gform_footer.top_label .button-wrap .main-button {
  border: none;
  color: white;
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
}
.contact .gform_wrapper .gform_footer .gform_ajax_spinner,
.contact .gform_wrapper .gform_footer.top_label .gform_ajax_spinner {
  position: absolute;
  right: -0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.contact .gform_wrapper .select2-container {
  width: 100% !important;
}
.contact .gform_wrapper .select2-container--focus {
  outline: none;
}
.contact .gform_wrapper .select2-container .select2-selection__rendered {
  color: #ffffff !important;
}
.contact .gform_wrapper .select2-container .select2-results__option--selected {
  display: none;
}
.contact .gform_wrapper .select2-container .select2-selection__placeholder {
  font-size: 0.18rem;
  line-height: 110%;
  color: rgba(255, 255, 255, 0.6);
}
.contact .gform_wrapper .select2-container .select2-selection {
  background-color: transparent;
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #ffffff;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.contact .gform_wrapper .select2-container .select2-selection__arrow {
  background-image: url(../js/5a79a069a1d4c443ddfe.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 0.08rem;
  height: 0.06rem;
  position: absolute;
  top: calc(50% - 0.05rem);
  right: 0.15rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.contact .gform_wrapper .select2-container .select2-selection__arrow b {
  display: none;
}
.contact .gform_wrapper .select2-container .select2-selection__rendered {
  padding-left: 0;
  line-height: 110%;
  color: rgba(255, 255, 255, 0.6);
}
.contact .gform_wrapper .select2-container .select2-dropdown {
  font-family: "Inter", sans-serif;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #ffffff;
  border: none;
  border-radius: 0;
  background-color: #000000;
  padding: 0.1rem 0.05rem;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
}
.contact .gform_wrapper .select2-container .select2-dropdown .select2-results .select2-results__option {
  padding: 0.06rem 0.06rem 0.06rem 0;
  transition: color 0.2s cubic-bezier(0.51, 0.01, 0.2, 1), font-weight 0.1s cubic-bezier(0.51, 0.01, 0.2, 1);
}
.contact .gform_wrapper .select2-container .select2-dropdown .select2-results .select2-results__option--selected {
  background-color: transparent;
  color: #ffffff;
  font-weight: 500;
}
.contact .gform_wrapper .select2-container .select2-dropdown .select2-results .select2-results__option--highlighted {
  background-color: transparent;
  font-weight: 500;
  color: #ffffff;
}
.contact .gform_wrapper .select2-container .select2-selection {
  height: auto;
  padding-bottom: 0.05rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .contact .g-inner {
    width: 100%;
    margin-top: 0.2rem;
  }
  .contact .g-inner:first-of-type {
    margin-top: 0;
  }
  .contact .form-wrap .gform_wrapper .gform-body .gform_fields {
    grid-row-gap: 0.25rem;
  }
  .contact .form-wrap .gform_wrapper .gform-body .gfield:not(.gfield--width-full) {
    grid-column: 1/-1;
  }
  .contact .form-wrap .gform_wrapper .gform-body .ginput_container input,
  .contact .form-wrap .gform_wrapper .gform-body .ginput_container select {
    font-size: 0.15rem;
    height: 32px;
  }
  .contact .form-wrap .gform_wrapper .gform-body .ginput_container input::-moz-placeholder, .contact .form-wrap .gform_wrapper .gform-body .ginput_container select::-moz-placeholder {
    font-size: 0.15rem;
  }
  .contact .form-wrap .gform_wrapper .gform-body .ginput_container input::placeholder,
  .contact .form-wrap .gform_wrapper .gform-body .ginput_container select::placeholder {
    font-size: 0.15rem;
  }
  .contact .form-wrap .gform_wrapper .gform-body .ginput_container select option {
    font-size: 0.15rem;
  }
  .contact .form-wrap .gform_wrapper .gform-body .gfield_checkbox .gchoice input[type=checkbox] {
    width: 0.1rem;
    height: 0.1rem;
  }
  .contact .form-wrap .gform_wrapper .gform-body .gfield_checkbox .gchoice input[type=checkbox]::before {
    width: 0.08rem;
    height: 0.08rem;
  }
  .contact .form-wrap .gform_wrapper .gform-body .gfield_checkbox label {
    font-size: 0.15rem;
  }
  .contact .form-wrap .gform_wrapper .gform-body .select2-container .select2-selection__placeholder {
    font-size: 0.15rem;
  }
  .contact .form-wrap .gform_wrapper .gform-body .select2-container .select2-selection {
    font-size: 0.15rem;
    min-height: 32px;
  }
  .contact .form-wrap .gform_wrapper .gform-body .select2-container .select2-dropdown {
    font-size: 0.15rem;
  }
}

.error-page {
  padding-bottom: 1.9rem;
}
.error-page .container-1 {
  padding-top: 0.3rem;
}
.error-page .title-button-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-page .section-title {
  margin-top: 1.6rem;
  text-align: center;
  color: #E4222F;
  max-width: 11rem;
}
.error-page .button-wrap {
  margin-top: 0.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .error-page {
    padding-bottom: 1.4rem;
  }
  .error-page .section-title {
    margin-top: 0.8rem;
  }
}

.user-content {
  padding-bottom: 1.6rem;
}
.user-content .container-1 {
  padding-top: 0.3rem;
}
.user-content .g-inner {
  width: calc(50% - 0.05rem);
}
.user-content .content p {
  font-family: "Inter", sans-serif;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  margin-bottom: 0.3rem;
}
.user-content .content p:last-of-type {
  margin-bottom: 0;
}
.user-content .content h1,
.user-content .content h2,
.user-content .content h3,
.user-content .content h4,
.user-content .content h5,
.user-content .content h6 {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.1rem;
  letter-spacing: -0.03em;
  line-height: 100%;
  margin-top: 0.6rem;
}
.user-content .content h1:first-of-type,
.user-content .content h2:first-of-type,
.user-content .content h3:first-of-type,
.user-content .content h4:first-of-type,
.user-content .content h5:first-of-type,
.user-content .content h6:first-of-type {
  margin-top: 0;
}
.user-content .content h1 {
  font-size: 0.4rem;
}
.user-content .content h2 {
  font-size: 0.32rem;
}
.user-content .content h3 {
  font-size: 0.3rem;
}
.user-content .content h4 {
  font-size: 0.28rem;
}
.user-content .content h5 {
  font-size: 0.26rem;
}
.user-content .content h6 {
  font-size: 0.24rem;
}
.user-content .content ul,
.user-content .content ol {
  font-family: "Inter", sans-serif;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  margin-bottom: 0.24rem;
  list-style: disc;
  padding-left: 0.36rem;
}
.user-content .content ol {
  list-style-type: decimal;
}
.user-content .content img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.user-content .content blockquote {
  background-color: transparent;
  margin-bottom: 0.24rem;
}
.user-content .content blockquote p {
  font-family: "Inter", sans-serif;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  quotes: "» " " «" "> " " <";
}
.user-content .content blockquote p:before {
  content: open-quote;
}
.user-content .content blockquote p:after {
  content: close-quote;
}
.user-content .content blockquote p:last-of-type {
  margin-bottom: 0;
}
.user-content .content hr {
  opacity: 0.3;
  margin: 0.2rem 0;
}
.user-content .content a {
  text-decoration: underline;
  color: #ffffff;
}
.user-content .content strong {
  font-weight: 700;
}
.user-content .content sup {
  vertical-align: super;
  font-size: 80%;
}
.user-content .content sub {
  vertical-align: sub;
  font-size: 80%;
}
.user-content .content table {
  border-color: #ffffff;
  border-top: solid 0.01rem #ffffff;
  border-left: solid 0.01rem #ffffff;
  border-spacing: 0;
  width: 100%;
}
.user-content .content table tr {
  border-spacing: 0;
}
.user-content .content table tr th {
  font-weight: 700;
  border-spacing: 0;
}
.user-content .content table tr td,
.user-content .content table tr th {
  border-bottom: solid 0.01rem #ffffff;
  border-right: solid 0.01rem #ffffff;
  border-spacing: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  margin-bottom: 0.24rem;
  padding: 0.08rem 0.08rem;
}
.user-content .content table tr td:first-of-type,
.user-content .content table tr th:first-of-type {
  padding-left: 0.16rem;
}
.user-content .content table tr td:last-of-type,
.user-content .content table tr th:last-of-type {
  padding-right: 0.16rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .user-content {
    padding-bottom: 0.3rem;
  }
  .user-content .g-inner {
    width: 100%;
  }
  .user-content .g-inner:last-of-type {
    margin-top: 0.3rem;
  }
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.optiscroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.optiscroll ::-webkit-scrollbar-track {
  -webkit-box-shadow: none !important;
  background-color: transparent;
}
.optiscroll ::-webkit-scrollbar {
  width: 3px !important;
  background-color: transparent;
}
.optiscroll ::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.optiscroll.is-enabled {
  overflow: hidden;
}

.optiscroll.is-enabled > .optiscroll-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.optiscroll-v,
.optiscroll-h {
  position: absolute;
  visibility: hidden;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.optiscroll-v {
  right: 0;
}

.optiscroll-h {
  bottom: 0;
}

.optiscroll.has-vtrack > .optiscroll-v,
.optiscroll.has-htrack > .optiscroll-h {
  visibility: visible;
}

.optiscroll.is-rtl > .optiscroll-v {
  left: 0;
  right: auto;
}

.optiscroll-vtrack,
.optiscroll-htrack {
  display: block;
  position: absolute;
  opacity: 1;
  transform: translate(0%, 0%);
  transition: height 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  box-sizing: border-box;
}

.optiscroll-v {
  top: 4px;
  bottom: 4px;
  width: 0;
}

.optiscroll-h {
  left: 4px;
  right: 4px;
  height: 0;
}

.optiscroll.has-vtrack.has-htrack > .optiscroll-v {
  bottom: 8px;
}

.optiscroll.has-vtrack.has-htrack > .optiscroll-h {
  right: 8px;
}

.optiscroll-vtrack,
.optiscroll-htrack {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  box-shadow: 0 0 1px #FFF;
  opacity: 0;
}

.optiscroll-vtrack {
  width: 3px;
  right: 4px;
}

.optiscroll-htrack {
  height: 3px;
  bottom: 4px;
}

.optiscroll:hover > .optiscroll-v .optiscroll-vtrack,
.optiscroll:hover > .optiscroll-h .optiscroll-htrack {
  opacity: 1;
}

.optiscroll.has-vtrack.has-htrack.is-rtl > .optiscroll-h {
  right: 4px;
  left: 8px;
}

.optiscroll.is-rtl > .optiscroll-v .optiscroll-vtrack {
  right: auto;
  left: 4px;
}

.optiscroll > .optiscroll-v .optiscroll-vtrack {
  opacity: 1 !important;
  background-color: rgba(184, 163, 163, 0.2745098039);
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/select2/dist/css/select2.css ***!
  \******************************************************************************************************************************************************************************/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
