@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}

body, html {
  background-color: white;
}

main {
  height: -moz-fit-content;
  height: fit-content;
}
main .intro {
  background-image: url("/res/bg.jpg");
  background-size: cover;
  background-position-y: center;
  height: 100vh;
}
main header .h-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background-color: #2e2e2e;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-sizing: border-box;
}
main header .h-main img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
main header .h-main .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
}
main header a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s;
}
main header a:hover {
  color: #8b8b8b;
}
main header h2 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: rgb(179, 179, 179);
  width: 40%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main header .line {
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  background-color: #b64747;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: rgb(255, 255, 255);
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .content {
  width: 100%;
  height: 85%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
main .content .left {
  -webkit-backdrop-filter: brightness(0.5) blur(10px);
          backdrop-filter: brightness(0.5) blur(10px);
  padding: 24px;
  border-radius: 12px;
  width: 15%;
}
main .content .left h1 {
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 42px;
}
main .content .left p {
  color: rgb(189, 189, 189);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-top: 12px;
}
main .content .right {
  background-color: #ffffff;
  padding: 48px;
  text-align: center;
  border-radius: 12px;
  width: 20%;
  display: flex;
  flex-direction: column;
  box-shadow: 4px 4px 100px 0px rgba(34, 60, 80, 0.64);
}
main .content .right h1 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 42px;
}
main .content .right p {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-top: 12px;
}
main .content .right img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  height: 300px;
  width: 420px;
  align-self: center;
}
main footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px;
  gap: 64px;
}
main footer img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
main footer #main_block {
  width: 18%;
}
main footer .block {
  width: 10%;
}
main footer .block h2 {
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  opacity: 0.8;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main footer .block h2.fade_out {
  opacity: 0.5;
}
main footer .block h3 {
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 26px;
  opacity: 0.8;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 8px;
}
main footer .block a {
  color: rgb(104, 104, 104);
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 26px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main footer .block a:hover {
  color: #000000;
}
main footer .block h4 {
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  opacity: 0.6;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 18px;
}
main footer .smallinfo {
  width: 15%;
}
main footer .smallinfo p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.6;
  margin-bottom: 18px;
}/*# sourceMappingURL=style.css.map */