@charset "utf-8";
@font-face {
  font-family: "A2z";
  src: url("/src/font/a2z-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "A2z";
  src: url("/src/font/a2z-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "A2z";
  src: url("/src/font/a2z-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "A2z";
  src: url("/src/font/a2z-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "A2z";
  src: url("/src/font/a2z-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "A2z";
  src: url("/src/font/a2z-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "A2z";
  src: url("/src/font/a2z-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}

@font-face {
  font-family: "A2z";
  src: url("/src/font/a2z-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "A2z";
  src: url("/src/font/a2z-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}

body {
  font-family: "A2z", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  overflow: hidden;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4 {
  color: #333;
  font-family: "A2z", sans-serif;
}
a {
  text-decoration: none;
  color: #333;
}
ol,
ul {
  list-style-type: none;
}
button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.wrap {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
.sound-only {
  position: absolute;
  left: -9999em;
  top: -9999em;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.ready {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  gap: 20px;
}
.ready-img {
  width: 100%;
  padding: 5rem;
}

.ready-tit {
  font-size: 1.8rem;
  font-family: "A2z", sans-serif;
  font-weight: 500;
}
.ready-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .ready-img {
    width: 50%;
    padding: 7rem;
  }
}
