/*
    Theme Name: Rekos Agency WordPress Theme
    Description: Rekos Agency Theme
    Version: 1.0
    Author: Rekos Agency
    Author URI: Rekos Agency <info@rekos.agency>
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Tags: Rekos WordPress Theme
*/
@font-face {
  font-family: 'Object SansHeavy';
  src: url("fonts/ObjectSans/ObjectSans-Heavy.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Object Sans';
  src: url("fonts/ObjectSans/ObjectSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html,
body {
  margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
input,
button,
textarea {
  margin: 0;
}

input, textarea {
  font-family: inherit;
  color: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  color: white;
  overflow-x: clip;
}
body.body-lock {
  max-height: 100dvh;
  overflow: hidden;
}

a {
  color: white;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

html,
body,
input,
button,
textarea {
  font-family: "Object Sans", sans-serif;
}

a,
button,
.transition {
  transition: all .3s ease-in-out;
}

* {
  position: relative;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.inline-flex {
  display: inline-flex;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-stretch {
  align-items: stretch;
}

.grid {
  display: grid;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.margin-auto {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Object Sans", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 821px) {
  h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
  }
}

h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
  }
}

h3 {
  font-size: 2.8rem;
  line-height: 3.6rem;
}

h4 {
  font-size: 2.6rem;
  line-height: 3.4rem;
}

h5 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

h6 {
  font-size: 2.2rem;
  line-height: 3rem;
}

p {
  font-family: "Object Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

strong {
  font-family: 'Object SansHeavy';
  font-weight: 700;
}

ul,
ol {
  font-family: "Object Sans", sans-serif;
  list-style: none;
}

.fw-200 {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.cta {
  cursor: pointer;
  font-family: "Object Sans",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0px auto 0px auto;
  width: 100%;
  max-width: 327px;
  padding: 12px 24px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 9999px;
  background-color: #fff;
  color: #1F0004;
}
.cta-black {
  transition: all 300ms;
  background-color: #1F0004;
  color: #fff;
}
.cta-black:hover {
  background-color: #fff;
  color: #1F0004;
}
.cta-green {
  transition: all 300ms;
  background-color: #79baa4;
  color: #1F0004;
}
.cta-green:hover {
  background-color: #1F0004;
  color: #79baa4;
}
.cta:hover {
  background-color: #1F0004;
  color: #FFF;
}
@media (max-width: 821px) {
  .cta {
    max-width: 100%;
  }
}

::-webkit-input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: inline-block;
  margin-bottom: 40px;
}
.wpcf7-form .wpcf7-form-control-wrap input {
  width: 100%;
  color: #fff;
  font-family: "Object Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  background: transparent;
  border-width: 0 0 1.5px 0;
  border-color: #fff;
  padding: 0 0 6px 0;
  border-style: solid;
  border-radius: 0px;
}
.wpcf7-form .wpcf7-form-control-wrap input:focus-visible {
  outline: 0px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0px;
}
.wpcf7-form .wpcf7-submit {
  font-family: "Object Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  background-color: #fff;
  max-width: 327px;
  width: 100%;
  padding: 12px 24px;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form > p {
  position: relative;
  display: flex;
  flex-direction: column;
}
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1.5px solid #fff;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 6px;
}
.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  top: .5px;
  left: 4px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wpcf7-form .wpcf7-submit {
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  max-width: 327px;
  width: 100%;
  padding: 12px 24px;
  color: #1F0004;
  border-radius: 9999px;
  background: #FFF;
  transition: all 300ms;
  border: 0px;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #1F0004;
  color: #FFF;
}
@media (max-width: 1024px) {
  .wpcf7-form .wpcf7-submit {
    max-width: 100%;
  }
}
.wpcf7-form .wpcf7-list-item-label {
  width: calc(100% - 26px);
  color: #1F0004;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0px;
}

.footerForm-wrap {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 1025px) {
  .footerForm {
    flex-direction: column;
  }
}
.footerForm h2 {
  max-width: 608px;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1025px) {
  .footerForm h2 {
    margin: auto;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
  }
}
@media (max-width: 480px) {
  .footerForm h2 {
    max-width: 327px;
    margin-left: 0;
  }
}
.footerForm-vl {
  background-color: #fff;
  height: 80px;
  width: 1.5px;
  margin-left: 34px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.footerForm-form {
  width: 100%;
  max-width: 608px;
}
@media (max-width: 1024px) {
  .footerForm-form {
    margin: auto;
  }
}
.footerForm_checkbox {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
}
.footerForm_checkbox p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footerForm_checkbox p a {
  color: #fff;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "" !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: #1F0004 !important;
}

.swiper-pagination-bullet {
  opacity: 0.24px !important;
  background-color: #1F0004 !important;
}

.swiper-counter {
  z-index: 1;
  position: absolute;
  right: 115px;
  bottom: 58px;
  color: #1F0004;
  padding: 4px 12px;
  border-radius: 9999px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .swiper-counter {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    right: 35px;
    padding: 6px 8px;
    max-width: 48px;
    width: 100%;
  }
}

input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #1F0004;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 6px 12px 6px 6px;
}
input[type="checkbox"]:checked {
  background-color: #1F0004;
}
input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  top: .5px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.gm-style .gm-style-iw {
  width: 184px;
  padding: 10px 12px 12px 12px;
  background-color: #A4D5C7;
  box-shadow: none;
  border-radius: 0px;
}
@media (max-width: 1024px) {
  .gm-style .gm-style-iw {
    width: 136px;
    padding: 8px;
  }
}

.gm-style .gm-style-iw-tc::after {
  background-color: #A4D5C7;
  height: 7px;
  width: 11px;
}
@media (max-width: 1024px) {
  .gm-style .gm-style-iw-tc::after {
    left: -15.5px;
    position: absolute;
    top: 22px;
  }
}

.gm-style-iw-chr span {
  mask-image: url(/wp-content/themes/rekos/assets/images/x-close.svg) !important;
  margin: 0px !important;
  width: 18px !important;
  height: 18px !important;
  object-fit: contain !important;
}

.gm-style-iw-chr {
  padding-top: 10px;
  padding-bottom: 4px;
  padding-right: 12px;
}
@media (max-width: 1024px) {
  .gm-style-iw-chr {
    padding-right: 0px;
    padding-top: 6px;
  }
}

.gm-ui-hover-effect {
  opacity: 1 !important;
  width: 18px !important;
  height: 18px !important;
}

.gm-style-iw-d p {
  color: #1F0004;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px !important;
  text-align: left;
}
@media (max-width: 1024px) {
  .gm-style-iw-d p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
}

.gm-style .gm-style-iw-d {
  overflow: auto !important;
  padding: 4px 0 12px 0;
  margin-right: 12px;
  border-top: 1px solid #1F0004;
}
@media (max-width: 1024px) {
  .gm-style .gm-style-iw-d {
    margin-right: 0px;
    padding: 8px 0;
  }
}

.gm-style .gm-style-iw-c {
  transform: translate3d(22%, -18%, 0) !important;
}
@media (max-width: 1024px) {
  .gm-style .gm-style-iw-c {
    transform: translate3d(13%, -45%, 0) !important;
  }
}

.gm-style .gm-style-iw-tc {
  transform: translate(87%, 310%) rotate(90deg) !important;
}

.google-map {
  height: 620px;
}
@media (max-width: 1024px) {
  .google-map {
    height: 588px;
  }
}

.vl-animated {
  transition: transform 1s ease-out;
}

.vl-horizontal {
  height: 1.5px;
  width: 80px;
  transform: scaleX(0);
  transform-origin: center;
}

.vl-vertical {
  width: 1.5px;
  height: 80px;
  transform: scaleY(0);
  transform-origin: center;
}

.page-template-template-contact .HPhero {
  min-height: auto;
  padding: 308px 24px 140px 24px;
  background-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .page-template-template-contact .HPhero {
    padding: 201px 24px 48px 24px;
  }
}
.page-template-template-contact .contactHero-vl {
  display: none;
}

.header {
  z-index: 3;
}
.header__wrapper {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  padding: 16px 72px;
}
@media (max-width: 821px) {
  .header__wrapper {
    padding: 24px;
  }
}
.header__wrapper .logo {
  width: 60px;
}
.header__wrapper .logoBlack {
  display: none;
}
.header__wrapper .logoWhiteFixed {
  display: none;
}
.header__wrapper .logoBlackFixed {
  display: none;
}
.header-menuWrap {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-left: 0px;
}
.header__nav {
  display: flex;
  align-items: center;
}
.header-navItem {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  transition: all 300ms;
}
.header-navItem a:hover {
  color: #1F0004;
}
.header-navItem:last-of-type {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 9999px;
  padding: 8px 16px;
  transition: all 300ms;
}
.header-navItem:last-of-type a:hover {
  color: #fff;
}
.header-navItem:last-of-type:hover {
  border: 1px solid #1F0004;
  background-color: #1F0004;
}
.header-desktop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: all 0.3s ease;
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
.header-desktopFixed {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  max-width: 100%;
  padding: 24px 72px;
  opacity: 0;
}
@media (max-width: 1024px) {
  .header-desktopFixed {
    padding: 24px;
  }
}
.header-desktopFixed .header-mobile {
  align-items: center;
}
.header-desktopFixed .header-mobileCta {
  opacity: 1;
}
.header-desktopFixedVisible {
  transition: opacity 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.header-desktopFixedVisible .header-navItem a {
  color: #fff;
}
.header-desktopFixedVisible .header-navItem:last-of-type {
  color: #fff !important;
  border-color: #A4D5C7 !important;
}
.header-desktopFixedVisible .header-navItem:last-of-type a:last-of-type {
  color: #1F0004 !important;
}
.header-desktopFixed .logo {
  width: 60px;
}
.header-desktopFixed .logoWhite {
  display: none;
}
.header-desktopFixed .logoWhiteFixed {
  display: block;
}
.header-desktopFixed .logoBlackFixed {
  display: none;
}
.header-desktopFixed .header-navItem:last-of-type {
  cursor: pointer;
  background-color: #79BAA4;
  border-color: #79BAA4;
  transition: 300ms all;
}
.header-desktopFixed .header-navItem:last-of-type:hover {
  background-color: #fff;
  border-color: #fff;
}
.header-desktopFixed .header-navItem:last-of-type a {
  transition: 0ms;
  color: #1F0004;
}
@media (max-width: 1260px) {
  .header-desktop {
    display: none;
  }
}
.header-backgroundWhite {
  min-height: 84px;
}
@media (max-width: 1260px) {
  .header-backgroundWhite {
    min-height: 70px;
  }
}
@media (max-width: 820px) {
  .header-backgroundWhite {
    min-height: 86px;
  }
}
.header-backgroundWhite .header__wrapper {
  background-color: #fff;
  border-bottom: 1px solid #1F0004;
}
.header-backgroundWhite .header-navItem a {
  color: #1F0004;
}
.header-backgroundWhite .header-navItem:last-of-type {
  transition: all 300ms;
  border: 1px solid #1F0004;
}
.header-backgroundWhite .header-navItem:last-of-type:hover {
  border: 1px solid #fff;
}
.header-backgroundWhite .header-navItem:last-of-type:hover a {
  color: #fff;
}
.header-backgroundWhite .header-desktopFixed .logoWhite {
  display: none;
}
.header-backgroundWhite .header-desktopFixed .logoWhiteFixed {
  display: none;
}
.header-backgroundWhite .header-desktopFixed .logoBlack {
  display: none;
}
.header-backgroundWhite .header-desktopFixed .logoBlackFixed {
  display: block;
}
.header-backgroundWhite .logoWhite {
  display: none;
}
.header-backgroundWhite .logoWhiteFixed {
  display: none;
}
.header-backgroundWhite .logoBlack {
  display: block;
}
.header-backgroundWhite .logoBlackFixed {
  display: none;
}
.header-mobile {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: unset;
}
.header-mobileWrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-mobileCta {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 9999px;
  padding: 10px 24px 8px 24px;
  background-color: #79BAA4;
  color: #1F0004;
  opacity: 0;
  transition: all 300ms;
}
.header-mobileNavItem a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 300ms;
}
.header-mobileNavItem a img {
  height: 16.75px;
}
.header-mobileNavItem--icon {
  margin-top: -1px;
}
.header-mobile .btn-default {
  margin-right: 0px;
  margin-left: auto;
}
@media (min-width: 1260px) {
  .header-mobile {
    display: none;
  }
}
.header-mobileMenuButton {
  height: 36px;
  cursor: pointer;
  z-index: 3;
}
.header-mobileMenuButton > svg {
  background-color: #fff;
  border-radius: 100%;
}
.header-mobileMenu {
  position: absolute;
  background: #1F0004;
  display: flex !important;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  text-align: left;
  padding: 109px 0px 8px 0px;
  left: 0px;
  top: 0px;
  max-height: 0;
  height: 100dvh;
  width: 100vw;
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.header-mobileMenu li {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 48px 16px 24px;
  border-top: 1px solid #fff;
}
.header-logoMobile {
  position: relative;
  z-index: 3;
  width: 40px;
  transition: none;
}
.header-logoMobileInner {
  margin: 0 auto 169px auto;
}
@media (max-width: 769px) {
  .header-logoMobileInner {
    margin: 40px auto 120px auto;
  }
}
@media (max-width: 480px) {
  .header-logoMobileInner {
    margin: 40px auto 80px auto;
  }
}
.header-logoMobileInner .logo {
  width: auto;
  min-width: 120px;
}
@media (max-height: 730px) {
  .header-logoMobileInner .logo {
    width: auto;
    min-width: 80px;
  }
}
.header #svgLineOne {
  fill: #1F0004;
  transition: transform 0.5s ease;
}
.header #svgLineTwo {
  fill: #1F0004;
  transition: opacity 0.5s ease;
}
.header #svgLineThree {
  fill: #1F0004;
  transition: transform 0.5s ease;
}

.header-backgroundWhite .header-desktopFixed .header-logoMobile .logoBlackFixed {
  display: block;
  width: 40px;
}

.header-backgroundWhite .header-desktopFixed .header-logoMobile .logoBlack {
  display: none;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1F0004;
  padding: 128px 0 40px 0;
}
@media (max-width: 1280px) {
  .footer {
    padding: 128px 24px 40px 24px;
  }
}
@media (max-width: 1025px) {
  .footer {
    padding: 96px 24px 40px 24px;
  }
}
@media (max-width: 1025px) {
  .footerForm-wrap {
    flex-direction: column;
  }
}
.footerForm-wrap form .wpcf7-acceptance input[type="checkbox"] {
  border: 1.5px solid #fff;
  border-color: #fff;
}
.footerForm-wrap form label {
  transition: all 0.5s ease-in-out;
  bottom: 0;
  height: 0;
}
.footerForm-wrap form .filled {
  transition: all 0.5s ease-in-out;
  bottom: 24px;
  color: #737373;
  font-size: 12px;
}
.footer-vl {
  width: 1.5px;
  height: 80px;
  background-color: #fff;
  margin-bottom: 40px;
}
.footer .logo {
  max-width: 60.5px;
  margin-bottom: 40px;
}
.footer-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer-text p {
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.footer-bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}
@media (max-width: 1025px) {
  .footer-bottom {
    margin-top: 112px;
    justify-content: flex-start;
  }
}
.footer-iconWrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-links {
  display: flex;
  gap: 24px;
}
@media (max-width: 1025px) {
  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.footer-links a {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.footer-linksWrapper {
  display: flex;
  align-items: center;
  gap: 120px;
}
.footer-linksWrapper p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 1025px) {
  .footer-linksWrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.HPhero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center center;
  padding-top: 322px;
  padding-bottom: 106px;
  background-color: #0000007f;
  background-blend-mode: overlay;
  text-align: center;
  min-height: 100vh;
  position: relative;
}
@media (max-width: 821px) {
  .HPhero {
    padding-top: initial;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    height: 100dvh;
    min-height: auto;
    max-height: 100svh;
  }
}
.HPhero-label {
  color: #fff;
  z-index: 1;
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media (max-width: 821px) {
  .HPhero-label {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 16px;
  }
}
.HPhero h1 {
  max-width: 641px;
  margin: 0 auto 12px auto;
}
.HPhero-bottomText p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14.5px;
}
.HPhero-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .HPhero-subtitle {
    margin-bottom: 8px;
  }
}
.HPhero-vl {
  width: 1.5px;
  height: 80px;
  display: block;
  position: relative;
  margin: 0px auto 40px auto;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .HPhero-vl {
    margin: 0px auto 16px auto;
  }
}
.HPhero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.HPhero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}

.HPtwo {
  background: #FFF;
  padding: 96px 127px;
  width: 100%;
}
.HPtwo .container {
  max-width: 1186px;
}
@media (max-width: 1024px) {
  .HPtwo {
    padding: 24px 24px 96px 24px;
  }
}
.HPtwo-vl {
  background-color: #1F0004;
  height: 80px;
  width: 1.5px;
  margin: 0 auto 44px auto;
}
@media (max-width: 1024px) {
  .HPtwo-vl {
    margin: 0 auto 16px auto;
  }
}
.HPtwo-content {
  display: flex;
  flex-direction: row;
  gap: 154px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .HPtwo-content {
    gap: 24px;
  }
}
.HPtwo-image {
  min-width: 44px;
}
.HPtwo-text {
  margin-top: 12px;
  max-width: 932px;
}
.HPtwo-text p {
  color: #1F0004;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 111.111% */
  text-transform: uppercase;
  text-indent: 4.1em;
}
@media (max-width: 1024px) {
  .HPtwo-text p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    text-transform: uppercase;
  }
}

.HPprojectas {
  min-height: 700px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .HPprojectas {
    min-height: 588px;
  }
}
.HPprojectas h2 {
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 78px */
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .HPprojectas h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
  }
}
.HPprojectas-vl {
  height: 80px;
  width: 1.5px;
  background-color: #fff;
  margin: 0 auto 12px auto;
}

.HPicons {
  background-color: #A4D5C7;
  padding: 96px 72px;
}
@media (max-width: 1024px) {
  .HPicons {
    padding: 96px 24px;
  }
}
.HPicons-content ul {
  padding: 0px;
}
.HPicons-content ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1.5px solid #1F0004;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.HPicons-content ul li img {
  width: 52px;
  height: 40px;
  object-fit: contain;
}
@media (max-width: 1340px) {
  .HPicons-content ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .HPicons-content ul li img {
    max-width: 25px;
  }
}
@media (max-width: 1024px) {
  .HPicons-content ul li {
    gap: 24px;
    align-items: center;
  }
  .HPicons-content ul li:last-of-type {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #1F0004;
  }
  .HPicons-content ul li img {
    height: 32px;
  }
}
.HPicons-content ul li p {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  color: #1F0004;
}
@media (max-width: 1024px) {
  .HPicons-content ul li p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    text-transform: uppercase;
  }
}

.HPbudas {
  padding: 128px 72.5px 96px 72.5px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .HPbudas {
    padding: 96px 24px;
  }
}
.HPbudas h2 {
  max-width: 402px;
  color: #1F0004;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 78px */
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .HPbudas h2 {
    max-width: 327px;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 111.111% */
    text-transform: uppercase;
    text-align: right;
  }
}
.HPbudas p {
  color: #1F0004;
}
.HPbudas-contentOne {
  display: flex;
  justify-content: flex-end;
  margin: auto;
  max-width: 1211.5px;
}
@media (max-width: 1024px) {
  .HPbudas-contentOne {
    align-items: center;
    flex-direction: column;
  }
}
.HPbudas-contentOneLeft {
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 579px) {
  .HPbudas-contentOneLeft {
    margin-top: 0;
    width: 100%;
  }
}
.HPbudas-contentOneLeft h2 {
  text-align: right;
}
@media (max-width: 1024px) {
  .HPbudas-contentOneLeft h2 {
    text-align: left;
  }
}
.HPbudas-contentOneLeft-vl {
  margin-top: 34px;
  margin-left: 12px;
  background-color: #1F0004;
  width: 80px;
  height: 1.5px;
}
@media (max-width: 1025px) {
  .HPbudas-contentOneLeft-vl {
    display: none;
  }
}
@media (max-width: 1024px) {
  .HPbudas-contentOneLeft {
    justify-content: normal;
  }
}
.HPbudas-contentOneCenter {
  margin-right: 24px;
}
@media (max-width: 1025px) {
  .HPbudas-contentOneCenter {
    display: none;
  }
}
.HPbudas-contentOneRight {
  margin-top: 24px;
}
@media (max-width: 1025px) {
  .HPbudas-contentOneRight {
    display: none;
  }
}
.HPbudas-contentOneRight-vl {
  background-color: #1F0004;
  width: 1.5px;
  height: 80px;
  margin-bottom: 12px;
  margin-left: 36px;
}
.HPbudas-contentOneRight-text {
  max-width: 327px;
}
@media (max-width: 1024px) {
  .HPbudas-contentOneRight-text {
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .HPbudas-contentOneMobile {
    display: none;
  }
}
@media (max-width: 579px) {
  .HPbudas-contentOneMobile {
    width: 100%;
  }
}
.HPbudas-contentOneMobile-vl {
  margin: auto;
  height: 80px;
  width: 1.5px;
  background-color: #1F0004;
}
@media (max-width: 579px) {
  .HPbudas-contentOneMobile-vl {
    margin: 0 30%;
  }
}
.HPbudas-contentOneMobile-imgWrap img {
  display: inline-block;
}
@media (max-width: 1024px) {
  .HPbudas-contentOneMobile-imgWrap {
    text-align: center;
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }
}
.HPbudas-contentOneMobile-imgOne {
  max-width: 190px;
  width: 100%;
}
.HPbudas-contentOneMobile-imgTwo {
  margin-top: 16px;
  max-width: 125px;
  width: 100%;
}
@media (max-width: 1025px) {
  .HPbudas-contentOneMobile-text {
    max-width: 327px;
    margin-top: 8px;
  }
}
.HPbudas-contentTwo {
  margin: 128px auto 0px auto;
  max-width: 1211.5px;
  display: flex;
}
@media (max-width: 1024px) {
  .HPbudas-contentTwo {
    margin: 96px auto 0px auto;
    flex-direction: column;
  }
}
.HPbudas-contentTwoLeft {
  margin-top: 24px;
  margin-right: 24px;
}
.HPbudas-contentTwoLeft img {
  width: 100%;
  max-width: 241px;
  margin-left: auto;
}
.HPbudas-contentTwoLeft-vl {
  width: 1.5px;
  height: 80px;
  background-color: #1F0004;
  margin-bottom: 12px;
  margin-right: 36px;
  margin-left: auto;
}
.HPbudas-contentTwoLeft-text {
  max-width: 327px;
  text-align: right;
}
@media (max-width: 1024px) {
  .HPbudas-contentTwoLeft-text {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .HPbudas-contentTwoLeft {
    display: none;
  }
}
@media (max-width: 1024px) {
  .HPbudas-contentTwoCenter {
    display: none;
  }
}
.HPbudas-contentTwoRight {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}
@media (max-width: 1025px) {
  .HPbudas-contentTwoRight {
    justify-content: center;
    margin-top: 0px;
  }
}
.HPbudas-contentTwoRight-vl {
  margin-top: 34px;
  width: 80px;
  height: 1.5px;
  background-color: #1F0004;
}
@media (max-width: 1025px) {
  .HPbudas-contentTwoRight-vl {
    display: none;
  }
}
@media (min-width: 1025px) {
  .HPbudas-contentTwoMobile {
    display: none;
  }
}
@media (max-width: 579px) {
  .HPbudas-contentTwoMobile {
    width: 100%;
  }
}
.HPbudas-contentTwoMobile-vl {
  margin: auto;
  height: 80px;
  width: 1.5px;
  background-color: #1F0004;
}
@media (max-width: 579px) {
  .HPbudas-contentTwoMobile-vl {
    margin: 0 30%;
  }
}
.HPbudas-contentTwoMobile-imgWrap img {
  display: inline-block;
}
@media (max-width: 1025px) {
  .HPbudas-contentTwoMobile-imgWrap {
    text-align: center;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    justify-content: center;
  }
}
.HPbudas-contentTwoMobile-imgOne {
  max-width: 190px;
  width: 100%;
}
@media (max-width: 1025px) {
  .HPbudas-contentTwoMobile-imgOne {
    max-width: 125px;
    margin-top: 16px;
  }
}
.HPbudas-contentTwoMobile-imgTwo {
  margin-top: 16px;
  max-width: 125px;
  width: 100%;
}
@media (max-width: 1025px) {
  .HPbudas-contentTwoMobile-imgTwo {
    max-width: 190px;
    margin-top: 0px;
  }
}
@media (max-width: 1025px) {
  .HPbudas-contentTwoMobile-text {
    max-width: 327px;
    margin-top: 8px;
    margin: auto;
  }
}

.HPmieste-wrap {
  margin-top: 64px;
}
.HPmieste h2 {
  font-size: 38px;
  color: #1F0004;
  text-align: center;
  margin-bottom: 24px;
}
.HPmieste > p {
  color: #1F0004;
  text-align: center;
  margin-bottom: 64px;
}
.HPmieste-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.HPmieste-block p {
  line-height: 20px;
}
.HPmieste-progress {
  margin: 0 auto 6px auto;
  max-width: 48px;
  width: 100%;
}
.HPmieste-progress:last-of-type {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .HPmieste-progress {
    max-width: 18px;
  }
}
.HPmieste-pointer {
  max-width: 125px;
  max-height: 20px;
}
@media (max-width: 1024px) {
  .HPmieste-pointer {
    max-width: 47px;
    max-height: 8px;
  }
}
.HPmieste-pointerLeft {
  margin-top: 6px;
  z-index: 1;
  margin-left: 16px;
}
@media (max-width: 1024px) {
  .HPmieste-pointerLeft {
    margin-top: 8px;
    margin-left: 6px;
  }
}
.HPmieste-pointerRight {
  margin-top: 6px;
  z-index: 1;
  margin-right: 16px;
}
@media (max-width: 1024px) {
  .HPmieste-pointerRight {
    margin-top: 8px;
    margin-right: 6px;
  }
}
.HPmieste-textOneWrap {
  position: absolute;
  top: 24px;
  left: calc(50% - 14px);
  transform: translate(-100%, 0px);
  text-align: right;
}
@media (max-width: 1024px) {
  .HPmieste-textOneWrap {
    top: 8px;
    left: calc(50% - 5px);
  }
}
.HPmieste-textTwoWrap {
  position: absolute;
  top: 168px;
  left: calc(50% + 14px);
  text-align: left;
}
@media (max-width: 1024px) {
  .HPmieste-textTwoWrap {
    top: 68px;
    left: calc(50% + 5.5px);
  }
}
.HPmieste-textThreeWrap {
  position: absolute;
  top: 328px;
  left: calc(50% - 14px);
  transform: translate(-100%, 0px);
  text-align: right;
}
@media (max-width: 1024px) {
  .HPmieste-textThreeWrap {
    top: 128px;
    left: calc(50% - 5.5px);
  }
}
.HPmieste-textFourWrap {
  position: absolute;
  top: 478px;
  left: calc(50% + 14px);
  text-align: left;
}
@media (max-width: 1024px) {
  .HPmieste-textFourWrap {
    top: 188px;
    left: calc(50% + 5.5px);
  }
}
.HPmieste-textFiveWrap {
  position: absolute;
  top: 634px;
  left: calc(50% - 14px);
  transform: translate(-100%, 0px);
  text-align: right;
}
@media (max-width: 1024px) {
  .HPmieste-textFiveWrap {
    top: 250px;
    left: calc(50% - 5.5px);
  }
}
.HPmieste-textSixWrap {
  position: absolute;
  top: 786px;
  left: calc(50% + 14px);
  text-align: left;
}
@media (max-width: 1024px) {
  .HPmieste-textSixWrap {
    top: 312px;
    left: calc(50% + 5.5px);
  }
}

.HPstatybu {
  padding: 128px 0;
}
@media (max-width: 1024px) {
  .HPstatybu {
    padding: 96px 24px;
  }
}
.HPstatybu h2 {
  text-align: center;
  color: #1F0004;
  font-size: 38px;
}
.HPstatybu p {
  color: #1F0004;
}

.HPprojecta {
  background-color: #A4D5C7;
  padding: 96px 0;
}
.HPprojecta h2 {
  font-size: 38px;
  width: 100%;
  max-width: 402px;
  color: #1F0004;
  text-align: right;
}
@media (max-width: 1024px) {
  .HPprojecta h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 111.111% */
    text-transform: uppercase;
    text-align: left;
    max-width: 327px;
    margin: auto;
    margin-bottom: 24px;
  }
}
.HPprojecta p {
  color: #1F0004;
}
.HPprojecta-vl {
  margin-top: 40px;
  margin-left: 12px;
  background-color: #1F0004;
}
@media (max-width: 1024px) {
  .HPprojecta-vl {
    display: none;
  }
}
.HPprojecta-content .HPprojecta-vl {
  display: none;
}
@media (max-width: 1024px) {
  .HPprojecta-content .HPprojecta-vl {
    display: block;
    margin: auto;
  }
}
.HPprojecta-wrap {
  display: flex;
}
@media (max-width: 1024px) {
  .HPprojecta-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.HPprojecta-content {
  max-width: 500px;
}
@media (max-width: 1024px) {
  .HPprojecta-content {
    max-width: 327px;
  }
}
.HPprojecta-text {
  margin-top: 24px;
}
.HPprojecta-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  text-transform: uppercase;
  margin-bottom: 24px;
  text-indent: 4.1em;
}
.HPprojecta-link {
  margin-top: 16px;
  position: relative;
  display: inline-block;
  text-align: center;
  max-width: 327px;
  width: 100%;
  background-color: #fff;
  border-radius: 9999px;
  color: #1F0004;
  padding: 12px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
}

.contactHero {
  padding-bottom: 64px;
}
.contactHero-vl {
  text-align: center;
  background-color: #fff;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .contactHero-vl {
    height: 120px;
  }
}

.popupsInnerWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
  right: 0px;
  position: absolute;
  max-width: 1440px;
  width: 100%;
}
.popupsWrap {
  position: absolute;
  top: 23%;
  max-width: 1440px;
  width: calc(100% - 144px);
  margin: auto;
  right: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 72px;
  height: auto;
}
@media (max-width: 820px) {
  .popupsWrap {
    width: calc(100% - 48px);
  }
}
.popupsSingle {
  display: flex;
  gap: 8px;
}
.popupsSingle-text {
  color: #1F0004;
  padding: 8px 16px;
  background: #A4D5C7;
}
.popupsSingle-text p {
  font-size: 12px;
}
@media (max-width: 820px) {
  .popupsSingle-text {
    text-align: left;
  }
}
.popupsSingle-Close {
  cursor: pointer;
  display: flex;
  min-width: 36px;
  width: 36px;
  height: 36px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: all 300ms;
}
.popupsSingle-Close:hover {
  background-color: #1F0004;
  border: 1px solid #1F0004;
}

.popupWithFormWrap__title {
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.popupWithFormWrap__sent {
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .popupWithFormWrap__sent {
    padding: 16px 24px;
  }
}
.popupWithFormWrap .wpcf7 {
  background: #A4D5C7;
  position: relative;
  z-index: 2;
  min-height: 100px;
}
.popupWithFormWrap .cf7-success-message {
  display: none;
  text-align: center;
  color: #1F0004;
}
.popupWithFormWrap .cf7-success-message-vl {
  height: 60px;
  min-height: 60px;
  width: 1.5px;
  background-color: #1F0004;
  margin-top: 12px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.popupWithFormWrap .cf7-success-message-title {
  text-align: center;
  color: #1F0004;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  font-family: "Object Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.opendoors {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
  height: 100%;
  max-width: 920px;
  max-height: 584px;
  z-index: 5;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 100px;
  position: fixed;
}
@media (max-width: 1024px) {
  .opendoors {
    flex-direction: column-reverse;
    align-items: flex-end;
    transform: translateX(-50%);
    max-height: calc(100% - 52px);
    max-width: calc(100% - 42px);
    height: 100%;
    left: 50%;
    right: 24px;
    top: 26px;
    bottom: 24px;
  }
}
.opendoorsWrap {
  display: flex;
  flex-direction: row;
  background-color: #A4D5C7;
  width: 100%;
}
@media (max-width: 1024px) {
  .opendoorsWrap {
    flex-direction: column;
    height: 100%;
  }
}
.opendoorsWrap-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 72px 40px;
  width: 50%;
}
@media (max-width: 1024px) {
  .opendoorsWrap-left {
    justify-content: center;
    padding: 40px;
    width: 100%;
    height: 100%;
  }
}
.opendoorsWrap-left h2 {
  color: #1F0004;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1024px) {
  .opendoorsWrap-left h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.opendoorsWrap-right {
  width: 50%;
  object-fit: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .opendoorsWrap-right {
    width: 100%;
    height: 100%;
  }
}
.opendoors-svg {
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #fff;
}
.opendoors-vl {
  height: 80px;
  width: 1.5px;
  background-color: #1F0004;
}
@media (max-width: 1024px) {
  .opendoors-vl {
    height: 30px;
  }
}
.opendoors-text p {
  color: #1F0004;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .opendoors-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.opendoors-link {
  max-width: 327px;
  width: 100%;
  margin-top: 28px;
}
.opendoors-link p {
  text-transform: uppercase;
  text-align: center;
  border-radius: 9999px;
  background-color: #1F0004;
  color: #fff;
  padding: 12px 24px;
}

.popupoverlay {
  position: fixed;
  background-color: #000000b5;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}

@media (max-width: 580px) {
  .contactHero {
    max-height: 50svh;
  }
}

.container,
.page-container {
  max-width: 1296px;
  padding: 0;
  margin: 0 auto;
}

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