@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot");
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff2") format("woff2"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff") format("woff"), url("../../fonts/proxima_nova/ProximaNova-Regular.ttf") format("truetype"), url("../../fonts/proxima_nova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body main {
  overflow-x: hidden;
}
body main section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body main section h1.main-title {
  font-size: 64px;
}
body main section h2.secondary-title {
  font-size: 40px;
}
body main section p.lead {
  font-size: 24px;
}
body main section > img.bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
body main section.page_banner {
  padding: 180px 10px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.page_banner .caption {
  position: relative;
}
body main section.page_banner .caption h1.main-title {
  font-size: 84px;
}
body main section.page_banner .caption h2.lead {
  font-size: 24px;
  max-width: 80%;
}
body main section.services {
  padding: 80px 0;
}
body main section.services .card {
  border-radius: 0;
  border: none;
}
body main section.services .card .card-img {
  border-radius: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
body main section.services .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  padding: 40px 40px;
}
body main section.services .card .card-body .card-title {
  position: relative;
  padding: 0 0 14px;
  transition: all 0.3s ease-in-out;
  min-width: max-content;
}
body main section.services .card .card-body .card-title:after {
  content: "";
  background-color: #D0AB2B;
  height: 4px;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
body main section.services .card .card-body .card-title_abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out;
}
body main section.services .card .card-body .card-text {
  font-size: 20px;
}
body main section.services .card .card-body .with_text,
body main section.services .card .card-body .card-text,
body main section.services .card .card-body img {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}
body main section.services .card:hover .card-body {
  background-color: rgba(0, 0, 0, 0.4);
}
body main section.services .card:hover .card-body .card-title_abs {
  opacity: 0;
}
body main section.services .card:hover .card-body .with_text,
body main section.services .card:hover .card-body .card-text,
body main section.services .card:hover .card-body img {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1780px) {
  body main section h1.main-title {
    font-size: 54px;
  }
  body main section h2.secondary-title {
    font-size: 36px;
  }
  body main section p.lead {
    font-size: 22px;
  }
  body main section.page_banner {
    padding: 160px 10px 80px;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 74px;
  }
}
@media (max-width: 1680px) {
  body main section h1.main-title {
    font-size: 44px;
  }
  body main section h2.secondary-title {
    font-size: 32px;
  }
  body main section.page_banner {
    padding: 140px 10px 80px;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 74px;
  }
}
@media (max-width: 1580px) {
  body main section.services .card .card-body {
    padding: 40px;
  }
  body main section.services .card .card-body .card-title {
    font-size: 24px;
  }
}
@media (max-width: 1480px) {
  body main section h1.main-title {
    font-size: 34px;
  }
  body main section h2.secondary-title {
    font-size: 28px;
  }
  body main section p.lead {
    font-size: 18px;
  }
  body main section.page_banner {
    padding: 120px 10px 60px;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 64px;
  }
}
@media (max-width: 1280px) {
  body main section.page_banner {
    padding: 100px 10px 60px;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 54px;
  }
}
@media (max-width: 1200px) {
  body main section.services .card_1 {
    height: unset !important;
  }
  body main section.services .card_1 .card-img {
    border-radius: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
  body main section.services .card_1 .card-body {
    padding: 200px 40px;
  }
}
@media (max-width: 992px) {
  body main section h1.main-title {
    font-size: 34px;
  }
  body main section h2.secondary-title {
    font-size: 28px;
  }
  body main section p.lead {
    font-size: 18px;
  }
  body main section.page_banner {
    padding: 80px 10px 60px;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 44px;
  }
  body main section.services .card {
    height: unset;
  }
  body main section.services .card .card-img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  body main {
    margin-top: 62px;
  }
  body main section.page_banner {
    padding: 40px 10px 40px;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 34px;
    margin-bottom: 8px !important;
  }
  body main section.page_banner .caption h2.lead {
    font-size: 18px;
  }
  body main section.services {
    padding: 40px 0;
  }
  body main section.services .card_1 .card-body {
    padding: 160px 40px;
  }
  body main section.services .card .card-body .card-text {
    font-size: 16px;
  }
}
@media (max-width: 567px) {
  body main section h1.main-title {
    font-size: 24px;
  }
  body main section h2.secondary-title {
    font-size: 24px;
  }
  body main section p.lead {
    font-size: 16px;
  }
  body main section.page_banner {
    min-height: unset;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 24px;
  }
  body main section.page_banner .caption h2.lead {
    font-size: 14px;
  }
  body main section.page_banner > img.bg {
    height: unset;
  }
  body main section.services .card_1 .card-body {
    padding: 140px 20px !important;
  }
  body main section.services .card .card-body {
    padding: 20px;
  }
  body main section.services .card .card-body .card-text {
    font-size: 14px;
  }
}

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