* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  height: 100dvh;
  width: 100%;
  font-size: 18px;
  font-family: "Satoshi", sans-serif;
  background: #fff;
  position: relative;
  background-image: url("../img/background.png");
  background-size: cover;
  padding: 70px;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  body {
    padding: 20px 40px;
  }
}
@media (max-width: 431px) {
  body {
    padding: 60px 40px;
    background-size: cover;
  }
}
body .layershadow {
  max-width: 886.007px;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(266deg, rgba(28, 63, 58, 0) 3.44%, #1C3F3A 97.29%);
}
body .container {
  width: 100%;
  height: 100%;
  font-weight: 200;
  position: relative;
}
body .container .warpper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 431px) {
  body .container .warpper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
body .container .logo {
  width: 266px;
}
@media (max-width: 431px) {
  body .container .logo {
    width: 174px;
  }
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  body .container .logo {
    width: 174px;
  }
}
body .container .hero {
  display: flex;
  flex-direction: column;
  justify-items: end;
  align-items: self-start;
  justify-content: end;
  max-height: calc(100dvh - 222px);
  height: 100%;
}
body .container .hero h1 {
  color: #FFF;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
  margin-bottom: 10px;
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  body .container .hero h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 431px) {
  body .container .hero h1 {
    font-size: 25px;
  }
}
body .container .hero p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 431px) {
  body .container .hero p {
    font-size: 15px;
  }
}
body .container .iconsfooter {
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 20px;
  text-decoration: none;
  height: 24px;
  margin-top: 40px;
  flex-wrap: wrap;
}
body .container .iconsfooter li {
  list-style: none;
}
body .container .iconsfooter li a {
  border: 0px;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all ease-in-out 300ms;
}
body .container .iconsfooter li a img {
  width: 25px;
}
@media (max-width: 431px) {
  body .container .iconsfooter li a img {
    width: 20px;
    margin-left: 10px;
  }
}
body .container .icons {
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 30px;
  text-decoration: none;
  height: 24px;
}
body .container .icons li {
  list-style: none;
}
body .container .icons li a {
  border: 0px;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all ease-in-out 300ms;
}
body .container .icons li a img {
  width: 25px;
}
@media (max-width: 431px) {
  body .container .icons li a img {
    width: 20px;
    margin-left: 10px;
  }
}

/*# sourceMappingURL=app.css.map */
