:root {
  --color_3: #ed1b34;
  --color_2: white;
  --color_4: #60d41a;
  --color_1: #000;
}

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

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

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

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

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

body {
  color: #000;
  font-family: Overusedgrotesk, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

p {
  color: #000000a6;
  margin-bottom: 10px;
}

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

.form-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.award {
  background-color: #fff;
  border-radius: 999px;
  padding: 12px;
}

.submit-button {
  background-color: var(--color_3);
  color: #fff;
  letter-spacing: -.12px;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

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

.column-gigantic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.h1-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.15;
}

.h1-heading.thx {
  max-width: 650px;
  font-size: 4.2rem;
}

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

.column-large {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.container-large {
  z-index: 5;
  flex: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.container-large.top {
  display: flex;
}

.max-width-regular {
  width: 100%;
  max-width: 550px;
}

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

.paragraph-large.text-color-gray-600 {
  color: #59595f;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-gradient-fade {
  display: none;
}

.overline-small {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.header-column {
  grid-column-gap: 104px;
  grid-row-gap: 104px;
  flex-flow: column;
  max-width: 628px;
  display: flex;
}

.header-section-search {
  color: var(--color_2);
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/Wloka-lakowo-polowa-InterTech-3_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 70vh;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.text-color-orange-500 {
  color: var(--color_3);
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.form-field-white {
  color: #000;
  letter-spacing: .08px;
  background-color: #fff;
  border: 1px solid #f5f5f6;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.form-field-white::placeholder {
  color: #59595f;
}

.overline-regular {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.button {
  background-color: var(--color_4);
  text-transform: uppercase;
  padding: .8rem 2rem;
  font-weight: 500;
  transition: all .4s;
}

.button:hover {
  background-color: #489c16;
}

.button.thx {
  margin-top: 5rem;
}

.text-span {
  font-size: 1.6rem;
  font-weight: 400;
}

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

.div-block {
  background-color: var(--color_4);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  font-size: .9rem;
  display: flex;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-regular.text-color-gray-600 {
  color: #525252;
}

.overline {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.button-primary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f5f5f5;
  letter-spacing: -.02em;
  background-color: #141414;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

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

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.h6-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hiw-image-wide {
  background-color: #f8f8f8;
  border-radius: 0;
  width: 100%;
  max-width: 486px;
  position: relative;
  overflow: hidden;
}

.hiw-image-wide.w2 {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.section-regular {
  padding: 96px 5%;
  position: relative;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 300px;
}

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

.hiw-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: flex;
}

.hiw-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: stretch;
  padding: 1rem 12px 12px;
  display: flex;
}

.hiw-number {
  background-color: var(--color_1);
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 0 0 8px #fff;
}

.h2-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.title-wrapper-regular {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 588px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper-regular.margin-bottom-80 {
  max-width: 750px;
  margin-bottom: 2rem;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.list {
  color: #000000a6;
  padding-left: 15px;
}

.list-item {
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.text-block-2 {
  margin-top: 1rem;
  font-size: .9rem;
}

.text-span-2 {
  color: var(--color_4);
  font-weight: 700;
}

.subheading-large {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large.text-color-brand-purple {
  color: #6153bd;
}

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

.brand-highlight {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}

.paragraph-small-2 {
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-2.text-color-tertiary {
  color: #5b616e;
}

.gallery-card {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border: 1px solid #d8dbdf;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.title-wrapper-small {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #383a42;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

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

.section-regular-2 {
  background-color: #f7f8f8;
  padding: 80px 5%;
  position: relative;
}

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

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

.h6-heading-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.gallery-image {
  background-color: #edeef1;
  border: 1px solid #edeef1;
  min-height: 364px;
  overflow: hidden;
}

.gallery-image.video {
  min-height: 0;
}

.h1-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.section-2 {
  background-color: #f8f8f8;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.script_video {
  display: none;
}

.image-cover-w2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 300px;
}

.text-block-3 {
  margin-bottom: .5rem;
  font-weight: 700;
}

.text-block-3.center {
  text-align: left;
  margin-bottom: 1rem;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-x-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.paragraph-regular-3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-3.text-color-gray-600 {
  color: #525f75;
}

.h2-heading-2 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.text-color-orange {
  color: #fe5b25;
}

.feature-card-graphic {
  position: absolute;
  inset: 0% 0% auto auto;
}

.overline-2 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.paragraph-large-bg {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-bg.text-weight-bold {
  font-weight: 700;
}

.feature-card-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f8f8f8;
  flex-direction: column;
  max-width: 380px;
  padding: 2rem 1rem;
  display: flex;
  position: relative;
}

.feature-card-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

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

.feature-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: minmax(418px, 1fr);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-small {
  padding: 72px 5%;
  position: relative;
}

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

.section-4 {
  background-color: var(--color_1);
  background-image: url('../images/8_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1600px;
  min-height: 550px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.text-block-4 {
  color: #000000a6;
  font-size: .9rem;
  line-height: 1.7;
}

.section-large {
  padding: 96px 5%;
  position: relative;
}

.section-large.background-secondary {
  background-color: #f6f7f9;
}

.subheading-regular {
  color: #24262d;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.image-cover-3 {
  object-fit: cover;
  width: 100%;
  position: sticky;
  top: 0;
}

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

.h2-heading-3 {
  color: #24262d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.column-regular-2 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  background-color: #f8f8f8;
  flex-flow: column;
  margin-bottom: .4rem;
  padding: 1rem;
  display: flex;
}

.text-color-brand {
  color: #6869ac;
}

.content-image {
  height: auto;
  padding-top: 2rem;
}

.divider-brand {
  opacity: .25;
  border-top: 1px dashed #6869ac;
  width: 100%;
  height: 1px;
}

.paragraph-2x-large {
  color: #3d424c;
  font-size: 22px;
  line-height: 40px;
}

.column-2x-large {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
}

.paragraph-small-3 {
  color: #3d424c;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-3.text-color-tertiary {
  color: #575f70;
}

.overline-small-2 {
  color: #6869ac;
  letter-spacing: -.08px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.container-large-3 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block-5 {
  font-weight: 700;
}

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

.text-block-6 {
  font-size: 1rem;
  font-weight: 700;
}

.container-large-4 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.integration-logo {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.integration-detail {
  flex-direction: column;
  margin-right: auto;
  display: flex;
}

.integration-card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.button-small {
  outline-offset: 0px;
  color: #000000a6;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  outline: 1px solid #ccd4d6;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.2rem;
  font-size: .7rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-small:hover {
  color: #fff;
  background-color: #1c2122;
  outline-color: #1c2122;
}

.button-small.ukryj_no_certyfikat {
  display: none;
}

.integration-button-wrapper {
  max-width: 127px;
  margin-left: auto;
  margin-right: auto;
}

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

.section-large-2 {
  padding: 120px 5%;
  position: relative;
}

.integration-line-light {
  background-color: #e9eced;
  justify-content: flex-end;
  width: 100%;
  height: 1px;
  margin-top: 1.2rem;
  margin-left: auto;
}

.integration-app-title {
  letter-spacing: -.02em;
  font-size: 1rem;
  font-weight: 600;
  display: none;
}

.button-primary {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #1c2122;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.integration-apps {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.caption-regular {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.caption-regular.text-color-gray-700 {
  color: #000000a6;
  font-size: .8rem;
}

.integration-logo-small {
  box-shadow: none;
  border: 1px solid #e9eced;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: border-color .3s, box-shadow .3s;
  display: flex;
  overflow: hidden;
}

.integration-logo-small:hover {
  background-color: #fff;
  border-style: none;
  border-width: 0;
  box-shadow: 0 2px 4px #94a5a840;
}

.integration-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-wrapper-large {
  text-align: center;
  max-width: 620px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.integration-heading {
  color: #1c2122;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 86px;
}

.text-block-7 {
  color: #000000a6;
  font-size: .8rem;
}

.grid-one-column {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
}

.button-submit {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--color_4);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding: .6rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.button-submit:hover {
  background-color: #489c16;
}

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

.account-password-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 16px 16px 16px auto;
}

.account-form-button {
  flex-direction: column;
  display: flex;
}

.wrap-h-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.account-input {
  color: var(--color_1);
  letter-spacing: -.02em;
  border: 1px solid #e2e7ec;
  min-height: 56px;
  margin-bottom: 0;
  padding: .9rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.account-input::placeholder {
  color: #adb5bd;
  font-size: .8rem;
  font-weight: 400;
}

.account-password {
  position: relative;
}

.h4-heading {
  color: #000;
  letter-spacing: -.04em;
  font-size: 40px;
  line-height: 1.2;
}

.field-label {
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: .7rem;
  font-weight: 700;
}

.caption-m {
  color: #353b41;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.account-legal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.account-divider-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.grid-two-column-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.account-form-block {
  margin-top: 2rem;
  margin-bottom: 0;
}

.wrap-v-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.account-link {
  color: #e56161;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8px;
  text-decoration: none;
}

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

.account-form-base {
  padding: 2rem 0;
}

.account-sign-wrapper {
  text-align: center;
  margin-top: 12px;
}

.account-image-wrapper {
  overflow: hidden;
}

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

.container-large-5 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.account-login-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.account-login-button {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  transition: background-color .3s;
  display: flex;
}

.account-login-button:hover {
  background-color: #f8f9fa;
}

.paragraph-regular-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.account-forgot-wrapper {
  margin-top: 8px;
  margin-bottom: 24px;
}

.paragraph-small-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-4.text-color-gray-600 {
  color: #6d767e;
}

.subheading {
  color: #353b41;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.section-large-3 {
  padding: 120px 5%;
  position: relative;
}

.account-form-wrapper {
  width: 100%;
}

.section-5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-span-3 {
  color: var(--color_4);
  font-weight: 700;
}

.checkbox {
  background-color: #f8f8f8;
  border: 1px solid #e2e7ec;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin-top: 0;
  margin-right: .7rem;
}

.checkbox-field {
  color: #000000a6;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: .7rem;
  font-weight: 500;
  display: flex;
}

.footer-link {
  color: #b8b8b8;
  letter-spacing: -.02em;
  font-size: .8rem;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--color_4);
}

.footer-column {
  width: 100%;
  max-width: 360px;
}

.caption {
  letter-spacing: -.02em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.paragraph-large-3 {
  letter-spacing: -.015em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-3.text-color-gray-300 {
  color: #8f8f8f;
}

.wrap-v-regular-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

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

.footer-link-block {
  color: #000;
  text-decoration: none;
}

.footer-logo {
  margin-bottom: 32px;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.container-large-6 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-divider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #e0e0e0;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.footer-grid-a {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.75fr 1fr 1fr;
}

.social-link-white {
  opacity: .2;
  color: #ccc;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: all .3s;
  display: flex;
}

.social-link-white:hover {
  opacity: 1;
  color: var(--color_3);
  background-color: #fff;
}

.paragraph-small-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: .7rem;
  line-height: 1.4;
}

.wrap-h-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.section-footer-l {
  background-color: #f5f5f5;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.footer-detail-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.footer-link-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image {
  width: 100%;
  max-width: 240px;
}

.footer-link-adres {
  color: #b8b8b8;
  letter-spacing: -.02em;
  font-size: .8rem;
  text-decoration: none;
  transition: all .3s;
}

.image-2 {
  width: 100%;
  max-width: 40px;
}

.navbar {
  z-index: 99;
  background-color: #f8f8f8;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 35px #0000001a;
}

.div-block-42 {
  font-size: .9rem;
  position: relative;
}

.container {
  z-index: 1;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

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

.nav-menu {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.nav-link {
  padding: 1rem .8rem;
  font-weight: 500;
}

.nav-link:hover {
  color: var(--color_4);
}

.image-13 {
  width: 200px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-14 {
  width: 100%;
  min-height: 15px;
  max-height: 15px;
  position: absolute;
}

.brand {
  margin-top: auto;
  margin-bottom: auto;
}

.thx_bg {
  background-color: #f5f5f5;
}

.div-block-43 {
  padding: .7rem;
}

.image-15 {
  width: 45px;
}

.bold-text {
  color: #ebff0b;
}

.image-16 {
  width: 18px;
}

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

@media screen and (max-width: 991px) {
  .grid-two-column {
    grid-template-columns: 1fr;
  }

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

  .header-gradient-fade {
    background-image: linear-gradient(#fff0, #ffffffc4 31%, #fff);
    justify-content: center;
    align-items: center;
    height: 200px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .header-column {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .header-section-search {
    padding-top: 10mpx;
    padding-bottom: 6rem;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .feature-card-large {
    max-width: none;
  }

  .feature-cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: minmax(418px, 1fr);
    display: grid;
  }

  .section-4 {
    margin-bottom: 0;
  }

  .image-cover-3 {
    position: relative;
  }

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

  .content-image {
    max-width: none;
    padding-top: 0;
  }

  .column-2x-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-one-column {
    grid-template-columns: 1fr;
  }

  .button-submit {
    display: flex;
  }

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

  .account-form-base {
    padding-top: 0;
    padding-bottom: 0;
  }

  .account-form-wrapper {
    max-width: none;
  }

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

  .footer-link-column {
    max-width: 164px;
  }

  .div-block-42 {
    text-align: center;
  }

  .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .menu-button {
    border-radius: 7px;
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: var(--color_4);
    border-radius: 0;
  }

  .nav-menu {
    color: #fff;
    background-color: #f8f8f8;
    box-shadow: 0 5px 30px -10px #0000001a;
  }

  .nav-link {
    color: var(--color_1);
    text-align: center;
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .image-14 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .h2-heading {
    font-size: 2.4rem;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .gallery-image.video {
    min-height: 0;
  }

  .h1-heading-2 {
    font-size: 48px;
  }

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

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .integration-line-light {
    margin-top: 24px;
  }

  .integration-heading {
    font-size: 50px;
    line-height: 56px;
  }

  .grid-one-column {
    grid-template-columns: 1fr;
  }

  .account-legal {
    margin-top: 48px;
  }

  .grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .account-form-base {
    padding: 0;
  }

  .section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-divider {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 32px;
  }

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

  .section-footer-l {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .container {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .brand {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .form-row {
    flex-flow: column;
    align-items: stretch;
  }

  .h1-heading {
    margin-bottom: .5rem;
    font-size: 3.4rem;
  }

  .h1-heading.thx {
    font-size: 3rem;
    line-height: 1.4;
  }

  .container-large {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .header-section-search {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/Wloka-lakowo-polowa-InterTech-3_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

  .image-cover {
    min-height: 260px;
  }

  .hiw-number {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 24px;
  }

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

  .title-wrapper-regular.margin-bottom-80 {
    margin-bottom: 2rem;
  }

  .image-cover-w2 {
    min-height: 260px;
  }

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

  .column-2x-large {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .integration-apps {
    flex-wrap: wrap;
  }

  .button-submit {
    width: 100%;
  }

  .wrap-h-small-2 {
    display: none;
  }

  .footer-detail-wrap {
    flex-direction: column;
  }
}

#w-node-_7088d08b-5712-2aaa-5db6-e99ce64a55e8-8e988e1a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_61175dc7-2ae1-f88c-a459-549f9997607b-8e988e1a {
  align-self: center;
}

#w-node-_1bbbbaa4-7f4a-0bf5-adaf-d38d68b6ed83-8e988e1a, #w-node-_568678b0-1bfe-535e-e306-e98cf42c658d-8e988e1a, #w-node-e2fb28bd-d5e9-ecc7-7c7b-a83caf6518e7-8e988e1a, #w-node-daffc606-d9a0-4b40-0bc3-3a4a5af3b979-8e988e1a, #w-node-_13131e08-0aa5-e3f4-c7d7-8b8286d8ae12-8e988e1a, #w-node-bc498c3d-5fb6-3572-4a26-970b06f75799-8e988e1a, #w-node-_00cb0286-73c1-e13a-deee-179cb7b20869-8e988e1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00cb0286-73c1-e13a-deee-179cb7b208a5-8e988e1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_61175dc7-2ae1-f88c-a459-549f9997607b-8e988e1a {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7088d08b-5712-2aaa-5db6-e99ce64a55e8-8e988e1a {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bahnschrift';
  src: url('../fonts/BAHNSCHRIFT.TTF') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/OverusedGrotesk-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/OverusedGrotesk-ExtraBold.ttf') format('truetype'), url('../fonts/OverusedGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/OverusedGrotesk-BoldItalic.ttf') format('truetype'), url('../fonts/OverusedGrotesk-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/OverusedGrotesk-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/OverusedGrotesk-BookItalic.ttf') format('truetype'), url('../fonts/OverusedGrotesk-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk Roman';
  src: url('../fonts/OverusedGrotesk-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/OverusedGrotesk-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/OverusedGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/OverusedGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/OverusedGrotesk-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/OverusedGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/OverusedGrotesk-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk Book';
  src: url('../fonts/OverusedGrotesk-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}