@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --block-bg: #e9eff4;
  --text: #333;
  --headings-buttons-bg: #2f455f;
  --blue: #3b72b4;
  --bg: #eef0f2;
  --underline-bg: #ff6764;
  --primary-colour: #1036a9;
  --hover: #f5605d;
  --heading-bg: #e7ecf1;
  --bg-second: #eef3fb;
  --divider: #bdbdbd;
  --bg-dropdown-hover: #d7dee6;
  --yellow: #ffbf41;
  --dropdown-bg: #eaeaea;
  --yellow-2: #ffef41;
  --text-2: #9b9b9b;
  --hover-outline: #1a8ef7;
  --secondary-colour: #121226;
  --navbar-bg: #2a3e56;
  --checkmark: #73cf11;
  --bg-blocks: #eaecef;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--block-bg);
  color: var(--text);
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

h1 {
  color: var(--headings-buttons-bg);
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
}

h2 {
  color: var(--headings-buttons-bg);
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

h3 {
  color: var(--headings-buttons-bg);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  color: var(--headings-buttons-bg);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  color: var(--headings-buttons-bg);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  color: var(--headings-buttons-bg);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

p {
  color: var(--text);
  letter-spacing: 0;
  margin-bottom: 10px;
}

a {
  color: var(--blue);
  cursor: pointer;
  text-decoration: none;
}

ul {
  color: var(--headings-buttons-bg);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 500;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 500;
}

li {
  color: var(--headings-buttons-bg);
  margin-bottom: 5px;
}

blockquote {
  color: var(--headings-buttons-bg);
  text-align: center;
  border-left: 5px #e2e2e2;
  width: 60%;
  margin: 50px auto;
  padding: 10px 20px;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 36px;
}

figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
}

.subtitle {
  font-size: 18px;
}

.subtitle.white {
  color: var(--bg);
  font-size: 16px;
}

.content-section {
  background-color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  overflow: hidden;
}

.content-section.double-inner-page {
  padding-top: 60px;
  padding-bottom: 75px;
}

.content-section.double {
  padding-bottom: 75px;
}

.content-section.padding {
  margin-top: 20px;
  padding-top: 60px;
  padding-bottom: 30px;
  display: none;
}

.content-section.no-top-padding {
  padding-top: 0;
}

.mini-title {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.success-message {
  background-color: #0000;
  font-size: 14px;
  line-height: 25px;
}

.success-message.white {
  color: #fff;
}

.success-message.dark {
  color: var(--text);
}

.footer-title {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.heading-box {
  text-align: center;
  width: 30%;
  max-width: 455px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading-box.large {
  width: 79%;
  max-width: 480px;
}

.heading-box.social-networks {
  width: 80%;
  max-width: 550px;
  margin-bottom: 0;
}

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-newsletter-bg {
  border-top-left-radius: 12.5px;
  border-top-right-radius: 12.5px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.menu {
  width: 30%;
}

.menu.news {
  margin-left: 10%;
}

.color-box {
  margin-right: 20px;
}

.go-up-button {
  z-index: 20;
  background-color: var(--blue);
  color: #fff;
  background-image: url('../images/flecha-correcta.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 100;
}

.notice-text {
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 21px;
}

.button-outline-dark {
  border: 1px solid var(--headings-buttons-bg);
  color: var(--headings-buttons-bg);
  text-align: center;
  letter-spacing: -.3px;
  background-color: #0000;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 22px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-dark:hover {
  background-color: var(--headings-buttons-bg);
  color: #fff;
}

.text-big {
  color: var(--text);
  font-size: 18px;
}

.text-big.white {
  font-size: 20px;
}

.error-message {
  color: var(--text);
  font-size: 14px;
  line-height: 22px;
}

.h1-hero {
  letter-spacing: -1px;
  margin-top: 10px;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
}

.h1-hero.inner-pages {
  font-size: 40px;
}

.footer-input {
  color: #9b9b9b;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 48.5px;
  margin-bottom: 0;
  padding-left: 17px;
  transition: border-color .2s;
}

.footer-input:hover {
  border-style: solid;
  border-color: #1a8ef7;
}

.footer-input::placeholder {
  color: #9b9b9b;
  font-size: 14px;
}

.subtile-inner {
  width: 60%;
}

.subtile-inner.large-center {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  position: relative;
}

.red {
  background-color: var(--underline-bg);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.notice {
  margin-top: 100px;
  padding-top: 15px;
}

.on-load {
  position: relative;
}

.on-load.header {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.on-load.section {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-left: 0%;
  display: flex;
}

.top-line {
  border-top: 1px solid #a4aebe;
  margin-top: 5px;
  padding-top: 7px;
}

.flex {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.footer-newsletter {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.content {
  background-color: #fff;
  padding-bottom: 40px;
}

.footer {
  background-color: #fff;
  border-bottom-left-radius: 75px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.menu-link {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.menu-link.w--current {
  color: var(--underline-bg);
}

.menu-link.kontakt {
  display: flex;
}

.submit-button-footer {
  background-color: var(--primary-colour);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0 0 12.5px 12.5px;
  width: 100%;
  height: 48.5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button-footer:hover {
  background-color: var(--hover);
}

.blue {
  background-color: var(--headings-buttons-bg);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.underline-hover {
  background-color: var(--underline-bg);
  height: 1px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-column {
  align-items: flex-start;
  width: 31%;
  display: flex;
}

.footer-logo {
  transition: transform .2s, opacity .2s;
}

.footer-logo:hover {
  opacity: .85;
  transform: scale(1.03);
}

.hero-text-box {
  width: 50%;
}

.hero-text-box.full {
  text-align: left;
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 30px;
}

.title {
  color: #8a8a8a;
  line-height: 20px;
}

.margins {
  margin-bottom: 15px;
  margin-right: 15px;
  display: inline-block;
}

.footer-text {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.button {
  border: 2px solid var(--bg);
  background-color: var(--primary-colour);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 12px 25px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: background-color .2s;
}

.button:hover {
  color: var(--underline-bg);
  background-color: #0000;
}

.button.white {
  border-color: var(--bg);
  background-color: var(--primary-colour);
}

.button.white:hover {
  color: #fff;
}

.top-margin {
  position: relative;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._40-pixels {
  margin-top: 40px;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._20-pixels.kontakt {
  display: flex;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.top-margin._35-pixels {
  margin-top: 35px;
}

.top-margin._25-pixels {
  margin-top: 25px;
}

.top-margin._8-pixels {
  margin-top: 8px;
}

.top-margin._60-pixels {
  margin-top: 60px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.footer-left {
  margin-right: 20px;
  padding-right: 20px;
}

.submit-button {
  background-color: var(--underline-bg);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 2.5px;
  width: 100%;
  height: 48.5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: var(--hover);
}

.newsletter-column {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.newsletter-column.modal-right {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.newsletter-column.left {
  background-image: url('../images/r-architecture-2gDwlIim3Uw-unsplash_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 75px;
}

.navigation {
  position: relative;
}

.notice-box {
  color: #fff;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  position: relative;
}

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

.navlink {
  color: #fff;
  height: 70px;
  margin-right: 13px;
  padding-top: 20px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  overflow: hidden;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current, .navlink.phone {
  color: var(--underline-bg);
}

.form-block-newsletter {
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}

.sign-up-input {
  background-color: #0000;
  border: 1px solid #a2a3a3;
  border-radius: 2.5px;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  transition: border-color .2s;
}

.sign-up-input:hover {
  border-color: #1a8ef7;
}

.nav-align-center {
  align-items: center;
  display: flex;
}

.nav-content-wrapper {
  z-index: 5;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  display: flex;
  position: relative;
}

.nav-flex {
  width: auto;
  display: flex;
}

.newsletter-box {
  border-radius: 20px 20px 20px 75px;
  flex-wrap: wrap;
  align-items: stretch;
  width: 60%;
  min-width: auto;
  max-width: 740px;
  display: flex;
  overflow: hidden;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-right: 20px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .85;
  transform: scale(1.03);
}

.brand.w--current {
  transition: transform .2s, opacity .2s;
}

.newsletter-container {
  background-image: linear-gradient(#101920e6, #101920e6);
  height: 100vh;
  display: none;
}

.notice-text-box {
  display: inline-block;
}

.close-button {
  z-index: 5;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  border-bottom-right-radius: 12.5px;
  border-bottom-left-radius: 12.5px;
  max-width: 100%;
  margin-left: 25px;
  margin-right: 25px;
}

.close-contact-form {
  background-color: var(--underline-bg);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.newsletter {
  z-index: 100000;
  background-image: linear-gradient(#000000b3, #000000b3);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0;
}

.notice-box-container {
  background-color: #19171a;
  height: 33px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}

.nav-menu {
  border-top-left-radius: 0;
  border-bottom-right-radius: 12.5px;
  border-bottom-left-radius: 12.5px;
  justify-content: flex-end;
  width: 100%;
  height: 70px;
  display: flex;
}

.book-button {
  background-color: var(--primary-colour);
  border-top-left-radius: 12.5px;
  border-bottom-right-radius: 12.5px;
  border-bottom-left-radius: 12.5px;
  align-items: center;
  height: 70px;
  padding-top: 8px;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 15px;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.book-button:hover {
  background-color: var(--hover);
}

.side-form-button {
  color: #000;
  background-image: url('../images/Email_1Email.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 60px;
  height: 70px;
  margin-right: 15px;
  padding-top: 16px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  transition: opacity .2s;
  overflow: hidden;
}

.side-form-button:hover {
  opacity: .8;
  text-decoration: none;
}

.side-form-button.w--current {
  color: #737e7e;
}

.nav-container {
  z-index: 100;
  max-width: 100%;
  height: 70px;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-left {
  background-color: var(--primary-colour);
  background-image: linear-gradient(180deg, var(--primary-colour) 34%, var(--bg-second)), linear-gradient(to bottom, #0000004d, #0000004d), url('../images/Untitled-design-37.svg');
  color: var(--text);
  background-position: 0 0, 0 0, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 20%;
  border-bottom-left-radius: 125px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  padding: 40px 5%;
  display: flex;
  position: relative;
}

.slider {
  flex: 1;
  width: 100%;
  min-height: 685px;
}

.footer-newsletter-image {
  background-image: url('../images/7_2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 12.5px;
  border-top-right-radius: 12.5px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero {
  background-color: #fff;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.hero.about-us {
  min-height: 655px;
  overflow: visible;
}

.hero.contact-us {
  min-height: 445px;
  overflow: visible;
}

.top-section {
  background-color: #fff;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.image-bg._1 {
  background-image: url('../images/1_1.avif');
}

.image-bg._2 {
  background-image: url('../images/2_1.avif');
}

.image-bg._3 {
  background-image: url('../images/3_1.avif');
}

.display-none {
  display: none;
}

.left-arrow {
  background-color: var(--primary-colour);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 2.5px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 48px;
  margin-bottom: 15px;
  margin-right: 67px;
  transition: background-color .2s;
  display: flex;
  inset: auto 0% 0% auto;
}

.left-arrow:hover {
  background-color: var(--hover);
}

.right-arrow {
  background-color: var(--primary-colour);
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 48px;
  margin-bottom: 15px;
  margin-right: 15px;
  transition: background-color .2s;
  display: flex;
  inset: auto 0% 0% auto;
}

.right-arrow:hover {
  background-color: var(--hover);
}

.hero-h1 {
  color: var(--bg);
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
}

.hero-h1.text-white, .white {
  color: #fff;
}

.text-white {
  color: #464646;
  text-align: center;
  flex-flow: wrap;
  place-content: center flex-start;
  align-self: center;
  align-items: center;
  margin-top: 1px;
  font-weight: 500;
  display: flex;
}

.text-white.no {
  color: var(--primary-colour);
  align-self: flex-end;
  font-size: 16px;
  font-weight: 600;
}

.intro-text-column {
  flex-direction: column;
  justify-content: center;
  width: 28%;
  padding-right: 1%;
  display: flex;
}

.h3-small {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
}

.underline {
  background-color: var(--underline-bg);
  border-radius: 2px;
  width: 56px;
  height: 4px;
  margin-top: 15px;
}

.underline.center {
  background-color: #ff6764;
  margin-left: auto;
  margin-right: auto;
}

.intro-box {
  border-radius: 25px;
  width: 23%;
  margin-right: 1.5%;
  position: relative;
  overflow: hidden;
}

.intro-box.last {
  margin-right: 0;
}

.overlay {
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.intro-link {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
}

.intro-link:hover {
  opacity: .8;
}

.corner-link {
  background-color: var(--primary-colour);
  border-radius: 25px 0;
  justify-content: center;
  align-items: center;
  width: 56.5px;
  height: 56.5px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.content-section-line {
  border-bottom: 1px solid var(--divider);
  background-color: #fff;
  max-width: 100%;
  padding-top: 75px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.flex-column-center {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.cover-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.cover-image._1 {
  background-image: url('../images/Copy-of-Untitled-1.avif');
  background-position: 50% 0;
}

.cover-image.grid-4 {
  background-image: url('../images/1_9.avif');
  background-position: 50% 0;
  background-size: 110%;
}

.cover-image._2 {
  background-image: url('../images/314415032_429928309310790_2277819561527532633_n_1.avif');
  background-position: 80%;
}

.cover-image._3 {
  background-image: url('../images/Skalskiego-7-43-19_1.avif');
  background-position: 10%;
}

.cover-image._4 {
  background-image: url('../images/4_6.avif');
}

.cover-image.insta-1 {
  background-image: url('../images/Insta_1.avif');
}

.cover-image.insta-2 {
  background-image: url('../images/Insta-2_1.avif');
}

.cover-image.insta-3 {
  background-image: url('../images/Insta-3_1.avif');
}

.cover-image.insta-4 {
  background-image: url('../images/Insta-4_1.avif');
}

.cover-image.hero-slide {
  background-image: url('../images/Nałęczowska-175b-20_1.avif');
  background-position: 50%;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.cover-image.hero-slide-2 {
  background-image: url('../images/4_6.avif');
  background-position: 20%;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.cover-image.hero-slide-3 {
  background-image: url('../images/Wędrowna-10-12_1.avif');
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.cover-image.side-image {
  background-image: url('../images/r-architecture-2gDwlIim3Uw-unsplash_1.avif');
}

.cover-image.vertical-grid-3 {
  background-image: url('../images/2_8.avif');
  background-position: 50% 0;
}

.cover-image._5 {
  background-image: url('../images/314415032_429928309310790_2277819561527532633_n_1.avif');
  background-position: 50% 0;
}

.cover-image._6 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Dragonów-3-3-3_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cover-image._7 {
  background-image: url('../images/437583454_25324979937116680_5190608517768166292_n_1.avif');
  background-position: 50%;
}

.cover-image.room, .cover-image.side-image {
  background-image: url('../images/r-architecture-T6d96Qrb5MY-unsplash_1.avif');
}

.cover-image.grid-1 {
  background-image: url('../images/2_8.avif');
  background-position: 50% 0;
  background-size: cover;
}

.cover-image.grid-3 {
  background-image: url('../images/WhatsApp-Image-2024-04-27-at-20.23.50.jpeg');
}

.cover-image.grid-2 {
  background-image: url('../images/Nałęczowska-175b-20_1.avif');
  background-position: 50% 100%;
  background-size: cover;
}

.cover-image.vertical-grid-5 {
  background-image: url('../images/4_7.avif');
  background-position: 50% 20%;
}

.cover-image.vertical-grid-4 {
  background-image: url('../images/1_9.avif');
  background-position: 50%;
}

.cover-image.vertical-grid-2 {
  background-image: url('../images/3_7.avif');
  background-position: 50% 0;
  background-size: 130%;
}

.rounded {
  border-radius: 25px;
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.max-433-pixels {
  width: 100%;
  max-width: 433px;
}

.block-border-title {
  background-color: var(--primary-colour);
  color: #fff;
  text-align: center;
  background-image: url('../images/comprobado-1.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 4px solid #fff;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 20px 11px 42px;
  font-size: 14px;
  display: inline-block;
  position: relative;
}

.block-border-title.couch {
  background-image: url('../images/Untitled-design-37.svg');
  background-size: 25px;
  padding-left: 47px;
}

.absolute-bottom {
  z-index: 10;
  text-align: center;
  position: absolute;
  inset: auto 0% -4%;
}

.horizontal-box {
  border: 1px solid var(--divider);
  text-align: left;
  border-radius: 10px;
  max-width: 143px;
  margin-right: 3%;
  display: flex;
}

.flex-icon-box {
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.flex-icon-text {
  color: var(--headings-buttons-bg);
  flex: 1;
  padding: 5px 10px;
}

.text-small {
  font-size: 13px;
  line-height: 16px;
}

.relative-full-height {
  height: 100%;
  font-size: 15px;
  display: inline-block;
  position: relative;
}

.title-box {
  width: 80%;
}

.title-box.large {
  width: 100%;
}

.title-box.small {
  width: 42%;
}

.title-box.medium {
  width: 60%;
}

.text-column {
  align-items: center;
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.lightbox-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.lightbox-link._1 {
  background-image: none;
}

.corner-link-bottom {
  background-color: var(--primary-colour);
  border-radius: 0 0 25px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 42px;
  padding-bottom: 6px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.corner-link-bottom:hover {
  background-color: var(--hover);
}

.corner-link-top {
  background-color: var(--primary-colour);
  border-radius: 25px 0 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 42px;
  margin-bottom: 42px;
  padding-top: 6px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.corner-link-top:hover {
  background-color: var(--hover);
}

.image-column {
  border-radius: 25px 0 0 25px;
  width: 50%;
  min-height: 365px;
  position: relative;
  overflow: hidden;
}

.circular-tag {
  background-color: var(--primary-colour);
  background-image: url('../images/Untitled-design-37.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  margin-left: 15px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blue-container {
  background-color: var(--bg-dropdown-hover);
  border-radius: 0 75px 75px 0;
  margin-right: 6%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.max-1088-pixels {
  flex-wrap: wrap;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arrow-3 {
  z-index: 6;
  position: absolute;
  inset: 0% 0% auto auto;
}

.columng-grid {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
}

.grid-column {
  flex-direction: column;
  justify-content: center;
  width: 40%;
  margin-right: 2%;
  display: flex;
}

.grid-item {
  border-radius: 25px;
  height: auto;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.grid-column-2 {
  flex-direction: column;
  justify-content: center;
  width: 40%;
  margin-top: 6%;
  margin-right: 2%;
  display: flex;
}

.center-flex-box {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 3%;
  display: flex;
}

.vertical-box {
  text-align: center;
  border: 1px solid #949494;
  border-radius: 10px;
  flex-direction: column;
  width: 22%;
  margin-right: 4%;
  display: flex;
}

.vertical-box.last {
  border-color: #949494;
}

.bullet-point {
  color: var(--underline-bg);
  margin-right: 7px;
  font-size: 18px;
  display: inline-block;
}

.title-inline {
  color: var(--headings-buttons-bg);
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.left-padding {
  padding-left: 15px;
}

.expand {
  flex: 1;
}

._70-percent-column {
  flex-wrap: wrap;
  width: 70%;
  display: flex;
  position: relative;
}

.text-block-column {
  align-items: center;
  width: 26%;
  padding-left: 3%;
  display: flex;
}

.rounded-half {
  border-radius: 0 25px 25px 125px;
  width: 33%;
  height: 100%;
  margin-right: 4%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.rounded-item {
  border-radius: 25px;
  width: 63%;
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.features-block {
  background-color: var(--block-bg);
  border-radius: 5px 75px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.narrow-wrapper {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
}

.feature {
  text-align: center;
  width: 50%;
  margin-bottom: 60px;
  padding-left: 2%;
  padding-right: 2%;
}

.feature.no-margin, .feature.last {
  margin-bottom: 0;
}

.feature-text-box {
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.full-width {
  flex: 1;
}

.flex-start {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.faq-arrow-box {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 28px;
  display: flex;
  position: relative;
}

.faq-content {
  margin-top: 10px;
  overflow: hidden;
}

.faq-wrapper {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 20px 20px 5px;
}

.faq-wrapper.last {
  margin-bottom: 0;
}

.faq-trigger {
  color: #1c1a1a;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.faq-trigger:hover {
  text-decoration: none;
}

.arrow {
  margin-top: 1px;
}

.question {
  color: var(--headings-buttons-bg);
  font-weight: 500;
}

.faq-wrap-text {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.faq-block {
  background-color: var(--block-bg);
  border-radius: 5px 75px 75px 5px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.intro-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.rating {
  text-align: center;
  width: 18%;
  margin-right: 2%;
  padding-left: 2%;
  padding-right: 2%;
}

.rating.last {
  margin-right: 0%;
}

.star {
  margin-right: 6px;
}

.rating-title {
  color: var(--headings-buttons-bg);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 33px;
  line-height: 33px;
}

.rating-text {
  color: var(--headings-buttons-bg);
  font-size: 13.5px;
  line-height: 21px;
}

.ratings {
  background-color: var(--heading-bg);
  border-radius: 5px 75px;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 1px;
}

.social-icon {
  background-color: #067aeb;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon:hover {
  opacity: 1;
  background-color: #0970d4;
}

.social-icon.facebook {
  background-color: #067aeb;
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.social-icon.facebook:hover {
  background-color: #096ecf;
}

.social-icon.twittter {
  background-color: #1da1f2;
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-color: #1da1f2;
}

.social-icon.twittter:hover {
  background-color: #188fd8;
}

.social-icon.instagram {
  background-color: #fb774e;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-color: #ff7e4f;
}

.social-icon.instagram:hover {
  opacity: 1;
  background-color: #e96b44;
}

.social-icon.email {
  background-color: #9137ee;
  background-image: url('../images/email-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-color: #1da1f2;
}

.social-icon.email:hover {
  opacity: 1;
  background-color: #812cd8;
}

.social-icon.linkedin {
  background-color: #2a79aa;
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-color: #ff7e4f;
}

.social-icon.linkedin:hover {
  opacity: 1;
  background-color: #2771a0;
}

.social-icon.pinterest {
  background-color: #e60023;
  background-image: url('../images/pinterest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-color: #ff7e4f;
}

.social-icon.pinterest:hover {
  opacity: 1;
  background-color: #2771a0;
}

.hover-overlay {
  background-color: #fffc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.insta-pic {
  width: 25%;
  position: relative;
  overflow: hidden;
}

.insta-pic._1 {
  border-radius: 2.5px 0 0 75px;
}

.insta-pic._4 {
  border-radius: 0 75px 2.5px 0;
}

.social-icon-mini {
  background-color: #067aeb;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  transition: background-color .2s;
}

.social-icon-mini:hover {
  opacity: 1;
  background-color: #0970d4;
}

.social-icon-mini.facebook {
  background-color: #067aeb;
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-mini.facebook:hover {
  background-color: #096ecf;
}

.social-icon-mini.twittter {
  background-color: #1da1f2;
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-color: #1da1f2;
}

.social-icon-mini.twittter:hover {
  background-color: #188fd8;
}

.social-icon-mini.instagram {
  background-color: #fb774e;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-color: #ff7e4f;
}

.social-icon-mini.instagram:hover {
  opacity: 1;
  background-color: #e96b44;
}

.social-icon-mini.email {
  background-color: #9137ee;
  background-image: url('../images/email-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-color: #1da1f2;
}

.social-icon-mini.email:hover {
  opacity: 1;
  background-color: #812cd8;
}

.social-icon-mini.linkedin {
  background-color: #2a79aa;
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-mini.pinterest {
  background-color: #e60023;
  background-image: url('../images/pinterest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.hover-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hover-image._1 {
  background-image: url('../images/im3rd-media-f888opoBHUo-unsplash_1.avif');
}

.hover-image._6 {
  background-image: none;
}

.hover-image._1 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Dragonów-3-3-3_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hover-image._3 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/WhatsApp-Image-2024-04-27-at-20.23.50.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hover-image.gallery {
  background-image: url('../images/Skalskiego-7-43-19_1.avif');
}

.hover-image.gallery-2 {
  background-image: url('../images/Nałęczowska-175b-17_1.avif');
}

.hover-image.gallery-3 {
  background-image: url('../images/Szerokie-36T-1-13_1.avif');
}

.hover-image.gallery-4 {
  background-image: url('../images/4_6.avif');
}

.hover-image.gallery-6 {
  background-image: url('../images/Nałęczowska-175b-20_1.avif');
}

.hover-image.gallery-5 {
  background-image: url('../images/Nałęczowska-175b-25_1.avif');
}

.hover-image.gallery-7 {
  background-image: url('../images/Bukszpanowa-2-8-12_1.avif');
}

.hover-image.gallery-8 {
  background-image: url('../images/Dragonów-3-3-3_1.avif');
}

.hover-image.gallery-9 {
  background-image: url('../images/Skalskiego-7-43-8_1.avif');
}

.hover-image.chagne-photo {
  background-image: linear-gradient(#00000059, #00000059), url('../images/WhatsApp-Image-2024-04-27-at-20.26.32.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.vertical-icon {
  border-right: 1px solid var(--divider);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.flex-vertical-text {
  color: var(--headings-buttons-bg);
  flex: 1;
  padding: 5px 15px;
}

.footer-bg {
  background-color: #000;
  border-radius: 0 75px;
  position: absolute;
  inset: 0%;
}

.hero-bg {
  position: absolute;
  inset: 0%;
}

.hero-bg.contact-us {
  text-align: center;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Untitled-design-6_1.avif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0 0 0 125px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-bg.about-us {
  text-align: center;
  background-image: linear-gradient(#0006, #0006), url('../images/Nałęczowska-175b-17_1.avif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0 0 0 125px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.section-full {
  background-color: #fff;
  flex-wrap: wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.yellow {
  background-color: var(--yellow);
  color: var(--yellow);
  width: 40px;
  height: 40px;
}

.vertical-grid-block {
  padding-top: 60px;
  position: relative;
}

.book-form {
  margin-bottom: 0;
}

.side-bar-top {
  background-color: #e8eef3;
  padding-top: 20px;
  padding-left: 32px;
  padding-right: 32px;
}

.contact-form {
  flex-direction: column;
  padding-top: 20px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.h6-small {
  color: #333;
  margin-right: 5px;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  display: inline-block;
}

.left-side-form {
  width: 72.3%;
  position: fixed;
  inset: 0%;
}

.text-small-gray {
  color: #7f7f7f;
  font-size: 15px;
  line-height: 21px;
}

.success-message-absolute {
  background-color: #0000;
  line-height: 26px;
}

.success-message-absolute.no-bottom-padding {
  padding-bottom: 0;
}

.negatilve-margin {
  position: relative;
  top: -2px;
}

.side-more-options {
  border-bottom: 1px solid #bfcdd8;
  padding: 10px 32px 20px;
}

.side-more-options.less-top-padding {
  padding-top: 10px;
}

.contact-textarea {
  border: 1px solid #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-top: 13px;
  padding-bottom: 40px;
  transition: border-color .2s;
}

.contact-textarea:hover {
  border-style: solid;
  border-color: #1a8ef7;
}

.h5-small {
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
}

.h5-small.less-margin {
  margin-top: 5px;
  margin-bottom: 0;
}

.side-form {
  z-index: 10000000;
  background-color: #2a3e56b3;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-box {
  border-bottom: 1px solid #bfcdd8;
  padding-bottom: 30px;
}

.side-bar {
  z-index: 10000;
  background-color: var(--heading-bg);
  width: 100%;
  max-width: 350px;
  height: 100%;
  padding-bottom: 100px;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.side-form-icon {
  width: 35px;
  padding-top: 12px;
}

.bottom-absolute {
  z-index: 10;
  text-align: center;
  margin-bottom: -27px;
  position: absolute;
  inset: auto 0% 0%;
}

.vertical-relative {
  border-radius: 25px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.red-corner-block {
  background-color: var(--primary-colour);
  color: #fff;
  text-align: center;
  background-image: url('../images/Untitled-design-37.svg');
  background-position: 8%;
  background-repeat: no-repeat;
  background-size: 28px;
  border-radius: 25px 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px 15px 42px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.red-corner-block.left {
  background-image: url('../images/Untitled-design-37.svg');
  background-position: 10%;
  background-size: 28px;
  border-radius: 0 25px;
  padding-left: 46px;
  inset: auto auto 0% 0%;
}

.left-top-corner {
  z-index: 30;
  position: absolute;
  inset: 0% auto auto -4.5%;
}

.flex-column-text {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.right-bottom-corner {
  z-index: 30;
  position: absolute;
  inset: auto -3% 46% auto;
}

.max-400-pixels {
  max-width: 400px;
}

.hero-bottom {
  position: absolute;
  inset: auto 0% 0%;
}

.hero-absolute {
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 62%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 8px 20px -1px #b1b5c5b3;
}

.hero-book-form {
  z-index: 50;
  color: #fff;
  position: absolute;
  inset: auto 0% 3%;
}

.newsletter-form-container {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-top: 110px;
  padding-bottom: 40px;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.guy-column {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.bottom-blue-block {
  margin-top: 40px;
  position: relative;
}

.form-field {
  border: 1px solid #fff;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 20px;
  transition: border-color .2s;
}

.form-field:hover {
  border-style: solid;
  border-color: #1a8ef7;
}

.newsletter-form {
  max-width: 335px;
  margin-top: 30px;
  margin-bottom: 0;
}

.perk {
  z-index: 1;
  border-right: 1px solid var(--divider);
  flex-wrap: wrap;
  width: 33.2%;
  margin-right: 1px;
  padding-top: 3%;
  padding-bottom: 2%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.perk._3 {
  border-right-style: none;
  padding-left: 3%;
}

.perk._2, .perk._5 {
  padding-left: 3%;
}

.perk._6 {
  border-right-style: none;
  padding-left: 3%;
}

.perk-icon {
  margin-right: 15px;
}

.number {
  color: var(--headings-buttons-bg);
  font-size: 32.5px;
  font-weight: 500;
  line-height: 32.5px;
}

.h6-small-blue {
  color: var(--headings-buttons-bg);
  margin-right: 5px;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  display: inline-block;
}

.testimonial-image {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.testimonial-block {
  border-radius: 5px 75px;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-text {
  background-color: var(--dropdown-bg);
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 5% 5% 3%;
  display: flex;
  position: relative;
}

.arrow-2 {
  z-index: 5;
  position: absolute;
  inset: -4% 0% auto auto;
}

.slider-3 {
  background-color: #0000;
  height: 100%;
}

.testimonial-pic {
  border: 3px solid var(--yellow);
  background-image: url('../images/Untitled-design-21.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.testimonial-pic._2, .testimonial-pic._3 {
  background-image: url('../images/Untitled-design-21.svg');
}

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

.slide-nav {
  position: relative;
}

.gallery-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  margin-bottom: 3%;
  position: relative;
  overflow: hidden;
}

.gallery-column {
  text-align: right;
  flex-direction: column;
  align-items: center;
  width: 32%;
  margin-right: 1%;
  display: flex;
}

.gallery-column-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 32%;
  margin-right: 1%;
  display: flex;
}

.gallery-column-3 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 32%;
  display: flex;
}

.book-form-block {
  background-color: var(--primary-colour);
  background-image: linear-gradient(to bottom, var(--dropdown-bg), var(--dropdown-bg));
  border-radius: 5px 75px;
  padding: 60px 5%;
  position: relative;
}

.contact-form-block {
  flex-direction: column;
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.color-yellow {
  color: var(--yellow);
}

.top-absolute {
  margin-top: -24px;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block-yellow {
  background-color: var(--yellow);
  background-image: url('../images/reserva.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  border: 4px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.image-map {
  border-radius: 25px 25px 75px 75px;
  position: relative;
  overflow: hidden;
}

.bubble-container-2 {
  width: 21%;
  position: absolute;
  top: 12%;
  right: 40%;
}

.dot {
  cursor: pointer;
  background-color: #ffef4180;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.central-dot {
  background-color: var(--yellow-2);
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.text-bubble {
  background-color: var(--yellow-2);
  box-shadow: none;
  color: var(--text);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4% 3% 5%;
  position: relative;
}

.tooltip-2 {
  display: inline-block;
  position: relative;
}

.bubble-container-3 {
  width: 21%;
  position: absolute;
  top: 35%;
  right: 8%;
}

.bubble-container {
  width: 21%;
  position: absolute;
  top: 53%;
  right: 63%;
}

.hero-bottom-white {
  background-color: #fff;
  height: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.triangle {
  background-color: var(--yellow-2);
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -8%;
  transform: rotate(45deg);
}

.dot-container {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contact-link {
  color: var(--blue);
  font-size: 15px;
  transition: opacity .2s;
}

.contact-link:hover {
  opacity: .8;
}

.contact-form-left {
  align-items: center;
  width: 35%;
  padding-right: 40px;
  display: flex;
}

.select-field {
  border: 1px solid var(--blue);
  color: var(--text-2);
  background-color: #0000;
  border-radius: 2.5px;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 3%;
  transition: border-color .2s;
}

.select-field:hover {
  border-color: var(--hover-outline);
}

.textarea {
  border: 1px solid var(--blue);
  color: var(--text-2);
  background-color: #0000;
  border-radius: 2.5px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 50px;
  padding-left: 3%;
  transition: border-color .2s;
}

.textarea:hover {
  border-color: var(--hover-outline);
}

.textarea:focus, .textarea::placeholder {
  color: var(--text-2);
}

.contact-form-right {
  flex: 1;
  width: 70%;
}

.input {
  border: 1px solid var(--blue);
  color: var(--text-2);
  background-color: #0000;
  border-radius: 2.5px;
  width: 48%;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 3%;
  transition: border-color .2s;
}

.input:hover {
  border-color: var(--hover-outline);
}

.input::placeholder {
  color: var(--text-2);
  font-size: 14px;
}

.form-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.submit-button-form {
  background-color: var(--primary-colour);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 5px;
  width: 48%;
  min-width: 200px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button-form:hover {
  background-color: var(--hover);
}

.map {
  border-radius: 12.5px 50px 50px 12.5px;
  width: 80%;
  height: auto;
  margin-top: 80px;
}

.text-block {
  color: var(--text);
}

.details-bg {
  background-color: var(--block-bg);
  border-radius: 5px 75px;
  flex-wrap: wrap;
  padding: 35px 40px;
  display: flex;
  position: relative;
}

.read-more {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.inner-pages-bg {
  background-color: var(--block-bg);
  border-radius: 0 0 0 125px;
  position: absolute;
  inset: 0%;
}

.max-433-full {
  width: 100%;
  max-width: 433px;
}

.half-column {
  justify-content: center;
  align-items: center;
  width: 50%;
}

.intro-image {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.testimonial-name {
  color: var(--text);
}

.no-top-margin {
  margin-top: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.login-button {
  background-color: var(--underline-bg);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
}

.login-button:hover {
  background-color: var(--hover);
}

.login-input {
  border-radius: 5px;
  width: 100%;
  height: 50px;
}

._404 {
  font-size: 128px;
  line-height: 128px;
}

.licensing-item {
  margin-bottom: 3%;
}

.bottom-margin-image {
  width: 100%;
  margin-bottom: 20px;
}

.bottom-margin {
  margin-bottom: 20px;
}

.video {
  width: 100%;
  margin-bottom: 10px;
}

.tooltip-3, .tooltip {
  display: inline-block;
  position: relative;
}

.preloader {
  z-index: 100000000;
  background-color: var(--block-bg);
  color: #69707b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: 0;
}

.image {
  width: 200px;
}

.text-block-2 {
  color: var(--primary-colour);
  font-weight: 600;
}

.reviews, .cta-form {
  background-color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  position: relative;
  overflow: hidden;
}

.image-2 {
  width: 200px;
}

.text-block-3 {
  font-size: 16px;
}

.image-3 {
  width: 30px;
  max-width: none;
  height: 30px;
  margin-right: 10px;
}

.text-block-4 {
  font-size: 16px;
}

.reviews-google-block {
  justify-content: center;
  height: 25px;
  display: flex;
}

.reviews-google-block.left {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: flex-start;
  height: 20px;
  margin-bottom: -5px;
}

.google {
  margin-right: 10px;
}

.text-span {
  color: var(--underline-bg);
  font-size: 24px;
}

.number-stat {
  color: var(--primary-colour);
  font-size: 24px;
}

.text-span-2 {
  color: var(--primary-colour);
  font-weight: 500;
}

.image-5 {
  filter: grayscale();
}

.image-6 {
  flex: none;
}

.div-block-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10%;
  display: grid;
}

.div-block-50._2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.newsletter-button-2 {
  background-color: var(--primary-colour);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
}

.newsletter-button-2:hover {
  background-color: #f5605d;
}

.newsletter-button-2.hero {
  color: var(--primary-colour);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 600;
  display: inline-flex;
  box-shadow: 0 2px 5px #0003;
}

.newsletter-button-2.hero:active {
  background-color: #1f0a5c;
}

.newsletter-button-2.hero.white {
  background-color: var(--secondary-colour);
  color: var(--bg);
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 600;
}

.contact-field-2 {
  background-image: url('../images/usuario-1.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 40px;
  transition: border-color .2s;
}

.contact-field-2:hover {
  border-style: solid;
  border-color: #1a8ef7;
}

.contact-field-2.calendar {
  background-image: url('../images/calendario.svg');
  background-position: 12px 56%;
}

.contact-field-2.phone {
  background-image: url('../images/reshot-icon-phone-ZD23FUP5JE.svg');
  background-position: 12px 55%;
}

.contact-field-2.powierzchnia {
  background-image: url('../images/reshot-icon-resize-QBFEUP8ST9.svg');
  background-position: 8px;
  background-size: 21px;
  width: 100%;
}

.contact-field-2.email {
  background-image: url('../images/email.svg');
  background-position: 12px 67%;
}

.contact-field-form-down {
  background-image: url('../images/usuario-1.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 40px;
  transition: border-color .2s;
}

.contact-field-form-down:hover {
  border-style: solid;
  border-color: #1a8ef7;
}

.contact-field-form-down.real-estate {
  background-color: #fff;
  background-image: url('../images/reshot-icon-real-estate-A4ZJ5MPDSL.svg');
  background-position: 5px;
  background-size: 30px;
  width: 100%;
  margin-right: 0%;
}

.error-message-2 {
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

.error-message-2.max-width {
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
}

.side-form-submit-2 {
  background-color: var(--primary-colour);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  padding-top: 8px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .2s;
}

.side-form-submit-2:hover {
  background-color: #f8b83b;
}

.side-form-submit-2.call {
  background-color: var(--text-2);
  justify-content: center;
  align-items: center;
  max-width: 355px;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.text-block-21 {
  color: #eef0f2;
}

.contact-field-3 {
  background-image: url('../images/usuario-1.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 40px;
  transition: border-color .2s;
}

.contact-field-3:hover {
  border-style: solid;
  border-color: #1a8ef7;
}

.contact-field-3.calendar {
  background-image: url('../images/calendario.svg');
  background-position: 12px 56%;
}

.contact-field-3.phone {
  background-image: url('../images/reshot-icon-phone-ZD23FUP5JE.svg');
  background-position: 12px 55%;
}

.contact-field-3.powierzchnia {
  background-image: url('../images/reshot-icon-resize-QBFEUP8ST9.svg');
  background-position: 8px;
  background-size: 21px;
  width: 100%;
}

.contact-field-3.real-estate {
  background-color: #fff;
  background-image: url('../images/reshot-icon-real-estate-A4ZJ5MPDSL.svg');
  background-position: 5px;
  background-size: 30px;
  width: 100%;
  margin-right: 0%;
}

.contact-field-3.email {
  background-image: url('../images/email.svg');
  background-position: 12px 67%;
}

.error-message-3 {
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

.side-form-submit-3 {
  background-color: var(--primary-colour);
  text-align: center;
  border-radius: 5px;
  height: 55px;
  padding-top: 8px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s;
}

.side-form-submit-3:hover {
  background-color: #f8b83b;
}

.close-button-form-2 {
  background-color: var(--yellow);
  border-radius: 2.5px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-top: 20px;
  margin-right: 25px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.clone-me-2 {
  z-index: 99999;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
}

.button_call-2 {
  color: #fff;
  background-color: #f66a18;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  box-shadow: 0 10px 30px -10px #00000026;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.text-white-2 {
  color: #fff;
  margin-left: 10px;
}

.contact-field-hero {
  background-image: url('../images/usuario-1.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 40px;
  transition: border-color .2s;
}

.contact-field-hero:hover {
  border-style: solid;
  border-color: #1a8ef7;
}

.contact-field-hero.real-estate {
  background-color: #fff;
  background-image: url('../images/reshot-icon-real-estate-A4ZJ5MPDSL.svg');
  background-position: 5px;
  background-size: 30px;
  border-radius: 0;
  width: 20%;
  margin-bottom: 0;
  margin-right: 0%;
}

.hero-error-form-2 {
  color: #333;
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  top: 38px;
}

.hero-submit-button-2 {
  background-color: var(--primary-colour);
  text-align: center;
  border-radius: 0 5px 5px 0;
  width: 20%;
  height: 55px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  transition: background-color .2s;
}

.hero-submit-button-2:hover {
  background-color: #f8b83b;
}

.button-2 {
  background-color: var(--primary-colour);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border: 2px solid #e7ecf1;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 12px 25px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: background-color .2s;
}

.button-2:hover {
  color: #e9eff4;
  background-color: #0000;
}

.on-load-6 {
  flex-flow: row;
  display: block;
  position: relative;
}

.hero-form-input-2 {
  background-image: url('../images/reshot-icon-phone-ZD23FUP5JE.svg');
  background-position: 9%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-right: 1px solid #bdbdbd;
  border-radius: 0;
  width: 20%;
  height: 55px;
  margin-bottom: 0;
  padding-left: 45px;
  transition: border-color .2s;
}

.hero-form-input-2:hover {
  border-style: solid;
  border-color: #1a8ef7;
  border-left-width: 1px;
}

.hero-form-input-2.adults {
  background-image: url('../images/usuario-1.svg');
  background-position: 14px;
}

.hero-form-input-2.email {
  background-image: url('../images/email.svg');
  background-position: 14px 60%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 45px;
}

.heading {
  color: var(--bg);
  text-align: center;
  position: absolute;
  inset: 45% 0% 0%;
}

.text-span-3 {
  color: var(--yellow);
}

.cta-bg-2 {
  background-color: #eaecef;
  border-radius: 0 75px;
  margin-top: 75px;
  position: absolute;
  inset: 0%;
}

.underline-2 {
  color: #1f0a5c;
  background-color: #1f0a5c;
  border-radius: 2px;
  width: 56px;
  height: 4px;
  margin-top: 15px;
}

.divider-2 {
  background-color: #bdbdbd;
  width: 1px;
  height: 45%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 20% 0% 0% auto;
}

.image-7 {
  width: 35px;
  margin-right: 5px;
}

.slide, .slide-2, .slide-3 {
  background-color: var(--bg);
}

.text-span-4 {
  font-weight: 500;
}

.text-span-6 {
  font-style: italic;
}

.text-span-7 {
  font-weight: 600;
}

.text-span-8 {
  font-weight: 500;
}

.showing-details {
  background-color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  display: none;
  position: relative;
  overflow: hidden;
}

.slider-1 {
  border-radius: 0 25px 25px 0;
  width: 50%;
  min-height: 365px;
  overflow: hidden;
}

.text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14 {
  font-weight: 500;
}

.grid-image-wrapper {
  position: relative;
}

.text-highlighted-yellow {
  color: var(--primary-colour);
  background-image: linear-gradient(#eed96c00, #eed96c00 60%, #d7dee6 60% 80%, #eaecef);
}

.grid-content-wrapper {
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.c-body_bg {
  width: 130%;
  max-width: none;
  position: absolute;
  inset: 17% 0% auto 141px;
}

.heading-8 {
  color: var(--primary-colour);
  margin-top: 5px;
  font-size: 26px;
  font-weight: 600;
}

.image-34 {
  width: 10%;
  height: 10%;
}

.c-nav {
  background-color: #fff;
  border-bottom: 1px solid #e8edf6;
}

.c-title-3 {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  display: flex;
}

.c-autotabs_menu {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.text-span-60 {
  color: #1f0a5c;
}

.grid-image {
  z-index: 2;
  object-fit: cover;
  object-position: 60% 50%;
  border-radius: 40px;
  max-width: 80%;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-33 {
  opacity: .6;
  width: 150px;
  position: absolute;
  inset: 0% 5% auto auto;
  transform: rotate(-26deg);
}

.c-autotabs_paragraph {
  color: #5f6668;
}

.c-autotabs {
  z-index: 1;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.grid-image-bg {
  background-color: #1f00ccc9;
  border-radius: 40px;
  position: absolute;
  inset: -40px 40px 40px 46px;
}

.c-autotabs_line {
  background-color: #e8edf6;
  border-radius: 20px;
  width: 6px;
  position: absolute;
  inset: 20px auto 20px 40px;
  overflow: hidden;
}

.c-text-1 {
  color: #5f6668;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.preheader {
  background-color: var(--primary-colour);
  color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  margin-bottom: 0;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.c-autotabs_pane {
  position: relative;
}

.c-title-wrapper {
  margin-bottom: 16px;
}

.c-title-wrapper.cc-title_intro {
  margin-bottom: 50px;
}

.c-title-wrapper.cc-title-nomargin {
  margin-bottom: 0;
  display: flex;
}

.c-container-2 {
  border-radius: 4px;
  max-width: 1364px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.c-container-2.cc-10cols {
  max-width: 1144px;
  position: relative;
}

.c-page {
  width: 100%;
  height: 100vh;
  font-weight: 400;
}

.c-autotabs_content {
  width: 50%;
  position: static;
  overflow: visible;
}

.c-autotabs_load {
  background-color: #4e5bed;
  border-radius: 20px;
  width: 100%;
  height: 0%;
  overflow: visible;
}

.c-custom-code {
  display: none;
}

.why-image-el {
  z-index: 3;
  background-image: linear-gradient(180deg, var(--primary-colour), #6ba8ff40);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 30px;
  width: 30%;
  height: 30%;
  position: absolute;
  inset: auto 5% -40% auto;
}

.why-image-el.small {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #5eccd34d;
  border-radius: 30px;
  width: 100px;
  height: 100px;
  bottom: 26%;
  right: 53%;
}

.c-section {
  color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.c-section.cc-body-bg {
  z-index: -1;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.c-section.cc-main {
  padding-top: 100px;
}

.section-5 {
  background-image: linear-gradient(169deg, #fff, #e7e7e7);
  margin-bottom: 0%;
  padding-bottom: 30%;
}

.c-autotabs_link {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 22px 80px 22px 90px;
}

.c-autotabs_link.w--current {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 49px;
  padding-bottom: 49px;
  box-shadow: 0 8px 48px -10px #c0c7e2;
}

.upper-mag {
  position: relative;
}

.upper-mag.section {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-left: 0%;
  display: flex;
}

.bold-text {
  padding-top: 5px;
}

.logos {
  display: flex;
}

.image-35 {
  opacity: .8;
  filter: grayscale() brightness(500%);
  width: 30%;
  margin-right: 3%;
}

.image-60 {
  margin-right: 5px;
}

.text-field-1 {
  text-align: left;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  height: 45px;
  padding-left: 20px;
  padding-right: 0;
  font-size: 14px;
  box-shadow: 0 1px 20px -11px #0003;
}

.text-span-61 {
  color: #e21616;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4px;
  display: flex;
}

.flex-block-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dzia-ka-rodzaj {
  color: #999898;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  height: 40px;
  font-weight: 400;
  box-shadow: 0 1px 20px -11px #0003;
}

.quick-stack-20 {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.field-label-4 {
  font-size: 16px;
  font-weight: 600;
}

.field-label-4._4-copy {
  color: #23364f;
  margin-bottom: 2px;
  padding-top: 3px;
  font-size: 14px;
}

.field-label-4._4-copy-copy {
  color: #23364f;
  margin-bottom: 5px;
  padding-top: 0;
  font-size: 14px;
}

.field-label-4._4 {
  color: #23364f;
  font-size: 14px;
}

.input-field-wrap {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.next-inne {
  cursor: pointer;
  background-color: #f5f5f500;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.heading-30 {
  color: #23364f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 600;
}

.image-19 {
  background-image: url('../images/1_71.avif');
  background-position: 50%;
  background-size: cover;
  width: 20px;
}

.text-block-12-copy {
  color: #2361ff;
  font-size: 13px;
}

.hide {
  display: none;
}

.div-block-38-copy-2 {
  opacity: .8;
  justify-content: center;
  padding-top: 2px;
  display: flex;
  transform: scale(.8);
}

.field-label-7 {
  text-align: center;
  flex: 0 auto;
  order: 1;
  align-self: center;
  margin-left: 20px;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-block-16 {
  color: #fff;
  width: 200px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

.mynumberinput-inne {
  color: #999898;
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding: 0 0 0 1.25rem;
  font-size: 14px;
  font-weight: 500;
}

.select-wrap-copy {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 20px -11px #0003;
}

.image-20 {
  flex: 0 auto;
  width: 20px;
}

.cell-14 {
  padding-top: 0;
  padding-bottom: 0;
}

.tooltip-5 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #000;
  border-radius: 50px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-left: 7px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 20px -5px #000;
}

.stack-pow-i-pok {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
}

.form-mieszkanie {
  transform-style: preserve-3d;
  border-radius: 10px;
  margin: -23px auto 0;
  position: static;
  overflow: visible;
}

.quick-stack-19 {
  margin: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.submit-button-lokal {
  float: none;
  clear: none;
  background-color: var(--primary-colour);
  text-align: center;
  border-radius: 10px;
  width: 89%;
  height: 50px;
  margin: 10px auto 0;
  font-size: 16px;
  font-weight: 600;
  display: block;
  position: static;
  left: 151px;
}

.submit-button-lokal:hover {
  background-color: #1f0a5c;
}

.ms-radio-wrap {
  padding-top: 8px;
  position: relative;
}

.ms-radio-wrap.img {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
}

.next {
  cursor: pointer;
  background-color: #f5f5f500;
  background-image: url('../images/1_71.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.next:active {
  background-color: #e9e8e8;
}

.text-block-20 {
  opacity: 1;
  color: #00d33f;
  -webkit-text-stroke-color: #fff;
  align-items: center;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.dzia-ka {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
}

.success-message-2 {
  z-index: 200;
  opacity: .9;
  background-color: #d2ffe5;
  border: 3px #00ac61;
  border-radius: 20px;
  width: 600px;
  height: 50px;
  margin-top: 25px;
  padding-top: 0;
  position: relative;
  top: 0;
  right: 0;
}

.div-block-48 {
  display: flex;
}

.mynumberinput {
  color: #999898;
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  width: 110px;
  height: 40px;
  margin-bottom: 0;
  padding: 0 0 0 1.25rem;
  font-size: 14px;
  font-weight: 500;
}

.tooltip-4 {
  z-index: 10;
  background-color: #000;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 110px;
  margin-bottom: 3px;
  padding: 7px 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 135% -40px;
}

.text-block-15 {
  color: #555;
  font-size: 13px;
  font-weight: 700;
}

.prev-inne {
  cursor: pointer;
  background-color: #f5f5f500;
  border-right-width: 1px;
  border-right-color: #01043d;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.image-37 {
  width: 60px;
  padding-right: 6px;
}

.div-block-5 {
  flex-direction: row;
  display: flex;
}

.prev {
  cursor: pointer;
  background-color: #f5f5f500;
  background-image: url('../images/2_52.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  border-right-width: 1px;
  border-right-color: #01043d;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.form-3 {
  z-index: 10000000;
  background-color: #fff;
  border-radius: 10px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: 74px;
  box-shadow: 0 1px 20px 4px #bbbbbb69;
}

.ms-radio-image {
  opacity: .8;
  background-image: url('../images/3_33.avif');
  background-position: 50%;
  background-size: cover;
  border-width: 1px;
  border-color: #c5c5c5;
  border-radius: 6px;
  width: 45px;
  height: 45px;
  margin-left: 0;
  padding-top: 100%;
}

.ms-radio-image:hover {
  background-image: url('../images/4_4.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.w--redirected-checked {
  opacity: 1;
  outline-color: var(--primary-colour);
  outline-offset: 0px;
  background-image: url('../images/4_4.avif');
  background-position: 50%;
  background-size: cover;
  border-width: 1px;
  border-color: #fff;
  outline-width: 2px;
  outline-style: solid;
}

.ms-radio-image.img-4 {
  background-image: url('../images/7_17.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.img-4:hover {
  background-image: url('../images/8.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.img-4.w--redirected-checked {
  outline-color: var(--primary-colour);
  background-image: url('../images/8.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.img-2 {
  background-image: url('../images/5_25.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.img-2:hover {
  text-transform: lowercase;
  background-image: url('../images/6.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.img-2.w--redirected-checked {
  outline-color: var(--primary-colour);
  background-image: url('../images/6.avif');
  background-position: 50%;
  background-size: cover;
  outline-width: 2px;
}

.ms-radio-image.img-3 {
  background-image: url('../images/1_21.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.img-3:hover, .ms-radio-image.img-3.w--redirected-checked {
  background-image: url('../images/2_6.avif');
  background-position: 50%;
  background-size: cover;
}

.text-block-19 {
  text-align: center;
  font-size: 7px;
  font-weight: 400;
  line-height: 15px;
}

.div-block-44 {
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin-top: 10px;
  margin-left: 40px;
  box-shadow: 0 2px 5px #0003;
}

.section-6 {
  background-color: var(--bg-second);
  padding-bottom: 120px;
  position: static;
  overflow: visible;
}

.textarea-2 {
  outline-offset: 0px;
  color: #999898;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  outline: 3px #333;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 1px 20px -11px #0003;
}

.select-wrap {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 20px -11px #0003;
}

.image-61 {
  margin-bottom: 0;
  margin-right: 5px;
}

.text-span-62 {
  color: #e21616;
  padding-left: 5px;
}

.tooltip-arrow {
  background-color: #000;
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 52% -4px 0%;
  transform: rotate(45deg);
}

.toast-icon-b {
  background-color: #2ec86226;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: .8rem;
  padding: .8rem;
  display: flex;
}

.image-62 {
  width: 70px;
  max-width: none;
  padding-right: 6px;
  transform: scale(.9);
}

.div-block-49 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  margin-left: 25px;
  margin-right: auto;
  display: grid;
}

.field-label-2 {
  color: #23364f;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.list-checkboxes {
  display: none;
}

.section {
  flex: 1;
  padding: 140px 5% 0;
}

.section.gradient-first-section {
  background-image: linear-gradient(#fff, #5d9fd7 57%, #39679fb3 83%, #22427b);
  padding-top: 180px;
  position: relative;
  overflow: hidden;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rich-text-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.polityka-prywatno-ci {
  color: #fff;
}

.polityka-prywatno-ci-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-color: #fff;
}

.slide-4 {
  background-color: var(--bg);
  background-image: url('../images/Dragonów-3-3-3_1.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.text-block-22 {
  font-weight: 600;
}

.image-5-copy {
  filter: grayscale();
  padding-top: 10px;
  padding-bottom: 0;
}

.image-64 {
  max-width: 70%;
}

.bold-text-10 {
  margin-top: 15px;
  display: block;
}

.text-span-65 {
  font-size: 1.1rem;
  font-weight: 700;
}

.bold-text-8 {
  color: #fff;
}

.flex-copy {
  flex-wrap: wrap;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.text-white-copy.center {
  justify-content: center;
  align-items: center;
}

.text-white-copy {
  color: #464646;
  text-align: center;
  flex-flow: wrap;
  place-content: center flex-start;
  align-self: center;
  align-items: center;
  margin-top: 1px;
  font-weight: 500;
  display: flex;
}

.text-white-copy.center {
  color: #fff;
  justify-content: center;
  align-items: center;
}

.paragraph-16 {
  color: var(--bg);
  font-weight: 500;
}

.phone-field {
  color: #10405b;
  background-image: url('../images/email_1.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.phone-field:hover {
  opacity: .9;
}

.phone-field::placeholder {
  color: #10405b80;
}

.section-22 {
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
}

.cta-field-wrapper {
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
  position: relative;
}

.cta-form-error {
  color: #fff;
  background-color: #bb245e80;
  border-radius: 15px;
  width: 100%;
  margin-top: 35px;
  font-size: 16px;
  position: absolute;
}

.cta-form-block {
  position: relative;
}

.cta-form-button {
  background-color: var(--primary-colour);
  background-image: url('../images/white-arr-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  transition: background-position .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: auto 20px -30px auto;
  box-shadow: 0 15px 30px -5px #10405b4d;
}

.cta-form-button:hover {
  background-position: 60%;
}

.success-message-3 {
  background-color: #0000;
  font-size: 24px;
}

.cta-form-2 {
  flex-direction: column;
  align-items: center;
  max-width: 530px;
  display: flex;
  position: relative;
}

.cta-heading {
  color: #fff;
}

.cta-block {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000073, #00000073), url('../images/1_5.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 0 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 10%;
  margin-right: 10%;
  padding: 50px 70px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.imie-i-nazwisko-field {
  color: #10405b;
  background-image: url('../images/usuario.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.imie-i-nazwisko-field:hover {
  opacity: .9;
}

.imie-i-nazwisko-field::placeholder {
  color: #10405b80;
}

.heading-31 {
  color: var(--bg);
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-modal_description {
  font-size: .8rem;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_component {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  color: #262926;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.text-block-23 {
  color: var(--bg);
  font-weight: 600;
}

.image-wrapper.cta-avatar {
  flex: 0 auto;
  width: 250px;
  height: auto;
  position: relative;
}

.lottie-animation.pulse {
  width: 90px;
  height: 90px;
  position: absolute;
  inset: 0% -7% auto auto;
}

.lottie-animation.pulse.cta-mid {
  right: 0%;
}

.zdj-cie._100-full-width-height {
  object-fit: cover;
  border-radius: 100%;
  width: 70%;
  height: 180px;
}

.mask {
  background-color: var(--bg);
}

.image-68 {
  width: 60px;
  max-width: 15%;
  margin-left: 7px;
}

.heading-32 {
  color: #616161;
  height: auto;
  margin-top: 3px;
  margin-bottom: 0;
  margin-left: 3px;
  font-size: 14px;
}

.div-block-56 {
  background-image: linear-gradient(357deg, var(--primary-colour), #fff0);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 20px;
  padding: 5px;
  font-weight: 600;
}

.slide-5 {
  background-color: var(--bg);
  background-image: url('../images/Skalskiego-7-43-21_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.slide-6 {
  background-color: var(--bg);
  background-image: url('../images/Bukszpanowa-2-8-12_1.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.youtube {
  object-fit: fill;
  object-position: 50% 50%;
  height: 100%;
}

.paragraph-17 {
  color: #d3d3d3;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 2px;
  font-size: 13px;
  font-weight: 400;
}

.text-span-66 {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.text-span-67 {
  font-weight: 500;
}

.text-column-copy {
  align-items: center;
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.text-column-copy.left {
  flex-flow: column;
  justify-content: flex-end;
  padding-right: 5%;
}

.newsletter-button-2-copy-copy {
  background-color: var(--primary-colour);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
}

.newsletter-button-2-copy-copy:hover {
  background-color: #f5605d;
}

.newsletter-button-2-copy-copy.hero {
  background-color: var(--primary-colour);
  color: var(--dropdown-bg);
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 600;
  display: inline-flex;
}

.newsletter-button-2-copy-copy.hero:active {
  background-color: #1f0a5c;
}

.vertical-item-6 {
  border-radius: 25px;
  width: 18.4%;
  max-height: 210px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.underline-3 {
  background-color: #ff6764;
  border-radius: 2px;
  width: 56px;
  height: 4px;
  margin-top: 15px;
}

.vertical-item-7 {
  border-radius: 25px;
  width: 18.4%;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
}

.vertical-item-8 {
  border-radius: 25px;
  width: 18.4%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
}

.vertical-item-9 {
  border-radius: 25px;
  width: 18.4%;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
}

.link-block-2 {
  background-color: var(--primary-colour);
  border: 4px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.top-blue-2 {
  background-color: #eaecef;
  border-radius: 5px 75px;
  width: 100%;
  height: 74%;
  position: absolute;
  inset: 0% 0% auto;
}

.vertical-item-10 {
  border-radius: 25px;
  width: 18.4%;
  margin-bottom: 10px;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  blockquote {
    color: var(--text);
  }

  figcaption {
    text-align: right;
    font-size: 12px;
  }

  .go-up-button {
    background-image: url('../images/flecha-correcta.svg');
    background-size: 19px;
  }

  .content-wrapper {
    max-width: 12850%;
  }

  .submit-button-footer:hover {
    background-color: #c9c9c9;
  }

  .top-section {
    max-width: 100%;
  }

  .flex-column-center.right {
    justify-content: flex-end;
  }

  .flex-column-center.left {
    justify-content: flex-start;
  }

  .hero-bg {
    background-color: #fff;
  }

  .flex-column-text.left {
    justify-content: flex-start;
  }

  .flex-column-text.right {
    justify-content: flex-end;
  }

  .newsletter-form-container {
    align-items: flex-end;
  }

  .newsletter-form {
    width: 100%;
    max-width: 600px;
  }

  .gallery-item {
    width: 100%;
  }

  .contact-form-left {
    justify-content: flex-end;
    padding-right: 5%;
  }

  .inner-pages-bg {
    background-color: #e7ecf1;
  }

  .div-block {
    width: 100%;
    max-width: 600px;
  }

  .narrow {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-block-2 {
    width: 100%;
    max-width: 700px;
  }

  .div-block-50 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
  }

  .image-35 {
    width: 20%;
  }

  .mynumberinput-inne {
    width: 100%;
  }

  .mynumberinput {
    width: 165px;
  }

  .form-3 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .image {
    width: 220px;
  }

  .div-block-50 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: center start;
    margin-left: -61px;
    padding-left: 0;
  }

  .grid-image {
    object-position: 20% 50%;
  }

  .preheader {
    background-color: var(--primary-colour);
  }

  .section-5 {
    background-image: linear-gradient(169deg, #fff, #eef0f2);
    padding-bottom: 20%;
  }

  .text-field-1 {
    background-color: #fcfcfc;
    height: 50px;
  }

  .quick-stack-20 {
    padding-bottom: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .field-label-4 {
    font-family: Inter, sans-serif;
  }

  .field-label-4._4-copy, .field-label-4._4-copy-copy, .field-label-4._4 {
    margin-bottom: 9px;
  }

  .next-inne {
    background-color: #fcfcfc;
    border-left-width: 2px;
    border-right-width: 2px;
  }

  .heading-30 {
    color: #23364f;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 22px;
    font-weight: 600;
  }

  .text-block-12-copy {
    font-size: 14px;
  }

  .div-block-38-copy-2 {
    margin-top: 0;
  }

  .field-label-7 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    font-size: 17px;
    font-weight: 600;
  }

  .mynumberinput-inne {
    background-color: #fcfcfc;
  }

  .select-wrap-copy {
    border-width: 2px;
  }

  .stack-pow-i-pok {
    margin-left: 5px;
    margin-right: 5px;
  }

  .form-mieszkanie {
    background-color: #fff0;
    width: 100%;
    margin-right: 100px;
    font-size: 16px;
    font-weight: 500;
    position: static;
  }

  .quick-stack-19 {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .submit-button-lokal {
    font-family: Inter, sans-serif;
  }

  .ms-radio-wrap.img {
    background-image: url('../images/3_33.avif');
  }

  .next {
    background-color: #fcfcfc;
    border-left-width: 2px;
    border-right-width: 2px;
  }

  .text-block-20 {
    color: #3bcf77;
    margin-left: 50px;
  }

  .dzia-ka {
    margin-left: 5px;
    margin-right: 5px;
  }

  .success-message-2 {
    z-index: 200;
    background-color: #d2ffe5;
    border-style: none;
    width: 600px;
    height: 50px;
    margin-top: 25px;
    padding-top: 15px;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .mynumberinput {
    background-color: #fcfcfc;
  }

  .text-block-15 {
    font-size: 15px;
  }

  .prev-inne {
    background-color: #fcfcfc;
  }

  .image-37 {
    width: 70px;
  }

  .prev {
    background-color: #fcfcfc;
  }

  .form-3 {
    z-index: 5;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .ms-radio-image {
    cursor: pointer;
    background-image: url('../images/3_33.avif');
    background-position: 50%;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-left: 0;
  }

  .ms-radio-image:hover {
    background-image: url('../images/4_4.avif');
    background-position: 50%;
    background-size: cover;
  }

  .ms-radio-image.w--redirected-checked {
    outline-color: var(--primary-colour);
    background-image: url('../images/4_4.avif');
    background-position: 50%;
    background-size: cover;
    outline-width: 2px;
    width: 50px;
    height: 50px;
    margin-left: 0;
  }

  .ms-radio-image.img-4 {
    background-image: url('../images/7_17.avif');
    background-position: 50%;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-left: 0;
  }

  .ms-radio-image.img-4:hover {
    background-image: url('../images/8.avif');
    background-position: 50%;
    background-size: cover;
  }

  .ms-radio-image.img-4.w--redirected-checked {
    background-image: url('../images/8.avif');
    background-position: 50%;
    background-size: cover;
    outline-width: 2px;
  }

  .ms-radio-image.img-2 {
    background-image: url('../images/5_25.avif');
    background-position: 50%;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-left: 0;
  }

  .ms-radio-image.img-2:hover {
    background-image: url('../images/6.avif');
    background-position: 50%;
    background-size: cover;
  }

  .ms-radio-image.img-2.w--redirected-checked {
    background-image: url('../images/6.avif');
    background-position: 50%;
    background-size: cover;
    outline-width: 2px;
    width: 50px;
    height: 50px;
  }

  .ms-radio-image.img-3 {
    background-image: url('../images/1_21.avif');
    background-position: 50%;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-left: 0;
  }

  .ms-radio-image.img-3:hover {
    background-image: url('../images/2_6.avif');
    background-position: 50%;
    background-size: cover;
  }

  .ms-radio-image.img-3.w--redirected-checked {
    outline-color: var(--primary-colour);
    background-image: url('../images/2_6.avif');
    background-position: 50%;
    background-size: cover;
    outline-width: 2px;
  }

  .text-block-19 {
    text-align: center;
    padding-top: 2px;
    font-size: 8.5px;
    font-weight: 400;
  }

  .div-block-44 {
    cursor: pointer;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    margin-top: 0;
    position: absolute;
    inset: 30% 4% auto auto;
    box-shadow: 0 2px 5px #0003;
  }

  .select-wrap {
    border-width: 2px;
  }

  .toast-icon-b {
    justify-content: flex-start;
    padding-left: 1.2rem;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .image-62 {
    transform: none;
  }

  .div-block-49 {
    margin-top: 5px;
  }

  .field-label-2 {
    font-family: Inter, sans-serif;
  }

  .section.gradient-first-section {
    background-image: linear-gradient(#fff, #5d9fd7 57%, #22427b);
  }

  .paragraph-16 {
    font-size: 16px;
  }

  .section-22 {
    margin-top: 150px;
  }
}

@media screen and (min-width: 1920px) {
  .dzia-ka-rodzaj {
    height: 50px;
  }

  .next-inne {
    width: 50px;
  }

  .mynumberinput-inne {
    width: 100%;
    height: 50px;
  }

  .form-mieszkanie {
    margin-right: 30px;
  }

  .next {
    width: 50px;
  }

  .text-block-20 {
    margin-left: 28px;
  }

  .mynumberinput {
    width: 200px;
    height: 50px;
  }

  .prev-inne, .prev {
    width: 50px;
    height: 50px;
  }

  .form-3 {
    width: 700px;
  }

  .div-block-44 {
    margin-top: 0;
    margin-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  blockquote {
    font-size: 30px;
    line-height: 34px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .content-section {
    max-width: 100%;
  }

  .heading-box {
    width: 40%;
  }

  .menu {
    width: 33.33%;
  }

  .menu.news {
    margin-left: 0%;
  }

  .h1-hero {
    font-size: 40px;
  }

  .h1-hero.inner-pages {
    font-size: 38px;
  }

  .footer-input {
    border-bottom: 1px #000;
    width: 100%;
    margin-bottom: 0;
  }

  .content-wrapper {
    max-width: 100%;
  }

  .notice, .on-load.section {
    padding-bottom: 20px;
  }

  .footer {
    padding-top: 50px;
  }

  .submit-button-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2.5px;
    width: 100%;
  }

  .underline-hover.mobile-hide {
    display: none;
  }

  .hero-text-box {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .newsletter-column.modal-right {
    padding-top: 30px;
  }

  .navlink {
    text-align: left;
    width: 100%;
    height: 50px;
    margin-right: 0;
    padding-top: 12px;
    padding-left: 20px;
    transition: opacity .2s;
  }

  .navlink:hover {
    opacity: .8;
  }

  .nav-align-center {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    color: #fff;
    height: 75px;
    margin-left: auto;
    padding-top: 29px;
  }

  .menu-button.w--open {
    background-color: var(--headings-buttons-bg);
  }

  .nav-flex {
    text-align: right;
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .newsletter-box {
    width: 85%;
  }

  .nav-menu {
    background-color: var(--headings-buttons-bg);
    text-align: left;
    width: 100%;
    height: 100vh;
    padding-bottom: 100px;
    overflow: auto;
  }

  .book-button {
    border-radius: 10px;
    width: 100%;
    height: 60px;
  }

  .side-form-button {
    background-position: 20px;
    justify-content: flex-end;
    width: 100%;
    height: 60px;
    margin-right: 0;
    padding-top: 23px;
    padding-left: 20px;
  }

  .hero-left {
    width: 50%;
  }

  .slider {
    min-height: 630px;
  }

  .hero.about-us {
    min-height: 550px;
  }

  .hero.contact-us {
    min-height: 400px;
  }

  .hero-h1 {
    font-size: 36px;
  }

  .h3-small, .intro-link {
    font-size: 23px;
  }

  .content-section-line {
    max-width: 100%;
  }

  .flex-column-center {
    padding-left: 3%;
    padding-right: 3%;
  }

  .title-box.small {
    width: 60%;
  }

  .title-box.medium {
    width: 80%;
  }

  .blue-container {
    margin-right: 3%;
  }

  .vertical-box {
    width: 24%;
  }

  .vertical-box.last {
    margin-right: 0%;
  }

  .intro-flex {
    margin-top: 10px;
  }

  .star {
    margin-right: 5px;
  }

  .rating-title {
    font-size: 30px;
  }

  .vertical-icon {
    width: 60px;
  }

  .flex-vertical-text {
    padding-left: 10px;
  }

  .bottom-absolute {
    margin-bottom: -13px;
  }

  .left-top-corner {
    left: -3.5%;
  }

  .hero-absolute {
    width: 90%;
    max-width: 750px;
  }

  .newsletter-form-container {
    padding-top: 20px;
  }

  .text-bubble {
    min-width: 100%;
    font-size: 12px;
  }

  .select-field, .input {
    margin-bottom: 20px;
  }

  .map {
    height: 260px;
    margin-top: 60px;
  }

  .half-column, .intro-image {
    padding-left: 3%;
    padding-right: 3%;
  }

  .reviews, .cta-form {
    max-width: 100%;
  }

  .cta-bg-2 {
    margin-top: 30px;
  }

  .divider-2 {
    display: none;
  }

  .showing-details {
    max-width: 100%;
  }

  .text-highlighted-yellow {
    color: #22427b;
  }

  .c-title-3 {
    font-size: 28px;
  }

  .c-page {
    height: auto;
    overflow: visible;
  }

  .why-image-el {
    bottom: -20%;
    right: -24%;
  }

  .why-image-el.small {
    bottom: -9%;
    right: 26%;
  }

  .c-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-5 {
    overflow: hidden;
  }

  .text-block-12-copy {
    margin-left: -4px;
    font-size: 11px;
  }

  .div-block-38-copy-2 {
    clear: none;
    object-fit: fill;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .form-mieszkanie {
    margin-top: -140px;
    margin-left: -66px;
    margin-right: 0;
    display: block;
  }

  .submit-button-lokal {
    width: 500px;
    font-size: 18px;
  }

  .text-block-20 {
    padding-left: 10px;
    font-size: 14px;
  }

  .success-message-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-15 {
    margin-left: -5px;
    font-size: 15px;
    transform: scale(.9);
  }

  .image-37 {
    transform: scale(.8);
  }

  .form-3 {
    width: 550px;
    margin-left: 0;
    margin-right: -60px;
    display: block;
    transform: scale(.7);
  }

  .text-block-19 {
    font-size: 8.5px;
  }

  .div-block-44 {
    width: 30px;
    height: 30px;
    margin-left: 20px;
  }

  .toast-icon-b {
    width: 3rem;
    height: 3rem;
  }

  .image-62 {
    margin-left: -2px;
    padding-right: 0;
    transform: scale(.8);
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .vertical-item-6 {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 1.3;
  }

  h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  h3 {
    font-size: 22px;
    line-height: 1.3;
  }

  h4 {
    font-size: 20px;
    line-height: 1.3;
  }

  h5 {
    font-size: 18px;
    line-height: 1.3;
  }

  h6 {
    font-size: 16px;
    line-height: 1.3;
  }

  blockquote {
    font-size: 28px;
    line-height: 32px;
  }

  .content-section {
    padding-top: 65px;
  }

  .content-section.double {
    padding-bottom: 65px;
  }

  .mini-title {
    font-size: 15px;
    line-height: 15px;
  }

  .heading-box {
    width: 60%;
    margin-bottom: 30px;
  }

  .footer-expand {
    flex-direction: row;
    justify-content: flex-start;
  }

  .menu {
    width: 50%;
    margin-bottom: 30px;
  }

  .button-outline-dark {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .text-big.white {
    font-size: 16px;
  }

  .h1-hero {
    font-size: 38px;
  }

  .h1-hero.inner-pages {
    font-size: 36px;
  }

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

  .subtile-inner {
    width: 80%;
  }

  .content-wrapper {
    z-index: 5;
  }

  .notice {
    margin-top: 0;
  }

  .footer-newsletter {
    max-width: 250px;
  }

  .menu-link {
    font-size: 18px;
    line-height: 26px;
  }

  .footer-column {
    width: 39%;
  }

  .hero-text-box {
    width: 70%;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .footer-text {
    font-size: 18px;
    line-height: 30px;
  }

  .button {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .newsletter-column.modal-right {
    width: 100%;
    padding: 40px;
    overflow: auto;
  }

  .center-content.center {
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter-pop {
    overflow: auto;
  }

  .nav-content-wrapper {
    z-index: 5;
  }

  .newsletter-box {
    border-bottom-left-radius: 55px;
  }

  .newsletter-container {
    overflow: auto;
  }

  .close-button {
    width: 17px;
    height: 16px;
    margin-top: 3px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .close-contact-form {
    right: -1px;
  }

  .nav-menu {
    padding-bottom: 220px;
  }

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

  .hero-left {
    width: 55%;
    padding-top: 90px;
  }

  .hero.contact-us {
    min-height: 350px;
  }

  .hero-h1 {
    font-size: 34px;
  }

  .intro-text-column {
    width: 100%;
    margin-bottom: 30px;
  }

  .h3-small {
    font-size: 22px;
  }

  .intro-box {
    width: 30%;
    margin-right: 3%;
  }

  .intro-link {
    font-size: 21px;
  }

  .corner-link {
    width: 50px;
    height: 50px;
  }

  .content-section-line {
    padding-top: 70px;
  }

  .horizontal-box {
    margin-bottom: 10px;
  }

  .title-box.small {
    width: 70%;
  }

  .title-box.medium {
    width: 100%;
  }

  .blue-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columng-grid {
    width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }

  .center-flex-box {
    justify-content: flex-start;
    padding-left: 4%;
  }

  .vertical-box {
    max-width: 95px;
  }

  .title-inline {
    font-size: 16px;
  }

  .faq-content {
    margin-top: 5px;
  }

  .faq-trigger {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 15px;
  }

  .arrow {
    width: 60%;
  }

  .question {
    font-size: 18px;
  }

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

  .rating {
    flex-direction: column;
    width: 31%;
    margin-bottom: 30px;
  }

  .rating-title {
    font-size: 31px;
  }

  .hover-icon {
    width: 25px;
  }

  .insta-pic._1 {
    border-bottom-left-radius: 55px;
  }

  .insta-pic._4 {
    border-top-right-radius: 55px;
  }

  .social-icon-mini {
    width: 35px;
    height: 35px;
  }

  .social-icon-mini.facebook, .social-icon-mini.twittter, .social-icon-mini.instagram, .social-icon-mini.email {
    background-size: 12px;
  }

  .vertical-grid-block {
    padding-top: 40px;
  }

  .vertical-relative {
    border-radius: 12.5px;
  }

  .right-bottom-corner {
    bottom: 13%;
  }

  .newsletter-form-container {
    padding-top: 30px;
  }

  .form-field {
    height: 45px;
    margin-bottom: 10px;
  }

  .newsletter-form {
    margin-top: 10px;
  }

  .perk {
    flex-direction: column;
  }

  .perk-icon {
    margin-bottom: 20px;
  }

  .book-form-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-map {
    border-radius: 12.5px 12.5px 37.5px 37.5px;
  }

  .bubble-container-2 {
    width: 25%;
    top: 7%;
    right: 39%;
  }

  .bubble-container-3 {
    width: 25%;
    top: 22%;
    right: 2%;
  }

  .bubble-container {
    width: 25%;
    top: 41%;
    right: 65%;
  }

  .contact-form-left {
    margin-right: 7%;
  }

  .map {
    height: 220px;
    margin-top: 40px;
  }

  .max-433-full {
    max-width: 100%;
  }

  .reviews, .cta-form {
    padding-top: 65px;
  }

  .newsletter-button-2, .contact-field-2, .contact-field-form-down, .side-form-submit-2, .contact-field-3, .side-form-submit-3 {
    height: 45px;
  }

  .clone-me-2 {
    z-index: 9000;
    display: block;
    bottom: 70px;
    right: 15px;
  }

  .button_call-2 {
    background-color: var(--yellow);
    width: 45px;
    height: 45px;
  }

  .contact-field-hero {
    height: 45px;
  }

  .contact-field-hero.real-estate {
    height: 55px;
  }

  .button-2 {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .showing-details {
    padding-top: 65px;
  }

  .c-body_bg {
    width: auto;
    height: 70vh;
    top: 8%;
  }

  .c-title-3 {
    font-size: 24px;
    line-height: 38px;
  }

  .c-autotabs_menu {
    width: 100%;
  }

  .grid-image {
    height: 450px;
  }

  .c-autotabs {
    flex-direction: column-reverse;
  }

  .c-text-1 {
    font-size: 16px;
    line-height: 28px;
  }

  .preheader {
    border-radius: 10px;
    min-height: 30px;
    margin-bottom: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
  }

  .c-container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-autotabs_content {
    width: 100%;
    margin-bottom: 30px;
  }

  .why-image-el {
    border-radius: 40px;
    width: 30%;
    right: -3%;
  }

  .why-image-el.small {
    border-radius: 20px;
    width: 80px;
    height: 80px;
    right: 32%;
  }

  .c-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-section.cc-body-bg {
    width: 90%;
  }

  .field-label-4._4 {
    padding-right: 50px;
  }

  .input-field-wrap {
    display: flex;
  }

  .mynumberinput-inne {
    width: auto;
  }

  .cell-14 {
    display: flex;
  }

  .form-mieszkanie {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-bottom: 100px;
    margin-left: -11px;
    margin-right: -11px;
    display: flex;
    transform: translate(0);
  }

  .submit-button-lokal {
    width: auto;
  }

  .text-block-20 {
    padding-left: 10px;
    font-size: 12px;
  }

  .success-message-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    transform: scale(.7);
  }

  .mynumberinput {
    width: auto;
  }

  .image-37 {
    margin-left: -5px;
  }

  .flex-block-13 {
    flex-direction: row;
    display: flex;
  }

  .form-3 {
    object-fit: fill;
    width: 100%;
    margin-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }

  .text-block-19 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-44 {
    width: 30px;
    height: 30px;
    margin-left: 20px;
  }

  .select-wrap.inny {
    display: flex;
  }

  .toast-icon-b {
    width: 3rem;
    height: 3rem;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.gradient-first-section {
    padding-top: 150px;
  }

  .paragraph-7 {
    font-size: .9rem;
  }

  .paragraph-16 {
    font-size: 15px;
  }

  .cta-form-2 {
    margin-bottom: 20px;
  }

  .cta-block {
    border-radius: 20px;
    padding: 30px 40px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-preference-button_text {
    display: none;
  }

  .newsletter-button-2-copy-copy {
    height: 45px;
  }

  .vertical-item-6 {
    max-height: 190px;
  }

  .vertical-item-7, .vertical-item-8, .vertical-item-9, .vertical-item-10 {
    border-radius: 12.5px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    width: 90%;
    font-size: 26px;
    line-height: 30px;
  }

  .subtitle.white {
    display: none;
  }

  .content-section {
    padding-top: 50px;
  }

  .heading-box {
    width: 90%;
    margin-bottom: 30px;
  }

  .heading-box.large, .heading-box.social-networks {
    width: 100%;
  }

  .footer-expand {
    margin-top: 30px;
    display: block;
  }

  .menu {
    width: 100%;
  }

  .menu.news {
    width: 86%;
    max-width: 250px;
  }

  .text-big {
    font-size: 14px;
  }

  .h1-hero {
    font-size: 36px;
  }

  .h1-hero.inner-pages {
    font-size: 34px;
  }

  .subtile-inner {
    width: 100%;
  }

  .on-load.section {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .flex.mobile-reverse {
    flex-wrap: wrap-reverse;
  }

  .footer-column {
    width: 100%;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .hero-text-box {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .footer-text {
    font-size: 12px;
    line-height: 20px;
  }

  .footer-left {
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .newsletter-column {
    width: 100%;
  }

  .newsletter-column.modal-right {
    padding-bottom: 40px;
  }

  .nav-align-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button.w--open {
    background-color: var(--heading-bg);
  }

  .icon {
    color: var(--primary-colour);
  }

  .close-button {
    margin-right: 10px;
  }

  .nav-menu {
    background-color: var(--heading-bg);
  }

  .hero-left {
    background-image: linear-gradient(to bottom, null, null), url('../images/Untitled-design-37.svg');
    background-position: 0 0, 100%;
    border-bottom-left-radius: 0;
    width: 100%;
    padding-top: 95px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .slider {
    flex: 0 auto;
    min-height: 300px;
  }

  .hero-h1 {
    font-size: 32px;
  }

  .text-white.no {
    text-align: left;
    font-size: 15.5px;
  }

  .intro-text-column {
    width: 100%;
  }

  .h3-small {
    font-size: 20px;
  }

  .intro-box {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-right: auto;
  }

  .intro-box.last {
    margin-bottom: 0;
  }

  .intro-link {
    font-size: 25px;
  }

  .corner-link {
    width: 56.5px;
    height: 56.5px;
  }

  .content-section-line {
    padding-top: 50px;
    display: none;
  }

  .flex-column-center {
    width: 100%;
  }

  .cover-image.hero-slide {
    background-position: 100% 0;
  }

  .block-border-title {
    top: -10px;
  }

  .absolute-bottom {
    bottom: -11%;
  }

  .horizontal-box {
    flex-direction: column;
    width: 80px;
    margin-bottom: 0;
  }

  .horizontal-box.last {
    margin-bottom: 0;
  }

  .title-box {
    width: 90%;
  }

  .title-box.small, .text-column {
    width: 100%;
  }

  .image-column {
    order: -1;
    width: 100%;
    margin-top: 20px;
    margin-left: 4%;
    display: block;
  }

  .arrow-3 {
    top: -3%;
  }

  .vertical-box {
    width: 28%;
    max-width: 95px;
    margin-bottom: 20px;
  }

  ._70-percent-column {
    width: 100%;
    margin-right: 4%;
  }

  .text-block-column {
    width: 100%;
  }

  .rounded-half {
    border-top-right-radius: 12.5px;
    border-bottom-right-radius: 12.5px;
    border-bottom-left-radius: 65px;
  }

  .rounded-item {
    border-radius: 12.5px;
  }

  .features-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature {
    width: 100%;
    margin-bottom: 40px;
  }

  .feature.no-margin {
    margin-bottom: 40px;
  }

  .faq-wrapper {
    padding-top: 10px;
  }

  .arrow {
    margin-top: -5px;
  }

  .question {
    font-size: 16px;
  }

  .faq-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rating {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .rating.last {
    margin-bottom: 0;
  }

  .hover-icon {
    width: 30px;
  }

  .insta-pic {
    width: 50%;
  }

  .insta-pic._1 {
    border-top-right-radius: 2.5px;
    border-bottom-left-radius: 0;
  }

  .insta-pic._4 {
    border-top-right-radius: 0;
  }

  .insta-pic._2 {
    border-top-right-radius: 55px;
  }

  .insta-pic._3 {
    border-bottom-left-radius: 55px;
  }

  .vertical-icon {
    border-bottom: 1px solid var(--divider);
    text-align: center;
    border-right-style: none;
    width: 100%;
    height: 60px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

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

  .hero-bg.contact-us {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Untitled-design-6_1.avif');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .vertical-grid-block {
    padding-bottom: 15px;
  }

  .bottom-absolute {
    margin-bottom: -29px;
  }

  .flex-column-text {
    width: 100%;
  }

  .hero-absolute {
    flex-wrap: wrap;
    width: 80%;
    max-width: 390px;
    position: relative;
  }

  .hero-book-form {
    top: 67%;
  }

  .newsletter-form-container, .guy-column {
    width: 100%;
  }

  .perk {
    border-bottom: 1px solid var(--divider);
    text-align: center;
    border-right-style: none;
    width: 100%;
    max-width: 320px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
  }

  .perk._6 {
    margin-bottom: 0;
  }

  .testimonial-image {
    width: 100%;
  }

  .testimonial-text {
    width: 100%;
    padding-top: 8%;
  }

  .gallery-item.last {
    flex: 0 auto;
    margin-bottom: 0%;
    display: none;
  }

  .gallery-column {
    width: 100%;
    margin-right: 0%;
  }

  .gallery-column-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-right: 0%;
  }

  .gallery-column-3 {
    flex-direction: column;
    width: 100%;
  }

  .book-form-block {
    border-top-right-radius: 37.5px;
    border-bottom-left-radius: 37.5px;
    margin-top: 40px;
    padding-left: 11%;
    padding-right: 11%;
  }

  .image-map {
    height: 350px;
  }

  .bubble-container-2 {
    width: 47%;
    top: 11%;
    right: 25%;
  }

  .bubble-container-3 {
    width: 47%;
    top: 39%;
    right: 1%;
  }

  .bubble-container {
    width: 50%;
    font-size: 12px;
    top: 52%;
    right: 49%;
  }

  .contact-form-left {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }

  .select-field, .textarea, .input {
    padding-left: 4%;
  }

  .map {
    width: 100%;
  }

  .half-column {
    width: 100%;
    margin-top: 20px;
  }

  .intro-image {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image {
    width: 300px;
  }

  .reviews, .cta-form {
    padding-top: 50px;
  }

  .google {
    margin-right: 5px;
  }

  .image-5 {
    max-width: 50%;
  }

  .div-block-50 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

  .div-block-51 {
    width: 100%;
  }

  .side-form-submit-2 {
    font-size: 14px;
  }

  .side-form-submit-2.call {
    font-size: 17px;
  }

  .clone-me-2 {
    bottom: 70px;
    right: 13px;
  }

  .button_call-2 {
    background-color: var(--yellow);
    width: 45px;
    height: 45px;
  }

  .contact-field-hero.real-estate {
    width: 50%;
    height: 55px;
  }

  .hero-submit-button-2 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    width: 100%;
  }

  .hero-form-input-2 {
    width: 50%;
  }

  .hero-form-input-2.adults {
    border-right-style: none;
  }

  .hero-form-input-2.email {
    border-bottom: 1px solid #bdbdbd;
    border-bottom-left-radius: 0;
  }

  .cta-bg-2 {
    border-bottom-left-radius: 30px;
    margin-top: 20px;
  }

  .slide, .slide-2, .slide-3 {
    background-color: #fff;
    background-image: none;
  }

  .showing-details {
    padding-top: 50px;
  }

  .slider-1 {
    width: 94%;
  }

  .text-highlighted-yellow {
    color: var(--primary-colour);
  }

  .heading-8 {
    font-size: 32px;
  }

  .c-title-3 {
    font-size: 20px;
    line-height: 34px;
  }

  .grid-image {
    height: 350px;
  }

  .c-autotabs_line {
    left: 25px;
  }

  .c-text-1 {
    font-size: 15px;
    line-height: 25px;
  }

  .c-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .why-image-el {
    display: none;
  }

  .why-image-el.small {
    display: block;
    right: 6%;
  }

  .c-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .c-section.cc-main {
    margin-top: 0;
  }

  .section-5 {
    overflow: hidden;
  }

  .c-autotabs_link {
    padding-left: 53px;
    padding-right: 40px;
  }

  .c-autotabs_link.w--current {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .upper-mag.section {
    flex-flow: row;
    margin-top: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .text-field-1 {
    box-shadow: 0 1px 20px -11px #0003;
  }

  .dzia-ka-rodzaj {
    width: 100%;
    margin-left: 0;
    box-shadow: 0 1px 20px -11px #0003;
  }

  .quick-stack-20 {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .field-label-4 {
    margin-bottom: 10px;
  }

  .field-label-4._4-copy, .field-label-4._4-copy-copy {
    font-size: 12px;
  }

  .field-label-4._4 {
    padding-right: 0;
    font-size: 12px;
  }

  .next-inne {
    width: 80px;
  }

  .heading-30 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 16.5px;
    line-height: 30px;
    display: block;
  }

  .text-block-12-copy {
    color: #3568ff;
    font-size: 10px;
  }

  .div-block-38-copy-2 {
    justify-content: center;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .mynumberinput-inne {
    width: 100%;
    height: 45px;
  }

  .select-wrap-copy {
    width: auto;
    margin-left: 20px;
    overflow: visible;
  }

  .cell-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1.75fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: grid;
  }

  .stack-pow-i-pok {
    grid-row-gap: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-mieszkanie {
    transform: scale3d(1none, 1none, 1none);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: -185px;
    margin-left: -11px;
    margin-right: -11px;
    display: flex;
  }

  .quick-stack-19 {
    margin: 5px 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button-lokal {
    width: 310px;
    margin-top: 20px;
    font-size: 15px;
  }

  .next {
    width: 80px;
  }

  .text-block-20 {
    padding-left: 10px;
    font-size: 11px;
  }

  .dzia-ka {
    grid-row-gap: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .success-message-2 {
    width: 100%;
    padding: 100px 0;
    position: static;
    transform: none;
  }

  .mynumberinput {
    width: 100%;
    height: 45px;
  }

  .text-block-15 {
    margin-left: -10px;
    transform: scale(.8);
  }

  .prev-inne {
    width: 80px;
  }

  .image-37 {
    margin-left: -10px;
    transform: scale(.7);
  }

  .prev {
    width: 80px;
  }

  .flex-block-13 {
    padding-top: 10px;
    display: flex;
  }

  .form-3 {
    z-index: 100;
    object-fit: fill;
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 5px;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
    transform: scale(1);
    box-shadow: 0 2px 5px #0003;
  }

  .ms-radio-image {
    width: 50px;
    height: 50px;
  }

  .ms-radio-image.w--redirected-checked, .ms-radio-image.img-4.w--redirected-checked, .ms-radio-image.img-2.w--redirected-checked {
    border-width: 2px;
    border-color: var(--primary-colour);
    outline-offset: 0px;
    outline: 2px #e50171;
  }

  .ms-radio-image.img-3.w--redirected-checked {
    border-width: 2px;
    border-color: var(--primary-colour);
    outline-color: var(--primary-colour);
    outline-offset: 0px;
    outline-width: 2px;
    outline-style: none;
  }

  .flex-block-14 {
    padding-top: 10px;
  }

  .text-block-19 {
    margin-top: 5px;
    margin-bottom: 60px;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 8px;
    line-height: 15px;
  }

  .div-block-44 {
    width: 30px;
    height: 30px;
    margin-left: 20px;
  }

  .section-6 {
    background-color: #eef0f2;
    padding-top: 120px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .select-wrap {
    width: auto;
    margin-left: 20px;
    overflow: visible;
  }

  .toast-icon-b {
    width: 3rem;
    height: 3rem;
  }

  .image-62 {
    margin-left: -7px;
    transform: scale(.7);
  }

  .div-block-49 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .check-boxes {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    display: flex;
  }

  .div-block-52 {
    background-color: #fff0;
    border-radius: 0 15px;
    flex: none;
    align-self: center;
    height: auto;
  }

  .image-63 {
    background-color: #fff0;
    border-radius: 20px 20px 0;
    width: 55px;
    max-width: 60%;
    padding: 5px;
  }

  .paragraph-2 {
    color: var(--bg);
    align-self: center;
    margin-bottom: 0;
    font-size: 13.5px;
    font-weight: 500;
  }

  .list-checkboxes {
    margin-top: 8%;
    display: block;
  }

  .paragraph-7 {
    font-size: .8rem;
  }

  .image-5-copy {
    max-width: 50%;
  }

  .text-white-copy.center {
    text-align: center;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .phone-field {
    font-size: 14px;
  }

  .section-22 {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .cta-form-button {
    width: 100%;
    position: static;
  }

  .cta-heading {
    font-size: 27px;
  }

  .cta-block {
    padding: 40px 20px;
  }

  .imie-i-nazwisko-field {
    font-size: 14px;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-popup_component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-preference-button {
    left: 1rem;
  }

  .mask {
    background-color: #eef0f2;
  }

  .div-block-56 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .slide-6 {
    background-position: 50%, 0 0;
    background-repeat: repeat, repeat;
    background-size: cover, auto;
  }

  .paragraph-17 {
    margin-left: 5px;
    font-size: 12px;
  }

  .text-column-copy {
    width: 100%;
  }

  .vertical-item-6 {
    width: 48%;
    max-height: 180px;
    margin-top: 0;
  }

  .vertical-item-7 {
    width: 48%;
    margin-right: 0%;
  }

  .vertical-item-8 {
    width: 48%;
    margin-top: 0;
    margin-right: 4%;
  }

  .vertical-item-9 {
    width: 48%;
    margin-bottom: 0;
    margin-right: 4%;
  }

  .top-blue-2 {
    height: 90%;
  }

  .vertical-item-10 {
    width: 48%;
    margin-top: 20px;
    margin-right: 0%;
  }
}

#w-node-c9afcc4f-c093-517c-4e2d-8e70f1bf4a4b-afb8cc1e {
  place-self: center;
}

#w-node-fe968e9f-70a6-5cac-bb6a-0dfa186054fd-afb8cc1e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-fe968e9f-70a6-5cac-bb6a-0dfa18605504-afb8cc1e, #w-node-fe968e9f-70a6-5cac-bb6a-0dfa1860550b-afb8cc1e, #w-node-fe968e9f-70a6-5cac-bb6a-0dfa18605512-afb8cc1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-fe968e9f-70a6-5cac-bb6a-0dfa18605519-afb8cc1e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fe968e9f-70a6-5cac-bb6a-0dfa1860551a-afb8cc1e, #w-node-fe968e9f-70a6-5cac-bb6a-0dfa1860551c-afb8cc1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe968e9f-70a6-5cac-bb6a-0dfa1860551e-afb8cc1e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fe968e9f-70a6-5cac-bb6a-0dfa1860551f-afb8cc1e, #w-node-fe968e9f-70a6-5cac-bb6a-0dfa18605530-afb8cc1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe968e9f-70a6-5cac-bb6a-0dfa1860553e-afb8cc1e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fe968e9f-70a6-5cac-bb6a-0dfa1860553f-afb8cc1e, #w-node-fe968e9f-70a6-5cac-bb6a-0dfa18605550-afb8cc1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe968e9f-70a6-5cac-bb6a-0dfa1860555a-afb8cc1e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-fe968e9f-70a6-5cac-bb6a-0dfa18605576-afb8cc1e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fe968e9f-70a6-5cac-bb6a-0dfa18605577-afb8cc1e, #w-node-fe968e9f-70a6-5cac-bb6a-0dfa18605587-afb8cc1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe968e9f-70a6-5cac-bb6a-0dfa18605597-afb8cc1e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fe968e9f-70a6-5cac-bb6a-0dfa18605598-afb8cc1e, #w-node-fe968e9f-70a6-5cac-bb6a-0dfa186055a7-afb8cc1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-fe968e9f-70a6-5cac-bb6a-0dfa1860551e-afb8cc1e, #w-node-fe968e9f-70a6-5cac-bb6a-0dfa1860553e-afb8cc1e, #w-node-fe968e9f-70a6-5cac-bb6a-0dfa18605576-afb8cc1e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fe968e9f-70a6-5cac-bb6a-0dfa18605519-afb8cc1e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-fe968e9f-70a6-5cac-bb6a-0dfa1860551e-afb8cc1e, #w-node-fe968e9f-70a6-5cac-bb6a-0dfa1860553e-afb8cc1e, #w-node-fe968e9f-70a6-5cac-bb6a-0dfa18605576-afb8cc1e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fe968e9f-70a6-5cac-bb6a-0dfa18605597-afb8cc1e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}