/* Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  background: #02151c;
  margin: 0;
  padding: 0;
  position: relative;
}

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

.cc-btn,
form input[type="submit"] {
  padding: 0.94vw 3.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.52vw;
  font-family: "Poppins", sans-serif;
  font-size: 1.67vw;
  font-weight: bold;
  text-align: center;
  border-radius: 4.17vw;
  color: #fff;
  background: #d2a927;
  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); */
}

h2 {
  width: 46vw;
  padding: 0 0 2vw;
  font-size: 2.6vw;
  text-align: center;
  /* color: #d2aa26; */
}

h3 {
  width: 46vw;
  padding: 0 0 2vw;
  font-size: 1.5vw;
  text-align: center;
}

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

p + p {
  padding: 2.19vw 0 0;
}

p + .cc-btn {
  margin: 2.19vw auto 0;
}

p span {
  font-weight: 600;
}

.s01 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(135deg, #042633, #02151c);
  z-index: 1;
}

.s01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(transparent, transparent, #02151c);
  z-index: -1;
}

.s01-bg {
  position: absolute;
  width: 57.29vw;
  top: -2.29vw;
  left: 40.31vw;
  z-index: -1;
}

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

.s01-wrap {
  width: 61.98vw;
  padding: 4vw 0 4.4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

.s01 h1 {
  width: 24.9vw;
  padding: 2vw 0 4vw;
}

.s01 p.p01 {
  width: 50vw;
  font-size: 1.32vw;
  text-align: center;
}

.s01 p.p01 span {
  font-weight: bold;
}

.s01 .cc-btn {
  min-width: 42%;
  margin: 0;
}

.s01 ._form-content {
  width: 460px;
}

.s01 input[type="text"],
.s01 input[type="date"],
.s01 select,
.s01 textarea:not(.g-recaptcha-response) {
  background: #fff !important;
}

.s01 button {
  width: 100%;
}

.hide-desktop {
  display: none;
}

@media screen and (max-width: 600px) {
  .cc-btn,
  form input[type="submit"] {
    width: 90%;
    padding: 3.5vw 2.5vw;
    font-size: 4.6vw;
    border-radius: 8vw;
  }
  .cc-btn::before {
    border-radius: 8vw;
  }
  h2 {
    width: 94vw;
    padding: 0 0 4vw;
    font-size: 6.4vw;
  }
  h3 {
    width: 86vw;
    padding: 0 0 8vw;
    font-size: 4.6vw;
  }
  p {
    font-size: 3.7vw;
  }
  p + .cc-btn {
    margin: 6vw auto 0;
  }
  .s01-wrap {
    width: 86vw;
    padding: 6vw 0 12.5vw;
    align-items: center;
  }
  .s01-logos {
    gap: 4.65vw;
  }
  .s01-logos img {
    width: 16.28vw;
  }
  .s01 h1 {
    width: 53.49vw;
    padding: 5vw 0 8vw;
  }
  .s01-bg {
    position: relative;
    width: 97.67vw;
    margin: -7.44vw 0 0;
    top: initial;
    left: initial;
  }
  .s01 p.p01 {
    width: 100%;
    font-size: 4vw;
    text-align: center;
  }
  .s01 .cc-btn {
    gap: 2vw;
  }
  .cc-btn img {
    width: 4.6vw;
  }
  .s01 ._form-content {
    width: 80vw !important;
  }
  .hide-desktop {
    display: flex;
  }
  .hide-mobile {
    display: none;
  }
}
