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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  padding: 50px 15px;
}

.section._1dobra {
  color: #fff;
  background-image: linear-gradient(90deg, #000, #0000 30%), url('../images/9.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 91px;
  padding-bottom: 91px;
}

.section.bgblack {
  color: #fff;
  background-color: #0d0d0d;
  padding-bottom: 58px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section.bg-full {
  color: #fff;
  background-color: #0d0d0d;
  background-image: url('../images/bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 90px;
}

.container {
  max-width: 1100px;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #73087c;
  border: 1px solid #e2f;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 16px;
  padding: 5px 10px;
  display: flex;
}

.image {
  width: 31px;
}

.image.minor {
  width: 24px;
}

.text-block {
  font-size: 15px;
  font-weight: 400;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 3px;
  display: flex;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  background-color: #76f707;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  padding: 14px 10px;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link-block._1dobra {
  color: #000;
  background-color: #76f707;
  border-radius: 9px;
  max-width: none;
  font-size: 19px;
  font-weight: 700;
}

.column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 671.656px;
  margin-top: 42px;
  display: flex;
}

.text-block-2 {
  color: #bbb;
  text-align: center;
  max-width: 465px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 17px;
}

.marquee-horizontal-2 {
  z-index: 200;
  color: #fff;
  background-color: #73087c;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 52px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-horizontal-2.invert {
  z-index: 3;
  color: #000;
  background-color: #fbc646;
}

.marquee-horizontal-2.black {
  z-index: 2;
  filter: blur(1px);
  color: #484848;
  background-color: #222;
  transform: rotate(-4deg);
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 8px;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.text-block-11 {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: 3px #fff;
  margin-right: 6px;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 24px;
}

.text-block-11._1 {
  font-size: 36px;
}

.image-4 {
  width: 16px;
}

.container-2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 67px;
  display: flex;
}

.grid {
  grid-column-gap: 26px;
  grid-row-gap: 96px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 77%;
  margin-top: 84px;
}

.div-block-11 {
  background-image: linear-gradient(90deg, #0000 41%, #50505024);
  border: 1px solid #585858;
  border-left-color: #3f3f3f;
  border-radius: 9px 9px 9px 0;
  padding: 22px 8px 55px;
}

.div-block-12 {
  text-align: left;
  margin-top: 13px;
  padding: 7px 43px;
}

.heading {
  color: #fbc646;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 23px;
}

.text-block-12 {
  font-size: 18px;
}

.image-5 {
  width: 100%;
  margin-top: -70px;
}

.container-3 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 28px;
  display: flex;
}

.div-block-13.first {
  border-bottom: 2px solid #590061;
  border-right: 2px solid #590061;
}

.div-block-13.last {
  border-top: 2px solid #590061;
  border-left: 2px solid #590061;
}

.image-6 {
  width: 69px;
}

.text-block-13 {
  font-size: 17px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(135deg, #c300d3, #73087c 58%);
  border-radius: 30px;
  max-width: 800px;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 29px;
}

.text-block-14 {
  max-width: 628px;
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
}

.container-4 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-top: 90px;
  display: flex;
}

.list {
  width: 82%;
  margin-top: 48px;
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(90deg, #0d0d0d87, #22222287);
  border: 1px solid #383838;
  border-radius: 13px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding: 38px;
  display: flex;
}

.text-block-15 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-16 {
  font-size: 18px;
  font-weight: 300;
}

.footer {
  color: #b9b9b9;
  background-image: url('../images/bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 11px solid #fbc646;
  padding: 17px 14px 24px;
}

.container-5 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 565px;
  display: flex;
}

.body {
  background-color: #0d0d0d;
  font-family: Satoshi, Arial, sans-serif;
}

.heading-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 671.656px;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 46px;
}

.heading-3 {
  max-width: 671.656px;
  margin-top: 10px;
  font-weight: 300;
}

.text-span, .bold-text {
  text-decoration: underline;
}

.bold-text-2 {
  color: #fbc646;
}

.image-7 {
  width: 22px;
}

.heading-4 {
  color: #fbc646;
  max-width: 457px;
  font-family: Oswald, sans-serif;
  font-size: 34px;
}

.bold-text-3 {
  color: #fbc646;
  font-family: Oswald, sans-serif;
}

.heading-5 {
  margin-top: 69px;
}

.text-span-2 {
  font-size: 36px;
  font-weight: 500;
}

.image-8 {
  margin-bottom: 30px;
}

.div-block-14 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-10 {
  width: 46px;
}

.div-block-283 {
  cursor: pointer;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-9 {
  text-transform: none;
  font-size: 30px;
  line-height: 35px;
}

.heading-9.minor {
  text-transform: none;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 26px;
}

.form-block {
  margin-top: 24px;
}

.text-block-17 {
  color: #7c7c7c;
  text-align: center;
  margin-top: 11px;
  font-size: 14px;
}

.text-block-18 {
  font-size: 23px;
  line-height: 22px;
}

.section-7 {
  z-index: 1000;
  background-color: #000;
  background-image: url('../images/texture-noise.png'), radial-gradient(circle, #ffffff3b, #000);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-top: 1px solid #f1c22d82;
  width: 100%;
  height: 100vh;
  padding-top: 58px;
  padding-bottom: 58px;
  position: fixed;
  inset: 0% 0% auto;
  opacity: 1 !important;
}

.section-7.popup {
  background-color: #000000cf;
  background-image: url('../images/texture-noise.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  opacity: 1 !important;
}

.container-10 {
  color: #fff;
  text-align: center;
  max-width: 500px;
}

.container-10.modal {
  color: #000;
  background-color: #fff;
  border: 2px solid #f1c22d;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 11px #0000008a;
}

.text-field {
  color: #000;
  background-color: #0000000f;
  border-radius: 7px;
  height: 43px;
  margin-bottom: 14px;
  font-size: 19px;
}

.link-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #27a02c;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 11px;
  text-decoration: none;
  display: flex;
}

.link-block-2.submitform {
  margin-top: 15px;
  margin-bottom: 15px;
  transition: all .2s;
}

.link-block-2.submitform:hover {
  background-color: #128517;
}

.bold-text-4 {
  color: #000;
  background-color: #feca29;
  font-weight: 700;
}

.image-3 {
  width: 22px;
}

@media screen and (max-width: 479px) {
  .section._1dobra {
    background-image: linear-gradient(0deg, #0d0d0d 51%, #0000 82%), url('../images/9.png');
    background-position: 0 0, 81% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 267%;
    padding-top: 32px;
    padding-bottom: 46px;
  }

  .div-block {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    border-radius: 6px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
  }

  .div-block-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 23px;
  }

  .link-block._1dobra {
    font-size: 18px;
  }

  .column {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    margin-top: 24px;
  }

  .text-block-11 {
    font-size: 17px;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid {
    grid-template-columns: 1fr;
    width: 90%;
  }

  .div-block-11 {
    padding-bottom: 30px;
  }

  .div-block-13.first {
    border-bottom-style: none;
    border-right-style: none;
  }

  .div-block-13.last {
    border-top-style: none;
    border-left-style: none;
  }

  .grid-2 {
    border-radius: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .text-block-14 {
    font-size: 20px;
    line-height: 23px;
  }

  .container-4 {
    margin-top: 52px;
  }

  .list {
    width: auto;
  }

  .list-item {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 22px 15px 22px 9px;
  }

  .text-block-15 {
    font-size: 20px;
  }

  .heading-2 {
    max-width: none;
    margin-top: 0;
    font-size: 26px;
    line-height: 35px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-4 {
    font-size: 31px;
  }

  .bold-text-3 {
    font-size: 28px;
  }

  .text-span-2 {
    font-size: 31px;
  }

  .image-8 {
    max-width: 62%;
  }

  .image-9 {
    max-width: 48%;
    margin-bottom: 273px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
  }

  .image-10 {
    width: 47px;
  }

  .heading-9 {
    font-size: 22px;
    line-height: 25px;
  }

  .heading-9.minor {
    font-size: 18px;
  }

  .form-block {
    width: 100%;
  }

  .text-block-18 {
    font-size: 19px;
    line-height: 1.1em;
  }

  .section-7 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-7.popup {
    display: none;
  }

  .text-field {
    margin-bottom: 5px;
  }

  .link-block-2.submitform {
    margin-top: 17px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

#w-node-_7246ceba-6e41-74ca-fa54-3b10680652f0-86f6e45f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Nhl Los Angeles';
  src: url('../fonts/NHL-Los-Angeles-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}