/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.size-1 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 68px;
  line-height: 0.9558823529;
}
@media (max-width: 768px) {
  .size-1 {
    font-size: 56px;
    line-height: 0.9285714286;
  }
}
.squads .size-1 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 61px;
  line-height: 0.9016393443;
}
@media (max-width: 768px) {
  .squads .size-1 {
    font-size: 46px;
    line-height: 1;
  }
}
.size-2 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 768px) {
  .size-2 {
    font-size: 40px;
  }
}
.size-3 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 42px;
  line-height: 1;
}
@media (max-width: 768px) {
  .size-3 {
    font-size: 32px;
    line-height: 1.0625;
  }
}
.size-4 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
}
.size-5 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.1666666667;
}
@media (max-width: 768px) {
  .squads .size-5 {
    font-size: 17px;
    line-height: 1.1764705882;
  }
}
.size-6 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.0909090909;
}
.size-7 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
}
.size-8 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2222222222;
}
.size-9 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.1111111111;
}
.size-10 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.125;
}
.size-11 {
 font-family: "Sofia Sans Semi Condensed", sans-serif;
 font-optical-sizing: auto;
 font-weight: 900;
  font-size: 14px;
  line-height: 0.7777777778;
}
.size-12 {
 font-family: "Sofia Sans Semi Condensed", sans-serif;
 font-optical-sizing: auto;
 font-weight: 900; 
  font-size: 13px;
  line-height: 1.5384615385;
}
.size-13 {
 font-family: "Sofia Sans Semi Condensed", sans-serif;
 font-optical-sizing: auto;
 font-weight: 900; 
  font-size: 12px;
  line-height: 1.1666666667;
}

body .weight-normal {
  font-weight: 400;
}
body .weight-medium {
  font-weight: 500;
}
body .weight-bold {
  font-weight: 900;
}

.font-Neusa-Next-Pro-Condensed {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

.dark-bg {
  color: #ffffff;
}
.dark-bg--1 {
  background-color: #181818;
}
.dark-bg--2 {
  background-color: #111111;
}
.dark-bg--3 {
  background-color: #000000;
}

@media (max-width: 1024px) {
  body .hidden-on-tablet-h {
    display: none;
  }
}
@media (max-width: 768px) {
  body .hidden-on-tablet-v {
    display: none;
  }
}
@media (max-width: 640px) {
  body .hidden-on-phone-h {
    display: none;
  }
}
@media (max-width: 480px) {
  body .hidden-on-phone-v {
    display: none;
  }
}
@media (hover: hover) and (max-width: 768px) {
  body .hidden-on-touch {
    display: none;
  }
}
@media (hover: none) {
  body .hidden-on-touch {
    display: none;
  }
}

body .visible-on-tablet-h, body .visible-on-tablet-v, body .visible-on-phone-h, body .visible-on-phone-v, body .visible-on-touch {
  display: none !important;
}
@media (max-width: 1024px) {
  body .visible-on-tablet-h {
    display: block !important;
  }
}
@media (max-width: 768px) {
  body .visible-on-tablet-v {
    display: block !important;
  }
}
@media (max-width: 640px) {
  body .visible-on-phone-h {
    display: block !important;
  }
}
@media (max-width: 480px) {
  body .visible-on-phone-v {
    display: block !important;
  }
}
@media (hover: hover) and (max-width: 768px) {
  body .visible-on-touch {
    display: block !important;
  }
}
@media (hover: none) {
  body .visible-on-touch {
    display: block !important;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  height: 60px;
}
.header-tile {
  background-color: #510ad7;
  border-radius: 5px;
  padding: 10px;
}
.header-tile__container {
  width: 100%;
  max-width: 450px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.header-tile__container:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../img/icons/present-2.svg);
  background-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #250755;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  flex-shrink: 0;
}
.header-tile__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.header-tile__heading, .header-tile__subheading {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.15;
}
.header-tile__heading {
  font-weight: 900;
}
.header-tile__subheading {
  font-weight: 400;
}

.heading {
  font-weight: 900;
}
.heading span {
  color: #ff5500;
}

.hero {
  position: relative;
  padding-bottom: 30px;
  color: #181818;
}
@media (max-width: 1024px) {
  .hero {
    padding-bottom: 0;
  }
}
.squads .hero {
  padding-bottom: 0;
  padding-top: 60px;
}
@media (max-width: 480px) {
  .squads .hero {
    padding-top: 40px;
  }
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: -1;
  -webkit-animation-name: drawLines;
          animation-name: drawLines;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-image: url(../img/hero/hero-bg-full.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hero__background--v5 {
  background-image: url(../img/hero/hero-bg-full2.svg);
}
@media (max-width: 1024px) {
  .hero__background {
    -webkit-animation-name: none;
            animation-name: none;
    background-position: top right;
  }
  .hero__background--v1 {
    background-image: url(../img/hero/hero-bg-mobile-1.svg);
    background-size: 260px;
  }
  .hero__background--v2 {
    background-image: url(../img/hero/hero-bg-mobile-2.svg);
    background-size: 400px;
  }
  .hero__background--v3 {
    background-image: url(../img/hero/hero-bg-mobile-3.svg);
    background-size: 100%;
    background-position: left 40px;
  }
  .hero__background--v4 {
    background-image: url(../img/hero/hero-bg-mobile-4-top.svg), url(../img/hero/hero-bg-mobile-4-bottom.svg);
    background-position: top right, bottom left;
    background-size: 400px;
  }
  .hero__background--v4 + * {
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .hero__background--v5 {
    display: none;
  }
}
@media (max-width: 640px) {
  .hero__background--v1 {
    background-size: 38%;
  }
  .hero__background--v2 {
    background-size: 45%;
  }
  .hero__background--v4 {
    background-size: 42%;
  }
}
@media (max-width: 480px) {
  .hero__background--v1 {
    background-size: calc(100% - 190px);
  }
  .hero__background--v2 {
    background-size: calc(100% - 160px);
  }
  .hero__background--v3 {
    background-position: left 30px;
  }
  .hero__background--v4 {
    background-size: calc(100% - 160px);
  }
  .hero__background--v4 + * {
    padding-bottom: 20px;
  }
}
.hero__card {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
  text-align: center;
}
@media (max-width: 1024px) {
  .hero__card {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .hero__card {
    padding: 20px;
  }
}
.squads .hero__card {
  padding: 30px 50px 50px;
}
@media (max-width: 1024px) {
  .squads .hero__card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .squads .hero__card {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}
.hero__card .terms {
  text-align: left;
  margin-top: auto;
}
.hero__head {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .hero__head {
    margin-bottom: 30px;
  }
}
.hero__grid {
  display: grid;
  justify-content: space-between;
  gap: 30px 20px;
  text-align: left;
  padding-top: 50px;
}
.active-offer .hero__grid {
  grid-template-columns: minmax(auto, 540px) 500px;
}
@media (max-width: 1024px) {
  .hero__grid {
    padding-top: 30px;
    grid-template-columns: 1fr !important;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .hero__grid--reversed .hero__grid-item:nth-child(2) {
    order: -1;
  }
}
.hero__grid--2 {
  grid-template-columns: 1fr 400px;
  margin-bottom: 40px;
  align-items: end;
  gap: 30px 10px;
  padding-top: 0;
}
.hero__grid--3 {
  grid-template-columns: 1fr 500px;
  margin-bottom: 40px;
  align-items: end;
  gap: 30px 10px;
  padding-top: 0;
}
@media (max-width: 480px) {
  .hero__grid--3 {
    margin-bottom: 10px;
  }
}
.hero__grid-item {
  display: flex;
  flex-direction: column;
}
.hero__figure {
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .squads .hero__figure {
    width: auto;
    margin-left: calc(-50px - (100vw - 960px) / 2);
    margin-right: calc(-50px - (100vw - 960px) / 2);
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .squads .hero__figure {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (max-width: 480px) {
  .squads .hero__figure {
    margin-bottom: 10px;
  }
}
@media (max-width: 390px) {
  .squads .hero__figure {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.hero h1.heading {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.squads .hero h1.heading {
  margin-bottom: 0.3em;
}
@media (max-width: 480px) {
  .squads .hero h1.heading {
    margin-bottom: 0.1em;
  }
}
.hero h2.heading,
.hero h3.heading {
  margin-bottom: 17px;
}
@media (max-width: 480px) {
  .squads .hero h2.heading,
.squads .hero h3.heading {
    margin-bottom: 5px;
  }
}
.hero__label {
  position: absolute;
  top: 90px;
  right: 30px;
  background-color: #111111;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 26px;
  padding: 1.38em 0.38em;
  font-weight: 500;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  display: inline-block;
}
@media (max-width: 1024px) {
  .hero__label {
    right: calc((100vw - 960px) / -2);
    top: 30px;
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .hero__label {
    right: 0;
  }
}
.hero .wrapper {
  position: relative;
}

@-webkit-keyframes drawLines {
  from {
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
            clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes drawLines {
  from {
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
            clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.terms {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1024px) {
  .squads .terms {
    text-align: center;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 480px) {
  .squads .terms {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.terms a {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.25s ease;
  transition: text-decoration-color 0.25s ease;
  transition: text-decoration-color 0.25s ease, -webkit-text-decoration-color 0.25s ease;
  color: currentColor;
}
.terms a:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.terms strong {
  font-weight: 700;
}
.terms__18plus {
  display: inline-flex;
  align-items: center;
}
.terms__18plus img {
  width: 15px;
  margin-left: 5px;
}

.cta {
  color: #181818;
  border: 2px solid currentColor;
  font-size: 22px;
  line-height: 0.9;
  padding: 0 15px 0 30px;
  display: inline-grid;
  grid-template-columns: 1fr 10px;
  align-items: center;
  text-align: center;
  min-width: 218px;
  height: 50px;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  transition: 0.25s ease;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  gap: 5px;
  letter-spacing: 1px;
}
.cta-wrapper {
  margin: 40px 0;
}
@media (max-width: 480px) {
  .cta-wrapper {
    margin: 30px 0;
  }
}
.squads .cta-wrapper {
  margin: 0;
}
.dark-bg .cta {
  color: #ffffff;
}
.cta:hover {
  color: #ffffff;
  border-color: #181818;
  background-color: #181818;
}
.dark-bg .cta:hover {
  color: #181818;
  border-color: #ffffff;
  background-color: #ffffff;
}
.cta:before, .cta:after {
  content: "";
  background-image: url(../img/icons/chevron-cta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  align-self: stretch;
  grid-column-start: 2;
  grid-row-start: 1;
  transition: opacity 0.25s ease;
}
.cta:after {
  display: none;
}
.cta--no-border {
  border: 0;
  min-width: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent !important;
  color: #ffffff;
  gap: 0.4545454545em;
  height: auto;
  font-weight: 400;
  font-size: 25px;
}
.cta--no-border:before {
  background-image: url(../img/icons/chevron-cta-white.svg);
}
.cta--small {
  gap: 10px;
  font-size: 18px;
  min-width: 150px;
  height: 46px;
}
.cta--solid {
  background-color: #ff5500;
  color: #ffffff;
  border: 0;
}
.cta--solid:before {
  display: none;
}

.offers {
  padding-block: 20px;
}
.offers__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.offers__description {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #cccccc;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}
.offers__steps {
  display: flex;
  counter-reset: steps;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 1024px) {
  .offers__steps {
    grid-template-columns: 1fr;
  }
}
.offers__steps li {
  flex-grow: 1;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 20px;
  align-items: center;
  background-color: #161616;
  padding: 20px 15px;
  border-radius: 5px;
}
.offers__steps li:before {
  counter-increment: steps;
  content: counter(steps);
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff5500;
  font-size: 90px;
  line-height: 0.75;
  display: block;
  font-weight: 700;
}
@media (max-width: 640px) {
  .offers__steps li:before {
    font-size: 60px;
  }
}
.offers__cards {
  display: grid;
  grid-gap: 30px;
}
.offers__card {
  padding: 40px 30px 20px;
  background-color: #242424;
  color: #ffffff;
  text-align: center;
}
.offers__picture {
  margin: 40px 0;
  display: block;
}
@media (max-width: 768px) {
  .offers__picture {
    margin: 30px 0;
  }
}
@media (max-width: 480px) {
  .offers__picture {
    margin: 25px 0;
  }
}
.offers .cta-wrapper {
  margin: 40px 0 30px;
}
.offers h2.heading {
  margin-bottom: 20px;
}
.offers h2.heading.size-1 {
  margin-bottom: 10px;
}
.offers h4.heading {
  margin-bottom: 14px;
}

.sbc-logo {
  width: 82px;
}

.features {
  padding: 70px 0 50px;
}
@media (max-width: 640px) {
  .features {
    padding: 50px 0 40px;
  }
}
.features__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 170px);
  gap: 10px;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 640px) {
  .features__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.features__icon {
  height: 78px;
  width: auto;
  margin-bottom: 20px;
}
.features h3.heading {
  margin-bottom: 6px;
}

.accent {
  background-color: #faff07;
  padding-top: clamp(9px, calc(9px + (24 * ((100vw - 480px) / 288))), 33px);
  padding-bottom: clamp(9px, calc(9px + (24 * ((100vw - 480px) / 288))), 33px);
}
.accent__grid {
  display: grid;
  gap: 5%;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}
@media (max-width: 768px) {
  .accent__grid {
    gap: 3%;
  }
}
@media (max-width: 480px) {
  .accent__grid {
    grid-template-columns: 1.5fr 1fr;
  }
}

.tools {
  padding: 20px 0 15px;
  text-align: center;
}
.tools h2.heading {
  margin-bottom: 20px;
}
.tools__icons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .tools__icons {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .tools__icons {
    gap: 5px;
  }
}

.partners {
  padding: 15px 0 30px;
}
.partners__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  grid-auto-rows: 1fr;
}
.partners__card {
  background-color: #242424;
  padding: 13px 30px;
}
@media (max-width: 480px) {
  .partners__card {
    padding: 13px 20px;
  }
}
.partners__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  max-height: 57px;
}
@media (max-width: 480px) {
  .partners__card img {
    max-height: 34px;
  }
}

.footer {
  padding: 40px 0;
  background-color: #111111;
  color: #ffffff;
}
@media (max-width: 480px) {
  .footer {
    padding: 30px 0;
  }
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 35px;
  gap: 11px;
}
@media (max-width: 480px) {
  .footer__nav {
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__nav-link {
  color: #ff5500;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 17px 10px;
  background-color: #242424;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.1428571429;
}
@media (max-width: 480px) {
  .footer__nav-link {
    padding: 15px 10px;
  }
}
.footer__nav-link:hover {
  text-decoration: underline;
}

.text--center {
  text-align: center;
}
.text p {
  font-size: 14px;
  line-height: 1.1428571429;
  margin-bottom: 20px;
}
.text p:last-child {
  margin-bottom: 0;
}
.text strong {
  font-weight: 700;
}
.text a {
  color: currentColor;
  transition: -webkit-text-decoration-color 0.25s ease;
  transition: text-decoration-color 0.25s ease;
  transition: text-decoration-color 0.25s ease, -webkit-text-decoration-color 0.25s ease;
}
.text a:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.welcome-bar {
  background-color: #6b33ff;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 0;
}
.welcome-bar .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome-bar img {
  width: 16px;
  margin-right: 10px;
}

.bar {
  overflow: hidden;
  text-decoration: none;
  background-color: #111111;
  color: #ffffff;
  display: block;
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  border-top: 1px solid #242424;
  border-bottom: 1px solid #111111;
}
@media (max-width: 768px) {
  .bar {
    min-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .bar {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.bar .cta {
  color: #ffffff;
}
.bar .cta:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #181818;
}
.bar__wrapper {
  width: 100%;
}
.bar--light {
  background-color: #ff5500;
  border-color: #ff5500;
}
.bar--light .cta:before {
  background-image: url(../img/icons/chevron-cta-white.svg);
}
.bar--light .cta:after {
  background-image: url(../img/icons/chevron-cta-black.svg);
  display: block;
  opacity: 0;
}
.bar--light .cta:hover {
  color: #111111;
  border-color: #ffffff;
}
.bar--light .cta:hover:before {
  opacity: 0;
}
.bar--light .cta:hover:after {
  opacity: 1;
}
.bar--light .cta--no-border {
  color: #ffffff;
}
.bar--light .cta--no-border:after {
  background-image: url(../img/icons/chevron-cta-black.svg);
  display: block;
  opacity: 0;
}
.bar--light .cta--no-border:hover:before {
  opacity: 0;
}
.bar--light .cta--no-border:hover:after {
  opacity: 1;
}
.bar--light .bar__steps--arrow .bar__steps-item:after {
  background-image: url(../img/icons/chevron-cta-black.svg);
}
.bar--light .bar__steps-counter {
  color: #111111;
}
.bar--sticky {
  position: -webkit-sticky;
  position: sticky;
  transition: transform 0.25s ease;
  transform: translateY(100%);
  bottom: 0;
}
.sticky-bar-visible .bar--sticky {
  transform: translateY(0);
}
.bar__logo {
  width: 42px;
}
.bar__grid {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1024px) {
  .bar__grid {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .bar__grid {
    gap: 10px;
  }
}
.bar__stores {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .bar__stores {
    flex-direction: column;
  }
}
.bar__stores-item {
  margin-right: 10px;
  width: 120px;
  display: flex;
}
.bar__stores-item:last-child {
  margin: 0 !important;
}
@media (max-width: 640px) {
  .bar__stores-item {
    margin: 0 0 3px 0;
    width: 80px;
  }
}
.bar-inner-grid {
  display: flex;
  align-items: center;
  margin: -10px -20px;
}
@media (max-width: 1024px) {
  .bar-inner-grid {
    margin: -10px;
  }
}
@media (max-width: 768px) {
  .bar-inner-grid {
    margin: -5px;
  }
}
.bar-inner-grid--center {
  justify-content: center;
}
.bar-inner-grid__item {
  padding: 10px 20px;
  flex-basis: auto;
  flex-grow: 0;
}
@media (max-width: 1024px) {
  .bar-inner-grid__item {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .bar-inner-grid__item {
    padding: 5px;
  }
}
.bar-inner-grid__item--no-shrink {
  flex-shrink: 0;
}
.bar-inner-grid__item--no-shrink-phone-h br {
  display: none;
}
@media (max-width: 640px) {
  .bar-inner-grid__item--no-shrink-phone-h {
    flex-shrink: 0;
  }
  .bar-inner-grid__item--no-shrink-phone-h br {
    display: block;
  }
}
.bar__steps {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bar__steps--counter {
  counter-reset: steps;
  margin: 2px -15px;
}
@media (max-width: 480px) {
  .bar__steps--counter {
    flex-direction: column;
    align-items: flex-start;
  }
  .bar__steps--counter .heading {
    font-size: 14px !important;
    line-height: 1;
  }
}
@media (max-width: 360px) {
  .bar__steps--counter .heading {
    font-size: 12px !important;
  }
}
.bar__steps-item {
  display: flex;
  align-items: center;
}
.bar__steps--arrow .bar__steps-item:after {
  content: "";
  background-image: url(../img/icons/chevron-cta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  align-self: stretch;
  display: flex;
  align-items: center;
  width: 10px;
  margin: 0 10px;
  transform: translateY(-1px);
}
@media (max-width: 480px) {
  .bar__steps--arrow .bar__steps-item:after {
    margin: 0 8px;
    transform: translateY(0);
  }
}
.bar__steps--arrow .bar__steps-item:last-child:after {
  display: none;
}
.bar__steps--counter .bar__steps-item {
  padding: 2px 15px;
}
.bar__steps-counter {
  font-weight: 700;
  color: #ff5500;
}
.bar__steps-counter:before {
  counter-increment: steps;
  content: counter(steps) ". ";
}
@media (max-width: 1024px) {
  .bar .heading.size-4 {
    font-size: 22px;
  }
  .bar .heading.size-5 {
    font-size: 20px;
  }
  .bar .heading.size-6 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .bar .cta--small {
    font-size: 14px;
    min-width: auto;
    grid-template-columns: 1fr 8px;
    padding: 0 10px;
    height: 40px;
    gap: 8px;
  }
  .bar .heading.size-4 {
    font-size: 20px;
  }
  .bar .heading.size-5 {
    font-size: 18px;
  }
  .bar .heading.size-6 {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .bar .heading.size-4 {
    font-size: 16px;
  }
}

.banner {
  width: 100%;
  margin-bottom: 20px;
}
.banner:last-child, .banner:only-child {
  margin-bottom: 0;
}
.banner__container {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #242424;
  width: 100%;
  max-width: 500px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr minmax(auto, 110px);
  text-align: left;
}
.banner__content {
  padding: 30px 0 30px 34px;
}
@media (max-width: 640px) {
  .banner__content {
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
    padding-left: 5.3125vw;
  }
}
.banner__aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 15px 0 23px;
}
@media (max-width: 640px) {
  .banner__aside {
    padding-top: 2.34375vw;
    padding-bottom: 3.59375vw;
  }
}
.banner__date {
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  transform: rotate(180deg);
  color: #07fb90;
  font-size: 23px;
  padding-left: 0.4782608696em;
}
@media (max-width: 640px) {
  .banner__date {
    font-size: 3.59375vw;
  }
}
.banner__heading {
  font-weight: 700;
  line-height: 0.9;
  font-size: 55px;
  margin-bottom: 0.2909090909em;
}
@media (max-width: 640px) {
  .banner__heading {
    font-size: 8.59375vw;
  }
}
.banner__heading span {
  color: #07fb90;
  display: block;
}
.banner__old-price {
  color: #07fb90;
  text-decoration: line-through;
  font-weight: 400;
  display: block;
  font-size: 28px;
  margin-bottom: 0.6071428571em;
}
@media (max-width: 640px) {
  .banner__old-price {
    font-size: 4.375vw;
  }
}
.banner__new-price {
  font-weight: 700;
  display: block;
  font-size: 200px;
  line-height: 0.72;
}
@media (max-width: 640px) {
  .banner__new-price {
    font-size: 31.25vw;
  }
}
.banner__chevron {
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .banner__chevron {
    margin-bottom: 2.34375vw;
  }
}

.event {
  margin: 20px 0 25px;
  max-width: 500px;
}
@media (max-width: 1024px) {
  .event {
    margin-left: auto;
    margin-right: auto;
  }
}
.event:only-child {
  margin: 0 auto;
}
.event:last-child {
  margin-bottom: 0;
}
.event__card h3.heading {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ff5500;
}
.event__card h3.heading strong {
  color: #242424;
}
.event__card + .event__card {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .event__card + .event__card {
    margin-top: 30px;
  }
}
.event__grid {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content 1fr;
  grid-template-columns: 1fr max-content 1fr;
  align-items: center;
  justify-content: start;
  width: 100%;
  gap: 15px 10px;
}
@media (max-width: 480px) {
  .event__grid {
    gap: 10px 5px;
  }
}
.event__grid--column {
  grid-template-columns: 1fr;
  text-align: center;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .event__grid {
    justify-content: center;
  }
}
.event__card--big .event__grid {
  display: grid;
}
.event__label {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 480px) {
  .event__label {
    font-size: clamp(14px, calc(14px + (4 * ((100vw - 320px) / 160))), 18px);
  }
}
.event__label--medium {
  font-size: 28px;
}
@media (max-width: 640px) {
  .event__label--medium {
    font-size: clamp(18px, calc(18px + (10 * ((100vw - 320px) / 320))), 28px);
  }
}
.event__label--big {
  font-size: 34px;
}
@media (max-width: 640px) {
  .event__label--big {
    font-size: clamp(22px, calc(22px + (12 * ((100vw - 320px) / 320))), 34px);
  }
}

.list {
  padding: 30px 0;
}
.list .heading {
  margin-bottom: 0.5em;
}
@media (max-width: 480px) {
  .list .heading {
    margin-bottom: 10px;
  }
}
.list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .list__grid {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.list__item {
  text-align: center;
}
.list__title {
  font-size: 26px;
  line-height: 1.1;
  color: #ff5500;
  font-weight: 700;
}
.list__description {
  font-size: 18px;
  line-height: 1;
  color: #181818;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  display: grid;
  gap: 20px;
}
.grid__card {
  background-color: #1e1e1e;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.faq {
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  gap: 20px;
  width: 100%;
}
@media (max-width: 640px) {
  .faq {
    grid-template-columns: 1fr;
  }
}
.faq__title {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
}
.faq__list {
  display: grid;
  gap: 30px;
  color: #cccccc;
}
.faq__list li {
  display: grid;
  gap: 10px;
}
.faq__heading {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
  font-weight: 700;
}
.faq__description {
  font-size: 12px;
  margin: 0;
  line-height: 1.2;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #111111;
}

img {
  max-width: 100%;
}

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.main-content {
  flex-grow: 1;
}

.header,
.footer {
  flex-shrink: 0;
}

.wrapper {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.wrapper--narrow {
  max-width: 660px;
}
.wrapper--wide {
  max-width: 1360px;
}
.wrapper--full {
  max-width: 100%;
}
@media (max-width: 480px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.separator {
  margin: 30px 0;
  height: 1px;
  background-color: #242424;
}
.separator:last-child {
  display: none;
}

sup {
  font-size: 60%;
  display: inline-block;
  vertical-align: super;
  transform: translateY(16%);
}

.mt-15 {
  margin-top: 15px;
}


#currency-bold{
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 0.9em;
  color: #FFFFFF;
}  

#currency-medium{
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  color: #FFFFFF;
}  

#currency-light{
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 0.9em;
  color: #FFFFFF;
}  


@media (max-width: 1024px) {
    .hero__card .terms {
        text-align: center;
    }
}



#legal-bar-2 {
    margin-top: 20px;
}

/*# sourceMappingURL=style.css.map */