@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -150px, 0);
    -ms-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
:root {
  --vh: 100%;
  --swiper-navigation-sides-offset: 0;
  --swiper-navigation-top-offset: auto;
  scroll-behavior: auto;
  --9: 9px;
  --10: 10px;
  --12: 12px;
  --13: 13px;
  --14: 14px;
  --15: 15px;
  --16: 16px;
  --18: 18px;
  --19: 19px;
  --20: 20px;
  --22: 22px;
  --24: 24px;
  --32: 32px;
  --36: 36px;
  --40: 40px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html {
  scroll-behavior: smooth;
  font-size: 100.01%;
  overflow-x: hidden;
}

body {
  font-family: "Jura", serif;
  overflow-x: hidden;
  line-height: 1.25;
  font-weight: 300;
  min-height: 100vh;
  color: #292929;
  font-size: var(--16);
  position: relative;
}
@media screen and (max-width: 1440px) {
  body {
    font-size: var(--13);
  }
}

.container {
  padding-right: 32px;
  padding-left: 32px;
  max-width: 1040px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 826px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 44px;
    padding-right: 44px;
  }
}
.container-md {
  max-width: 1025px;
}
.container-sm {
  max-width: 840px;
}
@media screen and (max-width: 1440px) {
  .container-sm {
    max-width: 715px;
  }
}
.container-xl {
  max-width: 1070px;
}
@media screen and (max-width: 1440px) {
  .container-xl {
    max-width: 770px;
  }
}
.container-planner {
  max-width: 1362px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1440px) {
  .container-planner {
    max-width: 1069px;
    padding-bottom: 100px;
  }
}
.container-lg {
  max-width: 1190px;
}
@media screen and (max-width: 767px) {
  .container-lg {
    padding-left: 0;
    padding-right: 0;
  }
  .container-lg .swiper-single {
    margin-left: 0;
    margin-right: 0;
  }
}
.container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
.container-xxl {
  max-width: 1115px;
}
@media screen and (max-width: 1440px) {
  .container-xxl {
    max-width: 940px;
  }
}

a, .btn {
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

a {
  color: inherit;
  display: inline-block;
  text-decoration: none !important;
}
a.d-block, a.d-flex, a.row {
  text-decoration: none;
}
a.d-block .btn, a.d-flex .btn, a.row .btn {
  text-decoration: none;
}

input, textarea, select {
  box-shadow: none !important;
  outline: none !important;
}

.btn,
button {
  outline: none !important;
  box-shadow: none !important;
}

p {
  margin: 0 0 1.2em;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1em;
}
@media screen and (max-width: 1440px) {
  p {
    line-height: 2;
    margin: 0 0 1.5em;
  }
}
p em {
  display: block;
  line-height: 1.6;
}
p small {
  font-size: var(--12);
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: inherit;
  font-family: inherit !important;
  text-decoration: underline !important;
}

.dropdown-noarrow:after {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

a,
.btn,
.btn i {
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

label {
  font-size: var(--14);
  font-weight: 300;
  margin-bottom: 8px;
}

strong {
  font-weight: 500;
}

@-webkit-keyframes moveLeftRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(10px);
  }
}
@-moz-keyframes moveLeftRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(10px);
  }
}
@-ms-keyframes moveLeftRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(10px);
  }
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(10px);
  }
}
.btn {
  border: none;
  font-weight: 300;
  font-size: var(--12);
  line-height: 15px;
  padding: 8px 16px;
  border-radius: 0px;
  font-family: "Jura", serif;
}
@media screen and (max-width: 1440px) {
  .btn {
    font-weight: 500;
  }
}
.btn-reset {
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
}
.btn-sm {
  font-size: var(--9);
  padding: 8px 24px;
}
.btn-md {
  padding: 13.5px 19.8px;
  font-size: var(--15);
  text-align: center;
  min-width: 197px;
}
@media screen and (max-width: 1440px) {
  .btn-md {
    min-width: 140px;
    padding: 9px 18px;
    font-size: var(--12);
  }
}
.btn-style-1 {
  background-color: #055C55;
  color: rgba(255, 255, 255, 0.2);
}
.btn-style-1:hover {
  background-color: #03433E;
}
.btn-style-2 {
  background-color: #00443F;
  color: rgba(255, 255, 255, 0.2);
}
.btn-style-2:hover {
  background-color: #105C56;
}
.btn-style-3 {
  background-color: rgba(0, 68, 63, 0.12);
  color: #292929;
}
.btn-style-3:hover {
  background-color: #00443F;
  color: #ffffff;
}
.btn-style-4 {
  background-color: #0C746C;
  color: #ffffff;
}
.btn-style-4:hover {
  background-color: #6D9693;
}
.btn-style-5 {
  background-color: #00443F;
  color: #ffffff !important;
}
.btn-style-5:hover {
  background-color: #105C56;
}
.btn-style-6 {
  background-color: rgba(0, 68, 63, 0.04);
  color: #00443F;
}
.btn-style-6:hover {
  background-color: #6D9693;
  color: #ffffff;
}
.btn-style-7 {
  background-color: rgba(0, 68, 63, 0.18);
  color: #ffffff;
}
.btn-style-7:hover {
  background-color: rgba(0, 68, 63, 0.42);
  color: #ffffff;
}
.btn-style-8, .btn-style-9 {
  color: #00443F;
  padding: 5px;
}
.btn-style-8 span, .btn-style-9 span {
  right: 0;
  margin-left: 5px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn-style-8:hover span, .btn-style-9:hover span {
  right: -5px;
}
.btn-style-9 {
  color: #292929 !important;
}

.gradient, .uw-priorit {
  background: rgb(0, 68, 63);
  background: -moz-linear-gradient(180deg, rgba(0, 68, 63, 0.11) 0%, rgba(119, 121, 121, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 68, 63, 0.11) 0%, rgba(119, 121, 121, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 68, 63, 0.11) 0%, rgba(119, 121, 121, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00443f",endColorstr="#777979",GradientType=1);
}

.font-bold {
  font-weight: 700 !important;
}
.font-normal {
  font-weight: 400 !important;
}

.text-spacing {
  letter-spacing: 0.08em;
}

.bg-center {
  background-position: bottom center;
  object-position: center bottom !important;
}

hr {
  opacity: 1;
}

.rounded-8 {
  border-radius: 8px;
}
.rounded-16 {
  border-radius: 16px;
}
.rounded-24 {
  border-radius: 24px;
}

ol {
  padding-left: 0;
  list-style-type: none;
  counter-reset: my-counter;
}
ol li {
  counter-increment: my-counter;
}
ol li:before {
  content: counter(my-counter, upper-alpha) ") ";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.43;
  }
}

h1,
h2 {
  font-family: "Jura", serif;
  font-weight: 300;
}

h3,
h4,
h5,
h6 {
  font-family: "Jura", serif;
  font-weight: 300;
}

h1,
.h1 {
  font-size: var(--40);
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: var(--36);
  }
}

h2 {
  font-size: var(--36);
  line-height: 1.2;
}
h2 span {
  font-size: 0.875em;
  line-height: 1.385715;
}
@media screen and (max-width: 575px) {
  h2 span {
    font-size: 0.8em;
  }
}
h2 big {
  font-size: 1.5em;
}

h3 {
  font-size: var(--32);
}

h4,
.h4 {
  font-size: var(--24);
  line-height: 1.7;
}

h5,
.h5 {
  font-size: var(--18);
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 1.8em;
  font-family: "Jura", serif;
}
@media screen and (max-width: 1440px) {
  h5,
  .h5 {
    font-size: var(--14);
    margin-bottom: 1.5em;
  }
}

h6,
.h6 {
  font-weight: 500;
  font-size: var(--14);
  margin-bottom: 1.65em;
}

.text-base {
  font-size: var(--16);
}
.text-sm {
  font-size: var(--14);
  line-height: 2;
}
.text-xs {
  font-size: var(--12);
  line-height: 2.2;
  margin-top: -8px;
  font-weight: 300;
}
.text-xs p {
  line-height: inherit;
}
.text-xxs {
  font-size: var(--10);
  line-height: 1.5 !important;
}
.text-xxs em {
  display: block;
}
.text-xxxs {
  font-size: var(--9);
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .py-48 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.p-8 {
  padding: 8px;
}
.p-16 {
  padding: 16px;
}
.p-24 {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .p-24 {
    padding: 16px;
  }
}
.p-32 {
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .p-32 {
    padding: 24px;
  }
}
.p-40 {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .p-40 {
    padding: 24px;
  }
}
.p-48 {
  padding: 48px;
}
@media screen and (max-width: 767px) {
  .p-48 {
    padding: 80px;
  }
}
.p-56 {
  padding: 56px;
}
@media screen and (max-width: 767px) {
  .p-56 {
    padding: 32px;
  }
}
.p-64 {
  padding: 64px;
}
@media screen and (max-width: 767px) {
  .p-64 {
    padding: 40px;
  }
}

.pl-8,
.px-8 {
  padding-left: 8px;
}
.pl-16,
.px-16 {
  padding-left: 16px;
}
.pl-24,
.px-24 {
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .pl-24,
  .px-24 {
    padding-left: 16px;
  }
}
.pl-32,
.px-32 {
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .pl-32,
  .px-32 {
    padding-left: 24px;
  }
}
.pl-40,
.px-40 {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .pl-40,
  .px-40 {
    padding-left: 24px;
  }
}
.pl-48,
.px-48 {
  padding-left: 48px;
}
@media screen and (max-width: 767px) {
  .pl-48,
  .px-48 {
    padding-left: 80px;
  }
}
.pl-56,
.px-56 {
  padding-left: 56px;
}
@media screen and (max-width: 767px) {
  .pl-56,
  .px-56 {
    padding-left: 32px;
  }
}
.pl-64,
.px-64 {
  padding-left: 64px;
}
@media screen and (max-width: 767px) {
  .pl-64,
  .px-64 {
    padding-left: 40px;
  }
}

.pt-8,
.py-8 {
  padding-top: 8px;
}
.pt-16,
.py-16 {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .pt-16.btn-icon,
  .py-16.btn-icon {
    padding-top: 8px;
  }
}
.pt-24,
.py-24 {
  padding-top: 24px;
}
.pt-32,
.py-32 {
  padding-top: 32px;
}
.pt-40,
.py-40 {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .pt-40,
  .py-40 {
    padding-top: 24px;
  }
}
.pt-48,
.py-48 {
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .pt-48,
  .py-48 {
    padding-top: 80px;
  }
}
.pt-56,
.py-56 {
  padding-top: 56px;
}
@media screen and (max-width: 767px) {
  .pt-56,
  .py-56 {
    padding-top: 32px;
  }
}
.pt-64,
.py-64 {
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .pt-64,
  .py-64 {
    padding-top: 40px;
  }
}
.pt-72,
.py-72 {
  padding-top: 72px;
}
@media screen and (max-width: 767px) {
  .pt-72,
  .py-72 {
    padding-top: 32px;
  }
}
.pt-80,
.py-80 {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .pt-80,
  .py-80 {
    padding-top: 48px;
  }
}
.pt-96,
.py-96 {
  padding-top: 96px;
}
@media screen and (max-width: 767px) {
  .pt-96,
  .py-96 {
    padding-top: 40px;
  }
}
.pt-lg,
.py-lg {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .pt-lg,
  .py-lg {
    padding-top: 48px;
  }
}
.pt-xl,
.py-xl {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .pt-xl,
  .py-xl {
    padding-top: 64px;
  }
}
.pt-xxl,
.py-xxl {
  padding-top: 22vw;
}
@media screen and (max-width: 767px) {
  .pt-xxl,
  .py-xxl {
    padding-top: 16vw;
  }
}

.pb-8,
.py-8 {
  padding-bottom: 8px;
}
.pb-16,
.py-16 {
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .pb-16.btn-icon,
  .py-16.btn-icon {
    padding-bottom: 8px;
  }
}
.pb-24,
.py-24 {
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .pb-24,
  .py-24 {
    padding-bottom: 16px;
  }
}
.pb-32,
.py-32 {
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .pb-32,
  .py-32 {
    padding-bottom: 24px;
  }
}
.pb-40,
.py-40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pb-40,
  .py-40 {
    padding-bottom: 24px;
  }
}
.pb-48,
.py-48 {
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .pb-48,
  .py-48 {
    padding-bottom: 80px;
  }
}
.pb-56,
.py-56 {
  padding-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .pb-56,
  .py-56 {
    padding-bottom: 32px;
  }
}
.pb-64,
.py-64 {
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .pb-64,
  .py-64 {
    padding-bottom: 40px;
  }
}
.pb-72,
.py-72 {
  padding-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .pb-72,
  .py-72 {
    padding-bottom: 32px;
  }
}
.pb-96,
.py-96 {
  padding-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .pb-96,
  .py-96 {
    padding-bottom: 40px;
  }
}
.pb-lg,
.py-lg {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .pb-lg,
  .py-lg {
    padding-bottom: 48px;
  }
}

.pr-8,
.px-8 {
  padding-right: 8px;
}
.pr-16,
.px-16 {
  padding-right: 16px;
}
.pr-24,
.px-24 {
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .pr-24,
  .px-24 {
    padding-right: 16px;
  }
}
.pr-32,
.px-32 {
  padding-right: 32px;
}
@media screen and (max-width: 767px) {
  .pr-32,
  .px-32 {
    padding-right: 24px;
  }
}
.pr-40,
.px-40 {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .pr-40,
  .px-40 {
    padding-right: 24px;
  }
}
.pr-48,
.px-48 {
  padding-right: 48px;
}
@media screen and (max-width: 767px) {
  .pr-48,
  .px-48 {
    padding-right: 80px;
  }
}
.pr-56,
.px-56 {
  padding-right: 56px;
}
@media screen and (max-width: 767px) {
  .pr-56,
  .px-56 {
    padding-right: 32px;
  }
}
.pr-64,
.px-64 {
  padding-right: 64px;
}
@media screen and (max-width: 767px) {
  .pr-64,
  .px-64 {
    padding-right: 40px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .mb-24 {
    margin-bottom: 16px;
  }
}
.mb-32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .mb-32 {
    margin-bottom: 24px;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 24px;
  }
}
.mb-48 {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .mb-48 {
    margin-bottom: 80px;
  }
}
.mb-56 {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .mb-56 {
    margin-bottom: 32px;
  }
}
.mb-64 {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .mb-64 {
    margin-bottom: 40px;
  }
}
.mb-72 {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .mb-72 {
    margin-bottom: 32px;
  }
}
.mb-96 {
  margin-bottom: 96px !important;
}
@media screen and (max-width: 767px) {
  .mb-96 {
    margin-bottom: 40px !important;
  }
}
.mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
.mb-lg {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .mb-lg {
    margin-bottom: 96px;
  }
  .mb-lg-8 {
    margin-bottom: 8px;
  }
}
.mb-xl {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .mb-xl {
    margin-bottom: 80px;
  }
}
.mb-xxl {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .mb-xxl {
    margin-bottom: 192px;
  }
}

.ml-8 {
  margin-left: 8px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-24 {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .ml-24 {
    margin-left: 16px;
  }
}
.ml-32 {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .ml-32 {
    margin-left: 24px;
  }
}
.ml-40 {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .ml-40 {
    margin-left: 24px;
  }
}
.ml-48 {
  margin-left: 48px;
}
@media screen and (max-width: 767px) {
  .ml-48 {
    margin-left: 80px;
  }
}
.ml-56 {
  margin-left: 56px;
}
@media screen and (max-width: 767px) {
  .ml-56 {
    margin-left: 32px;
  }
}
.ml-64 {
  margin-left: 64px;
}
@media screen and (max-width: 767px) {
  .ml-64 {
    margin-left: 40px;
  }
}

.mr-8 {
  margin-right: 8px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-24 {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .mr-24 {
    margin-right: 16px;
  }
}
.mr-32 {
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .mr-32 {
    margin-right: 24px;
  }
}
.mr-40 {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .mr-40 {
    margin-right: 24px;
  }
}
.mr-48 {
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .mr-48 {
    margin-right: 80px;
  }
}
.mr-56 {
  margin-right: 56px;
}
@media screen and (max-width: 767px) {
  .mr-56 {
    margin-right: 32px;
  }
}
.mr-64 {
  margin-right: 64px;
}
@media screen and (max-width: 767px) {
  .mr-64 {
    margin-right: 40px;
  }
}

.mt-8 {
  margin-top: 8px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-24 {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .mt-24 {
    margin-top: 16px;
  }
}
.mt-32 {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .mt-32 {
    margin-top: 24px;
  }
}
.mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mt-40 {
    margin-top: 24px;
  }
}
.mt-48 {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .mt-48 {
    margin-top: 80px;
  }
}
.mt-56 {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .mt-56 {
    margin-top: 32px;
  }
}
.mt-64 {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .mt-64 {
    margin-top: 40px;
  }
}

.navbar {
  font-size: var(--14);
  color: #EEEFEF;
  font-weight: 300;
  padding-top: 48px;
  padding-bottom: 32px;
  transition: all 0.35s linear;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.navbar:before {
  transition: all 0.35s linear;
  background: rgb(0, 68, 63);
  background: -moz-linear-gradient(180deg, rgba(0, 68, 63, 0.3) 0%, rgba(119, 121, 121, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 68, 63, 0.3) 0%, rgba(119, 121, 121, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 68, 63, 0.3) 0%, rgba(119, 121, 121, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00443f",endColorstr="#777979",GradientType=1);
  position: absolute;
  min-height: 223px;
  width: 100%;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
}
.navbar-cover:before {
  background: #00443F;
}
@media screen and (max-width: 1440px) {
  .navbar {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 1080px) {
  .navbar {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.navbar.sticky-top {
  padding-top: 32px;
  padding-bottom: 32px;
}
.navbar.fixed {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .navbar.fixed {
    top: auto !important;
    bottom: 0 !important;
  }
}
.navbar .container-fluid {
  max-width: 1423px;
  align-items: flex-end;
}
@media screen and (max-width: 1440px) {
  .navbar .container-fluid {
    max-width: 1176px;
  }
}
@media screen and (max-width: 767px) {
  .navbar .container-fluid {
    justify-content: flex-end;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    min-height: 220px;
    padding-top: 40px;
    font-size: var(--16);
    padding-bottom: 40px;
    align-items: flex-start;
  }
  .navbar:before {
    height: 100%;
    min-height: 100%;
  }
}
.navbar-toggler {
  color: #EEEFEF;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .navbar-toggler svg {
    max-height: 25px;
    margin-top: 2px;
  }
}
.navbar-brand {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .navbar-brand {
    position: absolute;
    left: 32px;
    top: 42px;
    max-width: 250px;
    overflow: hidden;
  }
}
.navbar-brand img {
  display: block;
  height: 33.53px;
}
@media screen and (max-width: 1440px) {
  .navbar-brand img {
    max-height: 26.11px;
  }
}
@media screen and (max-width: 1080px) {
  .navbar-brand img {
    max-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-brand img {
    height: 25px;
    max-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-collapse {
    transition: all 0.3s linear;
    height: 0;
  }
  .navbar-collapse.show {
    height: 100vh;
  }
}
.navbar-nav {
  gap: 56px;
  margin-left: 110px;
}
@media screen and (max-width: 1440px) {
  .navbar-nav {
    gap: 48px;
  }
}
@media screen and (max-width: 1080px) {
  .navbar-nav {
    gap: 53px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-nav {
    gap: 38px;
    margin-left: 0;
    margin-top: 170px;
    text-align: center;
  }
}
.navbar a {
  color: #EEEFEF;
  line-height: 1.15;
}
.navbar a.nav-link {
  padding: 0px 8px;
}
@media screen and (max-width: 1080px) {
  .navbar a.nav-link {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .navbar a.nav-link {
    padding: 5px 0;
    font-size: var(--20);
  }
}
.navbar a:hover, .navbar a.active {
  color: #317C77 !important;
}

.footer {
  background-color: #00443F;
  padding-bottom: 38px;
  color: #6D9693;
  padding-top: 53px;
  font-size: var(--10);
  font-weight: 300;
}
@media screen and (max-width: 1440px) {
  .footer {
    padding-top: 72px;
  }
  .footer img {
    max-height: 28px;
  }
  .footer-logo {
    max-height: 18px;
  }
}
.footer img {
  height: 33.53px;
}
@media screen and (max-width: 1440px) {
  .footer img {
    max-height: 26.11px;
  }
}
@media screen and (max-width: 1080px) {
  .footer img {
    max-height: 24px;
  }
}
.footer-logo {
  max-height: 23px !important;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    max-height: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 18px;
  }
  .footer p {
    line-height: 12px;
    max-width: 265px;
    margin: auto;
    width: 100%;
  }
  .footer p small {
    line-height: 12px;
  }
  .footer-logos {
    gap: 85px;
  }
  .footer .ms-md-auto img {
    max-height: 42px;
    height: 42px;
    width: 194px;
  }
}
.footer p {
  line-height: 18px;
}
.footer p.dev {
  font-size: var(--9);
  line-height: 22px;
}
.footer p small {
  font-size: var(--9);
  display: block;
}
.footer .container {
  max-width: 1262px;
}
@media screen and (max-width: 1440px) {
  .footer .container {
    max-width: 964px;
  }
}
@media screen and (max-width: 1280px) {
  .footer .container {
    max-width: 1040px;
  }
}
@media screen and (max-width: 1080px) {
  .footer .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.footer .row + .row {
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .footer .row + .row {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .footer .row + .row {
    margin-top: 48px;
  }
}
.footer-info {
  padding-top: 100px;
  position: relative;
  padding-bottom: 25px;
}
.footer-info-aquarel {
  position: absolute;
  max-width: 680px;
  left: -140px;
  width: 90%;
  bottom: 0;
}
.footer-info .container {
  max-width: 1262px;
}
@media screen and (max-width: 1440px) {
  .footer-info .container {
    max-width: 964px;
  }
}
@media screen and (max-width: 1280px) {
  .footer-info .container {
    max-width: 1040px;
  }
}
@media screen and (max-width: 1080px) {
  .footer-info .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.footer-info-content p {
  color: #6D9693;
  font-size: var(--10);
  line-height: 18px;
  margin-top: 25px;
}
.footer-info-content p small {
  font-size: var(--9);
  display: block;
}
.footer-col {
  margin-left: 20px;
}
.footer-col p {
  color: #6D9693;
  font-size: var(--9);
  line-height: 1.9;
}
.footer-col p a {
  text-decoration: none !important;
}

@keyframes fadeInLogo {
  from {
    opacity: 0.09;
  }
  to {
    opacity: 1;
  }
}
.intro {
  position: relative;
  min-height: 380px;
  height: 100vh;
  width: 100%;
  z-index: 1;
}
.intro-overlay {
  background-color: #00443F;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.intro-logo {
  position: relative;
  max-width: 555px;
  height: 28vh;
  width: 88.3%;
  z-index: 3;
}
.intro-logo img {
  animation: fadeIn 3s ease-in-out forwards;
  max-width: 371px;
  opacity: 0.09;
  width: 100%;
}
.intro-logo .btn {
  margin-top: 40px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .intro-logo {
    height: 25vh;
  }
  .intro-logo .btn {
    margin-top: 40px;
  }
}
.intro-building {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  object-position: left bottom;
}
.intro-building-overlay {
  object-position: left bottom;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 2;
  bottom: 0;
}

.cookies {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #004B46;
  max-width: 427px;
  position: fixed;
  padding: 15px;
  margin: auto;
  width: 100%;
  z-index: 5;
  bottom: 0;
  right: 0;
  left: 0;
}
.cookies-content {
  gap: 12px;
  width: 100%;
  margin: auto;
  max-width: 426px;
  color: #ECF5F4;
  font-size: var(--12);
}
.cookies-content p, .cookies-content .btn {
  font-size: var(--10);
}
.cookies-content h6 {
  line-height: 18px;
}
.cookies-content h6, .cookies-content p {
  margin: 0;
}
.cookies-content .btn {
  padding-right: 5px;
  padding-left: 5px;
  max-width: 175px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cookies-intro {
    transform: none !important;
  }
}

.hero-banner img {
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1440px) {
  .hero-banner img {
    height: 100vh;
  }
}
.hero-banner-effect img {
  transform: scale(0.9);
  transition: all 0.85s;
  transform-origin: center bottom;
}
.hero-banner-effect.is_zoom img {
  transform: scale(1);
}

.introduction {
  font-weight: 500;
  font-size: var(--15);
  position: relative;
}
@media screen and (max-width: 1440px) {
  .introduction {
    font-size: var(--13);
  }
}
.introduction-aquarel {
  position: absolute;
  max-width: 500px;
  left: -40px;
  z-index: -1;
  width: 85%;
  bottom: 0;
}
@media screen and (max-width: 1080px) {
  .introduction-aquarel {
    left: auto;
    right: 0;
  }
}
.introduction .container {
  max-width: 1387px;
}
.introduction p {
  line-height: 28px;
}
@media screen and (max-width: 1440px) {
  .introduction p {
    line-height: 22px;
  }
}
.introduction h1 {
  font-size: var(--24);
  margin-bottom: 2em;
  color: #00443F;
  line-height: 1.17;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .introduction h1 {
    margin-bottom: 1.5em;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .introduction h1 {
    line-height: 36px;
    margin-bottom: 90px;
    font-size: var(--32);
    margin-right: auto;
    margin-left: auto;
    max-width: 280px;
    width: 100%;
  }
}
.introduction h1 + p {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--14);
}
@media screen and (max-width: 1440px) {
  .introduction h1 + p {
    max-width: 665px;
  }
}
.introduction h2 {
  font-size: var(--32);
  color: #00443F;
  line-height: 42px;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .introduction h2 {
    font-size: var(--22);
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) {
  .introduction h2 br {
    display: none;
  }
}
.introduction > .container {
  z-index: 1;
  position: relative;
  margin-top: 84px;
}
@media screen and (max-width: 1440px) {
  .introduction > .container {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .introduction > .container {
    max-width: 355px;
    margin-top: 90px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.introduction > picture {
  position: relative;
  z-index: 2;
}
.introduction > picture > img {
  margin-top: -2%;
}
@media screen and (max-width: 1440px) {
  .introduction > picture > img {
    margin-top: 0;
  }
}
@media screen and (max-width: 1080px) {
  .introduction > picture > img {
    margin-top: 40px;
  }
}
.introduction > img {
  margin-top: -9.5%;
  display: block;
}
@media screen and (max-width: 1440px) {
  .introduction > img {
    margin-top: -6%;
  }
}
@media screen and (max-width: 767px) {
  .introduction > img {
    margin-top: 15px;
  }
}
.introduction-content {
  background: rgb(0, 68, 63);
  background: -moz-linear-gradient(180deg, rgba(0, 68, 63, 0.11) 0%, rgba(119, 121, 121, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 68, 63, 0.11) 0%, rgba(119, 121, 121, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 68, 63, 0.11) 0%, rgba(119, 121, 121, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00443f",endColorstr="#777979",GradientType=1);
  padding-bottom: 280px;
  position: relative;
  padding-top: 316px;
  margin-top: -190px;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .introduction-content {
    padding-bottom: 321px;
    padding-top: 347px;
    margin-top: -150px;
    font-size: 15px;
  }
  .introduction-content p {
    line-height: 28px;
  }
  .introduction-content .text-sm {
    font-size: 14px;
  }
  .introduction-content .container {
    padding-right: 0;
    padding-left: 231px;
  }
}
@media screen and (max-width: 1280px) {
  .introduction-content {
    padding-top: 288px;
    margin-top: -150px;
  }
  .introduction-content .container {
    padding-right: 0;
    padding-left: 138px;
  }
}
@media screen and (max-width: 1080px) {
  .introduction-content {
    padding-bottom: 286px;
    padding-top: 288px;
    margin-top: -142px;
  }
  .introduction-content .container {
    padding-right: 0;
    padding-left: 142px;
  }
}
@media screen and (max-width: 991px) {
  .introduction-content .container {
    padding-right: 0;
    padding-left: 44px;
  }
}
@media screen and (max-width: 767px) {
  .introduction-content {
    padding-bottom: 0px;
    padding-top: 160px;
    margin-top: -15%;
  }
  .introduction-content .container {
    padding-right: 44px;
    padding-left: 44px;
  }
}
.introduction-grid {
  gap: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .introduction-grid {
    flex-direction: column;
  }
}
.introduction-text {
  max-width: 302px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .introduction-text {
    max-width: 299px;
  }
}
@media screen and (max-width: 767px) {
  .introduction-text {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
.introduction-image {
  max-width: 767px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .introduction-image {
    max-width: 650px;
  }
}
@media screen and (max-width: 1080px) {
  .introduction-image {
    max-width: 520px;
    margin-right: -32px;
  }
}
@media screen and (max-width: 991px) {
  .introduction-image {
    max-width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .introduction-image {
    width: auto;
    margin-left: -44px;
    margin-right: -44px;
    max-width: calc(100% + 88px);
  }
}

.info-content {
  font-size: var(--15);
}
@media screen and (max-width: 1440px) {
  .info-content {
    font-size: var(--13);
  }
}
.info-content .container {
  max-width: 1180px;
}
@media screen and (max-width: 1440px) {
  .info-content .container {
    max-width: 815px;
  }
}
@media screen and (max-width: 1080px) {
  .info-content .container {
    max-width: 804px;
  }
}
@media screen and (max-width: 767px) {
  .info-content .container {
    padding-left: 44px;
    padding-right: 44px;
  }
}
.info-content .btn {
  margin-top: 15px;
}
@media screen and (max-width: 1440px) {
  .info-content .btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .info-content .btn {
    margin-top: 50px;
  }
}
.info-content p {
  line-height: 28px;
}
@media screen and (max-width: 1440px) {
  .info-content p {
    line-height: 22px;
  }
}

.projects-view {
  background-color: #00443F;
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.projects-view:before {
  background-color: #EDF2F1;
  position: absolute;
  height: 390px;
  width: 100%;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
}
@media screen and (max-width: 1440px) {
  .projects-view:before {
    height: 165px;
  }
}
@media screen and (max-width: 1080px) {
  .projects-view:before {
    height: 200px;
  }
}
.projects-content {
  padding-top: 75px;
  padding-bottom: 175px;
}
@media screen and (max-width: 1440px) {
  .projects-content {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .projects-content {
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 1440px) {
  .projects-content .container {
    max-width: 811px;
  }
}
@media screen and (max-width: 1080px) {
  .projects-content .container {
    max-width: 804px;
  }
}
@media screen and (max-width: 767px) {
  .projects-content {
    padding-bottom: 72px;
  }
}
.projects-content p {
  line-height: 24px;
}
.projects-slider {
  max-width: 1206px !important;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1680px) {
  .projects-slider {
    max-width: 1280px !important;
  }
}
@media screen and (max-width: 1440px) {
  .projects-slider {
    max-width: 1089px !important;
  }
}
@media screen and (max-width: 1280px) {
  .projects-slider {
    max-width: 1004px !important;
  }
}
@media screen and (max-width: 1080px) {
  .projects-slider {
    max-width: 904px !important;
  }
}
.projects-slider img {
  min-height: 240px;
  object-fit: cover;
  object-position: center;
}

.swiper-full img {
  min-height: 240px;
  object-fit: cover;
  object-position: center;
}
.swiper-pagination {
  bottom: 0px !important;
}
.swiper-pagination-bullet {
  background-color: #8CC3BE;
  --swiper-pagination-bullet-inactive-opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    opacity: 0.8;
  }
}
@media screen and (min-width: 767px) {
  .swiper-pagination-bullet {
    height: 6px;
    width: 6px;
  }
}
.swiper-pagination-bullet-dark {
  background-color: rgba(0, 68, 63, 0.71);
}
.swiper-button-prev, .swiper-button-next {
  top: 0;
  bottom: 0;
  width: 42px;
  margin: auto;
  height: 42px;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 12px;
  color: #ffffff;
}

.overflow-hidden .swiper {
  overflow: visible;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .overflow-hidden .swiper {
    padding-bottom: 0;
  }
}

.mid-title {
  padding-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .mid-title {
    padding-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .mid-title {
    padding-top: 85px;
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 767px) {
  .mid-title {
    padding-top: 170px;
    margin-bottom: 0;
  }
}
.mid-title .container {
  max-width: 780px;
}
@media screen and (max-width: 1440px) {
  .mid-title .container {
    max-width: 760px;
  }
}
@media screen and (max-width: 767px) {
  .mid-title .container {
    max-width: 425px;
  }
}
.mid-title h2 {
  font-size: var(--24);
  color: #00443F;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .mid-title h2 {
    font-size: var(--22);
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .mid-title h2 {
    font-size: 19px;
    line-height: 22px;
  }
  .mid-title h2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mid-title h2 {
    margin: 0 1px;
  }
}

.row-content .container {
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
  display: flex;
  gap: 25px;
}
@media screen and (min-width: 1024px) {
  .row-content .container .row {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .row-content .container {
    gap: 80px;
    max-width: 100%;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .row-content .container {
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
    gap: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .row-content .container .row {
    max-width: 1180px;
    width: 100%;
  }
}
.row-content-para {
  font-size: var(--15);
  line-height: 22px;
  max-width: 388px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .row-content-para {
    font-size: var(--13);
    margin-left: 148px;
    max-width: 353px;
  }
  .row-content-para p {
    line-height: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .row-content-para {
    max-width: 282px;
    margin-left: 70px;
  }
}
.row-content-para .h5 {
  line-height: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .row-content-para {
    max-width: 100%;
    padding-left: 43px;
    padding-right: 43px;
    margin-left: 100px;
  }
}
@media screen and (max-width: 991px) {
  .row-content-para {
    padding-left: 32px;
    padding-right: 18px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .row-content-para {
    padding-left: 44px;
    padding-right: 44px;
    margin-bottom: 25px;
    margin-left: 0;
  }
}
.row-content-image {
  margin-right: -17px;
  position: relative;
  margin-left: auto;
  max-width: 785px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .row-content-image {
    margin-right: -32px;
    max-width: 717px;
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 1080px) {
  .row-content-image {
    left: 0;
    width: 100%;
    max-width: 460px;
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .row-content-image {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .row-content-image {
    max-width: 100%;
    margin-right: 0;
  }
}
.row-content-image img {
  min-height: 240px;
  object-fit: cover;
  object-position: center;
}

.planning {
  display: block;
  margin-bottom: 260px;
}
@media screen and (max-width: 1440px) {
  .planning {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1080px) {
  .planning {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 767px) {
  .planning {
    margin-bottom: 155px;
  }
}
.planning-map {
  max-width: 1640px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .planning-map {
    max-width: 790px;
    margin-right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .planning-map {
    margin-top: -45px;
  }
}
.planning-map img {
  max-width: 992px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .planning-map img {
    margin-right: -35px;
    max-width: 1058px;
    min-width: 780px;
  }
}
@media screen and (max-width: 1080px) {
  .planning-map img {
    min-width: 709px;
  }
}
@media screen and (max-width: 767px) {
  .planning-map img {
    min-width: 570px;
    margin-right: -50px;
  }
}
.planning .container {
  gap: 88px;
  display: flex;
  max-width: 1180px;
  margin-top: -480px;
  align-items: flex-end;
}
@media screen and (max-width: 1440px) {
  .planning .container {
    gap: 5px;
    max-width: 1052px;
    margin-top: -295px;
  }
}
@media screen and (max-width: 1280px) {
  .planning .container {
    max-width: 1064px;
  }
}
@media screen and (max-width: 1080px) {
  .planning .container {
    max-width: 790px;
    margin-top: -230px;
  }
}
@media screen and (max-width: 991px) {
  .planning .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .planning .container {
    gap: 65px;
    margin-top: 50px;
    padding-left: 44px;
    padding-right: 44px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.planning-content {
  font-size: var(--15);
  max-width: 441px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .planning-content {
    font-size: var(--13);
  }
}
.planning-content .h5 {
  margin-bottom: 1em;
}
@media screen and (max-width: 1440px) {
  .planning-content {
    max-width: 510px;
  }
}
@media screen and (max-width: 1080px) {
  .planning-content {
    max-width: 480px;
  }
}
@media screen and (max-width: 991px) {
  .planning-content {
    max-width: 400px;
  }
}
.planning-content p {
  line-height: 24px;
}
@media screen and (max-width: 1440px) {
  .planning-content p:last-child {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .planning-content p:last-child {
    max-width: 90%;
  }
}
.planning-content .btn {
  margin-top: 30px;
}

.omgev-banner {
  min-height: 540px;
  padding-top: 220px;
  background-color: #00443F;
}
@media screen and (max-width: 1280px) {
  .omgev-banner {
    padding-top: 170px;
    min-height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .omgev-banner {
    padding-top: 300px;
  }
}
@media screen and (max-width: 767px) {
  .omgev-banner {
    min-height: 665px;
  }
}
.omgev-banner-content {
  max-width: 490px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .omgev-banner-content {
    max-width: 425px;
  }
}
@media screen and (max-width: 991px) {
  .omgev-banner-content {
    max-width: 315px;
  }
}
.omgev-plan {
  position: relative;
  margin-top: -40px;
  width: 100%;
  gap: 25px;
}
@media screen and (max-width: 1280px) {
  .omgev-plan {
    margin-top: -92px;
  }
}
@media screen and (max-width: 767px) {
  .omgev-plan {
    margin-top: 0px;
  }
}
.omgev-plan-img {
  margin-left: 40px;
  position: relative;
  overflow: hidden;
  margin-top: -5px;
  max-width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .omgev-plan-img {
    max-width: 72%;
  }
}
@media screen and (max-width: 991px) {
  .omgev-plan-img {
    max-width: 90%;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .omgev-plan-img {
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
.omgev-plan-img img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .omgev-plan-img img {
    min-width: 550px;
  }
}
.omgev-plan ol {
  top: -130px;
  left: -110px;
  line-height: 31px;
  font-size: var(--15);
  position: relative;
}
@media screen and (max-width: 1440px) {
  .omgev-plan ol {
    font-size: var(--14);
  }
}
@media screen and (max-width: 1280px) {
  .omgev-plan ol {
    top: -130px;
    left: -30px;
    gap: 0 56px;
    display: grid;
    font-size: var(--13);
    margin: 35px auto 0 -85px;
  }
}
@media screen and (max-width: 1080px) {
  .omgev-plan ol {
    top: -60px;
    left: -45px;
  }
}
@media screen and (max-width: 991px) {
  .omgev-plan ol {
    margin-left: auto;
    margin-bottom: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .omgev-plan ol {
    margin: 45px auto;
    left: 0;
    top: 0;
  }
}
.omgev-location .container {
  max-width: 1460px;
}
@media screen and (max-width: 767px) {
  .omgev-location .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.omgev-slider {
  position: absolute;
  max-width: 418px;
  right: -930px;
  margin: auto;
  width: 100%;
  top: -310px;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .omgev-slider {
    top: -320px;
    right: -760px;
    max-width: 340px;
  }
}
@media screen and (max-width: 1280px) {
  .omgev-slider {
    top: -300px;
    right: -760px;
  }
}
@media screen and (max-width: 991px) {
  .omgev-slider {
    top: -230px;
  }
}
@media screen and (max-width: 1180px) {
  .omgev-slider {
    right: 0px;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .omgev-slider {
    position: relative;
    max-width: 430px;
    margin: auto;
    top: 0;
  }
}
.omgev-slider .swiper {
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .omgev-slider .swiper {
    padding-bottom: 0;
  }
}
.omgev-slider .swiper-pagination-bullet {
  background-color: #00443F;
}
.omgev-title {
  margin-top: 21px;
  margin-bottom: 87px;
}
@media screen and (max-width: 1280px) {
  .omgev-title {
    margin-top: 0;
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 991px) {
  .omgev-title {
    margin-bottom: 125px;
  }
}
@media screen and (max-width: 767px) {
  .omgev-title {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.omgev-title .container {
  max-width: 580px;
}
@media screen and (max-width: 1440px) {
  .omgev-title .container {
    max-width: 540px;
  }
}
@media screen and (max-width: 767px) {
  .omgev-title .container {
    max-width: 390px;
  }
}
.omgev-title .container-fluid {
  max-width: 1423px;
}
.omgev-title h2 {
  font-size: var(--22);
  color: #00443F;
  line-height: 28px;
  font-weight: 500;
  max-width: 311px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .omgev-title h2 {
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .omgev-title h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .omgev-title h2 {
    font-size: 19px;
    line-height: 22px;
    max-width: 314px;
    margin-left: auto;
    margin-right: auto;
  }
  .omgev-title h2 br {
    display: none;
  }
}
.omgev-middle-content {
  color: #ffffff;
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #00443F;
}
.omgev-middle-content .projects-slider {
  margin-top: -192px;
}
@media screen and (max-width: 1280px) {
  .omgev-middle-content {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 1080px) {
  .omgev-middle-content {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .omgev-middle-content {
    padding-top: 10px;
    color: #292929;
    padding-bottom: 70px;
    background-color: #ffffff;
  }
}
.omgev-middle-content .container {
  max-width: 840px;
}
.omgev-middle-content .container-fluid {
  max-width: 1423px;
}
@media screen and (max-width: 1440px) {
  .omgev-middle-content .container-fluid {
    max-width: 1176px;
  }
}
@media screen and (max-width: 1280px) {
  .omgev-middle-content .container-fluid {
    max-width: 100%;
    padding-left: 138px;
    padding-right: 138px;
  }
  .omgev-middle-content .container-fluid .col-auto {
    min-width: 364px;
  }
}
@media screen and (max-width: 1080px) {
  .omgev-middle-content .container-fluid .col-auto {
    min-width: 304px;
  }
}
@media screen and (max-width: 1080px) {
  .omgev-middle-content .container-fluid {
    padding-left: 44px;
    padding-right: 44px;
  }
  .omgev-middle-content .container-fluid .col-auto {
    min-width: auto;
    max-width: 330px;
  }
}
@media screen and (max-width: 991px) {
  .omgev-middle-content .container-fluid .col-auto {
    min-width: auto;
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .omgev-middle-content .container-fluid {
    max-width: 341px;
  }
  .omgev-middle-content .container-fluid .btn {
    margin-top: 60px;
    color: #292929 !important;
  }
}
.omgev-middle-content p {
  line-height: 22px;
  max-width: 885px;
  font-size: 13px;
  width: 100%;
}
.omgev-middle-content p.h6 {
  font-size: 14px;
  font-weight: 500;
}
.omgev-bottom-content {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1280px) {
  .omgev-bottom-content {
    margin-top: 40px;
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 767px) {
  .omgev-bottom-content {
    margin-top: 0px;
    margin-bottom: 90px;
    padding-bottom: 60px;
  }
}
.omgev-bottom-content p {
  max-width: 860px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .omgev-bottom-content p {
    max-width: 740px;
  }
}
.omgev-view {
  background-color: #00443F;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .omgev-view {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .omgev-view {
    padding-bottom: 75px;
  }
}
.omgev-view:before {
  background-color: #ffffff;
  position: absolute;
  height: 490px;
  width: 100%;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
}
@media screen and (max-width: 1440px) {
  .omgev-view:before {
    height: 165px;
  }
}
@media screen and (max-width: 1080px) {
  .omgev-view:before {
    height: 200px;
  }
}

.page-arrow {
  transform: translateX(-50%);
  position: absolute;
  bottom: 40px;
  z-index: 2;
  left: 50%;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-color: #ffffff;
  transform: rotate(45deg);
  border-width: 0 2px 2px 0;
}
@media screen and (min-width: 1680px) {
  .page-arrow {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-arrow {
    display: none;
  }
}
.page-banner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-banner {
    height: 450px;
  }
  .page-banner img {
    height: 450px;
    object-fit: cover;
    object-position: center;
  }
}
.page-banner-content {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.page-banner > img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-banner .container {
  position: relative;
  padding-top: 75px;
  z-index: 1;
}
.page-banner h1 {
  font-size: var(--40);
  font-weight: 700;
  margin-bottom: 0;
}

.plannen-btns {
  gap: 60px;
  padding-top: 140px;
  margin-bottom: 125px;
}
@media screen and (max-width: 1440px) {
  .plannen-btns {
    gap: 40px;
    padding-top: 40px;
    margin-bottom: 124px;
  }
}
@media screen and (max-width: 767px) {
  .plannen-btns {
    padding-top: 95px;
    margin-bottom: 85px;
    gap: 15px;
  }
}
.plannen-btns .btn {
  font-size: var(--18);
  text-align: center;
  line-height: 23px;
  min-width: 248px;
  padding: 11px;
}
@media screen and (max-width: 1440px) {
  .plannen-btns .btn {
    min-width: 170px;
    font-size: var(--14);
  }
}
@media screen and (max-width: 767px) {
  .plannen-btns .btn {
    min-width: 248px;
  }
}
.plannen-grid {
  gap: 25px;
  position: relative;
}
.plannen-grid:not(:last-child) {
  margin-bottom: 140px;
}
.plannen-grid:not(:last-child):before {
  background-color: #00443F;
  position: absolute;
  bottom: -70px;
  opacity: 0.2;
  height: 1px;
  width: 100%;
  content: "";
  left: 0;
}
@media screen and (max-width: 1440px) {
  .plannen-grid {
    margin-bottom: 75px;
  }
  .plannen-grid:before {
    bottom: -37.5px;
  }
}
@media screen and (max-width: 767px) {
  .plannen-grid {
    gap: 65px;
    margin-left: -44px;
    margin-right: -44px;
    margin-bottom: 70px;
    flex-direction: column;
  }
  .plannen-grid:before {
    display: none;
  }
}
.plannen-grid-image {
  padding-bottom: 390px;
  position: relative;
  max-width: 626px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .plannen-grid-image {
    padding-bottom: 286px;
    max-width: 510px;
  }
}
.plannen-grid-image img {
  object-position: center;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.plannen-grid-content {
  max-width: 548px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .plannen-grid-content {
    max-width: 410px;
  }
}
@media screen and (max-width: 767px) {
  .plannen-grid-content {
    max-width: 100%;
    padding-left: 44px;
    padding-right: 44px;
  }
}
.plannen-grid-content .btn {
  margin-top: 12px;
}

.contact {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 52px;
  }
}
.contact-content {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .contact-content {
    margin-bottom: 62px;
  }
}
.contact-field {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact-field {
    margin-bottom: 20px;
  }
}
.contact-form {
  max-width: 777px;
  display: block;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-form .btn-md {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.contact-bedankt-banner {
  max-width: 513px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .contact-bedankt-banner {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .contact-bedankt-banner {
    max-width: 100%;
  }
  .contact-bedankt-banner img {
    width: 100%;
  }
}
.contact-bedankt-content {
  padding-bottom: 60px;
  max-width: 340px;
  height: 420px;
  width: 100%;
  gap: 50px;
}
@media screen and (max-width: 1440px) {
  .contact-bedankt-content {
    gap: 30px;
    height: 240px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-bedankt-content {
    max-width: 272px;
    margin-top: 69px;
  }
}
.contact-bedankt-content .h5 {
  padding-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .contact-bedankt-content .h5 {
    padding-bottom: 10px;
  }
}
.contact-bedankt-content .btn {
  min-width: 169px;
}
.contact-bottom {
  max-width: 500px;
  margin-left: auto;
  margin-top: 102px;
  margin-right: auto;
}
.contact-bottom p {
  margin: 0 auto 15px;
  max-width: 258px;
  font-size: 13px;
  width: 100%;
}
.contact-bottom p a:not(:hover) {
  text-decoration: none !important;
}
.contact-bottom img {
  margin-bottom: 25px;
}

.form-control {
  background-color: rgba(0, 68, 63, 0.09) !important;
  border: 1px solid rgba(168, 122, 64, 0.17);
  font-size: var(--16);
  padding: 12px 32px;
  color: #00443F;
  line-height: 24px;
  border-radius: 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .form-control {
    padding: 12px 20px;
  }
}
.form-control:focus {
  border-color: #A87A40 !important;
}
.form-control::-webkit-input-placeholder {
  color: rgba(0, 68, 63, 0.24);
}
.form-control::-moz-placeholder {
  color: rgba(0, 68, 63, 0.24);
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 68, 63, 0.24);
}
.form-control:-moz-placeholder {
  color: rgba(0, 68, 63, 0.24);
}
.form-check {
  margin-bottom: 0;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-input {
  margin-top: 2px;
}
.form-check-input:checked {
  background-color: #00443F;
  border-color: #00443F;
}
.form-check a {
  color: #292929;
}
.form-check a:hover {
  text-decoration: underline !important;
}

.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}
.reveal-text {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.zoom-image img {
  transition: all 2;
  transform: scale(0.8);
  transform-origin: top center;
}

.dots {
  margin-top: 33px;
}
.dots img {
  max-height: 8px;
  min-height: 8px;
  display: block;
  width: auto;
}

.group-content {
  font-size: var(--15);
}
@media screen and (max-width: 1440px) {
  .group-content {
    font-size: var(--13);
  }
}
.group-content p {
  line-height: 28px;
}
@media screen and (max-width: 1440px) {
  .group-content p {
    line-height: 22px;
  }
}

.aquarel-footer {
  max-height: none !important;
  min-height: auto !important;
  height: auto !important;
  position: absolute;
  max-width: 100%;
  bottom: 97%;
  z-index: -1;
  right: 0;
}
.aquarel-top {
  max-height: none !important;
  position: absolute;
  max-width: 100%;
  z-index: -1;
  right: 0;
  top: 0;
}
.aquarel-middle {
  max-height: none !important;
  position: absolute;
  max-width: 100%;
  z-index: -1;
  top: -10px;
  left: 0;
}
.aquarel-omgeving {
  max-width: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}

.location {
  right: 0;
  left: 13%;
  gap: 10px;
  z-index: 1;
  bottom: 21%;
  margin: auto;
  width: 200px;
  font-size: var(--14);
  position: absolute;
  color: #694D2A;
}
@media screen and (max-width: 767px) {
  .location {
    left: 120px;
    bottom: 12%;
  }
}
.location img {
  margin-bottom: -5px;
}

.project-details {
  background-color: #00443F;
  padding-bottom: 93px;
  padding-top: 170px;
  position: relative;
  color: #ffffff;
}
@media screen and (max-width: 1440px) {
  .project-details {
    padding-top: 141px;
    padding-bottom: 117px;
  }
}
@media screen and (max-width: 1280px) {
  .project-details {
    padding-top: 110px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 1080px) {
  .project-details {
    padding-top: 220px;
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 991px) {
  .project-details {
    padding-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  .project-details {
    padding-bottom: 0;
    padding-top: 65px;
  }
}
.project-details .container {
  max-width: 1164px;
}
@media screen and (max-width: 1440px) {
  .project-details .container {
    max-width: 100%;
    padding-left: 295px;
    padding-right: 180px;
  }
}
@media screen and (max-width: 1280px) {
  .project-details .container {
    padding-right: 138px;
    padding-left: 261px;
  }
}
@media screen and (max-width: 1080px) {
  .project-details .container {
    padding-right: 110px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 991px) {
  .project-details .container {
    padding-left: 44px;
    padding-right: 44px;
  }
}
.project-details-info-right {
  width: 100%;
  max-width: 423px;
  margin-left: auto;
  margin-bottom: 66px;
}
.project-details-info-right .h5 {
  font-size: var(--18);
}
@media screen and (max-width: 1440px) {
  .project-details-info-right {
    max-width: 312px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 1280px) {
  .project-details-info-right {
    max-width: 324px;
  }
}
@media screen and (max-width: 1080px) {
  .project-details-info-right {
    max-width: 322px;
  }
}
@media screen and (max-width: 767px) {
  .project-details-info-right {
    max-width: 312px;
    margin-left: auto;
    margin-right: auto;
  }
}
.project-details-info-left {
  max-width: 472px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .project-details-info-left {
    position: absolute;
    max-width: 334px;
    margin-left: 0;
    left: 134px;
    top: 221px;
  }
}
@media screen and (max-width: 991px) {
  .project-details-info-left {
    left: 44px;
  }
}
.project-details-info-left h4 {
  margin-bottom: 0;
  line-height: 34px;
}
.project-details-info-link {
  padding-right: 15px;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  margin-top: -28px;
}
@media screen and (max-width: 1440px) {
  .project-details-info-link {
    padding-right: 98px;
  }
}
@media screen and (max-width: 1280px) {
  .project-details-info-link {
    padding-right: 111px;
  }
}
@media screen and (max-width: 1080px) {
  .project-details-info-link {
    width: auto;
    max-width: none;
    padding-right: 0;
    margin-left: 220px;
    display: inline-flex !important;
  }
}
@media screen and (max-width: 991px) {
  .project-details-info-link {
    max-width: 230px;
    margin-left: 110px;
  }
}
@media screen and (max-width: 767px) {
  .project-details-info-link {
    max-width: 312px;
    margin-left: auto;
    margin-right: auto;
  }
}
.project-details-info-link a {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .project-details-info-link a {
    margin-left: 0;
    margin-top: 72px;
  }
}
.project-details-slider {
  position: absolute;
  max-width: 861px;
  height: 484px;
  top: -122px;
  left: 94px;
  z-index: 1;
}
@media screen and (max-width: 1740px) {
  .project-details-slider {
    max-width: 767px;
    height: 431px;
    left: 0;
  }
}
@media screen and (max-width: 1280px) {
  .project-details-slider {
    max-width: 717px;
    top: -185px;
  }
}
@media screen and (max-width: 1080px) {
  .project-details-slider {
    max-width: 590px;
  }
}
@media screen and (max-width: 991px) {
  .project-details-slider {
    max-width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .project-details-slider {
    top: 0;
    height: auto;
    max-width: 100%;
    position: relative;
    margin-top: 100px;
  }
}

.uw-priorit {
  padding-bottom: 60px;
  padding-top: 215px;
  position: relative;
}
.uw-priorit .h5 {
  font-size: var(--18);
}
@media screen and (max-width: 1440px) {
  .uw-priorit {
    padding-top: 160px;
  }
}
@media screen and (max-width: 1080px) {
  .uw-priorit {
    padding-top: 190px;
  }
}
@media screen and (max-width: 767px) {
  .uw-priorit {
    background: #ffffff;
  }
}
.uw-priorit-aquarel {
  position: absolute;
  max-width: 670px;
  width: 85%;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .uw-priorit-aquarel {
    display: none;
  }
}
.uw-priorit .h5 {
  margin-bottom: 1em;
}
.uw-priorit .text-sm {
  line-height: 22px;
}
.uw-priorit-text {
  max-width: 553px;
  margin-bottom: 85px;
}
.uw-priorit .container {
  max-width: 1164px;
}
@media screen and (max-width: 1280px) {
  .uw-priorit .container {
    max-width: 1040px;
  }
}
@media screen and (max-width: 1080px) {
  .uw-priorit .container {
    max-width: 100%;
    padding-left: 134px;
  }
}
@media screen and (max-width: 991px) {
  .uw-priorit .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}

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