:root {
  --900: #101211;
  --100: white;
  --accent-light: #fff0d1;
  --400: #dbdbdb;
  --700: #202221;
  --600: #2e3130;
  --300: #ebebeb;
  --800: #171918;
  --accent: #ffc44d;
  --200: #f7f7f7;
  --accent-medium: #ffda8f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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-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;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--900);
  color: var(--100);
  text-align: center;
  font-family: Switzer, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  color: var(--100);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

h6 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

p {
  opacity: .72;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: var(--100);
  letter-spacing: -.01em;
  font-weight: 500;
  text-decoration: none;
  transition: transform .25s, opacity .25s;
  display: inline-block;
}

a:hover {
  opacity: .84;
}

a:active {
  transform: scale(.98);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 0;
}

li {
  text-align: left;
  letter-spacing: .015em;
  margin-bottom: .25rem;
  margin-left: 1.5rem;
  padding-left: 1.25rem;
}

label {
  margin-bottom: .5rem;
  font-weight: 500;
  display: block;
}

strong {
  font-weight: 500;
}

blockquote {
  background-color: var(--accent-light);
  color: var(--900);
  border: .0625rem #000;
  border-radius: .75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

figcaption {
  color: var(--400);
  text-align: center;
  letter-spacing: .015em;
  margin-top: .75rem;
  font-size: .875rem;
}

.style-guide-block {
  margin-bottom: 2rem;
}

.form-error {
  color: var(--100);
  background-color: #fce3e3;
  border-radius: .375rem;
  margin-top: 1.5rem;
  padding: 1.5rem;
  font-weight: 600;
}

.form {
  margin-bottom: .5rem;
}

.form-radio-button, .form-checkbox {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.text-input {
  background-color: var(--700);
  color: var(--100);
  border: .125rem solid #0000;
  border-radius: .5rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: border .25s, background-color .25s;
}

.text-input:hover {
  background-color: var(--600);
}

.text-input:focus {
  border: .125rem solid var(--400);
}

.text-input::placeholder {
  color: var(--300);
}

.text-input.form {
  background-color: var(--800);
  min-height: 7.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.4em;
}

.text-input.form:hover {
  background-color: var(--700);
}

.text-input.area {
  min-height: 10.5rem;
}

.paragraph {
  text-align: center;
  margin-top: -.2rem;
  margin-bottom: 0;
  padding-bottom: 11px;
  font-size: 1rem;
  line-height: 1.5;
}

.paragraph.small {
  font-size: .875rem;
  line-height: 1.5;
}

.paragraph.extra-large {
  font-size: 1.75rem;
  line-height: 1.4;
}

.paragraph.large {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.45;
}

.radio-button {
  border-width: .1875rem;
  border-color: var(--100);
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: -1.5rem;
  margin-right: 1rem;
}

.radio-button.w--redirected-checked {
  border-width: .5rem;
  border-color: var(--accent);
}

.visible-spacer {
  background-color: var(--600);
  border-radius: .25rem;
  display: inline-block;
}

.form-dropdown {
  background-color: var(--800);
  color: var(--300);
  border: .125rem solid #0000;
  border-radius: .75rem;
  width: 100%;
  min-height: 3.5rem;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem 1rem 1.375rem;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.form-dropdown:hover {
  background-color: var(--700);
}

.form-dropdown:focus-visible, .form-dropdown[data-wf-focus-visible] {
  border: .125rem solid var(--300);
}

.form-dropdown::placeholder {
  color: #999;
  font-size: .9375rem;
}

.rich-text {
  line-height: 1.5;
}

.rich-text h3 {
  margin-top: 4.5rem;
  margin-bottom: 1.5rem;
}

.rich-text a {
  text-decoration: underline;
}

.rich-text h1 {
  margin-top: 5.5rem;
  margin-bottom: 2.5rem;
}

.rich-text h2 {
  margin-top: 5.5rem;
  margin-bottom: 2rem;
}

.rich-text h4 {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}

.rich-text h5 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.rich-text h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.rich-text img {
  border-radius: .5rem;
  width: 100%;
}

.rich-text p {
  margin-bottom: 2rem;
}

.style-guide-colour-block {
  width: 12.5%;
  padding-right: 1rem;
  display: inline-block;
}

.check-box {
  border-width: .1875rem;
  border-color: var(--100);
  border-radius: .5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: -1.5rem;
  margin-right: 1rem;
}

.check-box.w--redirected-checked {
  border-color: var(--accent);
  background-color: var(--accent);
  background-position: 50%;
  background-size: 1rem;
  border-radius: .5rem;
}

.color-block {
  background-color: var(--900);
  border-radius: .3125rem;
  width: 100%;
  height: 3.75rem;
  margin-bottom: .625rem;
  margin-left: 0;
  margin-right: 0;
}

.form-success {
  text-align: left;
  background-color: #ecfce3;
  border-radius: .375rem;
  padding: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.style-guide-colour-grid {
  flex-wrap: wrap;
  margin-top: 1.5rem;
  display: flex;
}

.field-block {
  z-index: 1;
  border: .0625rem #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 3.125rem;
  min-height: 1.25rem;
  margin-bottom: .5rem;
  display: flex;
}

.heading {
  letter-spacing: -.02em;
  font-family: Switzer, sans-serif;
  font-weight: 400;
}

.heading.medium {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Switzer, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.heading.extra-small {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.heading.small {
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.heading.regular {
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading.extra-large {
  color: var(--400);
  text-align: left;
  letter-spacing: -.02em;
  -webkit-text-stroke-color: var(--accent);
  margin-top: 0;
  margin-bottom: -.3rem;
  padding-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.heading.extra-large.produkty {
  color: var(--400);
  text-align: center;
  margin-top: -4.9rem;
  margin-bottom: 3rem;
  padding-top: 0;
  font-size: 3rem;
}

.heading.large {
  color: var(--accent);
  text-align: center;
  letter-spacing: -.02em;
  border-left: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.1;
  position: static;
  top: 0;
  right: 0;
}

.heading.large.produkty-main {
  width: auto;
  font-size: 3rem;
}

.heading.large.srodkowy-panel-usluga {
  margin-top: 0;
  margin-bottom: 1.8rem;
  padding-top: 0;
}

.heading.large.optymalizacja-usuluga-head {
  margin-bottom: 2.2rem;
  position: relative;
  top: -35px;
}

.button-secondary {
  color: var(--100);
  text-align: center;
  background-color: #ffffff14;
  border-radius: .5rem;
  flex: none;
  min-height: 3.5rem;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .25s, opacity .25s;
}

.button-secondary:hover {
  opacity: .72;
}

.button-secondary:active {
  transform: scale(.98);
}

.button-secondary.small {
  border-style: none;
  border-radius: .375rem;
  min-height: 2.5rem;
  padding: .5625rem 1.25rem;
  font-size: .9375rem;
}

.button-secondary.full-width {
  width: 100%;
}

.style-guide-section-header {
  margin-bottom: 3rem;
}

.text-box {
  max-width: 43.75rem;
}

.text-box._600px {
  max-width: 37.5rem;
  min-height: 4rem;
}

.text-box._500px {
  max-width: 31.25rem;
  min-height: 4rem;
}

.text-box._400px {
  max-width: 25rem;
  min-height: 4rem;
}

.text-box._800px {
  max-width: 50rem;
  min-height: 4rem;
}

.text-box._700px {
  max-width: 43.75rem;
  min-height: 4rem;
}

.text-box._900px {
  max-width: 56.25rem;
}

.style-guide-label {
  color: var(--400);
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25;
}

.field-label {
  color: var(--100);
  font-size: 1rem;
  font-weight: 500;
}

.block-quote {
  background-color: var(--accent-light);
  border-radius: .75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.section {
  background-color: var(--900);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#00000080, #00000080);
  background-clip: border-box;
  width: auto;
  height: auto;
  padding: 8rem 5rem;
  overflow: hidden;
}

.section.banner {
  background-color: var(--800);
  background-color: var(--600);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .75rem;
  display: flex;
}

.section.login {
  background-color: var(--900);
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.is-relative {
  position: relative;
}

.section.produkty {
  height: 1400px;
  padding-left: 6rem;
  padding-right: 6rem;
}

.section.o-nas {
  height: 800px;
  margin-bottom: 2px;
}

.section.uslugi {
  height: 1270px;
  padding-left: 0;
  padding-right: 0;
}

.section.stopka {
  height: 450px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.pytania {
  width: auto;
  height: 1000px;
}

.section.polityka-prywatnosci {
  height: 1100px;
}

.section.sekcja-drobny {
  height: auto;
}

.section.sekcja-obrobka {
  height: 1050px;
}

.section.sekcja-myjace {
  height: 1000px;
}

.text-color-light-purple {
  color: var(--accent-light);
}

.container-large {
  z-index: 0;
  width: 100%;
  max-width: 90rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.container-large.centred {
  margin-left: auto;
  margin-right: auto;
}

.container-large.kontener-uslugi {
  height: 80px;
}

.grid-2-column {
  grid-column-gap: 4.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: grid;
}

.grid-2-column.align-baseline {
  align-items: baseline;
}

.grid-2-column.vertically-centred {
  align-items: center;
}

.nav-link {
  color: var(--400);
  border-radius: .5rem;
  align-items: center;
  min-height: 2.5rem;
  margin-left: .125rem;
  margin-right: .125rem;
  padding: 0 .875rem;
  font-size: .9375rem;
  transition: transform .25s, background-color .25s, opacity .25s;
  display: flex;
}

.nav-link:hover {
  background-color: var(--800);
  opacity: .84;
}

.nav-link.w--current {
  z-index: 1;
  background-color: var(--700);
  color: var(--100);
}

.nav-link.w--current:hover {
  opacity: 1;
}

.nav {
  z-index: 2;
  background-color: var(--900);
  -webkit-backdrop-filter: blur(.375rem);
  backdrop-filter: blur(.375rem);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-menu {
  margin-right: -.25rem;
  display: flex;
}

.logo {
  margin-bottom: .25rem;
  padding-left: 0;
  display: inline-block;
  position: static;
}

.logo:hover {
  opacity: .72;
}

.nav-container {
  z-index: 0;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100rem;
  height: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: relative;
}

.logo-wrapper {
  grid-column-gap: 3rem;
  align-items: center;
  display: flex;
}

.footer-link {
  text-align: left;
  font-weight: 400;
  text-decoration: none;
}

.grid-license-images {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-license-fonts {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.centre {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--accent);
  color: var(--900);
  text-align: center;
  border-radius: .5rem;
  flex: none;
  min-height: 3.5rem;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .25s, opacity .25s;
}

.button:hover {
  opacity: .88;
}

.button:active {
  transform: scale(.98);
}

.button.small {
  border-radius: .5rem;
  min-height: 2.5rem;
  padding: .5625rem 1rem;
  font-size: .9375rem;
}

.button.full-width {
  width: 100%;
}

.license-image {
  border: .0625rem solid #0000000f;
  border-radius: .5rem;
  width: 100%;
}

.visible-text-box {
  background-color: var(--600);
  border-radius: .375rem;
}

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

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

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

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

.social-proof-logos-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-proof-logo {
  opacity: .5;
  background-color: #e0e0e0;
  max-width: 6rem;
  max-height: 1.25rem;
  display: inline-flex;
}

.nav-menu-button {
  padding: 0;
}

.actions-wrapper {
  grid-column-gap: .75rem;
  display: flex;
}

.menu-icon-line-bottom {
  cursor: pointer;
}

.button-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  display: flex;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2.25rem 2rem 2.5rem;
  display: flex;
}

.faq-accordion {
  background-color: var(--800);
  border-style: none;
  border-width: .0625rem;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 33.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.faq-answer {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  overflow: hidden;
}

.faq-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.image-wrapper {
  border-radius: .75rem;
  width: 100%;
  overflow: hidden;
}

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

.feature-content {
  max-width: 34rem;
}

.feature-item {
  grid-column-gap: 6rem;
  grid-row-gap: .3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.card-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 80%;
  height: 600px;
  margin-left: 215px;
  display: grid;
}

.card-list.lista-bloki-home {
  position: relative;
  left: -114px;
}

.card-item {
  background-color: var(--800);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 2.5rem;
  display: flex;
}

.card-item.featured {
  background-color: var(--900);
  position: relative;
  overflow: hidden;
}

.card-item.login {
  z-index: 1;
  background-color: var(--900);
  width: 36rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  display: flex;
  position: relative;
}

.divider-line {
  background-color: #ffc44d;
  width: 100%;
  height: .0625rem;
  margin-bottom: -13px;
  padding-bottom: 0;
}

.divider-line.divider-srodek {
  margin-top: -33px;
  margin-bottom: -12px;
  padding-bottom: 0;
}

.divider-line.divider-lewy {
  margin-top: 37px;
  margin-bottom: -12px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: 26px;
}

.divider-line.lewy-divider {
  position: relative;
  top: 62px;
}

.divider-line.drobny-divider {
  position: relative;
  top: 34px;
}

.footer-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  font-size: .875rem;
  font-weight: 400;
  display: flex;
}

.icon-large {
  color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.features-list {
  grid-column-gap: 3rem;
  grid-row-gap: 12.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-content {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 38rem;
  display: flex;
}

.testimonials-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.pricing-features-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  display: flex;
}

.pricing-features-list.features-uslugi-lprawy {
  margin-bottom: 4.3rem;
  position: relative;
  top: 27px;
}

.pricing-features-list.obrobka-lista {
  margin-bottom: 4.4rem;
}

.pricing-features-list.lista-drobny {
  margin-bottom: 4.7rem;
  position: relative;
  top: 36px;
}

.pricing-features-list.features-uslugi-projekt {
  margin-bottom: 6.7rem;
  position: relative;
  top: 62px;
}

.pricing-feature {
  grid-column-gap: .75rem;
  text-align: center;
  justify-content: flex-start;
  display: flex;
  position: relative;
  left: 0;
}

.pricing-feature.napisy-dol {
  left: 198px;
}

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

.gradient-image {
  z-index: 0;
  mix-blend-mode: luminosity;
  object-fit: cover;
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/Ethereal-Abstract-Art_1Ethereal Abstract Art.avif');
  background-position: 0 0, 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pricing-card-content {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.cta-card-content {
  z-index: 1;
  grid-column-gap: 4rem;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  width: 100%;
  display: grid;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  color: #bf1935;
  text-align: center;
  background-color: #ffe6ea;
  border-radius: .75rem;
  max-width: 33.75rem;
  min-height: 3.5rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.25rem .9375rem;
  font-weight: 500;
}

.success-message {
  background-color: var(--accent-light);
  color: var(--accent);
  border-radius: .75rem;
  max-width: 33.75rem;
  min-height: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.25rem;
  font-weight: 500;
}

.success-message.alternate {
  background-color: var(--900);
}

.login-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-weight-regular {
  font-weight: 400;
}

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

.pricing-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  height: 92.567%;
  display: grid;
}

.feature-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.feature-image.luminosity {
  mix-blend-mode: luminosity;
}

.icon-24 {
  color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.hero-image {
  width: 100%;
  height: 100%;
}

.text-link {
  color: var(--accent-medium);
  font-size: .875rem;
}

.text-color-accent-light {
  color: var(--accent-light);
}

.testimonial-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--400);
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.testimonial-image-wrapper {
  border-radius: .5rem;
  width: 5rem;
  height: 5rem;
  position: relative;
  overflow: hidden;
}

.faq-icon {
  color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
}

.text-block {
  color: #b81832;
}

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

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

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

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

.background-color-100 {
  background-color: var(--100);
}

.background-color-300 {
  background-color: var(--300);
}

.background-color-400 {
  background-color: var(--400);
}

.background-color-600 {
  background-color: var(--600);
}

.background-color-700 {
  background-color: var(--700);
}

.background-color-800 {
  background-color: var(--800);
}

.background-color-900 {
  background-color: var(--900);
}

.text-color-muted {
  opacity: .6;
}

.benefit-item {
  background-color: #141414;
  border-radius: 19px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  transition: opacity .2s;
  position: relative;
}

.icon-medium {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--accent);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin: 12px -5px -15px 100px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  left: 0;
}

.text-gradient-overlay {
  float: none;
  background-image: linear-gradient(90deg, var(--100) 72%, var(--accent-medium));
  text-align: center;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 0;
}

.header-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: auto;
  padding-bottom: 0;
  display: grid;
}

.grid-3-column {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  margin-top: 31px;
  margin-bottom: -3px;
  display: grid;
}

.container-small {
  z-index: 0;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--800);
  border-radius: .75rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
  display: block;
}

.pricing-card.uslugi {
  width: 65%;
  height: 550px;
}

.pricing-card.karta-uslugi {
  width: 80%;
}

.pricing-card.usluga-down {
  width: 404px;
}

.pricing-card.usluga-dol {
  width: 700px;
  height: 430px;
  margin-top: 19px;
  padding-bottom: 0;
  display: block;
}

.pricing-card.dolny-produkt {
  width: 45%;
}

.testimonials-card {
  background-color: var(--800);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 2.5rem;
  display: flex;
}

.testimonials-content-top {
  font-weight: 400;
}

.footer-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-size: .875rem;
  font-weight: 400;
  display: flex;
}

.testimonial-details-text {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  color: var(--400);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-logo {
  max-width: 6rem;
  max-height: 1.25rem;
  display: inline-flex;
}

.image-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.about-grid-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-grid-image-wrapper {
  border-radius: .75rem;
  width: 100%;
  overflow: hidden;
}

.background-color-accent {
  background-color: var(--accent);
}

.background-color-accent-medium {
  background-color: var(--accent-medium);
}

.background-color-accent-light {
  background-color: var(--accent-light);
}

.spacer-4 {
  background-color: #0000;
  flex: none;
  width: .25rem;
  height: .25rem;
}

.spacer-8 {
  background-color: #0000;
  flex: none;
  width: .5rem;
  height: .5rem;
}

.spacer-16 {
  background-color: #0000;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
}

.spacer-24 {
  text-transform: uppercase;
  background-color: #0000;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.spacer-32 {
  background-color: #0000;
  border-radius: .375rem;
  flex: none;
  width: 2rem;
  height: 2rem;
}

.spacer-40 {
  background-color: #0000;
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
}

.spacer-48 {
  background-color: #0000;
  border-radius: .375rem;
  flex: none;
  width: 3rem;
  height: 3rem;
}

.spacer-64 {
  background-color: #0000;
  flex: none;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.spacer-80 {
  background-color: #0000;
  flex: none;
  width: 5rem;
  height: 5rem;
}

.spacer-96 {
  background-color: #0000;
  flex: none;
  width: 6rem;
  height: 6rem;
}

.spacer-128 {
  background-color: #0000;
  flex: none;
  width: 8rem;
  height: 8rem;
}

.background-color-200 {
  background-color: var(--100);
  color: var(--200);
}

.search {
  margin-left: 286px;
  padding-top: 0;
}

.image {
  margin-top: 21px;
  margin-left: 147px;
  padding-bottom: 22px;
  padding-left: 190px;
  position: relative;
}

.link {
  margin-left: 9px;
  margin-right: -180px;
  padding-bottom: 27px;
  padding-left: 0;
  padding-right: 60px;
}

.paragraph-2 {
  margin-top: 2.5rem;
  padding-bottom: 0;
  font-weight: 300;
}

.link-2 {
  margin-bottom: 27px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 152px;
}

.paragraph-3 {
  margin-bottom: 1.5rem;
  margin-left: -51px;
  margin-right: -9px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1rem;
}

.button-2 {
  color: var(--900);
  background-color: #ffc44d;
  border-top: 10px #000;
  border-radius: 9px;
  padding-top: 5px;
}

.image-2 {
  border-radius: 0;
  margin-top: 12px;
  padding-bottom: 0;
}

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

.button-3, .button-4, .button-5 {
  color: var(--900);
  background-color: #ffc44d;
  border-radius: 9px;
}

.text-span-2 {
  color: var(--400);
  -webkit-text-decoration: none;
  text-decoration: none;
}

.button-6 {
  text-align: left;
  background-color: #ffc44d;
  border-radius: 9px;
  width: 83.4219px;
  height: 42px;
  margin-bottom: 11px;
  margin-left: 262px;
  padding-right: 10px;
}

.button-7 {
  background-color: #ffc44d;
  border-radius: 9px;
  margin-bottom: 11px;
  margin-left: 137px;
}

.button-8 {
  text-align: center;
  object-fit: fill;
  background-color: #ffc44d;
  border-radius: 9px;
  margin-bottom: 11px;
  margin-left: auto;
  padding-left: 12px;
  position: sticky;
  left: 252px;
  overflow: visible;
}

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

.text-span-4 {
  color: var(--accent);
}

.image-3 {
  mix-blend-mode: normal;
  box-shadow: 13px 13px 16px -5px #1d1d1d;
}

.text-span-5 {
  color: var(--accent);
}

.cell, .cell-2 {
  padding-left: 270px;
}

.cell-3, .cell-4 {
  padding-left: 100px;
}

.heading-2 {
  font-variation-settings: "wght" 709;
  text-align: center;
  letter-spacing: -.03px;
  background-color: #080908;
  -webkit-text-decoration: overline #ffc44d;
  text-decoration: overline #ffc44d;
}

.quick-stack {
  background-color: #080908;
}

.text-span-6 {
  color: var(--accent);
}

.text-span-7 {
  color: var(--accent);
  font-weight: 400;
}

.text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  color: var(--accent);
}

.text-block-2, .text-block-3 {
  padding-left: 40px;
}

.text-block-4, .text-block-5 {
  padding-left: 60px;
}

.quick-stack-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #080908;
}

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

.cell-5 {
  text-align: center;
  display: block;
}

.cell-6, .cell-7, .cell-8 {
  display: block;
}

.text-block-7 {
  text-align: center;
  margin-left: -1px;
  padding-left: 160px;
}

.text-block-8 {
  text-align: center;
  margin-right: -74px;
  padding-right: 0;
}

.text-block-9 {
  text-align: center;
  margin-left: 84px;
  padding-left: 72px;
}

.text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16 {
  color: var(--accent);
}

.heading-3 {
  color: var(--400);
  text-align: center;
  width: auto;
  margin-top: -6.4rem;
  padding-bottom: 0;
  font-size: 3rem;
}

.slider {
  width: 940px;
  height: 300px;
  box-shadow: 1px 0 11px -1px #ffc44d;
}

.image-4 {
  opacity: 1;
  filter: blur(1px);
  mix-blend-mode: normal;
  margin-top: -111px;
  margin-bottom: -235px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-5 {
  margin-top: -184px;
}

.image-6 {
  filter: blur(2px);
  margin-top: -177px;
  position: relative;
  top: 58px;
}

.icon-25 {
  color: var(--100);
}

.slide {
  top: 8px;
}

.grid {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between stretch;
  place-items: center;
  width: auto;
  height: auto;
  margin-top: 36px;
  margin-left: auto;
  display: grid;
  position: relative;
  left: 0;
}

.text-span-17 {
  color: var(--400);
}

.text-span-18 {
  color: var(--accent);
}

.link-3 {
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  position: relative;
  bottom: 34px;
  left: -349px;
}

.link-3.link-projekt {
  left: -497px;
}

.link-3.link-optymalizacja {
  left: -320px;
}

.link-3.link-obrobka {
  left: -420px;
}

.link-3.link-myjace {
  left: -414px;
}

.pricing-card-copy {
  background-color: var(--800);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  display: flex;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-right: 53px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-span-19 {
  color: var(--accent);
}

.container {
  outline-offset: 0px;
  direction: ltr;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  word-break: normal;
  outline: 3px #fff;
  text-decoration: none;
}

.quick-stack-4 {
  width: 1100px;
  height: 390px;
}

.paragraph-4 {
  width: 900px;
  height: 72px;
  margin-bottom: .1rem;
  margin-left: 17px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-4.meble-technologiczne {
  width: 1050px;
}

.paragraph-4.systemy-myjace {
  padding-left: 0;
}

.paragraph-4.myjace {
  width: 900px;
}

.cell-9 {
  padding-top: 27px;
  padding-bottom: 0;
}

.image-7 {
  width: 519.984px;
  height: 350px;
  margin-bottom: 0;
  padding-top: 31px;
  padding-bottom: 0;
}

.text-span-20 {
  color: var(--400);
}

.cell-10 {
  padding-right: 0;
}

.paragraph-5 {
  font-size: .96rem;
}

.paragraph-5.pakowanie {
  font-size: 1.09rem;
}

.paragraph-5.p-procesowe {
  opacity: 100;
  text-align: left;
  font-size: 1.2rem;
}

.paragraph-5.teskt-chlodncize {
  opacity: 100;
  text-align: left;
  font-size: 1.1rem;
}

.paragraph-5.p-drobny {
  opacity: 100;
  text-align: left;
  border-radius: 0;
  font-size: 1.2rem;
}

.paragraph-5.p-obrobka, .paragraph-5.p-myjace {
  opacity: 100;
  text-align: left;
  font-size: 1rem;
}

.quick-stack-5 {
  height: 395px;
}

.paragraph-6 {
  width: 1090px;
  padding-left: 177px;
}

.section-2 {
  background-color: #080908;
}

.text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25 {
  color: var(--accent);
}

.text-span-26 {
  color: var(--400);
}

.serwis {
  margin-left: 0;
  padding-left: 0;
  padding-right: 538px;
  position: relative;
  left: 262px;
}

.paragraph-7 {
  display: none;
}

.heading-4 {
  color: var(--100);
  text-align: center;
}

.text-span-27 {
  color: var(--400);
}

.text-span-28 {
  font-size: 1.5rem;
}

.bold-text {
  color: var(--100);
  font-size: 1.5rem;
}

.text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40, .text-span-41 {
  color: var(--100);
}

.text-span-42 {
  color: var(--accent);
  font-size: 1.5rem;
}

.bold-text-2, .text-span-43 {
  font-size: 1.5rem;
}

.text-span-44 {
  color: var(--accent);
  font-size: 1.5rem;
}

.text-span-45 {
  font-size: 1.5rem;
}

.text-span-46 {
  color: var(--accent);
  font-size: 1.5rem;
}

.text-span-47 {
  font-size: 1.5rem;
}

.text-span-48 {
  color: var(--accent);
  font-size: 1.5rem;
}

.text-span-49 {
  font-size: 1.5rem;
}

.text-span-50, .text-span-51, .text-span-52 {
  color: var(--accent);
  font-size: 1.5rem;
}

.bold-text-3 {
  color: var(--100);
}

.bold-text-4 {
  color: var(--accent);
}

.checkbox {
  transition: opacity .2s;
}

.text-block-10 {
  font-size: 1.5rem;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  color: var(--100);
}

.checkbox-label {
  pointer-events: auto;
}

.bold-text-11 {
  color: var(--accent);
}

.checkbox-field {
  margin-bottom: -35px;
}

.link-4 {
  color: var(--accent);
}

.paragraph-8, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .text-block-15, .text-block-16, .text-block-17 {
  text-align: left;
}

.p-projekt {
  opacity: 100;
  text-align: left;
  font-size: 1.1rem;
}

.text-block-19 {
  text-align: left;
}

.p-serwis {
  opacity: 100;
  text-align: left;
  font-size: 1rem;
}

.p-optymalizacja {
  opacity: 100;
  text-align: left;
  font-size: .9rem;
}

.text-span-53 {
  color: var(--accent);
}

.link-5 {
  text-align: left;
}

.text-span-54 {
  color: var(--accent);
}

.list {
  width: 400px;
  position: relative;
  top: 12px;
  left: 407px;
}

.list.lista-meble {
  top: 69px;
}

.list.lista-drobny {
  top: 230px;
}

.list.lista-obrobka {
  top: 151px;
}

.list.lista-myjace {
  top: 227px;
}

.head-meble-katalogi {
  position: relative;
  top: 56px;
}

.text-span-55 {
  color: var(--accent);
}

.head-drobnykatalog {
  position: relative;
  top: -8px;
}

.head-drobny-katalog {
  position: relative;
  top: 217px;
}

.head-obr-bka-lista {
  position: relative;
  top: 142px;
}

.text-span-56 {
  color: var(--accent);
}

.head-myjace-katalog {
  position: relative;
  top: 214px;
}

.text-span-57 {
  color: var(--accent);
}

.code-embed {
  background-color: #080908;
}

.text-span-58 {
  color: var(--accent);
}

.head-kontakt {
  margin-bottom: 2.8rem;
}

.paragraph-23 {
  opacity: 1;
  color: var(--100);
}

.body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.code-embed-2 {
  padding: 0 40px 60px;
  position: relative;
}

.body-2 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1280px) {
  .divider-line {
    position: relative;
    top: -6px;
  }

  .divider-line.divider-srodek {
    top: -29px;
  }

  .divider-line.divider-lewy {
    top: 17px;
  }

  .divider-line.lewy-divider {
    top: 55px;
  }

  .pricing-features-list {
    margin-top: -1px;
  }

  .pricing-features-list.features-uslugi-lprawy {
    margin-bottom: 8.1rem;
  }

  .pricing-features-list.features-uslugi-projekt {
    margin-top: 62px;
    top: 0;
  }

  .text-span-26 {
    color: var(--400);
  }

  .list.lista-procesowe {
    left: 448px;
  }

  .list.lista-obrobka {
    left: 441px;
  }

  .list.lista-myjace {
    left: 429px;
  }
}

@media screen and (min-width: 1440px) {
  .divider-line.divider-lewy {
    top: 48px;
  }

  .divider-line.drobny-divider {
    top: 14px;
  }

  .divider-line.divider-chlodnicze, .divider-line.divider-meble {
    top: 12px;
  }

  .divider-line.divider-proesowe {
    top: 26px;
  }

  .pricing-features-list {
    position: relative;
  }

  .pricing-features-list.features-uslugi-lprawy {
    margin-bottom: 10.2rem;
    top: 62px;
  }

  .pricing-features-list.lista-drobny {
    top: 11px;
  }

  .pricing-features-list.features-meble {
    margin-bottom: 4.7rem;
    position: relative;
    top: 13px;
  }

  .pricing-features-list.features-urzadzenia {
    position: relative;
    top: 13px;
  }

  .pricing-features-list.features-procesowe {
    margin-bottom: 5.2rem;
    top: 33px;
  }

  .pricing-features-list.features-myjace {
    margin-bottom: 4.5rem;
  }

  .text-span-26 {
    color: var(--400);
  }

  .list.lista-meble {
    left: 488px;
  }

  .list.lista-procesowe {
    left: 483px;
  }

  .list.lista-obrobka {
    left: 446px;
  }

  .list.lista-myjace {
    left: 440px;
  }
}

@media screen and (min-width: 1920px) {
  .heading.regular {
    text-align: left;
  }

  .heading.large.srodkowy-panel-usluga {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading.large.head-blok-procesowe {
    margin-top: 2.3rem;
  }

  .section.pytania {
    height: 1000px;
  }

  .divider-line {
    top: 18px;
  }

  .divider-line.divider-lewy {
    top: 45px;
  }

  .pricing-features-list {
    margin-bottom: 4.4rem;
    position: relative;
  }

  .pricing-features-list.features-uslugi-lprawy {
    margin-bottom: 10.1rem;
    top: 61px;
  }

  .pricing-features-list.uslugi-features {
    top: 38px;
  }

  .pricing-features-list.features-procesowe {
    margin-top: -13px;
  }

  .link-3 {
    position: relative;
    top: -31px;
    left: -303px;
  }

  .link-3.link-projekt {
    left: -517px;
  }

  .link-3.link-optymalizacja {
    left: -339px;
  }

  .text-span-26 {
    color: var(--400);
  }

  .rich-text-block {
    opacity: 1;
    color: var(--100);
  }

  .bold-text-11 {
    color: var(--accent);
  }

  .checkbox-field {
    margin-bottom: -37px;
  }

  .link-4 {
    color: var(--accent);
  }

  .text-block-11 {
    text-align: center;
    font-size: 1.2rem;
  }

  .bold-text-12, .text-block-12, .bold-text-13, .text-block-13, .text-block-14, .bold-text-14 {
    font-size: 1.2rem;
  }

  .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .text-block-15 {
    text-align: left;
  }

  .zdjecie-serwis {
    width: 600px;
    position: relative;
    left: 0;
  }

  .zdj-projekt {
    width: 500px;
    height: auto;
  }

  .p-projekt {
    text-align: left;
    width: 600px;
    height: 264px;
    font-size: 1.1rem;
    position: relative;
    top: -499px;
    left: 508px;
  }

  .image-8 {
    width: 550px;
    height: 400px;
    position: relative;
  }

  .image-8.zdj-optymalizacja {
    left: -57px;
  }

  .p-serwis {
    width: 600px;
    font-size: .85rem;
    position: relative;
    top: -420px;
    left: 623px;
  }

  .list.lista-meble {
    left: 730px;
  }

  .list.lista-procesowe {
    left: 718px;
  }

  .list.lista-obrobka {
    left: 692px;
  }

  .list.lista-myjace {
    left: 679px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 3.5rem;
  }

  .style-guide-block {
    margin-bottom: 2.5rem;
  }

  .form-error {
    padding-left: .25rem;
  }

  .paragraph.extra-large {
    font-size: 1.5rem;
  }

  .form-dropdown {
    padding-right: .25rem;
  }

  .form-success {
    padding-top: .25rem;
  }

  .button-secondary {
    position: relative;
  }

  .section {
    padding: 6rem 4rem;
  }

  .container-large {
    width: auto;
    overflow: hidden;
  }

  .nav-link {
    margin: .25rem 0;
  }

  .nav-menu {
    border-bottom: .0625rem solid var(--600);
    background-color: var(--900);
    align-items: flex-start;
    width: 100vw;
    min-width: 100vw;
    margin-right: 0;
    padding: 1rem 3.125rem 2rem;
  }

  .nav-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .button {
    position: relative;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu-button {
    flex-direction: row;
    justify-content: center;
    margin-left: 1rem;
    margin-right: -.5rem;
    padding: 0;
    display: flex;
  }

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

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

  .menu-icon-line-bottom {
    background-color: var(--100);
    border-radius: .0625rem;
    width: 2rem;
    height: .15625rem;
    margin-top: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-top {
    background-color: var(--100);
    border-radius: .0625rem;
    width: 2rem;
    height: .15625rem;
    margin-bottom: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .faq-wrapper {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .faq-answer {
    padding-right: 2.5rem;
  }

  .feature-item {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .card-list.lista-bloki-home {
    left: -194px;
  }

  .testimonials-list {
    grid-template-columns: 1fr;
  }

  .cta-card-content {
    grid-column-gap: 2rem;
  }

  .header-layout {
    grid-template-columns: 1fr;
  }

  .grid-3-column {
    grid-column-gap: 3rem;
  }

  .container-small {
    overflow: hidden;
  }

  .image-grid {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h6 {
    letter-spacing: -.02em;
  }

  .style-guide-colour-block {
    width: 25%;
  }

  .field-block {
    min-height: auto;
  }

  .heading.medium {
    font-size: 2rem;
  }

  .heading.extra-large {
    font-size: 3.25rem;
  }

  .heading.large {
    font-size: 2.5rem;
  }

  .section.banner {
    display: block;
  }

  .container-large {
    width: 100%;
  }

  .grid-2-column {
    grid-column-gap: 2rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .nav-link.w--current {
    background-position: 0%;
  }

  .nav-menu {
    border-right: .0625rem solid var(--700);
    background-color: var(--900);
    -webkit-backdrop-filter: blur(.375rem);
    backdrop-filter: blur(.375rem);
    margin-right: 0;
  }

  .logo-wrapper {
    display: flex;
  }

  .social-proof-logos-wrapper {
    width: auto;
    padding-top: 1rem;
  }

  .faq-wrapper, .feature-item {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .card-list {
    grid-template-columns: 1fr;
  }

  .card-item.login {
    width: 100%;
    padding: 2.5rem;
  }

  .features-list {
    grid-row-gap: 9rem;
  }

  .testimonials-list {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .pricing-list {
    grid-template-columns: 1fr;
  }

  .grid-3-column {
    grid-column-gap: 2rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .container-small {
    width: 100%;
  }

  .image-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .spacer-4, .spacer-8, .spacer-16, .spacer-24, .spacer-32, .spacer-40, .spacer-48 {
    height: 2.5rem;
  }

  .spacer-64, .spacer-80 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .spacer-96 {
    width: 4.5rem;
    height: 4.5rem;
  }

  .spacer-128 {
    height: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.125rem;
  }

  h4 {
    font-size: 1.375rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  p {
    font-size: .9375rem;
  }

  li {
    padding-left: .75rem;
  }

  blockquote {
    padding-left: 1.5rem;
  }

  .text-input {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .paragraph {
    font-size: .875rem;
  }

  .paragraph.extra-large {
    font-size: 1.375rem;
  }

  .paragraph.large {
    font-size: 1.0625rem;
  }

  .rich-text h3 {
    margin-top: 3rem;
  }

  .rich-text h1, .rich-text h2 {
    margin-top: 3.5rem;
  }

  .rich-text h4 {
    margin-top: 2.5rem;
  }

  .rich-text h5 {
    margin-top: 2rem;
  }

  .rich-text h6 {
    margin-top: 1.5rem;
  }

  .check-box {
    flex: none;
  }

  .color-block {
    margin-bottom: 1.25rem;
  }

  .heading.medium {
    font-size: 2rem;
  }

  .heading.extra-small {
    font-size: 1.125rem;
  }

  .heading.small {
    font-size: 1.25rem;
  }

  .heading.regular {
    font-size: 1.375rem;
  }

  .heading.extra-large {
    font-size: 2.5rem;
  }

  .heading.extra-large.produkty {
    position: relative;
    top: 78px;
  }

  .heading.large {
    font-size: 2.125rem;
  }

  .button-secondary {
    font-size: 1rem;
  }

  .button-secondary.small.hide-mobile-portrait {
    display: none;
  }

  .style-guide-section-header {
    margin-bottom: 2rem;
  }

  .block-quote {
    padding-left: 1.5rem;
  }

  .section {
    box-sizing: border-box;
    object-fit: fill;
    width: auto;
    height: auto;
    padding: 3.5rem 2.5rem;
    overflow: hidden;
  }

  .section.produkty {
    height: auto;
    padding-left: 3rem;
    padding-right: 5rem;
  }

  .section.o-nas {
    height: 1200px;
  }

  .section.uslugi {
    height: auto;
  }

  .section.stopka {
    height: 600px;
  }

  .section.polityka-prywatnosci {
    height: auto;
  }

  .section.sekcja-urzadzenia-procesowe {
    height: 1000px;
  }

  .section.sekcja-meble {
    height: 1700px;
  }

  .section.sekcja-chlodznicze {
    height: 1450px;
  }

  .section.sekcja-drobny {
    width: auto;
    height: 1400px;
  }

  .section.sekcja-obrobka, .section.sekcja-myjace {
    height: 1700px;
  }

  .grid-2-column {
    grid-row-gap: 2.5rem;
  }

  .nav-menu {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .nav-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .button {
    font-size: 1rem;
  }

  .button.small.hide-mobile-portrait {
    display: none;
  }

  .text-color-300 {
    font-size: .875rem;
  }

  .social-proof-logos-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
  }

  .nav-menu-button {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    left: -25px;
  }

  .button-group {
    flex-direction: column;
    flex: 1;
    width: 100%;
  }

  .faq-question {
    padding: 1.5rem 1.75rem 1.5rem 2rem;
  }

  .faq-accordion {
    border-radius: 1rem;
  }

  .faq-wrapper {
    grid-template-columns: 1fr;
  }

  .faq-answer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-wrapper {
    border-radius: 1rem;
  }

  .feature-item {
    grid-template-columns: 1fr;
  }

  .card-list {
    grid-template-columns: 1fr;
    height: auto;
    position: relative;
    left: -207px;
  }

  .card-list.lista-bloki-home {
    width: auto;
    margin-left: 107px;
    left: -83px;
  }

  .card-item {
    border-radius: 1rem;
    padding: 2rem;
  }

  .card-item.login {
    padding: 2rem;
  }

  .footer-column {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .icon-large {
    width: 2rem;
    height: 2rem;
  }

  .features-list {
    grid-row-gap: 6rem;
  }

  .testimonials-list {
    grid-template-columns: 1fr;
  }

  .pricing-features-list {
    margin-bottom: 2rem;
  }

  .pricing-feature.napisy-dol {
    left: 13px;
  }

  .footer-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .login-form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .pricing-list {
    grid-template-columns: 1fr;
  }

  .benefit-item {
    border-radius: 1rem;
  }

  .header-layout {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .header-layout.header-layout-o-nas {
    height: auto;
  }

  .grid-3-column {
    grid-row-gap: 2.5rem;
  }

  .pricing-card {
    border-radius: 1rem;
    padding: 2rem;
  }

  .pricing-card.usluga-dol {
    width: auto;
    height: auto;
  }

  .pricing-card.dolny-produkt {
    width: auto;
  }

  .testimonials-card {
    border-radius: 1rem;
    padding: 2rem;
  }

  .footer-bottom {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .image-grid {
    grid-template-columns: 1fr;
  }

  .about-grid-image-wrapper {
    border-radius: 1rem;
  }

  .spacer-64, .spacer-80 {
    width: 3rem;
    height: 3rem;
  }

  .spacer-96 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .heading-2.o-nas {
    font-size: 1.1rem;
  }

  .text-block-7 {
    text-align: left;
    position: relative;
    left: -120px;
  }

  .text-block-9 {
    position: relative;
    left: -124px;
  }

  .heading-3.head-projekt {
    margin-top: -2.3rem;
  }

  .heading-3.head-optymalizacja {
    position: relative;
    top: 54px;
  }

  .heading-3.head-seriws {
    position: relative;
    top: 62px;
  }

  .heading-3.head-procesowe {
    position: relative;
    top: 72px;
  }

  .heading-3.head-meble {
    font-size: 2.5rem;
    position: relative;
    top: 91px;
  }

  .heading-3.head-chlodncize {
    position: relative;
    top: 70px;
  }

  .heading-3.head-drobny {
    position: relative;
    bottom: -88px;
  }

  .heading-3.head-obrobka {
    position: relative;
    top: 69px;
  }

  .heading-3.head-myjace {
    font-size: 2.3rem;
    position: relative;
    top: 76px;
  }

  .text-span-18 {
    display: inline;
  }

  .pricing-card-copy {
    border-radius: 1rem;
    padding: 2rem;
  }

  .quick-stack-4 {
    width: auto;
    height: auto;
  }

  .quick-stack-4.meble-stack {
    position: relative;
    top: 91px;
  }

  .image-7.img-meble {
    width: auto;
    height: auto;
  }

  .paragraph-5 {
    margin: auto;
    position: static;
  }

  .paragraph-5.p-procesowe {
    text-align: left;
    width: 202.5px;
    min-width: 300px;
    font-size: 1rem;
  }

  .paragraph-5.teskt-chlodncize {
    text-align: left;
    width: 300px;
  }

  .paragraph-5.p-drobny, .paragraph-5.p-obrobka {
    width: 300px;
  }

  .paragraph-5.p-myjace {
    text-align: left;
    width: 300px;
  }

  .quick-stack-5.procesoewe {
    position: relative;
    top: 89px;
  }

  .quick-stack-5.chlodncize-stack {
    position: relative;
    bottom: -72px;
  }

  .quick-stack-5.stack-drobny {
    position: relative;
    top: 100px;
  }

  .quick-stack-5.stack-obrobka {
    position: relative;
    top: 50px;
  }

  .quick-stack-5.stack-myjace {
    position: relative;
    top: 72px;
  }

  .zdj-projekt {
    width: auto;
    height: auto;
  }

  .p-projekt {
    text-align: left;
    position: relative;
    top: 5px;
  }

  .quick-stack-6 {
    position: relative;
    top: 27px;
  }

  .quick-stack-7 {
    position: relative;
    top: 56px;
  }

  .text-block-18, .text-block-19, .text-block-20 {
    text-align: left;
  }

  .list.lista-meble {
    top: 98px;
    left: -13px;
  }

  .list.lista-procesowe {
    top: 315px;
    left: -18px;
  }

  .list.lista-obrobka {
    top: 810px;
    left: -52px;
  }

  .list.lista-myjace {
    top: 913px;
    left: -28px;
  }

  .head-meble-katalogi {
    top: 83px;
  }

  .head-drobnykatalog {
    position: relative;
    top: 303px;
  }

  .head-obr-bka-lista {
    top: 802px;
  }

  .head-myjace-katalog {
    top: 898px;
  }

  .text-block-21 {
    text-align: left;
  }

  .body-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .code-produkty {
    position: relative;
    top: 60px;
    left: auto;
  }
}

#w-node-_38f718e7-ef7d-cf1b-5d32-9110617504c1-617504ba, #w-node-d05e47e2-aa32-2547-947a-66fd2ccb7be0-617504ba {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-abad23f6-3206-d95e-518e-2548f4c4699b-f4c46996 {
  justify-self: center;
}

#w-node-abad23f6-3206-d95e-518e-2548f4c469b0-f4c46996 {
  justify-self: end;
}

#w-node-c8253fb7-a37a-f1b7-0c88-04be10e15d00-3176f044, #w-node-_4ee1287b-929c-4ded-cbd8-2f85583b04bc-3176f044, #w-node-c8253fb7-a37a-f1b7-0c88-04be10e15d00-3176f045 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b94084d0-33d6-a84b-adec-5f85120ffb44-3176f045 {
  align-self: end;
}

#w-node-_65fd9a98-06eb-93a4-154e-398f87a5d7c0-3176f045, #w-node-_028fe5b7-7832-daff-3e52-3586dca2047c-3176f045, #w-node-cb31d117-ff80-b034-636c-d2d962ab0096-3176f045, #w-node-_52e2b4b5-a2d6-3fcb-116a-2f60c03a9380-3176f045, #w-node-_52e2b4b5-a2d6-3fcb-116a-2f60c03a9387-3176f045 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52e2b4b5-a2d6-3fcb-116a-2f60c03a9388-3176f045 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_52e2b4b5-a2d6-3fcb-116a-2f60c03a9389-3176f045, #w-node-_52e2b4b5-a2d6-3fcb-116a-2f60c03a938a-3176f045, #w-node-_620a19a9-45c1-2522-0c40-8a5721b03fa9-3176f045, #w-node-a11444ef-11ca-744e-9593-97e75ad34673-3176f045, #w-node-d76495c5-4986-9689-1131-ddd6dd942307-3176f045, #w-node-d76495c5-4986-9689-1131-ddd6dd942311-3176f045, #w-node-_8a2ffed2-177b-ddd4-ea02-4fcd3ace25c8-3176f049 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ed7c36c-05a3-856a-6578-cee764e62783-3176f049 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-f142e6f8-8b43-d96b-9586-3ca7e8487de8-3176f04a, #w-node-f142e6f8-8b43-d96b-9586-3ca7e8487de8-3176f04b {
  justify-self: center;
}

#w-node-_9dc6d0e7-f2a6-5d7f-dad0-df93ca46c5f8-89fdc5e4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_30ed4c50-ac37-d56b-1d2d-027b9ec8f954-89fdc5e4, #w-node-_4d1a9ffe-dcc0-994b-7c34-0bffa595b6f4-89fdc5e4 {
  grid-row: span 2 / span 2;
}

#w-node-_89c7d313-1968-4a82-1089-3150699e8fd8-e869bca9, #w-node-d6c01508-2bbd-fd67-e7d7-f49cea9bf4e6-3cbc8125, #w-node-_8c0bb339-b583-af3c-f7cd-eeecdb0bd555-a6f3512f, #w-node-fd077497-fb26-26a5-f85a-79434f5c7277-e1b07f0d {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_8c2839fb-ae54-8f9f-50d9-20614170ce48-31506283, #w-node-f639d5fc-2abf-9ea2-2070-e806491b2e35-b601c165, #w-node-_073bd791-1078-b71c-c3c1-87baf0a2cc0f-f4a8bd4c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8c0bb339-b583-af3c-f7cd-eeecdb0bd555-01868e44, #w-node-_8c0bb339-b583-af3c-f7cd-eeecdb0bd555-0cbf2ecb {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_8c2839fb-ae54-8f9f-50d9-20614170ce48-31506283, #w-node-f639d5fc-2abf-9ea2-2070-e806491b2e35-b601c165, #w-node-_073bd791-1078-b71c-c3c1-87baf0a2cc0f-f4a8bd4c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_05c97b58-b1ac-eabe-afbc-3861dce3b03d-3176f040, #w-node-_8a2ffed2-177b-ddd4-ea02-4fcd3ace25c8-3176f049 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9dc6d0e7-f2a6-5d7f-dad0-df93ca46c5f8-89fdc5e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_30ed4c50-ac37-d56b-1d2d-027b9ec8f954-89fdc5e4, #w-node-_4d1a9ffe-dcc0-994b-7c34-0bffa595b6f4-89fdc5e4 {
    grid-row: span 2 / span 2;
  }

  #w-node-_89c7d313-1968-4a82-1089-3150699e8fd8-e869bca9, #w-node-d6c01508-2bbd-fd67-e7d7-f49cea9bf4e6-3cbc8125, #w-node-_8c0bb339-b583-af3c-f7cd-eeecdb0bd555-a6f3512f, #w-node-fd077497-fb26-26a5-f85a-79434f5c7277-e1b07f0d {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_8c2839fb-ae54-8f9f-50d9-20614170ce48-31506283, #w-node-f639d5fc-2abf-9ea2-2070-e806491b2e35-b601c165, #w-node-_073bd791-1078-b71c-c3c1-87baf0a2cc0f-f4a8bd4c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8c0bb339-b583-af3c-f7cd-eeecdb0bd555-01868e44 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-VariableItalic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}