:root {
  --border-radius: 12px;
}

body {
  outline: none;
  background: #000;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1;
}

.outplayed {
  background: url("./../images/BGdesktop.webp") no-repeat 50% 50%;
  background-size: cover;
}

.outplayed * {
  box-sizing: border-box !important;
}

.download-buttons-mob {
  display: none;
}

h1.heading-first,
h2.heading-first {
  color: #fff;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 104%;
}

a {
  text-decoration: none;
}

.heading-second {
  margin: 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 115%;
}

.heading-third {
  margin: 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 105%;
}

.heading-fourth {
  margin: 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 132%;
}

.heading-text-main {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 132%;
}

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

a.download-app {
  display: inline-flex;
  justify-content: center;
  position: relative;
  align-items: center;
  white-space: nowrap;
  color: transparent;
  padding: 10px 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;

  border: 1px solid #BFBFBF;
  background: transparent;
  color: #DFDFDF;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0px;
  transition: .2s ease-in-out;
}

/* 
a.download-app span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: 'Download';
  color: #ddd;
  background-color: transparent;
  background-image: linear-gradient(90deg, #FE0154 0%, rgba(193, 63, 133, 0) 0%, rgba(152, 81, 177, 0) 0%, rgba(63, 236, 194, 0) 0%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  z-index: 0;
  border-radius: 12px;
  transition: .1s ease-in-out;
}

a.download-app::before {
  position: absolute;
  width: 102%;
  height: 100%;
  content: '';
  transition: .1s ease-in-out;
  background: linear-gradient(93deg, #FFF 0.42%, #F4F4F4 0.43%, #FFF 100%);
  z-index: 0;
  border-radius: 12px;
  opacity: 0;
}

a.download-app::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 12px;
  background: linear-gradient(90deg, #E72F5B 0%, rgba(193, 63, 133, 0.9) 31.77%, rgba(152, 81, 177, 0.9) 50.52%, rgba(74, 122, 244, 0.75) 89.03%);
  filter: blur(22.5px);
  z-index: -1;
  opacity: 0;
} */

a.download-app:hover {
  text-decoration: none;
  background: #F53B6A;
  color: #fff;
  border: 1px solid #F53B6A;
}

/* 
a.download-app:hover span {
  background-color: #FE0154;
  background-image: linear-gradient(90deg, #FE0154 -1.44%, rgba(193, 63, 133, 0.9) 30.8%, rgba(152, 81, 177, 0.9) 57.3%, #3FECC2 103.16%);
  z-index: 2;
} */

/* a.download-app:hover::before {
  opacity: 1;
}

a.download-app:hover::after {
  opacity: 1;
} */

a.download-app.desktop {
  padding: 8px 17px;
}

a.download-app.mob {
  display: none;
  padding: 8px 17px;
}

.features .btn-main.download.premium,
.btn-main.download.premium {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 19px auto 20px;
  border-radius: 12px;
  overflow: unset;
}

/* .features .btn-main.download.premium span,
.btn-main.download.premium span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: 'Download';
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  z-index: 0;
  border-radius: 12px;
  height: 100%;
  background-color: #FE0154;
  background-image: linear-gradient(90deg, #FE0154 -1.44%, rgba(193, 63, 133, 0.9) 30.8%, rgba(152, 81, 177, 0.9) 57.3%, #3FECC2 103.16%);
  z-index: 2;
} */

/* .features .btn-main.download.premium::before,
.btn-main.download.premium::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 10%;
  height: 10%;
  border-radius: 12px;
  border: 6px solid #FE0154;
  opacity: 0.7;
  background: #FE0154;
  background-image: linear-gradient(90deg, #FE0154 -1.44%, rgba(193, 63, 133, 0.9) 30.8%, rgba(152, 81, 177, 0.9) 57.3%, #3FECC2 103.16%);
  filter: blur(16px);
} */

.features .btn-main.download.premium a,
.btn-main.download.premium a {
  display: flex;
  justify-content: center;
  align-items: center;
  /* content: 'Download'; */
  /* color: #ddd; */
  /* background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent; */
  z-index: 0;
  border: 1px solid transparent;
  /* border-radius: 12px; */
  /* background-color: #FE0154; */
  /* background-image: linear-gradient(90deg, #FE0154 -1.44%, rgba(193, 63, 133, 0.9) 30.8%, rgba(152, 81, 177, 0.9) 57.3%, #3FECC2 103.16%); */
}

/* .features .btn-main.download.premium a::before,
.btn-main.download.premium a::before {
  opacity: 0;
} */

/* .features .btn-main.download.premium a::after,
.btn-main.download.premium a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(left, #fff, #fff);
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background: linear-gradient(90deg, #FE0154 -1.44%, rgba(193, 63, 133, 0.9) 30.8%, rgba(152, 81, 177, 0.9) 57.3%, #3FECC2 103.16%);
  z-index: -1;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  border-radius: 12px;
  border-radius: 12px;
  background: linear-gradient(93deg, #FFF 0.42%, #F4F4F4 0.43%, #FFF 100%);
} */

/* .features .btn-main.download.premium a:hover,
.btn-main.download.premium a:hover {
  background: #101010;
}

.features .btn-main.download.premium a:hover::before,
.btn-main.download.premium a:hover::before {
  opacity: 1;
} */

/* .features .btn-main.download.premium a:hover::after,
.btn-main.download.premium a:hover::after {
  background: #101010;
} */

.features .btn-main.download.premium a:hover span,
.btn-main.download.premium a:hover span {
  /* background-color: #fff; */
  /* background-image: linear-gradient(90deg, #fff -1.44%, white 30.8%, white 57.3%, #fff 100%); */
  z-index: 2;
}

/* .btn-main.download.premium {
  width: 188px;
} */

.btn-main.download.premium.mob {
  display: none;
  /* width: 240px; */
}

.download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* width: 198px; */
  height: 48px;
  margin: 36px auto 10px;
  padding: 10px 32px;
  white-space: nowrap;
  /* background: #FE0154; */
  /* background-image: linear-gradient(to right, #FE0154 0%, #C13F85 25%, #9851B1 50%, #3FECC2 90%); */
  cursor: pointer;
  color: #fff;
  text-align: center;
  /* font-family: 'Inter', sans-serif; */
  font-size: 16px;
  font-weight: 500;
  line-height: 0px;
  transition: all .2s ease-in-out;
  /* background-size: 1900% auto; */
  text-decoration: none;
  /* border-radius: 12px;
  border: 1px solid #CE3ABF; */

  white-space: nowrap;
  background: #E6004D;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  transition: all .3s ease-in-out;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% ;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

/* .download-btn::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 198px;
  height: 48px;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  content: '';
  background: linear-gradient(to right, #CE3ABF 0%, #4A7AF4 30%, #9851B1 70%, #E72F5B 100%);
  border-radius: 12px;
  z-index: -1;
  overflow: hidden;
} */

/* .download-btn::after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 200px;
  height: 47.903px;
  content: '';
  z-index: -1;
  display: flex;
  width: 200px;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #FE0154;
  filter: blur(16px);
} */

.download-btn:hover {
  color: #fff;
  background: #F53B6A;
}

.download-btn .mobile {
  display: none;
}

.features .btn-main {
  width: 100%;
  /* max-width: 188px; */
  overflow: unset;
}

.features .btn-main .btn-main a {
  display: flex;
  /* width: 188px; */
}

.support .btn-main {
  width: auto;
  max-width: max-content;
  /* max-width: 252px; */
  /* border-radius: 12px; */
  margin: 73px auto 60px;
  overflow: unset;
}

.btn-main {
  position: relative;
  width: auto;
  max-width: unset;
}

/* .btn-main::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 6px solid #FE0154;
  opacity: 0.7;
  background: #FE0154;
  background: linear-gradient(90deg, #FE0154 -1.44%, rgba(193, 63, 133, 0.9) 30.8%, rgba(152, 81, 177, 0.9) 57.3%, #3FECC2 103.16%);
  filter: blur(16px);
  content: '';
  z-index: -1;
} */

.btn-main a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 48px;
  color: #fff;
  text-align: center;
  /* font-family: 'Inter', sans-serif; */
  font-size: 16px;
  /* font-weight: 700; */
  line-height: 0px;
  cursor: pointer;
  /* background-image: linear-gradient(90deg, #FE0154 -1.44%, rgba(193, 63, 133, 0.9) 30.8%, rgba(152, 81, 177, 0.9) 57.3%, #3FECC2 103.16%); */
  padding: 5px 10px;
  /* border: 1px solid; */
  z-index: 0;
  /* border-radius: 12px; */

  white-space: nowrap;
  background: #E6004D;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  transition: all .3s ease-in-out;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% ;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

/* .btn-main a::before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: -webkit-calc(100% + 4px);
  width: calc(100% + 4px);
  height: -webkit-calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(90deg, #FE0154 -1.44%, rgba(193, 63, 133, 0.9) 30.8%, rgba(152, 81, 177, 0.9) 57.3%, #3FECC2 103.16%);
  z-index: -2;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  border-radius: 12px;
} */

/* .btn-main a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(left, #fff, #fff);
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background: #101010;
  z-index: -1;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  border-radius: 12px;
} */

.btn-main a:hover {
  color: #fff;
  background: #F53B6A;
  /* transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s; */
}

/* .btn-main a:hover::after {
  background: linear-gradient(90deg, #FE0154 -1.44%, rgba(193, 63, 133, 0.9) 30.8%, rgba(152, 81, 177, 0.9) 57.3%, #3FECC2 103.16%);
} */

.download-buttons {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.text-small {
  display: block;
  margin: 8px auto;
  text-align: center;
}

.large-section {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.text-small-mob {
  display: none;
}

/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 4;
}

/* Modal Content */

.modal-content {
  position: relative;
  margin: auto;
  padding: 33px 31px 34px;
  width: 100%;
  max-width: 520px;
  max-height: 335px;
  height: 100%;
  overflow: hidden;
  background: #000 url("./../images/popup-bg.png") no-repeat 50% 50%;
}

.modal-content .popup-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.modal-content .modal-logo {
  width: 139px;
  height: 36.405px;
  margin: 0 0 20px;
}

.modal-content .first-heading {
  max-width: 300px;
  margin: 0;
  text-align: left;
  font-size: 34px;
  font-family: 'Montserrat', sans-serif;
  color: #FFF;
  text-shadow: 0px 0px 10px #151136;
  font-weight: 700;
  line-height: 115%;
}

.modal-content .first-heading span {
  font-family: 'Montserrat', sans-serif;
}

.modal-content .first-heading.popup span {
  position: absolute;
  opacity: 0;
  z-index: -4;
}

.modal-content .modal-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.modal-content .modal-block-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 0px 0 20px;
}

.modal-content .popup-text {
  max-width: 235px;
  margin: 13px 0 10px;
  padding: 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.modal-content .popup-text a {
  color: #F05;
  text-decoration-line: underline;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.modal-content .popup-text-small {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  background: #000;
  height: 48px;
  padding-left: 28px;
  flex-shrink: 0;
  width: 100%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-top: 15px;
}

section {
  position: relative;
  max-width: 100%;
}

.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.outplayed.addition {
  display: flex;
  flex-direction: column;
}

.outplayed.addition h1,
.outplayed.addition h2,
.outplayed.addition h3,
.outplayed.addition h4,
.outplayed.addition p,
.outplayed.addition span {
  margin: 0;
  padding: 0;
}

.outplayed.addition .hero-section .first-layer {
  filter: blur(3px);
}

.outplayed.addition .hero-section .first-layer::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.54) 0.13%, rgba(0, 0, 0, 0.77) 43.77%, rgba(0, 0, 0, 0.9) 99.87%);
  filter: blur(3px);
}

.outplayed.addition .opening-section.bottom.capture .first-layer img {
  position: absolute;
  right: 137px;
  mix-blend-mode: normal;
  height: 89%;
  min-height: 88%;
  top: 10px;
}

.outplayed.addition .opening-section.bottom.capture .intro-text-container {
  padding: 61px 20px 276px;
}

.outplayed.addition .opening-section.bottom.premium .text-small {
  margin: 12px 0;
}

.outplayed.addition .opening-section.bottom.premium .heading-first {
  font-size: 52px;
  text-align: center;
  margin: 0 auto 33px;
  max-width: 900px;
}

.outplayed.addition .opening-section.bottom.premium .intro-text-container {
  margin-top: -385px;
  padding-top: 0;
  padding-bottom: 56px;
}

.outplayed.addition .opening-section.bottom.premium .intro-text-container-inner {
  align-items: center;
}

.outplayed.addition .opening-section.bottom.premium .bottom-character {
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}

.outplayed.addition .opening-section.bottom .intro-text-container-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1386px;
  margin: 78px auto;
}

.outplayed.addition .hero-section {
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.54) 0.13%, rgba(0, 0, 0, 0.77) 43.77%, rgba(0, 0, 0, 0.9) 99.87%), lightgray 50%/cover no-repeat;
}

.outplayed.addition .hero-section .section-container {
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
  padding: 206px 0 199px;
}

.outplayed.addition .hero-section .heading-first {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 40px #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 115%;
}

.outplayed.addition .heading-text-mid {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 40px #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
}

.outplayed.addition .features-additional-section .main-text-mid {
  width: 100%;
  max-width: 827px;
  margin: 32px auto 0;
  padding-top: 2px;
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 132%;
}

.outplayed.addition .main-text-mid {
  width: 100%;
  max-width: 827px;
  margin: 32px auto 0;
  padding-top: 2px;
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 132%;
}

.outplayed.addition .first-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
}

.outplayed.addition .hero-video-loop {
  width: 100%;
}

.outplayed.addition .hero-video-loop.desktop {
  display: flex;
}

.outplayed.addition .hero-video-loop.mob {
  display: none;
}

.outplayed.addition .features-additional-section {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.outplayed.addition .features-additional-section .heading-second {
  font-size: 66px;
}

.outplayed.addition .features-additional-section .section-container {
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
  border-radius: 105px;
}

.outplayed.addition .features-additional-section .hero-video-loop {
  display: flex;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.outplayed.addition .features-additional-section .main-text-mid {
  margin: 8px 0 8px;
  padding: 0;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 132%;
  text-align: left;
}

.outplayed.addition .features-additional-section .main-text-reg {
  max-width: 448px;
  margin: 0;
  padding: 0;
  color: #C4C4C4;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.outplayed.addition .features-block {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-evenly;
  margin: 0 auto;
  padding: 151px 0 60px;
  max-width: 1680px;
  border-radius: 105px;
  background-size: 100%;
  z-index: 1;
  border-radius: 105px;
  border: 0.75px solid rgba(255, 255, 255, 0);
  background: #4a4a4a;
  background: linear-gradient(-30deg, rgba(74, 74, 74, 0.25) 100%, rgba(74, 74, 74, 0) 100%);
}

.outplayed.addition .features-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  max-width: 597px;
  width: 100%;
  margin-bottom: 219px;
}

.outplayed.addition .features-item:first-of-type .features-item-img::before {
  display: flex;
  position: absolute;
  width: 73px;
  height: 74px;
  top: 44%;
  left: 41.5%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 100px 0px rgba(254, 1, 84, 0.4);
  content: '';
  border-radius: 12px;
}

.outplayed.addition .features-item:nth-of-type(2) .features-item-img::before {
  display: flex;
  position: absolute;
  width: 73px;
  height: 74px;
  top: 44%;
  left: 41.5%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 100px 0px rgba(74, 122, 244, 0.5);
  content: '';
  border-radius: 12px;
}

.outplayed.addition .features-item:nth-of-type(3) .features-item-img::before {
  display: flex;
  position: absolute;
  width: 73px;
  height: 74px;
  top: 44%;
  left: 41.5%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 100px 0px rgba(152, 81, 177, 0.4);
  content: '';
  border-radius: 12px;
}

.outplayed.addition .features-item:nth-of-type(4) .features-item-img::before {
  display: flex;
  position: absolute;
  width: 73px;
  height: 74px;
  top: 44%;
  left: 41.5%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 100px 0px rgba(72, 255, 211, 0.4);
  content: '';
  border-radius: 12px;
}

.outplayed.addition .features-item:nth-of-type(5) .features-item-img::before {
  display: flex;
  position: absolute;
  width: 73px;
  height: 74px;
  top: 44%;
  left: 41.5%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 100px 0px rgba(254, 1, 84, 0.4);
  content: '';
  border-radius: 12px;
}

.outplayed.addition .features-item:last-of-type .features-item-img::before {
  display: flex;
  position: absolute;
  width: 73px;
  height: 74px;
  top: 44%;
  left: 41.5%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 100px 0px rgba(74, 122, 244, 0.5);
  content: '';
  border-radius: 12px;
}

.outplayed.addition .features-item-img {
  display: flex;
  width: 119px;
  height: 74px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding-right: 19px;
  position: relative;
}

.outplayed.addition .features-item-img svg {
  min-width: 131px;
}

.outplayed.addition .features-item .heading-second {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 104%;
}

.outplayed.addition .heading-fourth {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  text-align: left;
}

.outplayed.addition .hero-section .gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../images/upper-gradient.webp") no-repeat 50% 0%;
  opacity: .4;
  min-width: 100vh;
  max-height: 100%;
  background-size: cover;
  z-index: 2;
}

.outplayed.addition .hero-section .gradient-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}

.outplayed.addition .hero-section.premium .scroll-down {
  margin: -4px auto 35px;
}

.outplayed.addition .opening-section.bottom.premium {
  padding: 0 19px;
}

.header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 50.66%, rgba(0, 0, 0, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 31px 62px;
  min-height: 112px;
}

.header-container a {
  height: unset;
  padding: 10px 17px 9px;
  position: relative;
  color: #DDD;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.header-logo {
  /* width: 137.21px; */
  height: 28px;
  padding: 0;
  width: 153.21px;
  height: 32px;
  z-index: 1;
}

.header-logo img {
  display: flex;
  max-width: 100%;
  height: 100%;
}

.header-logo.desktop {
  display: block;
}

.header-logo.mob {
  display: none;
}

.header .right-part-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
  margin-top: 4px;
}

.header .header-menu-item .multi-sub-menu {
  display: none;
}

.header .header-menu-item.visible .multi-sub-menu {
  display: flex;
}

.header-menu {
  /* mobile menu */
}

.header-menu-container {
  display: flex;
}

.header-menu-item {
  cursor: pointer;
}

.header-menu-item.mob {
  display: none;
}

.header-menu-link {
  padding: 10px 37px 9px;
  display: flex;
  align-items: center;
  text-align: center;
}

.header-menu-container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.header-menu-container>ul {
  position: absolute;
  left: 0;
  top: 70px;
  margin: 0;
  flex-direction: row;
  text-align: center;
  width: 128px;
  overflow: overlay;
  padding-bottom: 80px;
}

.header-menu-container>ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.header-menu-container>ul::-webkit-scrollbar-thumb {
  border-width: 0;
  background-clip: padding-box;
}

.header-menu-container>ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 24px;
}

.header-menu-container>ul>li {
  width: 100%;
  margin: 0;
}

.header-menu-container>ul>li>a {
  border-left: 7px solid transparent;
  padding-left: 13px;
  border-left: 0;
}

.header-menu-container>ul>li .multi-sub-menu {
  position: static;
  max-height: 0;
  margin: 0;
  padding: 0;
  opacity: 1;
  transition: max-height .25s;
  overflow: hidden;
  width: 100%;
  box-shadow: none;
  pointer-events: all;
  text-align: left;
  animation: none;
}

.header-menu-container>ul>li .multi-sub-menu::before {
  content: none;
}

.header-menu-container>ul>li .multi-sub-menu li+li {
  margin: 0;
}

.header-menu-container>ul>li .multi-sub-menu {
  flex-direction: column;
}

.header-menu-container>ul>li .multi-sub-menu>li {
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.header-menu-container>ul>li .multi-sub-menu>li>a {
  margin-bottom: 0;
  display: flex;
  letter-spacing: normal;
  text-transform: none;
  pointer-events: all;
  transition: .2s ease-in-out;
}

.header-menu-container>ul>li .multi-sub-menu>li>a:hover {
  text-decoration: none;
  color: #FFF;
}

.header-menu-container>ul>li .multi-sub-menu>li>ul {
  max-height: 0;
  transition: max-height .25s;
  overflow: hidden;
}

.header-menu-container>ul>li .multi-sub-menu>li.is-open ul {
  max-height: 300px;
}

.header-menu-container>ul>li.is-open.has-submenu>a {
  display: none;
}

.header-menu-container>ul>li.is-open>ul {
  max-height: 300px;
}

.header-menu-container>ul>li.is-open .multi-sub-menu {
  max-height: 820px;
}

.header-menu-container>li {
  position: relative;
  line-height: 23px;
  white-space: nowrap;
}

.header-menu-container>li:hover>ul {
  opacity: 1;
  transform: rotateX(0deg);
  pointer-events: all;
}

@keyframes quick-disappear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.header-menu-container>li>ul li {
  margin: 0;
  white-space: nowrap;
  min-width: 128px;
  height: 60px;
}

.header-menu-container>li>ul li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}

.header-menu-container>li .multi-sub-menu>.header-menu-link {
  padding: 0;
}

.header-menu-container>li .multi-sub-menu>li>a {
  display: flex;
  align-items: center;
  height: 60px;
  opacity: 0.75;
  padding-left: unset;
  padding-top: 10px;
  color: #DDD;
  text-align: center;
  background: transparent;
  cursor: pointer;
  transition: .2s ease-in-out;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.header-menu-container>li .multi-sub-menu>li>a:hover {
  color: #FFF;
}

.header-menu-container>li .multi-sub-menu>li>ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu-container>li .multi-sub-menu>li>ul>li>a {
  display: flex;
  align-items: center;
}

ul.header-socials-mob {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  flex-grow: 1;
  position: relative;
  top: unset;
  width: 100%;
  overflow: unset;
  padding-left: 0;
  padding: 37px 0 100px;
}

ul.header-socials-mob .footer-socials-item svg {
  min-width: 28px;
  height: 28px;
}

.hamburger-menu-button {
  z-index: 1;
  display: block;
  background: transparent;
  width: 33px;
  height: 33px;
  margin-top: 0px;
  margin-right: 17px;
  outline: none;
  border: none;
  cursor: pointer;
}

.hamburger-menu-button>div {
  position: relative;
  width: 33px;
  height: 33px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: .4s ease-in-out;
}

.hamburger-menu-button>div span {
  display: block;
  width: 33px;
  height: 2.91px;
  background: #fff;
  position: absolute;
  transition: .4s ease-in-out;
}

.hamburger-menu-button>div span:nth-child(1) {
  top: 0;
  left: 0;
}

.hamburger-menu-button>div span:nth-child(2) {
  top: 12px;
  left: 0;
}

.hamburger-menu-button>div span:nth-child(3) {
  top: 23px;
  left: 0;
}

.hamburger-menu-button.close>div {
  height: 18px;
  width: 19.94px;
  transform: rotate(-180deg);
}

.hamburger-menu-button.close>div span:nth-child(1) {
  transform: translate(-12px, 10px) rotate(45deg);
}

.hamburger-menu-button.close>div span:nth-child(2) {
  transform: scale(0, 1);
}

.hamburger-menu-button.close>div span:nth-child(3) {
  transform: translate(-12px, -12px) rotate(-45deg);
}

@keyframes OpacityLinkAppear {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes topBorderAppear {
  0% {
    width: 100%;
    opacity: 1;
  }

  50% {
    width: 100%;
    opacity: 1;
  }

  to {
    width: 100%;
    opacity: 1;
  }
}

.multi-sub-menu .header-menu-link.no-padding {
  display: none;
}

.opening-section {
  overflow: hidden;
  position: relative;
  overflow: hidden;
  height: 884px;
  padding: 0 20px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.opening-section .intro-text {
  max-width: 598px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.opening-section * {
  box-sizing: border-box;
}

.opening-section img,
.opening-section svg {
  max-width: unset;
}

.opening-section h1.heading-first,
.opening-section h2.heading-first {
  width: 100%;
  max-width: 800px;
  margin: 93px auto 37px;
}

.opening-section .icon {
  z-index: 1;
  height: auto;
  min-height: auto;
}

.opening-section .icon.left {
  left: 0;
  height: auto;
  min-height: auto;
}

.opening-section .icon.right {
  right: 0;
  height: auto;
  min-height: auto;
}

.opening-section .icon:first-of-type {
  position: absolute;
  top: 83px;
  transform: translateX(156px);
}

.opening-section .icon:nth-of-type(2) {
  position: absolute;
  top: 293px;
  transform: translateX(91px);
}

.opening-section .icon:nth-of-type(3) {
  position: absolute;
  top: 333px;
  transform: translateX(275px);
}

.opening-section .icon:nth-of-type(4) {
  position: absolute;
  top: 172px;
  margin-right: 255px;
}

.opening-section .icon:nth-of-type(5) {
  position: absolute;
  top: 37px;
  margin-right: 13px;
}

.opening-section .icon:nth-of-type(6) {
  position: absolute;
  top: 348px;
  margin-right: 142px;
}

.opening-section .first-layer {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  height: 100%;
}

.opening-section .first-layer img {
  mix-blend-mode: normal;
  height: 112%;
  min-height: 122%;
  position: absolute;
}

.opening-section .animated-timeline {
  display: block;
  position: absolute;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  bottom: 126px;
  left: 50%;
  transform: translateX(-50%);
}

.opening-section .gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../images/upper-gradient.webp") no-repeat 50% 0%;
  opacity: .4;
  min-width: 100vh;
  max-height: 100%;
  background-size: cover;
}

.opening-section .gradient-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.opening-section .intro-text-container {
  max-width: 1310px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 48px;
}

.opening-section .intro-text-container .opening-logo {
  display: flex;
  width: 137px;
  height: auto;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.opening-section .intro-text-container h1.title {
  max-width: 665px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 64px;
  line-height: 114%;
  color: #fff;
  margin: 43px auto 22px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
}

.opening-section .intro-text-container h1.title.mob {
  display: none;
}

.opening-section .intro-text-container h1.title span {
  color: #F16436;
  display: inline-flex;
  font-weight: 800;
  font-size: 64px;
  line-height: 114%;
  text-transform: capitalize;
}

.opening-section .intro-text-container p.txt {
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 130%;
  color: #e5e5e5;
  max-width: 500px;
  margin: 0 auto 54px;
  font-weight: 400;
  text-align: center;
}

.opening-section .intro-text-container p.txt.mob {
  display: none;
}

.opening-section .intro-text-container p.txt.desktop {
  display: block;
}

.opening-section .intro-text-container p.txt span {
  font-weight: 900;
}

.opening-section .text-small {
  margin: 8px auto;
  color: #C4C4C4;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.opening-section .download-buttons {
  display: flex;
}

.opening-section .download-buttons div:not(:first-child) {
  position: relative;
  margin-left: 22px;
}

.scroll-down {
  display: none;
  position: relative;
}

.animated-timeline-bg {
  position: relative;
  max-width: 850px;
}

.animated-timeline-bg::after {
  display: block;
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 90%;
  border-radius: 12px;
  background: linear-gradient(140deg, rgba(70, 70, 70, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.animated-timeline-img {
  position: relative;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-7px);
  z-index: 1;
}

@keyframes a {
  0% {
    transform: scale(1);
  }

  to {
    transform: scale(0.8);
  }
}

.hero-video-loop {
  width: 100%;
}

.hero-video-loop.mob {
  display: none;
}

.hero-video-loop.desktop {
  display: block;
  max-width: unset;
  width: unset;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.video-container::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 12px;
  z-index: 1;
  background: linear-gradient(108deg, rgba(0, 0, 0, 0.4) 16.51%, rgba(0, 0, 0, 0) 100%), linear-gradient(111deg, rgba(0, 0, 0, 0.25) 27.33%, rgba(0, 0, 0, 0) 100%);
}

.nav-video-item {
  display: none;
}

.nav-video-item video {
  min-width: 100%;
}

.nav-video-item.active {
  display: block;
}

.hero-download-icon {
  display: flex;
  justify-content: center;
  margin: 141px auto 10px;
}

.hero-count-number {
  font-family: Lato, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #E5E5E5;
}

.hero-bottom {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-end;
  align-items: center;
}

.hero-bottom .btn-grey-popup {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 40px;
  width: 137px;
  margin: 14px auto;
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #E5E5E5;
  background: #4D4D4D;
  border-radius: 1px;
  z-index: -1;
  cursor: auto;
  position: absolute;
  top: 100%;
  transform: translateY(10px);
  opacity: 0;
  transition: .3s ease;
}

.hero-bottom .btn-grey-popup::before {
  content: '';
  display: flex;
  width: 12px;
  height: 12px;
  background: #4D4D4D;
  transform: rotate(137deg) translate(76%, 17px);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 11px;
}

.hero-bottom .hero-download-icon,
.hero-bottom .hero-count-number {
  cursor: pointer;
}

.hero-bottom .hero-download-icon:hover~.btn-grey-popup,
.hero-bottom .hero-count-number:hover~.btn-grey-popup {
  transition: .3s ease;
  transform: translateY(0px);
  opacity: 1;
}

.animated-timeline-img.active .ui-marker {
  fill: #FE0154;
  transition: .2s ease;
  animation: motion-marker 23s linear infinite;
}

.right-video-block {
  display: none;
}

.right-video-block.active {
  display: block;
}

.right-video-block.active .ui-marker {
  fill: #FE0154;
}

.right-video-block video {
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ui-marker {
  fill: #FE0154;
  z-index: 5;
}

.progress-bar {
  transition: .2s ease;
}

.progress-bar circle {
  opacity: 0.5;
  fill: rgba(89, 89, 89, 0);
  transition: .2s ease;
}

.progress-bar .ui-marker {
  fill: #FE0154;
  transition: .2s ease;
}

.progress-bar.active circle {
  opacity: 1;
  fill: rgba(89, 89, 89, 0.5);
  transition: .2s ease;
}

.progress-bar {
  transition: .2s ease;
}

.progress-bar circle {
  opacity: 0.5;
  fill: rgba(89, 89, 89, 0);
  transition: .2s ease;
}

.progress-bar .ui-marker {
  fill: transparent;
  transition: .2s ease;
}

.progress-bar.active circle {
  opacity: 1;
  fill: rgba(89, 89, 89, 0.5);
  transition: .2s ease;
}

.progress-bar.active .ui-marker {
  fill: #FE0154;
  transition: .2s ease;
}

.outplayed .opening-logo.mob {
  display: none;
}

.outplayed .nav-video-item video {
  min-width: unset;
  width: auto;
  max-width: 100%;
}

.outplayed .opening-section {
  position: relative;
}

.outplayed .opening-section .hero-video-loop.desktop {
  width: 954px;
}

.outplayed .opening-section .text-small {
  margin: 3px 0;
}

.outplayed .opening-section .intro-text-container {
  max-width: 1739px;
  padding: 61px 20px;
}

.outplayed .opening-section .intro-text-container .opening-logo {
  width: 119px;
  margin: 0;
}

.outplayed .opening-section .intro-text-container-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1386px;
  margin: 69px auto;
}

.outplayed .opening-section h1.heading-first,
.outplayed .opening-section h2.heading-first {
  width: 100%;
  max-width: 540px;
  margin: 93px 0 17px;
  text-align: left;
  text-transform: capitalize;
}

.outplayed .opening-section .intro-text {
  max-width: 431px;
  margin: 13px 0 0 5px;
  text-align: left;
}

.outplayed .opening-section .download-buttons {
  justify-content: flex-start;
  margin: 5px 0;
}

.outplayed .opening-section .first-layer {
  height: 100%;
}

.outplayed .opening-section .first-layer::before {
  z-index: 2;
}

.outplayed .opening-section .animated-timeline {
  position: absolute;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  bottom: 126px;
  right: 14.5%;
  transform: unset;
  overflow: hidden;
  left: unset;
}

.outplayed .opening-section .animated-timeline.mob {
  display: none;
}

.outplayed .opening-section .animated-timeline-img {
  z-index: 2;
}

.outplayed .opening-section .animated-timeline-bg {
  max-width: 965px;
}

.outplayed .opening-section .animated-timeline-bg::after {
  z-index: 1;
}

.outplayed .opening-section .animated-timeline.mob {
  display: none;
}

.outplayed img.video-icon {
  position: absolute;
  z-index: 2;
  top: -33px;
  right: 4.3%;
  height: 430px;
  min-height: 430px;
}

.outplayed svg.video-icon {
  position: absolute;
  z-index: 2;
}

.outplayed svg.video-icon:first-of-type {
  position: absolute;
  top: 30%;
  right: 4.5%;
}

.outplayed svg.video-icon:nth-of-type(2) {
  top: 163px;
  right: 13%;
}

.outplayed svg.video-icon:nth-of-type(3) {
  top: 442px;
  right: 8.7%;
}

.outplayed svg.video-icon:nth-of-type(4) {
  top: 102px;
  right: 23.7%;
}

.outplayed .video-container {
  overflow: hidden;
  position: absolute;
  top: 215px;
  right: 15.8%;
  left: unset;
  width: 100%;
  max-width: 865px;
  max-height: 540px;
  border-radius: 12px;
  z-index: 1;
}

.outplayed .bottom .download-btn {
  margin: 35px auto 10px;
}

.outplayed .glow-blue,
.outplayed .glow-red {
  position: absolute;
  z-index: 1;
}

.outplayed .glow-red {
  right: -3%;
}

@keyframes motion-marker {
  0% {
    transform: translateX(-985px);
  }

  100% {
    transform: translateX(144px);
  }
}

.progress-bar {
  transition: .2s ease;
}

.progress-bar circle {
  opacity: 0.5;
  fill: rgba(89, 89, 89, 0);
  transition: .2s ease;
}

.progress-bar .ui-marker {
  fill: transparent;
  transition: .2s ease;
}

.progress-bar.active circle {
  opacity: 1;
  fill: rgba(89, 89, 89, 0.5);
  transition: .2s ease;
}

.progress-bar.active .ui-marker {
  fill: #FE0154;
  transition: .2s ease;
}

.features {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: -1px;
  z-index: 1;
  overflow: hidden;
}

.features .first-heading-main {
  max-width: 100%;
  color: #fff;
}

.features .features-container .first-heading-main {
  color: #E6004D;
}

.features .heading-text-main {
  margin: 0;
  padding: 0;
}

.features .section-container.two-col {
  display: flex;
  flex-direction: column;
}

.features .heading-text-features {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 142%;
}

.features .heading-second {
  max-width: 605px;
  font-size: 48px;
  line-height: 115%;
}

.features .section-container {
  padding: 0 19px;
}

.features .section-container:first-of-type {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 37px 19px 0;
}

.features-container {
  width: 100%;
}

.features-block {
  width: 100%;
  margin: 0 auto;
}

.features-block-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1414px;
  margin: 0 auto;
}

.features-block-inner.col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.features-block-item {
  position: relative;
}

.features-block-text p {
  padding: 0;
  text-align: center;
  color: #C4C4C4;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.features-block:nth-of-type(even) .features-block-inner {
  max-width: 1447px;
}

.features-block:nth-of-type(even) .features-block-text {
  width: 100%;
  max-width: 460px;
}

.features-block:nth-of-type(even) .features-block-img {
  display: flex;
  max-width: 605px;
  position: relative;
  min-height: 600px;
  align-items: flex-start;
  justify-content: center;
}

.features-block:nth-of-type(odd) .features-block-text {
  width: 100%;
  max-width: 460px;
}

.features-block:nth-of-type(odd) .features-block-img {
  display: none;
  max-width: 605px;
  position: relative;
  align-items: flex-start;
  justify-content: center;
}

.features-block:first-of-type .features-block-inner {
  position: relative;
}

.features-block:first-of-type .mob-visible {
  max-width: 137vw;
  margin: 0 auto;
  margin: -6vh 0vw 0 -34vw;
}

.features-block:nth-of-type(2) .mob-visible {
  max-width: 133vw;
  margin: 0 auto;
  margin: 1vh 0vw 15px 0vw;
}

.features-block:nth-of-type(3) .mob-visible {
  max-width: 133vw;
  margin: 0 auto;
  margin: 1.5vh 0vw 15px -33vw;
}

.features-block:nth-of-type(4) .mob-visible {
  max-width: 140vw;
  margin: 0 auto;
  margin: 3.5vh 0vw 15px -6vw;
}

.features-block:nth-of-type(5) {
  position: relative;
  margin: 0 auto;
}

.features-block:nth-of-type(5) p {
  text-align: center;
}

.features-block:nth-of-type(5) .features-block-text {
  margin-top: -51px;
  padding: 0;
}

.features-block:nth-of-type(5) .features-block-text p {
  width: 100%;
  max-width: 100%;
  margin: 8px auto 21px;
}

.features-block:nth-of-type(5) .features-block-item {
  max-width: 540px;
  margin: 0 auto;
}

.features-block:nth-of-type(5) .features-block-img {
  display: flex;
}

.features-block:nth-of-type(5) .features-block-img img {
  position: relative;
  top: unset;
  right: inherit;
  left: unset;
  bottom: unset;
}

.features-block-img {
  display: flex;
  width: 100%;
}

.features .btn-main.download {
  position: relative;
  margin: 19px auto 20px;
  /* border-radius: 12px; */
  overflow: unset;

  @media only screen and (min-width: 1025px) {
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

/* .features .btn-main.download::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 10%;
  height: 10%;
  border-radius: 12px;
  border: 6px solid #FE0154;
  opacity: 0.7;
  background: #FE0154;
  background-image: linear-gradient(90deg, #FE0154 -1.44%, rgba(193, 63, 133, 0.9) 30.8%, rgba(152, 81, 177, 0.9) 57.3%, #3FECC2 103.16%);
  filter: blur(16px);
} */

.mob-visible {
  display: block;
  margin: 0 auto;
}

.page-second.review .features.features-additional .third-heading-main.features {
  padding: 26px 0 0px;
}

.page-second.edit .features.features-additional .third-heading-main.features {
  padding: 30px 0 56px;
}

.page-second.share .features.features-additional .section-container:first-of-type {
  max-width: 810px;
}

.page-second.share .features.features-additional .first-heading-main {
  max-width: unset;
}

.page-second.share .features.features-additional .third-heading-main.features {
  max-width: 100%;
  padding: 28px 0 65px;
}

.page-second.premium .features.features-additional .section-container:first-of-type {
  max-width: 785px;
}

.page-second.premium .features.features-additional .third-heading-main.features {
  max-width: 100%;
  padding: 28px 0 1px;
}

.animated-line {
  position: relative;
  opacity: 0.5;
}

.animated-line svg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.animated-line-container {
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: 82px;
  pointer-events: none;
  position: absolute;
}

.animated-line-container::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(90deg, #fff, transparent 30%, transparent 10%, #fff);
}

.animated-line-text {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 132% !important;
  transition: all 2s ease;
}

@keyframes bfelpP {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes jULOex {
  0% {
    transform: translateX(-201%);
  }

  100% {
    transform: translateX(-101%);
  }
}

.m-scroll {
  display: flex;
  position: relative;
  width: 100%;
  margin: 38px auto 0;
  padding: 0;
  overflow: hidden;
}

.m-scroll::before {
  display: block;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 101%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  content: '';
  background: linear-gradient(90deg, #000, transparent 30%, transparent 100%, rgba(0, 0, 0, 0.5));
  --mask-direction: to bottom;
}

.m-scroll::after {
  display: block;
  position: absolute;
  top: 0%;
  right: 0;
  width: 100%;
  height: 101%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  content: '';
  background: linear-gradient(90deg, #000, transparent 30%, transparent 100%, rgba(0, 0, 0, 0.5));
  --mask-direction: to bottom;
  transform: rotate(180deg);
}

.m-scroll-container {
  position: relative;
  height: 82px;
}

.m-scroll__title {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  white-space: nowrap;
  transition: all 1s ease;
}

.m-scroll__title .animated-line-text {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 132% !important;
  transition: all 2s ease;
}

.animated-line-container {
  display: flex;
  animation: scrollText 33s infinite linear;
}

@keyframes scrollText {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

.video-blog {
  position: relative;
  z-index: 1;
  min-height: 280px;
}

.video-blog .heading-second {
  max-width: unset;
  text-align: center;
}

.video-blog .text-additional {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  padding: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #fff;
}

.video-blog .section-container {
  padding: 134px 0 22px;
}

.video-blog .carousel-item {
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), lightgray 50%/contain no-repeat, #000;
}

.video-blog .carousel-item iframe,
.video-blog .carousel-item video {
  width: 100%;
  max-width: 100%;
}

.video-blog .carousel-small {
  width: 100%;
  max-width: 100%;
  padding: 56px 0 0;
}

.video-blog .carousel-small .owl-nav {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 100%;
}

.video-blog .carousel-small .owl-carousel .owl-nav button.owl-next {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 43.6%;
  right: 2.2%;
  transition: .2s ease-in-out;
}

.video-blog .carousel-small .owl-carousel .owl-nav button.owl-next:hover {
  opacity: .5;
}

.video-blog .carousel-small .owl-carousel .owl-nav button.owl-next::before {
  content: '';
  display: block;
  background: url("https://content.overwolf.com/go-landing-pages/Outplayed-website/images/right_Arrow_result.webp") no-repeat 50% 50%;
  width: 50px;
  height: 50px;
}

.video-blog .owl-carousel .owl-nav button.owl-prev {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 43.6%;
  left: 2.2%;
  transition: .2s ease-in-out;
  z-index: 10;
}

.video-blog .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: .5;
}

.video-blog .owl-carousel .owl-nav button.owl-prev::before {
  content: '';
  display: block;
  background: url("https://content.overwolf.com/go-landing-pages/Outplayed-website/images/left_Arrow_result.webp") no-repeat 50% 50%;
  width: 50px;
  height: 50px;
}

.carousel-small {
  display: flex;
  justify-content: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
}

.carousel-small .carousel-item {
  max-width: 512px;
}

.testimonials .content-wrapper {
  position: relative;
}

.testimonials .two-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  max-width: 1216px;
  margin: 5px auto 50px;
  padding: 71px 77px 50px;
  overflow: unset;
  background: linear-gradient(92deg, rgba(44, 46, 49, 0) 0%, #272829 100%);
  position: relative;
  border: 0.75px solid transparent;
  border-radius: 20px;
  background-clip: padding-box;
  /* just to show box-shadow still works fine */
}

.testimonials .two-col::after {
  opacity: 0.5;
  border-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='none'%3e%3cpath stroke='url(%23a)' stroke-width='2' d='M8 1h84a7 7 0 0 1 7 7v84a7 7 0 0 1-7 7H8a7 7 0 0 1-7-7V8a7 7 0 0 1 7-7Z'/%3e%3cdefs%3e%3clinearGradient id='a' x1='20.27' x2='120.715' y1='125' y2='113.589' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FF7AAC'/%3e%3cstop offset='.367' stop-color='%23FF7AAC'/%3e%3cstop offset='.682' stop-color='%232885FD'/%3e%3cstop offset='1' stop-color='%233DDABE'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") 8/8px stretch;
  position: absolute;
  top: -0.75px;
  bottom: -0.75px;
  left: -0.75px;
  right: -0.75px;
  background: linear-gradient(red, blue);
  content: '';
  z-index: -1;
  border-radius: 20px;
}

.testimonials-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 465px;
}

.testimonials-item:first-of-type {
  border-bottom: 1px solid grey;
}

.testimonials-item-top {
  display: flex;
  justify-content: stretch;
  width: 100%;
}

.testimonials-item-img {
  position: relative;
  width: 112px;
  height: 112px;
}

.testimonials-item-img::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #FE0154;
  opacity: 0.75;
  filter: blur(20px);
}

.testimonials-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonials-item-bottom {
  max-width: 464px;
}

.testimonials-item-bottom p {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.76);
}

.testimonials-content {
  margin: 32px 0 0 26px;
}

.testimonials-content h3 {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 27px !important;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.75);
}

.testimonials-content span {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.75);
}

.steps .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 71px auto 79px;
  padding: 0 20px;
}

.steps .content-wrapper-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1267px;
  margin: 89px auto;
}

.steps .heading-second {
  margin: 55px auto 28px;
}

.steps .first-text {
  max-width: 781px;
  margin: 0 auto;
  color: #ddd;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.steps .main-text {
  padding: 13px 0 0;
  color: #ddd;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.steps .fourth-heading {
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.steps-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.steps-item .gradient-line {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 490px;
}

.steps-item::before {
  content: '';
  position: absolute;
  top: 24px;
  transform: translateX(59%);
  height: 1px;
  width: 100%;
  max-width: 490px;
  min-width: 490px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, #FFF 50%, rgba(255, 255, 255, 0) 100%);
}

.steps-item:last-of-type::before {
  display: none;
  content: none;
}

.steps-img {
  display: block;
  position: relative;
  min-width: 50px;
  max-width: 50px;
  max-height: 50px;
  min-height: 50px;
}

.steps-img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.steps-text {
  display: block;
  width: 100%;
  max-width: 260px;
}

.steps-text a {
  cursor: pointer;
  color: #C4C4C4;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration-line: underline;
}

.support {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  z-index: 1;
}

.support .heading-second {
  margin: 0 auto;
  text-align: center;
}

.support .section-container {
  padding: 57px 19px 65px;
}

.support .section-container:last-of-type {
  margin-top: -19px;
}

.support .first-heading-main {
  max-width: 100%;
}

.support .text-additional {
  margin: 10px auto;
  padding: 0;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.support .text-mob {
  display: none;
}

.support .simple-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  padding: 15px;
  color: #fff;
  text-decoration: underline;
}

.support .simple-link:hover {
  text-decoration: none;
}

.carousel-large {
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.carousel-large .carousel-item {
  min-width: unset;
}

.carousel-large .owl-nav {
  position: absolute;
  top: 44%;
  width: 100%;
}

.carousel-large .owl-carousel .owl-nav button.owl-next {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 43.6%;
  right: 2.2%;
  transition: .2s ease-in-out;
  z-index: 2;
}

.carousel-large .owl-carousel .owl-nav button.owl-next:hover {
  opacity: .5;
}

.carousel-large .owl-carousel .owl-nav button.owl-next::before {
  content: '';
  display: block;
  background: url("https://content.overwolf.com/go-landing-pages/Outplayed-website/images/right_Arrow_result.webp") no-repeat 50% 50%;
  width: 50px;
  height: 50px;
}

.carousel-large .owl-carousel .owl-nav button.owl-prev {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 43.6%;
  left: 2.2%;
  transition: .2s ease-in-out;
  z-index: 2;
}

.carousel-large .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: .5;
}

.carousel-large .owl-carousel .owl-nav button.owl-prev::before {
  content: '';
  display: block;
  background: url("https://content.overwolf.com/go-landing-pages/Outplayed-website/images/left_Arrow_result.webp") no-repeat 50% 50%;
  width: 50px;
  height: 50px;
}

.carousel-small {
  display: flex;
  justify-content: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
}

.carousel-small .carousel-item {
  max-width: 512px;
}

.scroller {
  max-width: 100%;
  overflow: hidden;
}

.scroller .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto 55px;
  padding: 0 20px;
  overflow: hidden;
}

.scroller .content-wrapper-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1267px;
  margin: 89px auto;
}

.scroller .heading-second {
  color: #fff;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 115%;
}

.scroller .first-text {
  display: flex;
  justify-content: center;
  margin: 16px auto;
  color: #C4C4C4;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.scroller-block {
  position: relative;
  width: 100%;
}

.scroller-block::before {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 102%;
  pointer-events: none;
  background: linear-gradient(90deg, black, transparent 30%, transparent 10%, black);
  position: absolute;
  z-index: 1;
  content: '';
}

.scroller .scroller-item {
  display: flex;
  justify-content: flex-start;
  position: relative;
  height: 92px;
  width: 10000vw;
  margin-right: 8px;
  margin-bottom: 6px;
  animation-play-state: running;
  background-size: contain;
  background-repeat: repeat-x;
}

.scroller .scroller-item:first-of-type {
  background-image: url("https://content.overwolf.com/go-landing-pages/outplayed/20230717/thumbs/Row1container.webp");
  animation: scroll-right 2700s infinite linear;
}

.scroller .scroller-item:nth-of-type(2) {
  background-image: url("https://content.overwolf.com/go-landing-pages/outplayed/20230717/thumbs/Row2container.webp");
  animation-name: loop;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-duration: 2700s;
}

.scroller .scroller-item:nth-of-type(3) {
  background-image: url("https://content.overwolf.com/go-landing-pages/outplayed/20230717/thumbs/Row3container.webp");
  animation: scroll-right 2700s infinite linear;
}

.scroller .scroller-item:last-of-type {
  background-image: url("https://content.overwolf.com/go-landing-pages/outplayed/20230717/thumbs/Row4container.webp");
  animation-name: loop;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-duration: 2700s;
}

@keyframes scroll-right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-10000vw);
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(10000vw);
  }
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.opening-section.bottom {
  height: unset;
}

.opening-section.bottom .mob-character {
  max-width: 353px;
  margin: 93px auto 0;
  transform: translateX(17px);
}

.opening-section.bottom .first-layer img {
  position: relative;
  top: unset;
  right: unset;
  left: unset;
  bottom: unset;
}

.opening-section.bottom .intro-text-container {
  padding: 61px 20px 286px;
}

.opening-section.bottom h1.heading-first,
.opening-section.bottom h2.heading-first {
  max-width: 620px;
  margin: 8px 0 9px;
  padding: 0px;
  text-transform: none;
}

.outplayed.addition.games .hero-section .section-container {
  padding: 206px 0 76px;
}

.outplayed.addition.games .features-additional-section .section-container {
  margin: 0 auto 100px;
}

.search-game {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 65px auto 3px;
  padding: 0;
  width: 100%;
  max-width: 864px;
  border-radius: 8px;
  border: 1px solid #C4C4C4;
  opacity: 0.5;
  background-clip: padding-box;
}

.search-game::before {
  display: flex;
  width: 17px;
  height: 17px;
  margin: 0 0 0 18px;
  content: '';
  background: url("./../images/search-icon.png") no-repeat 50% 50%;
  background-size: contain;
}

.search-game::after {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  box-shadow: 0px 0px 50px 0px rgba(152, 81, 177, 0.5);
  z-index: -1;
  border-radius: 8px;
}

.search-game input {
  width: 100%;
  padding: 12px;
  outline: none;
  border: none;
  color: #C4C4C4;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  background: transparent;
  border-radius: 8px;
}

.games-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1678px;
  padding: 68px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  border-radius: 105px;
  background: #4a4a4a;
  background: linear-gradient(-30deg, rgba(74, 74, 74, 0.25) 100%, rgba(74, 74, 74, 0) 100%);
}

.games-container .btn-main.download {
  /* width: 100%;
  max-width: 255px; */
  overflow: unset;
  position: relative;
  margin: 80px auto 20px;
  border-radius: 12px;
  overflow: unset;
}

.games-container .btn-main.download button {
  display: flex;
  justify-content: center;
  align-items: center;
  content: 'Download';
  color: #ddd;
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  z-index: 0;
  /* border-radius: 12px; */
  /* background-color: #FE0154; */
  /* background-image: linear-gradient(90deg, #FE0154 -1.44%, rgba(193, 63, 133, 0.9) 30.8%, rgba(152, 81, 177, 0.9) 57.3%, #3FECC2 103.16%); */
}

/* .games-container .btn-main.download button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(left, #fff, #fff);
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background: #101010;
  z-index: -1;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  border-radius: 12px;
} */

/* .games-container .btn-main.download button::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(left, #fff, #fff);
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background: linear-gradient(90deg, #FE0154 -1.44%, rgba(193, 63, 133, 0.9) 30.8%, rgba(152, 81, 177, 0.9) 57.3%, #3FECC2 103.16%);
  z-index: -1;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  border-radius: 12px;
  border-radius: 12px;
  background: linear-gradient(93deg, #FFF 0.42%, #F4F4F4 0.43%, #FFF 100%);
} */

/* .games-container .btn-main.download button:hover {
  background: #101010;
} */

/* .games-container .btn-main.download button:hover::after {
  background: #101010;
}

.games-container .btn-main.download button:hover span {
  background-color: #fff;
  background-image: linear-gradient(90deg, #fff -1.44%, white 30.8%, white 57.3%, #fff 100%);
  z-index: 2;
} */

.games-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.games-item {
  display: flex;
  align-items: center;
  margin: 6px;
  padding: 12px;
  border-radius: 10px;
  border: 0.75px solid #FFF;
  background: #000;
}

.games-item .games-name {
  display: flex;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 132%;
  white-space: nowrap;
}

.footer {
  position: relative;
  z-index: 1;
  background: #000;
  padding: 0;
  z-index: 2;
  margin-top: -63px;
  max-width: 100%;
  overflow: hidden;
}

.footer::before {
  display: flex;
  justify-content: center;
  content: '';
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(254, 1, 84, 0) 4.2%, #FE0154 19.91%, rgba(193, 63, 133, 0.9) 36.05%, rgba(152, 81, 177, 0.9) 54.55%, rgba(72, 255, 211, 0.85) 80.24%, rgba(72, 255, 211, 0) 95.77%);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-container {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding-top: 56px;
}

.footer-container-inner {
  display: flex;
  justify-content: space-between;
  padding: 0 0 17px;
}

.footer-logo {
  min-width: 48px;
  width: 48px;
  height: 47px;
  margin-right: 25px;
}

.footer-left {
  display: flex;
}

.footer-left-block {
  margin-top: 0;
  padding-left: 0;
}

.footer-left-link {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #C4C4C4;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.footer-left-link:hover {
  color: #fff;
}

.footer-left-link:hover svg {
  fill: #fff;
}

.footer-text {
  margin: 0 auto;
  text-align: left;
  color: #C4C4C4;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.footer-text-item {
  margin: 24px 0 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  color: #6D6D6D;
}

.footer-socials {
  margin-top: 0;
}

.footer-socials ul {
  padding: 0;
}

.footer-socials a {
  position: relative;
}

.footer-socials svg {
  min-width: 16px;
  width: 16px;
  margin-right: 13px;
  fill: #C4C4C4;
  transition: .2s ease-in-out;
}

.footer-socials-item {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #C4C4C4;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.footer-socials-item:hover {
  color: #fff;
}

.footer-socials-item:hover svg {
  fill: #fff;
}

@media only screen and (min-width: 520px) {
  .video-blog .carousel-item {
    max-width: 512px;
    width: auto;
    min-width: unset;
    min-height: 228px;
    margin: 0 auto;
  }

  .video-blog .carousel-item iframe,
  .video-blog .carousel-item video {
    min-height: 228px;
    max-height: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .video-blog .carousel-item {
    max-width: 512px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1025px) {
  .heading-third {
    font-size: 40px;
    line-height: 115%;
  }

  .heading-third.left {
    text-align: left;
  }

  .large-section {
    background-size: cover;
  }

  .header nav {
    margin-right: 33px;
  }

  .header .header-menu-item:hover .multi-sub-menu {
    display: flex;
    opacity: 1;
    transform: rotateX(0deg);
    pointer-events: all;
  }

  .header-menu-item {
    margin-left: 21px;
  }

  .header-menu-item:active,
  .header-menu-item:hover {
    text-decoration: underline;
    color: #FFF;
  }

  .header-menu-link:active,
  .header-menu-link:hover {
    text-decoration: underline;
  }

  .header-menu-container>ul>li .multi-sub-menu>li>a,
  .header-menu-container>ul>li .multi-sub-menu>li>ul>li>a {
    padding-left: 40px;
    height: 48px;
  }

  .header-menu-container>li>ul {
    position: absolute;
    left: -6px;
    top: 36px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    padding: 18px 0 20px;
    opacity: 0;
    pointer-events: none;
    transform-origin: center -90px;
    transform: perspective(50em) rotateX(-15deg);
    transition: transform 250ms ease 0s, opacity 250ms ease 0s;
    animation: quick-disappear .3s 1;
  }

  .header-menu-container>li>ul li {
    height: 38px;
  }

  .header-menu-container>li>ul li>a {
    padding-left: 22px;
  }

  .header-menu-container>li .multi-sub-menu {
    position: absolute;
    left: 9px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0 22px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 99.74%);
    left: -11px;
    padding: 3px 0 8px;
  }

  .header-menu-container>li .multi-sub-menu>li {
    padding-top: 0;
    width: 128px;
    min-height: 44px;
    height: 44px;
  }

  .header-menu-container>li .multi-sub-menu>li>a {
    height: 44px;
    padding-left: 22px;
    padding-top: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
  }

  ul.header-socials-mob {
    display: none;
  }

  .hamburger-menu-button {
    display: none;
  }

  .outplayed .opening-section .animated-timeline {
    display: block;
  }

  .features .features-container {
    margin-top: 108px;
  }

  .features .heading-text-main.left {
    padding-top: 4px;
    text-align: left;
  }

  .features .section-container.two-col {
    flex-direction: row;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 1435px;
    width: 100%;
    align-items: flex-start;
  }

  .features .section-container.two-col * {
    text-align: left;
  }

  .features .heading-text-features {
    max-width: 575px;
  }

  .features .section-container:first-of-type {
    padding: 61px 27px 0;
    margin: 0 auto;
  }

  .features-block {
    margin: 0 auto 116px;
  }

  .features-block-inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 19px;
  }

  .features-block-text p {
    width: 100%;
    max-width: 447px;
    padding: 0;
    text-align: left;
  }

  .features-block:nth-of-type(even) .features-block-text {
    min-width: 355px;
    padding: 150px 20px 163px;
  }

  .features-block:nth-of-type(even) .features-block-img {
    margin-left: -200px;
  }

  .features-block:nth-of-type(even) .features-block-img img {
    position: absolute;
    top: unset;
    left: -174px;
    max-height: 844px;
    bottom: 13px;
  }

  .features-block:nth-of-type(odd) .features-block-text {
    min-width: 355px;
    padding: 150px 0 163px;
  }

  .features-block:nth-of-type(odd) .features-block-img {
    display: flex;
    min-height: 600px;
  }

  .features-block:nth-of-type(odd) .features-block-img img {
    position: absolute;
    top: unset;
    right: -229px;
    max-height: 844px;
    bottom: -14px;
  }

  .features-block:first-of-type .features-block-inner {
    padding: 0px 19px 0px;
  }

  .features-block:nth-of-type(2) {
    margin: 0 auto 103px;
  }

  .features-block:nth-of-type(3) {
    margin: 0 auto 105px;
  }

  .features-block:nth-of-type(4) .features-block-img img {
    position: absolute;
    top: unset;
    left: -237px;
    max-height: 844px;
    bottom: 13px;
  }

  .features-block:nth-of-type(5) .features-block-text {
    margin-top: -273px;
    padding-top: 0;
    padding-bottom: 70px;
  }

  .features-block:nth-of-type(5) .features-block-text p {
    margin: 17px 0 29px;
  }

  .features-block:nth-of-type(5) .features-block-img img {
    margin-top: -40px;
    transform: translateX(1%);
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }

  .features-block-img {
    min-width: 700px;
  }

  .features .btn-main.download {
    margin: 29px 0 20px 0;
  }

  .btn-main a {
    padding: 10px 32px;
  }

  .mob-visible {
    display: none;
    margin: 28px auto 40px;
  }

  .page-second.premium .features-block-item:first-of-type {
    max-width: 464px;
    margin-right: 32px;
  }

  .video-blog .section-container {
    padding: 127px 0 22px;
  }

  .video-blog .carousel-small {
    padding: 64px 0 95px;
  }

  .testimonials-item:first-of-type {
    max-width: 50%;
    border-bottom: none;
    border-right: 1px solid grey;
  }

  .steps {
    display: none;
  }

  .support .section-container {
    padding: 131px 19px 55px;
  }

  .support .section-container:last-of-type {
    margin-top: unset;
    padding: 0 19px 110px;
  }

  .carousel-large {
    min-height: 280px;
  }

  .carousel-large .carousel-item {
    min-width: unset;
  }

  .carousel-large .owl-carousel .owl-nav button.owl-next {
    display: block;
    margin-top: 27px;
  }

  .carousel-large .owl-carousel .owl-nav button.owl-prev {
    display: block;
    margin-top: 27px;
  }

  .scroller {
    display: none;
  }

  .opening-section.bottom .mob-character {
    display: none;
  }

  .opening-section.bottom .first-layer img {
    position: absolute;
    right: 123px;
    mix-blend-mode: normal;
    height: 87%;
    min-height: 85%;
  }

  .footer {
    margin-top: 0;
    padding: 0 20px 40px;
    border-top: none;
    background: #030303;
  }

  .footer-container {
    max-width: 854px;
    padding-top: 41px;
  }

  .footer-container-inner {
    padding: 0 0 25px;
  }

  .footer-logo {
    margin-right: 48px;
  }

  .footer-left-block {
    margin-top: 19px;
    margin-right: 37px;
    padding-left: 40px;
  }

  .footer-text {
    margin: 43px auto 0;
  }

  .footer-text-item {
    margin: 22px 0 24px;
  }

  .footer-socials {
    margin-right: 95px;
    margin-top: 19px;
  }
}

@media only screen and (min-width: 1225px) {
  .features-block:nth-of-type(even) .features-block-text {
    padding: 150px 0 163px;
  }

  .features-block:nth-of-type(even) .features-block-img {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1325px) {
  .features-block-img {
    min-width: 853px;
  }
}

@media only screen and (min-width: 2200px) {
  .opening-section .first-layer img {
    min-height: 135%;
  }
}

@media only screen and (min-width: 2600px) {
  .opening-section .first-layer img {
    min-height: 180%;
  }
}

@media only screen and (min-width: 3000px) {
  .opening-section .first-layer img {
    min-height: 215%;
  }
}

@media only screen and (max-width: 1800px) {
  .opening-section .first-layer {
    max-height: unset;
    min-height: 100%;
  }
}

@media only screen and (max-width: 1560px) {
  .outplayed .opening-section .animated-timeline {
    right: 3%;
  }

  .outplayed .video-container {
    right: 1%;
  }
}

@media only screen and (max-width: 1220px) {
  .steps-item::before {
    max-width: 380px;
    min-width: 380px;
  }
}

@media only screen and (max-width: 1024px) {
  .download-buttons-mob {
    display: flex;
    justify-content: center;
  }

  h1.heading-first,
  h2.heading-first {
    font-size: 45px;
    font-weight: 700;
    line-height: 105%;
  }

  .heading-second {
    margin: 0 auto;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 105%;
  }

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

  a.download-app.desktop {
    display: none;
  }

  a.download-app.mob {
    display: flex;
  }

  .btn-main.download.premium.mob {
    display: flex;
  }

  .download-btn .desktop {
    display: none;
  }

  .download-buttons {
    display: none;
  }

  .text-small-mob {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 11px auto;
  }

  .outplayed.addition .features-item-text {
    margin: 0 auto;
  }

  .outplayed.addition .opening-section.bottom.capture .intro-text-container {
    padding: 0 20px 119px;
  }

  .outplayed.addition .opening-section.bottom.premium .heading-first {
    max-width: 300px;
    margin: 0 auto 10px;
    font-size: 30px;
  }

  .outplayed.addition .opening-section.bottom.premium .intro-text-container {
    margin-top: 0;
    margin: -152px auto 0;
  }

  .outplayed.addition .opening-section.bottom.premium .bottom-character {
    display: flex;
    justify-content: center;
    max-width: unset;
    width: 137%;
    margin: 21px 0 0 -15%;
  }

  .outplayed.addition .opening-section.bottom .intro-text-container-inner {
    margin: 18px auto;
  }

  .outplayed.addition .hero-section .section-container {
    padding: 107px 0 14px;
  }

  .outplayed.addition .hero-section .heading-first {
    font-size: 40px;
    line-height: 105%;
  }

  .outplayed.addition .heading-text-mid {
    margin-top: 6px;
    padding: 0 10px;
    font-size: 20px;
    line-height: 132%;
    font-weight: 500;
  }

  .outplayed.addition .features-additional-section .main-text-mid br {
    display: none;
  }

  .outplayed.addition .main-text-mid {
    margin: 9px auto 40px;
    padding: 0 25px;
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
  }

  .outplayed.addition .main-text-mid br {
    display: none;
  }

  .outplayed.addition .first-layer {
    top: unset;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    width: 102%;
    left: -1%;
  }

  .outplayed.addition .hero-video-loop.desktop {
    display: none;
  }

  .outplayed.addition .hero-video-loop.mob {
    display: flex;
    width: unset;
  }

  .outplayed.addition .features-additional-section .section-container {
    padding: 0;
  }

  .outplayed.addition .features-additional-section .main-text-mid {
    text-align: center;
  }

  .outplayed.addition .features-block {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0 0;
    border: none;
    border-radius: 40px;
    border-top: 1px solid var(--LP_Redesign2023-Text_Color, #DDD);
    background: linear-gradient(-30deg, rgba(74, 74, 74, 0.25) 100%, rgba(74, 74, 74, 0) 100%);
  }

  .outplayed.addition .features-item {
    flex-direction: column;
    justify-content: center;
    margin-bottom: unset;
    margin-top: unset;
    margin: 0 auto 90px;
    padding: 0 38px;
  }

  .outplayed.addition .features-item:first-of-type .features-item-img::before {
    left: 59px;
  }

  .outplayed.addition .features-item:nth-of-type(2) .features-item-img::before {
    left: 59px;
  }

  .outplayed.addition .features-item:nth-of-type(3) .features-item-img::before {
    left: 59px;
  }

  .outplayed.addition .features-item:nth-of-type(4) .features-item-img::before {
    left: 59px;
  }

  .outplayed.addition .features-item:nth-of-type(5) .features-item-img::before {
    left: 59px;
  }

  .outplayed.addition .features-item:last-of-type .features-item-img::before {
    left: 59px;
  }

  .outplayed.addition .features-item-img {
    margin: 0 auto;
    padding-right: 0;
  }

  .outplayed.addition .heading-fourth {
    margin-top: 25px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 115%;
  }

  .outplayed.addition .opening-section.bottom .mob-character {
    margin: 24px auto 0;
    transform: translateX(0px);
  }

  .features-additional-section.share .features-item.mob-none {
    display: none;
  }

  .header ul,
  .header ul li {
    list-style: none;
  }

  .header-container {
    padding: 19px 13px 12px;
  }

  .header-container a {
    display: inline-flex;
    flex-direction: column;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 115%;
  }

  .header-logo.desktop {
    display: none;
  }

  .header-logo.mob {
    display: block;
    padding: 0;
  }

  .header-logo.mob svg {
    display: flex;
    width: 107px;
    margin: 5px 0 0px 11px;
  }

  .header-menu {
    background: #030303;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    transform: translateY(-100%);
    transition: .4s ease-in-out;
  }

  .header-menu .multi-sub-menu {
    display: none;
  }

  .header-menu.is-open {
    transform: translateY(53px);
  }

  .header-menu.is-open .header-menu-link {
    position: relative;
  }

  .header-menu.is-open .header-menu-container {
    flex-direction: column;
    position: relative;
    margin-top: 0;
    padding-top: 38px;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding-top: 114px;
    flex-direction: column;
    text-align: center;
    width: 100%;
    overflow: overlay;
    height: 100vh;
    padding-bottom: 40px;
  }

  .header-menu.is-open .header-menu-link {
    animation: OpacityLinkAppear 1s linear forwards;
  }

  .header-menu.is-open .header-menu-item {
    padding-bottom: 41px;
  }

  .header-menu.is-open .header-menu-item:first-of-type {
    padding-bottom: 33px;
  }

  .header-menu-container {
    flex-direction: column;
    position: relative;
    margin: 20px 20px 2px 20px;
  }

  .header-menu-container::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    top: 0;
    left: 0;
    opacity: 0;
    background: transparent;
  }

  .header-menu-item::after {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 59px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(254, 1, 84, 0) 4.2%, #FE0154 19.91%, rgba(193, 63, 133, 0.9) 36.05%, rgba(152, 81, 177, 0.9) 54.55%, rgba(72, 255, 211, 0.85) 80.24%, rgba(72, 255, 211, 0) 95.77%);
  }

  .header-menu-item.mob {
    display: flex;
  }

  .header-menu-link {
    opacity: 0;
  }

  .header-menu-container>li .multi-sub-menu {
    flex-direction: column;
  }

  .opening-section {
    display: flex;
    flex-direction: column;
    height: unset;
    width: 100%;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .opening-section .intro-text {
    font-size: 16px;
  }

  .opening-section h1.heading-first,
  .opening-section h2.heading-first {
    margin: 40px auto 29px;
  }

  .opening-section .heading-fourth {
    max-width: 273px;
    margin: 0 auto;
  }

  .opening-section .icon {
    display: none;
  }

  .opening-section .first-layer {
    top: unset;
    bottom: 0;
    max-height: 100%;
  }

  .opening-section .first-layer::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 101%;
    content: '';
    background: linear-gradient(180deg, #000 10.03%, rgba(0, 0, 0, 0) 100%), linear-gradient(360deg, #000 9.73%, rgba(0, 0, 0, 0) 30.05%);
    background-blend-mode: multiply, multiply;
    z-index: 1;
  }

  .opening-section .first-layer {
    top: unset;
    bottom: 0;
  }

  .opening-section .animated-timeline {
    display: none;
  }

  .opening-section .intro-text-container {
    max-width: 320px;
    padding: 0;
  }

  .opening-section .intro-text-container .opening-logo {
    width: 106.91px;
  }

  .opening-section .intro-text-container h1.title.desktop {
    display: none;
  }

  .opening-section .intro-text-container h1.title.mob {
    display: inline;
  }

  .opening-section .intro-text-container h1.title span {
    font-size: 36px;
  }

  .opening-section .intro-text-container h1.title {
    font-size: 36px;
    line-height: 125%;
    margin: 44px auto 0px;
    max-width: 272px;
  }

  .opening-section .intro-text-container p.txt.mob {
    display: inline;
  }

  .opening-section .intro-text-container p.txt.desktop {
    display: none;
  }

  .opening-section .intro-text-container p.txt {
    font-size: 16px;
    line-height: 140%;
    margin: 30px auto 60px;
    max-width: 272px;
    max-width: 272px;
    text-align: center;
  }

  .opening-section .intro-text-content {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }

  .opening-section .download-btn {
    margin: 52px auto 10px;
  }

  .opening-section .download-buttons {
    display: none;
    flex-direction: column;
    align-items: center;
  }

  .opening-section .download-buttons div:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }

  .scroll-down {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin: 59px auto 35px;
  }

  .hero-video-loop.mob {
    display: block;
    max-width: unset;
    width: unset;
  }

  .hero-video-loop.desktop {
    display: none;
  }

  .hero-download-icon {
    display: none;
  }

  .hero-count-number {
    display: none;
  }

  .hero-bottom .btn-grey-popup {
    display: none;
  }

  .outplayed .opening-logo.mob {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: block;
    width: 91.64px;
    margin: 18px auto;
  }

  .outplayed .opening-section::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 101%;
    content: '';
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 19.18%), linear-gradient(139deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(164deg, rgba(0, 0, 0, 0.4) 37.7%, rgba(0, 0, 0, 0.2) 82.46%), no-repeat;
    background-blend-mode: multiply, normal, normal, normal;
    z-index: 1;
  }

  .outplayed .opening-section .text-small {
    margin: 3px auto;
  }

  .outplayed .opening-section .intro-text-container {
    padding: 0 17px;
  }

  .outplayed .opening-section .intro-text-container .intro-text-content {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    align-items: center;
  }

  .outplayed .opening-section .intro-text-container .opening-logo {
    display: none;
    width: 91.64px;
  }

  .outplayed .opening-section .intro-text-container-inner {
    margin: 0 auto;
  }

  .outplayed .opening-section h1.heading-first,
  .outplayed .opening-section h2.heading-first {
    width: 100%;
    max-width: 540px;
    margin: 100px 0 18px;
    text-align: center;
    text-transform: none;
  }

  .outplayed .opening-section .intro-text {
    text-align: center;
    margin: 16px auto 18px;
  }

  .outplayed .opening-section .download-buttons-mob {
    margin: 0 auto;
  }

  .outplayed .opening-section .animated-timeline.mob {
    display: none;
  }

  .outplayed .opening-section .animated-timeline.mob {
    display: block;
  }

  .outplayed svg.video-icon {
    display: none;
  }

  .outplayed .video-container {
    display: none;
  }

  .outplayed .download-btn {
    /* width: 190px; */
    height: 48px;
    margin: 28px auto 13px;
    padding: 10px 32px;
  }

  /* .outplayed .download-btn::before {
    width: 190px;
    height: 48px;
  } */

  .outplayed .bottom .download-btn {
    /* width: 240px; */
    margin: 11px auto 10px;
  }

  .features .mob-visible {
    max-width: unset;
    margin: 0 auto;
  }

  .features .features-container {
    padding: 0 0 54px;
  }

  .features .heading-text-main {
    padding: 7px 0 0;
  }

  .features .heading-text-features {
    padding: 26px 0 0;
    text-align: center;
    font-size: 20px;
    line-height: 132%;
  }

  .features .heading-second {
    font-size: 34px;
  }

  .features .heading-third {
    margin-top: -31px;
  }

  .features-block-text {
    padding: 0 19px;
    text-align: center;
  }

  .features-block-text p {
    margin: 8px 11px;
  }

  .features-block:nth-of-type(even) .features-block-img {
    display: none;
  }

  .features-block:nth-of-type(5) .features-block-text {
    margin-top: -73px;
    padding: 7px 19px;
  }

  .features-block:nth-of-type(5) .features-block-text p {
    max-width: 327px;
  }

  .features-block:nth-of-type(5) .features-block-img {
    max-width: 100%;
  }

  .features-block:nth-of-type(5) .features-block-img img {
    position: relative;
    top: unset;
    right: inherit;
    left: unset;
    bottom: unset;
    max-width: 115%;
    margin-top: 81px;
  }

  .animated-line svg {
    opacity: 0;
  }

  .animated-line-container::before {
    height: 1px;
  }

  .animated-line-container::after {
    height: 1px;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, #fff, transparent 30%, transparent 10%, #fff);
  }

  .animated-line-text {
    font-size: 18px !important;
  }

  .m-scroll {
    margin: 0 auto;
  }

  .m-scroll-container {
    height: 82px;
  }

  .animated-line-container {
    animation: scrollText 63s infinite linear;
  }

  .video-blog {
    display: none;
  }

  .video-blog .carousel-small .owl-nav {
    top: unset;
    bottom: 65%;
  }

  .testimonials .content-wrapper {
    padding: 0 25px;
  }

  .testimonials .two-col {
    margin: 60px auto 0;
    align-items: center;
    padding: 38px 26px 0;
  }

  .testimonials .two-col {
    flex-direction: column;
  }

  .testimonials-item:first-of-type .testimonials-item-bottom p {
    margin: 22px auto 44px;
  }

  .testimonials-item:last-of-type {
    padding: 43px 0;
  }

  .testimonials-item-top {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    text-align: center;
  }

  .testimonials-item-bottom p {
    text-align: center;
    font-size: 18px;
    line-height: 132%;
    color: rgba(255, 255, 255, 0.7);
  }

  .testimonials-content {
    margin: 21px auto 0;
  }

  .steps .content-wrapper {
    margin: 0 auto;
  }

  .steps .content-wrapper-inner {
    flex-direction: column;
    justify-content: flex-start;
    margin: 59px auto 0;
  }

  .steps .heading-second {
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 105%;
    margin: 68px auto 28px;
  }

  .steps .first-text {
    padding: 0 17px;
  }

  .steps .fourth-heading {
    margin: 16px auto 0;
  }

  .steps-item {
    margin-bottom: 82px;
  }

  .steps-item::before {
    display: none;
    content: none;
  }

  .support {
    display: none;
  }

  .support .heading-second {
    font-size: 30px;
  }

  .support .section-container:last-of-type {
    padding: 0 0px 60px;
    margin-left: 19px;
    margin-right: 19px;
    position: relative;
  }

  .support .section-container:last-of-type::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 1px;
    bottom: -23px;
    left: 0;
    margin: 0;
    background: #5B5B5B;
  }

  .support .text-mob {
    display: flex;
    justify-content: center;
    margin: 18px auto;
    color: #C4C4C4;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
  }

  .scroller .content-wrapper {
    margin: 54px auto 6px;
    padding: 0 15px;
  }

  .scroller .first-text {
    padding: 0 5px;
  }

  .scroller .scroller-item {
    height: 60.872px;
  }

  .opening-section.bottom::before {
    display: none;
  }

  .opening-section.bottom .first-layer {
    display: none;
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    bottom: unset;
  }

  .opening-section.bottom .intro-text-container {
    padding: 38px 0 136px;
  }

  .opening-section.bottom h1.heading-first,
  .opening-section.bottom h2.heading-first {
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 115%;
    max-width: 332px;
    margin: 6px auto 9px;
  }

  .opening-section.bottom .heading-first br:nth-of-type(2) {
    display: none;
  }

  .outplayed.addition.games .features-additional-section .section-container {
    margin: 0 auto;
  }

  .search-game {
    width: 80%;
  }

  .games-container {
    border-radius: 40px;
    border-top: 1px solid #DDD;
  }

  .games-item {
    margin: 4px;
    padding: 10px;
  }

  .games-item .games-name {
    margin: 4px;
    padding: 10px;
    font-size: 16px;
  }

  .footer-container {
    padding: 56px 40px 40px;
  }

  .footer-left-block {
    min-width: 123px;
  }

  .footer-left-link {
    margin-bottom: 28px;
  }

  .footer-text-item {
    margin: 26px 0 28px;
  }

  .footer-socials a {
    padding-left: 28px;
  }

  .footer-socials svg {
    position: absolute;
    left: 0;
  }

  .footer-socials-item {
    margin-bottom: 28px;
  }
}

@media (max-width: 1024px) {
  .header-menu-container>li>ul {
    position: relative;
    transform-origin: unset;
    transform: unset;
    padding-top: 9px;
    padding-left: 0;
  }

  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity .3s ease-out;
    background-attachment: #030303;
    animation: quick-hide-mobile-menu .2s 1;
  }

  @keyframes quick-hide-mobile-menu {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  .header-menu.is-open {
    opacity: 1;
  }

  .header-menu:not(.is-open) {
    pointer-events: none;
  }

  .header-menu li.has-submenu {
    cursor: pointer;
  }

  .header-menu li.has-submenu.is-open>a:after {
    transform: rotate(-135deg);
  }
}

@media only screen and (max-width: 830px) {
  .footer-left-block {
    min-width: 93px;
  }
}

@media only screen and (max-width: 600px) {
  .outplayed.addition .hero-section.premium .main-text-mid {
    padding: 0 36px;
  }

  .opening-section h1.heading-first,
  .opening-section h2.heading-first {
    max-width: 320px;
  }
}

@media only screen and (max-width: 500px) {
  .search-game {
    width: 90%;
  }

  .footer-container {
    padding: 56px 24px 40px;
  }

  .footer-left {
    flex-grow: 1;
  }

  .footer-left-block {
    min-width: 33vw;
  }

  .footer-socials {
    min-width: 33vw;
  }
}

@media only screen and (max-width: 400px) {
  .outplayed.addition .hero-section.premium .heading-first {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 380px) {
  .outplayed.addition .features-item {
    padding: 0 19px;
  }
}

@media only screen and (max-width: 370px) {
  .footer-left-block {
    min-width: 28vw;
  }
}

@media only screen and (max-width: 360px) {
  .outplayed.addition .hero-section.premium .main-text-mid {
    padding: 0 19px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 520px) {
  .video-blog .carousel-small .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }

  .video-blog .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1150px) {
  .testimonials-item:first-of-type {
    margin-right: 20px;
    padding-right: 10px;
  }
}