/* reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

ul[class],
ol[class] {
  list-style: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

button {
  cursor: pointer;
  border: 1px solid transparent;
}

@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(../fonts/RobotoCondensed-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(../fonts/RobotoCondensed-Bold.ttf);
  font-weight: 700;
}
html.open,
html.open-popup {
  overflow: hidden;
}

.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.container-s {
  max-width: 1190px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #F5F5F5;
}

.btn {
  padding: 20px 40px;
  background: linear-gradient(180deg, #FACB00 0%, #FFDF54 93.22%);
  color: #101112;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: 0.3s linear;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  width: 100%;
  border: none;
  border-bottom: 4px solid #FFF;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
.btn:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s linear;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #101112 0%, #454545 95%);
  opacity: 0;
  z-index: -1;
}
.btn:hover {
  color: #fff;
}
.btn:hover:after {
  opacity: 1;
}

.secondary-btn {
  background: linear-gradient(180deg, #101112 0%, #454545 95%);
  color: #fff;
}
.secondary-btn:after {
  background: linear-gradient(180deg, #FACB00 0%, #FFDF54 93.22%);
}
.secondary-btn:hover {
  color: #101112;
}

.logo {
  display: block;
}
.logo img {
  max-width: 100%;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.p-m {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p-m {
    padding: 120px 0;
  }
}

.mb-m {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .mb-m {
    margin-bottom: 140px;
  }
}

.justify-title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .justify-title {
    flex-direction: row;
    align-items: end;
  }
}
.justify-title h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  text-transform: uppercase;
  max-width: 530px;
}
@media screen and (min-width: 767px) {
  .justify-title h2 {
    font-size: 45px;
  }
}
.justify-title a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}

.center-title {
  max-width: 700px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 767px) {
  .center-title {
    font-size: 45px;
  }
}

.contact {
  display: flex;
  gap: 25px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .contact {
    align-items: center;
    flex-direction: row;
  }
}
.contact a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  transition: 0.3s linear;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact a {
    font-size: 20px;
  }
}
@media screen and (max-width: 367px) {
  .contact a {
    word-break: break-all;
  }
}
.contact a span {
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  transition: 0.3s linear;
  color: #fff;
}
.contact a span:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 44px;
  height: auto;
  min-width: 44px;
  min-height: 42px;
  padding: 8px;
  background-color: #FACB00;
}
.contact a:hover span {
  background-color: #FACB00;
  color: #101112;
}
.contact a:hover span:nth-child(1) {
  background-color: #FFC977;
}

.socials {
  display: flex;
  align-items: stretch;
  width: -moz-fit-content;
  width: fit-content;
}
.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-right: 1px solid rgba(214, 214, 214, 0.1);
  border-left: 1px solid rgba(214, 214, 214, 0.1);
  background: rgba(245, 245, 245, 0.1);
  transition: 0.3s linear;
  max-width: 54px;
  width: 100%;
  max-height: 48px;
  height: auto;
}
.socials a:hover {
  background-color: #FACB00;
}
.socials a:hover svg path {
  fill: #fff;
}
.socials a:hover .socials-path {
  fill: #FACB00;
}
.socials a svg {
  max-width: 22px;
  max-height: 22px;
  width: 100%;
  height: 100%;
}
.socials a svg path {
  transition: 0.3s linear;
}

form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  form {
    gap: 20px;
  }
}
form input,
form fieldset {
  border: none;
  outline: none;
}
form fieldset {
  padding: 0;
}
form input:not([type=submit], [type=checkbox], [type=radio]),
form select {
  display: flex;
  padding: 25px 30px;
  align-items: center;
  gap: 10px;
  border-radius: 0;
  background: #fff;
  max-width: 100%;
  width: 100%;
  color: #FACB00;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
form input:not([type=submit], [type=checkbox], [type=radio])::-moz-placeholder, form select::-moz-placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  opacity: 0.5;
  color: #FACB00;
}
form input:not([type=submit], [type=checkbox], [type=radio])::placeholder,
form select::placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  opacity: 0.5;
  color: #FACB00;
}
form input:not([type=submit], [type=checkbox], [type=radio]):focus-visible,
form select:focus-visible {
  opacity: 1;
}
form button[type=submit] {
  padding: 20px 30px 20px 28px;
  background-color: #FACB00;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: 0.3s linear;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  border-left: 2px solid #FFF;
}
@media screen and (max-width: 767px) {
  form button[type=submit] {
    width: 100%;
  }
}
form button[type=submit]:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  transition: 0.3s linear;
  background: url("../images/arrow-orang.svg") center center/cover no-repeat;
}
form button[type=submit]:hover {
  background-color: #fff;
  color: #FACB00;
}
form button[type=submit]:hover:after {
  background-image: url("../images/arrow-white.svg");
}
form fieldset {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.14px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  form fieldset {
    flex-direction: row;
  }
}
form fieldset legend {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
form fieldset label {
  display: flex;
  gap: 10px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  cursor: pointer;
}
form fieldset input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  padding: 0;
  z-index: 1;
  margin: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
form fieldset input[type=radio]:after {
  content: "";
  transition: 0.3s linear;
  position: relative;
  padding: 0;
  cursor: pointer;
  width: 10px;
  height: 10px;
  position: relative;
  background-color: transparent;
  z-index: 0;
  width: 6.86px;
  height: 6.86px;
}
form fieldset input[type=radio]:checked:after {
  background-color: #FACB00;
}

.accord {
  display: flex;
  flex-direction: column;
}

.accord-item {
  max-width: 100%;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s linear;
}
.accord-item-top {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  transition: 0.3s linear;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 367px) {
  .accord-item-top {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    white-space: pre-wrap;
  }
}
.accord-item-bottom {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.3s linear;
  padding: 40px 0px 0px 0px;
  position: relative;
  z-index: 0;
  margin-top: -40px;
}
.accord-item-bottom p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .accord-item-bottom {
    padding: 40px 0px 0px 0px;
    margin-top: -40px;
  }
}

.icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  margin-left: auto;
}

.accord-item.active .accord-item-bottom {
  opacity: 1;
  max-height: 100%;
  overflow: visible;
  padding: 60px 0px 0px 0px;
  z-index: -1;
  position: relative;
  margin-top: -46px;
  z-index: 0;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .accord-item.active .accord-item-bottom {
    padding: 60px 0px 0px 0px;
    margin-top: -50px;
  }
}

.header {
  z-index: 50;
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header {
    position: relative;
  }
}
.header__top {
  background-color: #252525;
}
@media screen and (max-width: 1023.9px) {
  .header__top {
    display: none;
  }
}
.header__linkpoint {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
.header__menu .header__linkpoint {
  flex-direction: column-reverse;
  align-items: start;
  gap: 20px;
}
@media screen and (min-width: 1023.9px) {
  .header__menu .header__linkpoint {
    display: none;
  }
}
.header__menu .header__social a {
  background-color: #1F1F1F;
}
.header__menu .header__social a:hover {
  background-color: #FACB00;
}
.header__bottom {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  transition: 0.3s linear;
  padding: 10px 0;
  z-index: 500;
  animation-duration: 0.5s;
  animation-iteration-count: forwards;
  background-color: #161616;
}
@media screen and (min-width: 1024px) {
  .header__bottom {
    padding: 0px;
  }
}
.header__bottom.fixed-header-nav {
  top: 0;
  position: fixed;
  width: 100%;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes removeSmoothScroll {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.header__bottom .logo {
  max-width: 200px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin-bottom: -47px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .header__bottom .logo {
    max-width: 230px;
  }
}
.header__contact {
  flex-direction: row;
}
.header__contact__item {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #fff;
}
.header__contact__item:hover {
  color: #FACB00;
}
.header__contact a {
  transition: 0.3s linear;
}
.header__menu .header__contact {
  flex-direction: column;
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header__menu {
    justify-content: space-between;
    width: 84%;
  }
}
@media screen and (max-width: 1023.9px) {
  .header__menu {
    flex-direction: column;
    position: fixed;
    align-items: flex-start;
    left: -100%;
    top: 70px;
    width: 100%;
    height: calc(100% - 70px);
    overflow: hidden;
    overflow-y: auto;
    padding: 67px 20px 20px 20px;
    transition: 0.3s linear;
    background-color: #161616;
    gap: 30px;
  }
  .open .header__menu {
    left: 0;
  }
}
.header__menu nav {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header__menu nav {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.header__menu nav ul {
  display: flex;
  align-items: center;
  color: #F5F5F5;
  gap: 20px;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width: 1240px) {
  .header__menu nav ul {
    gap: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1239.9px) {
  .header__menu nav ul {
    gap: 30;
  }
}
@media screen and (max-width: 1023.9px) {
  .header__menu nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header__menu nav ul li {
  position: relative;
  transition: 0.3s linear;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.header__menu nav ul li a {
  position: relative;
  transition: 0.3s linear;
}
@media screen and (min-width: 1024px) {
  .header__menu nav ul li a:hover {
    color: #FACB00;
  }
}
@media screen and (max-width: 1023.9px) {
  .header__menu nav ul li {
    width: 100%;
  }
}
.header__menu .btn {
  padding: 22px 20px;
  max-width: 260px;
}

.burger {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FACB00;
  width: 54px;
  height: 54px;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}
.burger span {
  width: 23px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s linear;
}
.open .burger span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 5px) scale(1.2);
}
.open .burger span:nth-of-type(2) {
  opacity: 0;
}
.open .burger span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px) scale(1.2);
}
@media screen and (min-width: 1023.9px) {
  .burger {
    display: none;
  }
}

.hero {
  position: relative;
  background-color: #101112;
  z-index: 1;
}
.hero::before {
  content: "";
  max-height: 41%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: inherit;
  right: 0;
  bottom: 0;
  width: 100vw;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .hero::before {
    width: 41vw;
    height: 100%;
    top: 0;
    max-height: 100%;
  }
}
.hero__container {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 60px;
  color: #fff;
  flex-direction: column;
  padding-top: 45px;
}
@media screen and (min-width: 1024px) {
  .hero__container {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .hero__container {
    padding: 57px 0 73px 0;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .hero__content {
    width: 45%;
  }
}
.hero__content h1 {
  font-size: 35px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 62.4px */
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .hero__content h1 {
    font-size: 48px;
  }
}
.hero__content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.36px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .hero__content p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__content p {
    max-width: 88%;
  }
}
.hero .btn {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .hero .btn {
    max-width: 325px;
  }
}
.hero img {
  width: 100%;
  height: 100%;
  max-height: 521px;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .hero img {
    width: 51%;
  }
}

.tournament {
  background-color: #F5F5F5;
  background-image: url(../images/bg-img.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 70px 0;
  overflow-x: hidden;
}
@supports (-webkit-touch-callout: none) {
  .tournament {
    background-attachment: local;
  }
}
@media screen and (min-width: 768px) {
  .tournament {
    padding: 140px 0;
  }
}
.tournament__container {
  display: flex;
  flex-direction: column;
}
.tournament__container:not(:nth-last-of-type(1)) {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .tournament__container {
    flex-direction: row;
  }
}
.tournament__content {
  padding: 20px;
  background-color: #FACB00;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .tournament__content {
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .tournament__content {
    width: 50%;
  }
}
.tournament__content span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .tournament__content span {
    font-size: 20px;
  }
}
.tournament__content h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .tournament__content h2 {
    font-size: 45px;
  }
}
.tournament__content__date {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tournament__content__date svg {
  width: 24px;
  height: 24px;
}
.tournament__content__date .date {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0;
}
.tournament__content p {
  font-style: normal;
  line-height: 140%;
  margin-bottom: 20px;
}
.tournament__content p:has(+ .btn) {
  margin-bottom: 30px;
}
.tournament__content ul {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  border-top: 1px solid #101112;
  border-bottom: 1px solid #101112;
  margin-bottom: 30px;
}
.tournament__content ul li {
  padding-left: 25px;
  position: relative;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.tournament__content ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/arrow-list.svg") center center/cover no-repeat;
}
.tournament__info {
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .tournament__info {
    width: 50%;
  }
}
.tournament__info__img {
  max-width: 100%;
  width: 100%;
  max-height: 440px;
  position: relative;
}
.tournament__info__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
  height: 75px;
  background: url("../images/around.svg") center center/cover no-repeat;
}
.tournament__info__img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tournament__info__content {
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  font-family: "Roboto Condensed";
}
.tournament__info__content span {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .tournament__info__content span {
    font-size: 25px;
  }
}
.tournament__info__content .time {
  display: flex;
  gap: 21px;
  align-items: center;
}
.tournament__info__content .time div {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: rgba(16, 17, 18, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tournament__info__content .time span {
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  color: #101112;
}

.marquee {
  padding: 20px 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background: #FACB00;
}
.marquee__wrap {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 60px;
  transition: 0.3s linear;
  animation: marqueeLine var(--_animation-duration, 60s) var(--_animation-direction, normal) linear infinite;
}
.marquee span {
  color: #101112;
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.marquee span svg {
  margin: auto 0;
}

@keyframes marqueeLine {
  to {
    transform: translate(calc(-50% - 30px));
  }
}
.rules {
  padding: 80px 0;
  background-color: #FACB00;
  border-top: 6px solid #000;
  border-bottom: 6px solid #000;
}
.rules__container {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.rules__item {
  width: 100%;
  position: relative;
  aspect-ratio: 453/546;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .rules__item {
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .rules__item {
    width: calc(33.3333333333% - 3px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  .rules__item {
    width: calc(50% - 3px);
  }
}
.rules__item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.rules__item:after {
  content: "";
  width: 77px;
  height: 78px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/around-yellow.svg") center center/cover no-repeat;
  z-index: 1;
}
.rules__item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  z-index: 0;
}
.rules__item__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: auto;
  position: relative;
  z-index: 2;
}
.rules__item__content div, .rules__item__content h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .rules__item__content div, .rules__item__content h2 {
    font-size: 32px;
  }
}
.rules__item__content .btn {
  padding: 16px 32px;
}

.about__top {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .about__top {
    margin-bottom: 80px;
  }
}
.about__top p,
.about__top ul,
.about__top blockquote {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .about__top p,
  .about__top ul,
  .about__top blockquote {
    font-size: 32px;
  }
}
.about__top blockquote {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.about__top blockquote:before {
  content: url("../images/blockquote-before.svg");
  height: -moz-fit-content;
  height: fit-content;
}
.about__bottom {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .about__bottom {
    flex-direction: row;
  }
}
.about__img {
  width: 100%;
  height: auto;
  aspect-ratio: 510/585;
}
@media screen and (min-width: 1024px) {
  .about__img {
    width: 44%;
  }
}
.about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__content {
  display: flex;
  flex-direction: column;
  width: 2px solid #101112;
  background-color: #FACB00;
}
@media screen and (min-width: 1024px) {
  .about__content {
    width: 66%;
  }
}
.about__content h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .about__content h2 {
    font-size: 45px;
  }
}
.about__content p {
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.16px;
  margin-bottom: 30px;
}
.about__content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about__content ul li {
  position: relative;
  padding-left: 25px;
}
.about__content ul li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/arrow-list.svg) center center/cover no-repeat;
}
.about__content__info {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .about__content__info {
    padding: 80px 40px;
  }
}
.about__content__link {
  padding: 20px 30px;
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: auto;
  transition: 0.3s linear;
  border-right: 2px solid #101112;
  border-bottom: 2px solid #101112;
  border-left: 2px solid #101112;
  background: #fff;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: underline;
  align-items: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .about__content__link {
    padding: 40px 30px;
    font-size: 20px;
  }
}
.about__content__link:after {
  content: "";
  width: 16px;
  height: 12px;
  background: url("../images/arrow-about.svg") center center/cover no-repeat;
  transition: 0.3s linear;
}
.about__content__link:hover:after {
  transform: translateX(10px);
}

.gallery__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.gallery__wrap a {
  aspect-ratio: 1;
  width: 100%;
}
.gallery__wrap a img {
  width: 100%;
  height: 100%;
  aspect-ratio: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .gallery__wrap a {
    max-height: 282px;
    width: calc(22.1666666667% - 20px);
    aspect-ratio: 1;
  }
  .gallery__wrap a:nth-of-type(8n + 1), .gallery__wrap a:nth-child(8n+8) {
    width: 33.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  .gallery__wrap a {
    width: calc(50% - 20px);
  }
}
.gallery__promo {
  padding: 40px 20px;
  background-color: #FACB00;
  border: 2px solid #101112;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .gallery__promo {
    flex-direction: row;
    padding: 40px;
    justify-content: space-between;
    align-items: center;
  }
}
.gallery__promo p {
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .gallery__promo p {
    max-width: 637px;
    font-size: 30px;
  }
}
.gallery__promo__links {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gallery__promo__links {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.gallery__promo__links a:not([class]) {
  padding: 15px;
  background-color: #101112;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
.gallery__promo__links a:not([class]) svg {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 767.9px) {
  .gallery__promo__links .btn {
    padding: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .gallery__promo__links .btn {
    white-space: nowrap;
  }
}

.connect {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .connect {
    padding-top: 220px;
  }
}
.connect__frame iframe {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  .connect__frame iframe {
    aspect-ratio: 1;
  }
}
@media screen and (min-width: 768px) {
  .connect__frame {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 767.9px) {
  .connect__frame {
    aspect-ratio: 1;
  }
}
.connect__container {
  padding: 20px;
  background-color: #101112;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .connect__container {
    padding: 60px;
  }
}
@media screen and (min-width: 768px) {
  .connect__container {
    max-width: 525px;
  }
}
@media screen and (max-width: 767.9px) {
  .connect__container {
    width: 100vw;
    margin-left: -20px;
  }
}
.connect__container h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .connect__container h2 {
    font-size: 45px;
  }
}
.connect__contact {
  flex-direction: column;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 30px;
}
.connect__contact__item {
  width: 100%;
}
.connect__socials {
  gap: 12px;
}
.connect__socials a {
  background-color: #1F1F1F;
}

.faq {
  background-color: #F5F5F5;
  background-image: url(../images/bg-img.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 70px 0;
}
@supports (-webkit-touch-callout: none) {
  .faq {
    background-attachment: local;
  }
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 140px 0;
  }
}
.faq__container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .faq__container {
    flex-direction: row;
  }
}
.faq__title {
  background-color: #101112;
  color: #fff;
  width: 100%;
  max-width: 100%;
  padding: 40px;
}
.faq__title h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 767px) {
  .faq__title h2 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .faq__title {
    width: 36%;
  }
}
@media screen and (min-width: 1024px) {
  .faq__items {
    width: 64%;
  }
}
.faq__item {
  padding: 20px;
  background-color: #fff;
  border-top: 1px solid #101112;
  border-bottom: 1px solid #101112;
}
@media screen and (min-width: 768px) {
  .faq__item {
    padding: 40px 30px;
  }
}
.faq__item.active {
  background-color: #FACB00;
}
.faq__item:hover .faq__item__top {
  color: #101112;
}
.faq__item__top {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  text-transform: uppercase;
  color: rgba(16, 17, 18, 0.5);
  display: flex;
  gap: 15px;
  align-items: center;
  transition: 0.3s linear;
}
@media screen and (min-width: 768px) {
  .faq__item__top {
    font-size: 20px;
  }
}
.active .faq__item__top {
  color: #101112;
}
.faq__item__top span {
  background-color: #1B242A;
  display: block;
  width: 0.5px;
  height: 30px;
  margin: 0;
}
.faq__item__top span .active {
  color: #101112;
}
.faq__item__top__count {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .faq__item__top__count {
    font-size: 18px;
  }
}
.faq__item-bottom p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #101112;
}
@media screen and (min-width: 768px) {
  .faq__item-bottom p {
    font-size: 16px;
  }
}
.faq-icon-wrapper {
  background-color: #101112;
  min-width: 34px;
  min-height: 34px;
  max-width: 34px;
  max-height: 34px;
  position: relative;
  transition: 0.3s linear;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.active .faq-icon-wrapper svg {
  transform: rotate(180deg);
}
.faq-icon-wrapper svg {
  width: 10px;
  height: 10px;
  transition: 0.3s linear;
}

.footer {
  background-color: #101112;
  color: #fff;
}
.footer__top {
  display: flex;
  padding: 100px 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .footer__top {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .footer__logo__wrap {
    width: 22%;
  }
}
.footer__logo__wrap .btn {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.footer__logo__content {
  padding: 90px 20px 20px 20px;
  background-color: rgba(255, 255, 255, 0.05);
  margin-top: -70px;
  position: relative;
  z-index: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.32px;
}
.footer__logo__content strong {
  color: #FACB00;
}
.footer .logo {
  max-width: 305px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023.9px) {
  .footer .logo {
    margin: 0 auto;
  }
}
.footer__wrap {
  display: flex;
  gap: 30px;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .footer__wrap {
    width: -moz-fit-content;
    width: fit-content;
    gap: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__wrap {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1239.9px) {
  .footer__wrap {
    justify-content: space-between;
  }
}
.footer__wrap nav {
  color: rgba(255, 255, 255, 0.8);
}
.footer__wrap nav ul {
  display: flex;
  gap: 25px;
  flex-direction: column;
}
.footer__wrap nav ul li {
  display: flex;
  flex-direction: column;
  transition: 0.3s linear;
}
.footer__wrap nav ul li:hover {
  color: #fff;
}
.footer__block {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.footer__block__title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
}
.footer__contact {
  color: #fff;
  flex-direction: column;
  gap: 25px;
  flex-direction: column;
  align-items: baseline;
  display: flex;
  max-width: 412px;
}
.footer__contact__item {
  width: 100%;
}
.footer__contact span, .footer__contact a {
  color: inherit;
}
.footer__contact svg {
  min-width: 22px;
}
.footer__socials {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer__socials a {
  display: flex;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 0.2px;
  text-transform: uppercase;
  align-items: center;
  transition: 0.3s linear;
}
@media screen and (min-width: 768px) {
  .footer__socials a {
    font-size: 20px;
  }
}
.footer__socials a:hover {
  color: #FACB00;
}
.footer__socials a span {
  border-right: 1px solid rgba(214, 214, 214, 0.1);
  border-left: 1px solid rgba(214, 214, 214, 0.1);
  background: rgba(245, 245, 245, 0.1);
  min-width: 54px;
  width: 100%;
  aspect-ratio: 1;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
  color: #101112;
}
.footer__copy__wrap {
  background-color: #FFE887;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    flex-direction: row;
  }
}
.footer__copy p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
}
@media screen and (max-width: 767.9px) {
  .footer__copy p {
    text-align: center;
  }
}
.footer__copy .lumios {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .footer__copy .lumios {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.partners__wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .partners__wrap {
    flex-direction: row;
  }
}
.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.925px solid rgba(49, 49, 49, 0.2);
  background-color: #fff;
  width: 100%;
  aspect-ratio: 1;
  padding: 20px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1024px) {
  .partners__item {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  .partners__item {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .partners__item {
    padding: 40px;
  }
}
.partners__item img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 767px) {
  .partners__item img {
    max-width: 203px;
  }
}
.partners__promo {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .partners__promo {
    flex-direction: row;
  }
}
.partners__promo__img {
  width: 100%;
  aspect-ratio: 440/347;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .partners__promo__img {
    width: 38%;
  }
}
.partners__promo__content {
  background-color: #FACB00;
  border: 2px solid #101112;
  color: #101112;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .partners__promo__content {
    width: 62%;
  }
}
@media screen and (min-width: 768px) {
  .partners__promo__content {
    padding: 60px 40px;
  }
}
.partners__promo__content div {
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .partners__promo__content div {
    font-size: 30px;
    max-width: 501px;
  }
}
.partners__promo__content hr {
  width: 100%;
  height: 1px;
  color: #000;
  display: block;
  border-color: #000;
}
.partners__promo__content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.partners__promo__content ul li {
  position: relative;
  padding-left: 25px;
  font-weight: 800;
}
.partners__promo__content ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../images/arrow-list.svg") center center/cover no-repeat;
}

.error__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.error__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px 0;
}
.error__content h1 {
  font-size: 35px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 62.4px */
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width: 767px) {
  .error__content h1 {
    font-size: 48px;
  }
}/*# sourceMappingURL=style.css.map */