.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

* {
  box-sizing: border-box;
}
body {
  background: #0A0A0A;
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: normal;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
  color: #3bbee9;
  transition: all 0.3s linear;
}
a .material-icons.east {
  padding-left: 5px;
  transition: all 0.3s linear;
}
a:hover {
  color: white;
}
a:hover .material-icons.east {
  padding-left: 10px;
}
.link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.btn-primary {
  background-color: #f2c321;
  color: #121212;
  font-weight: 500;
  padding: 10px 15px;
  border: none;
  margin: 10px auto;
  display: inline-block;
  text-transform: uppercase;
}
.btn-primary:hover {
  color: #fff;
}
.btn-secondary {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 200;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 15px;
  display: inline-block;
}
.btn-secondary:hover {
  background-color: #373737;
}
.margin-0 {margin: 0 !important;}
.justify-content-center {justify-content: center !important;}
.justify-content-between {justify-content: space-between !important;}
.mb-0 {margin-bottom: 0;}
.mt-0 {margin-top: 0;}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.section-padding {padding: 120px 0;}

.section-padding-title {padding-bottom: 30px;}

.bck-black {background: #000;}

.columns-2 {
  display: flex;
}
.columns-2 > div {
  flex: 1;
}
.columns-2 > div:first-of-type {
  padding-right: 50px;
}
.columns-2 > div:last-of-type {
  padding-left: 50px;
}
/* HEADER */
#menuresp-ct {
  z-index: 500;
  position: relative;
  width: 100%;
}
#menuresp-ct a {
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}
#menuresp {
  position: relative;
  display: block;
  background: #111;
  color: #fff;
  width: 100%;
  text-align: center;
  height: 80px;
  font-size: 20px;
  line-height: 80px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
#menuresp ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  list-style-image: none;
  vertical-align: top;
}

#menuresp li:first-child{
    height: 80px;
    display: flex;
}

#menuresp li {
  float: left;
}
#menuresp li.sousmenu {
  position: relative;
  display: block;
}
#menuresp li.sousmenu > a i {
  position: absolute;
  top: 30px;
  right: 15%;
  margin-left: -10px;
  font-size: 20px;
  transition-property: transform;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transform-origin: center center;
}
#menuresp li.sousmenu a i.rotation {
  transform: rotate(180deg);
}
#menuresp li.sousmenu ul {
  background: #f6f6f6;
  z-index: 2;
  position: absolute;
  height: 0;
  left: 0;
  top: 80px;
  width: 250px;
  overflow: hidden;
}
#menuresp li.sousmenu:hover {
  cursor: default;
}
#menuresp li.sousmenu:hover ul {
  height: initial;
}
#menuresp li.sousmenu li {
  float: none;
  text-align: left;
  padding: 0;
  margin: 0;
  line-height: 60px;
}
#menuresp li.sousmenu li a {
  display: block;
  padding: 0 20px;
  margin: 0;
  color: #222;
  font-size: 17px;
}
#menuresp li.sousmenu li a:hover {
  background: 0 0;
  color: #f2c321;
}
#menuresp li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0 25px;
  display: flex;
  align-items: center;
}
#menuresp li a:hover,
.single-featured h2:hover {
  color: #f2c321;
}
#menuresp .logo {
  max-width: 140px;
  vertical-align: middle;
}
#menuresp li.social {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 15px;
}
#menuresp li.social a {
  padding: 0;
  display: flex;
}
.sousmenu .chevron{
  display: flex;
}



/* FEATURED */
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  max-height: 880px;
  min-height: 370px;
}
.swiper-wrapper .slider-video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-container {
  width: 100%;
  height: 50vh;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-container.home .swiper-slide::after {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  background: rgb(0 0 0 / 34%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiperContent .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent; /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: auto;
}
.swiperContent img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid {
  display: flex;
}
.grid-content {
  width: 100%;
  max-width: 1200px;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 auto;
  justify-content: center;
  padding-left: 20px; 
  padding-right: 20px;
}
.grid-text {
  flex: 1;
}
#lab_video_text_overlay .container > img {
  width: fit-content;
}

#lab_video_text_overlay h2 {
    font-size: 1.5em;
}
#lab_video_text_overlay {
  position: absolute;
  color: #fff;
  width: 100%;
  top: 18%;
}
#lab_video_text_overlay .container {
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  padding: 0 15px;
}
#lab_video_text_wrap {
    height: 250px;
  }
  #lab_video_text_overlay h2 {
    font-size: 1.2em;
    margin: .25em auto;
  }
  #lab_video_text_overlay p {
    font-size: 0.9em;
  }
/* Intro*/
.intro-section {
  width: 100%;
}
.intro-section p {
  color: #fff;
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-align: center;
  font-weight: 700;
  margin: 0;
}
.intro-section p strong{
  color: #f2c321;
}
/* Areas */
.areas-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.area-frame {
  padding: 150px 30px 30px;
  text-align: center;
  min-height: 420px;
  flex: 5;
  min-width: 240px;
  background: #000;
}
.area-frame h3{
  font-size: 22px;
  max-width: 170px;
  width: 100%;
  border: 2px solid #fff;
  padding: 6px;
  text-align: center;
  margin: auto;
}
.area-frame#gamesArea {
  background: url(../images/bck-games.jpg) center no-repeat;
  background-size: cover;
}
.area-frame#streamingArea {
  background: url(../images/bck-streaming.jpg) center no-repeat;
  background-size: cover;
}
.area-frame#videosArea {
  background: url(../images/bck-videos.jpg) center no-repeat;
  background-size: cover;
}
.area-frame#articlesArea {
  background: url(../images/bck-articles.jpg) center no-repeat;
  background-size: cover;
}
.area-frame#musicArea {
  background: url(../images/bck-music.jpg) center no-repeat;
  background-size: cover;
}
.table-frame {display: table;}
.table-cell {
  display: table-cell;
  padding: 60px 30px;
  background: #000;
  text-align: center;
  width: 20%;
}
.table-cell:nth-child(odd) {
  background: #0A0A0A;
}
.table-frame h3 {
  font-size: 20px;
  width: calc(100% - 60px);
  border: 2px solid #fff;
  padding: 6px;
  text-align: center;
  margin: auto;
}
/* Top Section */
.top-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 60px;
  gap: 20px;
}
.top-section .title-frame {
  padding: 50px 20px;
  background: url(../images/gray-cube.png) center no-repeat;
  background-size: contain;
  margin: 0 60px;
}

.title-frame {text-align: center; margin: auto;}

.title-frame.left {text-align: left;}

.title-frame.left h3::after {margin-left: 0;}
.title-frame h2 {
  color: #f2c321;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 auto 10px;
  line-height: 1.7rem;
}

.title-frame h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  position: relative;
  margin: 0;
  line-height: 2.2rem;

}

.title-frame h3::after {
  content: '';
  width: 80px;
  height: 4px;
  display: block;
  background: #f2c321;
  margin: 15px auto 0;
}
.content-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* CONTENT */

.content {
  text-align: left;
  font-size: 1.2rem;
  margin: 0 auto;
}

h2.title {
  color: #fff;
  font-weight: 700;
  position: relative;
}
h2.title::after {
  content: "";
  margin-left: 0;
  margin-right: auto;
  margin-top: 0.5rem;
  display: block;
  height: 4px;
  width: 80px;
  background-color: #f2c321;
}

.content.team {
    text-align: left;
}

.content.team .flex{
    position: relative;
}

.content.team .flex .picture {
    height: 100%;
    width: 100%;
}
.content.team .flex .picture::after {
    display: block;
    content: "";
    background: rgb(0 0 0 / 57%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.content.team .flex .picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
.content.team .flex .text {
  position: relative;
  width: 100%;
  padding: 30px 20px;
}
.block-wrap .list p {
  display: flex;
  align-items: center;
}

.block-wrap .list p::before {
  position: relative;
  content: "";
  width: 10px;
  height: 10px;
  background: #f2c321;
  border-radius: 1px;
  display: inline-block;
  margin-right: 10px;
}
.block-wrap .list.music p::before {
  width: 30px;
  height: 30px;
  background: url(../images/play-icon.png) center no-repeat;
  margin-right: 10px;
}

.content.games .padding, .content.data .padding{
  padding: 20px;
}

.content.data{
  background: #222222;
}

.content.data .item.flex{
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
}

.content.data .item.flex:last-of-type{
  border-bottom: none;
  padding-bottom: none;
}

.content.data .data-wrap{
  margin: 40px auto 0;
}

.content.data .item.flex .icon{
  margin-right: 16px;
}

.content.data .item.flex h5{
  margin: 0;
  font-size: 1.17em;
}

.content.data .text p{
  padding-left: 16px;
  font-style: italic;
  margin: 5px 0;
}

/* SINGLE */
.page-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background: #222222;
}
.page-title h1 {
  font-size: 3rem;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.single-featured {
  margin-right: 30px;
  margin-top: 0;
  text-align: left;
}
.single-featured h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 15px auto;
}
.single-featured .icons {
  margin: 8px;
  color: #555;
}
.single-featured .icons .material-icons,
span.ios,
span.windows {
  color: #555;
  padding: 0 5px;
}
.partners {
  background-color: white;
}
.partners-wrap {
  max-width: 1550px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 20px 15px;
  gap: 2rem;
  margin: 0 auto;
}
.partners-wrap .partner img {
  height: 30px;
  width: auto;
}
.linkedin {
  max-width: 23px;
}
.instagram {
  max-width: 26px;
}
.facebook {
  max-width: 22px;
}
.youtube {
  max-width: 26px;
}
.follow-us-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  padding: 20px 0 30px;
  background: #222;
}
.follow-us .follow-us-single:first-of-type{
    flex: 0 0 100%;
    text-align: center;
}
.follow-us-single h3 {
  color: #fff;
}
.follow-us-single a {
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.follow-us-single a:hover {
  background-color: #f2c321;
}
.form input,
.form textarea {
  border-radius: 0;
  font-weight: 200;
  border: none;
  color: #121212;
  padding: 12px;
  width: 100%;
  margin: 5px auto;
  max-width: 500px;
  outline-color: #f2c321;
}
.form textarea{
  resize: vertical;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
  font-family: Poppins, sans-serif;
  color: #999999;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  font-family: Poppins, sans-serif;
  color: #999999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  font-family: Poppins, sans-serif;
  color: #999999;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder{
  font-family: Poppins, sans-serif;
  color: #999999;
}
input::placeholder,textarea::placeholder{
  font-family: Poppins, sans-serif;
  color: #999999;
}
.form .btn-primary {
  display: block;
  width: 100%;
  max-width: 500px;
  font-size: 1.2rem;
  transition: all 0.3s linear;
  cursor: pointer;
  margin-top: 30px;
}
.form label {
  display: block;
  font-size: 1rem;
  margin-top: 15px;
  max-width: 500px;
}
.grid-form .grid-text {
  flex: 2;
}
.grid-form .grid-graphic {
  flex: 1;
}
.grid-form .grid-text h2 {margin: 40px 0 10px;}
.grid-form .grid-text p {margin-top: 10px;}
.press-wrap img {
  max-width: 550px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
.grid-graphic .form form{
  max-width: 500px;
  margin: auto;
}
footer {
  background-color: #373737;
  color: #fff;
  padding: 10px 15px;
  font-size: 13px;
}
.footer-wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.footer-wrap a {
  color: #fff;
}
.footer-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-column div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-wrap a:hover {
  color: #f2c321;
}
#missionSection {
  position: relative;
}
#missionSection .mission-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  text-align: center;
  margin: auto;
}
#missionSection::before {
  content: url(../images/woman-popcorn.png);
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  object-fit: contain;
}
#missionSection::after {
  content: url(../images/couple-popcorn.png);
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  object-fit: contain;
}
.terms.grid-content {margin: 60px auto;}
.terms-container {max-width: 800px; margin: auto; font-size: 1rem;}
.terms-container h2 {margin-top: 40px;}



/*Media Queries */
@media screen and (max-width: 991px) {
#lab_video_text_wrap {height: 300px;}
#menuresp-ct {overflow: hidden;}
#menuresp {background: #fff;overflow: hidden;text-align: left;}
#menuresp li:first-child {justify-content: center;}
#menuresp.menuheight {height: auto;}
#menuresp .menucross {position: absolute;top: 0;left: 0;width: 80px;height: 80px;transform: rotate(0);transition: 0.5s ease-in-out;cursor: pointer;}
#menuresp .menucross .menucross-ct {position: relative;width: 30px;height: 30px;margin: 25px 30px 25px 15px;}
#menuresp .menucross span {display: block;position: absolute;height: 3px;width: 100%;background: #fff;opacity: 1;left: 0;transform: rotate(0);transition: 0.25s ease-in-out;}
#menuresp .menucross span:nth-child(1) {top: 5px;transform-origin: left center;}
#menuresp .menucross span:nth-child(2) {top: 13px;transform-origin: left center;}
#menuresp .menucross span:nth-child(3) {top: 21px;transform-origin: left center;}
#menuresp .menucross.open span:nth-child(1) {transform: rotate(45deg);top: 3px;left: 4px;}
#menuresp .menucross.open span:nth-child(2) {width: 0%;opacity: 0;}
#menuresp .menucross.open span:nth-child(3) {transform: rotate(-45deg);top: 25px;left: 4px;}
#menuresp ul {width: 100%;}
#menuresp li .home div {display: block;}
#menuresp li .home span {position: relative;}
#menuresp li .home span:before {content: "";position: absolute;left: -22px;top: -5px;width: 14px;height: 40px;background-size: 100%;}
#menuresp li a.home {font-size: 24px;border: 0;text-align: center;}
#menuresp li:first-child {background: #222;}
#menuresp li:first-child a {color: #fff !important;}
#menuresp li:first-child a:hover {color: #fff !important;}
#menuresp li {float: none;border-bottom: 1px solid #f6f6f6;}
#menuresp li a {color: #000;}
#menuresp li a:hover {color: #222 !important;}
#menuresp li.sousmenu.sousmenuheight {height: initial;}
#menuresp li.sousmenu > a i {left: auto;top: 0;right: 0;margin-left: 0;bottom: auto;font-size: 24px;padding: 28px;}
#menuresp li.sousmenu ul {width: 100%;height: 0;position: absolute;}
.opened {width: 100%;height: initial !important;position: unset !important;}
#menuresp li.sousmenu ul li {text-align: left;background: 0 0;color: #000;border-bottom: 0;}
#menuresp li.sousmenu ul li:first-child a {background: #f6f6f6;background-size: 100% auto;color: #000 !important;}
#menuresp li.sousmenu ul li {border-top: 1px solid #fff;line-height: 60px;}
#menuresp li.sousmenu li a:hover {background: 0 0;}
#menuresp li.sousmenu ul li a {padding-left: 60px;}
#menuresp li a:hover {background: inherit;color: inherit;}
.featured-wrap.grid > a {margin: auto; max-width: 360px;}
.grid-form .grid-text {flex: 100%; text-align: center;}
.intro-section {padding: 60px 0;}
.intro-section p {font-size: 1.8rem;line-height: 2.4rem;}
.top-section, .content-wrap {flex-wrap: wrap;}
.swiper-container {height: calc(100vh - 80px);}
.columns-2 {display: block;}
.columns-2 > div {padding: 0 !important; text-align: center;}
.section-padding {padding: 60px 0;}
.grid-content {margin: 60px auto;}
.grid-content > .container {padding: 0;}
#missionSection::before, #missionSection::after {content: none;}
.title-frame.left, .content.team, .title-frame.left {text-align: center;}
.title-frame.left h3::after {margin-left: auto;}
.content.team .flex .text {padding: 60px 20px;}
.grid-form .grid-text h2:first-of-type {margin-top: 0;}
.title-frame h2 {font-size: 1.25rem;line-height: 1.4rem;}
.title-frame h3 {font-size: 1.8rem;}
.table-frame {display: block;}
.table-cell {display: block; width: 100%;}
.table-cell > * {max-width: 480px; margin-left: auto; margin-right: auto;}
.block-wrap .list.music p::before {display: none;}
.block-wrap .list p {display: block;}
}


@media (min-width: 992px) and (max-width: 1279px) {
.featured-wrap {display: flex;justify-content: left;flex-wrap: wrap;}
.featured-wrap a {flex-basis: 47%;}
.top-section .title-frame {padding: 20px 0; margin: 0;}
.top-section {flex-wrap: nowrap; gap: 10px; padding: 80px 30px;}
.content-wrap {flex-wrap: nowrap;}
.area-frame {min-width: 280px;}
}
@media (min-width: 1280px) {
#menuresp li a {padding: 0 60px;}
.featured-wrap a {flex-basis: 30%;}
.featured-wrap.grid a {flex-basis: 22%;}
.grid-content {margin: 120px auto;}
#lab_video_text_overlay h2 {font-size: 2em;}
.content.team .flex {display: flex;}
.content.team .flex .picture {flex: 0 0 50%;position: relative;height: inherit;}
.content.team .flex .picture::after{background: rgb(0 0 0 / 15%);}
.content.team .flex .text {text-align: left;padding: 120px 80px;flex: 0 0 50%;}
.content.games .padding, .content.data .padding{text-align: center;}
.content.team h2.title::after {margin-left: 0;}
h2.title::after {margin-left: auto;}
.content.data .data-wrap{display: flex;text-align: left;gap: 2rem;flex-wrap: wrap;justify-content: space-between;max-width: 1550px;}
.content.data .item.flex {flex: 1;}
.content.data .item.flex{border-bottom: none;border-right: 1px solid #444;}
.content.data .item.flex:last-of-type{border-right: none;}
.follow-us .follow-us-single:first-of-type {    flex: initial;    margin-right: 15px;}.follow-us-wrap {padding: 30px 0;}
}
.single-item {
  color: #fff;
}
.single-featured img {
  min-height: 270px;
  object-fit: cover;
}
}