:root {
  --color: #000;
  --color-2: white;
  --color-3: #027ae9;
  --color-4: #e6007f;
  --color-5: #ffed00;
}

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

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

.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: var(--color);
  font-family: Noto Sans Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}

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

.section {
  background-color: var(--color);
  color: var(--color-2);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.div-block {
  background-image: linear-gradient(#000, #009fe3 25%, #ffed00 75%, #df007e);
  width: 1px;
  min-height: 100%;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  font-size: .8rem;
  display: flex;
}

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

.text-block {
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
}

.link {
  color: var(--color-2);
  font-size: .8rem;
  text-decoration: none;
  transition: all .4s;
}

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

.div-block-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.linia_color_poziom {
  background-image: linear-gradient(270deg, #000, #009fe3 25%, #ffed00 75%, #df007e);
  width: 100%;
  min-height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.div-block-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-height: 28px;
  display: flex;
}

.link-block {
  color: #fff;
  transition: all .4s;
}

.link-block:hover {
  color: var(--color-3);
}

.code-embed {
  max-height: 28px;
}

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

.div-block-7 {
  background-image: linear-gradient(90deg, #0094da, #fff);
  min-height: 10px;
}

.div-block-7._2 {
  background-image: linear-gradient(90deg, #df007e, #fff);
}

.div-block-7._3 {
  background-image: linear-gradient(90deg, #ffed00, #fff);
}

.div-block-7._4 {
  background-image: linear-gradient(90deg, #000, #fff);
}

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

.div-block-8.thx {
  position: absolute;
  inset: auto 0% 0%;
}

.section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color-3);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.div-block-9 {
  color: var(--color-2);
  max-width: 740px;
  padding: 12rem 2rem 4rem 4rem;
}

.div-block-15 {
  margin-bottom: .8rem;
  position: relative;
}

.text-field {
  background-color: var(--color-3);
  color: var(--color-2);
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff80;
  min-height: 60px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.text-field::placeholder {
  color: var(--color-2);
  font-size: .9rem;
  font-weight: 400;
}

.div-block-16 {
  background-color: var(--color-2);
  width: 100%;
  min-height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: .7rem;
  display: flex;
}

.checkbox {
  border: 1px solid var(--color-2);
  background-color: var(--color-3);
  border-radius: 6px;
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  min-height: 25px;
  max-height: 25px;
  margin-right: .5rem;
}

.checkbox.w--redirected-checked {
  background-color: var(--color);
  background-image: url('../images/6353c85b7e625002b6f6c4b9_Check.svg');
  background-position: 50%;
  background-size: auto;
}

.submit-button {
  background-color: var(--color-2);
  color: var(--color-3);
  border-radius: 15px;
  padding: .7rem 1.5rem;
  font-weight: 600;
  transition: all .4s;
}

.submit-button:hover {
  background-color: var(--color);
  color: #fff;
  box-shadow: 4px 4px 30px #0003;
}

.text-block-2 {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.link-2 {
  color: var(--color-2);
  font-weight: 700;
  text-decoration: none;
}

.image-4 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-height: 20%;
  position: absolute;
}

.section-3 {
  background-color: #f4f9fe;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.div-block-17 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #dfeefe;
  border-radius: 10px;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.div-block-18 {
  background-color: #027ae9;
  background-image: linear-gradient(45deg, #027ae9, #df047e 25%, #feed18 75%, #000);
  border-radius: 10px;
  padding: 2px;
}

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

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

.image-5 {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: absolute;
  inset: -40px auto auto 0%;
}

.div-block-19 {
  padding: 1rem;
}

.image-5-copy {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: absolute;
  inset: auto 0% -40px auto;
}

.container-box-faq {
  max-width: 1480px;
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

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

.image-6 {
  object-position: 50% 0%;
  max-height: 20%;
}

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

.separator.light_blue {
  background-color: #f4f9fe;
}

.text-block-4 {
  font-weight: 500;
}

.slider {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  display: flex;
}

.div-block-21 {
  text-align: left;
  width: 100%;
  padding-bottom: 4rem;
}

.mask {
  border-radius: 10px;
  width: 100%;
}

.slide-nav {
  display: none;
}

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

.left-arrow {
  inset: auto auto 0% 0%;
}

.right-arrow {
  inset: auto auto 0% 100px;
}

.slide {
  background-color: #dfeefe;
  background-image: linear-gradient(270deg, var(--color-3), var(--color-4) 25%, var(--color-5) 75%, var(--color));
  border-radius: 10px;
  margin-right: 2px;
  padding: 2px;
}

.div-block-22 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  background-color: #dfeefe;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding: 2rem;
  display: flex;
}

.text-block-5 {
  text-align: center;
  font-size: .9rem;
  font-style: italic;
  font-weight: 400;
}

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

.text-block-7 {
  font-size: .8rem;
}

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

.div-block-23 {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 1rem;
  display: flex;
  position: relative;
}

.section-5 {
  background-color: var(--color);
  color: var(--color-2);
  padding: 4rem 0;
}

.grid-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  max-width: 900px;
  margin: 2rem auto;
}

.div-block-24 {
  background-image: linear-gradient(225deg, var(--color-3), var(--color-4) 25%, var(--color-5) 75%, var(--color));
  border-radius: 10px;
  padding: 2px;
}

.div-block-25 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  line-height: 1.4;
  display: flex;
}

.image-7 {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
}

.section-6 {
  background-color: #f4f9fe;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.div-block-26 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  display: grid;
}

.div-block-27 {
  align-self: flex-end;
  padding-top: 40px;
  padding-right: 40px;
  position: relative;
}

.image-5-copy-copy {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-8 {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-top: -40px;
}

.image-8.w2 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-28 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list {
  margin-top: 2rem;
  margin-bottom: 0;
}

.div-block-29 {
  background-color: var(--color-3);
  color: var(--color-2);
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
}

.div-block-29.w2 {
  background-color: var(--color-4);
}

.div-block-29.w3 {
  background-color: var(--color-5);
  color: var(--color);
}

.div-block-29.w4 {
  background-color: var(--color);
}

.list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.image-9 {
  object-fit: cover;
  object-position: 35% 50%;
  border-radius: 10px;
  width: 100%;
  max-width: 485px;
}

.image-10 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  min-width: 160px;
  max-width: 200px;
  min-height: 170px;
}

.grid-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr auto;
  margin-top: 2rem;
}

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

.image-11 {
  object-fit: cover;
  width: 100%;
  min-height: 450px;
  position: static;
}

.div-block-30 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f4f9fe;
  border: 2px solid #eaf0f4;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  line-height: 1.6;
  display: flex;
}

.div-block-31 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.div-block-32 {
  background-image: linear-gradient(225deg, var(--color-3), var(--color-4) 25%, var(--color-5) 75%, var(--color));
  border-radius: 10px;
  padding: 2px;
}

.div-block-33 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color);
  color: var(--color-2);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  line-height: 1.6;
  display: flex;
}

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

.div-block-34 {
  padding-top: 40px;
  padding-left: 40px;
  position: relative;
}

.image-8-copy {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-top: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-12 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 200px;
  min-height: 300px;
}

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

.text-block-8 {
  font-weight: 600;
}

.button {
  background-color: var(--color-5);
  color: var(--color);
  border-radius: 10px;
  padding: .8rem 1.5rem;
  font-weight: 600;
}

.section-8 {
  background-color: #f4f9fe;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.grid-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  max-width: 920px;
  margin: 0 auto 0;
  position: relative;
}

.div-block-36 {
  background-image: linear-gradient(225deg, var(--color-3), var(--color-4) 25%, var(--color-5) 75%, var(--color));
  border-radius: 10px;
  padding: 2px;
}

.div-block-36.no_gradient {
  background-color: #dfeefe;
  background-image: none;
}

.div-block-37 {
  background-color: #dfeefe;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
}

.div-block-38 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 230px 2rem 2rem;
  display: flex;
  position: relative;
}

.list-item-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.text-block-9 {
  color: var(--color-3);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.button-2 {
  background-color: var(--color-3);
  text-align: center;
  border-radius: 10px;
  width: 100%;
  padding: .8rem 1rem;
  font-weight: 500;
  transition: all .4s;
}

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

.button-2.cta_top_1 {
  margin-top: 2rem;
}

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

.image-13 {
  object-fit: contain;
  width: 100%;
  max-width: 70%;
  min-height: 320px;
  max-height: 320px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-39 {
  min-height: 320px;
  max-height: 320px;
  position: absolute;
  inset: -100px 0% auto;
}

.list-2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.image-14 {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.div-block-40 {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

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

.grid-7 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 350px) 1fr;
}

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

.image-15 {
  object-fit: cover;
  object-position: 40% 50%;
  border-radius: 10px;
  width: 100%;
  min-height: 80%;
}

.div-block-41 {
  background-image: linear-gradient(225deg, var(--color-3), var(--color-4) 25%, var(--color-5) 75%, var(--color));
  border-radius: 10px;
  padding: 2px;
}

.div-block-41.w2 {
  background-color: #f4f9fe80;
  background-image: none;
}

.div-block-41.w_blue {
  background-color: var(--color-3);
  background-image: none;
  text-decoration: none;
}

.div-block-42 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f4f9fe;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 1.5rem 1.1rem;
  display: flex;
}

.div-block-42.color_no {
  background-color: #f4f9fe00;
}

.div-block-42.w_blue {
  background-color: var(--color-3);
  color: var(--color-2);
  justify-content: flex-start;
  align-items: flex-end;
}

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

.text-block-12 {
  font-size: .9rem;
}

.image-16 {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
}

.div-block-43 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-13 {
  margin-right: auto;
  font-size: 1.6rem;
  font-weight: 700;
}

.section-10 {
  background-color: #f4f9fe;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding-top: 8rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.section-10.thx {
  min-height: 100vh;
}

.div-block-44 {
  background-color: #dfeefe;
  width: 100%;
  max-width: 650px;
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.text-span-3 {
  background-image: linear-gradient(90deg, var(--color-3), var(--color-4) 25%, var(--color-5) 75%, var(--color));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-45 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: relative;
}

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

.image-8-copy {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-top: -40px;
}

.image-8-copy.w2 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.img8_graf_to {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-top: -40px;
  position: absolute;
  inset: 0% auto auto -40px;
}

.img8_graf_to.w2 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-block-14 {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.text-block-14.thx {
  color: var(--color-3);
}

.div-block-47 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 2rem;
  display: grid;
}

.image-17 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 200px;
  min-height: 280px;
}

.image-8_w2 {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-top: 10px;
  margin-left: auto;
  inset: auto 0% 0% auto;
}

.image-8_w2.w2 {
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.heading {
  max-width: 950px;
}

.navbar {
  background-color: #f4f9fe;
  padding-top: .4rem;
  padding-bottom: .4rem;
  position: fixed;
  inset: 0% 0% auto;
}

.container-menu {
  z-index: 1;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1480px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.div-block-49 {
  margin-right: auto;
}

.div-block-50 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  background-color: var(--color-3);
  text-align: center;
  border-radius: 10px;
  width: 10%;
  max-width: 100px;
  font-size: .9rem;
  transition: all .4s;
}

.button-3:hover {
  background-color: #0660b2;
}

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

.nav-link {
  padding: .7rem .4rem;
  font-size: .9rem;
  font-weight: 500;
  transition: all .4s;
}

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

.nav-link.kontakt_add {
  display: none;
}

.div-block-51 {
  width: 100%;
  max-width: 45px;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-9 {
    padding-left: 2rem;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
  }

  .div-block-19 {
    padding: .5rem;
  }

  .div-block-25 {
    min-height: 100%;
  }

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

  .image-9 {
    min-height: 400px;
  }

  .image-10 {
    min-height: 150px;
  }

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

  .image-15 {
    min-height: 300px;
  }

  .section-10 {
    overflow: hidden;
  }

  .div-block-50 {
    justify-content: flex-end;
    align-items: center;
  }

  .nav-menu {
    background-color: var(--color-3);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: .5rem;
  }

  .button-3 {
    display: none;
  }

  .nav-link {
    color: var(--color-2);
    text-align: center;
  }

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

  .nav-link.kontakt_add {
    display: block;
  }

  .menu {
    background-color: var(--color-3);
    color: var(--color-2);
    border-radius: 10px;
  }

  .menu.w--open {
    background-color: #0169c9;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-9 {
    padding-top: 10rem;
  }

  .grid {
    flex-flow: column;
    grid-template-columns: 1.5fr;
    display: flex;
  }

  .div-block-17 {
    padding: 1.5rem;
  }

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

  .grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: .75fr;
    place-items: stretch stretch;
    display: flex;
  }

  .slider {
    flex-flow: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .mask {
    height: auto;
  }

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

  .grid-6 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    grid-template-columns: 1fr;
  }

  .button-2.cta_top_1 {
    max-width: 280px;
  }

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

  .section-10 {
    min-height: auto;
  }

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

  .heading {
    font-size: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    background-image: linear-gradient(270deg, #000, #009fe3 25%, #ffed00 75%, #df007e);
    width: 100%;
    min-height: 1px;
  }

  .div-block-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .div-block-4 {
    flex-flow: wrap;
  }

  .div-block-5 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-9 {
    padding-top: 8rem;
  }

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

  .container-box-faq {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .slider {
    padding-bottom: 5rem;
  }

  .div-block-21 {
    padding-bottom: 0;
  }

  .mask {
    flex: 1;
    min-height: auto;
  }

  .slide {
    height: 100%;
    min-height: 100%;
    margin-right: 2px;
  }

  .div-block-22 {
    height: 100%;
  }

  .div-block-25 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .div-block-27.graf_top_ukryj {
    display: none;
  }

  .image-10 {
    min-width: 120px;
    min-height: 120px;
  }

  .image-11 {
    min-height: 350px;
  }

  .grid-6 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .div-block-38 {
    padding-top: 200px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .button-2.cta_top_1 {
    margin-top: 0;
  }

  .image-13 {
    min-height: 300px;
    max-height: 300px;
  }

  .div-block-40 {
    padding-bottom: 60px;
  }

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

  .section-10 {
    padding-top: 8rem;
  }

  .section-10.thx {
    overflow: hidden;
  }

  .div-block-47 {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .heading {
    font-size: 2.7rem;
    line-height: 1.2;
  }
}

#w-node-_87718388-1dab-239c-32bb-7bca74c5024e-af5ec244 {
  justify-self: stretch;
}

#w-node-_449f0866-cbff-1aea-d616-e6e2300ab6e8-af5ec244 {
  justify-self: end;
}

#w-node-ed2374b1-6f25-a266-0897-328e908a36e1-af5ec244 {
  align-self: stretch;
}

#w-node-c393953a-63fb-6bc4-b009-e01e28be7d82-af5ec244 {
  place-self: end;
}

#w-node-c10da40d-1220-73f7-c8cf-f080606a265f-af5ec244 {
  justify-self: end;
}

#w-node-_5a2d25af-326d-7c86-ac27-189b8b597bd2-af5ec244 {
  align-self: stretch;
}

#w-node-c6243d03-1d78-5026-7c13-36abe40f01b8-af5ec244 {
  justify-self: end;
}

#w-node-_253ca000-41bf-87af-5caf-04b13a5f8dce-af5ec244 {
  align-self: center;
}

#w-node-_87718388-1dab-239c-32bb-7bca74c5024e-2fc0aa24 {
  justify-self: stretch;
}

#w-node-_449f0866-cbff-1aea-d616-e6e2300ab6e8-2fc0aa24 {
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_4e1f91b5-42fb-d612-5fe3-8c0003c8290c-af5ec244 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0a4b7bb-c095-411b-de18-ccae39653abb-af5ec244, #w-node-_859eeacb-f1cc-c9fe-8293-ecd3352d8a8a-af5ec244, #w-node-_3224f41f-cd45-accf-d446-0136a84510a3-af5ec244, #w-node-b3a1f553-daee-a20b-684f-deed7a0bc33c-af5ec244, #w-node-_4f6c2d62-8ab3-5ab5-dd70-740dc6e4ed6c-af5ec244, #w-node-_41dc2953-47d8-6e33-2317-88badcb9fea6-af5ec244, #w-node-_9dbd2a17-2dc2-46f4-1378-2fd62ad76223-af5ec244 {
    order: 9999;
  }

  #w-node-_4e1f91b5-42fb-d612-5fe3-8c0003c8290c-2fc0aa24 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4e1f91b5-42fb-d612-5fe3-8c0003c8290c-af5ec244 {
    grid-column: span 1 / span 1;
  }

  #w-node-_449f0866-cbff-1aea-d616-e6e2300ab6e8-af5ec244, #w-node-c6243d03-1d78-5026-7c13-36abe40f01b8-af5ec244 {
    justify-self: start;
  }

  #w-node-_4e1f91b5-42fb-d612-5fe3-8c0003c8290c-2fc0aa24 {
    grid-column: span 1 / span 1;
  }

  #w-node-_449f0866-cbff-1aea-d616-e6e2300ab6e8-2fc0aa24 {
    justify-self: start;
  }
}


