:root {
  --black: black;
  --gray: #575757;
  --desktop-full-width: 1440px;
  --white: white;
  --yellow: #fff002;
  --font-family: Montserrat, sans-serif;
  --text-black: #333;
  --black-transparent-defaul: #0009;
  --black-transparent-hover: #000000b3;
}

.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;
  background-color: #fff0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: fixed;
}

.luckyday-logo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 191px;
  display: flex;
}

.new-app-icon_2 {
  object-fit: cover;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 153.429px;
  height: 33.5999px;
  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 {
  border-radius: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  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 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/hero-desktop-updated_1hero-desktop-updated.webp'), 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;
  width: 100%;
  height: 800px;
  padding: 160px 185px 32px;
  display: flex;
}

.hero.seo-landing {
  background-image: url('../images/hero-desktop-updated_1hero-desktop-updated.webp'), linear-gradient(#f8b314, #fff31b);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
  height: 780px;
}

.hero.seo-landing.sol {
  background-image: url('../images/hero-sol.png'), linear-gradient(#045636, #0b905b);
  background-position: 50% 100%, 0 0;
}

.hero.seo-landing.bingo {
  background-image: url('../images/hero-bingo.png'), linear-gradient(#5c20de, #b82de9);
  background-position: 50%, 0 0;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
}

.hero.new {
  background-image: linear-gradient(#f8b314, #fff31b);
  align-items: center;
  padding-bottom: 0;
}

.h1-center {
  color: #333;
  text-align: center;
  border: 1px #333;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 196px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 96px;
  display: flex;
}

.h1-center.mobile {
  color: var(--black);
}

.h1-center.mobile.home {
  max-width: 780px;
}

.button-arrow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0009;
  border-radius: 64px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 8px;
  display: flex;
}

.button-arrow:hover {
  background-color: #000000b3;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ic-arrow-down {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.home-hero {
  height: auto;
}

.home-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 32px 0;
  display: flex;
}

.home-section.non-slider {
  padding-top: 96px;
  padding-bottom: 48px;
}

.h2-center {
  color: #000;
  text-align: center;
  max-width: 1440px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

.h2-center.left {
  text-align: left;
}

.container-slider {
  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;
  max-width: 1440px;
  height: 100%;
  display: flex;
}

.flex-block-left {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 920px;
}

.flex-block-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
}

.frame-369 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 515px;
  height: 100%;
  display: flex;
}

.h3 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.body {
  color: #000;
  text-align: left;
  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;
}

.body.bold.m0 {
  margin-bottom: 0;
}

.body.list {
  overflow-wrap: normal;
  text-decoration: none;
}

.download-buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.container-hero-image {
  object-fit: cover;
  border-radius: 24px;
}

.container-hero-image.career {
  display: none;
}

.frame-381 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.about-us-caption {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.about-us-caption.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.h6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.h6.center {
  text-align: center;
  font-weight: 500;
  display: block;
}

.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: #0009;
  border-radius: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 4px #0000001a, 0 7px 7px #00000017, 0 16px 10px #0000000d, 0 28px 11px #00000003, 0 44px 12px #0000;
}

.arrow-left {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.footer {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 96px;
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-footer {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border-radius: 16px;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-bottom: 24px;
  overflow: hidden;
}

.div-games {
  grid-column-gap: 71px;
  grid-row-gap: 71px;
  background-color: #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.logo-04 {
  object-fit: cover;
  border-radius: 24px;
}

.div-footer-bottom {
  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;
  width: 100%;
  padding: 40px 64px;
  display: flex;
}

.div-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.luckyday-logo-2 {
  justify-content: space-between;
  align-items: center;
  width: 191px;
  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 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 34px;
  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 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 843px;
  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 {
  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;
  place-content: center;
  place-items: center;
  max-width: 1440px;
  height: 100%;
  padding-top: 208px;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.container-hero-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  margin-right: 12px;
  display: flex;
}

.container-hero-left._880 {
  max-width: 880px;
  margin-right: 0;
}

.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;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  display: block;
}

.subheader.center {
  text-align: center;
  display: block;
}

.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 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 12px;
  display: flex;
  overflow: visible;
}

.container-hero-right.career {
  background-image: url('../images/careers-desktop_1careers-desktop.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 425px;
}

.div-numbers {
  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;
  width: 100%;
  max-width: 1440px;
  margin-left: 32px;
  margin-right: 32px;
  padding: 96px;
  display: flex;
}

.div-numbers.text {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.div-numbers.text.purple {
  background-color: #f2ecf9;
  background-image: none;
}

.div-numbers.text.purple.left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #dff5ec;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-numbers.text.purple.left.bingo {
  background-color: #f2ecf9;
}

.div-numbers.text.purple.left.white {
  background-color: #fff;
  max-width: 1024px;
  padding: 0;
  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 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  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 {
  justify-content: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.frame-407 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.h4 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.h4.center {
  text-align: center;
  width: 100%;
}

.h4.yellow {
  color: #fbe204;
}

.frame-355 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.news-05 {
  object-fit: cover;
}

.page-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 96px 32px 0;
  display: flex;
}

.page-section.horizontal {
  padding-top: 64px;
}

.page-section.no-margins {
  display: flex;
}

.page-section.no-margins.contact {
  margin-top: 96px;
}

.page-container {
  max-width: var(--desktop-full-width);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.page-container.grey {
  grid-column-gap: 64px;
  grid-row-gap: 0px;
  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: 0;
  padding-bottom: 64px;
  display: flex;
}

.page-container.grey.form {
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
}

.page-container.vertical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.careers-copy {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-career-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 700px;
  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;
  border-radius: 16px;
}

.h4-2 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.frame-414 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 620px;
  display: flex;
}

.frame-412 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 624px;
  display: flex;
}

.text-13 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
}

.frame-411 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  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 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.frame-430 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 160px;
  padding: 8px 16px;
  display: flex;
}

.frame-431 {
  background-image: linear-gradient(82.93deg, #fee004 0%, #fff401 32%, #f8b314 100%);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  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 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.our-mission {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #000;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding: 0 0 128px;
  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 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.opportunities.short {
  max-width: 1024px;
}

.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 {
  border: 0 solid #ddd;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.career-item.no-border {
  border-style: none;
  border-width: 1px;
}

.career-row-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.body-3 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.frame-415 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1063px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.section-4 {
  padding-top: 96px;
}

.content-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  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 #fff0;
  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 #fcbf0880;
}

.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: #0000000d;
  background-clip: border-box;
}

.menu-item.white {
  color: #fff;
}

.menu-item.menu-footer:hover {
  background-color: #ffffff1a;
}

.link-block-7 {
  background-color: #0009;
  padding: 8px;
}

.container-4 {
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.slider {
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff0 50%, #fff);
  height: 920px;
}

.div-content-2-3 {
  width: 75%;
  text-decoration: none;
}

.slide-nav {
  display: none;
  overflow: visible;
}

.right-arrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 56px;
  height: 56px;
  max-height: 56px;
  display: block;
}

.left-arrow {
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.slider-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  display: flex;
}

.mask {
  background-color: var(--white);
}

.image-10 {
  object-fit: contain;
  width: 920px;
  height: 920px;
  display: block;
  overflow: visible;
}

.form {
  width: 640px;
}

.input {
  font-family: var(--font-family);
  height: 48px;
  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 {
  color: var(--black);
  background-color: #fff;
  height: 48px;
  margin-bottom: 24px;
  margin-right: 0;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.textarea {
  color: var(--black);
  height: 128px;
  min-height: 64px;
  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: flex-end;
  padding: 8px;
  display: flex;
  position: static;
  bottom: -32px;
  box-shadow: 0 2px 4px #0000001a, 0 7px 7px #00000017, 0 16px 10px #0000000d, 0 28px 11px #00000003, 0 44px 12px #0000;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.button-android {
  display: block;
}

.button-gplay {
  display: none;
}

.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 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.social-icon {
  border: 2px solid var(--gray);
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.social-icon:hover {
  background-color: #ffffff1a;
}

.container-5 {
  object-fit: fill;
  background-color: #942727;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-width: 100%;
  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 {
  flex-direction: row;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 50%;
  min-width: 50%;
  display: flex;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.nav-link {
  margin-left: 0;
  margin-right: 0;
}

.mobile-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 24px 16px;
  display: none;
}

.main-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 64px;
  display: flex;
}

.div-block-5 {
  width: 100%;
  height: 50px;
  display: flex;
}

.store-button {
  width: 153px;
  height: 44px;
}

.policy-container {
  padding-left: 16px;
  padding-right: 16px;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.list-2, .list {
  width: 100%;
  margin-bottom: 0;
}

.background {
  grid-row-gap: 15px;
  background-color: #f8f9fa;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.content-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list02 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.item-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.img-thumbup {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 16.0621px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.icon-thumbs-upsvg-fill {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 25px;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-thumbs-upsvg {
  object-fit: cover;
  overflow: hidden;
}

.text-21 {
  color: #0a0832;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.text-22 {
  color: #0a0832;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.image-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32.1242px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.customers {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1064px;
  text-decoration: none;
  display: flex;
}

.buble {
  grid-column-gap: 8px;
  background-color: #f7f7f7;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bubble-content {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.body-testimonial {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.body-author {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.buble-2 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  text-decoration: none;
  display: flex;
}

.bubble-content-2 {
  grid-row-gap: 8px;
  background-color: #f7f7f7;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.buble-3 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  text-decoration: none;
  display: flex;
}

.hero-content {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  text-decoration: none;
  display: flex;
}

.hero-h1 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  text-decoration: none;
}

.hero-caption {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.hero-cta {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-9 {
  object-fit: cover;
}

.hero-container {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.features-div {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.features-columns {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.number-marker {
  background-image: linear-gradient(39.81deg, #fee004, #fff401 32%, #f8b314);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 52px;
  text-decoration: none;
  display: flex;
}

.features-number-value {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
}

.features-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.body-style {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.body-style-2 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.body-0 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.about-gallery {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1512px;
  padding-left: 48px;
  padding-right: 48px;
  text-decoration: none;
  display: flex;
}

.about-image-01 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.mission-01 {
  object-fit: cover;
  border-radius: 24px;
}

.about-image-02 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  text-decoration: none;
  display: flex;
}

.about-image-03 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  text-decoration: none;
  display: flex;
}

.about-image-04 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.contact-form-image {
  background-image: url('../images/contact-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  height: 320px;
  margin-bottom: 64px;
}

.image-career {
  background-image: url('../images/contact-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  width: 100%;
  height: 256px;
  margin-bottom: 64px;
}

.text-career {
  text-align: center;
  padding-left: 96px;
  padding-right: 96px;
}

.container-6 {
  z-index: 1;
  width: 100px;
  height: 100px;
  position: static;
  inset: auto 0% 0%;
}

.hero-desktop {
  grid-row-gap: 8px;
  background-image: linear-gradient(#f9bc15, #fff31b);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 800px;
  padding-top: 160px;
  padding-bottom: 160px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
}

.image-hero {
  object-fit: cover;
  position: absolute;
  top: 349px;
  left: auto;
}

.hero-mobile {
  grid-row-gap: 8px;
  background-image: linear-gradient(#f9bc15, #fff31b);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 800px;
  padding-top: 160px;
  padding-bottom: 160px;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    background-image: url('../images/hero-desktop-updated_1hero-desktop-updated.webp'), linear-gradient(#f8b314, #fff31b);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    height: 800px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero.seo-landing.sol {
    background-size: cover, auto;
  }

  .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 {
    text-align: left;
    width: 100%;
  }

  .body.mobile {
    text-align: center;
  }

  .download-buttons {
    justify-content: center;
    width: 100%;
    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 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: center;
    height: 100%;
    display: grid;
  }

  .page-container.grey {
    grid-row-gap: 0px;
    padding: 48px;
  }

  .careers-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .div-career-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    max-width: 640px;
  }

  .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 {
    object-fit: fill;
    height: 72px;
    padding: 0;
    overflow: visible;
  }

  .menu {
    display: none;
  }

  .menu.footer {
    flex-direction: row;
    width: 100%;
    height: 100%;
    margin-top: 0;
    display: flex;
  }

  .hero {
    aspect-ratio: auto;
    object-fit: fill;
    background-image: url('../images/hero-mobile.jpg');
    background-position: 50% 100%;
    background-size: cover;
    height: 640px;
    max-height: none;
    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;
  }

  .h2-center.left {
    margin-left: 0;
    margin-right: 0;
  }

  .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;
  }

  .div-numbers.text {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-numbers.text.purple.left.white {
    padding-left: 16px;
    padding-right: 16px;
  }

  .frame-407 {
    grid-row-gap: 32px;
  }

  .h4 {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .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 {
    background-color: var(--white);
    object-fit: contain;
    height: 360px;
  }

  .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 {
    justify-content: center;
    align-items: center;
    width: 100%;
    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 {
    aspect-ratio: auto;
    width: 100%;
  }

  .form {
    margin-top: 32px;
  }

  .button-menu:hover {
    background-color: #0000001a;
  }

  .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;
  }

  .customers {
    display: block;
  }

  .buble-2 {
    padding-top: 24px;
  }

  .features-div {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .features-columns {
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 479px) {
  .menu.footer {
    flex-direction: column;
  }

  .hero {
    background-image: url('../images/hero-mobile.jpg'), url('../images/hero-desktop_1hero-desktop.webp');
    background-position: 50% 100%, 50% 100%;
    background-size: cover, auto;
    max-height: none;
    padding-top: 128px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero.seo-landing.sol {
    background-image: url('../images/hero-sol-mobile.png'), linear-gradient(#045636, #0b905b);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
  }

  .hero.seo-landing.bingo {
    background-image: url('../images/hero-bingo-mobile.png'), linear-gradient(#5c20de, #b82de9);
    background-position: 50% 100%, 0 0;
    background-size: cover, auto;
  }

  .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%;
  }

  .home-section.non-slider {
    padding-bottom: 0;
  }

  .h2-center {
    margin-left: 0;
    margin-right: 0;
    font-size: 40px;
    line-height: 56px;
  }

  .h2-center.left {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .container-slider.game-01 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-block-right {
    padding-left: 8px;
    padding-right: 8px;
  }

  .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 {
    border-radius: 8px;
    width: 48px;
    height: 48px;
  }

  .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 {
    background-position: 100%;
    height: 320px;
  }

  .div-numbers.text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-numbers.text.purple.left.bingo {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .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 16px;
  }

  .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 {
    object-fit: cover;
    height: 256px;
  }

  .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;
  }

  .content-section {
    flex-direction: column;
    display: flex;
  }

  .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: center;
    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 {
    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;
    height: 100%;
    display: grid;
  }

  .image-11 {
    width: 157px;
    height: 28px;
  }

  .policy-container {
    width: 100%;
    padding-left: 16px;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .list {
    padding-left: 16px;
  }

  .background {
    flex-flow: row;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-style {
    flex-flow: column;
  }

  .hero-content {
    grid-row-gap: 16px;
  }

  .hero-h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-caption {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  .hero-cta {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .about-gallery {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .about-image-01 {
    height: 256px;
    display: flex;
  }

  .mission-01 {
    width: 100%;
    height: 100%;
    display: block;
  }

  .about-image-02, .about-image-03, .about-image-04 {
    height: 256px;
    padding-top: 0;
  }

  .hero-desktop {
    height: 600px;
    padding-top: 120px;
    display: none;
  }

  .heading {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 32px;
    font-weight: 900;
    line-height: 120%;
  }

  .image-hero.ih01, .image-hero.ih02, .image-hero.ih03, .image-hero.ih04, .image-hero.ih05, .image-hero.ih06 {
    width: 762px;
    max-width: none;
    top: 160px;
  }

  .hero-mobile {
    height: 447px;
    padding-top: 96px;
    display: flex;
  }
}

#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-_80a9003d-e88a-0688-a139-fa313ef08acc-3ef08acb {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_80a9003d-e88a-0688-a139-fa313ef08ad5-3ef08acb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #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;
    place-self: auto;
  }

  #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;
  }
}


