/**
 * Colors
 */
/**
 * fonts
 */
/**
 * Breakpoints
 */
/** Media Queries
** phone = Viewport width is 767px or lower
** tablet = Viewport width is between 768px to 991px
** M = Viewport width is between 992px to 1199px
** L = Viewport width is between 1200px to 1399px
** XL = Viewport width is 1400px or higher
**/
@font-face {
  font-family: Francois One;
  font-display: swap;
  src: url("../fonts/FrancoisOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter_24pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
html {
  font: normal normal 400 16px "Montserrat", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
}
html:has(.no-scroll) {
  max-height: 100dvh;
  overflow: hidden;
}
html:has(.no-scroll) body {
  overflow: hidden;
  padding-top: 16.5rem;
}
html:has(.no-scroll) body header {
  position: fixed;
}
html body {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
  max-width: 100vw;
  overflow-x: hidden;
}
html body.noscroll {
  overflow: hidden;
}
html body p {
  margin: 0;
}
html body a {
  text-decoration: none;
}
html body img {
  max-width: 100%;
}
html body .container {
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body .container {
    padding: 0 16px;
  }
}
html body h1, html body h2, html body h3, html body h4 {
  margin: 0;
}
html body .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  padding: 23px 61px;
  border-radius: 24px;
  color: #000000;
  transition: all 0.5s;
  min-width: fit-content;
  height: fit-content;
  border: none;
  cursor: pointer;
  background-color: #DBFF00;
}
html body .btn:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8.03772H0V10.9245H16V8.03772Z' fill='black'/%3E%3Cpath d='M17.9939 9.30531L9.59106 1.06165L7.45058 3.0819L15.8534 11.3256L17.9939 9.30531Z' fill='black'/%3E%3Cpath d='M9.43307 17.3965L18 9.31079L15.8993 7.24988L7.33236 15.3356L9.43307 17.3965Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-size: contain;
}
html body .btn:hover {
  background-color: rgb(175.2, 204, 0);
}
@media screen and (max-width: 768px) {
  html body .btn {
    font-size: 18px;
    padding: 9px 61px;
    width: auto;
  }
}
html body .btn.dark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  padding: 23px 61px;
  border-radius: 24px;
  color: #000000;
  transition: all 0.5s;
  min-width: fit-content;
  height: fit-content;
  border: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1019607843);
}
html body .btn.dark:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8.03772H0V10.9245H16V8.03772Z' fill='black'/%3E%3Cpath d='M17.9939 9.30531L9.59106 1.06165L7.45058 3.0819L15.8534 11.3256L17.9939 9.30531Z' fill='black'/%3E%3Cpath d='M9.43307 17.3965L18 9.31079L15.8993 7.24988L7.33236 15.3356L9.43307 17.3965Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-size: contain;
}
html body .btn.dark:hover {
  background-color: rgba(0, 0, 0, 0.1647058824);
}
@media screen and (max-width: 768px) {
  html body .btn.dark {
    font-size: 18px;
    padding: 9px 61px;
    width: auto;
  }
}
html body .arrow-link {
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  color: #DBFF00;
  text-transform: uppercase;
}
html body .arrow-link:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_684)'%3E%3Cpath d='M16.5 8.03772H0.5V10.9245H16.5V8.03772Z' fill='%23DBFF00'/%3E%3Cpath d='M18.4939 9.30531L10.0911 1.06165L7.95058 3.0819L16.3534 11.3256L18.4939 9.30531Z' fill='%23DBFF00'/%3E%3Cpath d='M9.93307 17.3965L18.5 9.31079L16.3993 7.24988L7.83236 15.3356L9.93307 17.3965Z' fill='%23DBFF00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_684'%3E%3Crect width='18' height='18' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
html body .arrow-link:hover {
  filter: brightness(0.8);
}
html body .arrow-link.sm {
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  color: #DBFF00;
  text-transform: uppercase;
}
html body .arrow-link.sm:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_684)'%3E%3Cpath d='M16.5 8.03772H0.5V10.9245H16.5V8.03772Z' fill='%23DBFF00'/%3E%3Cpath d='M18.4939 9.30531L10.0911 1.06165L7.95058 3.0819L16.3534 11.3256L18.4939 9.30531Z' fill='%23DBFF00'/%3E%3Cpath d='M9.93307 17.3965L18.5 9.31079L16.3993 7.24988L7.83236 15.3356L9.93307 17.3965Z' fill='%23DBFF00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_684'%3E%3Crect width='18' height='18' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
}
html body .arrow-link.sm:hover {
  filter: brightness(0.8);
}
html body .skip-link {
  background: #000000;
  border: 1px #DBFF00, solid;
  color: #ffffff;
  display: block;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -6rem;
  transition: all 0.3s ease-in-out;
  left: 1.5rem;
  z-index: 99;
}
html body .skip-link:focus {
  outline: none;
  top: 0;
}
@media screen and (max-width: 768px) {
  html body .desktop-only {
    display: none;
  }
}
html body .mobile-only {
  display: none;
}
@media screen and (max-width: 768px) {
  html body .mobile-only {
    display: block;
  }
}

.site-header {
  position: sticky;
  top: 0;
  background: #000000;
  height: 142px;
  z-index: 98;
}
@media screen and (max-width: 768px) {
  .site-header {
    height: 100px;
  }
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.site-header .container .site-branding a {
  font-family: "Francois One", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 90%;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .site-header .container .site-branding a {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    max-width: 240px;
    display: block;
  }
}
.site-header .container .main-navigation .menu-toggle {
  width: 40px;
  position: relative;
  padding: 0;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 101;
}
.site-header .container .main-navigation .menu-toggle:before, .site-header .container .main-navigation .menu-toggle:after,
.site-header .container .main-navigation .menu-toggle span {
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  margin: 8px 0;
  transition: all 0.5s;
}
.site-header .container .main-navigation .menu-toggle[aria-expanded=true] span {
  transform: scale(0);
  background: #000000;
}
.site-header .container .main-navigation .menu-toggle[aria-expanded=true]:before {
  transform: translateY(11px) rotate(135deg);
  background: #000000;
}
.site-header .container .main-navigation .menu-toggle[aria-expanded=true]:after {
  transform: translateY(-9px) rotate(-135deg);
  background: #000000;
}
.site-header .container .main-navigation .menu-menu-1-container {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  top: -100dvh;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DBFF00;
  transition: all 0.5s;
}
.site-header .container .main-navigation .menu-menu-1-container ul {
  padding: 0;
  list-style: none;
  min-width: 270px;
}
.site-header .container .main-navigation .menu-menu-1-container ul li {
  transition: all 0.3s;
}
.site-header .container .main-navigation .menu-menu-1-container ul li a {
  font-family: Francois One;
  font-weight: 400;
  font-size: 24px;
  line-height: 41px;
  text-transform: uppercase;
  color: #000000;
}
.site-header .container .main-navigation .menu-menu-1-container ul li:hover {
  padding-left: 16px;
}
.site-header .container .main-navigation:has([aria-expanded=true]) .menu-menu-1-container {
  top: 0;
}

.site-footer {
  background: #000000;
  color: #ffffff;
  padding: 36px 0;
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 0 0 32px;
  }
}
.site-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .site-footer .container {
    flex-direction: column;
  }
}
.site-footer .container .site-info {
  font-size: 12px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .site-footer .container .site-info {
    order: 2;
    text-align: center;
  }
}
.site-footer .container .site-info p {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .site-footer .container .site-info p {
    margin-bottom: 8px;
  }
}
.site-footer .container .site-info div {
  display: flex;
  gap: 24px;
}
.site-footer .container .site-info div a {
  color: #ffffff;
  transition: all 0.5s;
  width: max-content;
}
.site-footer .container .site-info div a:hover {
  filter: brightness(0.8);
}
.site-footer .container .socials {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .site-footer .container .socials {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    order: 1;
    gap: 0;
    width: 100vw;
    margin-bottom: 32px;
  }
}
.site-footer .container .socials a {
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .site-footer .container .socials a {
    padding: 24px;
    width: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.5px #333333 solid;
  }
}
.site-footer .container .socials a:hover {
  filter: brightness(0.8);
}

/*# sourceMappingURL=styles.css.map */
