:root {
  --black: black;
  --gray: #575757;
  --desktop-full-width: 1440px;
  --white: white;
  --yellow: #fff002;
  --font-family: Montserrat, sans-serif;
  --text-black: #333;
  --black-transparent-defaul: rgba(0, 0, 0, .6);
  --black-transparent-hover: rgba(0, 0, 0, .7);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar {
  z-index: 1000;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  position: fixed;
}

.luckyday-logo {
  width: 191px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.new-app-icon_2 {
  object-fit: cover;
}

.vectors-wrapper {
  width: 153.429px;
  height: 33.5999px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu.footer {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.item {
  height: 40px;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.text {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: Infinityrem;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.text.white {
  color: #fff;
}

.hero {
  width: 100%;
  height: 920px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../hero-desktop-updated.html'), linear-gradient(#f8b314, #fff31b);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 160px 185px 32px;
  display: flex;
}

.h1-center {
  height: 196px;
  color: #333;
  text-align: center;
  border: 1px #333;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 96px;
  display: flex;
}

.h1-center.mobile {
  color: var(--black);
}

.button-arrow {
  width: 56px;
  height: 56px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 64px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.button-arrow:hover {
  background-color: rgba(0, 0, 0, .7);
  padding-top: 8px;
  padding-bottom: 8px;
}

.ic-arrow-down {
  width: 48px;
  height: 48px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero {
  height: 920px;
}

.home-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 32px 0;
  display: flex;
}

.home-section.non-slider {
  padding-top: 0;
}

.h2-center {
  max-width: 1440px;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

.container-slider {
  height: 100%;
  max-width: 1440px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.flex-block-left {
  width: 100%;
  height: 920px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
}

.flex-block-right {
  width: 100%;
  justify-content: center;
  padding-top: 96px;
  padding-bottom: 96px;
}

.frame-369 {
  width: 100%;
  height: 100%;
  max-width: 515px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h3 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.body {
  color: #000;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.body.center {
  text-align: center;
  font-weight: 400;
}

.body.white {
  color: #fff;
}

.body.white.center.small {
  color: #5c5c5c;
  -webkit-text-stroke-color: var(--gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.body.bold {
  font-weight: 600;
}

.download-buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 64px;
  display: flex;
}

.container-hero-image {
  object-fit: cover;
}

.container-hero-image.career {
  display: none;
}

.frame-381 {
  width: 100%;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.about-us-caption {
  width: 100%;
  max-width: 960px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-header {
  max-width: 1440px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.body-2 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.frame-329 {
  background-image: linear-gradient(68.12deg, #fee004 0%, #fff401 32%, #f8b314 100%);
  border-radius: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 48px;
  display: flex;
}

.button-text {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.frame-384 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-376 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 7px 7px rgba(0, 0, 0, .09), 0 16px 10px rgba(0, 0, 0, .05), 0 28px 11px rgba(0, 0, 0, .01), 0 44px 12px rgba(0, 0, 0, 0);
}

.arrow-left {
  width: 32px;
  height: 32px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  height: 100%;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  margin-top: 96px;
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-footer {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border-radius: 16px;
  margin-bottom: 24px;
  overflow: hidden;
}

.div-games {
  width: 100%;
  grid-column-gap: 71px;
  grid-row-gap: 71px;
  background-color: #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.logo-04 {
  object-fit: cover;
  border-radius: 24px;
}

.div-footer-bottom {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  border: 1px #323436;
  border-top-style: solid;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 64px;
  display: flex;
}

.div-footer {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.luckyday-logo-2 {
  width: 191px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.new-app-icon_2-2 {
  object-fit: cover;
}

.text-3 {
  color: #fff;
  letter-spacing: -1.07867px;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

.menu-footer {
  height: 34px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.terms-privacy-copyright-2023---lucky-day {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.section {
  height: 780px;
}

.section.getintouch {
  height: 560px;
}

.section.games {
  height: 100%;
}

.frame-397 {
  width: 100%;
  max-width: 843px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 208px;
  display: flex;
}

.h2-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

.text-5 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.container-hero {
  height: 100%;
  max-width: 1440px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 208px;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.container-hero-left {
  width: 100%;
  max-width: 720px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 12px;
  display: flex;
}

.h2-hero {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

.subheader {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.section-2 {
  padding-top: 96px;
}

.text-7 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.text-7.small {
  font-size: 14px;
  line-height: 32px;
}

.container-hero-right {
  width: 100%;
  height: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-left: 12px;
  display: flex;
  overflow: visible;
}

.container-hero-right.career {
  height: 425px;
  background-image: url('../careers-desktop.html');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-numbers {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-image: linear-gradient(196.47deg, #f7b614, #fde602 96%);
  border-radius: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 32px;
  margin-right: 32px;
  padding: 96px;
  display: flex;
}

.text-8 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.div-numbers-details {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-item {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-9 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.text-10 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.section-3 {
  width: 100%;
  justify-content: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.frame-407 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.h4 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.h4.center {
  text-align: center;
}

.h4.yellow {
  color: #fbe204;
}

.frame-355 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.news-05 {
  object-fit: cover;
}

.page-section {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 32px;
  display: flex;
}

.page-section.horizontal {
  padding-top: 64px;
}

.page-container {
  width: 100%;
  height: 100%;
  max-width: var(--desktop-full-width);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-container.grey {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  background-color: #f0f0f0;
  border-radius: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.page-container.vertical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.careers-copy {
  width: 100%;
  height: 100%;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-career-text {
  width: 100%;
  max-width: 700px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-11 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.text-11.center {
  font-weight: 400;
}

.frame-428 {
  background-image: linear-gradient(71.01deg, #fee004 0%, #fff401 32%, #f8b314 100%);
  border-radius: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 48px;
  display: flex;
}

.text-12 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.image-careers {
  object-fit: cover;
  background-color: #d9d9d9;
}

.h4-2 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.frame-414 {
  width: 620px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-412 {
  width: 100%;
  max-width: 624px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-13 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
}

.frame-411 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.text-14 {
  color: #757575;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
}

.frame-429 {
  width: 100%;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.vectors-wrapper-4 {
  width: 24px;
  height: 24px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-430 {
  width: 100%;
  height: 160px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 16px;
  display: flex;
}

.frame-431 {
  width: 100%;
  background-image: linear-gradient(82.93deg, #fee004 0%, #fff401 32%, #f8b314 100%);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 16px 48px;
  display: flex;
}

.text-15 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.frame-426 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.our-mission {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #000;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 128px 96px;
  display: flex;
}

.text-16 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fee004, #fff401 32%, #f8b314);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.text-17 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 64px;
}

.we-work-for-a-passion-appreciation-authenticity-and-partnership-0 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 64px;
}

.we-work-for-a-passion-appreciation-authenticity-and-partnership-1 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 64px;
}

.opportunities {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.opportunities-list {
  border: 0 solid #000;
  border-top: 1px solid #ddd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.career-item {
  width: 100%;
  border: 0 solid #ddd;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.career-item.no-border {
  border-style: none;
  border-width: 1px;
}

.career-row-content {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-3 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.vectors-wrapper-5 {
  width: 24px;
  height: 24px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-415 {
  width: 100%;
  max-width: 1063px;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.section-4 {
  padding-top: 96px;
}

.content-section {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-18 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.text-19 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.text-block {
  aspect-ratio: auto;
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.link {
  color: #fff;
}

.link-footer {
  color: #fff;
  text-decoration: none;
}

.link-footer:hover {
  text-decoration: underline;
}

.link-footer.policy {
  color: #5c5c5c;
  -webkit-text-stroke-color: var(--gray);
}

.div-policy-menu {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.button-yellow {
  background-color: var(--yellow);
  color: #000;
  border: 4px solid rgba(255, 255, 255, 0);
  border-radius: 60px;
  padding: 16px 48px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.button-yellow:hover {
  background-image: linear-gradient(to bottom, var(--yellow), var(--yellow));
  border: 4px solid rgba(252, 191, 8, .5);
}

.button-yellow.full-width {
  width: 100%;
}

.logo-footer {
  text-decoration: none;
}

.menu-item {
  color: var(--black);
  border-radius: 8px;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.menu-item:hover {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .05);
  background-clip: border-box;
}

.menu-item.white {
  color: #fff;
}

.menu-item.menu-footer:hover {
  background-color: rgba(255, 255, 255, .1);
}

.link-block-7 {
  background-color: rgba(0, 0, 0, .6);
  padding: 8px;
}

.container-4 {
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  display: flex;
}

.container-main {
  width: 100%;
  max-width: 1440px;
}

.container-main.center {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  width: 100%;
}

.div-columns-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider {
  height: 920px;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0) 50%, #fff);
}

.div-content-2-3 {
  width: 75%;
}

.slide-nav {
  display: none;
  overflow: visible;
}

.right-arrow {
  width: 56px;
  height: 56px;
  max-height: 56px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.left-arrow {
  width: 56px;
  height: 56px;
  align-items: center;
  display: flex;
}

.slider-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  display: flex;
}

.mask {
  background-color: var(--white);
}

.image-10 {
  width: 920px;
  height: 920px;
  object-fit: contain;
  display: block;
  overflow: visible;
}

.form {
  width: 640px;
}

.input {
  height: 48px;
  font-family: var(--font-family);
  margin-bottom: 24px;
  padding-top: 0;
}

.button-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  display: flex;
}

.mobile-cta {
  display: none;
}

.button-close {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  display: none;
}

.select-field {
  height: 48px;
  color: var(--black);
  background-color: #fff;
  margin-bottom: 24px;
  margin-right: 0;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.textarea {
  height: 128px;
  min-height: 64px;
  color: var(--black);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.arrow-white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 64px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: static;
  bottom: -32px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 7px 7px rgba(0, 0, 0, .09), 0 16px 10px rgba(0, 0, 0, .05), 0 28px 11px rgba(0, 0, 0, .01), 0 44px 12px rgba(0, 0, 0, 0);
}

.vectors-wrapper-6 {
  width: 48px;
  height: 48px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-20 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 64px;
}

.we-work-for-a-passion-appreciation-authenticity-and-partnership-2 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 64px;
}

.we-work-for-a-passion-appreciation-authenticity-and-partnership-3 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 64px;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 72px;
}

.social-container {
  width: 100%;
  height: 56px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.social-icon {
  width: 56px;
  height: 56px;
  border: 2px solid var(--gray);
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon:hover {
  background-color: rgba(255, 255, 255, .1);
}

.container-5 {
  width: 100%;
  min-width: 100%;
  object-fit: fill;
  background-color: #942727;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: static;
}

.navbar-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-3 {
  justify-content: center;
  display: flex;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu {
  width: 50%;
  min-width: 50%;
  flex-direction: row;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  display: flex;
}

.div-block-4 {
  width: 50%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  margin-left: 0;
  margin-right: 0;
}

.mobile-menu {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  flex-direction: column;
  padding: 24px 16px;
  display: none;
}

.main-navigation {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px 64px;
  display: flex;
}

.div-block-5 {
  width: 100%;
  height: 50px;
  display: flex;
}

.store-button {
  width: 153px;
  height: 44px;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    height: 800px;
    background-image: url('../hero-desktop-updated.html'), linear-gradient(#f8b314, #fff31b);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    padding-left: 32px;
    padding-right: 32px;
  }

  .h1-center {
    width: 100%;
    height: 160px;
    font-size: 72px;
    line-height: 80px;
    display: block;
  }

  .home-hero {
    height: 800px;
  }

  .home-section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-section.non-slider {
    padding-left: 32px;
    padding-right: 32px;
  }

  .h2-center {
    margin-left: 32px;
    margin-right: 32px;
    font-size: 56px;
    line-height: 64px;
  }

  .flex-block-left {
    height: 100%;
  }

  .flex-block-right {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h3 {
    text-align: center;
  }

  .body {
    width: 100%;
    text-align: left;
  }

  .body.mobile {
    text-align: center;
  }

  .download-buttons {
    width: 100%;
    justify-content: center;
    margin-top: 32px;
  }

  .container-hero-image {
    object-fit: cover;
  }

  .button-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }

  .div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .section {
    height: 100%;
  }

  .container-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 128px;
    display: grid;
  }

  .container-hero-left {
    grid-row-gap: 24px;
    margin-right: 0;
  }

  .subheader {
    font-size: 16px;
    line-height: 24px;
  }

  .container-hero-right {
    justify-content: center;
    margin-bottom: 32px;
    margin-left: 0;
  }

  .div-numbers {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 64px;
  }

  .div-numbers-details {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .h4 {
    font-size: 40px;
    line-height: 48px;
  }

  .page-section {
    padding-bottom: 64px;
  }

  .page-container {
    height: 100%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .page-container.grey {
    grid-row-gap: 0px;
    padding: 48px;
  }

  .careers-copy {
    height: 100%;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
  }

  .div-career-text {
    max-width: 640px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }

  .text-11 {
    width: 100%;
  }

  .text-11.center {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
  }

  .our-mission {
    padding-left: 48px;
    padding-right: 48px;
  }

  .slider {
    height: 800px;
  }

  .div-content-2-3 {
    width: 100%;
  }

  .right-arrow {
    margin-right: 32px;
  }

  .left-arrow {
    margin-left: 32px;
  }

  .slider-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 64px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .image-10 {
    width: 100%;
    height: 460px;
  }

  .form, .form-block {
    width: 100%;
  }

  .image-11 {
    width: 157px;
    height: 28px;
  }

  .main-navigation {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 72px;
    object-fit: fill;
    padding: 0;
    overflow: visible;
  }

  .menu {
    display: none;
  }

  .menu.footer {
    width: 100%;
    height: 100%;
    flex-direction: row;
    margin-top: 0;
    display: flex;
  }

  .hero {
    height: 640px;
    max-height: none;
    aspect-ratio: auto;
    object-fit: fill;
    background-image: url('../hero-mobile.html');
    background-position: 50% 100%;
    background-size: cover;
    padding-top: 96px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .h1-center {
    height: 160px;
    font-size: 56px;
    line-height: 64px;
  }

  .button-arrow {
    width: 48px;
    height: 48px;
    display: flex;
  }

  .home-hero {
    height: 100%;
  }

  .home-section {
    padding-top: 96px;
  }

  .home-section.non-slider {
    padding-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h3 {
    margin-top: 0;
    font-size: 40px;
    line-height: 48px;
  }

  .body {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .body.white.center.small {
    color: #5c5c5c;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
  }

  .body.mobile, .h6.center {
    text-align: center;
  }

  .button-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .arrow-left {
    width: 24px;
    height: 24px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .container-footer {
    border-radius: 0;
    margin-bottom: 0;
  }

  .div-games {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
  }

  .div-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-footer {
    grid-row-gap: 24px;
  }

  .container-hero {
    padding-top: 128px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-hero-left {
    grid-row-gap: 16px;
  }

  .h2-hero {
    font-size: 48px;
    line-height: 56px;
  }

  .div-numbers {
    border-radius: 0;
    padding: 48px 0;
  }

  .frame-407 {
    grid-row-gap: 32px;
  }

  .h4 {
    text-align: center;
  }

  .news-05 {
    width: 64px;
    height: 64px;
  }

  .page-section {
    padding: 64px 16px;
  }

  .page-section.no-margins {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .page-container.grey {
    border-radius: 0;
  }

  .image-careers {
    height: 360px;
    background-color: var(--white);
    object-fit: contain;
  }

  .our-mission {
    border-radius: 0;
    padding: 64px 32px;
  }

  .opportunities {
    grid-row-gap: 48px;
  }

  .text-block {
    color: #535353;
  }

  .link-footer.policy {
    color: #5c5c5c;
  }

  .div-policy-menu {
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }

  .container-main.center {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .slider {
    height: 100%;
  }

  .div-content-2-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .right-arrow {
    justify-content: flex-end;
    margin-right: 8px;
    display: flex;
  }

  .left-arrow {
    margin-left: 8px;
  }

  .slider-container {
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-right {
    width: 24px;
    height: 24px;
  }

  .image-10 {
    width: 100%;
    aspect-ratio: auto;
  }

  .form {
    margin-top: 32px;
  }

  .button-menu:hover {
    background-color: rgba(0, 0, 0, .1);
  }

  .mobile-cta {
    display: block;
  }

  .div-block-3 {
    justify-content: space-between;
    padding-left: 32px;
    padding-right: 32px;
  }

  .arrow-white {
    display: flex;
  }

  .text-block-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .social-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .mobile-menu {
    width: 100%;
    height: 256px;
    display: none;
  }

  .image-11 {
    width: 157px;
    height: 28px;
  }

  .main-navigation {
    height: 72px;
    padding: 12px 8px 12px 16px;
  }
}

@media screen and (max-width: 479px) {
  .menu.footer {
    flex-direction: column;
  }

  .hero {
    max-height: none;
    background-image: url('../hero-mobile.html'), url('../hero-desktop.html');
    background-position: 50% 100%, 50% 100%;
    background-size: cover, auto;
    padding-top: 128px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1-center {
    font-size: 40px;
    line-height: 48px;
  }

  .h1-center.mobile {
    height: 96px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .home-hero, .home-section {
    height: 100%;
  }

  .h2-center {
    font-size: 40px;
    line-height: 56px;
  }

  .container-slider.game-01 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .body.center {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .download-buttons {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    align-items: center;
    margin-top: 24px;
  }

  .container-hero-image {
    height: 256px;
  }

  .h6 {
    font-size: 20px;
    line-height: 28px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .div-games {
    grid-column-gap: 16px;
    flex-direction: row;
    padding-top: 32px;
    padding-bottom: 24px;
  }

  .logo-04 {
    width: 48px;
    height: 48px;
    border-radius: 8px;
  }

  .div-footer-bottom {
    border-radius: 0;
    align-items: center;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h2-hero {
    font-size: 40px;
    line-height: 48px;
  }

  .subheader {
    font-size: 16px;
    line-height: 28px;
  }

  .container-hero-right.career {
    height: 320px;
    background-position: 100%;
  }

  .h4 {
    font-size: 32px;
    line-height: 40px;
  }

  .frame-355 {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .page-section {
    padding: 48px 0;
  }

  .page-section.no-margins {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .page-container.grey {
    padding: 32px 16px 40px;
  }

  .text-11.center {
    font-size: 16px;
    line-height: 28px;
  }

  .image-careers {
    height: 256px;
    object-fit: cover;
  }

  .our-mission {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .we-work-for-a-passion-appreciation-authenticity-and-partnership-0 {
    font-size: 30px;
    line-height: 36px;
  }

  .opportunities {
    grid-row-gap: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .career-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-policy-menu {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: row;
    justify-content: space-between;
  }

  .container-main {
    height: 100%;
  }

  .container-main.center {
    grid-column-gap: 0px;
  }

  .slider {
    height: 100%;
  }

  .slider-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-10 {
    height: 320px;
  }

  .form {
    margin-top: 0;
  }

  .div-block-3 {
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-appstore, .button-android, .button-gplay {
    border-radius: 8px;
    overflow: hidden;
  }

  .text-block-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .social-container {
    height: 100%;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .image-11 {
    width: 157px;
    height: 28px;
  }
}

#w-node-f0771719-73f1-683e-81fb-31a744b9f5a4-44b9f5a3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0771719-73f1-683e-81fb-31a744b9f5ab-44b9f5a3 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-e69d03ef-963a-931f-d100-904ec144b37f-c144b37c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e69d03ef-963a-931f-d100-904ec144b37d-c144b37c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0771719-73f1-683e-81fb-31a744b9f5a4-44b9f5a3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f0771719-73f1-683e-81fb-31a744b9f5ab-44b9f5a3 {
    grid-column-start: 1;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_80a9003d-e88a-0688-a139-fa313ef08acc-3ef08acb {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_80a9003d-e88a-0688-a139-fa313ef08ad5-3ef08acb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }
}


