html,
body {
  height: 100%;
}

body {
  background-color: #EEF0F0;
  font-weight: 550;
}
@media (max-width: 575.98px) {
  body {
    max-height: 100vh;
  }
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .content {
    height: 100vh;
  }
}
.content .line-1 {
  font-size: 0.8rem;
  color: #2A2B2A;
  letter-spacing: 0.8px;
}
.content .line-2 {
  text-transform: uppercase;
  font-size: 13px;
  color: #2A2B2A;
  font-weight: 800;
  letter-spacing: 1.4px;
}
.content .line-2 h1 {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #2A2B2A;
  margin: 0;
  line-height: 1.5;
}
.content .bottom-link {
color: #2A2B2A;
text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}
.content .bottom-link .icon {
  color: #2A2B2A;
}
.content .bottom-link .mail {
  color: #2A2B2A;
  text-transform: uppercase;
}

.bottom .icon {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .bottom .icon svg {
    font-size: 1.7rem;
  }
}

.brand {
  width: 244px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.bg-img {
  height: 30vh;
  position: relative;
}
@media (min-width: 992px) {
  .bg-img {
    height: 100vh;
  }
}
.bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.socials {
  position: absolute;
  top: 0;
  right: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5em;
}
.socials a {
  color: rgb(250, 163, 31);
  transition: color 0.2s ease-in-out;
}
.socials a:hover {
  color: #faa31f;
}

.line {
  position: absolute;
}
.line-x {
  width: 100%;
  height: 1px;
  background-color: rgb(250, 163, 31);
}
.line-y {
  height: 100%;
  width: 1px;
  background-color: rgb(250, 163, 31);
}
.line-top {
  top: 50px;
  left: 0;
}
.line-bottom {
  bottom: 50px;
  left: 0;
}
.line-left {
  top: 0;
  left: 50px;
}
.line-right {
  top: 0;
  right: 50px;
}

ul {
  list-style: none;
  padding: 0;
}
ul li {
  margin-bottom: 2px;
}

.services-list {
  margin-top: 8px;
}
.services-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(42, 43, 42, 0.1);
}
.services-list li:last-child {
  border-bottom: none;
}
.services-list li i {
  color: #4a8c5c;
  margin-top: 2px;
  flex-shrink: 0;
  font-size: 0.7rem;
}

.mb-2 {
  color: #faa31f;
  text-align: center;
}

.under-construction {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4a8c5c;
  background-color: rgba(74, 140, 92, 0.1);
  border: 1px solid rgba(74, 140, 92, 0.3);
  border-radius: 20px;
  padding: 4px 12px;
}

.px-6 {
  padding-left: 0.9rem !important;
  padding-right: 0 !important;
}

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