.geo-redirect__banner {
  --geo-banner-primary-text-color: #1a1818;
  --geo-banner-background-color: transparent;
  --geo-banner-go-to-button-background-color: #c10020;
  --geo-banner-go-to-button-text-color: #fff;
  --geo-banner-stay-button-text-color: #1a1818;
  --geo-banner-wrapper-border-color: #cfbf95;
  --geo-banner-font-family: GrotesqueMTStd-Extended, sans-serif;
}

.geo-redirect__banner-overlay {
  position: fixed;
  z-index: 10002;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.geo-redirect__banner-content-wrapper {
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  max-width: 620px;
  width: 100%;
  background-color: var(--geo-banner-background-color);
  border: 4px solid var(--geo-banner-wrapper-border-color);
  transform: translate(-50%, -50%);
  border: 0 solid;
  border-image: url("data:image/svg+xml,%3Csvg width='620' height='382' viewBox='0 0 620 382' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_10468_56986' fill='white'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 0L2.86102e-06 16L0 366L16 382H604L620 366V16L604 0H16Z'/%3E%3C/mask%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 0L2.86102e-06 16L0 366L16 382H604L620 366V16L604 0H16Z' fill='%23FFFBF3'/%3E%3Cpath d='M2.86102e-06 16L-1.41421 14.5858L-2 15.1716V16H2.86102e-06ZM16 0V-2H15.1716L14.5858 -1.41421L16 0ZM0 366H-2V366.828L-1.41421 367.414L0 366ZM16 382L14.5858 383.414L15.1716 384H16V382ZM604 382V384H604.828L605.414 383.414L604 382ZM620 366L621.414 367.414L622 366.828V366H620ZM620 16H622V15.1716L621.414 14.5858L620 16ZM604 0L605.414 -1.41421L604.828 -2H604V0ZM1.41422 17.4142L17.4142 1.41421L14.5858 -1.41421L-1.41421 14.5858L1.41422 17.4142ZM2 366L2 16H-2L-2 366H2ZM-1.41421 367.414L14.5858 383.414L17.4142 380.586L1.41421 364.586L-1.41421 367.414ZM604 380H16V384H604V380ZM605.414 383.414L621.414 367.414L618.586 364.586L602.586 380.586L605.414 383.414ZM618 16V366H622V16H618ZM621.414 14.5858L605.414 -1.41421L602.586 1.41421L618.586 17.4142L621.414 14.5858ZM16 2H604V-2H16V2Z' fill='%23CFBF95' mask='url(%23path-1-inside-1_10468_56986)'/%3E%3C/svg%3E");
  border-image-slice: 16 fill;
  border-image-width: 16px;
  border-image-outset: 0;
}

.geo-redirect__banner-logo {
  position: absolute;
  top: -40px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 80px;
  transform: translateX(-50%);
}

.geo-redirect__banner-content {
  padding: 110px 38px 40px;
  font-family: var(--geo-banner-font-family);
}

.geo-redirect__banner-title {
  margin: 0;
  color: var(--geo-banner-primary-text-color);
  word-break: break-word;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.geo-redirect__banner-buttons {
  padding: 48px 0 0;
  color: var(--geo-banner-primary-text-color);
  text-align: center;
}

.geo-redirect__banner-btn {
  display: inline-block;
  min-width: 305px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: uppercase;
  background-color: unset;
  cursor: pointer;
}

.geo-redirect__banner-btn.btn__go-to {
  padding: 20px 39px 15px;
  color: var(--geo-banner-go-to-button-text-color);
  background-color: var(--geo-banner-go-to-button-background-color);
  line-height: 1.3;
}

.geo-redirect__banner-btn.btn__go-to [class*="flag-"]::before {
  margin-right: 8px;
}

.geo-redirect__banner-btn.btn__go-to em {
  text-decoration: underline;
}

.geo-redirect__banner-btn.btn__stay-here {
  padding: 24px 0 15px;
  color: var(--geo-banner-stay-button-text-color);
  background: transparent;
  border: 0;
  outline: 0;
  font-family: inherit;
}

.geo-redirect__banner-btn.btn__stay-here span {
  padding: 8px 0 7px;
  border-bottom: 2px solid var(--geo-banner-stay-button-text-color);
}

@media (max-width: 812px) {
  .geo-redirect__banner-content {
    max-height: 75vh;
    overflow-y: scroll;
    scrollbar-width: none;
  }

  .geo-redirect__banner-content::-webkit-scrollbar-thumb {
    background: transparent;
  }

  .geo-redirect__banner-content::-webkit-scrollbar {
    width: 0;
  }
}

@media (max-width: 768px) {
  .geo-redirect__banner-content-wrapper {
    top: 15%;
    max-width: 87.2vw;
    transform: translate(-50%, 0);
  }

  .geo-redirect__banner-title {
    font-size: 24px;
  }

  .geo-redirect__banner-content {
    padding: 80px 4.26vw 35px;
  }

  .geo-redirect__banner-buttons {
    max-width: 305px;
    padding: 35px 0 0;
    margin: 0 auto;
  }

  .geo-redirect__banner-btn.btn__go-to,
  .geo-redirect__banner-btn.btn__stay-here {
    min-width: 100%;
    padding: 18px 12px 15px;
  }
}

@media (max-width: 360px) {
  .geo-redirect__banner-title {
    font-size: 28px;
  }
}
