@font-face {
  font-family: Montserrat Variable;
  src: url('../fonts/Montserrat-Variable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #ed2025;
  --white: #0ff;
  --black: black;
  --black-2: #1a1a1a;
  --tr-gold: #ffb93f;
  --silver-white: #f6f6f6;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #4a4a4a;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

h1 {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
}

h2 {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

p {
  margin-bottom: 10px;
}

.page-wrapper {
  background-color: #201c19;
  background-image: url('../images/tr-challmode-background-desktop.jpg');
  background-position: 0 0;
  background-size: 0%;
}

.container {
  max-width: 1326px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.benner-section {
  background-image: url('../images/tr-challmode-background-desktop.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 120%;
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
  overflow: clip;
}

.benner-tiom-img-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.benner-img {
  max-width: 800px;
}

.benner-main-content-wrapper {
  z-index: 1;
  text-align: center;
  max-width: 973px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-title.white {
  color: var(--white);
}

.section-title.white.benner-title {
  color: var(--tr-gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.section-details.opacity {
  color: #ffffffb3;
}

.section-details.opacity.benner-details {
  color: #ffffffd6;
  -webkit-text-stroke-color: #58461e;
  max-width: 855px;
  margin: 20px auto 40px;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.section-details.opacity.benner-details.legal {
  max-width: none;
  margin-top: 20px;
  font-size: 8px;
  line-height: 16px;
}

.link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.text {
  color: #191e26b3;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.o:hover {
  transform: scale(1.1);
}

.o.m:hover {
  transform: none;
}

.image-35 {
  opacity: 1;
}

.image-35:hover {
  transform: scale(1.1);
}

.image-35.as:hover {
  transform: none;
}

.footer-logo-company-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 0;
  display: flex;
}

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.typer {
  font-size: 16px;
}

.body {
  background-color: #201c19;
}

.div-block {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.youtube {
  border: 2px solid #6b5524;
  margin-bottom: 40px;
}

.image-573 {
  margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  .section.benner-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .benner-main-content-wrapper {
    margin-top: 0;
  }

  .div-block {
    padding-bottom: 20px;
  }

  .youtube {
    border-color: #6b5524;
  }
}

@media screen and (min-width: 1440px) {

  .youtube {
    border-color: #6b5524;
  }
}

@media screen and (min-width: 1920px) {
  .section.benner-section {
    background-color: #201c19;
    background-size: 100%;
  }

  .body {
    background-color: #04091f;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.benner-section {
    background-size: 250%;
    padding: 40px 0 20px;
  }

  .benner-img {
    padding-bottom: 20px;
  }

  .benner-main-content-wrapper {
    margin-top: 0;
  }

  .section-title.white.benner-title {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 50px;
    line-height: 60px;
  }

  .section-details.opacity.benner-details {
    margin-bottom: 25px;
  }

  .link {
    font-size: 17px;
    font-weight: 500;
  }

  .footer-logo-company-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .section.benner-section {
    background-size: 200%;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .benner-main-content-wrapper {
    margin-top: 0;
  }

  .section-title.white.benner-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .section-details.opacity.benner-details {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .link {
    font-size: 16px;
  }

  .footer-logo-company-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    margin-top: 30px;
  }

  .div-block {
    padding-bottom: 20px;
  }

  .youtube {
    border: 2px solid #000;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
  }

  h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.benner-section {
    background-image: url('../images/tr-challmode-background-desktop.jpg');
    background-position: 0 0;
    background-size: 400%;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .benner-img {
    max-width: 70%;
    padding-bottom: 20px;
  }

  .benner-main-content-wrapper {
    margin-top: 0;
  }

  .section-title.white.benner-title {
    letter-spacing: 1px;
    object-fit: fill;
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 33px;
    display: block;
  }

  .section-details.opacity.benner-details {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .section-details.opacity.benner-details.legal {
    font-size: 7px;
    line-height: 12px;
  }

  .title {
    font-size: 20px;
    line-height: 28px;
  }

  .o {
    max-width: 85%;
  }

  .image-35 {
    max-width: 70%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-logo-company-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template: ". . ."
                   ". . Area"
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: center;
    align-self: auto;
    place-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container-9 {
    margin-bottom: 20px;
  }

  .image-571, .image-572 {
    max-width: 60%;
  }

  .youtube {
    border: 2px solid #6b5524;
    border-radius: 0;
  }
}


@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Droid Sans';
  src: url('../fonts/DroidSans.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Variable';
  src: url('../fonts/Montserrat-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}