:root {
  --untitled-ui-gray400: #f7f7f7;
  --kolor-pomocniczy: #1f0a5c;
  --untitled-ui-gray200: #eaecf0;
  --kolor-główny: #e50071;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-success50: #ecfdf3;
  --untitled-ui-white: white;
  --untitled-ui-gray900: #101828;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray600: #475467;
  --untitled-ui-success700: #027a48;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-primary300: #d6bbfb;
  --untitled-ui-gray50-501: #f9fafb;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
}

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  letter-spacing: -.03em;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
}

.f-form-parent {
  margin-bottom: 0;
}

.f-form-parent.is--form {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.f-steps-form-contain {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.f-steps-form-contain.blocks {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  width: 80%;
}

.f-steps-wrap {
  padding: 3.5rem 2rem;
}

.f-steps-wrap.card {
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 7rem;
  display: flex;
  position: relative;
}

.f-steps-wrap.card.inf {
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 7rem;
}

.f-steps-wrap.card {
  grid-row-gap: 2rem;
  text-align: center;
  grid-row-gap: 2rem;
  text-align: center;
  background-color: #fff0;
  border: 1px #f1f1f1;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.f-steps-wrap.card.margin {
  padding-bottom: 6rem;
}

.f-steps-wrap.card.change.last {
  padding-bottom: 5rem;
}

.f-steps-wrap.card.change.last.c {
  padding-top: 0;
}

.f-steps-wrap.card.change.last.c-copy {
  background-color: var(--untitled-ui-gray400);
  padding-top: 0;
}

.f-steps-wrap.card.change.c {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.f-steps-wrap.card.first {
  padding-top: 3rem;
}

.f-steps-wrap.card.first.c, .f-steps-wrap.card.first.c-copy {
  padding-top: 0;
}

.f-steps-wrap.card.first.c-copy-copy {
  padding-top: 0;
  padding-bottom: 3rem;
}

.f-steps-wrap.card.score {
  padding-top: 5rem;
}

.f-form-steps-item.is---2 {
  z-index: 0;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-form-steps-item.is---2.large {
  min-height: 140vh;
}

.f-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.f-form-steps-wrap.is---2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.f-error-message {
  color: #fff;
  background-color: #ff5858ed;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.f-form-section {
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.f-form-steps-item-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.f-form-steps-item-wrap.education {
  background-color: var(--kolor-pomocniczy);
  background-image: url('../images/ID-2-1-p-500_1.png'), url('../images/ID-2-1-p-500_1.png');
  background-position: 120% 140%, -20% -40%;
  background-repeat: no-repeat, no-repeat;
  background-size: 400px, 400px;
  overflow: hidden;
}

.f-form {
  background-color: #ededed00;
}

.f-form.is--form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.f-success-message {
  z-index: 1;
  color: #fff;
  background-color: #031616;
  height: 100%;
  position: relative;
}

.body {
  color: #000;
  background-image: url('../images/Untitled-design---2024-07-27T203902.540_1Untitled design - 2024-07-27T203902.540.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-attachment: fixed;
  font-family: Inter;
}

.f-form-button {
  background-color: var(--kolor-pomocniczy);
  color: #fff;
  letter-spacing: .03125rem;
  cursor: pointer;
  border: 1px #3620f7;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 10px 18px;
  font-family: Mont;
  font-size: .875rem;
  font-weight: 600;
}

.f-form-button.back {
  color: var(--kolor-pomocniczy);
  background-color: #6941c617;
  border-color: #3620f714;
  font-weight: 400;
}

.f-form-button.back.light {
  color: var(--untitled-ui-gray200);
  background-color: #ffffff17;
}

.f-form-button.white {
  background-color: var(--untitled-ui-gray400);
  color: var(--kolor-główny);
  border-style: none;
  font-weight: 700;
}

.f-progress-bar-contain {
  z-index: 99;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.f-progress-bar {
  background-color: var(--untitled-ui-gray300);
  flex: 1;
  height: 100%;
}

.f-progress-bar.current {
  background-image: linear-gradient(180deg, var(--kolor-główny), #ff2992);
}

.f-form-text-field {
  text-align: center;
  font-family: Mont;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.f-form-text-field.white {
  color: var(--untitled-ui-gray400);
}

.f-form-button-contain {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fafafa00;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 1.2rem 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.f-form-button-contain._1 {
  flex-direction: row;
  justify-content: center;
  bottom: 3%;
}

.f-form-button-contain._1.inf._3 {
  bottom: 0%;
}

.f-form-button-contain._1.inf._5 {
  bottom: 15%;
}

.f-form-button-contain.h {
  bottom: 3%;
}

.f-steps-form-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 22px;
  display: flex;
}

.f-steps-form-wrapper.margin-bottom {
  margin-bottom: 60px;
}

.f-form-radio-card-contain {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms-radio-card {
  color: #121331;
  border: 1px solid #0d117c14;
  border-radius: 6px;
  max-width: 220px;
  margin-bottom: 0;
  padding: .75rem 1rem .5rem;
  font-weight: 700;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-radio-card.center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  filter: brightness(200%) grayscale();
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms-radio-card.center:hover {
  filter: none;
}

.ms-radio-border {
  z-index: 4;
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.ms-radio-border.w--redirected-checked {
  z-index: 1;
  border: 3px none var(--kolor-główny);
  background-color: #e5007100;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.ms-radio-contents {
  z-index: 2;
  color: #333;
  text-align: center;
  width: 100%;
  font-family: Mont;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.ms-radio-contents:hover {
  color: var(--kolor-główny);
}

.ms-radio-contents.positive, .ms-radio-contents.negative {
  color: var(--kolor-główny);
  font-family: Mont;
}

.text-span-2 {
  color: #e50071;
}

.f-heading {
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(163deg, #000, #8b8b8b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: .9;
}

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

.image {
  width: 200px;
}

.text-block {
  color: var(--kolor-główny);
  font-family: Mont;
  font-weight: 600;
}

.bold-text {
  font-family: Mont;
  font-size: 50px;
  line-height: .9rem;
}

.f-steps-subtext-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #6941c6;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-size: 12px;
  display: flex;
}

.f-tagtxt {
  color: #999;
  letter-spacing: .03125rem;
  text-transform: uppercase;
  background-color: #fafafa;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 6px 10px;
  font-family: Mont;
  font-size: 10px;
  font-weight: 700;
  line-height: 200%;
}

.icon-embed-xxsmall-2 {
  color: var(--kolor-główny);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.f-paragraph {
  opacity: .51;
  text-align: center;
  max-width: 60ch;
  margin-bottom: 0;
  font-family: Mont;
  font-size: 16px;
  line-height: 1.6;
}

.f-paragraph.left {
  text-align: left;
  max-width: 70ch;
}

.f-paragraph.no-max.left.big {
  font-weight: 600;
}

.f-form-btn {
  color: #fff;
  letter-spacing: .03125rem;
  cursor: pointer;
  background-color: #1f0a5c;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 19px;
  font-family: Mont;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s;
}

.f-form-btn:hover {
  background-color: #e50071;
  transform: scale(1.05);
}

.f-steps-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  max-width: 90ch;
  display: flex;
}

.icon {
  width: 60px;
}

.info-text {
  color: var(--untitled-ui-gray400);
  font-family: Mont;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.info-text.small {
  text-align: left;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

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

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.div-block-2 {
  flex-flow: column;
  flex: 0 auto;
  width: 60%;
  display: flex;
}

.image-3 {
  border-radius: 10px;
  flex: 0 auto;
  width: 100px;
  height: 100px;
}

.paragraph {
  text-align: left;
}

.text-block-2 {
  color: var(--kolor-główny);
  text-align: left;
  font-family: Mont;
  font-size: 16px;
  font-weight: 700;
}

.text-block-2-copy {
  color: var(--untitled-ui-gray200);
  text-align: left;
  font-family: Mont;
  font-size: 14px;
  font-weight: 600;
}

.image-4 {
  width: 60px;
  position: absolute;
  inset: -5% 5% auto auto;
}

.confetti-2 {
  z-index: -1;
  width: 100%;
  position: absolute;
}

.container-navbar {
  border-bottom: 1px solid var(--untitled-ui-gray200);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  box-shadow: 0 2px 15px -7px #00000030;
}

.cta {
  grid-column-gap: 8px;
  background-color: var(--kolor-główny);
  color: #f3f7fa;
  letter-spacing: normal;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.cta:hover {
  transform: scale(1.03);
}

.cta.navbar-cta {
  background-color: var(--kolor-pomocniczy);
  height: 44px;
  margin-left: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Mont;
  font-size: 11px;
}

.cta.navbar-cta.pink {
  background-color: var(--kolor-główny);
  font-size: 11px;
}

.navbar {
  background-color: #fff;
  height: 68px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--kolor-pomocniczy);
  padding: 12px 16px;
  font-family: Mont;
  font-size: 11px;
  font-weight: 600;
}

.nav-link:hover {
  color: var(--kolor-główny);
}

.nav-link.w--current {
  color: var(--kolor-główny);
  font-weight: 600;
}

.brand-navbar {
  max-width: 150px;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.section.number {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.section.testimonial {
  background-color: #f3f7fa;
  padding-top: 20px;
  padding-bottom: 90px;
  overflow: hidden;
}

.section.background {
  background-color: #f3f7fa;
}

.section.background.gap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section.background.gap.no-see {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.section.buy-service {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.footer {
  background-color: #212121;
}

.paragraph-big {
  font-family: Mont;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-big.white {
  color: var(--untitled-ui-gray400);
  margin-bottom: 0;
  font-family: Mont;
}

.paragraph-big.white.small {
  font-size: 16px;
  line-height: 22px;
}

.space-16 {
  height: 16px;
}

.main-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1248px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.main-container.large {
  max-width: 1342px;
}

.main-container._2 {
  flex-flow: column-reverse wrap;
  justify-content: center;
  align-items: center;
}

.main-container.footer {
  flex-flow: wrap;
}

.main-container.verti {
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.main-container.top {
  justify-content: center;
  align-items: flex-start;
}

.number-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap-reverse;
  display: flex;
}

.number-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 105px;
  display: flex;
}

.number-tile.tile-02, .number-tile.tile-03 {
  border: 1px #000;
}

.limit-540 {
  width: 100%;
  max-width: none;
}

.expandable-single {
  background-color: var(--kolor-pomocniczy);
  cursor: pointer;
  border-radius: 18px;
  padding: 22px 24px 24px 32px;
}

.wrap-faq-columns {
  width: 100%;
  max-width: 590px;
}

.master-expandable {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.image-5 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.hide-2 {
  display: none;
}

.right-arrow {
  background-color: var(--kolor-główny);
  color: #0f184180;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .2s;
  display: block;
  inset: auto auto -68px 40px;
}

.right-arrow:hover {
  color: #0f1841;
}

.mask {
  overflow: visible;
}

.author-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.testimonial-divider {
  background-color: #dde7ee;
  border-radius: 20px;
  width: 100%;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.testimonial-card {
  background-color: var(--kolor-pomocniczy);
  border: 1px solid #f1f1f1;
  border-radius: 15px;
  width: 100%;
  max-width: 524px;
  padding: 24px 30px;
  position: relative;
}

.button-icon {
  color: var(--untitled-ui-gray400);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  transform: scale(.7);
}

.slide {
  margin-right: 24px;
}

.left-arrow {
  background-color: var(--kolor-główny);
  color: #0f184180;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .2s;
  display: flex;
  inset: auto auto -68px 0%;
}

.left-arrow:hover {
  color: #0f1841;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  max-width: 524px;
  height: auto;
  margin-left: 24px;
  margin-right: 24px;
}

.avatar {
  border-radius: 5px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.feature-card {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.feature-icon {
  flex: none;
  width: 50px;
  height: 50px;
}

.feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr;
}

.no-margin {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Mont;
}

.separator-text {
  flex: none;
  font-family: Mont;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.separator-line {
  background-color: var(--kolor-główny);
  width: 100%;
  max-width: 425px;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.buy-service-right {
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 450px;
  padding: 0;
  display: flex;
}

.checklist-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.checklist {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.checklist-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: auto;
  display: grid;
}

.buy-service-separator {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.buy-service-wrap {
  border-radius: 25px;
  display: flex;
}

.buy-service-left {
  background-color: var(--kolor-pomocniczy);
  color: #fff;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  width: 100%;
  padding: 80px 30px;
}

.checklist-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.footer-links {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.contact-vertical-divider {
  background-color: #dde7ee;
  width: 1px;
  height: 280px;
}

.footer-title {
  color: var(--untitled-ui-gray400);
  text-align: left;
  letter-spacing: 0;
  padding-bottom: 10px;
  font-family: Mont;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

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

.footer-text {
  color: var(--untitled-ui-gray400);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.left-footer-bottom {
  grid-column-gap: 32px;
  display: flex;
}

.cta-flex-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.contact-card {
  background-color: var(--kolor-pomocniczy);
  color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.contact-card.quiz {
  justify-content: center;
  align-items: center;
  width: 60%;
}

.contact-card.white {
  background-color: var(--untitled-ui-gray400);
}

.icon-cta {
  width: 24px;
  height: 24px;
}

.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.footer-link-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 734px;
  display: flex;
}

.legal-link {
  color: var(--untitled-ui-gray400);
  font-family: Mont;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.footer-divider {
  background-color: #1b1b1b1a;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.footer-link {
  color: var(--untitled-ui-gray400);
  font-family: Mont;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--kolor-główny);
}

.footer-main {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 386px;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.section-2 {
  background-image: url('../images/ID-2-1-p-500_1.png');
  background-position: 0 20px;
  background-repeat: no-repeat;
  background-size: 300px;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  padding: 4% 4% 20%;
  display: flex;
  position: relative;
}

.section-2.backgrounf {
  background-color: #f3f7fa;
  background-image: none;
  margin-top: 0%;
  padding-bottom: 4%;
}

.section-2.smaller-margin {
  padding-left: 2%;
  padding-right: 2%;
}

.section-2.smaller-margin.margin {
  padding-bottom: 17%;
  padding-left: 5%;
  padding-right: 5%;
}

.header-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--kolor-pomocniczy);
  border-radius: 10px;
  flex-flow: column;
  min-width: 250px;
  max-width: 45%;
  min-height: 150px;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: auto auto 10% 5%;
}

.header-block.static {
  position: static;
}

.heading {
  color: var(--untitled-ui-gray400);
  font-family: Mont;
  font-size: 25px;
  line-height: 37px;
}

.heading.bigger {
  font-size: 2rem;
  line-height: 45px;
}

.paragraph-2 {
  color: var(--untitled-ui-gray400);
  font-family: Mont;
  font-size: 16px;
  line-height: 25px;
}

.btn-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.button {
  border-radius: 10px;
  padding: 18px 25px;
  font-family: Mont;
  font-size: 15px;
  font-weight: 700;
}

.button.pink {
  background-color: var(--kolor-główny);
}

.button.white {
  background-color: var(--untitled-ui-gray400);
  color: var(--kolor-główny);
}

.circular-tag {
  background-color: var(--untitled-ui-gray400);
  background-image: url('../images/Untitled-design---2024-07-28T213108.276_1Untitled design - 2024-07-28T213108.276.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  margin-left: 15px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.youtube-2 {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
}

.image-column {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 25px;
  width: 80%;
  min-height: 74vh;
  position: relative;
  overflow: hidden;
}

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

.hover-image._6 {
  object-fit: cover;
  background-image: none;
}

.display-none {
  display: none;
}

.image-6 {
  object-fit: cover;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 100%;
  height: 100%;
}

.text-block-3 {
  color: var(--untitled-ui-gray400);
  text-align: center;
  margin-top: 10px;
  font-family: Mont;
  font-size: 12px;
  font-weight: 400;
}

.text-block-3.second {
  margin-top: 20px;
}

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

.link-2 {
  color: var(--untitled-ui-gray400);
  text-align: left;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-2.phone {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.link-2.phone.second, .link-2.second {
  color: #000;
}

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

.paragraph-3 {
  font-family: Mont;
}

.paragraph-3.second {
  color: #000;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mont;
  font-size: 18px;
}

.heading-2.second {
  color: #000;
}

.swiper-slide {
  z-index: 0;
  cursor: pointer;
  object-fit: cover;
  border-radius: 25px;
  flex: none;
  min-width: 250px;
  transition: transform .3s;
  position: relative;
}

.swiper-slide._1 {
  min-width: 400px;
  min-height: 0;
  overflow: visible;
}

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

.swiper-button-next {
  z-index: 1;
  background-color: var(--kolor-pomocniczy);
  color: #0b0c0b;
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1% 50% auto;
}

.swiper-button-next:hover, .swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible], .swiper-button-next._2 {
  background-color: var(--kolor-główny);
}

.swiper-button-next._2:hover {
  background-color: var(--kolor-pomocniczy);
}

.swiper-button-prev {
  z-index: 1;
  background-color: var(--kolor-pomocniczy);
  color: #0b0c0b;
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 50% -1%;
}

.swiper-button-prev:hover, .swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible], .swiper-button-prev._2 {
  background-color: var(--kolor-główny);
}

.swiper-button-prev._2:hover {
  background-color: var(--kolor-pomocniczy);
}

.slider_slider-wrapper {
  position: relative;
  overflow: hidden;
}

.swiper-container {
  max-width: 100%;
}

.slider-custom-style {
  display: none;
}

.swrper_component {
  object-fit: cover;
  position: relative;
}

.swiper-pagination {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%);
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing.project {
  padding-top: 0;
  padding-bottom: 2rem;
}

.swiper-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  display: flex;
  position: relative;
}

.heading-3 {
  color: #505050;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Mont;
  font-size: 20px;
  font-weight: 600;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-play-target {
  z-index: 1;
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.volume-level-empty {
  background-color: #fff;
  width: 100px;
  height: 3px;
}

.video-timeline {
  opacity: .66;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.video-timeline:hover {
  opacity: 1;
}

.video-wrapper {
  object-fit: cover;
  background-color: #f3f7fa;
  border-radius: 25px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.volume-level-fill {
  background-color: #f40103;
  width: 50%;
  height: 100%;
  position: relative;
}

.video-timeline-fill {
  background-color: var(--kolor-główny);
  width: 1%;
  height: 100%;
  position: relative;
}

.video-control-flex {
  justify-content: space-between;
  display: flex;
}

.video-button {
  opacity: .66;
  color: #fff;
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  max-height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.video-button:hover {
  opacity: 1;
}

.video-button.extend-right-padding {
  margin-right: 0;
  padding-right: 10px;
}

.video-inner-wrapper {
  object-fit: cover;
  border-radius: 25px;
  flex: 1;
}

.video-timeline-empty {
  background-color: #fff;
  width: 100%;
  height: 4px;
}

.video-box {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  min-height: 600px;
  margin-bottom: 20px;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 17px 1px #0000004a;
}

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

.volume-level {
  cursor: pointer;
  align-items: center;
  width: 100px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.video-level-dot {
  background-color: var(--kolor-główny);
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px -3px 0% auto;
}

.video-volume {
  z-index: 2;
  opacity: .66;
  justify-content: flex-start;
  align-items: center;
  width: 0;
  margin-left: -5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-volume:hover {
  opacity: 1;
}

.video-controls {
  z-index: 2;
  background-image: linear-gradient(0deg, #000000a8 100%, #fff0);
  width: 100%;
  padding: 15px 10px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.video-icon {
  height: 16px;
}

.video-volume-controls {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.name-title {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sub-title-name {
  color: var(--untitled-ui-gray400);
  font-family: Mont;
}

.quote.right-croner {
  width: 40px;
  position: absolute;
  inset: 5% 5% auto auto;
}

.bold-text-3 {
  color: var(--kolor-główny);
}

.heading-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mont;
  font-size: 1.8rem;
  font-weight: 700;
}

.paragraph-4 {
  font-family: Mont;
}

.heading-5 {
  color: var(--kolor-główny);
  font-family: Mont;
  font-weight: 700;
}

.paragraph-5 {
  font-family: Mont;
  font-weight: 600;
}

.heading-6 {
  text-align: left;
  font-family: Mont;
  font-size: 2rem;
  font-weight: 700;
}

.paragraph-6 {
  text-align: left;
  margin-bottom: 30px;
  font-family: Mont;
  font-size: 15px;
}

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

.text-block-4 {
  font-family: Mont;
  font-size: 15px;
  font-weight: 600;
}

.paragraph-7 {
  font-family: Mont;
  font-size: 13px;
}

.heading-7 {
  color: var(--untitled-ui-gray400);
  font-family: Mont;
  font-size: 2rem;
  font-weight: 700;
}

.paragraph-8 {
  font-family: Mont;
}

.button-2 {
  background-color: var(--kolor-pomocniczy);
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 50px;
  max-height: none;
  font-family: Mont;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.button-2:hover {
  background-color: var(--kolor-główny);
}

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

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

.home_2_calulator-embed {
  background-color: #ededed00;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 15px;
  display: flex;
  position: static;
}

.heading-style-h4 {
  font-family: Mont;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.home_2_calulator-embed-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-top, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-color-grey {
  color: #aaa;
  font-family: Mont;
  font-size: .75rem;
}

.calculator_wrapper {
  z-index: 3;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60vw;
  max-width: 100%;
  height: auto;
  padding: 2rem;
  display: flex;
  position: relative;
}

.section_home_2_feature {
  position: relative;
}

.home_2_feature_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.image-7 {
  z-index: 1;
  width: 200px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-23 {
  background-color: #fff;
  padding: 50px 0;
}

.div-block-55 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: #1f0a5c;
  background-image: url('../images/ID-2-1_1ID-2 (1).webp');
  background-position: 110% 120%;
  background-repeat: no-repeat;
  background-size: 20%;
  border-radius: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 44px;
  display: flex;
}

.div-block-56 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.heading-53 {
  color: #eef0f2;
  font-family: Mont;
  font-size: 2rem;
  font-weight: 600;
}

.paragraph-26 {
  color: #eef0f2;
  font-family: Mont;
  font-size: 15px;
  font-weight: 600;
}

.paragraph-26.bigger {
  font-size: 16px;
  line-height: 21px;
}

.paragraph-26.dif {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-57 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.button-3 {
  text-align: center;
  cursor: pointer;
  background-color: #e50171;
  border-radius: 10px;
  max-width: 70%;
  margin-top: 20px;
  padding: 17px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

.features-card-img {
  margin-bottom: 30px;
}

.features-right {
  grid-row-gap: 200px;
  flex-direction: column;
  width: 60%;
  display: flex;
  position: relative;
}

.features-card-title {
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-family: Mont;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.features-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-card {
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 150px;
}

.features-card.third {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  margin-bottom: 15px;
  top: 180px;
}

.features-card.second {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  margin-bottom: 30px;
  top: 165px;
}

.features-card.first {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  margin-bottom: 45px;
  box-shadow: 0 2px 9px 5px #c0c0c033;
}

.features-card.fourth {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  top: 195px;
}

.features-left {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  max-width: 450px;
  display: flex;
  position: sticky;
  top: 150px;
}

.paragraph-27 {
  text-align: left;
  font-family: Mont;
  font-size: 16px;
}

.div-block-58 {
  flex-flow: column;
  display: flex;
}

.section-24 {
  padding-top: 40px;
}

.heading-54 {
  font-family: Mont;
  font-size: 2rem;
  line-height: 38px;
}

.paragraph-28 {
  margin-top: 10px;
  font-family: Mont;
  font-size: 16px;
}

.image-8 {
  width: 180px;
  margin-top: 20px;
}

.text-block-5 {
  color: var(--kolor-główny);
  font-family: Mont;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 35px;
}

.div-block-59 {
  position: absolute;
  inset: 3% 5% auto auto;
}

.div-block-60 {
  border-radius: 20px;
  flex: none;
  margin-top: 0;
  position: static;
}

.div-block-60.sticky {
  position: sticky;
  top: 80px;
}

.div-block-61 {
  flex-flow: column;
  display: flex;
}

.div-block-62 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.image-9 {
  border-radius: 20px;
  margin-top: 0;
  position: sticky;
  top: 120px;
}

.cta-section {
  background-color: var(--kolor-pomocniczy);
  background-image: url('../images/ID-2-1_1ID-2 (1).webp'), url('../images/ID-2-1_1ID-2 (1).webp');
  background-position: 120% 110%, -10% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 350px, 250px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.side-form-submit {
  text-align: center;
  cursor: pointer;
  background-color: #e50171;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  padding-top: 8px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Mont;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
  box-shadow: 0 2px 5px #0003;
}

.side-form-submit:hover {
  background-color: var(--untitled-ui-gray400);
  color: var(--kolor-główny);
}

.side-form-submit.dark:hover {
  background-color: var(--kolor-pomocniczy);
  color: var(--untitled-ui-success50);
}

.div-block-63 {
  margin: 20px 10px;
}

.text-span-84 {
  color: #e50171;
}

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

.contact-form-block.no-mac {
  max-width: 450px;
}

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

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

.bold-text-17 {
  color: #5f5f5f;
}

.bold-text-17.white {
  color: #fff;
}

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

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

.checkbox-field {
  margin-top: 5px;
  margin-bottom: 12px;
}

.text-block-21 {
  color: #eef0f2;
  font-size: 18px;
  font-weight: 600;
}

.checkbox-label {
  color: #eef0f2;
  text-align: left;
  font-family: Mont;
  font-size: 12px;
  font-weight: 600;
}

.checkbox-label.dark {
  color: #333;
}

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

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

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

.contact-field.phone.dark {
  border-style: solid;
  border-color: #ddd;
}

.contact-field.messeage {
  background-image: url('../images/Untitled-design---2024-06-18T222017.811_1Untitled design - 2024-06-18T222017.811.webp');
  background-position: 8px 13%;
  background-size: 25px;
  min-height: 150px;
  padding: 21px 21px 21px 40px;
}

.contact-field.messeage.dark {
  border-color: #ddd;
}

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

.contact-field.email.dark, .contact-field.dark {
  border-color: #ddd;
}

.ipforminput {
  display: none;
}

.top-margin {
  position: relative;
}

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

.checkbox {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

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

.book-form.absolute {
  background-color: #fff;
  border-radius: 30px;
  padding: 39px;
  position: absolute;
  top: -15%;
  box-shadow: 0 2px 15px 6px #a8a8a833;
}

.div-block-64 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.heading-55 {
  color: var(--untitled-ui-gray400);
  text-align: center;
  font-family: Mont;
  font-size: 2rem;
  font-weight: 600;
}

.paragraph-29 {
  color: var(--untitled-ui-gray400);
  text-align: center;
  font-family: Mont;
  font-weight: 600;
}

.image-10 {
  object-fit: contain;
  width: 65px;
  max-width: none;
  height: 65px;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.div-block-65 {
  z-index: 2;
  object-fit: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 10%;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
}

.div-block-66 {
  max-width: 80%;
  margin-left: 4%;
  margin-right: auto;
}

.div-block-66.verti.no-margin {
  padding-left: 0;
}

.heading-56 {
  text-align: center;
  font-family: Mont;
  font-size: 2rem;
}

.heading-56.left {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 700;
}

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

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

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

.line-up {
  background-color: var(--untitled-ui-gray200);
  border-radius: 20px;
  width: 2px;
  height: 100px;
}

.toggle-text {
  z-index: 2;
  font-family: Mont;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  position: relative;
}

.faq-p {
  background-color: #f4f6f8;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq {
  background-color: var(--kolor-pomocniczy);
  color: #fff;
  white-space: break-spaces;
  border-radius: 15px;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-img {
  z-index: 2;
  color: var(--kolor-główny);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.faq-container {
  min-width: 0;
  max-width: 600px;
  margin-bottom: 60px;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-answer {
  margin-bottom: 24px;
  font-family: Mont;
  line-height: 25px;
}

.verti {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: flex;
}

.verti._50 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.text-span-86 {
  color: #181818;
  font-weight: 600;
}

.div-block-67 {
  border-radius: 25px;
  flex: 1;
  max-width: 45%;
}

.image-11 {
  border-radius: 25px;
  box-shadow: 0 2px 8px 4px #a7a7a733;
}

.section-25 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #f3f7fa;
  flex-flow: column;
  padding-bottom: 0;
  padding-left: 3%;
  display: flex;
  overflow: hidden;
}

.text-span-87, .text-span-88 {
  font-weight: 700;
}

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

.div-block-68 {
  background-color: var(--kolor-pomocniczy);
  border-radius: 25px;
  width: 100%;
  max-width: 1200px;
  min-height: 450px;
  padding: 35px;
  display: flex;
}

.form-header-block {
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  display: flex;
  position: relative;
}

.logos {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  margin-top: 15px;
  display: flex;
}

.image-35 {
  opacity: .8;
  filter: brightness(600%) grayscale();
  width: 24%;
  margin-right: 0%;
}

.image-35._2 {
  width: 40%;
}

.code-embed {
  object-fit: cover;
}

.blue-2 {
  background-color: #1a1a40;
  flex: none;
  width: 100%;
  height: 100%;
  margin-right: 25px;
}

.sub-title-name-2 {
  color: #f7f7f7;
}

.bold-text-19 {
  color: #e50071;
}

.div-put-3 {
  background-color: #1f0a5c;
  border: 1px solid #f1f1f1;
  border-radius: 15px;
  flex-flow: column;
  width: 100%;
  max-width: 524px;
  height: 640px;
  padding: 24px 15px;
  display: flex;
  position: relative;
}

.paragraph-big-2 {
  font-size: 18px;
  line-height: 28px;
}

.paragraph-big-2.white {
  color: #f7f7f7;
  margin-bottom: 0;
}

.paragraph-big-2.white.small {
  font-family: Mont;
  font-size: 15px;
  line-height: 20px;
}

.ms-radio-contents-2 {
  z-index: 2;
  color: #f7f7f7;
  text-align: center;
  width: 100%;
  font-family: Mont;
  font-size: 17px;
  font-weight: 600;
  position: relative;
}

.ms-radio-contents-2.negative, .ms-radio-contents-2.positive {
  color: var(--kolor-główny);
  font-family: Mont;
}

.bottom-expand-wrap-modern {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 0%;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #e50071;
  flex-flow: column;
  width: 85%;
  max-width: 85%;
  font-weight: 900;
  display: flex;
}

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

.f-form-btn-2 {
  color: #fff;
  letter-spacing: .03125rem;
  cursor: pointer;
  background-color: #e50071;
  border: 1px #e7e7e7;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 19px;
  font-family: Mont;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s;
}

.f-form-btn-2:hover {
  color: #e50071;
  background-color: #f7f7f7;
  font-weight: 700;
  transform: scale(1.05);
}

.ms-radio-card-2 {
  color: #121331;
  background-color: #e50071;
  border: 1px solid #0d117c14;
  border-radius: 6px;
  max-width: 220px;
  margin-bottom: 0;
  padding: .75rem 1rem .5rem;
  font-weight: 700;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-radio-card-2.center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  filter: grayscale();
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms-radio-card-2.center:hover {
  filter: none;
}

.ms-radio-card-2.center.negative {
  filter: grayscale();
  background-color: #fff;
}

.f-paragraph-2 {
  opacity: .9;
  color: #f7f7f7;
  text-align: center;
  max-width: 60ch;
  margin-bottom: 0;
  font-family: Mont;
  font-size: 16px;
  line-height: 1.6;
}

.div-block-71 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-38 {
  width: 200px;
}

.f-form-button-2 {
  color: #e50071;
  letter-spacing: .03125rem;
  cursor: pointer;
  background-color: #fafafa;
  border: 1px #3620f7;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 10px 18px;
  font-family: Mont;
  font-size: .875rem;
  font-weight: 700;
}

.f-form-button-2.back {
  color: #f7f7f7;
  background-color: #6941c617;
  border-color: #3620f714;
  font-weight: 400;
}

.f-form-button-2.back.dark {
  color: #667085;
}

.f-form-button-2.dark {
  background-color: #f1f1f1;
}

.f-form-button-2.dark.next {
  color: #f7f7f7;
  background-color: #e50071;
}

.modern-expand-trigger-bot-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.modern-expand-trigger-bot-2:hover {
  background-color: #e50071;
  border-style: none;
}

.ms-radio-border-2 {
  z-index: 4;
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.ms-radio-border-2.w--redirected-checked {
  z-index: 1;
  border: 3px #e50071;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

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

.info-text-2 {
  color: #f7f7f7;
  font-family: Mont;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.info-text-2.dark {
  color: #333;
  max-width: 80%;
}

.bullet-2 {
  background-color: #e50071;
  border-radius: 100%;
  flex: none;
  width: 8px;
  height: 8px;
}

.text-block-29 {
  color: #505050;
  font-family: Mont;
  font-weight: 600;
  line-height: 22px;
}

.paragraph-30 {
  font-family: Mont;
}

.paragraph-30.dark {
  color: #333;
}

.text-block-27 {
  color: #eaecf0;
  font-family: Mont;
  font-weight: 600;
}

.link-3 {
  color: #f7f7f7;
  font-family: Mont;
  text-decoration: none;
}

.link-3.dark {
  color: #333;
}

.link-3.second {
  color: #000;
}

.link-3.phone {
  font-size: 15px;
}

.link-3.phone.second {
  color: #000;
}

.modern-icon-bot {
  background-color: #000;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.modern-icon-bot:hover {
  border-bottom-style: none;
}

.modern-icon-bot.pinterest {
  background-color: #e50071;
  border-radius: 5px;
}

.modern-icon-bot.pinterest:hover {
  background-color: #1f0a5c;
}

.modern-icon-bot.linkedin {
  background-color: #e50071;
  border-radius: 5px;
}

.modern-icon-bot.linkedin:hover {
  background-color: #1f0a5c;
}

.modern-icon-bot.facebook {
  background-color: #e50071;
  border-radius: 5px;
}

.modern-icon-bot.facebook:hover {
  background-color: #1f0a5c;
}

.modern-icon-bot.twitter {
  background-color: #e50071;
  border-radius: 5px;
}

.modern-icon-bot.twitter:hover {
  background-color: #1f0a5c;
}

.modern-icon-bot.mail {
  background-color: #e50071;
  border-radius: 5px;
}

.modern-icon-bot.mail:hover {
  background-color: #1f0a5c;
}

.f-form-steps-item-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.f-form-steps-item-wrap-2.education {
  background-color: #f7f7f7;
  background-image: url('../images/ID-2-1-p-500_1.png'), url('../images/ID-2-1-p-500_1.png');
  background-position: 120% 140%, -20% -40%;
  background-repeat: no-repeat, no-repeat;
  background-size: 400px, 400px;
  overflow: hidden;
}

.f-form-steps-item-wrap-2.larger {
  min-height: 140vh;
}

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

.heading-59 {
  color: #505050;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Mont;
  font-size: 20px;
  font-weight: 600;
}

.heading-59.white {
  color: #f7f7f7;
}

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

.f-progress-bar-2 {
  background-color: #d0d5dd;
  flex: 1;
  height: 100%;
}

.f-progress-bar-2.current {
  background-image: linear-gradient(#e50071, #ff2992);
}

.bold-text-21 {
  font-size: 15px;
}

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  font-family: Mont;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.icon-embed-xxsmall-3 {
  color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.heading-58 {
  font-family: Mont;
}

.heading-58.dark {
  color: #333;
}

.bottom-expand-icons-modern-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1000%;
  height: 55px;
  margin-left: 0%;
  display: flex;
  overflow: hidden;
}

.text-block-26 {
  color: #f7f7f7;
  font-family: Mont;
  font-weight: 600;
}

.text-block-28 {
  color: #667085;
  font-family: Mont;
  font-size: 11px;
}

.image-37 {
  filter: invert();
}

.modern-icons-bot {
  border-bottom: 1px #000;
  justify-content: flex-start;
  align-items: center;
  height: 55px;
  display: flex;
  overflow: hidden;
}

.f-tagtxt-2 {
  color: #f7f7f7;
  letter-spacing: .03125rem;
  text-transform: uppercase;
  background-color: #fafafa4d;
  border: 1px #e7e7e7;
  border-radius: 5px;
  padding: 6px 10px;
  font-family: Mont;
  font-size: 10px;
  font-weight: 700;
  line-height: 200%;
}

.f-tagtxt-2.pink {
  background-color: #e50071;
}

.icon-4 {
  width: 50px;
}

.contact-card-2 {
  color: #fff;
  background-color: #1f0a5c;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.contact-card-2.quiz {
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  width: 60%;
}

.heading-header-2 {
  color: #f7f7f7;
  margin-top: 20px;
  font-family: Mont;
  line-height: 48px;
}

.f-form-text-field-2 {
  color: #f7f7f7;
  text-align: center;
  font-family: Mont;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.f-form-text-field-2.dark {
  color: #333;
}

.body-copy {
  background-color: var(--kolor-pomocniczy);
  color: #000;
  background-image: url('../images/ID-2-1_1ID-2 (1).webp'), url('../images/ID-2-1_1ID-2 (1).webp');
  background-position: 120% 120%, -20% -10%;
  background-repeat: no-repeat, no-repeat;
  background-size: 350px, 350px;
  font-family: Montserrat, sans-serif;
}

.body-copy.first-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--untitled-ui-white);
  background-image: url('../images/ID-2-1_1ID-2 (1).webp'), url('../images/ID-2-1_1ID-2 (1).webp'), url('../images/Untitled-design---2024-07-27T203902.540_1Untitled design - 2024-07-27T203902.540.avif');
  background-position: -20% -10%, 120% 120%, 50% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 350px, 350px, 120%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 80vh;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
}

.body-copy.first-section-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--kolor-pomocniczy);
  background-image: url('../images/ID-2-1_1ID-2 (1).webp'), url('../images/ID-2-1_1ID-2 (1).webp');
  background-position: -20% -10%, 120% 120%;
  background-repeat: no-repeat, no-repeat;
  background-size: 350px, 350px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 80vh;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
}

.first-section {
  width: 100%;
  height: 100vh;
}

.form-bock {
  background-color: #fff;
  border-radius: 20px;
  width: 50%;
  padding: 30px;
}

.heading-60 {
  font-family: Montserrat, sans-serif;
}

.title-block {
  margin-bottom: 25px;
}

.text-block-30 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.form-field-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.field-wrapper {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.field-label {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.text-field {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  height: 50px;
  font-family: Mont;
  font-size: 13px;
}

.text-field.message {
  min-height: 200px;
}

.form-field-wrapper-verti {
  flex-flow: column;
  margin-bottom: 12px;
  display: flex;
}

.form-field-wrapper-verti.hide {
  display: block;
}

.uploader {
  background-color: #fff;
  border: 1px dashed #bdbdbd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Mont;
}

.submit-button {
  background-color: var(--kolor-główny);
  border-radius: 5px;
  width: 100%;
  height: 45px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.zgody-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 15px;
  display: flex;
}

.checkbox-label-2 {
  color: #838383;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
}

.checkbox-2 {
  width: 15px;
  height: 15px;
}

.klauzula {
  max-width: 70%;
  padding-top: 30px;
  padding-bottom: 0;
}

.paragraph-31 {
  color: #bdbdbd;
  text-align: center;
  font-family: Mont;
  font-weight: 600;
}

.f-form-steps-item-wrap-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.f-form-steps-item-wrap-3.education {
  background-color: #f7f7f7;
  background-image: url('../images/ID-2-1-p-500_1.png'), url('../images/ID-2-1-p-500_1.png');
  background-position: 120% 140%, -20% -40%;
  background-repeat: no-repeat, no-repeat;
  background-size: 400px, 400px;
  overflow: hidden;
}

.f-form-steps-item-wrap-3.education.change {
  min-height: 70vh;
}

.f-form-steps-item-wrap-3.education.change._1 {
  background-color: #f7f7f700;
  background-image: none;
}

.f-form-steps-item-wrap-3.education.change._2 {
  background-color: #f7f7f700;
  background-image: none;
  min-height: 60vh;
}

.heading-61 {
  text-align: center;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
}

.heading-61.mid {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.text-block-31, .text-block-32 {
  color: #505050;
  font-family: Mont;
  font-weight: 600;
  line-height: 22px;
}

.text-block-33 {
  color: #505050;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 22px;
}

.footer-quiz {
  background-color: #1f1f1f;
  width: 100%;
  min-height: 50vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

.f-form-steps-item-copy.is---2 {
  z-index: 0;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-form-steps-item-copy.is---2.change {
  min-height: 60vh;
}

.div-block-72 {
  width: 80%;
}

.success-message {
  background-color: #ddd0;
  min-height: auto;
}

.div-block-73 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.succes-text {
  color: var(--kolor-główny);
  font-family: Mont;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.agent-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mont;
  font-size: 18px;
}

.cta-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mont;
  font-size: 1.8rem;
  font-weight: 700;
}

.image-39 {
  object-fit: cover;
  border-radius: 10px;
  width: 250px;
  height: 250px;
}

.text-span-99, .text-span-100, .text-span-101, .text-span-102, .text-span-103, .text-span-104 {
  font-weight: 600;
}

.title-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.title {
  color: var(--kolor-główny);
  font-family: Mont;
}

.heading-62 {
  color: var(--untitled-ui-gray900);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.brand-navbar-2 {
  max-width: 150px;
  display: block;
}

.div-block-74 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-span-106 {
  color: var(--kolor-główny);
}

.bold-text-22 {
  color: #e50071;
}

.button-icon-2 {
  color: #f7f7f7;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  transform: scale(.7);
}

.swiper-button-prev-2 {
  z-index: 1;
  color: #0b0c0b;
  cursor: pointer;
  background-color: #1f0a5c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 50% -1%;
}

.swiper-button-prev-2:hover, .swiper-button-prev-2:focus-visible, .swiper-button-prev-2[data-wf-focus-visible], .swiper-button-prev-2._2 {
  background-color: #e50071;
}

.swiper-button-prev-2._2:hover {
  background-color: #1f0a5c;
}

.swiper-button-next-2 {
  z-index: 1;
  color: #0b0c0b;
  cursor: pointer;
  background-color: #1f0a5c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1% 50% auto;
}

.swiper-button-next-2:hover, .swiper-button-next-2:focus-visible, .swiper-button-next-2[data-wf-focus-visible], .swiper-button-next-2._2 {
  background-color: #e50071;
}

.swiper-button-next-2._2:hover {
  background-color: #1f0a5c;
}

.paragraph-big-3 {
  font-size: 18px;
  line-height: 28px;
}

.paragraph-big-3.white {
  color: #f7f7f7;
  margin-bottom: 0;
}

.paragraph-big-3.white.small {
  font-family: Mont;
  font-size: 15px;
  line-height: 20px;
}

.image-40 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
}

.sub-title-name-3 {
  color: #f7f7f7;
}

.video-embed {
  width: 100%;
}

.youtube-css {
  height: 0;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.video-title {
  color: var(--untitled-ui-gray400);
  margin-top: 20px;
  font-family: Mont;
}

.p-title {
  color: var(--untitled-ui-gray400);
  font-weight: 600;
}

.video-section-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.pink-title {
  color: var(--kolor-główny);
  padding-left: 5px;
}

.cta-small {
  width: 80%;
  min-height: 250px;
  margin: 100px auto 150px;
}

.image-41 {
  z-index: 1;
  width: 200px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.div-block-76 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.heading-63 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mont;
  font-size: 18px;
}

.heading-63.second {
  color: #000;
}

.heading-64 {
  color: #eef0f2;
  font-family: Mont;
  font-size: 2rem;
  font-weight: 600;
}

.div-block-77 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: #1f0a5c;
  background-image: url('../images/ID-2-1_1ID-2 (1).webp');
  background-position: 110% 120%;
  background-repeat: no-repeat;
  background-size: 20%;
  border-radius: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 44px;
  display: flex;
}

.div-block-77.vert {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.contact-card-3 {
  color: #fff;
  background-color: #1f0a5c;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.contact-card-3.white {
  background-color: #f7f7f7;
}

.paragraph-32 {
  font-family: Mont;
}

.paragraph-32.second {
  color: #000;
}

.div-block-78 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.image-42 {
  object-fit: cover;
  border-radius: 10px;
  width: 316px;
}

.div-block-79 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-span-107 {
  font-weight: 400;
}

.video-level-dot-2 {
  background-color: #e50071;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px -3px 0% auto;
}

.video-timeline-fill-2 {
  background-color: #e50071;
  width: 1%;
  height: 100%;
  position: relative;
}

.client {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}

.client.bg-sky-blue {
  background-color: #fff;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.client-main-block {
  display: flex;
}

.client-image-category {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  place-items: center;
  margin-right: 38px;
}

.nav-link-2 {
  color: #1f0a5c;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.nav-link-2:hover {
  color: #e50071;
}

.nav-link-2.w--current {
  color: #e50071;
  font-weight: 600;
}

.container-navbar-2 {
  border-bottom: 1px solid #eaecf0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  box-shadow: 0 2px 15px -7px #00000030;
}

.cta-2 {
  grid-column-gap: 8px;
  color: #f3f7fa;
  letter-spacing: normal;
  background-color: #e50071;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.cta-2:hover {
  transform: scale(1.03);
}

.cta-2.navbar-cta {
  background-color: #1f0a5c;
  height: 44px;
  margin-left: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Mont;
  font-size: 11px;
}

.cta-2.navbar-cta.pink {
  background-color: #e50071;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.link-brand-navbar-2.w--current {
  flex: none;
}

.sub-title {
  color: var(--untitled-ui-gray700);
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
}

.highlight {
  color: var(--kolor-główny);
}

.text-block-34 {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-33 {
  text-align: left;
  max-width: 100%;
}

.wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex: 0 auto;
  width: 100%;
  display: flex;
}

.double-block {
  flex: 0 auto;
  width: 40%;
}

.double-block.text {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.double-block.last {
  order: 1;
}

.double-block.awatar {
  width: 20%;
}

.double-block.text-copy {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.paragraph-33-copy {
  text-align: left;
  max-width: 80%;
}

.image-43 {
  border-radius: 10px;
}

.awataer-wrrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.image-43-copy {
  border-radius: 100%;
}

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

.paragraph-33-copy {
  text-align: left;
  max-width: 100%;
  font-size: 16px;
  line-height: 25px;
}

.div-block-80 {
  margin-bottom: 3rem;
}

.rich-text-block {
  color: var(--untitled-ui-gray400);
  text-align: left;
}

.rich-text-block-copy {
  color: var(--untitled-ui-gray700);
  text-align: left;
}

.div-block-77-copy {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: var(--untitled-ui-gray400);
  background-image: url('../images/ID-2-1_1ID-2 (1).webp');
  background-position: 110% 120%;
  background-repeat: no-repeat;
  background-size: 20%;
  border-radius: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 44px;
  display: flex;
}

.div-block-77-copy.vert {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.f-steps-form-contai-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.f-steps-form-contai-2.blocks {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  width: 80%;
}

.f-steps-form-contain-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.f-steps-form-contain-copy.blocks {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  width: 80%;
}

.list-item-2 {
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .f-steps-wrap.card.first {
    padding-top: 3rem;
  }

  .cta.navbar-cta, .cta.navbar-cta.pink, .nav-link {
    font-size: 15px;
  }

  .section.background.gap.no-see {
    padding-bottom: 30px;
  }

  .div-block-66 {
    margin-left: 5%;
  }

  .image-35 {
    width: 24%;
  }

  .div-put-3 {
    height: 450px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .list-2 {
    width: 80%;
  }

  .body-copy {
    background-size: 400px, 400px;
  }

  .form-bock {
    width: 45%;
  }

  .footer-quiz {
    width: 100%;
  }

  .nav-link-2, .cta-2.navbar-cta, .cta-2.navbar-cta.pink {
    font-size: 15px;
  }
}

@media screen and (min-width: 1440px) {
  .f-steps-wrap.card.change.c {
    grid-row-gap: 1rem;
    padding-top: 0;
  }

  .section.testimonial {
    padding-top: 40px;
  }

  .section.background.gap.no-see {
    justify-content: center;
    align-items: center;
  }

  .section-2.smaller-margin.margin {
    padding-bottom: 12%;
  }

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

  .side-form-submit {
    width: 100%;
  }

  .div-block-66 {
    margin-left: auto;
  }

  .section-25 {
    padding-left: 8%;
    padding-right: 3%;
  }

  .div-block-68 {
    min-height: 500px;
  }

  .text-field {
    height: 55px;
  }

  .f-form-steps-item-wrap-3.education.change._1 {
    min-height: 50vh;
  }

  .f-form-steps-item-wrap-3.education.change._2 {
    background-color: #f7f7f700;
    min-height: 40vh;
  }

  .f-form-steps-item-copy.is---2.change {
    min-height: 40vh;
  }

  .heading-62 {
    font-size: 44px;
  }

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

  .image-42 {
    object-fit: cover;
  }

  .client-main-block {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .f-steps-form-contain {
    width: 100%;
  }

  .f-steps-wrap.card {
    padding-left: 0;
    padding-right: 0;
  }

  .f-form-steps-item.is---2, .f-error-message {
    width: 100%;
  }

  .f-form-steps-item-wrap.education {
    background-position: 140% 150%, -40% -50%;
  }

  .f-heading {
    font-size: 60px;
  }

  .f-steps-content {
    max-width: 90ch;
  }

  .image-4 {
    right: 0%;
  }

  .wrap-menu-inside {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .cta.navbar-cta {
    height: 64px;
    margin-top: 16px;
    margin-left: 0;
    font-size: 18px;
  }

  .cta.navbar-cta.pink {
    font-size: 18px;
  }

  .nav-link {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }

  .menu-button {
    border-radius: 8px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #56bcf666;
    padding: 0;
  }

  .icon-hamburger {
    width: 28px;
    height: 28px;
    margin: auto;
    display: block;
  }

  .nav-menu {
    text-align: center;
    background-color: #f3f7fa;
    padding: 24px;
  }

  .section.testimonial {
    padding-bottom: 80px;
  }

  .section.background.gap.no-see {
    padding-bottom: 40px;
  }

  .buy-service-right {
    max-width: none;
  }

  .buy-service-wrap {
    flex-direction: column;
  }

  .buy-service-left {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
  }

  .contact-vertical-divider {
    display: none;
  }

  .contact-grid, .footer-grid {
    grid-template-columns: 1fr;
  }

  .section-2 {
    margin-top: 10%;
    padding-bottom: 10%;
  }

  .header-block {
    max-width: 60%;
    bottom: -10%;
    left: 2%;
  }

  .header-block.static {
    max-width: 100%;
  }

  .heading {
    font-size: 22px;
    line-height: 30px;
  }

  .button.pink {
    justify-content: center;
    align-items: center;
    padding: 14px;
    display: flex;
  }

  .button.white {
    justify-content: center;
    align-items: center;
    padding: 9px;
    display: flex;
  }

  .image-column {
    width: 100%;
    min-height: 70vh;
  }

  .image-6 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 25px;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .calculator_wrapper {
    width: 70vw;
    max-width: 80%;
  }

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

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

  .book-form.absolute {
    position: static;
  }

  .div-block-64 {
    max-width: 60%;
  }

  .div-block-66 {
    margin-left: auto;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .verti._50 {
    max-width: 50%;
  }

  .section-25 {
    padding-left: 3%;
  }

  .div-block-68 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .form-header-block {
    width: 100%;
  }

  .image-35 {
    width: 20%;
    overflow: clip;
  }

  .div-put-3 {
    height: 630px;
  }

  .bottom-expand-wrap-modern {
    z-index: 10;
    height: 40px;
    position: relative;
  }

  .modern-expand-trigger-bot-2 {
    width: auto;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .modern-icon-bot {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .f-form-steps-item-wrap-2.education {
    background-position: 140% 150%, -40% -50%;
  }

  .bottom-expand-icons-modern-2 {
    width: 100%;
    height: 40px;
    margin-left: 0%;
  }

  .modern-icons-bot {
    width: 340px;
    height: 40px;
  }

  .body-copy {
    background-position: 125% 120%, -30% -10%;
    background-size: 300px, 300px;
  }

  .body-copy.first-section, .body-copy.first-section-copy {
    background-size: 200px, 200px, 120%;
  }

  .form-bock {
    width: 65%;
  }

  .f-form-steps-item-wrap-3.education {
    background-position: 140% 150%, -40% -50%;
  }

  .f-form-steps-item-copy.is---2 {
    width: 100%;
  }

  .heading-62 {
    font-size: 35px;
  }

  .swiper-button-prev-2, .swiper-button-next-2 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .client {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .client-all-image-box {
    width: 100%;
    max-width: 250px;
  }

  .nav-link-2 {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }

  .cta-2.navbar-cta {
    height: 64px;
    margin-top: 16px;
    margin-left: 0;
    font-size: 18px;
  }

  .cta-2.navbar-cta.pink {
    font-size: 18px;
  }

  .f-steps-form-contai-2, .f-steps-form-contain-copy, .f-steps-form-contain-copy {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .f-steps-form-contain {
    padding-left: 5%;
    padding-right: 5%;
  }

  .f-steps-wrap.card {
    padding: 0;
  }

  .f-form-steps-item-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-form-steps-item-wrap.education {
    background-image: url('../images/ID-2-1-p-500_1.png'), url('../images/ID-2-1-p-500_1.png');
    background-position: 140% 130%, -40% -30%;
    background-repeat: no-repeat, no-repeat;
    background-size: 300px, 300px;
  }

  .f-form-button-contain._1 {
    bottom: 0%;
  }

  .f-heading {
    font-size: 46px;
  }

  .bold-text {
    font-size: 40px;
  }

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

  .div-block-2 {
    width: 100%;
  }

  .cta.navbar-cta {
    font-family: Mont;
    font-size: 20px;
  }

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

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

  .nav-menu {
    background-color: #fff;
  }

  .section.testimonial {
    padding-bottom: 70px;
  }

  .main-container.large, .main-container.vertical {
    flex-flow: column;
  }

  .number-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .number-tile.tile-02 {
    border-left-style: none;
    border-right-style: none;
  }

  .number-tile.tile-03 {
    border-right-style: none;
  }

  .feature-grid {
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .checklist-wrap {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-row-gap: 12px;
  }

  .footer-title {
    font-size: 18px;
  }

  .left-footer-bottom {
    margin-bottom: 24px;
  }

  .contact-card.quiz {
    width: 70%;
  }

  .footer-link-wrap {
    grid-row-gap: 60px;
    flex-direction: column;
    margin-top: 32px;
  }

  .footer-link {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .header-block {
    max-width: 90%;
  }

  .image-column {
    width: 100%;
  }

  .swiper-slide {
    width: 50%;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -2%;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -2%;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-spacing.project {
    padding-top: 0;
    padding-bottom: 2rem;
  }

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

  .heading-style-h4 {
    font-size: 1rem;
    line-height: 1.4;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .calculator_wrapper {
    width: 80vw;
    max-width: 80%;
    padding: 1rem;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-55 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-56 {
    width: 90%;
  }

  .paragraph-26.bigger {
    text-align: center;
  }

  .features-right {
    width: 100%;
  }

  .features-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .features-left {
    width: 100%;
    padding-bottom: 50px;
  }

  .image-8, .div-block-60 {
    display: none;
  }

  .cta-section {
    background-size: 250px, 150px;
  }

  .side-form-submit, .contact-field {
    height: 45px;
  }

  .clone-me-2 {
    z-index: 9000;
    display: block;
    bottom: 70px;
    right: 15px;
  }

  .button_call-2 {
    background-color: #1f0a5c;
    width: 45px;
    height: 45px;
  }

  .line-up {
    width: 100%;
    height: 1px;
  }

  .faq-img {
    min-width: 50px;
    min-height: 40px;
  }

  .verti._50 {
    max-width: 100%;
  }

  .div-block-67 {
    max-width: 80%;
  }

  .section-25 {
    padding-left: 0%;
  }

  .image-35 {
    width: 24%;
  }

  .div-put-3 {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .modern-icon-bot {
    width: 40px;
    min-width: 30px;
    height: 40px;
    min-height: 30px;
  }

  .f-form-steps-item-wrap-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .f-form-steps-item-wrap-2.education {
    background-image: url('../images/ID-2-1-p-500_1.png'), url('../images/ID-2-1-p-500_1.png');
    background-position: 140% 130%, -40% -30%;
    background-repeat: no-repeat, no-repeat;
    background-size: 300px, 300px;
  }

  .heading-59 {
    font-size: 18px;
  }

  .bottom-expand-icons-modern-2 {
    width: 100%;
    height: 55px;
    margin-left: 0%;
  }

  .modern-icons-bot {
    width: 280px;
  }

  .contact-card-2.quiz {
    width: 70%;
  }

  .body-copy {
    background-position: 135% 120%, -30% -10%;
    background-size: 250px, 250px;
  }

  .form-bock {
    width: 75%;
  }

  .text-field.message {
    min-height: 180px;
  }

  .f-form-steps-item-wrap-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-form-steps-item-wrap-3.education {
    background-image: url('../images/ID-2-1-p-500_1.png'), url('../images/ID-2-1-p-500_1.png');
    background-position: 140% 130%, -40% -30%;
    background-repeat: no-repeat, no-repeat;
    background-size: 300px, 300px;
  }

  .heading-62 {
    font-size: 33px;
    line-height: 38px;
  }

  .swiper-button-prev-2 {
    width: 2.5rem;
    height: 2.5rem;
    left: -2%;
  }

  .swiper-button-next-2 {
    width: 2.5rem;
    height: 2.5rem;
    right: -2%;
  }

  .cta-small {
    width: 100%;
  }

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

  .div-block-77 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-77.vert {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-78 {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
  }

  .nav-link-2 {
    font-size: 18px;
  }

  .cta-2.navbar-cta {
    font-family: Mont;
    font-size: 20px;
  }

  .wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .double-block, .double-block.text {
    width: 100%;
  }

  .double-block.last {
    order: -1;
  }

  .double-block.awatar {
    width: 80%;
  }

  .double-block.text-copy {
    width: 100%;
  }

  .div-block-77-copy {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-steps-form-contai-2 {
    padding: 5%;
  }

  .f-steps-form-contain-copy {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .f-steps-form-contain {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .f-steps-wrap.card {
    grid-row-gap: 1rem;
    width: 100%;
    padding: 0 1rem 4rem;
  }

  .f-steps-wrap.card {
    grid-row-gap: 1rem;
    width: 100%;
    padding: 0 1rem;
  }

  .f-steps-wrap.card.inf {
    padding-top: 0;
    padding-bottom: 8rem;
  }

  .f-steps-wrap.card.change {
    padding-left: 0;
    padding-right: 0;
  }

  .f-steps-wrap.card.score {
    padding-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .f-form-steps-item-wrap.education {
    background-image: url('../images/ID-2-1-p-500_1.png'), url('../images/ID-2-1-p-500_1.png');
    background-position: 150% 120%, -50% -20%;
    background-repeat: no-repeat, no-repeat;
    background-size: 220px, 220px;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .f-form {
    padding-left: 0;
    padding-right: 0;
  }

  .body {
    background-position: 65% 0;
  }

  .f-form-text-field {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .f-form-button-contain {
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-form-button-contain._1 {
    padding-bottom: 2rem;
    bottom: 12%;
  }

  .f-form-button-contain._1.inf, .f-form-button-contain._1.inf._3 {
    bottom: 9%;
  }

  .f-form-button-contain._1.inf._3._2 {
    bottom: 3%;
  }

  .f-form-button-contain._1.inf._4 {
    bottom: 9%;
  }

  .f-form-button-contain._1._2, .f-form-button-contain.h {
    bottom: 8%;
  }

  .f-steps-form-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .f-form-radio-card-contain {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ms-radio-card {
    max-width: 270px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .f-heading {
    font-size: 36px;
    line-height: 1;
  }

  .bold-text {
    font-size: 30px;
  }

  .f-paragraph {
    font-size: 15px;
  }

  .f-steps-content {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .f-steps-content.starter {
    max-width: 100ch;
  }

  .info-text {
    font-size: 15px;
    line-height: 22px;
  }

  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 20px;
  }

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

  .image-4 {
    top: 0%;
  }

  .confetti-2 {
    height: 100%;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta.navbar-cta, .cta.navbar-cta.pink {
    font-size: 18px;
  }

  .brand-navbar {
    width: 100%;
  }

  .link-brand-navbar {
    justify-content: flex-start;
    width: 45vw;
    max-width: 150px;
    height: auto;
    padding: 0;
    display: flex;
  }

  .section.number {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.testimonial {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .section.background.gap.no-see {
    padding-bottom: 30px;
  }

  .section.buy-service {
    padding-top: 0;
  }

  .paragraph-big, .paragraph-big.white {
    font-size: 16px;
  }

  .paragraph-big.white.small {
    font-size: 14px;
    line-height: 20px;
  }

  .main-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .expandable-single {
    padding: 16px;
  }

  .testimonial-slider {
    margin-left: 3%;
    margin-right: 3%;
  }

  .avatar {
    flex: none;
  }

  .feature-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .separator-text {
    flex: 1;
  }

  .buy-service-right {
    padding: 40px 0;
  }

  .buy-service-separator {
    flex-wrap: wrap;
  }

  .buy-service-wrap {
    flex: 1;
  }

  .buy-service-left {
    border-radius: 20px;
    padding: 40px 24px;
  }

  .left-footer-bottom {
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-card {
    justify-content: center;
    align-items: flex-start;
  }

  .contact-card.quiz {
    width: 90%;
  }

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

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

  .section-2 {
    flex-flow: column;
    padding-right: 8%;
  }

  .section-2.smaller-margin.margin {
    margin-top: 20%;
  }

  .header-block {
    max-width: 100%;
    margin-top: 20px;
    position: relative;
  }

  .header-block.static.margin {
    padding: 26px;
  }

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

  .paragraph-2 {
    font-size: 15px;
    line-height: 23px;
  }

  .btn-wrap {
    flex-flow: column;
  }

  .image-column {
    order: -1;
    width: 100%;
    min-height: 350px;
    margin-top: 20px;
    margin-left: 4%;
    display: block;
  }

  .image-6 {
    border-radius: 20px;
  }

  .text-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .swiper-slide {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .swiper-slide._1 {
    width: 100%;
    min-width: 300px;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
  }

  .section-spacing.project {
    padding-top: 0;
  }

  .heading-3 {
    max-width: 90%;
    font-size: 16px;
    line-height: 24px;
  }

  .sub-title-name {
    font-size: 12px;
  }

  .heading-6, .heading-7 {
    font-size: 1.8rem;
  }

  .heading-style-h4 {
    font-size: 1.3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global {
    padding-left: 3%;
    padding-right: 3%;
  }

  .calculator_wrapper {
    width: 100%;
    max-width: 100%;
  }

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

  .section-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-23.mar {
    padding-top: 0;
  }

  .div-block-55 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-position: 110% 102%;
    background-size: 100px;
    flex-flow: column;
    max-width: 100%;
    padding: 27px;
  }

  .div-block-56 {
    width: 100%;
  }

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

  .div-block-57 {
    width: 100%;
  }

  .features-card.third, .features-card.second, .features-card.first, .features-card.fourth {
    flex-flow: column;
    padding: 15px;
  }

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

  .heading-54 {
    font-size: 1.8rem;
    line-height: 35px;
  }

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

  .cta-section {
    background-position: 140% 120%, -20% -10%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-63 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-63._2 {
    margin-left: 0;
    margin-right: 0;
  }

  .checkbox-label {
    margin-left: 2px;
    font-size: 11px;
    line-height: 1.6;
  }

  .checkbox {
    width: 15px;
    height: 15px;
  }

  .div-block-64 {
    max-width: 80%;
  }

  .bold-text-18 {
    font-size: 11px;
  }

  .heading-56 {
    font-family: Mont;
    font-size: 1.8rem;
  }

  .clone-me-2 {
    bottom: 70px;
    right: 13px;
  }

  .button_call-2 {
    background-color: #1f0a5c;
    width: 45px;
    height: 45px;
  }

  .line-up {
    height: 2px;
  }

  .toggle-text {
    font-size: 18px;
  }

  .faq-img {
    display: none;
  }

  .faq-answer {
    font-size: 15px;
    line-height: 23px;
  }

  .div-block-67 {
    order: -1;
    max-width: 90%;
  }

  .div-block-68 {
    border-radius: 30px;
    padding: 0;
  }

  .sub-title-name-2 {
    font-size: 12px;
  }

  .div-put-3 {
    max-width: none;
    height: auto;
  }

  .paragraph-big-2, .paragraph-big-2.white {
    font-size: 16px;
  }

  .paragraph-big-2.white.small {
    font-size: 14px;
    line-height: 20px;
  }

  .bottom-expand-wrap-modern {
    align-items: center;
    height: auto;
  }

  .list-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 90%;
    max-width: 90%;
  }

  .ms-radio-card-2 {
    max-width: 270px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .f-paragraph-2 {
    font-size: 15px;
  }

  .image-38 {
    filter: none;
  }

  .modern-expand-trigger-bot-2 {
    order: 1;
    width: auto;
    min-width: auto;
    height: 40px;
    min-height: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding: 5px 15px;
  }

  .info-text-2 {
    font-size: 15px;
    line-height: 22px;
  }

  .info-text-2.dark {
    max-width: 100%;
  }

  .text-block-29 {
    font-size: 14px;
    line-height: 18px;
  }

  .modern-icon-bot {
    width: 60px;
    height: 35px;
    padding: 0;
  }

  .f-form-steps-item-wrap-2.education {
    background-image: url('../images/ID-2-1-p-500_1.png'), url('../images/ID-2-1-p-500_1.png');
    background-position: 150% 120%, -50% -20%;
    background-repeat: no-repeat, no-repeat;
    background-size: 220px, 220px;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .heading-59 {
    max-width: 90%;
    font-size: 16px;
    line-height: 24px;
  }

  .bottom-expand-icons-modern-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .modern-icons-bot {
    order: 3;
    justify-content: center;
  }

  .contact-card-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .contact-card-2.quiz {
    width: 90%;
  }

  .heading-header-2 {
    font-size: 1.65rem;
    line-height: 36px;
  }

  .f-form-text-field-2 {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .body-copy {
    background-image: url('../images/ID-2-1_1ID-2 (1).webp'), url('../images/ID-2-1_1ID-2 (1).webp');
    background-position: 135% 110%, -35% -10%;
    background-repeat: no-repeat, no-repeat;
    background-size: 180px, 180px;
  }

  .body-copy.first-section, .body-copy.first-section-copy {
    background-size: 150px, 150px, cover;
  }

  .form-bock {
    width: 95%;
  }

  .text-field.message {
    min-height: 160px;
  }

  .submit-button {
    cursor: pointer;
  }

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

  .klauzula {
    max-width: 90%;
    font-size: 12px;
    line-height: 18px;
  }

  .f-form-steps-item-wrap-3.education {
    background-image: url('../images/ID-2-1-p-500_1.png'), url('../images/ID-2-1-p-500_1.png');
    background-position: 150% 120%, -50% -20%;
    background-repeat: no-repeat, no-repeat;
    background-size: 220px, 220px;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .f-form-steps-item-wrap-3.education.change._1, .f-form-steps-item-wrap-3.education.change._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-61 {
    font-size: 1.7rem;
  }

  .text-block-31, .text-block-32, .text-block-33 {
    font-size: 14px;
    line-height: 18px;
  }

  .success-message {
    padding: 0;
  }

  .succes-text {
    font-size: 16px;
    line-height: 22px;
  }

  .title {
    font-size: 29px;
  }

  .heading-62 {
    font-size: 30px;
    line-height: 36px;
  }

  .text-span-105 {
    color: var(--kolor-główny);
  }

  .brand-navbar-2 {
    width: 100%;
  }

  .swiper-button-prev-2, .swiper-button-next-2 {
    width: 2.4rem;
    height: 2.4rem;
  }

  .paragraph-big-3, .paragraph-big-3.white {
    font-size: 16px;
  }

  .paragraph-big-3.white.small {
    font-size: 14px;
    line-height: 20px;
  }

  .sub-title-name-3 {
    font-size: 12px;
  }

  .div-block-76 {
    width: 100%;
  }

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

  .div-block-77 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-position: 110% 102%;
    background-size: 100px;
    flex-flow: column;
    max-width: 100%;
    padding: 27px;
  }

  .contact-card-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-78 {
    width: 100%;
  }

  .container-navbar-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta-2.navbar-cta, .cta-2.navbar-cta.pink {
    font-size: 18px;
  }

  .link-brand-navbar-2 {
    justify-content: flex-start;
    width: 45vw;
    max-width: 150px;
    height: auto;
    padding: 0;
    display: flex;
  }

  .div-block-77-copy {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-position: 110% 102%;
    background-size: 100px;
    flex-flow: column;
    max-width: 100%;
    padding: 27px;
  }

  .f-steps-form-contai-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .f-steps-form-contain-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 5%;
    padding-right: 5%;
  }
}

#w-node-_6ee3298e-374b-bd27-df2a-dbdac5e23604-106a6f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ee3298e-374b-bd27-df2a-dbdac5e2360f-106a6f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}


