@import url("https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* Tailwind CSS */

/* ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "Niveau Grotesk", system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.visible{
  visibility: visible;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

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

.table-caption{
  display: table-caption;
}

.table-cell{
  display: table-cell;
}

.table-column{
  display: table-column;
}

.table-column-group{
  display: table-column-group;
}

.table-footer-group{
  display: table-footer-group;
}

.table-header-group{
  display: table-header-group;
}

.table-row-group{
  display: table-row-group;
}

.table-row{
  display: table-row;
}

.flow-root{
  display: flow-root;
}

.grid{
  display: grid;
}

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

.contents{
  display: contents;
}

.list-item{
  display: list-item;
}

.hidden{
  display: none;
}

.shrink{
  flex-shrink: 1;
}

.border-collapse{
  border-collapse: collapse;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize{
  resize: both;
}

.rounded{
  border-radius: 0.25rem;
}

.border{
  border-width: 1px;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.underline{
  text-decoration-line: underline;
}

.overline{
  text-decoration-line: overline;
}

.line-through{
  text-decoration-line: line-through;
}

.outline{
  outline-style: solid;
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\[image\:\$img\|\$width\|\$height\|\$type\]{
  image: $img|$width|$height|$type;
}

/* Your CSS Styles */

.header-cont{
  position: relative;
  z-index: 30;
  --tw-bg-opacity: 1;
  background-color: rgb(37 42 51 / var(--tw-bg-opacity));
  padding-top: 1.75rem;
}

.header__shell{
  grid-template-columns: repeat(5, minmax(0, 1fr));
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  gap: 1.5rem;
}

@media (min-width: 1024px){
  .header__brand{
    grid-column: span 2 / span 2;
  }
}

.header__brand {
  justify-self: start;
}

.header__wordmark{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity));
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.header__mark {
  justify-self: center;
  display: inline-flex;
}

.header__nav{
  grid-column: span 2 / span 2;
  width: 100%;
  max-width: 404px;
  gap: 1.5rem;
  justify-self: end;
  display: flex;
  align-items: center;
}

.header__menu{
  gap: 1.5rem;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__link{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(226 229 240 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-family: "niveau-grotesk", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.header__link:hover{
  --tw-text-opacity: 1;
  color: rgb(151 187 198 / var(--tw-text-opacity));
}

.header__burger {
  justify-self: end;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.5rem;
  height: 2.5rem;
}

.header__burger span {
  display: block;
  width: 1.5rem;
  height: 2px;
  margin-inline: auto;
  background: #F3F3F3;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.header__burger[aria-expanded='true'] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header__burger[aria-expanded='true'] span:nth-child(2) {
  opacity: 0;
}

.header__burger[aria-expanded='true'] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header__mobile {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding: 6rem clamp(1.5rem, 6vw, 2.5rem) 3rem;
  background: #252A33;
}

.header__mobile[hidden] {
  display: none;
}

.header__mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.header__mobile-menu a{
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-family: "niveau-grotesk", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
}

.header__mobile-menu a:hover{
  --tw-text-opacity: 1;
  color: rgb(151 187 198 / var(--tw-text-opacity));
}

body.nav-open {
  overflow: hidden;
}

@media (max-width: 1023px) {
  .header__shell {
    grid-template-columns: 1fr 1fr;
  }

  .header__mark,
  .header__nav {
    display: none;
  }

  .header__burger {
    display: flex;
  }

  .header__mobile:not([hidden]) {
    display: flex;
  }
}

.hero{
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(37 42 51 / var(--tw-bg-opacity));
  isolation: isolate;
}

.hero__house {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 784 / 467;
}

[data-aos='hero-house'] {
  opacity: 0;
  transform: translateX(170px);
  transition-property: opacity, transform;
  will-change: opacity, transform;
}

[data-aos='hero-house'].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

.footer{
  --tw-bg-opacity: 1;
  background-color: rgb(37 42 51 / var(--tw-bg-opacity));
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer .footer-top{
  position: relative;
  display: flex;
  max-width: 1100px;
  justify-content: space-between;
  gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(43 47 56 / var(--tw-bg-opacity));
  padding: 2.5rem;
}

@media not all and (min-width: 1024px){
  .footer .footer-top{
    flex-direction: column;
  }
}

@media not all and (min-width: 640px){
  .footer .footer-top{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.footer .footer-top .bg-footer{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.footer .footer-top .footer-top-form{
  position: relative;
  z-index: 10;
}

.footer .footer-top .footer-top-content{
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  max-width: 481px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

.footer .footer-top .footer-top-content_box{
  display: flex;
  width: 100%;
  max-width: 321px;
  flex-direction: column;
  gap: 0.75rem;
}

.footer .footer-top .footer-top-content_box p{
  font-family: "SangBleu Sunrise", Georgia, serif;
  font-size: 20px;
  line-height: 114%;
  letter-spacing: -2%;
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .footer .footer-top .footer-top-content_box p{
    font-size: 28px;
  }
}

.footer .footer-bot{
  margin-top: 50px;
  display: flex;
  max-width: 1180px;
  justify-content: space-between;
}

@media not all and (min-width: 640px){
  .footer .footer-bot{
    flex-direction: column;
    gap: 2rem;
  }
}

.footer .footer-bot .footer-bot-info{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  font-family: "niveau-grotesk", sans-serif;
}

.footer .footer-bot .footer-bot-info_top{
  display: flex;
  gap: 1.5rem;
}

@media not all and (min-width: 640px){
  .footer .footer-bot .footer-bot-info_top{
    flex-direction: column;
  }
}

.footer .footer-bot .footer-bot-info p{
  margin-top: 1.5rem;
}

@media (min-width: 640px){
  .footer .footer-bot .footer-bot-info p{
    margin-top: 0.5rem;
  }
}

.form-card{
  position: relative;
  z-index: 10;
  max-width: 514px;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 229 240 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 52px;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px){
  .form-card{
    padding-left: 58px;
    padding-right: 58px;
  }
}

.form-card {
  width: 100%;
}

.form-card__title{
  text-align: center;
  font-family: "SangBleu Sunrise", Georgia, serif;
  font-size: 36px;
  line-height: 118%;
  letter-spacing: -2%;
  --tw-text-opacity: 1;
  color: rgb(43 47 56 / var(--tw-text-opacity));
}

.gf {
  display: flex;
  flex-direction: column;
}

.gf__fields {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.gf .wpcf7-form-control-wrap {
  display: block;
}

.gf__input {
  width: 100%;
  padding: 0.95rem 0.25rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(37, 42, 51, 0.18);
  text-align: center;
  font-size: 1rem;
  color: #252A33;
  transition: border-color 0.2s ease;
}

.gf__input::-moz-placeholder {
  color: rgba(37, 42, 51, 0.42);
}

.gf__input::placeholder {
  color: rgba(37, 42, 51, 0.42);
}

.gf__input:focus {
  outline: none;
  border-bottom-color: #50707A;
}

.gf__input.wpcf7-not-valid {
  border-bottom-color: #c0392b;
}

.gf__submit {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.gf__button{
  font-family: "Niveau Grotesk", system-ui, sans-serif;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  padding: 0.95rem 3.25rem 0.95rem 1.6rem;
  border: 0;
  border-radius: 2.5px;
  background-color: #50707A;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23F3F3F3' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='5' width='18' height='14' rx='2'/><path d='m3 7 9 6 9-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1.45rem center;
  background-size: 1.05rem;
  color: #F3F3F3;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.gf__button:hover {
  background-color: #668893;
}

.gf__consents {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
}

.gf__consent .wpcf7-list-item {
  margin: 0 !important;
  display: block;
}

.gf__consent label {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  cursor: pointer;
}

.gf__consent input[type='checkbox'] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin-top: 0.15rem;
  border: 1px solid rgba(37, 42, 51, 0.3);
  border-radius: 0.2rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.7rem;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.gf__consent input[type='checkbox']:checked {
  border-color: #50707A;
  background-color: #50707A;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23F3F3F3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12l4 4 10-10'/></svg>");
}

.gf__consent .wpcf7-list-item-label {
  font-size: 0.72rem;
}

.gf__more {
  color: #50707A;
  text-decoration: underline;
  white-space: nowrap;
}

.gf .wpcf7-response-output {
  margin: 1.25rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.85rem;
  text-align: center;
}

.gf .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.72rem;
  color: #c0392b;
  text-align: center;
}

.wpcf7-list-item-label{
  font-size: 10px;
  line-height: 100%;
  color: rgb(43 47 56 / var(--tw-text-opacity));
  --tw-text-opacity: 0.4;
}

.wpcf7-list-item{
  margin: 0px !important;
}

.wpcf7-spinner{
  display: none !important;
}

.gf__consent input[type='checkbox'] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  flex: 0 0 auto;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px;
  margin: 1px 0 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(37, 42, 51, 0.25) !important;
  border-radius: 3px !important;
  background: #fff !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 10px !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.gf__consent input[type='checkbox']:checked {
  border-color: #50707A !important;
  background-color: #50707A !important;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12l4 4 10-10'/></svg>") !important;
}

.gf__consents {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
}

.gf__consents .wpcf7-list-item {
  margin: 0;
  display: block;
}

.gf__consents label {
  display: block;
  cursor: pointer;
}

.gf__consent[type='checkbox'] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.gf__consent + .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 1.6rem;
  font-size: 10px;
  line-height: 1.5;
  color: rgba(43, 47, 56, 0.4);
}

.gf__consent + .wpcf7-list-item-label::before{
  background-color: transparent;
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(37, 42, 51, 0.25);
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.gf__consent:checked + .wpcf7-list-item-label::before {
  border-color: #50707A;
  background-color: #50707A;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12l4 4 10-10'/></svg>");
}

.gf__more {
  color: rgba(43, 47, 56, 0.6);
  text-decoration: underline;
  white-space: nowrap;
}

.gf__consents {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
}

.zgoda-komponent {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.zgoda-komponent .wpcf7-list-item {
  margin: 0;
  display: block;
}

.zgoda-komponent label {
  display: block;
  cursor: pointer;
}

.gf__consent[type='checkbox'] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.gf__consent + .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 1.6rem;
  font-size: 10px;
  line-height: 1.5;
  color: rgba(43, 47, 56, 0.45);
}

.gf__consent + .wpcf7-list-item-label::before{
  background-color: transparent;
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(37, 42, 51, 0.25);
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.gf__consent:checked + .wpcf7-list-item-label::before {
  border-color: #50707A;
  background-color: #50707A;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12l4 4 10-10'/></svg>");
}

.toggle-zgoda {
  display: inline-block;
  align-self: flex-start;
  margin-left: 1.6rem;
  font-size: 10px;
  line-height: 1;
  color: rgba(43, 47, 56, 0.7);
  text-decoration: underline;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.lottery-more-content {
  margin-left: 1.6rem;
  font-size: 10px;
  line-height: 1.6;
  color: rgba(43, 47, 56, 0.45);
}

.lottery-more-content[hidden] {
  display: none;
}

.lottery-more-content p {
  margin: 0 0 0.6rem;
}

.lottery-more-content a {
  color: rgba(43, 47, 56, 0.7);
  text-decoration: underline;
  word-break: break-word;
}

.kanaly {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 0.5rem 0 0.75rem;
}

.gf__more {
  color: rgba(43, 47, 56, 0.6);
  text-decoration: underline;
  white-space: nowrap;
}

.gf .wpcf7-response-output {
  margin: 1.25rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.85rem;
  text-align: center;
}

.gf .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.72rem;
  color: #c0392b;
  text-align: center;
}

.hero{
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(37 42 51 / var(--tw-bg-opacity));
}

.hero__shell{
  position: relative;
  padding-top: 64px;
}

@media (min-width: 768px){
  .hero__shell{
    padding-bottom: 124px;
  }
}

@media (min-width: 1280px){
  .hero__shell{
    padding-top: 66px;
  }
}

@media (min-width: 1536px){
  .hero__shell{
    padding-top: 106px;
  }
}

.hero__shell {
  z-index: 2;
}

.hero__content{
  max-width: 466px;
}

.hero__title{
  font-family: "SangBleu Sunrise", Georgia, serif;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: -4%;
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity));
  opacity: 0;
}

@media (min-width: 768px){
  .hero__title{
    font-size: 87px;
  }
}

.hero__title {
  font-weight: 400;
  margin: 0;
}

.hero__subtitle{
  margin-top: 26px;
  font-size: 26px;
  line-height: 124%;
  letter-spacing: -1%;
  --tw-text-opacity: 1;
  color: rgb(151 187 198 / var(--tw-text-opacity));
  opacity: 0;
  font-family: "niveau-grotesk", sans-serif;
}

.hero__cta{
  margin-top: 0.75rem;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(151 187 198 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(37 42 51 / var(--tw-text-opacity)) !important;
  opacity: 0;
}

.hero__cta:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(80 112 122 / var(--tw-bg-opacity)) !important;
}

.hero__visual{
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: -20px;
  bottom: 0;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero__visual img{
  opacity: 0;
}

.hero__house {
  width: 100%;
  max-width: 52rem;
  height: auto;
}

@media (max-width: 900px) {
  .hero__content {
    max-width: none;
  }

  .hero__visual {
    position: static;
    width: 100%;
    margin-top: clamp(2rem, 6vw, 3rem);
    justify-content: center;
  }

  .hero__house {
    max-width: 36rem;
  }
}

.sect-des{
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(43 47 56 / var(--tw-bg-opacity));
  padding-top: 48px;
  padding-bottom: 48px;
}

@media not all and (min-width: 640px){
  .sect-des{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px){
  .sect-des{
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.sect-des .sect-des-cont{
  display: flex;
  width: 100%;
  max-width: 766px;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}

@media (min-width: 640px){
  .sect-des .sect-des-cont{
    gap: 50px;
  }
}

.sect-des .sect-des-cont .sect-des-cont-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  opacity: 0;
}

.sect-des .sect-des-cont .sect-des-cont-text h3{
  text-align: center;
  font-size: 17.5px;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity));
}

.sect-des .sect-des-cont .sect-des-cont-text p{
  text-align: center;
  font-family: "SangBleu Sunrise", Georgia, serif;
  font-size: 20px;
  line-height: 122%;
  letter-spacing: -2%;
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .sect-des .sect-des-cont .sect-des-cont-text p{
    font-size: 28.5px;
  }
}

.sect-map-one{
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(226 229 240 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px){
  .sect-map-one{
    padding-top: 68px;
  }
}

@media not all and (min-width: 640px){
  .sect-map-one .shell{
    display: flex;
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}

.sect-map-one .map-one{
  top: 0px;
  right: 0px;
}

@media not all and (min-width: 640px){
  .sect-map-one .map-one{
    height: 264px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
  }
}

@media (min-width: 768px){
  .sect-map-one .map-one{
    position: absolute;
  }
}

@media (min-width: 1536px){
  .sect-map-one .map-one{
    right: 8rem;
  }
}

@media (min-width: 1280px){
  .sect-map-one .map-list-one{
    width: 220px;
  }
}

.sect-map-one .sect-map-one-cont{
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.sect-map-one .sect-map-one-cont h3{
  width: 100%;
  max-width: 385px;
  font-family: "SangBleu Sunrise", Georgia, serif;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -4%;
  --tw-text-opacity: 1;
  color: rgb(43 47 56 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .sect-map-one .sect-map-one-cont h3{
    font-size: 50px;
  }
}

.des-two{
  --tw-bg-opacity: 1;
  background-color: rgb(226 229 240 / var(--tw-bg-opacity));
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px){
  .des-two{
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.des-two .des-two-cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.des-two .des-two-top{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.des-two .des-two-top h3{
  max-width: 432px;
  text-align: center;
  font-family: "SangBleu Sunrise", Georgia, serif;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -2%;
  --tw-text-opacity: 1;
  color: rgb(43 47 56 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .des-two .des-two-top h3{
    font-size: 50px;
  }
}

.des-two .des-two-top p{
  margin-top: 1rem;
  max-width: 308px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(43 47 56 / var(--tw-text-opacity));
}

.des-two .des-two-bot{
  display: flex;
  width: 100%;
  max-width: 942px;
}

@media not all and (min-width: 1024px){
  .des-two .des-two-bot{
    flex-direction: column;
  }
}

.des-two .des-two-bot_box{
  display: flex;
  width: 100%;
  max-width: 310px;
  align-items: flex-start;
  gap: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 200 214 / var(--tw-border-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 23px;
  padding-right: 23px;
}

@media (min-width: 640px){
  .des-two .des-two-bot_box{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.des-two .des-two-bot_box p{
  font-family: "SangBleu Sunrise", Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 130%;
  letter-spacing: -1%;
  --tw-text-opacity: 1;
  color: rgb(43 47 56 / var(--tw-text-opacity));
}

.des-two .des-two-bot_box:first-child{
  padding-left: 12.5px;
}

@media (min-width: 1024px){
  .des-two .des-two-bot_box:first-child{
    border-left-width: 0px !important;
  }
}

.des-two .des-two-bot_box:last-child{
  padding-right: 12.5px;
}

@media (min-width: 1024px){
  .des-two .des-two-bot_box:last-child{
    border-right-width: 0px;
  }
}

.map-two{
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(226 229 240 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px){
  .map-two{
    padding-top: 54px;
    padding-bottom: 48px;
  }
}

.map-two .map-two-box{
  display: flex;
  justify-content: flex-end;
}

@media not all and (min-width: 640px){
  .map-two .shell{
    display: flex;
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}

@media (min-width: 1280px){
  .map-two .map-list-two{
    width: 220px;
  }
}

.map-two .map-two-img{
  top: 0px;
  left: 0px;
}

@media not all and (min-width: 640px){
  .map-two .map-two-img{
    height: 264px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }
}

@media (min-width: 1024px){
  .map-two .map-two-img{
    position: absolute;
  }
}

@media (min-width: 1536px){
  .map-two .map-two-img{
    left: 8rem;
  }
}

.map-two .map-two-cont{
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  max-width: 385px;
  flex-direction: column;
  gap: 1.75rem;
}

.map-two .map-two-cont .map-two-cont-des h3{
  max-width: 324px;
  font-family: "SangBleu Sunrise", Georgia, serif;
  font-size: 26px;
  line-height: 110%;
  letter-spacing: -4%;
  --tw-text-opacity: 1;
  color: rgb(43 47 56 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .map-two .map-two-cont .map-two-cont-des h3{
    font-size: 36px;
  }
}

.map-two .map-two-cont .map-two-cont-des p{
  margin-top: 18px;
  width: 100%;
  max-width: 338px;
  font-family: "SangBleu Sunrise", Georgia, serif;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 130%;
  letter-spacing: -1%;
  --tw-text-opacity: 1;
  color: rgb(43 47 56 / var(--tw-text-opacity));
}

html {
  scroll-behavior: smooth;
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(37 42 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity));
  font-weight: 400;
  line-height: 1.5;
  font-family: "niveau-grotesk", sans-serif;
}

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

.shell {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}

section {
  scroll-margin-top: 2rem;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 2.5px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 140%;
  font-family: "niveau-grotesk", sans-serif;
  cursor: pointer;
}

.btn--primary{
  --tw-bg-opacity: 1;
  background-color: rgb(102 136 147 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(226 229 240 / var(--tw-text-opacity));
}

.btn--primary:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(80 112 122 / var(--tw-bg-opacity)) !important;
}

.btn--outline{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity));
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn--outline:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgb(255 255 255 / 0.05);
}

@font-face {
  font-family: 'SangBleu Sunrise';

  src: url('../../fonts/SangBleuSunrise-Regular.woff2') format('woff2');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Niveau Grotesk';

  src: url('../../fonts/Niveau-Grotesk.woff2') format('woff2');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}