@font-face {
  font-family: "BarlowCondensed";
  src: url("../fonts/BarlowCondensed-SemiBold.woff2") format("woff2"), url("../fonts/BarlowCondensed-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "N27";
  src: url("../fonts/N27-Bold.woff2") format("woff2"), url("../fonts/N27-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

h1, h2, p {
  margin-block: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  color: #606268;
  font-family: "Inter";
  background-color: #F0F0F0;
  line-height: 1.6;
}

main {
  display: block;
  flex: 1 0 auto;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.overflow {
  overflow: hidden;
}

.uppercase {
  text-transform: uppercase;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.fs-text-14 {
  font-size: 14px;
}

.fs-text-15 {
  font-size: 15px;
}

.fs-text-16 {
  font-size: 16px;
}

.title-8 {
  font-size: clamp(35px, 29px + 1.5vw, 52px);
}

.lh-2 {
  line-height: 1.3;
}

.lh-4 {
  line-height: 1.6;
}

.lh-10 {
  line-height: 1.1;
}

.space-01 {
  letter-spacing: 0.1em;
}

.space--02 {
  letter-spacing: -0.02em;
}

.color-2 {
  color: #fff;
}

.color-3 {
  color: #F0F0F0;
}

.color-4 {
  color: #F04E23;
}

.color-12 {
  color: #B1CDFF;
}

.color-13 {
  color: #C3C3EA;
}

.font-2 {
  font-family: "BarlowCondensed";
}

.font-3 {
  font-family: "N27";
}

.bg-11 {
  background-color: #040227;
}

.bg-4 {
  background-color: #F04E23;
}

.radius-1 {
  border-radius: 6px;
}

.container-8 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}

.center {
  text-align: center;
}

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

.mb-05 {
  margin-bottom: 5px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-25 {
  margin-bottom: 25px;
}

.abs-full-width {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.flex-center {
  align-items: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.btn-1 {
  display: inline-flex;
  position: relative;
  padding: 14px 32px;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease-out;
  transition-delay: 150ms;
  margin: 0 20px;
}
.btn-1.arrow-cut-icon {
  align-items: center;
}
.btn-1.arrow-cut-icon svg {
  width: 17px;
  height: 13px;
  margin-right: 13px;
  margin-top: 1px;
}
.btn-1:hover {
  transition-delay: 250ms;
  background-color: transparent;
}
.btn-1:hover .btn-2-display-text {
  transition-delay: 0s;
  transform: translateY(-200%);
  visibility: hidden;
}
.btn-1:hover .btn-2-hover-bcg {
  transition-delay: 150ms;
  visibility: visible;
  transform: translate(-50%, 0) scale(4);
}
.btn-1:hover .btn-2-hover-text {
  transition-delay: 250ms;
  transform: translateY(0);
  visibility: visible;
}
.btn-1.hidden {
  display: none;
}

.arrow-cut-icon.color-2 svg {
  stroke: #fff;
}

.arrow-cut-icon svg {
  fill: transparent;
}

svg:not(:root) {
  overflow: hidden;
}

.btn-2-hover-text {
  padding-right: 10px;
  flex-shrink: 0;
  visibility: hidden;
  transform: translateY(200%);
  transition: transform 300ms cubic-bezier(0.74, 0.07, 0.51, 0.96), visibility 300ms cubic-bezier(0.74, 0.07, 0.51, 0.96);
  transition-delay: 0s;
}

.btn-2-hover-bcg {
  border-radius: 50%;
  height: 100%;
  aspect-ratio: 1/1;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  visibility: hidden;
  transition: visibility 350ms cubic-bezier(0.42, 0.24, 0.63, 0.89), transform 350ms cubic-bezier(0.42, 0.24, 0.63, 0.89);
  transition-delay: 100ms;
}

.btn-2-hover-text-wrap {
  top: -3px;
}

.inline-block {
  display: inline-block;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.btn-2-hover-text-row {
  flex-shrink: 0;
  padding: 18px 0 18px;
  animation: btn-2-text 10s linear infinite;
}

@keyframes btn-2-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.inner-arrow-span {
  position: relative;
  display: inline-block;
  max-width: calc(50px + 2vw);
  width: calc(50px + 2vw);
  transform-origin: left center;
  transform: scaleX(1);
  margin: 0 0.6vw;
}
.inner-arrow-span svg {
  display: inline-block;
  vertical-align: middle;
  fill: transparent;
  color: transparent;
  Stroke: #F04E23;
  transform: translateY(-7px);
}

.setqub-section {
  height: 100dvh;
  overflow: auto;
}
.setqub-section .outer-hover-wrap {
  z-index: 4;
  margin-left: auto;
  margin-right: 80px;
}
.setqub-section .outer-hover-wrap:hover .hover-language {
  opacity: 1;
  visibility: visible;
}
.setqub-section .rectangle-deco {
  padding-top: 10px;
  letter-spacing: 0.1em;
}
.setqub-section .rectangle-deco:after {
  width: 10px;
  height: 10px;
  background-color: #B1CDFF;
}
.setqub-section .inner-arrow-span {
  width: 40px;
}
.setqub-section .container-8 {
  height: calc(100% - 33px);
}
.setqub-section .btn-wrap {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.setqub-section .btn-wrap .btn-2-hover-bcg {
  aspect-ratio: 1.1/1;
}

.setqub-logo-wrapper {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 6.75vw;
}
.setqub-logo-wrapper img {
  vertical-align: middle;
}

.setcub-title-content-wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 20px;
}

.setqub-desc-text {
  max-width: 750px;
  margin: 0 auto 24px;
}

.setcub-content-flex-wrapper {
  position: relative;
  z-index: 4;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bottom-info-cards-wrapper {
  display: flex;
  gap: 24px;
}

.setqub-info-card {
  width: 33%;
  padding: 20px 22px 35px 25px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-top: 1px solid rgba(134, 137, 205, 0.4);
  border-left: 1px solid rgba(134, 137, 205, 0.4);
  border-right: 1px solid rgba(134, 137, 205, 0.4);
  border-radius: 16px 16px 0 0;
}

.setqub-background-light {
  position: fixed;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 2;
}

.setqub-server-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.setqub-server-right {
  position: absolute;
  right: 0;
  top: 58%;
  transform: translateY(-50%);
  z-index: 3;
}

.setqub-grid-floor {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: soft-light;
}

.top-header-lang {
  padding-right: 10px;
  margin-right: 13px;
  cursor: pointer;
}

.arrow-language {
  width: 10px;
  height: 10px;
  right: -7px;
  top: 46.9%;
  transform: translateY(-50%);
}
.arrow-language svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  fill: #606268;
  transition: transform 0.3s ease-in-out;
}

.rectangle-deco {
  position: relative;
  padding-top: 5px;
}

.rectangle-deco::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  top: 0px;
  left: 0;
}

.hover-language {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.hover-language-link:not(:last-child) {
  margin-right: 5px;
}

.outer-hover-wrap {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 4px;
}
.outer-hover-wrap:hover .arrow-language svg {
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1400px) {
  .setqub-grid-floor,
  .setqub-server-left,
  .setqub-server-right,
  .setqub-background-light {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .btn-1 {
    padding: 15px 22px;
  }
}
@media only screen and (max-width: 1000px) {
  .setqub-section .container-8 {
    height: calc(100% - 23px);
  }
  .setqub-kicker-text {
    margin-bottom: 10px;
  }
  .setqub-logo-wrapper {
    max-width: 180px;
    margin-bottom: 24px;
  }
  .setcub-title-content-wrapper {
    margin-bottom: 24px;
  }
  .setcub-content-flex-wrapper {
    justify-content: unset;
  }
  .bottom-info-cards-wrapper {
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 24px;
  }
  .setqub-info-card {
    width: 100%;
    padding: 20px 22px;
    border-radius: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(134, 137, 205, 0.4);
  }
  .inner-arrow-span {
    width: 57px;
    margin: 0 5px;
    top: 3px;
  }
  .hover-language {
    position: absolute;
    right: -42px;
    top: 50%;
    transform: translateY(-50%);
  }
  .arrow-language {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 800px) {
  .setqub-section .outer-hover-wrap {
    margin-left: 10px;
    margin-right: auto;
  }
}