@import url("../../../font/Gilroy/Gilroy.css");

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  color: inherit;
}

/* Disable chat */
div#Embed,
#launcher {
  display: none !important;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Gilroy", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #101423;
  color: #fff;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}

img {
  width: 100%;
  user-select: none;
  pointer-events: none;
}

ul {
  font-family: "Gilroy", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy", sans-serif;
  margin: 0;
}

p {
  font-family: "Gilroy", sans-serif;
  line-height: 1.5;
  margin: 0;
}

.onm-btn {
  min-width: 22rem;
  font-family: "Gilroy", sans-serif;
  font-size: clamp(1.7rem, 2vw, 2rem);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 1.3;
  padding: 1.6rem 2rem;
  padding: clamp(1.2rem, 1.4vw, 1.4rem) clamp(1.6rem, 1vw, 2rem);
  color: #fff;
  background-image: linear-gradient(45deg, #e0004d, #ff5075, #e0004d, #ff5075);
  background-size: 400% 200%;
  background-position: 0 0;
  border-radius: 8.6rem;
  transition: background 1.6s cubic-bezier(0.55, 0.1, 0.47, 0.94) !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  margin: 0;
  animation: textura 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) 2s infinite;
  position: relative;
}

.onm-btn img {
  width: 3rem;
  width: clamp(2.4rem, 3vw, 3rem);
}

.onm-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8.6rem;
  box-shadow: -2px 0px 6px 2px #fd4c73;
  transition: all 0.3s;
  opacity: 0;
}

.onm-btn:hover::before {
  opacity: 1;
}

@keyframes textura {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}

.onm-btn:hover,
.onm-btn:active,
.onm-btn:focus {
  color: #fff;
  background-position: 100% 0%;
}

.s01 {
  position: relative;
  min-height: 96vh;
  overflow: hidden;
}

.s01-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.s01-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.s01-wrap {
  width: min(152rem, 90%);
  margin: 0 auto;
  padding: 3rem 0 12rem;
  display: flex;
  flex-direction: column;
  gap: 20rem;
  gap: clamp(2rem, 6vw, 20rem);
}

.s01-logo img {
  width: 12.8rem;
  width: clamp(9rem, 12vw, 12.8rem);
}

.s01-card {
  width: min(46rem, 100%);
  padding: 6.2rem;
  padding: clamp(3rem, 4vw, 4rem);
  border-radius: 1rem;
  background: #fff;
  align-self: flex-end;
  position: relative;
}

.s01 p.p01 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #dd004a;
}

.s01 h1 {
  width: min(80rem, 100%);
  font-size: 3.6rem;
  font-size: clamp(3rem, 3.6vw, 3.6rem);
  font-weight: bold;
  line-height: 1.1;
  padding: 2rem 0 4rem;
  padding: 2rem 0 clamp(1rem, 2vw, 2rem);
  color: #fff;
  background: linear-gradient(160deg, #4a84c8, #244e81);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.s01 p.p02 {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 0 3rem;
  color: #303030;
}

.s01-views {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(calc(100% + 3rem));
  display: flex;
  align-items: center;
  gap: 2rem;
  gap: clamp(1rem, 2vw, 2rem);
}

.s01-views img {
  width: 15.6rem;
  width: clamp(12rem, 15vw, 15.6rem);
}

.s01-views p {
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: bold;
  line-height: 1.2;
}

.s02 {
  padding: 12rem 0;
  padding: clamp(2rem, 10vw, 12rem) 0;
  background-color: #f5f5f7;
}

.s02-wrap {
  width: min(160rem, 90%);
  margin: 0 auto;
  padding: 3.2rem 15rem;
  border-radius: 2rem;
  background-color: #fff;
}

.s02-info {
  width: min(58rem, 100%);
}

h2 {
  font-size: 4vw;
  font-size: clamp(2.8rem, 5.6vw, 5.6rem);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.04em;
  padding: 0 0 6rem;
  position: relative;
  color: #2b598f;
  background: linear-gradient(160deg, #4a84c8, #244e81);
  background: linear-gradient(160deg, #4177b7, #275286);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.s02 ul {
  list-style: none;
  margin: 16px 0 0 3rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  gap: clamp(2rem, 4vw, 4rem);
}

.s02 li {
  width: min(32rem, 100%);
  font-size: 2rem;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-weight: 600;
  color: #303030;
  position: relative;
}

.s02 li::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  left: 0;
  border-radius: 50%;
  transform: translate(-240%, -50%);
  background-color: #dd004a;
}

.s03 {
  padding: 0 0 12rem;
  padding: 0 0 clamp(2rem, 10vw, 12rem);
  margin: -1px 0 0;
  background-color: #f5f5f7;
}

.s03-wrap {
  width: min(160rem, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.s03-info {
  width: min(62rem, 100%);
  padding: 8rem;
  padding: clamp(2rem, 8vw, 10rem) clamp(2rem, 8vw, 9rem);
  border-radius: 2rem;
  background-color: #fff;
  position: relative;
}

.s03-img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(calc(-100% - 4rem), -50%);
}

.s03-info p {
  font-size: 2.2rem;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-weight: 600;
  color: #303030;
}

.s03 h2 {
  padding: 0 0 2.4rem;
  padding: 0 0 clamp(1rem, 4vw, 2.4rem);
}

.sfooter {
  color: #d1cfc7;
  background: #1a1919;
}

.sfooter-wrap {
  width: min(142rem, 90%);
  margin-inline: auto;
  padding: 2rem 0;
  font-size: 1.3rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.sfooter img {
  width: 10rem;
}

.sfooter a {
  font-weight: 600;
  text-decoration: none;
  color: #d1cfc7;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 8px;
  }
}

@media screen and (max-width: 1600px) {
  .s01-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 0 28rem;
    padding: 4rem 0 clamp(16rem, 20vw, 20rem);
  }
}

@media screen and (max-width: 750px) {
  .s01-bg {
    position: relative;
  }
  .s01-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .s01-logo {
    position: absolute;
    top: 3rem;
    left: 4rem;
  }
  .s01-card {
    border-radius: 0;
    width: 100%;
  }
  .s01-views {
    position: relative;
    transform: none;
    padding: 2rem 0 0;
    color: #041e42;
  }
  .sfooter-wrap {
    padding: 4rem 0;
    flex-direction: column;
    gap: 2rem;
  }
  .sfooter p:first-of-type {
    width: 100%;
    position: relative;
    padding: 2rem 0;
  }
  .sfooter p:first-of-type::before,
  .sfooter p:first-of-type::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    background: rgb(255 255 255 / 25%);
  }
  .sfooter p:first-of-type:before {
    top: 0;
  }
  .sfooter p:first-of-type:after {
    bottom: 0;
  }

  .s03-img {
    position: relative;
    top: 0;
    transform: none;
    padding: 0 0 2rem;
  }
}
