:root {
  --text-primary: #05104c;
  --text-secondary: #5f6b7d;
  --bg-3: #f6f6f8;
  --bg-color: #d7e5fb33;
  --primary: #4338cae6;
  --primary-dark: #382fac;
  --text-secondary-white: #fffc;
}

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

h4 {
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--text-primary);
  margin-top: 10px;
  margin-bottom: 6px;
  font-family: Noto Serif, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: var(--text-secondary);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

a {
  text-decoration: underline;
}

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

.sticky-nav {
  z-index: 1;
  background-color: #0000;
  padding: 20px;
  position: static;
  top: 0;
}

.nav-grid {
  grid-column-gap: 10px;
  grid-row-gap: 46px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 46px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  background-color: #0000;
  width: auto;
  height: 100%;
}

.nav-link {
  color: var(--text-primary);
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: var(--text-primary);
  background-color: #05104c0a;
  border-radius: 4px;
  text-decoration: none;
}

.heading-1 {
  color: var(--text-primary);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
}

.heading-1.zero-padding {
  margin-bottom: 0;
}

.button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 6px;
  justify-content: center;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 3px 3px 20px #05224e1f;
}

.button:hover {
  background-color: var(--primary-dark);
  box-shadow: none;
}

.button.long {
  display: flex;
  box-shadow: 0 4px 20px #05224e1f;
}

.button.long.pricing {
  border-radius: 0 0 20px 20px;
}

.button.ghost {
  box-shadow: none;
  color: var(--primary);
  background-color: #2856ba1f;
  justify-content: center;
  font-weight: 400;
}

.button.ghost:hover {
  background-color: #2856ba3d;
}

.button.pay {
  margin-top: 20px;
  margin-bottom: 54px;
  display: block;
}

.button.white {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--bg-3);
  justify-content: space-between;
}

.button.white:hover {
  background-color: #ebebf5;
}

.button.white.whatsapp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  background-color: #0000;
  border: 2px solid #2ab4441f;
  justify-content: flex-start;
  min-width: 0;
}

.button.white.whatsapp:hover {
  border-style: solid;
  border-color: #2ab44440;
}

.button.white.whatsapp.black {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-color: #4338ca14;
}

.button.white.whatsapp.black:hover {
  border-color: #4338ca3d;
}

.hero {
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
  transform: translate(0);
}

.offer-section {
  background-color: #0000;
  background-image: url('../images/bg-2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 1200px;
}

.heading-2 {
  color: var(--text-primary);
  text-align: center;
  font-family: Noto Serif, sans-serif;
  font-size: 42px;
  line-height: 52px;
}

.heading-2.left {
  text-align: left;
}

.heading-2._50 {
  width: 45%;
}

.heading-2._80 {
  width: 80%;
}

.subtittle {
  color: var(--text-secondary);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 28px;
  display: flex;
}

.subtittle.left {
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
}

.subtittle.left.small {
  font-size: 16px;
  line-height: 24px;
}

.subtittle.head {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 44px;
  font-size: 20px;
}

.icon-bg {
  background-color: #2856ba1f;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-top: 7px;
  margin-bottom: 0;
  display: flex;
  box-shadow: 0 2px 10px #05224e05;
}

.process-start {
  color: var(--text-primary);
  flex: none;
  margin-top: 9px;
  margin-bottom: 4px;
  padding-bottom: 0;
  font-family: Noto Serif, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.text-block {
  color: var(--text-secondary);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block.white {
  color: #ffffffe8;
  line-height: 24px;
  text-decoration: none;
}

.container {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 90px;
  display: flex;
}

.process-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.icon {
  background-color: #0000;
  width: 28px;
  height: 28px;
  display: block;
}

.contact-box {
  background-color: var(--primary);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
}

.container-3 {
  max-width: 1200px;
  padding-top: 90px;
  padding-bottom: 0;
  overflow: visible;
}

.container-3.privacy {
  max-width: 900px;
}

.list-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #07042e;
  background-image: url('../images/poland-bg.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 360px;
  display: flex;
}

.shape-2 {
  order: -1;
  align-self: flex-start;
  max-width: 170%;
  margin: -124px -19px -32px 0;
  padding-bottom: 0;
}

.shape-3 {
  order: 1;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: -101px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.heading-6 {
  color: #fff;
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.link-block {
  text-decoration: none;
}

.header-mobile {
  display: none;
}

.hero-content-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: grid;
}

.container-1120 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  border-radius: 20px;
  flex: 1;
  padding: 0;
  display: flex;
}

.features-1 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 45px;
  padding-bottom: 90px;
  display: flex;
}

.image-8 {
  flex: 1;
}

.div-block-7, .div-block-8 {
  flex: 1;
  align-self: flex-start;
}

.div-block-9 {
  flex: 1;
  align-self: flex-start;
  margin-top: 90px;
  margin-bottom: 40px;
}

.grid-7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tab-link-tab-1 {
  color: var(--text-secondary);
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.tab-link-tab-1.w--current {
  background-color: var(--primary);
  color: #fff;
  border-radius: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.tab-link-tab-2 {
  color: var(--text-secondary);
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.tab-link-tab-2.w--current {
  background-color: var(--primary);
  color: #fff;
  border-radius: 8px;
}

.pricing-card {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 0;
  padding: 30px;
}

.pricing-card.new-website {
  flex: 0 auto;
  padding: 0;
  box-shadow: 0 1px 20px 1px #0000001f;
}

.heading-3 {
  color: var(--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 42px;
  line-height: 34px;
}

.div-block-10 {
  grid-column-gap: 8px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 30px;
  display: flex;
}

.div-block-10.old {
  padding-left: 0;
}

.heading-9 {
  color: var(--text-secondary);
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: -8px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.heading-9.raty-kwota {
  color: var(--primary);
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
}

.pricing-benefits {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: flex-start;
  display: flex;
}

.benefit-text {
  color: var(--text-secondary);
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.benefit-text.selected {
  color: #2856bab5;
}

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

.benefit-text.small {
  font-weight: 400;
}

.grid-8 {
  grid-column-gap: 32px;
  grid-row-gap: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.grid-8.new-side {
  grid-template-columns: 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.pricing-section {
  background-color: #fff3;
}

.container-10 {
  max-width: 95%;
  padding-left: 0;
}

.tab-pane-tab-2 {
  margin-top: 0;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
  display: none;
}

.caption1 {
  color: orange;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.div-block-11 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #ffa6001f;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 17px;
  padding: 4px 12px 4px 8px;
  display: flex;
}

.div-block-11.mb {
  display: none;
}

.div-block-12 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -5px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-13 {
  max-width: 40%;
}

.image-11 {
  max-width: 186px;
  margin-bottom: 24px;
  padding-bottom: 0;
}

.image-12 {
  background-color: #0000;
}

.hero-images-grid {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.screen {
  border-radius: 8px;
  height: 240px;
  box-shadow: 0 4px 20px #05224e05;
}

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

.tabs {
  border-radius: 20px;
}

.hero-images-wrapper {
  overflow: hidden;
}

.form {
  max-width: 900px;
  max-height: none;
  margin-bottom: 0;
}

.text-field {
  color: var(--text-primary);
  border-radius: 4px;
  height: 42px;
  margin-top: 15px;
  margin-bottom: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.text-field.textarea {
  height: 142px;
}

.select-field {
  color: var(--text-primary);
  background-color: #0000;
  border-radius: 8px;
  height: 48px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.div-block-15 {
  margin-top: 30px;
}

.div-block-15.style-picker {
  margin-bottom: 20px;
}

.field-label {
  color: var(--text-primary);
  margin-bottom: 4px;
  font-family: Noto Serif, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.field-label.subtit {
  color: var(--text-secondary);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.field-label.subtit.short {
  max-width: 80%;
}

.heading-10 {
  color: var(--bg-3);
  text-align: center;
  font-size: 42px;
  line-height: 52px;
}

.subtittle-2 {
  color: #05224eb5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 28px;
  display: flex;
}

.subtittle-2.last {
  color: #f7fafecf;
  margin-bottom: 40px;
}

.button-2 {
  color: var(--primary);
  background-color: #fff;
  border-radius: 6px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 3px 3px 20px #05224e1f;
}

.button-2:hover {
  box-shadow: none;
  background-color: #ffffffe6;
}

.faq-grid {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  padding-top: 90px;
  padding-bottom: 90px;
}

.accordion-item-title---brix {
  color: var(--text-primary);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--text-primary);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 24px;
  transition: border-color .2s, box-shadow .2s;
}

.accordion-item---brix.accordion-1---brix:hover {
  background-color: var(--bg-color);
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-arrow-wrap---brix {
  background-color: #0000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-height: 32px;
  display: flex;
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper---brix.preview-page {
  max-width: none;
  margin-top: 0;
}

.arrow-line---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  width: 11px;
  min-height: 2px;
  position: absolute;
}

.arrow-line---brix._1---brix {
  color: #fff;
  background-color: #fff;
  left: 7px;
  transform: rotate(45deg);
}

.arrow-line---brix._2---brix {
  background-color: #fff;
  right: 7px;
  transform: rotate(-45deg);
}

.faq-section {
  background-color: #fff;
}

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

.table-row {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #05224e1f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

.table-row.last-row {
  border: 0 solid #000;
}

.negative {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.positive {
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.positive.selected {
  background-color: var(--bg-color);
  border-left: 1px solid #2856ba3d;
  border-right: 1px solid #2856ba3d;
  padding-top: 36px;
  padding-bottom: 36px;
}

.positive.selected.header {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top: 1px solid #2856ba3d;
  border-left: 1px solid #2856ba3d;
  border-right: 1px solid #2856ba3d;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.positive.selected.last-item {
  border-bottom: 1px solid #2856ba3d;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-bottom: 40px;
}

.positive.header {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 36px;
}

.compere-table {
  padding-bottom: 90px;
}

.table-price {
  color: var(--text-primary);
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
}

.table-price.selected {
  color: var(--primary);
}

.image-13 {
  margin-top: -2px;
  margin-bottom: 1px;
  padding-top: 0;
}

.image-14 {
  margin-bottom: -6px;
}

.questions {
  margin-bottom: 60px;
}

.div-block-16 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  padding-top: 40px;
  display: flex;
}

.required-field {
  color: #ff0000b5;
  flex: 0 auto;
}

.line {
  background-color: #05104c1f;
  width: 100%;
  height: 1.5px;
}

.navbar {
  display: none;
}

.section-5 {
  background-color: #fff;
  padding-bottom: 90px;
}

.konkurencja, .konkurencja.old {
  display: none;
}

.radio-button-label {
  color: var(--text-primary);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.radio-button-label.styler-text {
  margin-top: 4px;
  padding-left: 8px;
}

.radio-button-label.old {
  margin-left: 10px;
  padding-top: 3px;
}

.radio-button-field {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  align-items: flex-end;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 0;
  display: block;
}

.radio-button-field.first {
  margin-top: 15px;
}

.radio-button-field.first.olds {
  margin-left: 10px;
}

.radio-button-field.styler {
  border: 1px solid #ccc;
  border-radius: 9px;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.radio-button {
  width: 20px;
  height: 20px;
}

.radio-button.moved {
  margin-left: 0;
}

.form-block, .section-6 {
  margin-bottom: 90px;
}

.body-2 {
  margin-bottom: 0;
}

.div-block-17 {
  height: 50px;
}

.tab-pane-tab-1 {
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border-radius: 20px;
}

.tabs-content {
  border-radius: 8px;
  box-shadow: 0 2px 20px 5px #05224e14;
}

.div-block-18 {
  border-radius: 20px;
}

.link {
  color: var(--primary);
  text-decoration: none;
}

.rich-text-block {
  color: var(--text-primary);
  max-width: 1000px;
  font-family: Inter, sans-serif;
}

.section-7 {
  background-image: url('../images/bg-3.png'), url('../images/bg-2.png');
  background-position: 0%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100px, auto;
}

.div-block-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.fs-cc-banner2_component {
  z-index: 999;
  color: #fff;
  background-color: #fff;
  border-radius: 8px;
  width: 28.9rem;
  padding: 24px;
  display: block;
  position: fixed;
  inset: auto 1% 1% auto;
}

.fs-cc-banner2_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner2_text {
  color: var(--text-secondary);
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.fs-cc-banner2_text-link {
  color: var(--text-secondary);
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: underline;
}

.fs-cc-banner2_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-banner2_button {
  background-color: var(--primary);
  color: var(--bg-3);
  text-align: center;
  text-transform: none;
  border-radius: 6px;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: var(--primary);
  text-transform: none;
  background-color: #2856ba1f;
  border-radius: 6px;
  flex: 0 auto;
  align-items: center;
  min-width: 0;
  font-weight: 600;
  display: block;
}

.div-block-21 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  display: flex;
}

.div-block-22 {
  background-color: #0000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 20px;
  padding-top: 24px;
  padding-bottom: 12px;
  padding-left: 30px;
}

.text-block-2 {
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-picker {
  margin-left: 0;
  padding-left: 0;
}

.styler-image {
  padding-top: 12px;
}

.div-block-24 {
  background-color: #fff;
}

.div-block-25 {
  color: #204799;
  background-color: #2047991f;
  border-radius: 20px;
  margin-left: 0;
  padding: 0 10px;
  display: inline-block;
}

.div-block-26 {
  grid-column-gap: 12px;
  display: flex;
}

.container-12 {
  background-color: #fff;
}

.feature-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 0 #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 342px;
  padding: 36px;
  display: flex;
}

.feature-1.special {
  background-image: url('../images/bg-feature.png');
  background-position: 50%;
  background-size: cover;
  min-height: 0;
  padding-right: 0;
}

.text-block-3 {
  color: var(--text-secondary);
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

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

.text-block-3.light-no-padding {
  color: #91a4e6;
}

.text-block-3.small {
  font-size: 12px;
  font-weight: 500;
}

.image-15 {
  width: 48px;
  max-width: 48px;
  height: 48px;
}

.feature-grid {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-wrap-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.feature-wrap-text.special {
  padding-right: 36px;
}

.feature-wrap-text.recent {
  width: 300px;
  height: auto;
  padding-bottom: 46px;
  padding-right: 46px;
}

.white {
  color: #fff;
}

.recent-work {
  background-image: url('../images/bg-recent-work.webp'), linear-gradient(28deg, #e040c60d, #845bdd26 51%, #7c74f233);
  background-position: 0 -120px, 0 0;
  background-size: cover, auto;
  border: 1px solid #1540ba33;
  border-radius: 12px;
  justify-content: flex-end;
  align-items: flex-end;
  height: 520px;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 0%;
  display: flex;
}

.div-block-27 {
  padding-bottom: 46px;
  padding-right: 46px;
}

.div-block-28 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing {
  background-image: url('../images/bg-2_1.png');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #e0e7ffcc;
  border-radius: 16px;
  padding: 46px;
  box-shadow: 0 8px 24px #00000014;
}

.price-text {
  color: #fff;
  font-family: Noto Serif, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 80px;
}

.price-text.small {
  color: #91a4e6;
  font-size: 32px;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: baseline;
  display: flex;
}

.light {
  color: #91a4e6;
  margin-bottom: 24px;
}

.pricing-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.text-span-2 {
  font-family: Noto Serif, sans-serif;
  font-weight: 600;
}

.pricing-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-bottom: 42px;
  display: flex;
}

.text-span-3 {
  color: #fff;
}

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

.text-span-3.green {
  color: #1e8231;
}

.div-block-30 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.div-block-32 {
  flex-flow: column;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.logos-line {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content max-content;
  grid-auto-columns: .25fr;
  place-items: center;
}

.div-block-33 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.extra-text {
  color: var(--text-secondary);
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.container-13 {
  justify-content: flex-start;
  width: 100%;
  margin-top: 36px;
  display: flex;
}

.footer-details {
  align-items: flex-end;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.link-2 {
  color: #91a4e6;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.link-2:hover {
  -webkit-text-decoration: underline #91a4e680;
  text-decoration: underline #91a4e680;
}

.heading-11 {
  color: var(--text-primary);
  font-family: Noto Serif, sans-serif;
}

.buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  align-items: flex-start;
  margin-top: 42px;
  display: flex;
}

.buttons-wrapper.no-padding {
  margin-top: 0;
}

.div-block-37 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.image-16 {
  width: 24px;
}

.logo-icon {
  width: 18px;
}

.image-18 {
  height: 438px;
}

.text-span-4 {
  color: #c6d2fc;
}

.div-block-38 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #4438ca0a;
  border: 1.5px solid #4438ca3d;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 4px 15px;
  display: none;
}

.div-block-39 {
  background-color: var(--primary);
  border: 2px #345a3f33;
  border-radius: 12px;
  width: 13px;
  height: 13px;
}

@media screen and (min-width: 1280px) {
  .body {
    background-color: var(--bg-color);
  }

  .sticky-nav {
    background-color: #0000;
  }

  .nav-grid {
    grid-column-gap: 10px;
  }

  .nav-link {
    font-size: 16px;
  }

  .heading-1 {
    line-height: 66px;
  }

  .button {
    background-color: #3457b1;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: inline;
    position: static;
  }

  .button:hover {
    background-color: var(--text-primary);
    box-shadow: none;
  }

  .hero {
    background-image: url('../images/bg-1.png');
    background-repeat: no-repeat;
    background-size: 1200px;
    padding-top: 20px;
    transform: none;
  }

  .offer-section {
    background-image: url('../images/bg-2.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 1200px;
    background-attachment: scroll;
  }

  .subtittle {
    font-weight: 400;
  }

  .contact-box {
    padding-bottom: 60px;
  }

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

  .shape-2 {
    align-self: flex-start;
    margin-top: -96px;
    margin-left: -34px;
    margin-right: 28px;
    padding-left: 0;
    padding-right: 0;
  }

  .shape-3 {
    order: 1;
    align-self: flex-end;
    margin: -16px -75px -118px 0;
    padding-left: 0;
    transform: rotate(26deg);
  }

  .grid-3, .pricing-section {
    background-color: #0000;
  }

  .subtittle-2 {
    font-weight: 400;
  }

  .subtittle-2.last {
    margin-bottom: 40px;
  }

  .button-2 {
    background-color: #fff;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: inline;
    position: static;
  }

  .button-2:hover {
    box-shadow: none;
    background-color: #05104c;
  }
}

@media screen and (min-width: 1440px) {
  .button {
    background-color: var(--primary);
    display: flex;
  }

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

  .button.white {
    flex-flow: row;
  }

  .button.white.whatsapp {
    margin-top: 0;
  }

  .button.white.email {
    box-shadow: none;
    background-color: #f6f6f800;
    margin-top: 8px;
    margin-bottom: -16px;
  }

  .hero, .offer-section {
    background-image: none;
  }

  .container {
    padding-top: 0;
  }

  .footer {
    background-color: #07042e;
    background-image: url('../images/poland-bg.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: column;
    justify-content: flex-start;
    height: 360px;
    display: flex;
  }

  .grid-3 {
    grid-template-columns: 2fr 1.25fr;
  }

  .grid-7 {
    grid-template-rows: auto auto;
  }

  .div-block-11.mb {
    display: block;
  }

  .div-block-13 {
    margin-bottom: 24px;
  }

  .image-11 {
    max-width: 216px;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .image-12 {
    height: 18px;
  }

  .text-field {
    color: var(--text-primary);
  }

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

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

  .accordion-item-title---brix {
    margin-right: 0;
    font-size: 17px;
    font-weight: 400;
  }

  .accordion-item---brix.accordion-1---brix {
    border-bottom-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-wrapper---brix.preview-page {
    margin-top: 12px;
  }

  .radio-button-label.old {
    font-size: 15px;
  }

  .div-block-19 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: flex;
  }

  .link {
    color: var(--primary);
    text-decoration: none;
  }

  .text-span {
    color: #2856bab5;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
  }

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

  .section-7 {
    background-image: none;
  }

  .feature-wrap-text.recent {
    align-items: flex-start;
    width: 25%;
  }

  .recent-work {
    background-image: url('../images/bg-recent-work.webp'), linear-gradient(28deg, #e040c60d, #845bdd26 51%, #7c74f233);
    background-position: 50% 70%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    justify-content: flex-end;
    height: 520px;
    margin-top: 52px;
    margin-left: 1%;
    margin-right: 1%;
  }

  .pricing {
    background-image: url('../images/bg-2_1.png');
    background-position: 100% 100%;
    background-size: cover;
  }

  .pricing.contant {
    background-image: url('../images/bg-whatsapp.png');
    padding: 42px;
  }

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

  .text-span-3.green {
    color: #26a33d;
  }

  .div-block-32 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 80px;
    display: flex;
  }

  .extra-text {
    margin-bottom: 0;
  }

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

  .container-13 {
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 36px;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-34 {
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    display: flex;
  }

  .div-block-35 {
    align-items: flex-end;
    display: flex;
  }

  .footer-details {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 36px;
    display: flex;
  }

  .link-2 {
    color: #91a4e6;
    font-family: Inter, sans-serif;
    font-size: 15px;
    text-decoration: none;
  }

  .link-2:hover {
    -webkit-text-decoration: underline #91a4e699;
    text-decoration: underline #91a4e699;
  }

  .bold-text-2, .bold-text-3, .bold-text-4 {
    font-weight: 600;
  }

  .heading-11 {
    color: var(--text-primary);
    margin-bottom: 4px;
    font-family: Noto Serif, sans-serif;
  }

  .email {
    margin-top: 20px;
  }

  .text-block-4 {
    color: #fff;
    font-family: Noto Serif, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
  }

  .buttons-wrapper {
    margin-top: 0;
  }

  .buttons-wrapper.padding-faq {
    margin-top: 36px;
  }

  .image-18 {
    opacity: .98;
    mix-blend-mode: normal;
  }

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

@media screen and (max-width: 991px) {
  .heading-1 {
    font-size: 42px;
    line-height: 52px;
  }

  .hero, .offer-section {
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-2._50 {
    width: 60%;
  }

  .subtittle {
    width: 80%;
    font-size: 18px;
    line-height: 26px;
  }

  .process-start {
    margin-left: 0;
  }

  .container {
    padding-top: 0;
  }

  .header-mobile {
    display: none;
  }

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

  .tabs-menu {
    margin-bottom: 40px;
  }

  .heading-10 {
    font-size: 36px;
    line-height: 42px;
  }

  .subtittle-2 {
    width: 80%;
    font-size: 18px;
    line-height: 26px;
  }

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

  .accordion-item-title---brix {
    max-width: 100%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .table-row {
    grid-template-columns: .5fr 1fr 1fr 1fr;
  }

  .container-11 {
    display: none;
  }

  .feature-1 {
    min-height: 312px;
    padding: 32px;
  }

  .text-block-3.light-no-padding {
    text-align: center;
  }

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

  .feature-wrap-text.recent {
    width: 360px;
  }

  .recent-work {
    background-position: 0 -60px, 0 0;
    background-repeat: no-repeat, repeat;
    margin-left: -10px;
    margin-right: -10px;
  }

  .div-block-28 {
    grid-template-columns: 1fr 1fr 1.5fr;
  }

  .pricing {
    padding: 32px;
  }

  .logos-line {
    grid-template-columns: max-content max-content max-content max-content;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    display: none;
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .hero {
    padding: 40px 20px;
  }

  .offer-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-start {
    text-align: left;
  }

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

  .header-mobile {
    display: none;
  }

  .hero-content-wrapper {
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

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

  .pricing-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11 {
    display: none;
  }

  .div-block-11.mb {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-14 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .faq-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    background-color: #0000;
    display: block;
  }

  .brand {
    padding-top: 12px;
  }

  .container-11 {
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 8px;
  }

  .nav-link-2 {
    color: var(--text-primary);
    font-family: Inter, sans-serif;
    font-size: 16px;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .konkurencja {
    display: none;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-1 {
    padding: 24px;
  }

  .feature-1.special {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

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

  .feature-wrap-text.recent {
    width: 290px;
    padding-bottom: 24px;
    padding-right: 24px;
  }

  .div-block-28 {
    grid-template-columns: 1fr 1fr;
  }

  .logos-line {
    grid-template-columns: max-content max-content max-content;
  }

  .image-18 {
    height: 520px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .sticky-nav {
    padding: 0;
    display: none;
    overflow: visible;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: start;
    justify-items: start;
  }

  .nav-logo-link {
    border-top: 0 #c4c4c4;
  }

  .nav-logo {
    text-align: left;
    display: block;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-1 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 50px;
  }

  .button {
    text-align: center;
  }

  .hero {
    background-position: 50% 100%;
    background-size: 1000px;
    padding-top: 20px;
  }

  .offer-section {
    background-image: none;
  }

  .heading-2 {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-2.left {
    font-size: 32px;
    line-height: 42px;
  }

  .heading-2._50 {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .heading-2._80 {
    width: 100%;
  }

  .subtittle {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .subtittle.head {
    font-size: 16px;
  }

  .icon-bg {
    box-shadow: 0 2px 8px #e7ecec;
  }

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

  .process-header {
    padding-bottom: 20px;
  }

  .contact-box {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .list-item {
    display: none;
  }

  .footer {
    background-position: -140% 100%;
    background-size: auto 240px;
  }

  .grid-3 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-7 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    display: none;
  }

  .header-mobile {
    display: block;
  }

  .hero-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-1120 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    flex-direction: column;
    padding: 0;
  }

  .features-1, .grid-7 {
    grid-template-columns: 1fr;
  }

  .tab-link-tab-2 {
    text-align: center;
  }

  .pricing-card {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 32px;
  }

  .heading-9 {
    margin-bottom: -7px;
  }

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

  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
    margin-bottom: 40px;
  }

  .caption1 {
    font-size: 14px;
  }

  .image-11 {
    max-width: 166px;
    margin-bottom: 20px;
  }

  .hero-images-grid {
    margin-bottom: 0;
    overflow: visible;
  }

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

  .tabs {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-images-wrapper {
    overflow: auto;
  }

  .heading-10 {
    width: 100%;
    font-size: 28px;
    line-height: 32px;
  }

  .subtittle-2 {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
  }

  .button-2 {
    text-align: center;
  }

  .faq-grid {
    grid-template-columns: 100fr;
  }

  .accordion-item-title---brix {
    max-width: 100%;
    font-size: 18px;
  }

  .accordion-item---brix.accordion-1---brix, .faq-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    background-color: #0000;
    justify-content: space-between;
    display: flex;
  }

  .brand {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 14px;
    display: flex;
  }

  .container-11 {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-self: center;
    max-width: 100%;
    padding-left: 0;
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 8px;
  }

  .nav-link-2 {
    color: var(--text-primary);
    font-family: Inter, sans-serif;
    font-size: 15px;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .konkurencja {
    display: none;
  }

  .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link {
    color: var(--primary);
    text-decoration: none;
  }

  .fs-cc-banner2_component {
    width: 100%;
    padding: 16px;
    display: none;
    bottom: 0%;
    right: 0%;
  }

  .fs-cc-banner2_text {
    font-size: 13px;
  }

  .fs-cc-banner2_buttons-wrapper {
    flex-direction: row;
    align-self: stretch;
  }

  .fs-cc-banner2_button {
    font-size: 13px;
  }

  .feature-1 {
    min-height: 248px;
    padding: 24px;
  }

  .text-block-3.light-no-padding {
    text-align: left;
    font-size: 13px;
  }

  .text-block-3.light-no-padding.button-text {
    text-align: center;
  }

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

  .feature-wrap-text.special {
    padding-right: 24px;
  }

  .feature-wrap-text.recent {
    width: 100%;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .recent-work {
    background-position: 50% -50px, 0 0;
    margin-left: -10px;
    margin-right: -10px;
  }

  .div-block-28 {
    grid-template-columns: 1fr;
  }

  .pricing {
    padding: 24px;
  }

  .price-text {
    font-size: 64px;
  }

  .price-text.small {
    font-size: 24px;
  }

  .div-block-29 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .light {
    margin-bottom: 16px;
  }

  .div-block-31 {
    margin-top: 24px;
  }

  .logos-line {
    grid-template-columns: 1fr 1fr;
  }

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

  .container-13 {
    padding-left: 20px;
  }

  .buttons-wrapper {
    flex-flow: row;
  }

  .div-block-37 {
    padding-left: 20px;
  }

  .image-18 {
    height: 360px;
    padding-bottom: 24px;
  }
}

#w-node-_8ab16f41-47d8-9db4-c0db-ac3a54ce5541-54ce553e {
  justify-self: start;
}

#w-node-_8ab16f41-47d8-9db4-c0db-ac3a54ce554a-54ce553e {
  justify-self: center;
}

#w-node-_1520b4d2-a307-15da-872f-b8d269acaa63-b92c0563 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17fcfbab-05a8-2c30-4c96-bc470a693634-b92c0563 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6e786eee-279e-641b-54f0-9e77e57a6373-b92c0563, #w-node-_6e786eee-279e-641b-54f0-9e77e57a6370-b92c0563, #w-node-_6e786eee-279e-641b-54f0-9e77e57a6371-b92c0563, #w-node-_6e786eee-279e-641b-54f0-9e77e57a6372-b92c0563 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17d08156-6aaa-93b9-b250-7197cc5d4e1b-b92c0563 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_14be56bd-bf37-21ee-b05a-1376e77bfe65-b92c0563 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-da254192-3084-d537-e15f-a06cb0a0851d-b92c0563 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_17fcfbab-05a8-2c30-4c96-bc470a693634-b92c0563 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_8ab16f41-47d8-9db4-c0db-ac3a54ce5541-54ce553e {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_97e74afb-a76d-8bda-d7bc-1fc11b24cf0d-b92c0563 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8ab16f41-47d8-9db4-c0db-ac3a54ce5541-54ce553e {
    justify-self: center;
  }

  #w-node-bc798ef8-e986-1a31-497d-aa6787b64609-b92c0563 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97e74afb-a76d-8bda-d7bc-1fc11b24cf0d-b92c0563 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


