@import url("https://use.typekit.net/jjm5ayc.css");
@import url("https://use.typekit.net/vlr7amk.css");
@font-face {
  font-family: 'wreathhalftoneregular';
  src: url('../fonts/wreathhalftoneregular.otf') format('opentype');
}
@font-face {
  font-family: 'WreathhalftoneBold';
  font-weight: bold;
  src: url('../fonts/WreathhalftoneBold.otf') format('opentype');
}
.font_FjallaOne {
  font-family: 'Fjalla One', sans-serif;
}
.font_ranga {
  font-family: 'Ranga', cursive;
}
.font_ranga_bold {
  font-family: 'Ranga', cursive;
  font-weight: 700;
}
.font_epilogue {
  font-family: 'Epilogue', sans-serif;
  font-weight: 400;
}
.font_epilogue_medium {
  font-family: 'Epilogue', sans-serif;
  font-weight: 500;
}
.font_epilogue_semiBold {
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
}
.font_epilogue_bold {
  font-family: 'Epilogue', sans-serif;
  font-weight: 700;
}
.font_epilogue_extraBold {
  font-family: 'Epilogue', sans-serif;
  font-weight: 800;
}
.rumba {
  font-family: "rumba-extra", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.landa_semibold {
  font-family: "landa", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.lato {
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body {
  background: black;
}
body::-webkit-scrollbar {
  display: none;
}
.home2025wrapper {
  background: black;
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media only screen and (min-width: 900px) and (max-width: 1024px), only screen and (min-width: 768px) and (max-width: 900px) {
  .home2025wrapper {
    height: 69rem;
  }
}
@media only screen and (max-width: 768px) {
  .home2025wrapper {
    height: 90rem;
  }
}
@media only screen and (max-width: 600px) {
  .home2025wrapper {
    height: 97rem;
  }
}
@media only screen and (max-width: 500px) {
  .home2025wrapper {
    height: 100rem;
  }
}
.home2025 {
  text-align: center;
  position: relative;
  position: absolute;
  inset: 0;
}
.home2025__background {
  position: fixed;
  object-position: top;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0.9;
  z-index: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px), only screen and (min-width: 1024px) and (max-width: 1200px) {
  .home2025__background {
    bottom: -10rem;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1024px), only screen and (min-width: 768px) and (max-width: 900px), only screen and (max-width: 768px) {
  .home2025__background {
    position: absolute;
    bottom: -2rem;
  }
}
.home2025__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.home2025__wrapper {
  position: relative;
  height: 100%;
  z-index: 1;
  flex: 1;
}
.home2025__wrapper-info {
  color: #fff9ec;
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 500px) {
  .home2025__wrapper-info {
    padding: 0 20px;
  }
}
.home2025__logo {
  position: fixed;
  top: 1.2rem;
  left: 1.2rem;
  width: 16rem;
}
.home2025__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home2025__title {
  color: #fff9ec;
  padding-top: 8rem;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-family: "landa", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px), only screen and (min-width: 1024px) and (max-width: 1200px) {
  .home2025__title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .home2025__title {
    font-size: 60px;
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1024px) {
  .home2025__title {
    font-size: 50px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px), only screen and (max-width: 768px) {
  .home2025__title {
    font-size: 50px;
    padding: 140px 8px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home2025__title {
    flex-direction: column-reverse;
  }
}
.home2025__title > sup {
  margin-top: 30px;
  margin-left: -20px;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .home2025__title > sup {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px), only screen and (min-width: 900px) and (max-width: 1024px) {
  .home2025__title > sup {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .home2025__title > sup {
    margin-left: 0;
    margin-bottom: -20px;
  }
}
.home2025__title > sup > img {
  width: 48px;
  height: 24px;
  object-fit: contain;
}
.home2025__subtitle {
  margin-top: 20px;
  color: #efb58c;
  font-size: 25px;
  padding-top: 0.5rem;
  letter-spacing: 0.15rem;
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 800;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px), only screen and (min-width: 1024px) and (max-width: 1200px) {
  .home2025__subtitle {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1024px), only screen and (min-width: 768px) and (max-width: 900px), only screen and (max-width: 768px) {
  .home2025__subtitle {
    font-size: 1.5rem;
    line-height: 1.6rem;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.home2025__text {
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 975px;
  margin: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px), only screen and (min-width: 1024px) and (max-width: 1200px) {
  .home2025__text {
    max-width: 675px;
  }
}
@media only screen and (max-width: 768px) {
  .home2025__text {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.home2025__text > p {
  text-shadow: 3px 3px 10px black;
  font-size: 20px;
  line-height: 30px;
  color: #fff9ec;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px), only screen and (min-width: 1024px) and (max-width: 1200px) {
  .home2025__text > p {
    font-size: 16px;
    line-height: 20px;
  }
}
.home2025__text > p:not(:last-child) {
  margin-bottom: 20px;
}
.home2025__text > p > a {
  text-decoration: underline;
}
.home2025__links {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .home2025__links {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.home2025__link {
  padding: 5px 15px;
  border: 2px solid #f93057;
  border-radius: 30px;
  color: #fff9ec;
  font-size: 1.3rem;
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  background-color: #f93057;
  transition: all 0.25s ease-out;
}
.home2025__link:hover {
  background-color: #fff9ec;
  color: #f93057;
}
.home2025__notify-button {
  background-color: #f0b58c;
  color: #172647;
  font-size: 1.3rem;
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 5rem;
  border: 0.2rem solid #f0b58c;
  cursor: pointer;
  width: fit-content;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .home2025__notify-button {
    margin-bottom: 1rem;
  }
}
.home2025__notify-button:hover {
  background-color: #fff9ec;
}
.home2025__notify-wrapper {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ee4141;
  padding: 4rem 5rem;
  width: 50rem;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .home2025__notify-wrapper {
    width: 90%;
    padding: 20px;
  }
}
.home2025__notify-wrapper.visible {
  display: block;
}
.home2025__notify-wrapper .close {
  position: absolute;
  cursor: pointer;
  top: 1rem;
  right: 1rem;
  color: #f93057;
  font-size: 1.5rem;
  text-align: center;
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  background-color: #fff9ec;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 0;
  line-height: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .home2025__notify-wrapper .close {
    font-size: 1.3rem;
    width: 20px;
    height: 20px;
    line-height: 1rem;
  }
}
.home2025__notify-wrapper .notifyForm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2rem auto;
}
@media only screen and (max-width: 768px) {
  .home2025__notify-wrapper .notifyForm {
    flex-wrap: wrap;
  }
}
.home2025__notify-wrapper .notifyForm .notifyEmail {
  width: 16rem;
  height: 2rem;
  border: 1px solid #fff9ec;
  background-color: transparent;
  color: #fff9ec;
  display: inline-block;
  border-radius: 5rem;
  text-align: center;
  font-size: 1rem;
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.home2025__notify-wrapper .notifyForm .notifySubmit {
  display: inline-block;
  background-color: #fff9ec;
  color: #ee4141;
  border: 1px solid #fff9ec;
  border-radius: 5rem;
  padding: 0.3rem 1.2rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
.home2025__notify-wrapper .notifyForm .notifySubmit:hover {
  background-color: #fff9ec;
  color: #ee4141;
}
.home2025__notify-wrapper .notifySuccess {
  position: relative;
}
.home2025__notify-wrapper .notifySuccess .message {
  color: #fff9ec;
  font-size: 1.5rem;
  text-align: center;
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
}
.home2025__notify-wrapper .notifySuccess .close {
  position: absolute;
  cursor: pointer;
  top: -5rem;
  right: -3rem;
  color: #f93057;
  font-size: 1.5rem;
  text-align: center;
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  background-color: #fff9ec;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 0;
  line-height: 1.5rem;
}
.home2025__notify-bow {
  position: absolute;
  bottom: 99%;
  left: 0;
  width: 100%;
  height: 2rem;
}
.home2025__notify-bow img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.home2025__notify-text .title {
  font-family: "landa", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #efb58c;
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .home2025__notify-text .title {
    font-size: 30px;
  }
}
.home2025__notify-text .paragraph {
  color: #fff9ec;
  text-align: center;
  font-size: 1.5rem;
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .home2025__notify-text .paragraph {
    font-size: 16px;
  }
}
.home2025__notify-share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.home2025__notify-share span {
  color: #fff9ec;
  text-align: center;
  font-size: 1.5rem;
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .home2025__notify-share span {
    font-size: 16px;
  }
}
.home2025__notify-share a {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  text-decoration: none;
}
.home2025__notify-share a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home2025__banner {
  position: fixed;
  left: 0;
  bottom: -200px;
  right: 0;
  background: #fff9ec;
  z-index: 2;
  transition: bottom 0.8s ease-in-out;
  transition: bottom 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.home2025__banner.visible {
  bottom: 0;
}
.home2025__banner-img {
  position: absolute;
  bottom: 98%;
  left: 0;
  right: 0;
}
.home2025__banner-img img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.home2025__banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 50px;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .home2025__banner-content {
    margin: 5px 10px;
  }
}
.home2025__banner-text {
  text-align: left;
  max-width: 80%;
}
@media only screen and (max-width: 768px) {
  .home2025__banner-text {
    max-width: 60%;
  }
}
.home2025__banner-text > h3 {
  font-size: 24px;
  font-weight: 800;
  margin: 10px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px), only screen and (min-width: 1024px) and (max-width: 1200px), only screen and (min-width: 900px) and (max-width: 1024px), only screen and (min-width: 768px) and (max-width: 900px) {
  .home2025__banner-text > h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .home2025__banner-text > h3 {
    font-size: 19px;
  }
}
.home2025__banner-text > p {
  color: #ee4141;
  font-weight: bold;
  margin: 10px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px), only screen and (min-width: 1024px) and (max-width: 1200px), only screen and (min-width: 900px) and (max-width: 1024px), only screen and (min-width: 768px) and (max-width: 900px) {
  .home2025__banner-text > p {
    font-size: 16px;
  }
}
.home2025__banner-text > p .cut {
  position: relative;
}
.home2025__banner-text > p .cut::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  width: 130%;
  height: 1px;
  background-color: #000;
  transform: rotate(-20deg);
  z-index: 2;
}
.home2025__banner-text > p .black {
  color: #000;
}
.home2025__banner-link {
  padding: 12px 20px;
  border: 2px solid #f93057;
  border-radius: 30px;
  color: #fff9ec;
  font-size: 20px;
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  background-color: #f93057;
  transition: all 0.25s ease-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px), only screen and (min-width: 1024px) and (max-width: 1200px), only screen and (min-width: 900px) and (max-width: 1024px), only screen and (min-width: 768px) and (max-width: 900px) {
  .home2025__banner-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .home2025__banner-link {
    padding: 10px 15px;
    font-size: 16px;
  }
}
.home2025__banner-link:hover {
  background-color: #fff9ec;
  color: #f93057;
}
