/*! CSS Used from: Embedded */
.wrp {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
}

.gifPreloader {
  margin: 0 auto;
  border: none;
  outline: none;
}

.lg2 {
  vertical-align: baseline;
  margin-left: 4px;
}

.mainPreloader {
  display: block;
  z-index: 6666;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  width: 100%;
  width: 100vw;
  pointer-events: none;
  background-size: cover;
  background-position: center center;
}

.mainPreloader.animationHide {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.loaderBg {
  background: #fff;
}

/*! CSS Used from: https://static.cdnpub.info/v5/static/css/main.64cccbfcd26b4da53fd6.css */
.Button {
  background: none;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 8px 16px;
  position: relative;
  text-align: center;
  -webkit-transition: border 0.2s ease, background-color 0.2s ease,
    color 0.15s ease;
  -o-transition: border 0.2s ease, background-color 0.2s ease, color 0.15s ease;
  transition: border 0.2s ease, background-color 0.2s ease, color 0.15s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.Button,
.Button:active,
.Button:focus,
.Button:hover {
  text-decoration: none;
}

.Button:active {
  -webkit-transition: border 0.2s ease, background-color 0.2s ease;
  -o-transition: border 0.2s ease, background-color 0.2s ease;
  transition: border 0.2s ease, background-color 0.2s ease;
}

.Button:active svg {
  opacity: 0.7;
}

.Button_simple {
  border: 0;
}

.Button_orange {
  background-color: #ff5722;
  border-color: #ff5722;
  color: #fff;
}

.Button_orange:active,
.Button_orange:hover {
  background-color: #ee3900;
  border-color: #ee3900;
}

.Button_orange:active {
  color: hsla(0, 0%, 100%, 0.7);
}

.Button_orange:disabled {
  background-color: #e1e1e1;
  color: #fff;
}

.Button_orangeOutline {
  border-color: #ff5722;
  color: #ff5722;
  font-size: 14px;
}

.Button_orangeOutline:focus,
.Button_orangeOutline:hover {
  background-color: #ff5722;
  border-color: #ff5722;
  color: #fff;
}

.Button_orangeOutline:active {
  background-color: #ee3900;
  border-color: #ee3900;
  color: hsla(0, 0%, 100%, 0.7);
}

.Button_orangeOutline:disabled {
  color: #e1e1e1;
}

.Button_whiteOutline {
  border: 1px solid #fff;
  color: #fff;
}

.Button_whiteOutline:focus,
.Button_whiteOutline:hover {
  background-color: #fff;
  color: #4a4a4a;
}

.Button_whiteOutline:active {
  background-color: #fff;
  color: rgba(74, 74, 74, 0.7);
}

.Button_whiteOutline:disabled {
  color: #e1e1e1;
}

.Button_big {
  line-height: 24px;
  padding: 12px 20px;
}

.Button_wide {
  width: 100%;
}

.Button:disabled {
  border-color: #e1e1e1;
  cursor: default;
  pointer-events: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

body {
  margin: 0;
}

footer,
header,
nav {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
}

strong {
  font-weight: inherit;
  font-weight: bolder;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
}

ul {
  margin: 0;
  padding: 0;
}

a:focus,
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 !important;
  max-width: 100vw;
  min-width: 320px;
  overflow-x: hidden;
}

::selection {
  background: rgba(255, 119, 0, 0.7) !important;
  color: #fff;
}

a {
  color: #ff5722;
}

body {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.45;
}

body,
h1 {
  font-weight: 500;
}

h1 {
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 1.16;
}

@media only screen and (min-width: 600px) {
  h1 {
    font-size: 33px;
  }
}

h2 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 1.16;
}

@media only screen and (min-width: 600px) {
  h2 {
    font-size: 29px;
  }
}

h4 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.33;
}

@media only screen and (min-width: 600px) {
  h4 {
    font-size: 21px;
  }
}

p {
  font-size: 15px;
}

@media only screen and (min-width: 600px) {
  p {
    font-size: 17px;
  }
}

h1,
h2,
h4 {
  margin: 1em 0 0.5em;
}

p {
  margin: 1em 0;
}

.iScrollVerticalScrollbar {
  border-radius: 3px;
  bottom: 2px;
  position: absolute;
  right: 5px;
  top: 2px;
  -webkit-transform: scaleY(0.95);
  -ms-transform: scaleY(0.95);
  transform: scaleY(0.95);
  width: 2px;
}

.iScrollIndicator {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  position: absolute;
  width: 100%;
}

.ScrollTop {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff5722;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.ScrollTop:hover {
  color: #ee3900;
}

.ScrollTop__text {
  display: none;
  margin-right: 16px;
}

@media only screen and (min-width: 480px) {
  .ScrollTop__text {
    display: block;
  }
}

.ScrollTop__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 1px solid #ff5722;
  border-radius: 50%;
  color: #ff5722;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  justify-content: center;
  line-height: 0;
  padding: 0;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
  width: 32px;
}

.ScrollTop:hover .ScrollTop__icon {
  background: #ff5722;
  color: #fff;
}

.ScrollTop__icon svg {
  display: block;
  margin-top: -2px;
}

.SocialItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-negative: 0;
  align-items: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-shrink: 0;
  height: 36px;
  justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 36px;
}

.SocialItem_fb {
  color: #3a589a;
}

.SocialItem_tw {
  background: #3cb5e2;
}

.SocialItem_inst {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#e09b3d),
    color-stop(30%, #c74c4d),
    color-stop(60%, #c21975),
    color-stop(99%, #7024c4)
  );
  background-image: -o-linear-gradient(
    bottom,
    #e09b3d 0,
    #c74c4d 30%,
    #c21975 60%,
    #7024c4 99%
  );
  background-image: linear-gradient(
    0deg,
    #e09b3d,
    #c74c4d 30%,
    #c21975 60%,
    #7024c4 99%
  );
}

.SocialItem_youtube {
  background: #d02a34;
}

/*! CSS Used from: Embedded */
.css-kdgxpw {
  display: inline-block;
  font-size: 12px;
  color: rgb(155, 155, 155);
}

.css-1wcs0bi {
  margin: 0px 16px;
  max-width: 100%;
}

@media screen and (min-width: 480px) {
  .css-1wcs0bi {
    margin: 0px 24px;
  }
}

@media screen and (min-width: 600px) {
  .css-1wcs0bi {
    max-width: 504px;
    width: 100%;
    margin: 0px auto;
  }
}

@media screen and (min-width: 840px) {
  .css-1wcs0bi {
    max-width: 768px;
  }
}

@media screen and (min-width: 1280px) {
  .css-1wcs0bi {
    max-width: 1032px;
  }
}

button {
  font-family: Montserrat, sans-serif;
}

body,
#root {
  height: 100%;
}

button {
  font-family: inherit;
  font-weight: 400;
  color: inherit;
}

.css-3uqybw {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-sizing: border-box;
}

.css-g8duvx {
  position: relative;
  width: 100%;
  z-index: 190;
}

.css-g8duvx .Button {
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, opacity 0.3s;
}

.css-qepn6d {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  backface-visibility: hidden;
  background-color: transparent;
  will-change: background-color;
  transition: background-color 0.3s;
}

.css-1jrlb81 {
  position: relative;
  display: flex;
  height: 40px;
  padding: 10px 16px;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 480px) {
  .css-1jrlb81 {
    padding: 10px 24px;
  }
}

.css-rc9wl3 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-right: 0px;
}

@media screen and (min-width: 600px) {
  .css-rc9wl3 {
    padding-right: 16px;
  }
}

.css-u4xj5j {
  padding: 0px;
  line-height: 0;
  display: none;
  max-height: 18px;
}

@media screen and (max-width: 1279px) {
  .css-u4xj5j {
    display: block;
  }
}

.css-570oto {
  position: relative;
  height: 18px;
  width: 24px;
}

.css-who1rx {
  position: absolute;
  display: block;
  left: 0px;
  height: 2px;
  width: 100%;
  opacity: 1;
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  transform: rotate(0deg);
  transition: transform 0.25s ease-in-out, width 0.25s ease-in-out,
    top 0.25s ease-in-out, left 0.25s ease-in-out, background-color 0.3s;
}

.css-who1rx:nth-child(2),
.css-who1rx:nth-child(3) {
  top: 50%;
  transform: translateY(-50%);
}

.css-who1rx:nth-child(4) {
  bottom: 0px;
}

.css-ejizhx {
  height: 38px;
  line-height: 0;
  margin-left: 16px;
}

@media screen and (min-width: 480px) {
  .css-ejizhx {
    margin-left: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .css-ejizhx {
    margin-left: 0px;
  }
}

.css-14zyjdo {
  line-height: 0;
  transition: color 0.3s;
  color: rgb(255, 255, 255);
}

.css-ea1zez {
  display: block;
  margin: 0px 0px 0px 42px;
}

@media screen and (max-width: 1279px) {
  .css-ea1zez {
    display: none;
  }
}

.css-1d21jhp {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}

.css-cuku1s {
  position: relative;
  padding: 0px;
  white-space: nowrap;
}

.css-cuku1s:first-child {
  margin-left: -16px;
}

.css-n0bpkg {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 16px;
  transition: color 0.3s;
  color: rgb(255, 255, 255);
}

.css-n0bpkg span {
  pointer-events: none;
}

.css-n0bpkg::after {
  position: absolute;
  content: " ";
  bottom: -14px;
  right: 0px;
  left: 0px;
  z-index: 1;
  height: 2px;
  pointer-events: none;
  background-color: transparent;
  transition: background-color 0.3s, height 0.3s;
}

.css-n0bpkg span {
  opacity: 1;
  transition: opacity 0.3s;
}

.css-n0bpkg:hover {
  color: rgb(255, 255, 255);
}

.css-n0bpkg:hover::after {
  background-color: rgb(255, 255, 255);
}

.css-n0bpkg:hover span {
  opacity: 0.65;
}

.css-n0bpkg::after {
  background-color: transparent;
}

.css-12hiemr {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 16px;
  transition: color 0.3s;
  color: rgb(255, 255, 255);
}

.css-12hiemr span {
  pointer-events: none;
}

.css-12hiemr::after {
  position: absolute;
  content: " ";
  bottom: -14px;
  right: 0px;
  left: 0px;
  z-index: 1;
  height: 2px;
  pointer-events: none;
  background-color: transparent;
  transition: background-color 0.3s, height 0.3s;
}

.css-12hiemr span {
  opacity: 1;
  transition: opacity 0.3s;
}

.css-12hiemr:hover {
  color: rgb(255, 255, 255);
}

.css-12hiemr:hover::after {
  background-color: rgb(255, 255, 255);
}

.css-12hiemr:hover span {
  opacity: 0.65;
}

.css-12hiemr::after {
  background-color: rgb(255, 255, 255);
}

.css-19re5gn {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid rgb(225, 225, 225);
}

.css-1ps7nh9 {
  margin-right: 12px;
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  border-radius: 50%;
}

.css-1mn0uy3 {
  margin-right: 12px;
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid rgb(225, 225, 225);
}

.css-1s4uqld {
  position: relative;
  margin-left: auto;
}

@media screen and (min-width: 600px) {
  .css-1s4uqld {
    margin-right: 12px;
  }
}

.css-1cnhnlu {
  padding: 10px;
  border: none;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .css-1cnhnlu {
    width: 40px;
    height: 40px;
    background-color: rgba(244, 244, 249, 0.1);
    border-radius: 50%;
  }
}

@media screen and (min-width: 600px) {
  .css-1cnhnlu {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}

.css-1phwv1s {
  display: block;
  width: 18px;
  height: 18px;
}

.css-somnsj {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  margin-left: 10px;
  transition: color 0.15s;
}

@media screen and (max-width: 599px) {
  .css-somnsj {
    display: none;
  }
}

.css-37e5de {
  display: none;
  width: 6px;
  height: 8px;
  color: rgb(101, 104, 131);
  transform: rotate(90deg);
  margin-left: 6px;
}

.css-11khbbv {
  background: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 24px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 16px 1px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0px, 5px, 0px);
  z-index: 131;
  transform-origin: center top;
  transition: opacity 0.15s, transform 0.2s;
}

@media screen and (max-width: 599px) {
  .css-11khbbv {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 560px;
    padding: 64px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 600px) {
  .css-11khbbv {
    position: absolute;
    right: 0px;
    top: 100%;
    width: 336px;
    padding: 8px;
    margin-top: 18px;
    border-radius: 4px;
    box-sizing: border-box;
  }
}

.css-12v5tef {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px;
}

.css-12v5tef:hover {
  opacity: 0.7;
}

.css-12v5tef svg {
  vertical-align: top;
}

@media screen and (min-width: 600px) {
  .css-12v5tef {
    display: none;
  }
}

.css-1ad4z47 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px 16px;
  color: rgb(74, 74, 74);
  font-weight: 500;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 2px;
}

.css-1ad4z47::before {
  content: "";
  margin-right: 12px;
}

.css-1ad4z47:hover {
  background: rgb(244, 244, 249);
}

@media screen and (max-width: 599px) {
  .css-1ad4z47 {
    width: 100%;
    max-width: 260px;
    margin: auto;
  }
}

@media screen and (min-width: 600px) {
  .css-1ad4z47 {
    float: left;
    width: 50%;
  }
}

.css-k0riua {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px 16px;
  color: rgb(255, 87, 34);
  font-weight: 500;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 2px;
}

.css-k0riua::before {
  content: "";
  margin-right: 12px;
}

.css-k0riua:hover {
  background: rgb(244, 244, 249);
}

@media screen and (max-width: 599px) {
  .css-k0riua {
    width: 100%;
    max-width: 260px;
    margin: auto;
  }
}

@media screen and (min-width: 600px) {
  .css-k0riua {
    float: left;
    width: 50%;
  }
}

.css-c28zvo {
  display: flex;
  margin-left: 8px;
  -webkit-box-align: center;
  align-items: center;
}

.css-1b10v05 {
  display: flex;
  gap: 8px;
}

.css-1b10v05 .NavBtn {
  white-space: nowrap;
}

@media screen and (max-width: 839px) {
  .css-1b10v05 .NavBtn__reg {
    display: none;
  }
}

.css-5hgowf {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.css-5hgowf:hover {
  color: rgb(74, 74, 74);
  border-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}

@media screen and (max-width: 839px) {
  .css-5hgowf {
    margin-right: 0px;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 40px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}

.css-5hgowf .loginIcon {
  display: none;
  margin: 0px 0px 0px -1px;
}

@media screen and (max-width: 839px) {
  .css-5hgowf .loginIcon {
    display: block;
  }
}

@media screen and (max-width: 839px) {
  .css-5hgowf span {
    display: none;
  }
}

.css-b1b77g {
  position: relative;
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-top: 0px;
}

.css-1cstamp {
  flex-shrink: 0;
  color: white;
  background: rgb(0, 0, 0);
}

.css-11jl5th {
  padding: 20px 0px;
  border-top: 1px solid rgb(0, 0, 0);
}

.css-1lekzkb {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.css-9cr1qz {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.css-1o7euen {
  margin-right: 8px;
}

.css-1o7euen:not(:last-child)::after {
  content: " ";
  display: inline-block;
  margin-left: 8px;
  border-width: 3px 0px 3px 3px;
  border-style: solid;
  border-color: transparent transparent transparent rgb(255, 87, 34);
  border-image: initial;
}

.css-v9v605 {
  flex-shrink: 0;
  margin: -5px 0px;
}

.css-1mbwl44 {
  padding-top: 20px;
  border-top: 1px solid rgb(0, 0, 0);
}

@media screen and (min-width: 1280px) {
  .css-16q69qk {
    display: flex;
  }
}

.css-gz6awn {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 30px;
}

@media screen and (min-width: 1280px) {
  .css-gz6awn {
    width: 50%;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-direction: column;
    margin-right: 24px;
  }
}

.css-1ijj6zq {
  margin-right: 8px;
}

@media screen and (min-width: 1280px) {
  .css-1ijj6zq {
    margin-right: 0px;
    min-width: 140px;
  }
}

.css-1ijj6zq:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin-left: 8px;
  color: rgb(155, 155, 155);
}

@media screen and (min-width: 1280px) {
  .css-1ijj6zq:not(:last-child)::after {
    content: none;
  }
}

.css-suy85y {
  display: inline-block;
  margin-bottom: 12px;
  color: rgb(155, 155, 155);
  font-size: 14px;
}

.css-suy85y:hover,
.css-suy85y:focus {
  text-decoration: underline;
}

.css-suy85y svg {
  vertical-align: middle;
}

.css-19u2hmv {
  margin-inline-end: 4px;
}

@media screen and (min-width: 840px) {
  .css-1wfjoij {
    display: flex;
    align-items: flex-start;
  }
}

.css-8atqhb {
  width: 100%;
}

.css-1ik159h {
  position: relative;
  margin-top: 4px;
  margin-bottom: 12px;
  padding: 16px 20px;
  border: 1px solid rgb(155, 155, 155);
  border-radius: 2px;
  font-size: 12px;
  color: rgb(155, 155, 155);
}

.css-llkgbb {
  position: absolute;
  top: 0px;
  transform: translateY(-50%);
  padding: 0px 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgb(0, 0, 0);
  color: rgb(225, 225, 225);
}

@media screen and (min-width: 600px) {
  .css-llkgbb {
    font-size: 14px;
  }
}

.css-nserkz {
  margin-bottom: 20px;
  color: rgb(155, 155, 155);
  font-size: 12px;
}

.css-13t68x9 {
  padding-top: 30px;
  border-top: 1px solid rgb(0, 0, 0);
}

@media screen and (min-width: 1280px) {
  .css-13t68x9 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 840px) {
  .css-l7am1h {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
}

.css-1krr9a8 {
  box-sizing: border-box;
  flex: 0 0 200px;
  position: relative;
  margin-top: 4px;
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid rgb(155, 155, 155);
  border-radius: 2px;
  color: rgb(155, 155, 155);
  font-size: 12px;
}

@media screen and (min-width: 840px) {
  .css-1krr9a8 {
    margin-left: 12px;
  }
}

.css-t79nln {
  border-bottom: 1px solid rgba(183, 183, 183, 0.2);
}

.css-t79nln:last-child {
  border-bottom: none;
}

.css-4juikq {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 8px;
}

.css-bla85z {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.css-78v3o2 {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: rgb(255, 255, 255);
}

.css-okfwnv {
  opacity: 0.6;
  margin-top: 2px;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: left;
  color: rgb(240, 242, 245);
}

.css-cmd0xx {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.css-cmd0xx:hover a {
  opacity: 0.6;
}

.css-cmd0xx:hover a:hover {
  opacity: 1;
}

.css-y108l3 {
  margin-right: 8px;
  transition: opacity 0.2s;
}

.css-y108l3:last-child {
  margin-right: 0px;
}

.css-utoytj {
  color: rgb(74, 74, 74);
  font-size: 14px;
  text-align: center;
  padding: 30px 0px;
}

@media screen and (min-width: 840px) {
  .css-utoytj {
    padding: 0px;
  }
}

@media screen and (min-width: 1280px) {
  .css-utoytj {
    text-align: right;
    padding-bottom: 0px;
    padding-left: 40px;
  }
}

.css-1l4w6pd {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.css-15ib5kh {
  display: inline-block;
  font-size: 12px;
  color: rgb(155, 155, 155);
}

.css-15ib5kh:hover,
.css-15ib5kh:focus {
  text-decoration: underline;
}

.css-py17ri {
  flex-flow: column;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
}

@media screen and (min-width: 480px) {
  .css-py17ri {
    flex-direction: row;
  }
}

@media screen and (min-width: 840px) {
  .css-py17ri {
    flex-direction: column;
  }
}

.css-nuk0wc {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-width: 176px;
  max-width: 100%;
  line-height: 1;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.2s, color 0.2s;
  color: rgb(255, 255, 255);
  background-color: rgb(43, 42, 42);
  border-color: transparent;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  max-height: 52px;
  margin-bottom: 16px;
  padding: 8px 9px;
}

.css-nuk0wc:active,
.css-nuk0wc:focus,
.css-nuk0wc:hover {
  background-color: rgb(0, 0, 0);
  border-color: transparent;
}

.css-nuk0wc:active .e5tlu6e2,
.css-nuk0wc:focus .e5tlu6e2,
.css-nuk0wc:hover .e5tlu6e2 {
  opacity: 1;
}

@media screen and (min-width: 600px) {
  .css-nuk0wc {
    width: 50%;
  }
}

@media screen and (min-width: 840px) {
  .css-nuk0wc {
    width: auto;
  }
}

@media screen and (max-width: 839px) {
  .css-nuk0wc {
    margin-bottom: 8px;
    min-width: 136px;
    max-height: 42px;
    padding: 7px 8px;
  }

  @media screen and (min-width: 480px) {
    .css-nuk0wc {
      margin-bottom: 16px;
    }
  }

  @media screen and (min-width: 840px) {
    .css-nuk0wc {
      margin-bottom: 8px;
    }
  }

  .css-nuk0wc .e5tlu6e1 {
    width: 20px;
    height: 25px;
    background-size: 20px 25px;
    margin-right: 6px;
  }

  .css-nuk0wc .e5tlu6e0 {
    width: 78px;
    height: 27px;
    background-size: 78px 27px;
  }
}

.css-u18zdk {
  position: relative;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.css-u18zdk img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 30px;
  transition: opacity 0.2s;
}

.css-whh5e5 {
  opacity: 1;
}

.css-2v3jnm {
  flex-shrink: 0;
  width: 101px;
  height: 34px;
  background-image: url("/cdn/img/vip/f6b6b293e558a0fb040b.svg");
  background-repeat: no-repeat;
  background-size: 101px 34px;
}

.css-12c3dpd {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-width: 176px;
  max-width: 100%;
  line-height: 1;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.2s, color 0.2s;
  color: rgb(255, 255, 255);
  background-color: rgb(43, 42, 42);
  border-color: transparent;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  max-height: 52px;
  margin-bottom: 16px;
  padding: 8px 9px;
}

.css-12c3dpd:active,
.css-12c3dpd:focus,
.css-12c3dpd:hover {
  background-color: rgb(0, 0, 0);
  border-color: transparent;
}

.css-12c3dpd:active .e5tlu6e2,
.css-12c3dpd:focus .e5tlu6e2,
.css-12c3dpd:hover .e5tlu6e2 {
  opacity: 1;
}

@media screen and (min-width: 600px) {
  .css-12c3dpd {
    width: 50%;
  }
}

@media screen and (min-width: 840px) {
  .css-12c3dpd {
    width: auto;
  }
}

@media screen and (max-width: 839px) {
  .css-12c3dpd {
    margin-bottom: 8px;
    min-width: 136px;
    max-height: 42px;
    padding: 7px 8px;
  }

  .css-12c3dpd:not(:nth-child(1)) {
    margin-left: 16px;
  }

  @media screen and (min-width: 480px) {
    .css-12c3dpd {
      margin-bottom: 16px;
    }
  }

  @media screen and (min-width: 840px) {
    .css-12c3dpd {
      margin-bottom: 8px;
    }
  }

  .css-12c3dpd .e5tlu6e1 {
    width: 22px;
    height: 25px;
    background-size: 22px 25px;
    margin-right: 6px;
  }

  .css-12c3dpd .e5tlu6e0 {
    width: 76px;
    height: 26px;
    background-size: 76px 26px;
  }
}

@media screen and (max-width: 479px) {
  .css-12c3dpd:not(:nth-child(1)) {
    margin-left: 0px;
  }
}

.css-1m2ba8v {
  position: relative;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.css-1m2ba8v img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 32px;
  transition: opacity 0.2s;
}

.css-16vbifq {
  flex-shrink: 0;
  width: 100px;
  height: 34px;
  background-image: url("/cdn/img/vip/c3dd422401f96b0b5d07.svg");
  background-repeat: no-repeat;
  background-size: 100px 34px;
}

.css-s6kbzv {
  padding-top: 16px;
  border-top: 1px solid rgb(0, 0, 0);
}

@media screen and (min-width: 960px) {
  .css-s6kbzv {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.css-1xfwcuv {
  background-color: rgb(10, 8, 21);
  overflow: hidden;
}

.css-1mgl9aw {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  width: 100%;
  height: 1500px;
  margin: 0px auto;
  mix-blend-mode: hard-light;
  background: url("/cdn/img/vip/hero-bg.png")
    50% -240px / cover no-repeat;
}

@media screen and (max-width: 1919px) {
  .css-1mgl9aw {
    height: 1247px;
    background: url("/cdn/img/vip/hero-bg.png")
      50% 0px / cover no-repeat;
  }
}

@media screen and (max-width: 1439px) {
  .css-1mgl9aw {
    height: 1247px;
    background: url("/cdn/img/vip/hero-bg.png")
      50% 0px / contain no-repeat;
  }
}

@media screen and (max-width: 1279px) {
  .css-1mgl9aw {
    height: 1247px;
    background: url("/cdn/img/vip/hero-bg-tab.png")
      50% 0px / cover no-repeat;
  }
}

@media screen and (max-width: 599px) {
  .css-1mgl9aw {
    height: 1000px;
    background: url("/cdn/img/vip/hero-bg-mob.png")
      50% 0px / cover no-repeat;
  }
}

@media screen and (max-width: 479px) {
  .css-1mgl9aw {
    height: 700px;
  }
}

.css-1mgl9aw::before,
.css-1mgl9aw::after {
  content: "";
  position: absolute;
  background: url("/cdn/img/vip/vip-hero.png")
    0px 0px / contain no-repeat;
}

.css-1mgl9aw::before {
  width: 714px;
  height: 780px;
  top: 30%;
  left: -3%;
}

.css-1mgl9aw::after {
  width: 535px;
  height: 585px;
  top: 38%;
  right: 3%;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1919px) {
  .css-1mgl9aw::before {
    width: 535px;
    height: 585px;
    top: 33%;
    left: -9%;
  }

  .css-1mgl9aw::after {
    width: 400px;
    height: 438px;
    top: 43%;
    right: -1%;
  }
}

@media screen and (max-width: 1279px) {
  .css-1mgl9aw::before {
    width: 300px;
    height: 328px;
    top: 41%;
    left: -3%;
  }

  .css-1mgl9aw::after {
    width: 300px;
    height: 328px;
  }
}

@media screen and (max-width: 839px) {
  .css-1mgl9aw::before {
    width: 225px;
    height: 246px;
    top: 39%;
    left: -5%;
  }

  .css-1mgl9aw::after {
    width: 225px;
    height: 246px;
    top: 42%;
    right: -1%;
  }
}

@media screen and (max-width: 599px) {
  .css-1mgl9aw::before,
  .css-1mgl9aw::after {
    display: none;
  }
}

.css-1iiq2w8 {
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 72px 0px 144px;
}

@media screen and (min-width: 0px) {
  .css-1iiq2w8 {
    padding-top: 96px;
    padding-bottom: 192px;
  }
}

@media screen and (min-width: 960px) {
  .css-1iiq2w8 {
    padding-top: 120px;
    padding-bottom: 360px;
  }
}

@media screen and (min-width: 1280px) {
  .css-1iiq2w8 {
    padding-top: 128px;
    padding-bottom: 256px;
  }
}

@media screen and (min-width: 1440px) {
  .css-1iiq2w8 {
    padding-top: 160px;
    padding-bottom: 320px;
  }
}

@media screen and (min-width: 1920px) {
  .css-1iiq2w8 {
    padding-top: 200px;
    padding-bottom: 400px;
  }
}

@media screen and (min-width: 0px) {
  .css-1iiq2w8 {
    padding-top: 96px;
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 960px) {
  .css-1iiq2w8 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1280px) {
  .css-1iiq2w8 {
    padding-top: 128px;
    padding-bottom: 200px;
  }
}

@media screen and (min-width: 1440px) {
  .css-1iiq2w8 {
    padding-top: 140px;
    padding-bottom: 200px;
  }
}

@media screen and (min-width: 1920px) {
  .css-1iiq2w8 {
    padding-top: 140px;
    padding-bottom: 200px;
  }
}

.css-1iiq2w8 .e1bd4ome0 {
  margin-bottom: 48px;
}

.css-1iiq2w8 .e1bd4ome5 {
  margin-top: 40px;
}

.css-1iiq2w8 .e1bd4ome5 > a,
.css-1iiq2w8 .e1bd4ome5 > button {
  width: 100%;
  max-width: 240px;
}

@media screen and (max-width: 599px) {
  .css-1iiq2w8 .e1bd4ome5 > a,
  .css-1iiq2w8 .e1bd4ome5 > button {
    max-width: 280px;
    margin: 0px auto;
  }
}

@media screen and (min-width: 480px) {
  .css-1iiq2w8 .e1bd4ome5 {
    margin-top: 48px;
  }
}

.css-1dhjzeu {
  padding: 32px;
  margin: 0px auto;
  width: 1088px;
  box-sizing: border-box;
}

@media screen and (max-width: 1919px) {
  .css-1dhjzeu {
    width: 1054px;
  }
}

@media screen and (max-width: 1279px) {
  .css-1dhjzeu {
    max-width: 100%;
  }
}

@media screen and (max-width: 839px) {
  .css-1dhjzeu {
    padding: 26px;
  }
}

@media screen and (max-width: 479px) {
  .css-1dhjzeu {
    padding: 16px;
  }
}

.css-1r251y1 {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

@media screen and (min-width: 480px) {
  .css-1r251y1 {
    font-size: 64px;
    line-height: 72px;
  }
}

@media screen and (min-width: 960px) {
  .css-1r251y1 {
    font-size: 72px;
    line-height: 88px;
  }
}

.css-x6gf4u {
  list-style: none;
  margin: 0px;
  display: flex;
  justify-content: space-around;
  gap: 32px;
}

@media screen and (max-width: 1919px) {
  .css-x6gf4u {
    gap: 24px;
  }
}

@media screen and (max-width: 959px) {
  .css-x6gf4u {
    gap: 16px;
  }
}

@media screen and (max-width: 479px) {
  .css-x6gf4u {
    flex-wrap: wrap;
  }
}

.css-1eiy6qa {
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .css-1eiy6qa svg {
    width: 56px;
    height: 56px;
  }
}

@media screen and (max-width: 479px) {
  .css-1eiy6qa:nth-child(1),
  .css-1eiy6qa:nth-child(2) {
    width: calc(50% - 32px);
  }
}

.css-1ovl61a {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 6px 0px 4px;
}

.css-1ovl61a br {
  display: none;
}

@media screen and (max-width: 1279px) {
  .css-1ovl61a {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 599px) {
  .css-1ovl61a {
    font-size: 16px;
  }

  .css-1ovl61a br {
    display: inline;
  }
}

.css-q2st0l {
  color: rgb(173, 179, 193);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
}

.css-1dotvgk {
  display: flex;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 24px;
}

@media screen and (min-width: 480px) {
  .css-1dotvgk {
    flex-direction: row;
    margin-top: 40px;
  }
}

.css-11sinwy {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 8px;
}

.css-11sinwy > svg {
  fill: rgb(255, 255, 255);
}

.css-hzanr2 {
  width: 100%;
  backdrop-filter: blur(6px);
}

@media screen and (min-width: 480px) {
  .css-hzanr2 {
    width: auto;
  }
}

.css-hbvilo {
  position: relative;
  max-width: 1040px;
  margin: 0px auto;
  padding: 0px 16px;
  color: rgb(255, 255, 255);
}

@media screen and (min-width: 480px) {
  .css-hbvilo {
    padding: 0px 32px;
  }
}

.css-koh13d {
  margin-bottom: 56px;
  color: rgb(255, 255, 255);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.48px;
}

@media screen and (max-width: 839px) {
  .css-koh13d {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.4px;
  }
}

@media screen and (max-width: 479px) {
  .css-koh13d {
    font-size: 34px;
    letter-spacing: -0.34px;
  }
}

.css-1j2525b {
  position: relative;
}

.css-1j2525b::before {
  background: linear-gradient(
    rgba(255, 255, 255, 0.19) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px)
      content-box exclude,
    linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
}

.css-1j2525b::after {
  background-image: url("/cdn/img/vip/table-gradient.png");
}

.css-1j2525b::before,
.css-1j2525b::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 304px;
  height: 100%;
  border-radius: 20px;
  padding: 1px;
  text-align: center;
  width: 304px;
}

@media screen and (max-width: 1439px) {
  .css-1j2525b::before,
  .css-1j2525b::after {
    width: 300px;
  }
}

@media screen and (max-width: 1279px) {
  .css-1j2525b::before,
  .css-1j2525b::after {
    width: 223px;
  }
}

@media screen and (max-width: 959px) {
  .css-1j2525b::before,
  .css-1j2525b::after {
    width: calc(33% - 18px);
  }
}

@media screen and (max-width: 599px) {
  .css-1j2525b::before,
  .css-1j2525b::after {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 1439px) {
  .css-1j2525b::before,
  .css-1j2525b::after {
    right: 300px;
  }
}

@media screen and (max-width: 1279px) {
  .css-1j2525b::before,
  .css-1j2525b::after {
    right: 223px;
  }
}

@media screen and (max-width: 959px) {
  .css-1j2525b::before,
  .css-1j2525b::after {
    right: calc(33% - 2px);
  }
}

@media screen and (max-width: 839px) {
  .css-1j2525b::before,
  .css-1j2525b::after {
    right: 0px;
  }
}

.css-plsxge > div {
  border-bottom: 1px solid;
  border-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.12) 100%
    )
    1 / 1 / 0 stretch;
}

.css-pej1si {
  display: flex;
  padding: 8px 0px;
  min-height: 64px;
}

@media screen and (max-width: 959px) {
  .css-pej1si {
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 16px;
  }
}

.css-pej1si:not(:first-child) {
  border-top: 1px solid;
  border-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.12) 100%
    )
    1 / 1 / 0 stretch;
}

.css-14pz8e6 {
  flex: 1 1 0%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px 4px;
}

.css-14pz8e6 svg {
  position: relative;
  top: 4px;
  margin-left: 4px;
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  .css-14pz8e6 {
    font-size: 14px;
  }
}

.css-ltgxvd {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: rgb(173, 179, 193);
  display: none;
}

@media screen and (max-width: 599px) {
  .css-ltgxvd {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .css-ltgxvd {
    font-size: 11px;
  }
}

.css-abmaqg {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  width: 304px;
}

@media screen and (max-width: 1439px) {
  .css-abmaqg {
    width: 300px;
  }
}

@media screen and (max-width: 1279px) {
  .css-abmaqg {
    width: 223px;
  }
}

@media screen and (max-width: 959px) {
  .css-abmaqg {
    width: calc(33% - 18px);
  }
}

@media screen and (max-width: 599px) {
  .css-abmaqg {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 1439px) {
  .css-abmaqg {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }
}

@media screen and (max-width: 839px) {
  .css-abmaqg {
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
  }
}

@media screen and (max-width: 599px) {
  .css-abmaqg {
    width: 50%;
  }

  .css-abmaqg:nth-child(3n) {
    display: none;
  }
}

.css-1iah21z {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(173, 179, 193);
  text-align: center;
  width: 304px;
  font-size: 12px;
  line-height: 14px;
}

@media screen and (max-width: 1439px) {
  .css-1iah21z {
    width: 300px;
  }
}

@media screen and (max-width: 1279px) {
  .css-1iah21z {
    width: 223px;
  }
}

@media screen and (max-width: 959px) {
  .css-1iah21z {
    width: calc(33% - 18px);
  }
}

@media screen and (max-width: 599px) {
  .css-1iah21z {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 959px) {
  .css-1iah21z {
    flex: 1 1 0%;
  }
}

@media screen and (max-width: 599px) {
  .css-1iah21z {
    font-size: 10px;
  }
}

.css-r57pdw {
  padding-inline: 16px;
}

.css-hy6fqv {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(173, 179, 193);
  text-align: center;
  width: 304px;
  font-size: 12px;
  line-height: 14px;
}

@media screen and (max-width: 1439px) {
  .css-hy6fqv {
    width: 300px;
  }
}

@media screen and (max-width: 1279px) {
  .css-hy6fqv {
    width: 223px;
  }
}

@media screen and (max-width: 959px) {
  .css-hy6fqv {
    width: calc(33% - 18px);
  }
}

@media screen and (max-width: 599px) {
  .css-hy6fqv {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 599px) {
  .css-hy6fqv {
    display: none;
  }
}

.css-13if92j {
  max-width: 1002px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

.css-18rex7k {
  display: flex;
  max-width: 1002px;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  margin: 0px auto;
  padding: 40px 16px;
}

.css-18rex7k:first-child {
  margin-top: 80px;
}

@media screen and (min-width: 480px) {
  .css-18rex7k {
    padding: 60px 24px;
  }
}

@media screen and (min-width: 840px) {
  .css-18rex7k {
    flex-direction: row-reverse;
    padding: 60px 32px;
  }
}

@media screen and (min-width: 1280px) {
  .css-18rex7k {
    gap: 72px;
  }
}

.css-420rc3 .e6h1bbe1 {
  margin-top: 16px;
}

.css-420rc3 .e6h1bbe2 {
  margin-top: 32px;
}

.css-mpfn47 {
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

@media screen and (min-width: 480px) {
  .css-mpfn47 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (min-width: 840px) {
  .css-mpfn47 {
    font-size: 36px;
    line-height: 48px;
  }
}

.css-h5ysf6 {
  color: rgb(173, 179, 193);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (min-width: 480px) {
  .css-h5ysf6 {
    font-size: 15px;
    line-height: 24px;
  }
}

@media screen and (min-width: 840px) {
  .css-h5ysf6 {
    font-size: 16px;
    line-height: 24px;
  }
}

.css-12ip2b {
  position: relative;
}

.css-12ip2b img {
  position: relative;
  width: 100%;
  z-index: 1;
}

.css-1lzgo9c {
  max-width: 100%;
}

@media screen and (min-width: 840px) {
  .css-1lzgo9c {
    width: 50%;
  }
}

.css-jquq5b {
  display: flex;
  max-width: 1002px;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  margin: 0px auto;
  padding: 40px 16px;
}

@media screen and (min-width: 480px) {
  .css-jquq5b {
    padding: 60px 24px;
  }
}

@media screen and (min-width: 840px) {
  .css-jquq5b {
    flex-direction: row;
    padding: 60px 32px;
  }
}

@media screen and (min-width: 1280px) {
  .css-jquq5b {
    gap: 72px;
  }
}

.css-cnwc40 .ev7ncfn2 {
  margin-top: 16px;
}

.css-czi6vu .e3l6jck2 {
  margin-top: 16px;
}

.css-czi6vu .e3l6jck4 {
  margin-top: 32px;
}

.css-1w9naqo {
  margin: 80px auto 0px;
}

@media screen and (min-width: 480px) {
  .css-1w9naqo {
    margin-top: 60px;
  }
}

@media screen and (min-width: 840px) {
  .css-1w9naqo {
    margin-top: 100px;
  }
}

@media screen and (min-width: 960px) {
  .css-1w9naqo {
    margin-top: 160px;
  }
}

.css-bhcpp8 {
  margin: 0px auto 40px;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  color: rgb(255, 255, 255);
}

@media screen and (min-width: 480px) {
  .css-bhcpp8 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media screen and (min-width: 960px) {
  .css-bhcpp8 {
    margin-bottom: 64px;
    font-size: 48px;
    line-height: 56px;
  }
}

.css-10c46sf .Accordion__button {
  padding: 0px;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-transform: none;
  color: rgb(255, 255, 255);
  cursor: pointer;
  border-top: none;
}

@media screen and (min-width: 480px) {
  .css-10c46sf .Accordion__button {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 960px) {
  .css-10c46sf .Accordion__button {
    font-size: 20px;
    line-height: 30px;
  }
}

.css-10c46sf .Accordion__content {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(173, 179, 193);
}

@media screen and (min-width: 480px) {
  .css-10c46sf .Accordion__content {
    font-size: 15px;
    line-height: 24px;
  }
}

@media screen and (min-width: 960px) {
  .css-10c46sf .Accordion__content {
    font-size: 16px;
  }
}

.css-10c46sf .Accordion__section {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid;
  border-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.12) 100%
    )
    1 / 1 / 0 stretch;
}

.css-10c46sf .Accordion__section:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

@media screen and (min-width: 480px) {
  .css-10c46sf .Accordion__section {
    padding-bottom: 32px;
  }
}

.css-10c46sf .Accordion__button::after {
  content: none;
}

.css-lajo6c {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media screen and (min-width: 480px) {
  .css-lajo6c {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 960px) {
  .css-lajo6c {
    font-size: 20px;
    line-height: 30px;
  }
}

.css-14ldegz {
  padding-right: 24px;
}

.css-h1izqz {
  position: relative;
  margin: 0px;
  padding: 0px;
  min-width: 24px;
  width: 24px;
  height: 24px;
  opacity: 0.4;
  color: rgb(173, 179, 193);
  background: transparent;
  border-radius: 50%;
  border: 2px solid;
  cursor: pointer;
}

.css-zxoe4h {
  position: absolute;
  transition: 300ms;
  background: rgb(173, 179, 193);
  left: 4px;
  right: 4px;
  height: 2px;
  width: 12px;
  top: 9px;
}

.css-2r8vmn {
  position: absolute;
  transition: 300ms;
  background: rgb(173, 179, 193);
  border-radius: 1px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  left: 9px;
}

.css-1ik44kr {
  margin-top: 8px;
  display: inline-block;
  padding-right: 32px;
}

.css-1ik44kr > ul {
  padding-left: 24px;
  margin-right: 16px;
}

@media screen and (min-width: 840px) {
  .css-1l923ri {
    margin-inline: 0px;
  }
}

@media screen and (min-width: 960px) {
  .css-1l923ri {
    margin-inline: 32px;
  }
}

@media screen and (min-width: 1280px) {
  .css-1l923ri {
    margin-inline: 48px;
  }
}

.css-1l923ri .e1q10cdx0 {
  border-radius: 20px;
  background-image: url("/cdn/img/vip/go-vip-bg.png");
  background-size: cover;
}

.css-1l923ri .e1q10cdx0::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1px;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: linear-gradient(
    rgba(255, 255, 255, 0.19) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px)
      content-box exclude,
    linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
  border-radius: 20px;
}

.css-12qeipf {
  position: relative;
  overflow: hidden;
  padding: 36px;
  margin: 72px auto;
  max-width: 1312px;
}

@media screen and (min-width: 480px) {
  .css-12qeipf {
    margin-top: 160px;
    margin-bottom: 130px;
  }
}

@media screen and (min-width: 600px) {
  .css-12qeipf {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 960px) {
  .css-12qeipf {
    padding: 100px 112px;
  }
}

@media screen and (min-width: 1280px) {
  .css-12qeipf {
    padding: 100px 112px;
    margin: 312px auto 192px;
  }
}

.css-1b48drt {
  position: relative;
  width: 100%;
  z-index: 1;
}

.css-1fb0hyw {
  margin: 0px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: rgb(255, 255, 255);
  text-align: center;
}

@media screen and (min-width: 480px) {
  .css-1fb0hyw {
    font-size: 40px;
  }
}

@media screen and (min-width: 600px) {
  .css-1fb0hyw {
    font-size: 52px;
    line-height: 64px;
  }
}

@media screen and (min-width: 960px) {
  .css-1fb0hyw {
    font-size: 58px;
    line-height: 72px;
  }
}

.css-126zpr5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgb(173, 179, 193);
  text-align: center;
}

@media screen and (min-width: 480px) {
  .css-126zpr5 {
    font-size: 18px;
  }
}

@media screen and (min-width: 960px) {
  .css-126zpr5 {
    font-size: 20px;
    line-height: 30px;
  }
}

.css-9lvmhf {
  display: flex;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: fit-content;
  margin: 32px auto 0px;
}

@media screen and (min-width: 480px) {
  .css-9lvmhf {
    flex-direction: row;
  }
}

.css-oo5gzb {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 8px;
}

@media screen and (min-width: 600px) {
  .css-1k5gljj {
    width: 504px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 840px) {
  .css-1k5gljj {
    width: 764px;
  }
}

@media screen and (min-width: 1280px) {
  .css-1k5gljj {
    width: 1024px;
  }
}

.css-1dr4x6w {
  position: relative;
  margin: 0px -16px;
}

@media screen and (min-width: 480px) {
  .css-1dr4x6w {
    margin: 0px -24px;
  }
}

@media screen and (min-width: 600px) {
  .css-1dr4x6w {
    margin: 0px -8px;
  }
}

.css-79elbk {
  position: relative;
}

.css-7q8f9p {
  position: relative;
  z-index: 0;
  margin-bottom: 8px;
  outline: none;
  overflow: hidden;
}

.css-1v8f0fb {
  display: inline-block;
  white-space: initial;
  vertical-align: top;
  width: 130px;
  height: 68px;
  padding: 0px 8px;
  box-sizing: border-box;
}

.css-spxp70 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 114px;
  height: 68px;
  padding: 11px;
  box-sizing: border-box;
}

.css-rk6b59 {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/skrill.svg")
    50% 50% / contain no-repeat;
}

.css-h2ly3w {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/volet.svg")
    50% 50% / contain no-repeat;
}

.css-ay7jic {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/neteller.svg")
    50% 50% / contain no-repeat;
}

.css-1h2yjpr {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/mastercard.svg")
    50% 50% / contain no-repeat;
}

.css-u6rgum {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/bank-transfer.svg")
    50% 50% / contain no-repeat;
}

.css-i7kryx {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/visa.svg")
    50% 50% / contain no-repeat;
}

.css-j0azdm {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}

.css-1ie227f {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(155, 155, 155);
  cursor: pointer;
}

.css-1ie227f:not(:last-child) {
  margin-right: 8px;
}

.css-q0dplc {
  min-width: 100%;
  position: relative;
  text-align: left;
  z-index: 1;
  white-space: nowrap;
  transition: transform 300ms;
}

@media screen and (min-width: 600px) {
  .css-q0dplc {
    text-align: left;
  }
}

.css-qp560r {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/usdc.svg")
    50% 50% / contain no-repeat;
}

.css-1dgodeh {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/visa-mastercard.svg")
    50% 50% / contain no-repeat;
}

.css-9lvosd {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/zenith_bank.svg")
    50% 50% / contain no-repeat;
}

.css-1jkbjnn {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/united_bank_of_africa.svg")
    50% 50% / contain no-repeat;
}

.css-n9bjtd {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/access_bank.svg")
    50% 50% / contain no-repeat;
}

.css-1p2v7x0 {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/fidelity_bank_nigeria.svg")
    50% 50% / contain no-repeat;
}

.css-1xf7lih {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/firstbank.svg")
    50% 50% / contain no-repeat;
}

.css-tjv736 {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/guaranty_trust_bank.svg")
    50% 50% / contain no-repeat;
}

.css-i2kj8h {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/union_bank.svg")
    50% 50% / contain no-repeat;
}

.css-2s7dqa {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/wema_bank.svg")
    50% 50% / contain no-repeat;
}

.css-rywh5k {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/usdt.svg")
    50% 50% / contain no-repeat;
}

.css-rmdojw {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/eth.svg")
    50% 50% / contain no-repeat;
}

.css-16tvocz {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/xrp.svg")
    50% 50% / contain no-repeat;
}

.css-1uvbkb7 {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/ada.svg")
    50% 50% / contain no-repeat;
}

.css-12kmdva {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/ltc.svg")
    50% 50% / contain no-repeat;
}

.css-3fx5u6 {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/volet-usd.svg")
    50% 50% / contain no-repeat;
}

.css-11tbw2g {
  width: 100%;
  height: 100%;
  background: url("/cdn/img/vip/webmoney-wmz.svg")
    50% 50% / contain no-repeat;
}

.css-1jhceht {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(225, 225, 225);
  cursor: pointer;
}

.css-1jhceht:not(:last-child) {
  margin-right: 8px;
}

/*! CSS Used from: https://static.cdnpub.info/v5/static/css/1618.a9a34b91a64f9baab171.css */
.Accordion__button {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  border-top: 1px solid #e1e1e1;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: space-between;
  margin-top: -1px;
  padding: 16px 16px 16px 0;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  width: 100%;
}

.Accordion__button:after {
  border: 5px solid transparent;
  border-bottom: 0;
  border-radius: 0;
  border-top-color: #9b9b9b;
  content: " ";
  height: 0;
  position: absolute;
  right: 16px;
  top: 25px;
  -webkit-transition: border 0.3s ease, bottom 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: border 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: border 0.3s ease, transform 0.3s ease, bottom 0.3s ease;
  transition: border 0.3s ease, transform 0.3s ease, bottom 0.3s ease;
  transition: border 0.3s ease, transform 0.3s ease, bottom 0.3s ease,
    -webkit-transform 0.3s ease;
  width: 0;
}

/*! CSS Used from: Embedded ; media=all */
@media all {
  .st0 {
    fill: #f4a11d;
  }

  .st4 {
    fill: #1d1d1b;
  }
}

/*! CSS Used from: Embedded ; media=all */
@media all {
  .st0 {
    fill: #f4a11d;
  }

  .st4 {
    fill: #1d1d1b;
  }
}

/*! CSS Used fontfaces */
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2")
      format("woff2");
  unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2")
      format("woff2");
  unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2")
      format("woff2");
  unicode-range: U+102-103, U+110-111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2")
      format("woff2");
  unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2")
      format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gTD_vx3rCubqg.woff2")
      format("woff2");
  unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D_vx3rCubqg.woff2")
      format("woff2");
  unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gbD_vx3rCubqg.woff2")
      format("woff2");
  unicode-range: U+102-103, U+110-111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gfD_vx3rCubqg.woff2")
      format("woff2");
  unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD_vx3rCs.woff2")
      format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gTD_vx3rCubqg.woff2")
      format("woff2");
  unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3g3D_vx3rCubqg.woff2")
      format("woff2");
  unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gbD_vx3rCubqg.woff2")
      format("woff2");
  unicode-range: U+102-103, U+110-111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD_vx3rCubqg.woff2")
      format("woff2");
  unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_vx3rCs.woff2")
      format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold"), local("Montserrat-Bold"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_vx3rCubqg.woff2")
      format("woff2");
  unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold"), local("Montserrat-Bold"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_vx3rCubqg.woff2")
      format("woff2");
  unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold"), local("Montserrat-Bold"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_vx3rCubqg.woff2")
      format("woff2");
  unicode-range: U+102-103, U+110-111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold"), local("Montserrat-Bold"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_vx3rCubqg.woff2")
      format("woff2");
  unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold"), local("Montserrat-Bold"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_vx3rCs.woff2")
      format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Montserrat Black"), local("Montserrat-Black"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gTD_vx3rCubqg.woff2")
      format("woff2");
  unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Montserrat Black"), local("Montserrat-Black"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3g3D_vx3rCubqg.woff2")
      format("woff2");
  unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Montserrat Black"), local("Montserrat-Black"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gbD_vx3rCubqg.woff2")
      format("woff2");
  unicode-range: U+102-103, U+110-111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Montserrat Black"), local("Montserrat-Black"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gfD_vx3rCubqg.woff2")
      format("woff2");
  unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Montserrat Black"), local("Montserrat-Black"),
    url("https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gnD_vx3rCs.woff2")
      format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

* {
  font-family: Montserrat, sans-serif;
}