/* 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); */
}

.s-menu {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 90;
  background: rgb(17 17 17 / 11%);
  backdrop-filter: blur(12.5px);
  z-index: 9999;
}
.s-menu-wrap {
  width: 65.63vw;
  margin: 0 auto;
  padding: 0.89vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s-menu-logo {
  width: 40px;
}
.s-menu nav {
  display: flex;
  align-items: center;
  gap: 1.3vw;
}
.s-menu ul {
  list-style: none;
  display: flex;
  gap: 1.04vw;
}
.s-menu li {
  font-size: 0.83vw;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  color: #f6efe6;
  position: relative;
}
.s-menu a {
  display: flex;
  align-items: center;
  gap: 0.21vw;
}
.s-menu li a:hover {
  text-decoration: underline;
}
.s-social img {
  width: 18px;
  margin: -2px 8px 0 0;
}
.s-social:hover {
  filter: brightness(150%);
}
.s-menu ul ul {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 2.08vw 1.04vw 1.04vw;
  border-radius: 0.52vw;
  background-color: #fff;
  box-shadow: 0 0.42vw 0.52vw 0.1vw rgb(0 0 0 / 10%);
  z-index: 1000;
}
.s-menu ul li:hover > ul,
.s-menu ul li ul:hover {
  display: flex;
}
.s-menu ul ul li {
  text-align: center;
}
.s-menu ul ul li a {
  justify-content: center;
}
.s-menu .cc-btn {
  padding: 0.5vw 1.04vw;
  font-size: 0.73vw;
  border-radius: 1.15vw;
  background: linear-gradient(90deg, #038510, #039b12, #038510);
  z-index: 2;
}
.hamburger {
  display: none;
}

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

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: 1.35vw 0 4.4vw;
  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: 24.9vw;
  padding: 8vw 0 2vw;
}

.s01 p.p01 {
  width: 27.6vw;
  font-size: 1.72vw;
  text-align: left;
  padding: 0 0 2.4vw;
}

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

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

.s02,
.s03,
.s04,
.s05,
.s06 {
  padding: 4vw 0 2.8vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s02 h2 {
  width: 54vw;
}

.video-container {
  width: 52.5vw;
  margin: 4.17vw auto 0;
  border-radius: 1.53vw;
  overflow: hidden;
}

.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;
  background-color: #000;
}

.s02 p.p01,
.s03 p.p01,
.s04 p.p01,
.s05 p.p01,
.s06 p.p01 {
  width: 58.85vw;
}

.s02 p.p01 span {
  font-weight: 600;
}

.s02 p.p01.narrow {
  width: 50.52vw;
}

.s02 .cc-btn {
  margin: 3.75vw auto 0;
}

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

.s05 button {
  width: 100%;
}

.s06 {
  margin: 3vw 0 0;
  padding: 6vw 0;
  background-color: #000a0d;
}

.s06 p + p {
  padding: 0;
}

.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;
  }
  .s-menu {
    overflow: hidden;
  }
  .s-menu.active {
    overflow: visible;
  }
  .s-menu-wrap {
    width: 84vw;
    padding: 2.9vw 0;
  }
  .s-menu .cc-btn {
    padding: 1.6vw;
    border-radius: 50%;
  }
  .s-menu .cc-btn img {
    width: 4.27vw;
  }
  .s-menu .cc-btn span {
    display: none;
  }
  .s-menu ul li:hover > ul,
  .s-menu ul li ul:hover {
    align-items: center;
  }
  .s-menu ul ul li {
    white-space: initial;
    padding: 2.13vw 0;
  }
  .hamburger {
    display: block;
    width: 3rem;
    height: 2rem;
    cursor: pointer;
    z-index: 998;
    position: relative;
  }
  .hamburger span {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.4rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #f4f4f4;
    transition: all 0.3s;
  }
  .hamburger::before,
  .hamburger::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.4rem;
    top: 0;
    left: 0;
    background-color: #f4f4f4;
    transition: all 0.3s;
  }
  .hamburger::after {
    top: initial;
    left: 0;
    bottom: 0;
  }
  .s-menu.active .hamburger::before {
    transform: translateY(0.8rem) rotate(45deg);
  }
  .s-menu.active .hamburger span {
    opacity: 0;
  }
  .s-menu.active .hamburger::after {
    transform: translateY(-0.8rem) rotate(-45deg);
  }
  .s-menu nav {
    gap: 4vw;
  }
  .s-menu ul {
    position: absolute;
    height: 100vh;
    padding: 16vw 0 5.33vw;
    display: flex;
    flex-direction: column;
    gap: 0;
    top: 0;
    right: -64%;
    background: #121416;
    transition: right 0.3s;
  }
  .s-menu.active ul {
    right: 0;
  }
  .s-menu ul::before {
    position: absolute;
    content: "";
    height: 140%;
    top: 0;
    right: 0;
    background-color: #f1f1f1;
    z-index: -1;
  }
  .s-menu ul ul::before {
    display: none;
  }
  .s-menu li {
    margin: 0 30px;
    padding: 3.4vw 0 2.6vw;
    font-size: 16px;
  }
  .s-menu li + li {
    border-top: 0.1rem solid #fff;
  }
  .s02,
  .s03,
  .s04,
  .s05,
  .s06 {
    padding: 12vw 0 2.8vw;
  }
  h2 {
    width: 86vw;
    padding: 0 0 6vw;
    font-size: 6vw;
  }
  p {
    width: 86vw;
    font-size: 3.7vw;
  }
  .s02 p.p01,
  .s03 p.p01,
  .s04 p.p01,
  .s05 p.p01,
  .s06 p.p01 {
    width: 86vw;
  }
  p + .cc-btn {
    margin: 6vw auto 0;
  }
  .s01-wrap {
    width: 86vw;
    padding: 0 0 12.5vw;
    align-items: center;
  }
  .s01-logos {
    gap: 4.65vw;
  }
  .s01-logos img {
    width: 16.28vw;
  }
  .s01 h1 {
    width: 53.49vw;
    padding: 9.3vw 0 0;
  }
  .s01-bg {
    position: relative;
    width: 97.67vw;
    margin: -7.44vw 0 0;
    top: initial;
    left: initial;
  }
  .s01 p.p01 {
    width: 100%;
    margin: -4vw 0 0;
    padding: 0 0 6vw;
    font-size: 4.5vw;
    text-align: center;
  }
  .s01 .cc-btn {
    gap: 2vw;
  }
  .cc-btn img {
    width: 4.6vw;
  }
  .s02 h2 {
    width: 86vw;
    padding: 0 0 6vw;
    font-size: 6vw;
  }
  .s02 p.p01,
  .s02 p.p01.narrow {
    width: 87.5vw;
    font-size: 3.7vw;
  }
  .s02 p.p01 + p.p01 {
    padding: 4vw 0 0;
  }
  .video-container {
    width: 87.5vw;
    margin: 8vw auto 0;
  }
  .s02 .cc-btn {
    width: 87.5vw;
    margin: 8vw auto 0;
  }
  .s06 {
    margin: 10vw 0 0;
    padding: 16vw 0;
  }
  .s06 p.p01 {
    font-size: 3.4vw;
  }
  .hide-desktop {
    display: flex;
  }
  .hide-mobile {
    display: none;
  }
}
