.page_container__pzLu9 {
  padding: 30px 5% 60px;
  background: #070706;
}
.page_texts__XSWwn {
  width: 900px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .page_texts__XSWwn {
    width: 100%;
  }
}
.page_texts__XSWwn .page_heading__gmifx {
  color: #f7ef59;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
.page_texts__XSWwn .page_paragraph__1Hh__ {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-top: 32px;
}
.page_texts__XSWwn .page_paragraph__1Hh__:first-child {
  margin-top: 48px;
}
.CookiePreferences_cookiePreferences__JqCHJ {
  color: #fff;
}
.CookiePreferences_section__O6QM_ {
  margin-bottom: 35px;
  width: 900px;
  margin-top: 75px;
}
@media (max-width: 768px) {
  .CookiePreferences_section__O6QM_ {
    width: 100%;
    margin-top: 40px;
  }
}
.CookiePreferences_sectionHeader__mSY9L {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.CookiePreferences_headerLeft__8zu3n {
  display: flex;
  align-items: center;
}
.CookiePreferences_arrow__MZCA7 {
  display: inline-block;
  color: #ccc;
  font-size: 24px;
  margin-right: 15px;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.CookiePreferences_arrowOpen__Ph8Fp {
  transform: rotate(90deg);
}
.CookiePreferences_alwaysActive__1ssvz {
  color: #1aa205;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .CookiePreferences_alwaysActive__1ssvz {
    font-size: 12px;
  }
}
.CookiePreferences_heading__sUvdE {
  margin: 0;
  color: #909090;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.CookiePreferences_sectionContent__9vBLF {
  animation: CookiePreferences_fadeIn__eWehp 0.3s ease;
  overflow: hidden;
}
.CookiePreferences_sectionContent__9vBLF p {
  margin-top: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.CookiePreferences_cookieTable__ShEy9 {
  margin-top: 20px;
}
.CookiePreferences_cookieTable__ShEy9 .CookiePreferences_cookieItem__gDvFE {
  border-radius: 4px;
  border: 1px solid rgba(30, 29, 29, 0.53);
  background: rgba(30, 29, 29, 0.53);
  width: 500px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .CookiePreferences_cookieTable__ShEy9 .CookiePreferences_cookieItem__gDvFE {
    width: 100%;
  }
}
.CookiePreferences_cookieTable__ShEy9 .CookiePreferences_cookieRow__OYAty {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  border-bottom: 1px solid rgba(30, 29, 29, 0.53);
}
.CookiePreferences_cookieTable__ShEy9 .CookiePreferences_cookieRow__OYAty:last-child {
  border-bottom: none;
}
.CookiePreferences_cookieTable__ShEy9 .CookiePreferences_cookieCellHeading__NfSNB {
  padding: 10px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.CookiePreferences_cookieTable__ShEy9 .CookiePreferences_cookieCell__gGeF6 {
  padding: 10px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border-left: 1px solid rgba(30, 29, 29, 0.53);
}
.CookiePreferences_noContent__NfNYb {
  padding: 10px 12px;
  border: 1px solid rgba(30, 29, 29, 0.53);
  background: rgba(0, 0, 0, 0.06);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-top: 16px;
}
.CookiePreferences_buttons__KuLbC {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .CookiePreferences_buttons__KuLbC {
    flex-direction: column;
  }
}
.CookiePreferences_buttons__KuLbC button {
  outline: none;
  border: none;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  text-transform: lowercase;
}
@media (max-width: 768px) {
  .CookiePreferences_buttons__KuLbC button {
    width: 100%;
  }
}
.CookiePreferences_buttons__KuLbC .CookiePreferences_whiteBtn___8InQ {
  border-radius: 48px;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 30px;
}
.CookiePreferences_buttons__KuLbC .CookiePreferences_yellowBtn__IDool {
  border-radius: 48px;
  background: #fff201;
  color: #211e1e;
  padding: 12px 30px;
}
@keyframes CookiePreferences_fadeIn__eWehp {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .CookiePreferences_cookieItem__gDvFE {
    flex-direction: column;
  }
  .CookiePreferences_cookieCell__gGeF6 {
    width: 100% !important;
  }
  .CookiePreferences_cookieCell__gGeF6:not(:first-child) {
    margin-top: 5px;
  }
  .CookiePreferences_cookieHeader__U9mPt {
    display: none;
  }
}
.Button_container__hxinn {
  border: 1px dashed #fff;
  padding: 12px;
  border-radius: 48px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.Button_button__OFOdO {
  border: none;
  outline: none;
  border-radius: 48px;
  background: #fff201;
  padding: 18px 22px;
  cursor: pointer;
  color: #211e1e;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: lowercase;
  position: relative;
  overflow: hidden;
}
.Button_button__OFOdO:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/button-hover-icon.svg) 50% no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.Button_button__OFOdO:hover:after {
  opacity: 1;
}
.MenuBar_container__TMCHf {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-backdrop-filter: blur(4.4499998093px);
  backdrop-filter: blur(4.4499998093px);
  z-index: 9;
  transform: translateX(100%);
  transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  padding: 16px 5% 30px;
  width: 100%;
}
.MenuBar_containerOpened__2ANYs {
  transform: translateX(0);
  opacity: 1;
}
.MenuBar_containerClosed__kqgWk {
  transform: translateX(100%);
  opacity: 0;
}
.MenuBar_video__DzHJN {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.MenuBar_video__DzHJN video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 1000px;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.MenuBar_overlay__gzM5n {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.MenuBar_header__iZpoE {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.MenuBar_header__iZpoE svg {
  width: 31px;
  height: 28px;
}
.MenuBar_header__iZpoE .MenuBar_iconCross__8MrLe {
  border-radius: 10px;
  border: 1px solid rgba(245, 245, 247, 0.18);
  padding: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.MenuBar_nav__Ck4ea {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  margin-top: 80px;
}
.MenuBar_nav__Ck4ea .MenuBar_list__SxoQA {
  list-style: none;
}
.MenuBar_nav__Ck4ea .MenuBar_listItem__mkQnI {
  margin: 30px 0;
}
.MenuBar_nav__Ck4ea .MenuBar_listItem__mkQnI:active {
  color: rgba(245, 245, 247, 0.49);
}
.MenuBar_menuFooter__0Px8h {
  position: absolute;
  bottom: 30px;
}
.MenuBar_menuFooter__0Px8h .MenuBar_legalLinks__GAR3S {
  color: #717070;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 75px;
  margin-bottom: 30px;
}
.MenuBar_menuFooter__0Px8h .MenuBar_legalLinks__GAR3S a {
  text-decoration: underline;
}
.MenuBar_menuFooter__0Px8h .MenuBar_copyright__Z4EIX {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
}
.Navbar_container__5FbD1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .Navbar_logo__0kDWY svg {
    width: 31px;
    height: 28px;
  }
}
.Navbar_nav__Eb2Ma {
  border: 1px dashed #fff;
  padding: 14px 11px;
  border-radius: 48px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .Navbar_nav__Eb2Ma {
    display: none;
  }
}
.Navbar_mobileIconBurger__0i2Q3 {
  border-radius: 10px;
  border: 1px solid rgba(245, 245, 247, 0.18);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .Navbar_mobileIconBurger__0i2Q3 {
    display: none;
  }
}
@media (max-width: 768px) {
  .Navbar_button__uRmur {
    display: none;
  }
}
.Navbar_list__A3Sof {
  list-style: none;
  display: flex;
  gap: 70px;
  background: #fff;
  border-radius: 48px;
  border: 2px solid #211e1e;
  padding: 20px 55px;
}
.Navbar_listItem__4vu3T {
  color: #211e1e;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: lowercase;
}
.Hero_container__WCPEk {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.Hero_content__EOaNc {
  position: relative;
  z-index: 2;
}
.Hero_overlay__1T_hF {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.Hero_innerContent__Cutns {
  position: relative;
  z-index: 2;
  padding: 20px 5% 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Hero_videoContainer__nKzwQ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
.Hero_videoContainer__nKzwQ video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.Hero_titleContainer__5qi6v {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 75px;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 768px) {
  .Hero_titleContainerNoBottomMobile__7woFT {
    bottom: 0;
  }
}
.Hero_titleWrapper__t865i {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.ConfirmationModal_modalOverlay__0971E {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.ConfirmationModal_modalContainer__9Ya7L {
  background-color: #1a1a1a;
  border-radius: 12px;
  padding: 16px 24px 60px;
  max-width: 400px;
  width: 100%;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .ConfirmationModal_modalContainer__9Ya7L {
    max-width: 100%;
    height: 100%;
  }
}
.ConfirmationModal_closeButton__vCB9x {
  background: none;
  border: none;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-self: flex-end;
  transition: color 0.2s;
}
.ConfirmationModal_closeButton__vCB9x:hover {
  color: #fff;
}
.ConfirmationModal_title___qIGH {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.ConfirmationModal_waveGraphic__WHxVQ {
  height: 240px;
  width: 260px;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 29, 29, 0.4);
  overflow: hidden;
}
.ConfirmationModal_waveGraphic__WHxVQ img {
  transform: rotate(-26deg);
  object-fit: cover;
}
.ConfirmationModal_messageContainer__Bjhan {
  text-align: center;
  margin-bottom: 32px;
}
.ConfirmationModal_message__cgWh8 {
  color: hsla(0, 0%, 100%, 0.82);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.ConfirmationModal_button__DN87E {
  padding: 16px 46px;
}
.Contacts_contactSection__srD0K {
  display: flex;
  flex-direction: column;
  background-color: #070706;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.Contacts_circles__DT05J {
  position: absolute;
}
.Contacts_contentContainer__wadlv {
  display: flex;
  flex-direction: row;
  padding: 4rem 5%;
  z-index: 9999;
}
@media (max-width: 768px) {
  .Contacts_contentContainer__wadlv {
    flex-direction: column;
  }
}
.Contacts_textContainer__whPj1 {
  flex: 1 1;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .Contacts_textContainer__whPj1 {
    padding-right: 0;
  }
}
.Contacts_heading__83cDV {
  color: #fff;
  font-family: var(--font-poppins);
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .Contacts_heading__83cDV {
    font-size: 40px;
    line-height: 40px;
  }
}
.Contacts_subheading__LHZZR {
  color: #909090;
  font-size: 18px;
  font-weight: 400;
  max-width: 90%;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .Contacts_subheading__LHZZR {
    font-size: 16px;
    line-height: 30px;
    max-width: 100%;
  }
}
.Contacts_contactInfo__x9dGx {
  margin-top: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.Contacts_contactInfo__x9dGx .Contacts_email__cFEbg {
  margin-bottom: 0.5rem;
}
.Contacts_contactInfo__x9dGx .Contacts_address__gStL3 {
  max-width: 90%;
}
@media (max-width: 768px) {
  .Contacts_contactInfo__x9dGx {
    font-size: 16px;
    line-height: 30px;
  }
}
.Contacts_formContainer__m2bFr {
  flex: 1 1;
}
@media (max-width: 768px) {
  .Contacts_formContainer__m2bFr {
    margin-top: 38px;
  }
}
.Contacts_formContainer__m2bFr form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.Contacts_inputGroup__3yVxr {
  width: 100%;
}
.Contacts_inputGroup__3yVxr input,
.Contacts_inputGroup__3yVxr textarea {
  width: 100%;
  padding: 1rem;
  color: #fff;
  font-size: 16px;
  border-radius: 12px;
  background: hsla(0, 0%, 100%, 0.1);
  outline: none;
  border: none;
  font-family: var(--font-inter);
}
.Contacts_inputGroup__3yVxr input::placeholder,
.Contacts_inputGroup__3yVxr textarea::placeholder {
  color: #fff;
}
.Contacts_inputGroup__3yVxr input:focus,
.Contacts_inputGroup__3yVxr textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 241, 89, 0.3);
}
.Contacts_inputGroup__3yVxr textarea {
  resize: vertical;
  min-height: 120px;
}
.Contacts_buttonContainer__P9mo8 {
  display: flex;
  justify-content: flex-start;
  margin-top: 32px;
}
.Contacts_buttonContainer__P9mo8 button {
  padding: 18px 60px;
}
@media (max-width: 768px) {
  .Contacts_buttonContainer__P9mo8 button {
    padding: 12px 55px;
  }
}
.Contacts_footer__E7GIF {
  margin-top: auto;
  padding: 2rem 5%;
  z-index: 9999;
}
.Contacts_footerContent__Y_rVj {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .Contacts_footerContent__Y_rVj {
    flex-direction: column;
    align-items: flex-start;
  }
}
.Contacts_footerNav___Pprv {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .Contacts_footerNav___Pprv {
    flex-direction: column;
    align-items: flex-start;
  }
}
.Contacts_footerNav___Pprv svg {
  width: 24px;
  height: 29px;
}
.Contacts_navLinks__GvXXU {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .Contacts_navLinks__GvXXU {
    flex-direction: column;
  }
}
.Contacts_navLinks__GvXXU a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .Contacts_navLinks__GvXXU a {
    font-size: 20px;
  }
}
.Contacts_navLinks__GvXXU a:hover {
  color: #fff241;
}
.Contacts_legalLinks__bSoT8 {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .Contacts_legalLinks__bSoT8 {
    margin-top: 56px;
    gap: 70px;
  }
}
.Contacts_legalLinks__bSoT8 > a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: lowercase;
  cursor: pointer;
}
@media (max-width: 768px) {
  .Contacts_legalLinks__bSoT8 > a {
    font-size: 20px;
  }
}
.Contacts_copyrightContainer__ubiWE {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .Contacts_copyrightContainer__ubiWE {
    margin-top: 96px;
    justify-content: flex-start;
  }
}
.Contacts_copyright__2xV6r {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .Contacts_copyright__2xV6r {
    font-size: 16px;
  }
}
.Contacts_flexInputs__R2Qu3 {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .Contacts_flexInputs__R2Qu3 {
    flex-direction: column;
  }
}
.CookieNecessaryTable_tableContainer__AgpDR {
  width: 100%;
  color: #fff;
  border-radius: 4px;
  background: rgba(30, 29, 29, 0.53);
  max-width: 900px;
  margin-top: 40px;
}
.CookieNecessaryTable_cookieTable__jkTK9 {
  width: 100%;
  border-collapse: collapse;
}
.CookieNecessaryTable_cookieTable__jkTK9 td,
.CookieNecessaryTable_cookieTable__jkTK9 th {
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid rgba(30, 29, 29, 0.53);
  border-left: 1px solid rgba(30, 29, 29, 0.53);
  background: hsla(0, 0%, 100%, 0);
  width: 33.33333%;
}
.CookieNecessaryTable_cookieTable__jkTK9 th {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.CookieNecessaryTable_cookieTable__jkTK9 td {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.CookieNecessaryTable_cookieTable__jkTK9 tr:last-child td {
  border-bottom: none;
}
.page_heading__qWS0X {
  color: #f7ef59;
  text-align: center;
  font-family: var(--font-poppins);
  font-size: 130px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .page_heading__qWS0X {
    font-size: 100px;
  }
}
@media (max-width: 1024px) {
  .page_heading__qWS0X {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .page_heading__qWS0X {
    font-size: 60px;
    line-height: 60px;
  }
}
.page_content__HZxRa {
  padding: 70px 5%;
  background: #070706;
  margin-bottom: -1px;
}
.page_content__HZxRa .page_header__KvXS6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_content__HZxRa .page_header__KvXS6 .page_logo__RAjOa svg {
  width: 24px;
  height: 28px;
}
.page_content__HZxRa .page_header__KvXS6 .page_headerText__WhTlZ {
  color: #d0d0d0;
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.page_content__HZxRa .page_innerContent__b4qsp {
  margin-top: 16px;
  max-width: 900px;
}
.page_content__HZxRa .page_innerContent__b4qsp .page_heading__qWS0X {
  color: #909090;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--font-inter);
  text-align: left;
  margin-top: 46px;
}
.page_content__HZxRa .page_innerContent__b4qsp .page_headingLessMargin__yp6f9 {
  margin-top: 22px;
}
.page_content__HZxRa .page_innerContent__b4qsp .page_paragraph__WX_4x {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-top: 22px;
}
@media (max-width: 768px) {
  .page_content__HZxRa .page_innerContent__b4qsp .page_paragraph__WX_4x {
    font-size: 16px;
  }
}
.page_content__HZxRa .page_innerContent__b4qsp .page_paragraph__WX_4x a {
  text-decoration: underline;
}
.page_content__HZxRa .page_innerContent__b4qsp .page_cookieTypes__miMlO {
  margin-top: 75px;
}
.page_title__QKy_a {
  max-width: 100%;
  height: auto;
}
.page_subtitle__WK9_Y {
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: -7%;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .page_subtitle__WK9_Y {
    font-size: 15px;
    right: 3%;
    top: 15px;
  }
}
@media (max-width: 1024px) {
  .page_subtitle__WK9_Y {
    font-size: 15px;
    right: -2%;
  }
}
@media (max-width: 768px) {
  .page_subtitle__WK9_Y {
    font-size: 16px;
    position: relative;
    text-align: center;
  }
  .page_titles__E7k77 {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.page_heading__vmI52 {
  color: #f7ef59;
  text-align: center;
  font-family: var(--font-poppins);
  font-size: 130px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .page_heading__vmI52 {
    font-size: 100px;
  }
}
@media (max-width: 1024px) {
  .page_heading__vmI52 {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .page_heading__vmI52 {
    font-size: 60px;
    line-height: 60px;
  }
}
.page_subheading__bgx22 {
  color: #fff;
  font-family: var(--font-poppins);
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .page_subheading__bgx22 {
    justify-content: center;
    font-size: 16px;
  }
}
.page_container__y0ayO {
  background: #070706;
  padding: 70px 5%;
}
.page_header___9Krk {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_header___9Krk svg {
  width: 24px;
  height: 28px;
}
.page_header___9Krk .page_headerText__jbUqi {
  color: #d0d0d0;
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.page_content__jX1XJ {
  margin-top: 80px;
  width: 900px;
}
@media (max-width: 768px) {
  .page_content__jX1XJ {
    width: 100%;
  }
}
.page_content__jX1XJ .page_title__bcOrm {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.page_content__jX1XJ .page_heading__vmI52 {
  color: #909090;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--font-inter);
  text-align: left;
  margin: 48px 0 22px;
  line-height: 30px;
}
.page_content__jX1XJ .page_paragraph__mkZQS {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  white-space: pre-wrap;
  margin: 0;
  line-height: 30px;
}
@media (max-width: 768px) {
  .page_content__jX1XJ .page_paragraph__mkZQS {
    font-size: 16px;
  }
}
.page_content__jX1XJ .page_list__xHcbX {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-left: 16px;
}
.VisionSection_container__k0td9 {
  background: #070706;
  padding: 70px 5%;
}
.VisionSection_header__q_e9W {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.VisionSection_header__q_e9W .VisionSection_headerText__slJLs {
  color: #d0d0d0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.VisionSection_header__q_e9W .VisionSection_logoContainer__dYCar svg {
  width: 24px;
  height: 28px;
}
.VisionSection_flex__4Kt2X {
  display: flex;
  gap: 40px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .VisionSection_flex__4Kt2X {
    flex-direction: column;
  }
}
.VisionSection_flex__4Kt2X .VisionSection_leftContainer__fwZPH {
  width: 70%;
}
@media (max-width: 768px) {
  .VisionSection_flex__4Kt2X .VisionSection_leftContainer__fwZPH {
    width: 100%;
  }
}
.VisionSection_flex__4Kt2X .VisionSection_leftContainer__fwZPH .VisionSection_heading__DqD_4 {
  color: #fff;
  font-family: var(--font-poppins);
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .VisionSection_flex__4Kt2X .VisionSection_leftContainer__fwZPH .VisionSection_heading__DqD_4 {
    font-size: 64px;
  }
}
@media (max-width: 1024px) {
  .VisionSection_flex__4Kt2X .VisionSection_leftContainer__fwZPH .VisionSection_heading__DqD_4 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .VisionSection_flex__4Kt2X .VisionSection_leftContainer__fwZPH .VisionSection_heading__DqD_4 {
    font-size: 40px;
    line-height: 40px;
  }
}
.VisionSection_flex__4Kt2X .VisionSection_leftContainer__fwZPH .VisionSection_subheading__2_hRc {
  color: #909090;
  font-size: 20px;
  font-weight: 600;
  margin: 50px 0 30px;
}
@media (max-width: 1280px) {
  .VisionSection_flex__4Kt2X .VisionSection_leftContainer__fwZPH .VisionSection_subheading__2_hRc {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .VisionSection_flex__4Kt2X .VisionSection_leftContainer__fwZPH .VisionSection_subheading__2_hRc {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .VisionSection_flex__4Kt2X .VisionSection_leftContainer__fwZPH .VisionSection_subheading__2_hRc {
    font-size: 16px;
    line-height: 30px;
  }
}
.VisionSection_flex__4Kt2X .VisionSection_leftContainer__fwZPH .VisionSection_details__E_Igf {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 32px;
}
@media (max-width: 1280px) {
  .VisionSection_flex__4Kt2X .VisionSection_leftContainer__fwZPH .VisionSection_details__E_Igf {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .VisionSection_flex__4Kt2X .VisionSection_leftContainer__fwZPH .VisionSection_details__E_Igf {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .VisionSection_flex__4Kt2X .VisionSection_leftContainer__fwZPH .VisionSection_details__E_Igf {
    font-size: 16px;
    line-height: 30px;
  }
}
.VisionSection_flex__4Kt2X .VisionSection_grayBox__PhgcY {
  width: 428px;
  height: 426px;
  background: rgba(30, 29, 29, 0.4);
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1280px) {
  .VisionSection_flex__4Kt2X .VisionSection_grayBox__PhgcY {
    width: 382px;
    height: 380px;
  }
}
@media (max-width: 1024px) {
  .VisionSection_flex__4Kt2X .VisionSection_grayBox__PhgcY {
    width: 302px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .VisionSection_flex__4Kt2X .VisionSection_grayBox__PhgcY {
    width: 100%;
    height: 370px;
  }
}
.VisionSection_grayBoxWithPadding__bAU4r {
  padding: 50px;
}
.page_headingContainer__xUARc {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .page_headingContainer__xUARc {
    flex-direction: column;
  }
}
.page_heading__tnwtT {
  color: #f7ef59;
  font-family: var(--font-poppins);
  font-size: 130px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .page_heading__tnwtT {
    font-size: 80px;
    line-height: 70px;
    text-align: center;
  }
}
.page_subheading__50rrH {
  color: #fff;
  font-family: var(--font-poppins);
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  align-self: flex-end;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .page_subheading__50rrH {
    font-size: 16px;
    align-self: center;
  }
}
.page_cardsContainer__7AQ3Y {
  background: #070706;
  padding: 80px 5%;
  margin-top: -1px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page_card__un558 {
  background: rgba(30, 29, 29, 0.53);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  height: 293px;
  width: 100%;
}
@media (max-width: 768px) {
  .page_card__un558 {
    height: 450px;
  }
}
.page_card__un558:hover .page_hoverOverlay__tOdWI {
  opacity: 1;
}
.page_card__un558:hover .page_textOverlay__yqRRB {
  opacity: 1;
  transform: translateY(50px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .page_card__un558:hover .page_textOverlay__yqRRB {
    transform: translateY(100px);
  }
}
.page_card__un558:hover .page_cardHeading__E2fxb {
  transform: translateY(-175px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .page_card__un558:hover .page_cardHeading__E2fxb {
    transform: none;
  }
}
.page_cardContent__4L_Tz {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .page_cardContent__4L_Tz {
    align-items: flex-start;
  }
}
.page_bgImageContainer__4HWy4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page_backgroundImage__CwbJ3 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.page_hoverOverlay__tOdWI {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.page_cardHeading__E2fxb {
  position: relative;
  transform: translateY(-30px);
  transition: transform 0.5s ease-in-out;
  z-index: 3;
  color: #fff;
  font-family: var(--font-poppins);
  display: inline-block;
  border: 1px dotted #fff;
  border-radius: 48px;
  padding: 15px 40px;
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .page_cardHeading__E2fxb {
    transform: none;
    top: 40px;
    font-size: 20px;
  }
}
.page_textOverlay__yqRRB {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 30px;
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 4;
}
.page_cardSubheading__ShC_8 {
  color: #fff;
  font-family: var(--font-poppins);
  font-size: 16px;
  line-height: 1.6;
  max-width: 500px;
  margin-left: auto;
}
.FocusSection_container__Now_W {
  background: #070706;
  padding: 100px 5%;
}
@media (max-width: 768px) {
  .FocusSection_container__Now_W {
    padding: 60px 5%;
  }
}
.FocusSection_flex__H8Dst {
  display: flex;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .FocusSection_flex__H8Dst {
    flex-direction: column;
  }
}
.FocusSection_flex__H8Dst > div:first-child {
  width: 60%;
}
@media (max-width: 768px) {
  .FocusSection_flex__H8Dst > div:first-child {
    width: 100%;
  }
}
.FocusSection_flex__H8Dst > div:nth-child(2) {
  width: 40%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .FocusSection_flex__H8Dst > div:nth-child(2) {
    width: 100%;
  }
}
.FocusSection_flex__H8Dst .FocusSection_heading__VOdJ5 {
  color: #fff;
  font-family: var(--font-poppins);
  font-size: 65px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .FocusSection_flex__H8Dst .FocusSection_heading__VOdJ5 {
    font-size: 40px;
    line-height: 40px;
  }
}
.FocusSection_flex__H8Dst .FocusSection_subheading__LkyCX {
  color: #909090;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .FocusSection_flex__H8Dst .FocusSection_subheading__LkyCX {
    font-size: 16px;
    line-height: 30px;
  }
}
.FocusSection_flex__H8Dst .FocusSection_details__yaOud {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .FocusSection_flex__H8Dst .FocusSection_details__yaOud {
    font-size: 16px;
    line-height: 30px;
  }
}
.FocusSection_cards__efDSV {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.FocusSection_card__uq83b {
  background: rgba(30, 29, 29, 0.53);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  height: 293px;
  width: 100%;
}
@media (max-width: 768px) {
  .FocusSection_card__uq83b {
    height: 450px;
  }
}
.FocusSection_card__uq83b:hover .FocusSection_hoverOverlay__50jZu {
  opacity: 1;
}
.FocusSection_card__uq83b:hover .FocusSection_textOverlay__J_0En {
  opacity: 1;
  transform: translateY(50px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .FocusSection_card__uq83b:hover .FocusSection_textOverlay__J_0En {
    transform: translateY(120px);
  }
}
.FocusSection_card__uq83b:hover .FocusSection_cardHeading___Rqo5 {
  transform: translateY(-175px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .FocusSection_card__uq83b:hover .FocusSection_cardHeading___Rqo5 {
    transform: none;
  }
}
.FocusSection_cardContent__09u5w {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .FocusSection_cardContent__09u5w {
    align-items: flex-start;
  }
}
.FocusSection_bgImageContainer__mIllv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.FocusSection_backgroundImage__mTtA9 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.FocusSection_hoverOverlay__50jZu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.FocusSection_cardHeading___Rqo5 {
  position: relative;
  transform: translateY(-30px);
  transition: transform 0.5s ease-in-out;
  z-index: 3;
  color: #fff;
  font-family: var(--font-poppins);
  display: inline-block;
  border: 1px dotted #fff;
  border-radius: 48px;
  padding: 15px 40px;
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .FocusSection_cardHeading___Rqo5 {
    transform: none;
    top: 40px;
    font-size: 20px;
  }
}
.FocusSection_textOverlay__J_0En {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 30px;
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 4;
}
.FocusSection_cardSubheading__u0XcK {
  color: #fff;
  font-family: var(--font-poppins);
  font-size: 16px;
  line-height: 1.6;
  max-width: 500px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .page_titles__mFFyT {
    display: flex;
    flex-direction: column-reverse;
  }
}
.page_heading__5e5fs {
  color: #f7ef59;
  text-align: center;
  font-family: var(--font-poppins);
  font-size: 130px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .page_heading__5e5fs {
    font-size: 100px;
  }
}
@media (max-width: 1024px) {
  .page_heading__5e5fs {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .page_heading__5e5fs {
    font-size: 60px;
    line-height: 60px;
  }
}
.page_subheading__zb6SP {
  color: #fff;
  font-family: var(--font-poppins);
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .page_subheading__zb6SP {
    font-size: 16px;
    justify-content: center;
    margin-top: 16px;
  }
}
