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

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

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

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/lato-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --color--off-white: #f2f0ef;
  --font--lato: Lato, Verdana, sans-serif;
  --color--charcoal: #1a1a1a;
  --color--white: white;
  --font--playfair-display: Playfairdisplay, Verdana, sans-serif;
  --color--blue: #0f1f2e;
  --color--red\<deleted\|variable-50904d4c-afb5-7efa-ed65-cafaf196769d\>: ;
  --color--light-gold: #f7d484;
  --font--poppins\<deleted\|variable-43735f98-fa6a-703c-9857-a4e9fec8f4a2\>: Poppins;
  --color--gold: #d2af26;
}

.body {
  background-color: var(--color--off-white);
  font-family: var(--font--lato);
  color: var(--color--charcoal);
  font-size: 1rem;
  line-height: 1.2rem;
}

.w-form-done {
  margin-top: 10px;
}

.navbar {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.navbar-container {
  border-radius: 15px;
  width: 95%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.hero-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 100%;
  font-weight: 400;
}

.container.about-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
}

.container.about-container.direction-switch {
  flex-flow: row-reverse;
}

.container.subsection {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
}

.container.subsection.direction-fix {
  margin-top: 0;
}

.container.faq-container {
  max-width: 1200px;
}

.container.contact-us-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row-reverse;
  align-items: stretch;
}

.container.contact-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.container.privacy-policy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.container.service-page-container {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
}

.container.services {
  flex-flow: column;
  max-width: 1200px;
}

.logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-wrapper.w--current {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  position: relative;
}

.logo-image {
  height: 60px;
}

.logo-text {
  font-family: var(--font--playfair-display);
  color: var(--color--blue);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.navlink {
  font-family: var(--font--lato);
  color: var(--color--charcoal);
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 500;
  display: inline-block;
}

.navlink:focus, .navlink.w--current {
  color: var(--color--red\<deleted\|variable-50904d4c-afb5-7efa-ed65-cafaf196769d\>);
}

.cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color--red\<deleted\|variable-50904d4c-afb5-7efa-ed65-cafaf196769d\>);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.cta.light-cta {
  border: 2px solid var(--color--red\<deleted\|variable-50904d4c-afb5-7efa-ed65-cafaf196769d\>);
  background-color: var(--color--light-gold);
  color: var(--color--charcoal);
  width: 100%;
}

.cta.light-cta:hover {
  background-color: var(--color--red\<deleted\|variable-50904d4c-afb5-7efa-ed65-cafaf196769d\>);
}

.cta-text {
  font-family: var(--font--playfair-display);
  color: var(--color--blue);
  font-weight: 500;
  text-decoration: none;
}

.cta-text.color-change {
  color: var(--color--off-white);
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.hero-section {
  z-index: 99;
  height: 100vh;
  padding-top: 120px;
  padding-bottom: 20px;
  font-weight: 400;
  position: relative;
}

.section.about-section {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding-top: 100px;
}

.section.privacy-policy {
  margin-top: 100px;
  margin-bottom: 40px;
  padding-top: 60px;
}

.section.service-page-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  margin-top: 100px;
  display: flex;
}

.section.last-section {
  padding-bottom: 100px;
}

.hero-content-wrapper {
  z-index: 15;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  position: relative;
}

.core-values {
  font-family: var(--font--playfair-display);
  color: var(--color--blue);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.core-values-wrapper {
  border-bottom: 1px solid var(--color--blue);
  background-color: var(--color--light-gold);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  flex-flow: column;
  align-items: stretch;
  padding: 15px 20px;
  display: flex;
}

.paragraph {
  color: var(--color--charcoal);
  width: auto;
  margin-top: -10px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.paragraph._16px {
  margin: 0;
}

.paragraph.hero-paragraph {
  color: var(--color--off-white);
  font-size: 1.2rem;
  line-height: 2rem;
}

.paragraph.consultation-paragraph {
  z-index: 2;
  font-size: 1rem;
  line-height: 1.4rem;
  position: relative;
}

.paragraph.law-paragraph {
  margin-bottom: -5px;
}

.paragraph.bottom-margin {
  margin-top: 20px;
  margin-bottom: 40px;
}

.paragraph.bottom-margin.fix-top-margin {
  margin-top: -10px;
}

.hero-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--color--off-white);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  flex-flow: row;
  width: 100%;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-image {
  border-radius: 20px;
  height: 85%;
  position: absolute;
  bottom: 0;
  right: 2%;
}

.container-half {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: relative;
}

.subtitle-wrapper {
  background-color: var(--color--red\<deleted\|variable-50904d4c-afb5-7efa-ed65-cafaf196769d\>);
  border-radius: 10px;
  padding: 15px 60px;
}

.subtitle-text {
  color: var(--color--off-white);
  font-weight: 500;
}

.heading-2 {
  font-family: var(--font--playfair-display);
  flex: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.8rem;
}

.heading-2.max-width {
  max-width: 350px;
  font-size: 3rem;
  line-height: 3.6rem;
}

.heading-2.add-top-margin {
  margin-top: 40px;
}

.heading-2.bottom-margin {
  margin-bottom: 40px;
}

.subsection-inner-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.service-wrapper {
  border: 1px solid var(--color--charcoal);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  display: flex;
  position: relative;
}

.paragraph._16px {
  max-width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.4rem;
}

.paragraph._16px.width {
  max-width: none;
  margin-top: 10px;
}

.service-image {
  object-fit: cover;
  width: 160%;
  max-height: 340px;
  display: block;
}

.fs_accordion-2_embed {
  margin-bottom: 0;
  display: none;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  display: flex;
}

.fs_accordion-2_header:focus-visible, .fs_accordion-2_header[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_accordion-2_content {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs_accordion-2_label {
  font-family: var(--font--playfair-display);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.fs_accordion-2_body {
  border-width: 1px;
  border-color: #dedcff;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 100px;
  display: flex;
  box-shadow: 0 4px 21px #0000000a;
}

.fs_accordion-2_paragraph {
  max-width: 1000px;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.fs_accordion-2_arrow-wrapper {
  transition: transform .2s;
}

.faq-dropdown {
  width: 32px;
  height: 32px;
  display: none;
}

.faq-question-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cu-left-wrapper {
  width: 50%;
}

.form-input {
  border-bottom: 1px solid var(--color--blue);
  color: var(--color--charcoal);
  border-radius: 15px 15px 0 0;
  height: 60px;
  margin-bottom: 0;
  padding: 0 15px;
  box-shadow: 0 4px 21px #00000014;
}

.form-input:active, .form-input:focus {
  border-style: solid;
  border-width: 1px;
  border-top-color: var(--color--red\<deleted\|variable-50904d4c-afb5-7efa-ed65-cafaf196769d\>);
  border-right-color: var(--color--red\<deleted\|variable-50904d4c-afb5-7efa-ed65-cafaf196769d\>);
  border-left-color: var(--color--red\<deleted\|variable-50904d4c-afb5-7efa-ed65-cafaf196769d\>);
}

.form-input::placeholder {
  color: var(--color--blue);
}

.input-combo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-area {
  border-bottom: 1px solid var(--color--blue);
  color: var(--color--charcoal);
  border-radius: 15px 15px 0 0;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-left: 15px;
  box-shadow: 0 4px 21px #00000014;
}

.text-area:active {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color--red\<deleted\|variable-50904d4c-afb5-7efa-ed65-cafaf196769d\>) var(--color--red\<deleted\|variable-50904d4c-afb5-7efa-ed65-cafaf196769d\>) var(--color--blue);
}

.text-area:focus {
  border-style: solid;
  border-width: 1px;
  border-top-color: var(--color--red\<deleted\|variable-50904d4c-afb5-7efa-ed65-cafaf196769d\>);
  border-right-color: var(--color--red\<deleted\|variable-50904d4c-afb5-7efa-ed65-cafaf196769d\>);
  border-left-color: var(--color--red\<deleted\|variable-50904d4c-afb5-7efa-ed65-cafaf196769d\>);
}

.text-area::placeholder {
  color: var(--color--blue);
}

.map {
  width: 50%;
}

.footer {
  background-color: var(--color--white);
  border-bottom: 1px solid #e4ebf3;
  border-radius: 60px 60px 0 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 60px 20px;
  position: relative;
  box-shadow: 0 4px 21px #00000014;
}

.footer-container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.footer-upper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-links-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 10px;
  text-decoration: none;
}

.separating-line {
  opacity: .5;
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer-bottom {
  opacity: .8;
  font-family: var(--font--poppins\<deleted\|variable-43735f98-fa6a-703c-9857-a4e9fec8f4a2\>);
  justify-content: space-between;
  display: flex;
}

.footer-copyright {
  font-family: var(--font--lato);
  color: #3a4554;
}

.contact-info-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--color--blue);
  background-color: var(--color--light-gold);
  border-radius: 15px 15px 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 86.8125px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 21px #00000014;
}

.contact-info-icon {
  z-index: 5;
  width: 24px;
  height: 24px;
  position: relative;
}

.contact-info-text {
  z-index: 5;
  font-weight: 500;
  line-height: 1.4rem;
  position: relative;
}

.footer-logo-paragraph {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gtt-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--color--blue);
  background-color: var(--color--light-gold);
  border-radius: 10px 10px 0 0;
  padding: 15px 30px;
  text-decoration: none;
  display: flex;
}

.gtt-text {
  color: var(--color--charcoal);
}

.gtt-image {
  width: 16px;
}

.footer-dolina {
  font-family: var(--font--lato);
  color: var(--color--charcoal);
  text-decoration: none;
}

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

.heading-3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.pp-combo {
  margin-top: 10px;
}

.service-explained {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.service-page-image {
  object-fit: cover;
  object-position: 65% 50%;
  border-radius: 15px;
  flex: none;
  width: 40%;
  max-height: none;
  position: sticky;
  top: 140px;
}

.service-page-image.other-services {
  max-height: 440px;
}

._404-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.form-message-text {
  line-height: 1.4rem;
}

.form-message {
  background-color: var(--color--white);
  text-align: center;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 21px #00000014;
}

.navbar-logo-text {
  color: var(--color--white);
  flex: none;
}

.navbar-logo-text.dark-mode {
  color: var(--color--blue);
}

.background-blue {
  z-index: -1;
  background-color: var(--color--blue);
  border-top-right-radius: 100px;
  width: 55%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.background-gold {
  z-index: -3;
  background-image: linear-gradient(#f2f0ef, #f7d48466);
  position: absolute;
  inset: 0%;
}

.heading-1 {
  font-family: var(--font--playfair-display);
  color: var(--color--off-white);
  margin: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.6rem;
}

.hero-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.light-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color--light-gold);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.light-cta.white {
  background-color: var(--color--off-white);
}

.light-cta.general {
  border-bottom: 1px solid var(--color--blue);
  padding: 15px 40px;
}

.light-cta.general.color-change {
  z-index: 2;
  background-color: var(--color--blue);
  position: relative;
}

.light-cta.submit-adjustification {
  border-bottom: 1px solid var(--color--blue);
  font-family: var(--font--playfair-display);
  color: var(--color--charcoal);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  box-shadow: 0 21px 21px #00000014;
}

.cta-image-wrapper {
  background-color: var(--color--blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.cta-arrow-image {
  width: 24px;
  height: 24px;
}

.blue-bg-image {
  opacity: .02;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.yellow-bg-image {
  opacity: .05;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-2-name {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sideline {
  background-color: var(--color--blue);
  width: 40px;
  height: 2px;
}

.portrait-image {
  border-bottom: 2px solid var(--color--blue);
  object-fit: cover;
  object-position: 50% 5%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 40%;
  max-height: 600px;
  box-shadow: 0 21px 21px #00000014;
}

.individual-stats-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.individual-stat-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stat-number {
  font-family: var(--font--playfair-display);
  font-size: 3rem;
  line-height: 3.2rem;
}

.stat-text {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.about-logo-bg {
  z-index: -1;
  opacity: .35;
  max-height: 600px;
  position: absolute;
}

.service-card {
  background-color: #f7d484f2;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-card.direction-switch {
  flex-flow: row-reverse;
  align-items: stretch;
}

.service-text-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid var(--color--blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 21px 21px #00000014;
}

.service-title {
  font-family: var(--font--playfair-display);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.service-title.bigger {
  margin-top: 20px;
  font-size: 1.6rem;
}

.service-title.font-change {
  font-family: var(--font--lato);
  font-weight: 400;
}

.service-paragraph {
  margin-top: 20px;
}

.service-bg-image {
  z-index: -2;
  object-fit: cover;
  object-position: 75% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.faq-separator {
  background-color: var(--color--blue);
  border-radius: 60px;
  width: 100%;
  height: 1px;
}

.contact-info-image {
  z-index: 2;
  opacity: .05;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.light-logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 264.844px;
  display: flex;
  position: absolute;
}

.light-logo.dark-logo {
  display: flex;
}

.service-rightside {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.get-consultation-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--color--blue);
  background-color: var(--color--light-gold);
  border-top-left-radius: 51px;
  border-top-right-radius: 51px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 21px 21px #00000014;
}

.get-consultation-wrapper.remove-padding {
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 40px;
}

.consultation-subtitle {
  z-index: 2;
  font-family: var(--font--playfair-display);
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
}

.consultation-subtitle.white {
  color: var(--color--off-white);
}

.consultation-title {
  z-index: 2;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 2rem;
  position: relative;
}

.consultation-bg {
  z-index: 1;
  opacity: .05;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.consultation-blue-wrapper {
  z-index: 2;
  background-color: var(--color--blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.areas-wrapper {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.area-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--color--blue);
  color: var(--color--charcoal);
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.area-title {
  text-transform: uppercase;
  font-size: 1.1rem;
}

.area-sideline {
  background-color: var(--color--blue);
  width: 20px;
  height: 1px;
}

.sticky-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 140px;
}

.law-title {
  font-family: var(--font--playfair-display);
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
}

@media screen and (min-width: 1280px) {
  .container.contact-info {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero-content-wrapper {
    width: 45%;
    margin-left: 5%;
  }

  .hero-image {
    right: 8%;
  }
}

@media screen and (min-width: 1440px) {
  .hero-content-wrapper {
    margin-left: 7%;
  }

  .hero-image {
    right: 12%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-content-wrapper {
    margin-left: 0%;
  }

  .hero-image {
    height: 90%;
    right: 17%;
  }
}

@media screen and (max-width: 991px) {
  .container.hero-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
  }

  .container.about-container {
    justify-content: space-between;
    align-items: flex-start;
  }

  .container.subsection.direction-fix {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .container.contact-us-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container.contact-info {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container.service-page-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .menu-button {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    display: flex;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navlinks-wrapper {
    background-color: var(--color--white);
    border: 1px solid #00000040;
    border-radius: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navlink {
    text-align: center;
    display: block;
  }

  .cta.light-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section.about-section {
    padding-top: 60px;
  }

  .hero-content-wrapper {
    width: 70%;
    padding: 0;
  }

  .core-values {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4rem;
  }

  .paragraph {
    max-width: none;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .paragraph.hero-paragraph {
    width: auto;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .paragraph.bottom-margin {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .hero-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-image {
    object-fit: cover;
    object-position: 12% 50%;
    width: 48%;
    display: none;
  }

  .container-half {
    position: relative;
  }

  .heading-2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .heading-2.max-width {
    max-width: none;
    font-size: 2.4rem;
    line-height: 3rem;
  }

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

  .subsection-inner-wrapper {
    width: auto;
  }

  .service-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    padding: 20px;
  }

  .paragraph._16px {
    max-width: none;
  }

  .service-image {
    max-height: 220px;
  }

  .fs_accordion-2_label {
    line-height: 1.5rem;
  }

  .fs_accordion-2_body {
    padding-right: 60px;
  }

  .fs_accordion-2_arrow-wrapper {
    flex: none;
  }

  .footer-container {
    max-width: 728px;
  }

  .footer-upper {
    flex-wrap: wrap;
  }

  .contact-info-wrapper {
    width: auto;
  }

  .lottie {
    width: 150px;
    transform: translate(-35%, -35%);
  }

  .service-explained {
    width: 50%;
  }

  .service-page-image {
    object-position: 65% 25%;
    width: 100%;
    max-height: 300px;
    position: static;
  }

  .service-page-image.other-services {
    object-position: 65% 50%;
    max-height: 250px;
  }

  .background-blue {
    width: 75%;
  }

  .heading-1 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .sideline {
    width: 20px;
  }

  .portrait-image {
    position: sticky;
    top: 140px;
  }

  .stat-number {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .stat-text {
    font-size: 1.1rem;
  }

  .service-card, .service-card.direction-switch {
    flex-flow: column-reverse;
  }

  .service-title.bigger {
    font-size: 1.4rem;
  }

  .service-title.font-change {
    font-size: 1.2rem;
  }

  .consultation-title {
    line-height: 1.6rem;
  }

  .law-title {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .container.about-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .container.about-container.direction-switch {
    flex-flow: column-reverse;
  }

  .container.subsection {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    margin-top: 60px;
  }

  .container.subsection.direction-fix, .container.contact-us-container {
    flex-flow: column;
  }

  .container.contact-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .container.service-page-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .hero-content-wrapper {
    width: 85%;
    padding: 0;
  }

  .core-values {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2rem;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .paragraph._16px {
    text-align: left;
  }

  .paragraph.hero-paragraph {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .hero-image {
    object-position: 40% 50%;
  }

  .container-half {
    width: 100%;
  }

  .subsection-inner-wrapper {
    width: auto;
  }

  .service-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .fs_accordion-2_label {
    font-size: 1.3rem;
  }

  .fs_accordion-2_paragraph {
    font-size: 1rem;
  }

  .cu-left-wrapper, .map {
    width: auto;
  }

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

  .footer-upper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-links-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .separating-line {
    opacity: 1;
  }

  .footer-bottom {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: .9rem;
    line-height: 1rem;
  }

  .footer-logo-paragraph {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-dolina {
    font-size: .9rem;
  }

  .service-explained {
    width: auto;
  }

  .service-page-image {
    width: 100%;
    max-height: 300px;
    position: static;
  }

  .background-blue {
    width: 85%;
  }

  .hero-buttons {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .portrait-image {
    width: 100%;
    max-height: 300px;
    position: static;
  }

  .portrait-image.image-fit-change {
    object-position: 50% 20%;
  }

  .service-rightside {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    background-color: var(--color--white);
  }

  .container {
    width: 90%;
  }

  .container.hero-container {
    flex-flow: column-reverse;
    width: 95%;
  }

  .container.about-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .container.subsection.direction-fix {
    margin-top: 0;
  }

  .container.contact-us-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container.contact-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container.services {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-wrapper, .logo-wrapper.w--current {
    margin-left: 10px;
    padding-left: 0;
  }

  .logo-image {
    opacity: 1;
  }

  .logo-image.dark-mode {
    opacity: 100;
  }

  .cta-text, .cta-text.color-change {
    font-weight: 500;
  }

  .section.about-section {
    padding-top: 60px;
  }

  .section.privacy-policy, .section.service-page-section {
    margin-top: 60px;
  }

  .hero-content-wrapper {
    width: 90%;
    height: 100%;
    margin-right: auto;
  }

  .core-values {
    flex-flow: column;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4rem;
  }

  .core-values-wrapper {
    padding: 10px;
  }

  .paragraph.hero-paragraph {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .hero-bottom {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .hero-image {
    width: auto;
    display: none;
  }

  .heading-2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .fs_accordion-2_header {
    padding: 0;
  }

  .fs_accordion-2_label {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.6rem;
  }

  .fs_accordion-2_body {
    padding: 20px 0 0;
  }

  .faq-dropdown {
    width: 24px;
    height: 24px;
  }

  .faq-question-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .input-combo {
    flex-flow: column;
  }

  .footer {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .footer-container {
    max-width: none;
  }

  .footer-upper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-links-wrapper {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar-logo-text {
    display: none;
  }

  .background-blue {
    width: 95%;
  }

  .heading-1 {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .stat-number {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .stat-text {
    font-size: 1rem;
  }

  .service-text-wrapper {
    padding: 20px;
  }

  .service-title.bigger {
    font-size: 1.2rem;
  }

  .service-title.font-change {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .service-paragraph {
    line-height: 1.4rem;
  }

  .light-logo {
    display: none;
  }

  .light-logo.dark-logo {
    width: auto;
    position: relative;
  }

  .services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .get-consultation-wrapper {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .consultation-blue-wrapper {
    margin-bottom: 10px;
  }

  .areas-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .area-title {
    line-height: 1.5rem;
  }

  .law-title {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}


@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}