/* Playfair and Inter */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  background: #112d38;
  margin: 0;
  padding: 0;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair", serif;
}

.cc-btn,
form input[type="submit"] {
  padding: 1.04vw 3.47vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.52vw;
  font-family: "Inter", sans-serif;
  font-size: 1.39vw;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  color: #112d38;
  border-radius: 3.47vw;
  background: linear-gradient(164deg, #ffe388 -14%, #947d35 124%);
  transition: filter 0.3s, transform 0.3s;
  position: relative;
}

.cc-btn img {
  width: 1.35vw;
}

.cc-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 4.17vw;
  box-shadow: 0vw 0.89vw 2.81vw 0vw rgb(210 169 39 / 80%);
  transition: opacity 0.3s;
}

.cc-btn:hover::before {
  opacity: 1;
}

.cc-btn:hover,
form input[type="submit"]:hover {
  /* filter: brightness(115%);
  transform: translateY(-0.52vw); */
}

p {
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
}

.s01 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.s01-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.s01-bg img {
  width: 100%;
}

.s01-wrap {
  width: 67.64vw;
  padding: 3.47vw 0 3.8vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.s01-logos {
  display: flex;
  align-items: center;
  gap: 2.19vw;
}

.s01-logos img {
  width: 5.21vw;
}

.s01 h1 {
  width: 8.89vw;
  padding: 2.08vw 0 0;
}

.s01 h2 {
  width: 23.61vw;
  font-size: 3.82vw;
  font-weight: 800;
  line-height: 0.9;
  color: #fff;
}

.s01-data {
  padding: 1.67vw 0 0;
}

.s01-info {
  padding: 0 0 1.67vw;
}

.s02 {
  padding: 0 0 4.17vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.s02-bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.s02-bg img {
  width: 100%;
  object-fit: contain;
}

.s02 h2 {
  width: 54vw;
}

.s02 h2 {
  padding: 0 0 1.67vw;
  font-size: 2.43vw;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.video-container {
  width: 54.72vw;
  margin: 0 auto;
  border-radius: 1.53vw;
  position: relative;
}

.video-container::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(6.94vw);
  background-color: #ffe388;
}

.video-main {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border-radius: 1.53vw;
  background-color: #000;
}

.s02 p.p01 {
  font-weight: 500;
  color: #92fffa;
  opacity: 0.6;
}

.s02 p.p02 a {
  padding: 0.69vw 0 1.39vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.63vw;
  font-weight: 600;
}

.s02 .cc-btn {
  margin: 1.67vw auto 2.22vw;
}

.s02-logo {
  width: 5.56vw;
}

.hide-desktop {
  display: none;
}

@media screen and (max-width: 600px) {
  .cc-btn,
  form input[type="submit"] {
    padding: 3.13vw 10.42vw;
    font-size: 4.17vw;
    border-radius: 8vw;
  }
  .cc-btn::before {
    border-radius: 8vw;
  }
  h2 {
    width: 86vw;
    padding: 0 0 6vw;
    font-size: 6vw;
  }
  p {
    width: 86vw;
    font-size: 3.7vw;
  }
  .s01-bg img {
    object-fit: contain;
  }
  .s01-wrap {
    width: 100%;
    padding: 5.83vw 0 0;
    align-items: center;
  }
  .s01-logos {
    gap: 11.25vw;
  }
  .s01-logos img {
    width: 18.33vw;
  }
  .s01 h1 {
    width: 39.58vw;
    padding: 56.67vw 0 0;
  }
  .s01 h2 {
    width: 81.25vw;
    padding: 4.17vw 0 6.67vw;
    font-size: 9.17vw;
    text-align: center;
  }
  .s01-data {
    padding: 0;
  }
  .s01-info {
    padding: 2.5vw 0 3.33vw;
  }
  .cc-btn img {
    width: 4.6vw;
  }
  .s02 {
    padding: 12.5vw 0 10.83vw;
  }
  .s02 h2 {
    width: 68.75vw;
    padding: 0 0 3.33vw;
    font-size: 7.08vw;
  }
  .s02 p.p01 {
    font-size: 3.7vw;
  }
  .s02 p.p02 a {
    padding: 1.67vw 0 8.33vw;
    gap: 2.08vw;
  }
  .video-container {
    width: 81.25vw;
  }
  .video-container::before {
    filter: blur(30vw);
  }
  .s02-logo {
    width: 22vw;
  }
  .s02 .cc-btn {
    margin: 7.08vw auto;
  }
  .hide-desktop {
    display: flex;
  }
  .hide-mobile {
    display: none;
  }
}
