@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin_it.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light_it.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg_it.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med_it.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld_it.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk_it.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roca";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Roca.otf");
}
.m-country-select-1 {
  max-width: 580px;
  width: 100%;
  background: #FFFFFF;
  padding-top: 4px;
}
.m-country-select-1__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  gap: 32px;
}
.m-country-select-1__close {
  width: 32px;
  height: 32px;
  background-image: url("../../../../images/theme/icons/icon_close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: auto;
  margin-right: 4px;
  cursor: pointer;
}
.m-country-select-1__close:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.m-country-select-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #003B4D;
  font-family: "Roca", "Brandon Grotesque", sans-seriff;
  text-align: center;
}
.m-country-select-1__form {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 480px) {
  .m-country-select-1__form {
    flex-direction: column;
  }
}
.m-country-select-1__link {
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #003B4D;
}
.m-country-select-1__link a {
  font-weight: bold;
}

/*# sourceMappingURL=country-select-1_style.css.map */
