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 {
  margin-bottom: 110px;
}
.main-inner {
  margin: 0 10vw;
  display: flex;
  flex-direction: column;
  gap: 4vh;
}
.main-inner .row {
  display: flex;
  gap: 35px;
  margin: 0 auto;
  width: 100%;
}
.main-inner .row .column {
  width: calc(33.3333% - 11.6666666667px);
  text-decoration: none;
}
.main-inner .row .column .square {
  border: 3px solid rgb(63, 135, 149);
  border-radius: 15%;
  aspect-ratio: 1;
  position: relative;
}
.main-inner .row .column .square img {
  height: auto;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-inner .row .column h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.4vw;
  color: black;
  font-weight: 300;
  font-family: proxima_bold, sans-serif;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
  padding-top: 20px;
}
footer .footer-inner {
  margin: 0 35px;
}
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 .line {
  height: 1vh;
  background-color: rgb(63, 135, 149);
}

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