:root {
  --black: black;
  --blu: #425fe9;
  --white: white;
  --light-blue: #20365b;
  --darkblue: #04040b;
  --grey: #fafafa;
  --yellw: #ffe001;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--sandy-brown: #ffa84b;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  color: #25272a;
  font-family: DM Sans;
  font-size: 18px;
  line-height: 26px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

p {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

a {
  color: #25272a;
  font-size: 18px;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

form {
  font-size: 18px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 20px;
}

.checkbox {
  background-color: #0000;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  box-shadow: 0 4px 4px #0000000a;
}

.checkbox:hover {
  border-color: #9a9ea5;
}

.checkbox.w--redirected-checked {
  box-shadow: none;
  background-color: #25272a;
  background-image: url('../images/check-16px.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #5853ec;
}

.checkbox.w--redirected-focus {
  border-color: #5853ec;
}

.article h4 {
  color: #25272a;
}

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

.button-secondary {
  color: #fff;
  letter-spacing: -.8px;
  background-color: #181818;
  border-radius: 300px;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .3s ease-in-out;
}

.button-secondary:hover {
  color: #fff;
  background-color: #181818;
}

.button-secondary:active {
  color: #fff;
}

.button-secondary.small {
  letter-spacing: -.2px;
  background-color: #9c9c9c;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.error-message {
  color: #25272a;
  background-color: #fdcfce;
  margin-top: 32px;
  padding: 24px;
}

._3-col-grid {
  grid-column-gap: 49px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

._3-col-grid.header-stats {
  grid-template-columns: .75fr .75fr .75fr;
  margin-top: 0;
}

._3-col-grid.testimonial {
  margin-top: 50px;
}

.field-buttons-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.overline {
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.overline.no-margin {
  background-color: #fff;
  margin-top: 0;
}

._2-col-grid {
  grid-column-gap: 50px;
  flex: 1;
  grid-template-rows: auto;
  align-self: stretch;
  max-width: 1280px;
  min-height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

._2-col-grid.header {
  grid-template-columns: 1fr 1fr;
  place-items: stretch start;
}

._2-col-grid.portfolio {
  grid-column-gap: 62px;
  grid-template-rows: auto auto;
}

._2-col-grid.girl-2nd-top {
  grid-template-columns: 1fr;
  margin-top: 100px;
}

.success-message {
  color: #fff;
  background-color: #5853ec;
}

.wrapper-sg {
  margin-top: 50px;
}

.input {
  color: #686d76;
  letter-spacing: 0;
  background-color: #fff;
  height: 52px;
  margin-bottom: 24px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 28px;
  box-shadow: 1px 1px 3px #0000000a;
}

.input:focus {
  color: #25272a;
  border: 1px solid #5853ec;
}

.button-primary {
  color: #181818;
  letter-spacing: -.8px;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 300px;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  transition: background-color .3s ease-in-out;
}

.button-primary:hover {
  color: #fff;
  background-color: #181818;
}

.button-primary:active {
  color: #fff;
}

.button-primary.small {
  letter-spacing: -.2px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.button-primary.small:hover {
  background-color: #979797;
}

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

.select-field {
  color: #9a9ea5;
  letter-spacing: 0;
  background-color: #fff;
  height: 52px;
  margin-bottom: 24px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: 1px 1px 3px #0000000a;
}

.select-field:focus {
  color: #25272a;
  border: 1px solid #5853ec;
}

.button-item {
  width: 180px;
  margin-right: 48px;
}

.button-item.style-guide-spacer {
  margin-bottom: 0;
}

.color-item {
  border: 1px solid #e6e7e8;
  box-shadow: 1px 1px 3px #0000000a;
}

.checkbox-field {
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.menu-block {
  background-color: var(--black);
  width: 300px;
  padding: 50px;
}

.split-content.style-guide-content-left {
  flex-direction: column;
  align-self: flex-start;
  width: auto;
  margin-right: 0;
  display: flex;
  position: sticky;
  top: 100px;
}

.split-content.style-guide-content-right {
  flex: 0 auto;
  width: 100%;
}

.grid-style-guide {
  grid-column-gap: 51px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.sg-container {
  color: #25272a;
  flex: 1;
  max-width: 1400px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.paragraph-normal {
  color: #ececfe;
  letter-spacing: -.8px;
  font-size: 18px;
  line-height: 28px;
}

.margin-top {
  margin-top: 50px;
}

.bold {
  margin-bottom: 10px;
  font-weight: 600;
}

.bold.margin-bottom {
  margin-bottom: 50px;
}

._4-col-grid {
  grid-column-gap: 50px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

._4-col-grid.company-logo {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.content-wrapper.sg-content {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.box-shadow-block {
  background-color: #0000;
  align-self: stretch;
  height: auto;
  min-height: 50px;
  box-shadow: 0 5px 18px -6px #00000052;
}

.box-shadow-block.max-width-tiny {
  box-shadow: 0 3px 18px -4px #0000007d;
}

.box-shadow-block.margin-bottom {
  flex: 1;
}

.sg-nav-link {
  color: #dadada;
  align-self: flex-start;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: transform .3s;
}

.sg-nav-link:hover {
  color: #fff;
  transform: translate(5px);
}

.sg-nav-link.w--current, .sg-nav-link.w--current:hover {
  color: #fff;
}

.sg-display {
  padding: 25px;
}

.sg-display.margin-bottom {
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: block;
}

.style-guide-block {
  align-self: stretch;
}

.style-guide-block.buttons, .style-guide-block.forms, .style-guide-block.icons, .style-guide-block.rich-text {
  margin-top: 128px;
}

.style-guide-block.typography {
  object-fit: fill;
  margin-top: 128px;
}

.style-guide-block.structure {
  margin-top: 128px;
}

.radio-button-field {
  display: flex;
}

.button-tertiary {
  color: #25272a;
  letter-spacing: -.8px;
  background-color: #fff;
  border: 1px solid #ccced2;
  align-self: flex-start;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .3s ease-in-out;
}

.button-tertiary:hover {
  color: #25272a;
  background-color: #e6e7e8;
}

.button-tertiary:active {
  color: #25272a;
}

.button-tertiary.small {
  letter-spacing: -.2px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.color-item-fill {
  height: 150px;
}

.color-item-fill.grey {
  background-color: #f1f4f6;
}

.color-item-fill.black {
  background-color: var(--black);
}

.color-item-fill.yellow {
  background-color: var(--blu);
}

.color-item-fill.white {
  background-color: var(--white);
}

.radio-button {
  border-style: solid;
  border-color: #25272a;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  box-shadow: 0 4px 4px #0000000a;
}

.radio-button:hover {
  border-color: #9a9ea5;
}

.radio-button.w--redirected-checked {
  box-shadow: none;
  background-color: #25272a;
  border: 5px #25272a;
  border-radius: 50%;
}

.radio-button.w--redirected-focus {
  border-color: #5853ec;
}

.paragraph-large {
  letter-spacing: 0;
  font-size: 22px;
  line-height: 32px;
}

.paragraph-small {
  letter-spacing: 0;
  max-width: 900px;
  font-size: 14px;
  line-height: 24px;
}

.sg-content-block {
  margin-top: 64px;
}

.container {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.centered {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.sg {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.container.portfolio-header, .container.testimonial-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container.testimonial-header.kontener-niejestesmy {
  margin-top: 20%;
  margin-bottom: 0%;
  padding-top: 2%;
  padding-bottom: 20%;
  position: sticky;
  top: 25%;
}

.container.testimonial-header.kontener-niejestesmy.pojawiamsieiznikam._1 {
  top: 35%;
}

.container.testimonial-header.kontener-niejestesmy.pojawiamsieiznikam._2, .container.testimonial-header.kontener-niejestesmy.pojawiamsieiznikam._3 {
  top: 34%;
}

.container.testimonial-header.kontener-zaczynamy-dzialaj {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 2%;
  padding-bottom: 20%;
  position: sticky;
  top: 15%;
}

.container.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

.divider {
  background-color: #e6e7e8;
  width: 100%;
  height: 1px;
}

.style-guide-button-wrapper {
  align-items: flex-end;
  display: flex;
}

.style-guide-button-wrapper.margin-bottom-32 {
  margin-bottom: 32px;
}

.text-area {
  color: #686d76;
  letter-spacing: 0;
  background-color: #fff;
  min-height: 200px;
  margin-bottom: 24px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 28px;
  box-shadow: 1px 1px 3px #0000000a;
}

.text-area:focus {
  color: #25272a;
  border: 1px solid #5853ec;
}

.section {
  padding: 120px 3%;
}

.section.style-hero {
  background-color: var(--black);
  color: var(--black);
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.style-guide {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.header {
  background-image: url('../images/kl-bg7.webp'), radial-gradient(circle closest-corner at 50% 50%, var(--light-blue), var(--light-blue) 0%, var(--darkblue) 77%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.section.header.bgnajs {
  background-image: url('../images/kl-bg7.webp'), radial-gradient(circle closest-corner at 50% 50%, var(--light-blue), var(--light-blue) 0%, var(--darkblue) 78%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
}

.section.logo {
  background-color: var(--blu);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.logo.ikony-co-robimy {
  background-color: var(--white);
}

.section.logo.zolta {
  background-color: var(--darkblue);
  background-image: url('../images/killer-bg7-25web.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 130px;
  padding-bottom: 130px;
}

.section.about, .section.portfolio {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.testimonial {
  background-color: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.footer {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.korzysci {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.korzysci.bg-plam {
  background-image: url('../images/killer-bg.webp'), linear-gradient(98deg, var(--light-blue), var(--darkblue) 81%, var(--darkblue) 99%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-attachment: fixed, scroll;
}

.section.korzysci.bg-plam.pojawiamsieiznikam {
  background-image: url('../images/killer-bg6-50web.webp');
  background-position: 50%;
  background-size: cover;
}

.section.korzysci.niecekaj {
  background-color: #f8f8f8;
}

.section.harmon {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.pomarancz2 {
  background-color: var(--grey);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.pomarancz2.ikony-co-robimy {
  background-color: var(--white);
}

.section.logo-klienci {
  background-color: var(--yellw);
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.section.logo-klienci.ikony-co-robimy {
  background-color: var(--white);
}

.section.footer {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.style-guide-wrapper {
  margin-top: 50px;
}

.colors-grid {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.block-quote {
  color: #080808;
  max-width: 900px;
}

.grid-block {
  padding-left: 10%;
  padding-right: 0%;
}

.grid-block.stats-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.grid-block.stats-wrapper.srodkowy {
  padding-left: 0%;
}

.grid-block.logo {
  width: 100%;
}

.grid-block.image-col {
  width: 100%;
  position: relative;
}

.grid-block.text-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-block.text-col.dlakogo {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
}

.grid-block.portfolio-img1 {
  position: relative;
}

.grid-block.portfolio-img3 {
  width: 100%;
  height: auto;
}

.grid-block.testimonial-wrapper {
  background-color: var(--white);
  border-radius: 48px;
}

.grid-block.glownaformblock {
  padding: 10%;
}

.margin-top-small {
  margin-top: 20px;
}

.visual-sg-block {
  background-color: #0000;
  padding: 25px;
  box-shadow: 4px 4px 18px -6px #0003;
}

.visual-sg-block.dark {
  background-color: #25272a;
  margin-bottom: 50px;
  padding-bottom: 10px;
}

.margin-top-tiny {
  margin-top: 10px;
}

.margin-top-medium {
  margin-top: 40px;
}

.margin-top-large {
  margin-top: 80px;
}

.margin-top-xl {
  margin-top: 100px;
}

.margin-top-xxl {
  margin-top: 120px;
}

.centered-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-tiny {
  margin-bottom: 10px;
}

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

.margin-bottom-medium {
  margin-bottom: 40px;
}

.margin-bottom-large {
  margin-bottom: 80px;
}

.margin-bottom-xl {
  margin-bottom: 100px;
}

.margin-bottom-xxl {
  margin-bottom: 120px;
}

.light-text {
  color: #f8f8f8;
}

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

.max-width-medium {
  color: var(--white);
  max-width: 500px;
}

.max-width-medium.herotxt {
  margin-top: 1em;
  padding-left: 1em;
}

.max-width-tiny {
  max-width: 300px;
}

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

.max-width {
  max-width: 600px;
}

.max-width-large {
  max-width: 800px;
}

.max-width-xl {
  max-width: 900px;
}

.max-width-xxl {
  max-width: 1000px;
}

.hidden {
  display: none;
}

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

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

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

.body {
  background-color: var(--white);
  font-family: Outfit, sans-serif;
}

.style-logo {
  color: var(--blu);
  width: 30%;
  margin-bottom: 40px;
}

.nav-button {
  color: #181818;
  letter-spacing: -.8px;
  background-color: #0000;
  border-radius: 300px;
  align-self: center;
  margin-right: 20px;
  padding: 15px 32px;
  font-weight: 700;
  transition: background-color .3s;
}

.nav-button:hover {
  color: #f1f4f6;
  background-color: #181818;
}

.home {
  background-color: var(--white);
  font-family: Outfit, sans-serif;
}

.nav {
  background-color: #0000;
  padding: 20px 3%;
}

.nav-logoo {
  color: var(--blu);
  width: 30%;
  margin-bottom: 40px;
}

.navbar-logo {
  font-size: 30px;
  line-height: 35px;
}

.arrow-button {
  background-color: var(--yellw);
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  padding: 16px 30px;
  transition: all .3s, background-color .3s;
  display: flex;
}

.arrow-button:hover {
  background-color: var(--blu);
  color: var(--black);
  transform: translate(0, -5px);
}

.arrow-button.herobutton {
  background-color: var(--blu);
  margin-top: 0;
}

.arrow-button.modalbutn {
  background-color: var(--yellw);
  color: var(--black);
  margin-top: 1em;
  padding-left: 20px;
  padding-right: 20px;
}

.arrow-button.btn {
  text-shadow: 0 1px 10px #000000b3;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/killer-bg7-25web.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

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

.arrow-icon {
  width: 30px;
  display: inline-block;
}

.yellow-bg {
  border: 1px none var(--blu);
  background-color: var(--blu);
  border-radius: 30px;
  width: auto;
  height: auto;
  margin-bottom: 30px;
  padding: 10px 40px;
  font-size: 65px;
}

.header-img {
  object-fit: cover;
}

.button-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.subheading {
  text-transform: capitalize;
  font-size: 22px;
  line-height: 36px;
}

.header-lightbox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-icon {
  width: 15%;
}

.stats-icon {
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
}

.yellow-text {
  color: var(--blu);
  font-size: 33px;
  font-weight: 600;
}

.company-logo {
  width: 100%;
}

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

.text-yellow {
  color: var(--blu);
  background-image: url('../images/killer-bg3.webp');
  background-position: 0 0;
  background-size: auto;
}

.text-yellow.yellowhero {
  color: var(--yellw);
  font-size: 84px;
  line-height: 1.1;
}

.text-yellow.textwhity {
  color: var(--white);
}

.blob-img {
  z-index: -1;
  width: 50%;
  position: absolute;
  inset: auto auto 8% -8%;
}

.about-p-img {
  position: absolute;
  inset: 31% 6% auto auto;
}

.about-img {
  width: 90%;
}

.text-bg, .text-bg-copy {
  line-height: 1.2;
}

.portfolio-paragraph {
  text-align: center;
}

.portfolio-paragraph.nazoltym {
  margin-bottom: 50px;
}

.portfolio-img1 {
  width: 100%;
  height: auto;
  padding-left: .7%;
}

.portfolio-img3 {
  object-fit: contain;
}

.author-logo-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border-radius: 0;
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.author-logo {
  aspect-ratio: 1;
  object-fit: cover;
  width: 110px;
  height: 80px;
  margin-bottom: 0;
}

.testimonial-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rating-icon {
  width: 45%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-bottom {
  justify-content: space-between;
  max-width: 1280px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-logo {
  font-size: 30px;
  line-height: 35px;
}

.footer-logo-wrapper {
  padding-left: 0;
}

.social-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.build-by-link {
  background-color: var(--yellw);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--blu), var(--yellw));
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 500;
  text-decoration: none;
  position: fixed;
  inset: auto 13em 2em auto;
  box-shadow: 0 0 8px 1px #0003;
}

.build-by-link:hover {
  background-color: var(--blu);
}

.made-by-text {
  font-size: 17px;
}

.arrow-button-nav {
  background-color: var(--black);
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  transition: background-color .3s;
  display: flex;
}

.arrow-button-nav:hover {
  background-color: var(--blu);
  color: var(--black);
}

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

.menu-socials-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-right: 4em;
  padding-top: .4em;
  padding-bottom: .4em;
  display: flex;
}

.checkbox-2 {
  color: #fff;
  border-width: .07em;
  border-color: #fff;
  width: 1rem;
  height: 1rem;
  margin-top: .1em;
  margin-left: -18px;
  margin-right: 4px;
  padding: 4px;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 83.33%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  display: flex;
}

.heading-huge {
  color: #000;
  text-align: center;
  margin-bottom: 10vh;
  font-size: 7.5em;
  font-weight: 400;
  line-height: 1;
}

.heading-huge.modal-bottom-heading {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.4em;
  font-weight: 300;
  line-height: .7;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.social-link-first-row {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.burger-top-line {
  background-color: #000;
  border-radius: 1em;
  width: .8em;
  height: .08em;
  margin-bottom: .2em;
  transform: rotate(0);
}

.burger-top-line.modal-top-line {
  background-color: #000;
  transform: translate(0, 150%)rotate(-40deg);
}

.burger-bottom-line {
  background-color: #000;
  border-radius: 1em;
  width: .8em;
  height: .08em;
  transform: rotate(0);
}

.burger-bottom-line.modal-bottom-line {
  background-color: #000;
  transform: translate(0, -200%)rotate(45deg);
}

.menu-background {
  z-index: 997;
  background-color: #000;
  border-radius: 50%;
  width: 0;
  height: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
  transform: translate(50%, -50%);
}

.home-link {
  z-index: 999;
  order: -1;
  text-decoration: none;
  position: relative;
}

.home-link.w--current {
  order: -1;
  justify-content: center;
  align-items: center;
  width: 2.7em;
  height: 1.6em;
  display: flex;
  overflow: hidden;
}

.form {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.div-block-28 {
  z-index: 998;
  height: 100%;
  position: relative;
}

.checkbox-field-modal {
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 0;
  display: flex;
}

.form-error-message {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #e93b3b;
  text-align: left;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1em;
  line-height: 1.4;
  position: relative;
  top: -50px;
}

.form-success-message {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: #0000;
  font-size: 1em;
  line-height: 1.4;
}

.form-block {
  height: 100%;
}

.menu-socials-mail-link {
  display: none;
}

.menu-social-link-arrow {
  object-fit: cover;
  width: .5em;
  height: .5em;
}

.heading-small {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1;
}

.menu-social-link-text-row-2 {
  color: #fff;
  margin-right: .3em;
  font-size: .75em;
}

.navbar {
  z-index: 998;
  background-color: #0000;
  height: 2em;
  margin-top: .5em;
  font-size: 1.6em;
  line-height: 1.6em;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.burger-menu-button {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding: .4em;
  display: block;
  position: relative;
  box-shadow: 0 0 12px 2px #0000001a;
}

.menu-page-links {
  grid-column-gap: 1.75em;
  grid-row-gap: 0em;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between;
  display: grid;
}

.form-submition-container {
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: .4em;
  display: flex;
}

.top-nav-links {
  z-index: 997;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 2em;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-social-link-text {
  color: #8c8c8c;
  margin-right: .3em;
  font-size: .75em;
}

.menu-social-link {
  opacity: 0;
  flex-direction: column;
  align-items: center;
  height: 1em;
  display: flex;
  overflow: hidden;
  transform: translate(0, 100%);
}

.burger-lines-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-socials-list-item {
  grid-column-gap: 0em;
  grid-row-gap: .75em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.logo-dark-image {
  object-fit: contain;
  width: 3em;
  height: auto;
  max-height: 3em;
}

.nav-right-part {
  grid-column-gap: .4em;
  flex: none;
  order: 1;
  align-items: center;
  display: flex;
}

.div-block-30 {
  z-index: 999;
  position: absolute;
  inset: 5% 10% auto auto;
}

.mail-link-text {
  color: #fff;
  font-size: .8em;
}

.footer-form-input {
  color: #404040;
  -webkit-text-stroke-width: 0px;
  background-color: #0000;
  border: 1px #000;
  border-bottom: .1em solid #404040;
  height: 2.5em;
  margin-bottom: 1em;
  padding: 0;
  font-size: .7em;
}

.footer-form-input.modal-input {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 10px;
  height: 2.5em;
  margin-bottom: 1.2em;
  padding-top: .1em;
  padding-left: .6em;
  font-size: .6em;
  line-height: 1em;
}

.footer-form-input.modal-input:focus {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
}

.footer-form-input.modal-input::placeholder {
  color: #000;
}

.menu-socials-list {
  grid-column-gap: 0px;
  grid-row-gap: .75em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-logo {
  z-index: 997;
  pointer-events: auto;
  letter-spacing: -.06rem;
  -webkit-text-stroke-width: .1em;
  -webkit-text-stroke-color: #404040;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  padding-top: .8em;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
  transform: skew(0deg);
}

.footer-checbox-txt {
  color: #fff;
  font-size: .4em;
  font-weight: 300;
  line-height: 1.5em;
}

.footer-form-inputs-container {
  margin-bottom: 0;
  font-size: 1.6em;
  overflow: hidden;
}

.footer-form-inputs-container:hover, .footer-form-inputs-container:focus {
  overflow: visible;
}

.footer-form-column-modal {
  z-index: 999;
  order: 1;
  width: 400px;
  margin: auto;
  padding-top: 0;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.4em;
  position: absolute;
  inset: 43% 0% auto;
  transform: scale(1)translate(0%, -40%);
}

.menu-wrapper {
  z-index: 998;
  width: 100%;
  height: 100%;
  padding: 15% 15% 10%;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal {
  z-index: 998;
  -webkit-backdrop-filter: blur(.4em);
  backdrop-filter: blur(.4em);
  background-color: #ffa500e6;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.nav-link-text {
  color: #000;
  flex: none;
  align-items: center;
  height: 100%;
  padding: .5em;
  display: flex;
}

.nav-link-text.modal-open {
  padding: .5em;
}

.footer-form-submit-button-modal {
  z-index: 999;
  color: #000;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid #fff;
  border-radius: .5em;
  align-self: flex-start;
  margin-right: 0;
  padding: .5em 1em;
  font-size: .75em;
  line-height: 1.2em;
  display: inline-block;
  position: relative;
}

.footer-form-submit-button-modal:hover {
  color: #000;
  background-color: #fff;
  border-width: 2px;
  border-color: #fff;
}

.footer-form-submit-button-modal.footer-form-submit-button {
  z-index: 9999;
}

.logo-light-image {
  opacity: 0;
  filter: brightness();
  object-fit: contain;
  width: 2.7em;
  height: auto;
  max-height: 1.5px;
  display: block;
  position: absolute;
  inset: 0 0 auto;
}

.navbar-link {
  color: #595959;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.5em;
  margin-right: 3.25em;
  padding: 0;
  font-size: .53em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar-link:hover, .navbar-link.w--current {
  color: #000;
}

.navbar-link.contact-button {
  cursor: pointer;
  background-color: #ffbf00;
  border: .3em solid #ffbf00;
  border-radius: 10%;
  height: 2em;
}

.social-link-second-row {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-page-link {
  opacity: 0;
  color: #8c8c8c;
  flex-direction: column;
  align-items: flex-start;
  height: 1.3em;
  font-size: 1.75em;
  line-height: 1;
  display: block;
  overflow: hidden;
  transform: translate(0, 100%);
}

.menu-page-link.w--current {
  color: #fff;
}

.modal-bottom {
  opacity: .43;
  letter-spacing: -.06rem;
  -webkit-text-stroke-width: .1em;
  -webkit-text-stroke-color: #404040;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  padding-top: .8em;
  transition: opacity .5s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
  transform: skew(0deg);
}

.menu-page-link-text {
  flex: none;
  align-items: center;
  height: 1.3em;
  line-height: 1;
  display: flex;
}

.empty-nav-spacer {
  flex: 0 auto;
  width: 0;
  height: 0;
  padding-right: 3em;
  display: block;
}

._6-col-grid {
  grid-column-gap: 50px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

._6-col-grid.company-logo {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.heading.heroheading {
  box-sizing: content-box;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 25px;
  margin-bottom: 0;
  padding: 0 .1em .1em;
  font-size: 84px;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
}

.rocket {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.icon_wrap {
  margin-bottom: 20px;
  overflow: hidden;
}

.button {
  background-color: #5b3acc;
  border-radius: 8px;
  margin-top: 25px;
  padding: 17px 35px;
  font-size: 15px;
  font-weight: 500;
}

.paragraph {
  color: #44465f;
  letter-spacing: -.3px;
  font-size: 18px;
  line-height: 1.2;
}

.col_40 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-right: 35px;
  display: flex;
}

.text_features {
  letter-spacing: -.3px;
  font-size: 16px;
  line-height: 25px;
}

.h1_example {
  color: #000645;
  letter-spacing: -.5px;
  margin-bottom: 25px;
  font-size: 44px;
  line-height: 1;
}

.h1_example.dlaczego {
  text-align: left;
  font-size: 52px;
  line-height: 1.3;
  position: relative;
  top: 15%;
}

.content_wrap {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 0 5%;
  display: flex;
}

.col_60 {
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  display: flex;
}

.container_p {
  flex: 1;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.h1_features {
  letter-spacing: -.3px;
  font-size: 22px;
  line-height: 27px;
}

.card_base {
  background-color: var(--yellw);
  color: #44465f;
  border-radius: 15px;
  width: 100%;
  min-height: 270px;
  margin-bottom: 35px;
  padding: 55px 25px 25px;
  text-decoration: none;
  position: relative;
}

.card_base.corobimy {
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #f8f8f8d9;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.card_base.empty-card-base {
  background-color: #0000;
  background-image: none;
  padding-bottom: 55px;
  padding-left: 0;
  padding-right: 0;
}

.card_row {
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 15px;
  display: flex;
}

.card_row.dlaczegokolumna {
  padding-left: 15%;
  padding-right: 2%;
}

.card_col_2 {
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 15px;
  display: flex;
  position: relative;
  top: -30px;
}

.card_col_2.dlaczegokolumna {
  padding-left: 2%;
  padding-right: 15%;
}

.small-paragraph {
  font-size: 18px;
  line-height: 24px;
}

.text-primary {
  color: #8102ff;
}

.feature-grid-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.icon-container {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.icon-container.background-primary {
  background-color: orange;
}

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

.heading-2.niejestesmy {
  text-align: center;
  align-self: center;
}

.wrapper {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.section-benefity {
  padding-top: 100px;
  padding-bottom: 100px;
}

.features-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 72px;
  display: grid;
}

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

.icon-3 {
  width: 20px;
  height: 20px;
}

.feature-grid-item-ulepszenia {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-grid-ulepszenia {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 72px;
  display: grid;
}

.features-grid-ulepszenia.ulepszenia {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.icon-container-ulepszenia-problemy {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.icon-container-ulepszenia-problemy.background-primary, .icon-container-ulepszenia-problemy.background-ulepsz {
  background-color: orange;
}

.col45 {
  float: left;
  align-self: flex-start;
  width: 47.5%;
  min-width: 47.5%;
  margin-right: 5%;
  position: sticky;
  top: 30%;
}

.columns {
  z-index: 2;
  justify-content: space-between;
  max-width: 1144px;
  display: flex;
  position: relative;
}

.h3 {
  margin-top: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
  position: sticky;
  top: 2vh;
}

.chat-friends {
  margin-bottom: 20px;
  display: none;
}

.chat-friends.deskto {
  display: block;
}

.sectionzoom {
  background-color: #fff;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  padding-bottom: 128px;
  overflow: hidden;
}

.sectionzoom.chat-w-friends {
  overflow: visible;
}

.sectionzoom.chat-w-friends.bg-plama {
  background-image: radial-gradient(circle closest-corner at 50% 50%, var(--light-blue), var(--darkblue) 87%, var(--darkblue) 87%);
}

.background-video-2 {
  background-color: #fff;
  border-radius: 15px;
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  height: auto;
  padding: 5%;
  position: sticky;
  top: 62vh;
}

.video-chat {
  z-index: 99;
  border-radius: 15px;
  flex-wrap: wrap;
  flex: 0 auto;
  align-content: flex-start;
  align-items: flex-start;
  width: 1062px;
  min-width: 1062px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-chat.responsive {
  width: 100%;
  min-width: auto;
  height: 25%;
  position: relative;
  overflow: visible;
}

.video-chat.responsive.d2 {
  z-index: 98;
  place-content: center;
  align-items: center;
  height: 50%;
  top: -25%;
  overflow: clip;
}

.video-chat.responsive.d5 {
  z-index: 95;
  height: 105%;
  top: -250%;
}

.video-chat.responsive.d4 {
  z-index: 96;
  place-content: center;
  align-items: center;
  height: 100%;
  top: -150%;
  overflow: clip;
}

.video-chat.responsive.d1 {
  z-index: 100;
  place-content: flex-start center;
  align-items: flex-start;
  overflow: clip;
}

.video-chat.responsive.d3 {
  z-index: 97;
  place-content: center;
  align-items: center;
  height: 75%;
  top: -75%;
  overflow: clip;
}

.container-2 {
  width: 90vw;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.col-least {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: flex-end;
  height: 2080px;
  display: flex;
  position: relative;
  top: 0;
}

.chat-controls {
  z-index: 99;
  background-color: #242424;
  align-self: flex-end;
  width: 100%;
  max-width: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.chat-controls.first-screen {
  border-radius: 15px;
  padding-left: 1.5%;
  padding-right: 1.5%;
  position: relative;
}

.chat-controls.first-screen.mobile {
  display: none;
}

.chat-controls.friends {
  border-radius: 15px;
  width: 100%;
  height: 40px;
  padding-left: 1.5%;
  padding-right: 1.5%;
  position: sticky;
  top: 62vh;
  bottom: 2vh;
}

.faq-question-bar {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.content-h2 {
  color: #001a49;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 54px;
  line-height: 1.1;
}

.faq-paragraph {
  color: #4f596a;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 17px;
  font-weight: 500;
}

.question-title {
  color: #001a49;
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.faq-content {
  overflow: hidden;
}

.title-paragraph {
  letter-spacing: -.03em;
  max-width: 590px;
  margin-bottom: 32px;
  font-weight: 400;
}

.faq-circle {
  background-color: #fff2e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  display: flex;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

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

.faq-wrapper {
  max-width: 860px;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
}

.faq-question-wrap {
  cursor: pointer;
  border: 1px solid #9f06ff33;
  border-radius: 21px;
  margin-top: 10px;
  margin-bottom: 26px;
  padding: 28px 40px;
}

._9-col-grid {
  grid-column-gap: 50px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

._9-col-grid.company-logo {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: baseline;
  width: 100%;
}

._9-col-grid.narzedzialogo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: stretch center;
  width: 100%;
  margin-top: 3em;
}

.company-logo-app {
  width: 100%;
}

.stickybutton {
  z-index: 1000;
  background-color: var(--blu);
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: border-box;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  transition: all .3s, background-color .3s;
  display: flex;
  position: fixed;
  inset: auto 1.5em 1.5em auto;
}

.stickybutton:hover {
  background-color: var(--blu);
  color: var(--black);
  transform: translate(0, -5px);
}

.infinite-loop-container {
  max-width: 100%;
  margin-bottom: 2.5em;
  display: flex;
}

.infinite-loop-container.works-text-loop {
  margin-bottom: 0;
  overflow: visible;
}

.logo-loop-part {
  flex: none;
  order: -1;
  width: auto;
  display: flex;
}

.logo-loop-part.reverse-logo-loop {
  transform: translate(-100%);
}

.client-logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 6.5em;
  height: 6em;
  margin-left: 3em;
  margin-right: 3em;
  display: flex;
}

.client-logo-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.headingrakieta {
  text-align: center;
  margin-bottom: 1em;
  font-size: 64px;
  font-weight: 800;
}

.headingrakieta.whity {
  color: var(--white);
}

.heading-napomaranczowym {
  margin-bottom: 12px;
}

.heading-napomaranczowym.jaktodziala {
  color: var(--yellw);
  text-transform: none;
  font-family: Outfit, sans-serif;
}

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

.herospan {
  color: var(--white);
  font-size: 84px;
}

.heading-modal {
  text-align: center;
  margin-bottom: 25px;
  font-size: 48px;
}

.headingsns {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 0;
  font-size: 36px;
}

.portfolio-img1-2 {
  width: 100%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.formglowna {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 1em;
  width: 30vw;
  height: 100%;
  padding: 1.3em 1.2em .3em;
}

.stiky-napis {
  background-color: var(--white);
  padding-top: 10%;
  padding-bottom: 10%;
  position: sticky;
  top: 20%;
}

.stiky-napis.pusty {
  padding-top: 30%;
  padding-bottom: 30%;
  top: 20%;
}

.stiky-napis.duzy-final-stiky {
  margin-bottom: 0%;
  padding-top: 30%;
  padding-bottom: 10%;
  top: 30%;
}

.head2wiekszy {
  margin-bottom: 12px;
}

.head2wiekszy.niejestesmy {
  text-align: center;
  align-self: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
}

.head2wiekszy.niejestesmy.text-white {
  border: 0 solid #000;
}

.head2wiekszy.niejestesmy.last {
  margin-bottom: 44px;
}

.sekcja-plama {
  padding: 120px 3%;
}

.sekcja-plama.style-hero {
  background-color: var(--black);
  color: var(--black);
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.sekcja-plama.style-guide {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sekcja-plama.header {
  background-image: url('../images/kl-bg7.webp'), radial-gradient(circle closest-corner at 50% 50%, var(--light-blue), var(--light-blue) 0%, var(--darkblue) 77%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.sekcja-plama.header.bgnajs {
  background-image: url('../images/kl-bg7.webp'), radial-gradient(circle closest-corner at 50% 50%, var(--light-blue), var(--light-blue) 0%, var(--darkblue) 78%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
}

.sekcja-plama.logo {
  background-color: var(--blu);
  padding-top: 60px;
  padding-bottom: 60px;
}

.sekcja-plama.logo.ikony-co-robimy {
  background-color: var(--white);
}

.sekcja-plama.logo.zolta {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sekcja-plama.about, .sekcja-plama.portfolio {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sekcja-plama.testimonial {
  background-color: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 80px;
}

.sekcja-plama.footer {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.sekcja-plama.korzysci {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.sekcja-plama.harmon {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sekcja-plama.pomarancz2 {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.sekcja-plama.pomarancz2.ikony-co-robimy {
  background-color: var(--white);
}

.sekcja-plama.logo-klienci {
  background-color: var(--yellw);
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.sekcja-plama.logo-klienci.ikony-co-robimy {
  background-color: var(--white);
}

.sekcja-plama.footer {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.sekcja-plama.header-copy {
  background-image: url('../images/kl-bg7.webp'), radial-gradient(circle closest-corner at 50% 50%, var(--light-blue), var(--light-blue) 0%, var(--darkblue) 77%, #04040b 84%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.sekcja-plama.header-copy.bgnajs {
  background-image: url('../images/kl-bg7.webp'), radial-gradient(circle closest-corner at 50% 50%, var(--light-blue), var(--light-blue) 0%, var(--darkblue) 78%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
}

.head-pomagamy {
  background-image: url('../images/kl-bg7.webp'), radial-gradient(circle farthest-corner at 50% 50%, var(--light-blue), var(--darkblue));
  -webkit-text-fill-color: transparent;
  background-position: 50%, 0 0;
  background-size: cover, auto;
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-head {
  color: var(--blu);
  text-shadow: 6px 3px 0 var(--yellw);
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  font-size: 72px;
}

.head-skierujruch {
  text-align: center;
  font-size: 72px;
}

.arrow-button-invert {
  background-color: var(--blu);
  border-radius: 48px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 2em;
  padding: 16px 30px;
  transition: all .3s, background-color .3s;
  display: flex;
}

.arrow-button-invert:hover {
  background-color: var(--yellw);
  color: var(--black);
  transform: translate(0, -5px);
}

.arrow-button-invert.herobutton {
  background-color: var(--blu);
  margin-top: 0;
}

.arrow-button-invert.modalbutn {
  background-color: var(--yellw);
  color: var(--black);
  margin-top: 1em;
  padding-left: 20px;
  padding-right: 20px;
}

.cf-parallax-scribble-2 {
  filter: blur(5px);
  width: 100%;
  max-width: 329px;
  position: absolute;
  inset: auto auto 30% 15%;
}

.cf-parallax-scribble-1 {
  filter: blur(10px);
  width: 100%;
  max-width: 370px;
  position: absolute;
  inset: auto 5% 20% auto;
}

.cf-parallax-image-4 {
  z-index: 1;
  border-radius: 20px;
  width: 70%;
  max-width: 630px;
  position: relative;
  bottom: 10%;
  right: 120px;
}

.cf-parallax-image-3 {
  z-index: 2;
  width: 36%;
  max-width: 350px;
  position: absolute;
  inset: auto auto -12% 52%;
}

.cf-parallax-image-2 {
  z-index: 1;
  object-position: 60% 50%;
  width: 30%;
  max-width: 330px;
  position: absolute;
  inset: 9% -4% auto auto;
}

.cf-parallax-image-1 {
  z-index: 1;
  width: 30%;
  max-width: 350px;
  position: absolute;
  inset: auto auto 5% -10%;
}

.cf-parallax-image-contain {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 812px;
  margin: 60px auto 0;
  display: flex;
  position: relative;
}

.cf-82px-heading {
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-hero-section-5---heading-wrapper {
  z-index: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.cf-hero-section-5 {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.cf-create-images {
  width: 100%;
  max-width: 360px;
  position: relative;
}

.cf-create-images._3 {
  margin-top: 100px;
  position: absolute;
  inset: 0% -4% auto auto;
}

.cf-create-images._2 {
  z-index: auto;
  max-width: 360px;
  margin-top: 100px;
  position: absolute;
  inset: 0% auto auto -4%;
}

.cf-about-images-contain {
  justify-content: center;
  align-items: flex-start;
  height: 730px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.cf-create-heading {
  color: #000;
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 110%;
  display: block;
}

.cf-grey-create-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 110px;
  display: block;
  position: relative;
}

.cf-flex-section-2 {
  background-color: #0000;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.cf-mission-image {
  border-radius: 29px;
  width: 100%;
  height: 100%;
}

.cf-image-animation-div {
  width: auto;
}

.cf-mission-special-image {
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  position: absolute;
  inset: auto auto 290px 40px;
}

.cf-mission-hero-image-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: 300px;
}

.cf-body---18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-body---18px.white {
  color: #fff;
}

.mission-grid-text-wrapper {
  width: 100%;
  max-width: 340px;
}

.cf-mission-text-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.cf-mission-line-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 40px;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.white {
  color: #fff;
}

.cf-heading-animation-div {
  width: auto;
}

.cf-yellow-king-text-span {
  background-color: var(--conversion-flow-library--medium-purple);
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 54%, var(--conversion-flow-library--sandy-brown));
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.cf-mission-text-container {
  z-index: 111;
  width: 65%;
  max-width: 750px;
  position: relative;
}

.cf-mission-image-wrapper {
  width: 100%;
  max-width: 340px;
  height: 100%;
}

.cf-mission-image-wrapper.small {
  width: 100%;
  max-width: 180px;
  margin-right: 18%;
}

.cf-mission-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  place-items: center end;
  width: 100%;
}

.mission-image-container {
  width: 30%;
  max-width: 340px;
}

.cf-mission-upper-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.mission-flex {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1190px;
  padding-top: 210px;
  padding-bottom: 60px;
}

.cf-mission-section {
  color: #fff;
  background-color: #0000;
  position: relative;
}

.heading-4 {
  font-weight: 800;
}

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

.bold-text {
  -webkit-text-stroke-width: .2px;
  -webkit-text-stroke-color: var(--white);
}

@media screen and (min-width: 1440px) {
  ._4-col-grid.company-logo {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .about-img {
    overflow: auto;
  }

  .author-logo {
    width: 110px;
    margin-bottom: 0;
  }

  .checkbox-2 {
    margin-left: -19px;
  }

  .burger-top-line.modal-top-line {
    background-color: #000;
    transform: translate(0, 150%)rotate(-40deg);
  }

  .burger-bottom-line.modal-bottom-line {
    background-color: #000;
    transform: translate(0, -200%)rotate(45deg);
  }

  .div-block-28 {
    z-index: auto;
    display: none;
  }

  .form-submition-container {
    z-index: 999;
    position: relative;
  }

  .div-block-30 {
    right: 10%;
  }

  .menu-logo {
    z-index: 997;
    align-items: flex-end;
    height: 20%;
    overflow: hidden;
  }

  .footer-checbox-txt {
    padding-left: 10px;
  }

  .modal {
    z-index: 999;
  }

  .modal-bottom {
    z-index: 997;
    align-items: flex-end;
    height: 20%;
    overflow: hidden;
  }

  ._6-col-grid.company-logo {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .col-least {
    height: 2080px;
  }

  .client-logo-wrapper {
    width: 5em;
    height: 5em;
    margin-left: 4em;
    margin-right: 4em;
  }

  .headingsns {
    margin-top: 2em;
    margin-bottom: 0;
    font-size: 36px;
  }
}

@media screen and (min-width: 1920px) {
  ._2-col-grid.header {
    align-items: stretch;
  }

  .section.header {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .section.logo.zolta {
    background-image: url('../images/killer-bg7-25web.webp');
  }

  .section.korzysci.bg-plam.pojawiamsieiznikam {
    background-image: url('../images/killer-bg6-50web.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }

  .section.logo-klienci {
    background-color: var(--yellw);
  }

  .section.footer {
    padding-bottom: 0;
  }

  .grid-block.glownaformblock {
    padding-left: 10%;
  }

  .arrow-button {
    background-color: var(--yellw);
  }

  .about-img {
    object-fit: cover;
  }

  .build-by-link {
    background-color: var(--yellw);
    color: var(--white);
  }

  .checkbox-2 {
    margin-left: -20px;
  }

  .heading-small {
    text-align: center;
  }

  .menu-logo {
    z-index: 997;
  }

  .footer-checbox-txt {
    padding-left: 10px;
  }

  .modal {
    overflow: hidden;
  }

  .navbar-link.w--current {
    color: #000;
  }

  .modal-bottom {
    z-index: 997;
  }

  .col-least {
    height: 2080px;
  }

  .stickybutton {
    background-color: var(--yellw);
  }

  .formglowna {
    width: 25vw;
  }

  .sekcja-plama.header {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .sekcja-plama.logo-klienci {
    background-color: var(--yellw);
  }

  .sekcja-plama.footer {
    padding-bottom: 0;
  }

  .sekcja-plama.header-copy {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .arrow-button-invert {
    background-color: var(--blu);
    align-self: center;
  }

  .arrow-button-invert:hover {
    background-color: var(--yellw);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
    line-height: 72px;
  }

  h2 {
    font-size: 48px;
    line-height: 56px;
  }

  h3 {
    font-size: 36px;
    line-height: 44px;
  }

  h4 {
    font-size: 28px;
    line-height: 36px;
  }

  ._3-col-grid {
    grid-column-gap: 25px;
  }

  ._3-col-grid.testimonial {
    grid-template-columns: 1fr 1fr;
  }

  ._2-col-grid {
    grid-column-gap: 50px;
    grid-row-gap: 55px;
    grid-template-columns: 1fr;
  }

  .menu-block, .split-content.style-guide-content-left {
    display: none;
  }

  .grid-style-guide {
    grid-template-columns: 1fr;
  }

  .sg-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._4-col-grid {
    grid-column-gap: 26px;
  }

  .section.header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .colors-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .tablet-centered {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tablet-left-align {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .button-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .subheading {
    font-size: 22px;
  }

  .blob-img {
    width: 30%;
    bottom: -8%;
    left: -2%;
  }

  .arrow-button-nav {
    display: none;
  }

  .menu-button {
    background-color: var(--blu);
  }

  .menu-button.nav {
    background-color: var(--blu);
    border-radius: 48px;
  }

  .nav-menu {
    background-color: var(--blu);
    color: var(--black);
    border-radius: 48px;
    margin: 15px;
    padding: 15px;
  }

  .menu-socials-wrapper {
    width: 50%;
    margin-right: 0;
  }

  .menu-email-link {
    display: none;
  }

  .navbar-container {
    max-width: 90%;
  }

  .social-link-first-row {
    justify-content: flex-start;
  }

  .burger-top-line {
    width: 1rem;
    height: .1rem;
    margin-bottom: .2rem;
  }

  .burger-bottom-line {
    width: 1rem;
    height: .1rem;
  }

  .home-link.w--current {
    width: 3.5rem;
    height: 1.5rem;
  }

  .menu-socials-mail-link {
    width: 100%;
    margin-bottom: 10%;
    font-size: 2rem;
    display: block;
  }

  .menu-social-link-arrow {
    width: .8rem;
    height: .8rem;
  }

  .heading-small {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .menu-social-link-text-row-2 {
    font-size: 1.25rem;
    line-height: 1;
  }

  .navbar {
    margin-top: 2rem;
  }

  .burger-menu-button {
    width: 2.5rem;
    height: 2.5rem;
    padding: .4rem;
  }

  .menu-page-links {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex: none;
    grid-template-columns: 1fr;
    align-content: start;
    width: 50%;
    margin-top: 0;
  }

  .top-nav-links {
    height: 2rem;
    margin-top: 1rem;
  }

  .menu-social-link-text {
    font-size: 1.25rem;
    line-height: 1;
  }

  .menu-social-link {
    height: 1.3rem;
  }

  .menu-socials-list-item {
    grid-row-gap: 1.25rem;
  }

  .logo-dark-image {
    width: 3.5rem;
    height: 1.5rem;
  }

  .nav-right-part {
    grid-column-gap: .5rem;
  }

  .mail-link-text {
    font-size: 1.8rem;
  }

  .footer-form-input {
    height: 1.7rem;
    font-size: .8rem;
  }

  .menu-socials-list {
    grid-row-gap: 1.25rem;
  }

  .footer-form-inputs-container {
    margin-bottom: 2rem;
  }

  .footer-form-column-modal {
    width: 100%;
  }

  .menu-wrapper {
    flex-flow: wrap;
    padding-top: 15%;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .nav-link-text {
    height: 1.6rem;
    font-size: .7rem;
  }

  .footer-form-submit-button-modal {
    font-size: 1rem;
  }

  .logo-light-image {
    width: 3.5rem;
    height: 1.5rem;
  }

  .navbar-link {
    justify-content: flex-start;
    margin-right: 1.5rem;
    font-size: .95rem;
  }

  .social-link-second-row {
    justify-content: flex-start;
  }

  .menu-page-link {
    height: 3rem;
    margin-bottom: 2.5rem;
  }

  .menu-page-link-text {
    font-size: 2.5rem;
  }

  .empty-nav-spacer {
    padding-right: 3rem;
  }

  ._6-col-grid {
    grid-column-gap: 26px;
  }

  .col_40 {
    width: 100%;
  }

  .col_60 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
  }

  .container_p {
    flex-direction: column;
  }

  .card_row {
    padding-left: 0;
  }

  .card_col_2 {
    padding-right: 0;
  }

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

  ._600-width {
    width: 100%;
    max-width: none;
  }

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

  .chat-controls.first-screen {
    display: none;
  }

  ._9-col-grid {
    grid-column-gap: 26px;
  }

  .infinite-loop-container {
    margin-bottom: 3em;
  }

  .infinite-loop-container.works-text-loop {
    margin-bottom: 15vh;
  }

  .client-logo-wrapper {
    width: 3rem;
    height: 3rem;
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sekcja-plama.header, .sekcja-plama.header-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cf-parallax-scribble-2 {
    bottom: 15%;
    left: 20%;
  }

  .cf-parallax-scribble-1 {
    bottom: 37%;
    right: -16%;
  }

  .cf-parallax-image-3 {
    bottom: 25%;
  }

  .cf-parallax-image-1 {
    width: 40%;
    bottom: 17%;
    left: -14%;
  }

  .cf-parallax-image-contain {
    margin-bottom: 60px;
  }

  .cf-82px-heading {
    font-size: 70px;
  }

  .cf-create-images {
    width: 50%;
  }

  .cf-create-images._3, .cf-create-images._2 {
    width: 40%;
  }

  .cf-create-heading {
    font-size: 50px;
  }

  .cf-mission-special-image {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 40px;
    align-items: center;
    margin-top: 64px;
    margin-left: 0;
    display: flex;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-mission-text-container {
    width: 100%;
  }

  .cf-mission-image-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .mission-image-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .cf-mission-upper-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
    line-height: 56px;
  }

  h2 {
    font-size: 40px;
    line-height: 48px;
  }

  h3 {
    font-size: 32px;
    line-height: 40px;
  }

  ._3-col-grid {
    grid-row-gap: 51px;
    grid-template-columns: 1fr;
  }

  ._2-col-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .sg-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  ._4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sg-content-block.colour {
    margin-top: 40px;
  }

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

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

  .mobile-landscape-centered {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-landscape-left-align {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .blob-img {
    bottom: -4%;
  }

  .footer-bottom {
    justify-content: space-between;
  }

  .menu-button.nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .burger-top-line {
    width: 1.2rem;
    height: .13rem;
    margin-bottom: .35rem;
  }

  .burger-bottom-line {
    width: 1.2rem;
    height: .13rem;
  }

  .home-link.w--current {
    width: 4.3rem;
    height: 1.5rem;
  }

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

  .menu-social-link-text-row-2 {
    font-size: 1.2rem;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .burger-menu-button {
    flex: none;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 2.9rem;
    height: 2.9rem;
    display: flex;
  }

  .top-nav-links {
    display: none;
  }

  .menu-social-link-text {
    font-size: 1.2rem;
  }

  .logo-dark-image {
    width: 4.3rem;
    height: 1.5rem;
  }

  .mail-link-text {
    font-size: 1.6rem;
  }

  .menu-logo {
    align-items: flex-end;
  }

  .logo-light-image {
    width: 4.3rem;
  }

  .navbar-link {
    margin-right: .8rem;
  }

  .menu-page-link {
    height: 2.5rem;
  }

  .modal-bottom {
    align-items: flex-end;
  }

  .menu-page-link-text {
    font-size: 2rem;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .col_40 {
    padding-right: 0;
  }

  .col_60 {
    flex-direction: column;
  }

  .card_row {
    width: 100%;
    padding-right: 0;
  }

  .card_col_2 {
    width: 100%;
    padding-left: 0;
  }

  .features-grid, .features-grid-ulepszenia {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .faq-question-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._9-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .infinite-loop-container.works-text-loop, .logo-loop-part {
    font-size: 2vw;
  }

  .client-logo-wrapper {
    width: 4rem;
    height: 4rem;
  }

  .sekcja-plama {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sekcja-plama.header, .sekcja-plama.header-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-parallax-scribble-2 {
    bottom: 3%;
  }

  .cf-parallax-scribble-1 {
    bottom: 53%;
  }

  .cf-parallax-image-3 {
    bottom: 19%;
  }

  .cf-parallax-image-1 {
    bottom: 5%;
  }

  .cf-parallax-image-contain {
    height: 500px;
    margin-top: -60px;
  }

  .cf-82px-heading {
    font-size: 50px;
  }

  .cf-hero-section-5---heading-wrapper {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .cf-about-images-contain {
    height: 500px;
  }

  .cf-create-heading {
    font-size: 40px;
  }

  .cf-grey-create-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cf-mission-special-image {
    width: 30%;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-mission-image-wrapper.small {
    margin-right: 0;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 42px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 28px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  ._3-col-grid.header-stats {
    grid-row-gap: 20px;
    grid-template-columns: 1.25fr;
    margin-top: 50px;
  }

  ._3-col-grid.testimonial {
    grid-template-columns: 1fr;
  }

  ._2-col-grid.header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    place-items: stretch center;
    margin-top: 0;
  }

  ._2-col-grid.girl-2nd-top {
    margin-top: 100px;
  }

  .icon-grid {
    flex-wrap: wrap;
  }

  .button-item.style-guide-spacer {
    margin-bottom: 24px;
  }

  .sg-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._4-col-grid.company-logo {
    text-align: left;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    place-items: center;
  }

  .style-guide-block.buttons, .style-guide-block.forms, .style-guide-block.icons, .style-guide-block.rich-text, .style-guide-block.typography {
    margin-top: 72px;
  }

  .container.portfolio-header {
    position: sticky;
    top: 0;
  }

  .container.testimonial-header {
    align-items: flex-start;
  }

  .style-guide-button-wrapper, .style-guide-button-wrapper.margin-bottom-32 {
    flex-wrap: wrap;
  }

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

  .section.header {
    background-position: 100% 167%, 0 0;
    background-size: 1920px, auto;
    background-attachment: fixed, scroll;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .section.logo.zolta {
    position: static;
  }

  .section.about {
    padding-top: 0;
  }

  .section.footer, .section.harmon {
    overflow: hidden;
  }

  .section.pomarancz2 {
    padding-top: 0;
  }

  .section.logo-klienci {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.footer {
    overflow: hidden;
  }

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

  .grid-block, .grid-block.stats-wrapper, .grid-block.stats-wrapper.srodkowy, .grid-block.text-col {
    padding-left: 0;
  }

  .grid-block.glownaformblock {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .max-width-medium.herotxt {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    text-shadow: 0 0 16px #000000ad;
    mix-blend-mode: normal;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 18px;
  }

  .mobile-centered {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-left-align {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .main-wrapper {
    position: static;
    overflow: hidden;
  }

  .arrow-button.modalbutn {
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 5.3vw;
    font-weight: 500;
    line-height: 20px;
  }

  .white-text {
    letter-spacing: -.05px;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .subheading {
    font-size: 18px;
    line-height: 1;
  }

  .stats-icon {
    text-align: right;
    width: 60px;
  }

  .company-logo {
    text-align: center;
    width: 70%;
  }

  .text-yellow.yellowhero {
    background-image: url('../images/killer-bg3.webp');
    background-size: auto;
    font-size: 54px;
  }

  .blob-img {
    bottom: -2%;
  }

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

  .footer-logo-wrapper {
    padding-left: 1px;
  }

  .social-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .menu-button.nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-paragraph {
    align-self: center;
  }

  .home-link.w--current {
    height: auto;
  }

  .form.form-block {
    align-items: center;
  }

  .form-block {
    font-size: 3.6vw;
  }

  .menu-socials-mail-link {
    margin-bottom: 15%;
  }

  .menu-social-link-arrow {
    width: .65rem;
    height: .65rem;
  }

  .heading-small {
    font-size: 140%;
  }

  .menu-social-link-text-row-2 {
    font-size: 1.1rem;
  }

  .navbar {
    margin-top: .25rem;
  }

  .burger-menu-button {
    align-self: center;
    align-items: flex-start;
    width: 2.8rem;
    height: 2.8rem;
  }

  .menu-social-link-text {
    font-size: 1rem;
  }

  .logo-dark-image {
    height: 2rem;
    max-height: 4em;
  }

  .mail-link-text {
    font-size: 1.2rem;
  }

  .footer-form-input.modal-input {
    height: 2.4em;
    font-size: .9em;
  }

  .footer-form-input.modal-input::placeholder {
    color: #000;
  }

  .menu-logo {
    align-items: flex-end;
  }

  .footer-checbox-txt {
    font-size: .7em;
  }

  .footer-form-inputs-container {
    margin-bottom: 1rem;
  }

  .footer-form-column-modal {
    order: 0;
    margin-bottom: 4rem;
  }

  .menu-wrapper {
    padding-top: 25%;
    padding-bottom: 30%;
  }

  .nav-link-text {
    flex: none;
    align-items: center;
    margin-top: 2px;
    font-size: 1rem;
  }

  .footer-form-submit-button-modal {
    padding-left: 7em;
    padding-right: 7em;
  }

  .logo-light-image {
    height: 4rem;
    max-height: 4px;
  }

  .navbar-link {
    margin-right: 1rem;
    font-size: .93rem;
  }

  .navbar-link.w--current {
    font-size: .93rem;
  }

  .navbar-link.contact-button {
    height: 2.5em;
  }

  .menu-page-link {
    margin-bottom: 2.3rem;
  }

  .modal-bottom {
    align-items: flex-end;
  }

  ._6-col-grid.company-logo {
    text-align: left;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    place-items: center;
  }

  .heading.heroheading {
    padding-left: 0;
    font-size: 42px;
  }

  .h1_example.dlaczego {
    font-size: 42px;
    line-height: 44px;
  }

  .content_wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .col_60 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .col_60.icony {
    padding-top: 0;
    padding-bottom: 0;
    position: sticky;
    top: 15vh;
  }

  .container_p {
    position: relative;
  }

  .card_base.corobimy {
    position: sticky;
    top: 0;
  }

  .card_base.empty-card-base {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .card_row.corobimy {
    margin-top: 0;
    position: relative;
  }

  .card_row.dlaczegokolumna {
    padding-left: 0%;
    padding-right: 0%;
  }

  .card_col_2 {
    top: 0;
  }

  .card_col_2.dlaczegokolumna {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .feature-grid-item-ulepszenia {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

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

  .col45 {
    z-index: 99;
    width: 100%;
    position: relative;
  }

  .columns {
    z-index: 99;
    flex-direction: column;
    justify-content: flex-start;
  }

  .h3 {
    text-align: center;
    font-size: 24px;
    line-height: 1.4em;
  }

  .chat-friends {
    display: block;
  }

  .chat-friends.deskto {
    display: none;
  }

  .sectionzoom {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .background-video-2 {
    border-radius: 6px;
    height: 210px;
  }

  .video-chat {
    border-radius: 6px;
    flex-flow: wrap;
    align-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    height: 100%;
    display: flex;
  }

  .video-chat.responsive.d5 {
    height: 105.7%;
  }

  .col-least {
    flex: 0 auto;
    width: 100%;
    height: 880px;
  }

  .chat-controls {
    display: none;
  }

  .chat-controls.first-screen.mobile {
    border-radius: 6px;
    margin-top: 10px;
    display: block;
    position: relative;
  }

  .question-title {
    flex: 1;
  }

  ._9-col-grid.company-logo {
    text-align: left;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    place-items: center;
  }

  ._9-col-grid.narzedzialogo {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    grid-template-columns: 1fr 1fr 1fr;
    place-content: center;
    place-items: center;
  }

  .company-logo-app {
    text-align: center;
    width: 100%;
  }

  .stickybutton {
    text-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    left: .7em;
    right: .7em;
  }

  .infinite-loop-container.works-text-loop {
    margin-bottom: 0;
    font-size: 2vw;
    line-height: 1;
    overflow: visible;
  }

  .client-logo-wrapper {
    width: 6.4rem;
    height: 5.4rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .headingrakieta {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-napomaranczowym {
    text-align: center;
    position: sticky;
    top: 10vh;
  }

  .herospan {
    font-size: 45px;
  }

  .heading-modal {
    text-align: center;
    font-size: 36px;
  }

  .heading-3 {
    text-align: center;
  }

  .headingsns {
    font-size: 30px;
    line-height: 40px;
  }

  .formglowna {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 3.6vw;
  }

  .head2wiekszy {
    text-align: left;
  }

  .head2wiekszy.niejestesmy {
    font-size: 18px;
    line-height: 28px;
  }

  .sekcja-plama {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sekcja-plama.header {
    padding-top: 0;
  }

  .sekcja-plama.logo.zolta {
    position: static;
  }

  .sekcja-plama.about {
    padding-top: 0;
  }

  .sekcja-plama.footer, .sekcja-plama.harmon, .sekcja-plama.footer {
    overflow: hidden;
  }

  .sekcja-plama.header-copy {
    padding-top: 0;
  }

  .head-skierujruch {
    font-size: 42px;
  }

  .arrow-button-invert.modalbutn {
    font-size: 6vw;
  }

  .cf-parallax-scribble-2 {
    width: 50%;
    bottom: 22%;
  }

  .cf-parallax-scribble-1 {
    width: 60%;
    bottom: 78%;
  }

  .cf-parallax-image-4 {
    width: 100%;
    margin-top: -50%;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    bottom: 40%;
    left: 0%;
    right: 0;
  }

  .cf-parallax-image-3 {
    width: 70%;
    position: relative;
    bottom: 25%;
    left: -13%;
  }

  .cf-parallax-image-2 {
    align-self: flex-end;
    width: 70%;
    position: relative;
    top: -10%;
    right: -12%;
  }

  .cf-parallax-image-1 {
    width: 70%;
    position: relative;
    inset: 100% 0 0% -28%;
  }

  .cf-parallax-image-contain {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 350px;
    margin-top: 51%;
    position: static;
  }

  .cf-82px-heading {
    font-size: 40px;
  }

  .cf-hero-section-5---heading-wrapper {
    padding-bottom: 60px;
  }

  .cf-hero-section-5 {
    overflow: visible;
  }

  .cf-about-images-contain {
    height: 300px;
    margin-top: 0;
  }

  .cf-create-heading {
    font-size: 30px;
  }

  .cf-grey-create-wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 150px;
  }

  .cf-flex-section-2 {
    margin-top: 100%;
    padding-top: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .cf-mission-image, .cf-mission-image._1 {
    width: 100%;
  }

  .cf-mission-special-image {
    width: 100%;
    left: -34%;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .cf-mission-text-grid {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-mission-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .mission-image-container {
    margin-bottom: 0;
  }

  .cf-mission-upper-container {
    margin-bottom: 0;
    margin-right: 0;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.mission-flex {
    width: 100%;
    padding-top: 0;
    padding-bottom: 100px;
  }
}

#w-node-f2cd0d06-5136-78f8-8823-e1871dcb592a-e4b6e72d, #w-node-f2cd0d06-5136-78f8-8823-e1871dcb592f-e4b6e72d, #w-node-f2cd0d06-5136-78f8-8823-e1871dcb5934-e4b6e72d, #w-node-f2cd0d06-5136-78f8-8823-e1871dcb5939-e4b6e72d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_649e52fa-2b2a-5f34-38b7-a9766e0eaefc-e4b6e72d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#skontaktujsie.w-node-_649e52fa-2b2a-5f34-38b7-a9766e0eaefd-e4b6e72d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_4b6c895e-795e-11aa-0858-ca69d459247a-e4b6e72d, #w-node-_32f576d1-ae36-f693-1a47-9872baee0625-e4b6e72d, #w-node-ae304c13-800e-9960-507d-bd3f440b8642-e4b6e72d, #w-node-_825463b2-82cd-557f-0072-791759489f3f-e4b6e72d, #w-node-_6b138a23-b7c7-2e8c-90d5-1435114e58c3-e4b6e72d, #w-node-d3f7c85a-4fe8-ac65-dee7-c65535ecbbc0-e4b6e72d, #w-node-_8c3d3166-6b18-9f1f-1de2-2ab01e5931fe-e4b6e72d, #w-node-_8c3d3166-6b18-9f1f-1de2-2ab01e593200-e4b6e72d, #w-node-_8c3d3166-6b18-9f1f-1de2-2ab01e593204-e4b6e72d, #w-node-_8c3d3166-6b18-9f1f-1de2-2ab01e593202-e4b6e72d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddf0af69-8196-9f19-c6a9-aeed9508b40d-e4b6e72d, #w-node-_66f49e01-bb43-755e-9e8d-82e5612a18c5-e4b6e72d, #w-node-f14499e7-5b76-5fae-baf9-e26a43d5d50b-e4b6e72d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c226896-94d2-b8eb-d773-3de74b3ae393-e4b6e72d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16e98bc5-3029-2abd-ab72-3fb31cbfeb8b-e4b6e72d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a0d6d78a-5a40-6fdc-4971-276f29b0db9f-e4b6e72d, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba0-e4b6e72d, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba1-e4b6e72d, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba2-e4b6e72d, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba3-e4b6e72d, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba4-e4b6e72d, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba5-e4b6e72d, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba6-e4b6e72d, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba7-e4b6e72d, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba8-e4b6e72d, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba9-e4b6e72d, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dbaa-e4b6e72d, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dbab-e4b6e72d, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dbac-e4b6e72d, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dbad-e4b6e72d, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dbae-e4b6e72d, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dbaf-e4b6e72d, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dbb0-e4b6e72d, #w-node-f0eda49c-d7a8-4bba-808b-7eca833c25bf-e4b6e72d, #w-node-f0eda49c-d7a8-4bba-808b-7eca833c25c1-e4b6e72d, #w-node-f0eda49c-d7a8-4bba-808b-7eca833c25c3-e4b6e72d, #w-node-f0eda49c-d7a8-4bba-808b-7eca833c25c5-e4b6e72d, #w-node-f0eda49c-d7a8-4bba-808b-7eca833c25c7-e4b6e72d, #w-node-f0eda49c-d7a8-4bba-808b-7eca833c25ca-e4b6e72d, #w-node-f0eda49c-d7a8-4bba-808b-7eca833c25cc-e4b6e72d, #w-node-f0eda49c-d7a8-4bba-808b-7eca833c25ce-e4b6e72d, #w-node-f0eda49c-d7a8-4bba-808b-7eca833c25d0-e4b6e72d, #w-node-f0eda49c-d7a8-4bba-808b-7eca833c25d2-e4b6e72d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_374c5219-60a8-4a2b-273b-407fab0e00c3-e4b6e72d, #w-node-_374c5219-60a8-4a2b-273b-407fab0e00cb-e4b6e72d, #w-node-_374c5219-60a8-4a2b-273b-407fab0e00d3-e4b6e72d, #w-node-_374c5219-60a8-4a2b-273b-407fab0e00db-e4b6e72d, #w-node-_5f84e688-820f-cc66-a1f2-6e5b9df5498c-e4b6e72d {
  justify-self: center;
}

#w-node-e78bef95-8c7f-90f3-30d0-1d365682515b-e4b6e730 {
  justify-self: stretch;
}

#w-node-f2cd0d06-5136-78f8-8823-e1871dcb592a-f88ea222, #w-node-f2cd0d06-5136-78f8-8823-e1871dcb592f-f88ea222, #w-node-f2cd0d06-5136-78f8-8823-e1871dcb5934-f88ea222, #w-node-f2cd0d06-5136-78f8-8823-e1871dcb5939-f88ea222 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_649e52fa-2b2a-5f34-38b7-a9766e0eaefc-f88ea222 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#skontaktujsie.w-node-_649e52fa-2b2a-5f34-38b7-a9766e0eaefd-f88ea222 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_4b6c895e-795e-11aa-0858-ca69d459247a-f88ea222, #w-node-_32f576d1-ae36-f693-1a47-9872baee0625-f88ea222, #w-node-ae304c13-800e-9960-507d-bd3f440b8642-f88ea222, #w-node-_825463b2-82cd-557f-0072-791759489f3f-f88ea222, #w-node-_6b138a23-b7c7-2e8c-90d5-1435114e58c3-f88ea222, #w-node-d3f7c85a-4fe8-ac65-dee7-c65535ecbbc0-f88ea222, #w-node-_8c3d3166-6b18-9f1f-1de2-2ab01e5931fe-f88ea222, #w-node-_8c3d3166-6b18-9f1f-1de2-2ab01e593200-f88ea222, #w-node-_8c3d3166-6b18-9f1f-1de2-2ab01e593204-f88ea222, #w-node-_8c3d3166-6b18-9f1f-1de2-2ab01e593202-f88ea222 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddf0af69-8196-9f19-c6a9-aeed9508b40d-f88ea222, #w-node-_66f49e01-bb43-755e-9e8d-82e5612a18c5-f88ea222, #w-node-f14499e7-5b76-5fae-baf9-e26a43d5d50b-f88ea222 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c226896-94d2-b8eb-d773-3de74b3ae393-f88ea222 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16e98bc5-3029-2abd-ab72-3fb31cbfeb8b-f88ea222 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a0d6d78a-5a40-6fdc-4971-276f29b0db9f-f88ea222, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba0-f88ea222, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba1-f88ea222, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba2-f88ea222, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba3-f88ea222, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba4-f88ea222, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba5-f88ea222, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba6-f88ea222, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba7-f88ea222, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba8-f88ea222, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba9-f88ea222, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dbaa-f88ea222, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dbab-f88ea222, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dbac-f88ea222, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dbad-f88ea222, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dbae-f88ea222, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dbaf-f88ea222, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dbb0-f88ea222, #w-node-_9b5b3478-b3e3-9002-0a6c-368d261c4c3f-f88ea222, #w-node-_70477b07-f2d7-fff3-a57a-df301723c90a-f88ea222, #w-node-_4f395f17-210f-7701-e43b-83f291fb50b3-f88ea222 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_374c5219-60a8-4a2b-273b-407fab0e00c3-f88ea222, #w-node-_374c5219-60a8-4a2b-273b-407fab0e00cb-f88ea222, #w-node-_374c5219-60a8-4a2b-273b-407fab0e00d3-f88ea222, #w-node-_374c5219-60a8-4a2b-273b-407fab0e00db-f88ea222, #w-node-_5f84e688-820f-cc66-a1f2-6e5b9df5498c-f88ea222 {
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_374c5219-60a8-4a2b-273b-407fab0e00c3-e4b6e72d, #w-node-_374c5219-60a8-4a2b-273b-407fab0e00cb-e4b6e72d, #w-node-_374c5219-60a8-4a2b-273b-407fab0e00d3-e4b6e72d, #w-node-_374c5219-60a8-4a2b-273b-407fab0e00db-e4b6e72d, #w-node-_5f84e688-820f-cc66-a1f2-6e5b9df5498c-e4b6e72d, #w-node-_374c5219-60a8-4a2b-273b-407fab0e00c3-f88ea222, #w-node-_374c5219-60a8-4a2b-273b-407fab0e00cb-f88ea222, #w-node-_374c5219-60a8-4a2b-273b-407fab0e00d3-f88ea222, #w-node-_374c5219-60a8-4a2b-273b-407fab0e00db-f88ea222, #w-node-_5f84e688-820f-cc66-a1f2-6e5b9df5498c-f88ea222 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f2cd0d06-5136-78f8-8823-e1871dcb592a-e4b6e72d {
    order: 1;
  }

  #w-node-f2cd0d06-5136-78f8-8823-e1871dcb592f-e4b6e72d {
    order: 4;
  }

  #w-node-f2cd0d06-5136-78f8-8823-e1871dcb5934-e4b6e72d {
    order: 2;
  }

  #w-node-f2cd0d06-5136-78f8-8823-e1871dcb5939-e4b6e72d {
    order: 6;
  }

  #w-node-f2cd0d06-5136-78f8-8823-e1871dcb592a-f88ea222 {
    order: 1;
  }

  #w-node-f2cd0d06-5136-78f8-8823-e1871dcb592f-f88ea222 {
    order: 4;
  }

  #w-node-f2cd0d06-5136-78f8-8823-e1871dcb5934-f88ea222 {
    order: 2;
  }

  #w-node-f2cd0d06-5136-78f8-8823-e1871dcb5939-f88ea222 {
    order: 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_649e52fa-2b2a-5f34-38b7-a9766e0eaefc-e4b6e72d {
    justify-self: center;
  }

  #skontaktujsie.w-node-_649e52fa-2b2a-5f34-38b7-a9766e0eaefd-e4b6e72d {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-ddf0af69-8196-9f19-c6a9-aeed9508b40d-e4b6e72d, #w-node-_66f49e01-bb43-755e-9e8d-82e5612a18c5-e4b6e72d, #w-node-f14499e7-5b76-5fae-baf9-e26a43d5d50b-e4b6e72d {
    justify-self: start;
  }

  #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0db9f-e4b6e72d {
    place-self: center;
  }

  #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba1-e4b6e72d, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dbab-e4b6e72d {
    grid-column: span 1 / span 1;
  }

  #w-node-_374c5219-60a8-4a2b-273b-407fab0e00c5-e4b6e72d {
    grid-column-start: span 1.5;
    grid-column-end: span 1.5;
    grid-row: span 1 / span 1;
  }

  #w-node-_649e52fa-2b2a-5f34-38b7-a9766e0eaefc-f88ea222 {
    justify-self: center;
  }

  #skontaktujsie.w-node-_649e52fa-2b2a-5f34-38b7-a9766e0eaefd-f88ea222 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-ddf0af69-8196-9f19-c6a9-aeed9508b40d-f88ea222, #w-node-_66f49e01-bb43-755e-9e8d-82e5612a18c5-f88ea222, #w-node-f14499e7-5b76-5fae-baf9-e26a43d5d50b-f88ea222 {
    justify-self: start;
  }

  #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0db9f-f88ea222 {
    place-self: center;
  }

  #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dba1-f88ea222, #w-node-a0d6d78a-5a40-6fdc-4971-276f29b0dbab-f88ea222 {
    grid-column: span 1 / span 1;
  }

  #w-node-_374c5219-60a8-4a2b-273b-407fab0e00c5-f88ea222 {
    grid-column-start: span 1.5;
    grid-column-end: span 1.5;
    grid-row: span 1 / span 1;
  }
}


