@charset "UTF-8";
/**
 * © 2024 Rivrs. All rights reserved.
 * @version: 1.0.0
 * @developer: Antoine Pigeard
 */
@import "normalize.css";
@import "cookieconsent.css";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Righteous&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
.background-color.blue {
  background-color: rgb(75, 89, 246);
}
.background-color.dark {
  background-color: rgb(7, 9, 22);
}
.background-color.green {
  background-color: rgb(0, 214, 159);
}
.background-color.orange {
  background-color: rgb(255, 114, 59);
}
.background-color.yellow {
  background-color: rgb(255, 194, 72);
}
.background-color.pink {
  background-color: rgb(239, 70, 111);
}
.background-color.white {
  background-color: rgb(255, 255, 255);
}
.background-color.gray {
  background-color: rgb(200, 200, 200);
}
.background-color.gray-secondary {
  background: rgb(238, 242, 245);
}
.background-color.purple {
  background-color: rgb(107, 0, 214);
}

.color.blue {
  color: rgb(75, 89, 246);
}
.color.dark {
  color: rgb(7, 9, 22);
}
.color.green {
  color: rgb(0, 214, 159);
}
.color.orange {
  color: rgb(255, 114, 59);
}
.color.yellow {
  color: rgb(255, 194, 72);
}
.color.pink {
  color: rgb(239, 70, 111);
}
.color.white {
  color: rgb(255, 255, 255);
}
.color.gray {
  color: rgb(200, 200, 200);
}
.color.purple {
  color: rgb(107, 0, 214);
}

.button {
  display: inline-block;
  border-radius: 30px;
  background-color: rgb(76, 89, 246);
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  font-family: "Righteous", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-wrap: nowrap;
  border: none;
  transition: 300ms ease-in-out;
}
.button:hover {
  transform: scale(1.05);
  background-color: rgba(76, 89, 246, 0.8);
}
.button.small {
  padding: 12px 16px;
}
.button.transparent {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}
.button.transparent:hover {
  background: transparent;
  color: #EDEDED;
  border: 1px solid #EDEDED;
}

.button-icon {
  display: inline-flex;
  cursor: pointer;
  transition: 300ms ease-in-out;
  border-radius: 50%;
  height: auto;
}
.button-icon:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

.tag {
  display: inline-block;
  padding: 8px 12px;
  background-color: rgb(255, 255, 255);
  color: rgb(75, 89, 246);
  font-family: "Righteous", sans-serif;
  text-transform: uppercase;
  border-radius: 50px;
  text-wrap: nowrap;
  font-size: 14px;
}
.tag.secondary {
  background-color: #E9EEFF;
}
.tag.blue {
  background-color: rgb(233, 238, 255);
  color: rgb(75, 89, 246);
}
.tag.orange {
  background-color: rgb(255, 228, 217);
  color: rgb(255, 114, 59);
}
.tag.pink {
  background-color: rgb(255, 226, 226);
  color: rgb(239, 70, 111);
}
.tag.purple {
  background-color: rgb(229, 226, 255);
  color: rgb(107, 0, 214);
}
.tag.dark {
  background-color: rgb(238, 242, 245);
  color: rgb(7, 9, 22);
}

body {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

img {
  user-select: none;
}

.table {
  border-collapse: collapse;
  border: 1px solid gray;
}
.table th, .table td {
  border: 1px solid gray;
  padding: 8px;
}

a {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

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

h1, h2, h3, h4, h5, h6 {
  color: rgb(7, 9, 22);
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
h1.font-content, h2.font-content, h3.font-content, h4.font-content, h5.font-content, h6.font-content {
  font-family: "Work Sans", sans-serif;
}

h1 {
  font-size: 40px;
}
@media (max-width: 800px) {
  h1 {
    font-size: 32px;
  }
}
h1.title {
  font-size: 56px;
}
@media (max-width: 800px) {
  h1.title {
    font-size: 42px;
  }
}

h2 {
  font-size: 32px;
}
@media (max-width: 800px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 28px;
}
@media (max-width: 800px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
}
@media (max-width: 800px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 22px;
}
@media (max-width: 800px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
}
@media (max-width: 800px) {
  h6 {
    font-size: 18px;
  }
}

blockquote {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: normal;
  color: rgb(7, 9, 22);
  border-left: 4px solid rgb(75, 89, 246);
  margin: 0;
  padding-left: 32px;
}
blockquote:before {
  content: open-quote;
}
blockquote:after {
  content: close-quote;
}

p {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: normal;
  color: rgb(7, 9, 22);
}
p.xl {
  font-size: 20px;
  letter-spacing: -0.2px;
}
p.lg {
  font-size: 18px;
  letter-spacing: -0.18px;
}
p.md {
  font-size: 16px;
  letter-spacing: -0.16px;
}
p.sm {
  font-size: 14px;
  letter-spacing: -0.14px;
}
p.xs {
  font-size: 12px;
  letter-spacing: -0.12px;
}

.weight-medium {
  font-weight: 500;
}

.weight-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

header {
  position: absolute;
  width: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 50;
}
header.transparent {
  background-color: transparent !important;
}
header.transparent .menu-buttons a {
  background-color: rgb(255, 255, 255);
}
header.transparent .burger .actions a, header.transparent .logo {
  background-color: rgb(255, 255, 255);
}
header.transparent .links ul li a {
  color: #fff !important;
}
header.offset {
  padding-top: 20px;
}
header > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 17px 102px;
}
header .logo {
  display: block;
  background-color: rgb(76, 89, 246);
  margin-right: 8px;
  height: 64px;
  width: 64px;
  -webkit-mask: url(../images/rivrs-icon.svg) no-repeat center;
  mask: url(../images/rivrs-icon.svg) no-repeat center;
}
@media (max-width: 800px) {
  header .logo {
    width: 40px;
    height: 40px;
  }
}
header .links ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  gap: 24px;
  padding: 0;
  margin: 0;
}
header .links ul li {
  position: relative;
}
@media (max-width: 800px) {
  header .links ul li.link {
    display: none;
  }
}
header .links ul li a:not(.logo) {
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Righteous", sans-serif;
  color: rgb(7, 9, 22);
  font-weight: 400;
  position: relative;
  padding: 8px 8px;
}
header .links ul li a:not(.logo).is-active, header .links ul li a:not(.logo):hover {
  color: rgb(7, 9, 22) !important;
  background-color: rgb(255, 255, 255);
  border-radius: 50px;
  transform: scale(1.05);
  transition: transform 0.3s;
}
header .actions {
  display: flex;
}
@media (max-width: 800px) {
  header .actions {
    display: none;
  }
}
header .burger {
  display: none;
  align-items: center;
}
@media (max-width: 800px) {
  header .burger {
    display: flex;
  }
}
header .burger input {
  display: none;
}
header .burger .burger-top {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
header .burger .burger-top .burger-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header .burger .burger-top .burger-header .logo {
  background-color: rgb(76, 89, 246);
}
header .burger .burger-top .burger-header label a {
  background-color: rgb(7, 9, 22);
}
header .burger label {
  display: flex;
  align-items: center;
}
header .burger label > a {
  display: flex;
  width: 24px;
  height: 24px;
  background-color: rgb(7, 9, 22);
  mask-size: 100%;
}
header .burger input:checked ~ .button-mobile, header .burger input:checked ~ div .button-mobile {
  mask: url("../images/icon/cross.svg") no-repeat center;
}
header .burger input:not(:checked) ~ label > .button-mobile, header .burger input:not(:checked) ~ div .button-mobile {
  mask: url("../images/icon/burger.svg") no-repeat center;
}
header .burger input:checked ~ .burger-menu {
  display: flex !important;
}
header .burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  z-index: 1000;
  inset: 0;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  padding: 32px;
  animation: open 0.3s;
}
@keyframes open {
  from {
    transform: translateY(-100%) scaleX(0.1);
  }
  to {
    transform: translateY(0) scaleX(1);
  }
}
header .burger-menu ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
header .burger-menu ul li {
  text-align: center;
}
header .burger-menu ul li a {
  font-family: "Righteous", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: rgb(7, 9, 22);
  text-decoration: none;
  text-transform: uppercase;
}
header .burger-menu ul li a:active, header .burger-menu ul li a:hover, header .burger-menu ul li a:focus {
  color: rgb(200, 200, 200);
}
header .burger-menu .info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: start;
  width: 100%;
}
header .burger-menu .info a {
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-family: "Work Sans", sans-serif;
  color: rgb(7, 9, 22);
  font-size: 16px;
}

.container {
  padding-left: 102px;
  padding-right: 102px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 1000px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.container.expanded {
  max-width: 100%;
}

section {
  padding-top: 70px;
  padding-bottom: 70px;
}
section .section-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section .section-header .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid rgb(200, 200, 200);
  gap: 20px;
}
@media (max-width: 900px) {
  section .section-header .title {
    flex-direction: column;
    align-items: start;
  }
}
section .section-header .title h1 {
  padding-top: 4px;
  text-transform: uppercase;
}
section .section-header .description {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
section .section-header .description p {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgb(7, 9, 22);
  max-width: 600px;
}
@media (max-width: 1100px) {
  section .section-header .description p {
    width: 100%;
  }
}
section .center-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-top: 70px;
  padding-bottom: 70px;
  background: linear-gradient(0deg, #FFF 0%, #EEF2F5 85%);
}
section .center-header p {
  text-align: center;
}
section.video {
  padding: 0;
}

.text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.text * {
  line-height: 1.5;
}

section.welcome {
  position: relative;
  height: calc(100vh - 30px);
  padding: 0;
}
section.welcome .video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgb(7, 9, 22);
}
section.welcome .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.welcome .wrapper-content {
  position: absolute;
  place-content: flex-end;
  padding: 60px 0;
  inset: 0;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 50.87%, #000 100%);
  z-index: 1;
}
section.welcome .wrapper-content > div {
  display: flex;
  flex-direction: column;
  gap: 24px;
  place-content: flex-end;
}

section.info {
  display: flex;
  gap: 70px;
  flex-direction: column;
}
section.info .business {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
section.info .business-unit {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 70px;
  align-self: stretch;
}
section.info .business-unit img {
  width: 200px;
  max-width: 100%;
  object-fit: cover;
}
section.info .business-unit img[alt=gta] {
  width: 140px;
}
@media (max-width: 1100px) {
  section.info .business-unit {
    flex-direction: column;
  }
}

.details {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 1000px) {
  .details {
    flex-direction: column;
  }
}
.details .box {
  display: flex;
  flex: 1 0 0;
  background-color: rgb(238, 242, 245);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  gap: 22px;
}
.details .box .box-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.details .box .box-header img {
  width: 40px;
  height: 40px;
}
.details .box h1 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: normal;
}
.details.small h1 {
  font-size: 56px !important;
}

section.games {
  background-color: rgb(238, 242, 245);
}
section.games .description .arrows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 8px;
}
section.games .description .next img {
  transform: rotate(180deg);
}
section.games .container {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
section.games .carousel {
  display: flex;
  gap: 70px;
  flex-direction: column;
}
section.games .carousel .carousel-track {
  position: relative;
  overflow: hidden;
}
section.games .carousel .carousel-track .carousel-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.games .carousel .carousel-track .carousel-list li {
  flex: 1 0 0;
  z-index: 1;
  transition: z-index 0.3s;
}
section.games .carousel .carousel-track .carousel-list li div.carousel-element {
  transform: scale(0.5);
  transition: 0.1s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 300px;
  margin: 0 12px;
}
section.games .carousel .carousel-track .carousel-list li div.carousel-element.is-prev, section.games .carousel .carousel-track .carousel-list li div.carousel-element.is-next, section.games .carousel .carousel-track .carousel-list li div.carousel-element.is-active {
  transform: scale(1) !important;
}
section.games .carousel .carousel-track .carousel-list li div.carousel-element > div {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 24px;
  height: 250px;
  width: 300px;
}
section.games .carousel .carousel-track .carousel-list li div.carousel-element > div img {
  max-width: 80%;
  max-height: 100%;
  margin: auto;
}
section.games .carousel .carousel-track .carousel-list li button {
  background-color: #D4D6E8;
  width: 12px;
  height: 12px;
  margin: 0;
}
section.games .carousel .carousel-track .carousel-list li button.is-active {
  background-color: rgb(75, 89, 246);
  transform: scale(1);
}
section.games .carousel li.is-visible {
  transform: scale(0.5);
}
section.games .carousel li.is-visible:not(.is-active) {
  transform: scale(0.7);
}
section.games .carousel li h4 {
  text-align: center;
}
section.games .carousel .carousel-point {
  display: flex;
  justify-content: center;
  gap: 8px;
}
section.games .carousel .carousel-point span {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #D4D6E8;
  border-radius: 50%;
  margin: 0 4px;
  transition: all 0.3s;
}
section.games .carousel .carousel-point span.is-active {
  animation: pulse 0.8s;
  background-color: rgb(75, 89, 246);
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

section.jobs {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
section.jobs .banner {
  display: flex;
  background-image: url(../images/desktop.jpeg);
  background-size: cover;
  background-position: center;
  aspect-ratio: auto 2.5;
  position: relative;
  border-radius: 20px;
  margin-bottom: 85px;
  z-index: 1;
}
@media (max-width: 1000px) {
  section.jobs .banner {
    aspect-ratio: auto 2;
  }
}
section.jobs .banner .figure-container {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(19px, 50%);
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 12px;
}
section.jobs .banner .figure-container .figure {
  display: flex;
  gap: 32px;
  flex-direction: column;
  background-color: rgb(238, 242, 245);
  border-radius: 20px;
  padding: 16px;
}
section.jobs .banner .figure-container .figure h1 {
  display: flex;
  justify-content: space-between;
  place-items: flex-start;
  column-gap: 108px;
  font-family: "Work Sans", sans-serif;
  font-size: 64px;
  font-weight: 600;
}
section.jobs .banner .figure-container:after, section.jobs .banner .figure-container:before {
  content: " ";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: rgb(255, 255, 255);
}
section.jobs .banner .figure-container:before {
  top: 50%;
  left: 0;
  transform: translate(calc(8px - 100%), calc(-6px - 50%));
  -webkit-mask-image: radial-gradient(circle 10px at 0 0, transparent 0, transparent 20px, black 21px);
  border: 4px solid white;
}
section.jobs .banner .figure-container:after {
  -webkit-mask-image: radial-gradient(circle 10px at 0 0, transparent 0, transparent 20px, black 21px);
  top: -20px;
  right: 11px;
  border: 4px solid white;
}

section.purpose {
  background-color: rgb(238, 242, 245);
}
section.purpose .container {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
section.purpose .box {
  display: flex;
  flex-direction: row;
  gap: 70px;
  flex: 1 0 0;
  position: relative;
  border-radius: 8px;
  background-size: cover;
  color: rgb(255, 255, 255);
  z-index: 1;
  place-content: end;
}
@media (max-width: 1000px) {
  section.purpose .box {
    flex-flow: wrap-reverse;
    gap: 16px;
  }
}
section.purpose .box:nth-child(2n) {
  flex-direction: row-reverse;
}
section.purpose .box > div {
  width: 50%;
  display: flex;
}
@media (max-width: 1000px) {
  section.purpose .box > div {
    width: 100%;
  }
}
section.purpose .box .description {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
section.purpose .box .description .title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
section.purpose .box .picture img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

section.posts {
  display: flex;
  gap: 70px;
  flex-direction: column;
}

.articles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 70px 16px;
}
@media (max-width: 500px) {
  .articles {
    grid-template-columns: 1fr;
  }
}
.articles a {
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.articles a:hover {
  transform: scale(1.025);
}
.articles article {
  flex: 1 0 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.articles article img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  height: 325px;
}
.articles article .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.articles article .content span {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  color: rgb(75, 89, 246);
  font-weight: 500;
  line-height: 20px;
}
.articles article .content span .clock {
  width: 22px;
  height: 22px;
  mask: url(../images/icon/clock.svg) no-repeat center;
  background-color: rgb(75, 89, 246);
  mask-size: 20px;
}

footer {
  display: flex;
  flex-direction: column;
  background-color: rgb(238, 242, 245);
  padding: 70px 0;
}
footer .footer {
  display: flex;
  flex-direction: row;
  gap: 105px;
}
@media (max-width: 1475px) {
  footer .footer {
    gap: 50px;
  }
}
@media (max-width: 1000px) {
  footer .footer {
    flex-direction: column;
  }
}
footer .footer .branding {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 270px;
}
@media (max-width: 1000px) {
  footer .footer .branding {
    width: 100%;
    min-width: unset;
  }
}
footer .footer .branding .logo {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer .branding .logo object {
  background-color: rgb(76, 89, 246);
}
footer .footer .branding .logo object.rivrs-icon {
  width: 70px;
  height: 70px;
  -webkit-mask: url(../images/rivrs-icon.svg) no-repeat center;
  mask: url(../images/rivrs-icon.svg) no-repeat center;
  object-fit: contain;
}
footer .footer .branding .logo object.rivrs-text {
  width: 130px;
  height: 35px;
  -webkit-mask: url(../images/rivrs-text.svg) no-repeat center;
  mask: url(../images/rivrs-text.svg) no-repeat center;
  object-fit: contain;
}
footer .footer .branding .detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .footer h6 {
  text-transform: uppercase;
  text-wrap: nowrap;
}
footer .footer ul, footer .footer .jobs {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer ul li a, footer .footer .jobs li a {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: rgb(7, 9, 22);
  text-decoration: none;
  text-wrap: nowrap;
}
footer .footer .jobs .welcomekit-jobs-list {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
footer .footer .jobs .welcomekit-jobs-list-item {
  margin: 0;
  padding: 0;
}
footer .footer .jobs .welcomekit-jobs-list-item:nth-child(n+4) {
  display: none;
}
footer .footer .jobs .welcomekit-jobs-list-item-link {
  position: relative;
  text-decoration: none;
}
footer .footer .jobs .welcomekit-job-name {
  padding: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-wrap: nowrap;
  line-height: 1.5;
  text-decoration: none;
  color: rgb(7, 9, 22);
}
@media (max-width: 1000px) {
  footer .footer .jobs .welcomekit-job-name {
    text-wrap: balance;
  }
}
footer .footer .jobs .welcomekit-job-infos {
  margin: 0;
  padding: 0;
}
footer .footer .jobs .welcomekit-job-infos > li {
  position: relative;
  display: inline-block;
  margin: 0 34px 0 0;
  color: #aaa;
}
footer .footer .jobs .welcomekit-job-infos > li:before {
  position: absolute;
  top: 6px;
  left: -20px;
  content: " ";
  display: block;
  height: 6px;
  width: 6px;
  background: #ddd;
  border-radius: 50%;
}
footer .footer .jobs .welcomekit-job-infos > li:first-child:before {
  display: none;
}
footer .footer .jobs .welcomekit-job-infos > li.welcomekit-job-description {
  display: block;
  margin: 10px 0 0 0;
  padding: 10px 20px;
  border-left: 2px solid #eee;
}
footer .footer .jobs .welcomekit-job-infos > li.welcomekit-job-description p,
footer .footer .jobs .welcomekit-job-infos > li.welcomekit-job-description ul {
  margin: 0;
  padding: 0 0 10px 0;
  color: #bbb;
}
footer .footer .jobs .welcomekit-job-infos > li.welcomekit-job-description ul li {
  border-left: 1px solid #eee;
  padding-left: 10px;
  margin-bottom: 10px;
}
footer .footer .jobs .welcomekit-job-infos > li.welcomekit-job-description pre {
  border-left: 1px solid #eee;
  padding-left: 10px;
  overflow: auto;
}
footer .footer .jobs .welcomekit-job-infos > li.welcomekit-job-description:before {
  display: none;
}
footer .hr {
  margin: 32px 0;
  height: 1px;
  background-color: #BCBCBC;
}
footer .sub-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1000px) {
  footer .sub-footer {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
footer .sub-footer .socials {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

/**
 * Games page
 */
section.welcome-games {
  display: flex;
  height: calc(100vh - 30px);
  position: relative;
}
section.welcome-games .video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgb(7, 9, 22);
}
section.welcome-games .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.welcome-games .wrapper-content {
  position: absolute;
  place-content: flex-end;
  padding: 60px 0;
  inset: 0;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 50.87%, #000 100%);
  z-index: 1;
}
section.welcome-games .wrapper-content > div {
  display: flex;
  flex-direction: column;
  gap: 24px;
  place-content: flex-end;
}

section.game-categories {
  background: linear-gradient(180deg, #FFF 7.62%, #EEF2F5 44.13%, #EEF2F5 93.41%, #FFF 100%);
}
section.game-categories > div {
  display: flex;
  gap: 48px;
  flex-direction: column;
}
section.game-categories .categories {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}
section.game-categories .categories .button-category {
  display: flex;
  padding: 8px 12px;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  background-color: rgb(238, 242, 245);
  color: rgb(7, 9, 22);
  font-family: "Righteous", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  text-wrap: nowrap;
}
section.game-categories .categories .button-category.is-active {
  color: rgb(255, 114, 59);
  background-color: rgb(255, 228, 217);
}
section.game-categories .game-list {
  display: grid;
  grid-gap: 48px 24px;
  transition: all 1s;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 500px) {
  section.game-categories .game-list {
    grid-template-columns: 1fr;
  }
}
section.game-categories .game-list a {
  display: flex;
  flex-direction: column;
  transition: 0.3s ease-in-out;
  flex: 1 0 0;
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: rgb(7, 9, 22);
}
section.game-categories .game-list a:hover {
  transform: scale(1.05);
}
section.game-categories .game-list a:hover img {
  transform: scale(1.15);
}
section.game-categories .game-list a .picture {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px;
  height: 300px;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
section.game-categories .game-list a .picture img {
  max-width: 80%;
  max-height: 100%;
  margin: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: 0.3s ease-in-out;
}
section.game-categories .game-list a .picture.cover {
  padding: 0;
}
section.game-categories .game-list a .picture.cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
section.game-categories .game-list a .picture:after {
  content: " ";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../images/icon/arrow-up.svg);
  background-size: contain;
  transform: rotate(-60deg);
}
section.game-categories .game-list a .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}

/**
 * News page
 */
section.welcome-news {
  display: flex;
  background-image: url(../images/posts-wallpaper.jpeg);
  background-size: cover;
  background-position: center;
  min-height: 75vh;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
section.welcome-news .wrapper-content {
  display: flex;
  flex-direction: row;
  place-content: flex-end;
  place-self: end;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  color: rgb(255, 255, 255);
  z-index: 1;
  gap: 70px;
}
section.welcome-news .wrapper-content h1 {
  font-family: "Righteous", sans-serif;
  font-size: 56px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
section.welcome-news .wrapper-content p {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
section.welcome-news .wrapper-content a {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 50%;
  border: none;
  overflow: hidden;
}
section.welcome-news .wrapper-content a img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: rotate(-60deg);
}
@media (max-width: 600px) {
  section.welcome-news .wrapper-content a {
    display: none;
  }
}

section.news-articles > div {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
section.news-articles .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
section.news-articles .title h1 {
  font-family: "Righteous", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
}
section.news-articles .title p {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}
section.news-articles .article-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (max-width: 500px) {
  section.news-articles .article-list {
    grid-template-columns: 1fr;
  }
}

/**
 * Contact page
 */
section.contact .contact-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-top: 70px;
  padding-bottom: 70px;
  background: linear-gradient(0deg, #FFF 0%, #EEF2F5 85%);
}
section.contact .contact-header h1 {
  text-transform: uppercase;
}
section.contact .contact-header p {
  text-align: center;
}
section.contact .contact-content {
  display: flex;
  flex-direction: row;
  gap: 70px;
  align-items: center;
}
@media (max-width: 1000px) {
  section.contact .contact-content {
    flex-direction: column;
  }
}
section.contact .contact-content .info {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.contact .contact-content .info .fields {
  display: flex;
  flex-direction: row;
  gap: 48px;
}
@media (max-width: 600px) {
  section.contact .contact-content .info .fields {
    flex-direction: column;
  }
}
section.contact .contact-content .info .fields div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.contact .contact-content .info .fields div h6 {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: normal;
  height: 20px;
  margin: 0;
  text-transform: uppercase;
}
section.contact .contact-content .info .fields div h6 img {
  max-width: 20px;
  max-height: 20px;
}
section.contact .contact-content form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1 0 0;
}
section.contact .contact-content form div.group {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 600px) {
  section.contact .contact-content form div.group {
    flex-direction: column;
  }
}
section.contact .contact-content form input, section.contact .contact-content form textarea {
  padding: 24px 0px;
  border: none;
  border-bottom: 1px solid #C8C8C8;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: rgb(7, 9, 22);
  outline: none;
  width: 100%;
  min-width: 0;
  resize: none;
}
section.contact .contact-content form input:not(:placeholder-shown), section.contact .contact-content form textarea:not(:placeholder-shown) {
  border-bottom: 2px solid rgb(76, 89, 246);
}
section.contact .contact-content form input::placeholder, section.contact .contact-content form textarea::placeholder {
  color: rgb(200, 200, 200);
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
}
section.contact .contact-content form input:focus, section.contact .contact-content form textarea:focus {
  border-bottom: 2px solid rgb(76, 89, 246);
}
section.contact .contact-content form .buttons {
  display: flex;
  place-content: flex-end;
}
section.contact .contact-content form select {
  padding: 24px 0px;
  border: none;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: rgb(7, 9, 22);
  outline: none;
  width: 100%;
  min-width: 0;
  resize: none;
  border-bottom: 2px solid rgb(76, 89, 246);
}
section.contact .contact-content form select[chosen=none] {
  color: rgb(200, 200, 200);
  border-bottom: 1px solid #C8C8C8;
}
section.contact .contact-content form select:focus {
  border-bottom: 2px solid rgb(76, 89, 246);
}
section.contact .contact-content form select option:checked, section.contact .contact-content form select option[value=none] {
  display: none;
}
section.contact .contact-content form select option {
  color: rgb(7, 9, 22);
}
section.contact .contact-content form textarea {
  min-height: 200px;
}

/**
 * Article page
 */
section.article .center-header .details {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
section.article .center-header .details > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.article .banner {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 65vh;
}
section.article .container {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
section.article .hr {
  width: 100%;
  height: 1px;
  background-color: #BCBCBC;
}
section.article .article-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 70px;
}
section.article .article-content blockquote, section.article .article-content img {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
}
section.article .article-content img {
  border-radius: 20px;
  width: 100%;
}
section.article .article-content iframe {
  border-radius: 20px;
  margin: 20px auto;
}
section.article .article-content p {
  line-height: 1.5;
}
section.article .article-content h1, section.article .article-content h2, section.article .article-content h3, section.article .article-content h4, section.article .article-content h5, section.article .article-content h6 {
  line-height: 1.5;
  padding-top: 10px;
}

/**
 * Utils
 */
.layer-dark {
  position: relative;
}
.layer-dark:before, .layer-dark:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}
.layer-dark:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 15.55%, rgba(0, 0, 0, 0.7) 100%);
  height: 25%;
  top: 0;
}
.layer-dark:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15.55%, rgba(0, 0, 0, 0.7) 100%);
  height: 50%;
  bottom: 0;
}

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