<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&amp;display=swap');

/* BASE */

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;
}
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;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
main {
  display: block;
}
h1 {
  font-size: 0;
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 0;
}
a {
  background-color: transparent;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1rem dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2rem;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
video {
  box-sizing: content-box;
}
a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable='true']) {
  -webkit-user-drag: element;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
}

/* MODAL */

#blocked-country-modal {
  display: flex !important;
  padding-block-start: 60rem;
  position: fixed;
  height: 100%;
  height: 100dvh;
  width: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: 20;
  background: hsl(from #000 h s l / 0%);
  pointer-events: none;
  transition: background 0.5s ease;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-inline: 0;
  font-family: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont,
    'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
    sans-serif;
}

@media (orientation: landscape) {
  #blocked-country-modal {
    padding-block: 20rem;
  }
}

@media (min-height: 820px) and (orientation: landscape) {
  #blocked-country-modal {
    padding-block: 60rem;
  }
}

#blocked-country-modal *::-webkit-scrollbar {
  display: none;
}

#blocked-country-modal * {
  scrollbar-width: none;
}

#blocked-country-modal.active {
  pointer-events: auto;
  background: hsl(from #000 h s l / 75%);
}

#blocked-country-modal .wrapper {
  --modalPx: 16rem;
  --modalPy: 20rem;
  --modalRadius: 24rem;
  --modalMaxHeight: 276rem;
  display: flex;
  flex-direction: column;
  transition: translate 0.35s ease, opacity 0.35s ease;
  padding-block: var(--modalPy) calc(56rem + env(safe-area-inset-bottom, 0));
  padding-inline: var(--modalPx);
  border-top-left-radius: var(--modalRadius);
  border-top-right-radius: var(--modalRadius);
  color: #000;
  width: 100%;
  max-width: 100%;
  max-height: var(--modalMaxHeight);
  height: 100%;
  margin-block-start: auto;
  background: #fff;
}

@media (orientation: landscape) {
  #blocked-country-modal .wrapper {
    --modalPx: 24rem;
    --modalPy: 24rem;
    --modalMaxHeight: 550rem;
    max-width: 472rem;
    border-radius: 24rem;
    border-bottom-left-radius: var(--modalRadius);
    border-bottom-right-radius: var(--modalRadius);
    margin-block-start: 0;
    background: #f7f7f7;
    padding-block-end: var(--modalPy);
  }
}

#blocked-country-modal:not(.active) .wrapper {
  translate: 0 100%;
}

@media (orientation: landscape) {
  #blocked-country-modal:not(.active) .wrapper {
    translate: 0 60rem;
    opacity: 0;
  }
}

#blocked-country-modal .wrapper .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-height: 100%;
}

#blocked-country-modal .wrapper .content .mapWrapper {
  border: 3rem solid #ecf0f5;
  background: #f7f9fb;
  align-items: center;
  justify-content: center;
  padding-block: 20rem;
  padding-inline: 16rem;
  border-radius: 16rem;
  display: none;
  margin-block-end: 32rem;
  max-height: 246rem;
  height: 25dvh;
  user-select: none;
}

@media (orientation: landscape) {
  #blocked-country-modal .wrapper .content .mapWrapper {
    display: flex;
  }
}

#blocked-country-modal .wrapper .content .mapWrapper .map {
  max-height: 100%;
}

#blocked-country-modal .wrapper .content .title {
  font-size: 20rem;
  line-height: 125%;
  font-weight: 700;
  color: #303345;
  text-align: center;
  margin-block-end: 8rem;
}

@media (orientation: landscape) {
  #blocked-country-modal .wrapper .content .title {
    margin-block-end: 16rem;
  }
}

#blocked-country-modal .wrapper .content .description {
  font-size: 14rem;
  line-height: 141%;
  color: #303345;
  font-weight: 400;
  text-align: center;
  margin-block-end: 24rem;
}

@media (orientation: landscape) {
  #blocked-country-modal .wrapper .content .description {
    margin-block-end: 32rem;
  }
}

#blocked-country-modal .wrapper .content .btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8rem;
  width: 100%;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  background: #070707;
  color: #ffffff;
  font-weight: 500;
  gap: 8rem;
  padding: 4rem 8rem;
  font-size: 14rem;
  height: 44rem;
  min-width: 180rem;
  flex-shrink: 0;
}

#blocked-country-modal .wrapper .content .btn:not(:last-child) {
  margin-block-end: 12rem;
}

@media (orientation: landscape) {
  #blocked-country-modal .wrapper .content .btn {
    margin-block-start: auto;
  }
}

@media (hover: hover) {
  #blocked-country-modal .wrapper .content .btn:hover {
    background: hsl(from #070707 h s 15%);
  }
}

#blocked-country-modal .wrapper .content .btn:active,
#blocked-country-modal .wrapper .content .btn:focus-visible {
  background: hsl(from #070707 h s 22%);
}

#blocked-country-modal .wrapper .content .btn .icon {
  width: 22rem;
}

#blocked-country-select {
  --selectHeight: 48px;
  width: 100%;
  position: relative;
}

#blocked-country-select .view {
  cursor: pointer;
  background: #ffffff;
  border: 1rem solid #e1e8f1;
  border-radius: 8rem;
  display: flex;
  align-items: center;
  gap: 12rem;
  height: var(--selectHeight);
  padding-inline: 12rem;
  padding-block: 6rem;
  user-select: none;
}

#blocked-country-select .view .label {
  font-size: 14rem;
  line-height: 125%;
  font-weight: 500;
  color: #303345;
}

#blocked-country-select .view .chevronWrapper {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24rem;
  aspect-ratio: 1/1;
  background: #ecf0f5;
  flex-shrink: 0;
  margin-inline-start: auto;
  color: #303345;
}

#blocked-country-select .view .chevronWrapper .chevron {
  width: 8rem;
  transition: rotate 0.25s ease;
  rotate: 0.5turn;
}

#blocked-country-select .dropdown {
  min-width: 100%;
  position: absolute;
  z-index: 1;
  inset-block-start: auto;
  inset-block-end: 100%;
  inset-inline-start: 0;
  background: #ffffff;
  padding-block: 8rem;
  border-radius: 4rem;
  box-shadow: 0px 4px 4px 0px #00000005, 0px -2px 4px 0px #00000005,
    0px 4px 20px 0px #00000014;
  overflow-y: auto;
  max-height: calc(
    var(--modalMaxHeight) - var(--modalPy) * 2 - var(--selectHeight)
  );
}

@media (min-height: 820px) and (orientation: landscape) {
  #blocked-country-select .dropdown {
    inset-block-start: 100%;
    inset-block-end: auto;
    max-height: calc((100dvh - var(--modalMaxHeight)) / 2 + var(--modalPy) / 2);
  }
}

@media (orientation: portrait) {
  #blocked-country-select .dropdown {
    max-height: 50dvh;
  }
}

#blocked-country-select:not(.active) .dropdown {
  display: none;
}

#blocked-country-select.active .view .chevronWrapper .chevron {
  rotate: 1turn;
}

#blocked-country-select .dropdown .item {
  display: flex;
  align-items: center;
  gap: 8rem;
  padding-block: 10rem;
  padding-inline: 16rem;
  min-height: 44rem;
}

#blocked-country-select .dropdown .item .flagWrapper {
  height: 24rem;
  width: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4rem;
  background: #ecf0f5;
  flex-shrink: 0;
}

#blocked-country-select .dropdown .item .flagWrapper .flag {
  width: 21rem;
  height: auto;
  border: 0.8rem solid #e1e8f1;
}

#blocked-country-select .dropdown .item .text {
  font-size: 14rem;
  line-height: 125%;
  font-weight: 500;
  color: #303345;
}
</pre></body></html>