@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
html,
body {
  width: 100%;
  font-family: "Souce Sans Pro", sans-serif;
  background-color: #F4F4F4;
}

body {
  overflow-x: hidden;
}

.kv__wrap {
  background-color: #ffffff;
}
.kv__wrap .kv__box {
  max-width: 1400px;
  margin: 0 auto;
}
.kv__wrap .kv__box .kv__img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .kv__wrap .kv__box .kv__img {
    content: url("../img/support/kv_register_sp.webp");
  }
}
.country__section {
  background-color: #ffffff;
  padding: 5rem 0 10rem;
}
.country__section .country__section-wrap {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20vw;
}
.country__section .country__section-wrap .country__flag-1,
.country__section .country__section-wrap .country__flag-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.country__section .country__section-wrap .country__flag-1 .country__flag-text,
.country__section .country__section-wrap .country__flag-2 .country__flag-text {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 1rem;
  color: #2A2424;
}
.country__section .country__section-wrap .country__flag-1 .country__flag-img,
.country__section .country__section-wrap .country__flag-2 .country__flag-img {
  max-width: 300px;
  transition: 0.3s;
}
.country__section .country__section-wrap .country__flag-1:hover .country__flag-img,
.country__section .country__section-wrap .country__flag-2:hover .country__flag-img {
  transform: scale(1.05);
}

.under_construction {
  display: flex;
  align-items: center;
  justify-content: center;
}
.under_construction .under_construction--img {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  padding: 5rem 0;
  justify-content: center;
}
.under_construction .under_construction--img img {
  max-width: 50%;
}

@media screen and (max-width: 1400px) {
  .country__section {
    padding: 5rem 1rem;
  }
}
@media screen and (max-width: 870px) {
  .country__section .country__section-wrap {
    flex-direction: column;
    gap: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .country__section {
    padding: 5rem 2rem 5rem;
  }
  .country__section .country__section-wrap .country__flag-1 .country__flag-text,
  .country__section .country__section-wrap .country__flag-2 .country__flag-text {
    font-size: 16px;
  }
  .country__section .country__section-wrap .country__flag-1 .country__flag-img,
  .country__section .country__section-wrap .country__flag-2 .country__flag-img {
    max-width: 250px;
  }
  .under_construction .under_construction--img {
    padding: 4rem 2rem;
  }
  .under_construction .under_construction--img img {
    max-width: 100%;
  }
}/*# sourceMappingURL=registration.css.map */