body {
  margin: 0;
  font-family: proxima_regular, sans-serif;
  font-style: normal;
  font-weight: 100;
  overflow-x: hidden;
}

header {
  margin-bottom: 5vh;
}
header .header-inner {
  display: flex;
}
header .header-inner .logo {
  z-index: 4;
}
header .header-inner .logo img {
  width: 25vw;
  height: auto;
  margin: 5vh 0px 0px 5vh;
}
header .header-inner .bck-img img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 70%;
}

.main-inner {
  margin: 0 10vw;
  display: flex;
  flex-direction: column;
  gap: 3vh;
}
.main-inner h1 {
  text-transform: uppercase;
  font-size: 6vw;
  color: black;
  margin: 0;
}
.main-inner .row {
  display: flex;
  gap: 25px;
  text-decoration: none;
}
.main-inner .row .col-img {
  border-radius: 15%;
  border: 3px solid rgb(63, 135, 149);
  width: 25%;
  aspect-ratio: 1;
  position: relative;
}
.main-inner .row .col-img img {
  height: auto;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-inner .row .col-text {
  position: relative;
  width: 75%;
}
.main-inner .row .col-text .text-box {
  top: 50%;
  position: relative;
  width: auto;
  transform: translateY(-50%);
}
.main-inner .row .col-text .text-box h2 {
  color: rgb(63, 135, 149);
  font-size: 4vw;
  margin: 5px;
  font-family: proxima_bold, sans-serif;
}
@media (max-width: 600px) {
  .main-inner .row .col-text .text-box h2 {
    font-size: 1.7rem;
  }
}
.main-inner .row .col-text .text-box p {
  color: rgb(120, 120, 120);
  font-size: 2.7vw;
  margin: 0;
}
@media (max-width: 600px) {
  .main-inner .row .col-text .text-box p {
    font-size: 1.1rem;
  }
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
  padding-top: 2vw;
  z-index: 5;
}
footer .footer-inner {
  margin: 0 2vw;
}
footer .footer-inner .text {
  color: rgb(63, 135, 149);
  display: flex;
  font-size: 2.5vw;
  margin-bottom: 10px;
}
footer .footer-inner .text .left {
  width: 50%;
  position: relative;
}
footer .footer-inner .text .left h3 {
  margin: 0;
}
footer .footer-inner .text .right {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: end;
}
footer .footer-inner .text .right h4 {
  margin: 0;
}
footer .footer-inner .text .right .buttons {
  position: relative;
}
footer .footer-inner .text .right .buttons-inner {
  position: absolute;
  right: 10px;
  display: flex;
  gap: 2vw;
  padding-bottom: 2.2vw;
  bottom: 0;
}
footer .footer-inner .text .right .buttons-inner .link img {
  width: 3.6vw;
}
footer .footer-inner .text .right .buttons-inner .link.house img {
  width: 4vw;
  transform: translateY(-0.3vw);
}
footer .footer-inner .line {
  height: 1vh;
  background-color: rgb(63, 135, 149);
}

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