:root {
  --ach-first: #A17307;
  --ach-third: #E34A4A;
  --ach-fourth: #D29D20;
  --ach-fifth: #ABD5FF;
  --ach-background: #EEF2F5;
}

@font-face {
  font-family: "Nexa Bold";
  src: url("../fonts/NexaBold.eot");
  src: url("../fonts/NexaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/NexaBold.woff2") format("woff2"), url("../fonts/NexaBold.woff") format("woff"), url("../fonts/NexaBold.svg#NexaBold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "Nexa Book";
  src: url("../fonts/Nexa-Book.eot");
  src: url("../fonts/Nexa-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Book.woff2") format("woff2"), url("../fonts/Nexa-Book.woff") format("woff"), url("../fonts/Nexa-Book.svg#Nexa-Book") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "Nexa Heavy";
  src: url("../fonts/NexaHeavy.eot");
  src: url("../fonts/NexaHeavy.eot?#iefix") format("embedded-opentype"), url("../fonts/NexaHeavy.woff2") format("woff2"), url("../fonts/NexaHeavy.woff") format("woff"), url("../fonts/NexaHeavy.svg#NexaHeavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
body {
  background-color: #FFFFFF;
  font-family: "Nexa Book", Arial, Helvetica, sans-serif;
  color: #231f20;
}

.header {
  display: flex;
  padding: 0.625rem;
}

.brand {
  display: block;
}

.menu ul {
  list-style: none;
  padding: 0;
  gap: 2rem;
}
.menu a {
  display: block;
  text-decoration: none;
  font-size: 0.785rem;
  text-transform: uppercase;
  color: #AFAFAF;
}
.menu a.active, .menu a:hover {
  color: #606060;
}
@media screen and (max-width: 768px) {
  .menu {
    max-height: 0;
    overflow: hidden;
  }
  .menu > ul {
    padding: 2rem 0 0 0;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    text-align: left !important;
  }
  .menu > ul li ul {
    padding: 0 0 1rem 0;
    flex-direction: row;
  }
  .menu.active {
    max-height: 18.75rem;
  }
}

.service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-right: 1px solid var(--ach-first);
  padding: 2rem;
}
.service img {
  width: auto;
  height: 6rem;
  margin-bottom: 2rem;
  align-self: center;
}
.service strong {
  color: var(--ach-first);
  font-size: 1.125rem;
  display: block;
  font-family: "Nexa Bold";
  font-weight: 900;
}
.service b {
  font-family: "Nexa Bold";
  display: block;
}
.service p {
  font-size: 0.875rem;
}
.service:nth-child(3) {
  border: none;
}
@media screen and (max-width: 1200px) {
  .service {
    border-right: none;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 18rem), 1fr));
}

.footer {
  background-color: #231F20;
  padding: 3rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer p {
  margin: 0;
}
.footer a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer a:hover {
  color: var(--ach-first);
}

.hero {
  width: 100%;
  height: 35rem;
  overflow: hidden;
  margin: 0 !important;
}
.hero img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-slide {
  height: 35rem;
}

.slick-dots {
  bottom: 1rem;
}
.slick-dots button::before {
  font-size: 0.75rem !important;
  color: #FFFFFF !important;
  opacity: 1 !important;
}
.slick-dots .slick-active button::before {
  color: var(--ach-first) !important;
}

.c-first {
  color: var(--ach-first);
}
.c-white {
  color: #FFFFFF;
}

.contact {
  background-image: url("../images/bg-contact.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem;
}

.content {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 3rem;
}
.content b, .content strong {
  font-weight: 700;
  font-family: "Nexa Bold";
}
.content .border-end {
  border-right-color: #231f20 !important;
}
@media screen and (max-width: 992px) {
  .content .border-end {
    border-right: none !important;
  }
}
@media screen and (max-width: 768px) {
  .content {
    padding: 1rem;
  }
}

.item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  color: #606060;
}
.item .figure {
  height: 6rem;
  width: auto;
  display: block;
  margin-bottom: 1rem;
}
.item .figure.roof img {
  display: inline-block;
  max-width: 8rem;
  height: auto;
}
.item .figure img {
  width: auto;
  height: 100%;
  margin-bottom: 0;
}
.item span {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.item img {
  margin-bottom: 0.75rem;
}
.item strong {
  font-size: 0.875rem;
  color: #5F5F5F;
  font-weight: 900;
  font-family: "Nexa Bold";
}
.item:hover {
  text-decoration: none;
}

.field {
  border: solid 1px #6D6C6D;
  padding: 0.25rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
.field label {
  font-size: 0.625rem;
  flex: 1;
  margin-bottom: 0.25rem;
  font-weight: 400;
  font-family: "Nexa Book";
  text-transform: uppercase;
}
.field input {
  flex: 1;
  font-size: 0.875rem;
  padding: 0;
  border: none;
  background-color: transparent;
  font-weight: 400;
  font-family: "Nexa Book";
}
.field input:focus {
  outline: none;
}
.field textarea {
  width: 100%;
  max-width: inherit;
  flex: 1;
  background-color: transparent;
  border: none;
}
.field textarea:focus {
  outline: none;
}

.btn {
  padding: 0.5rem 1rem;
  border-radius: 0;
  border: 0;
}
.btn--first {
  background-color: var(--ach-first);
  color: white;
}
.btn--first:hover {
  background-color: var(--ach-fourth);
  color: white;
}
.btn:hover {
  text-decoration: none;
}

.stripe {
  background-color: #A17307;
  color: #FFFFFF;
}
.stripe h2 {
  margin: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Nexa Bold";
  line-height: 100%;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.headline {
  position: absolute;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--ach-first);
}
.headline h1 {
  width: 80%;
  max-width: 82.5rem;
}
@media screen and (max-width: 768px) {
  .headline h1 {
    width: 90%;
    font-size: 1.25rem;
  }
}

.slick-slide {
  position: relative;
}

.title {
  border-bottom: solid 1px var(--ach-first);
  padding: 0.5rem;
  text-align: center;
  color: var(--ach-first);
  font-size: 2rem;
  font-weight: 600;
  font-family: "Nexa Bold";
}

.border-bottom {
  border-bottom-color: var(--ach-first) !important;
}

.text-large {
  font-size: 1.5rem;
}
.text-medium {
  font-size: 1.25rem;
}

.visual {
  width: 5rem;
  height: auto;
  margin-right: 2rem;
  flex-basis: 15%;
}
.visual img {
  width: 100%;
  height: auto;
}

.description {
  flex-basis: 85%;
}
.description strong {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Nexa Bold";
}
.description p {
  margin-bottom: 0;
}

b {
  font-family: "Nexa Bold";
  font-weight: 900;
}

.message {
  display: none;
}

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