:root {
  --black: #000;
  --white: white;
  --blue-light: #7ebfbe;
  --blue: #2d3e91;
  --black-2: black;
}

.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: var(--black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.35em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lemonmilk, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.35em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lemonmilk, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.35em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lemonmilk, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lemonmilk, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lemonmilk, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

.body {
  color: var(--black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.35em;
}

.div-block {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

.h1 {
  font-family: Lemonmilk, sans-serif;
}

.h1.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #53aabe, #2e3e92);
  -webkit-background-clip: text;
  background-clip: text;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1100px;
}

.heading {
  font-size: 66px;
  line-height: 1.35em;
}

.div-block-2 {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sg-class {
  color: #fff;
  background-color: #007df1;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.sg-global-class {
  color: #fff;
  background-color: #f100a1;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.div-block-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h2 {
  font-size: 50px;
  line-height: 1.35em;
}

.h3 {
  font-family: Lemonmilk, sans-serif;
  font-size: 64px;
  line-height: 1.35em;
}

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

.paragraph {
  font-size: 20px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-left: 5%;
  margin-right: 5%;
}

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

.heading-2 {
  color: #b8b8b8;
  text-align: center;
  background-color: #000;
  margin-top: 100px;
}

.text-size-small {
  font-size: 16px;
}

.text-size-tiny {
  font-size: 14px;
}

.text-size-medum {
  font-size: 20px;
  line-height: 1.4em;
}

.text-size-large {
  font-size: 22px;
  line-height: 1.4em;
}

.heading-3 {
  font-size: 26px;
  line-height: 1.5em;
}

.h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35em;
}

.section-hero {
  background-image: url('../images/c-section-hero.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 790px;
  display: flex;
}

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

.wrap-inner {
  width: 90%;
  max-width: 1300px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-4 {
  color: #bd1111;
}

.div-block-5 {
  color: var(--white);
  margin-bottom: 60px;
}

.div-block-6 {
  background-image: linear-gradient(90deg, #66c1bf, #2e3e92);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-7 {
  border: 1px solid var(--white);
  padding: 20px;
}

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

.div-block-8 {
  background-color: #fff;
  padding: 20px;
}

.div-block-9 {
  background-color: #7ebfbe;
  width: 240px;
  height: 22px;
}

.div-block-10 {
  color: var(--white);
}

.heading-5 {
  font-size: 66px;
}

.padding-header {
  padding-left: 2vw;
}

.wrap-inner-large {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-12 {
  background-image: url('../images/c-ramka-bottom-right.svg'), url('../images/c-ramka-top-left.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 40px;
}

.hp-sekcja-3 {
  background-image: url('../images/bg-vector-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.div-block-13 {
  color: var(--white);
  background-color: #2e3e92;
  padding: 40px 20px;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 90px;
}

.paragraph-2 {
  margin-top: 20px;
}

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

.div-block-15 {
  margin-top: -35px;
  margin-bottom: 100px;
}

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

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

.item-border {
  background-image: linear-gradient(90deg, var(--blue-light), var(--blue));
  padding: 30px;
}

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

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

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

.paragraph-3 {
  color: var(--black);
  margin-top: 60px;
  text-decoration: none;
}

.heading-6 {
  color: var(--black);
  margin-top: -10px;
  font-weight: 300;
  text-decoration: none;
}

.link-kreska {
  text-align: center;
}

.div-block-16 {
  background-color: #7ebfbe;
  width: 100%;
  max-width: 190px;
  height: 18px;
}

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

.heading-8 {
  font-family: Lemonmilk, sans-serif;
  font-weight: 400;
}

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

.heading-8.align-right {
  text-align: right;
}

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

.hp-projekt-left {
  grid-template-rows: auto;
  grid-template-columns: 6fr 1fr;
}

.hp-projekt-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 6fr;
}

.image-2 {
  width: 100%;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.hp-kontakt {
  margin-top: 100px;
  margin-bottom: 60px;
}

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

.paragraph-4 {
  font-family: Lemonmilk, sans-serif;
  font-size: 20px;
}

.div-block-18 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  padding-left: 2vw;
  display: grid;
}

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

.div-block-19 {
  height: 100%;
  margin-top: 0;
  padding-top: 50px;
}

.div-block-20 {
  padding: 2vw;
}

.heading-9 {
  font-size: 4vw;
}

.link-block {
  height: 100%;
  overflow: hidden;
}

.div-block-21 {
  overflow: hidden;
}

.footer {
  background-color: #131337;
  margin-top: 0;
  position: relative;
}

.link {
  color: var(--white);
  font-family: Lemonmilk, sans-serif;
  font-size: 20px;
  text-decoration: underline;
}

.link-2 {
  color: var(--white);
  font-family: Lemonmilk, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.div-block-23 {
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.div-block-25 {
  margin: 0;
  padding: 2vw;
}

.div-block-26 {
  padding: 2vw;
}

.navbar {
  background-color: var(--white);
  position: relative;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

.button-primary:active {
  background-color: #43464d;
}

.list-item-3 {
  font-family: Lemonmilk, sans-serif;
}

.section {
  background-color: var(--blue);
  color: var(--white);
  margin-bottom: 0;
  padding-bottom: 60px;
  position: relative;
}

.div-block-27 {
  padding-top: 220px;
  position: relative;
}

.div-block-28 {
  margin-top: 160px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.paragraph-5, .paragraph-6 {
  color: var(--blue-light);
}

.div-block-29 {
  text-align: right;
  width: 100%;
  max-width: 580px;
}

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

.heading-10 {
  font-size: 52px;
}

.heading-11 {
  font-size: 38px;
}

.image-5 {
  width: 100%;
}

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

.div-block-30 {
  text-align: left;
  width: 100%;
  max-width: 580px;
}

.image-6 {
  width: 95%;
  margin-top: 142px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.team-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
  margin-bottom: 150px;
}

.tem-item-header {
  color: var(--blue-light);
  text-transform: uppercase;
  font-size: 26px;
}

.image-7 {
  width: 100%;
  margin-bottom: 20px;
}

.section-2 {
  padding-top: 120px;
  padding-bottom: 0;
}

.projekty-projekt-left {
  grid-template-rows: auto;
  grid-template-columns: 6fr 1fr;
}

.projekty-projekt-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 6fr;
}

.projekty-item-border {
  background-color: var(--blue);
  padding: 30px;
}

.projekty-projekty {
  background-image: linear-gradient(90deg, var(--blue-light), var(--blue));
  padding: 140px;
}

.grid-13 {
  grid-template-rows: auto;
  margin-top: 0;
  margin-bottom: 100px;
}

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

.body-2 {
  background-color: #2d3e91;
}

.container-header-white {
  color: var(--white);
}

.div-block-31 {
  background-color: var(--white);
  padding: 40px;
}

.table-header {
  border-bottom: 2px solid #66c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  font-weight: 700;
  display: block;
}

.grid-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .25fr 1fr;
}

.table-header-text {
  margin-top: 10px;
}

.table-content {
  border-bottom: 2px solid #66c;
  width: 100%;
  height: 100%;
}

.paragraph-7, .table-content-text {
  margin-top: 10px;
}

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

.div-block-33 {
  margin-top: 60px;
}

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

.heading-13 {
  color: var(--white);
  text-align: right;
  font-family: Lemonmilk, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-35 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-36 {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-37 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-right: 20px;
  display: block;
}

.div-block-38 {
  width: 50%;
  position: relative;
}

.image-8 {
  width: 50vw;
  max-width: 870px;
  height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.paragraph-8 {
  padding-top: 20px;
  padding-left: 2vw;
}

.paragraph-9 {
  color: var(--blue-light);
  padding-left: 2vw;
  padding-right: 10px;
}

.link-3 {
  color: var(--blue-light);
  padding-left: 2vw;
  padding-right: 10px;
  text-decoration: none;
}

.link-3:hover {
  color: var(--black);
  text-decoration: underline;
}

.body-3 {
  display: block;
  overflow: hidden;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.image-9 {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.div-block-39 {
  z-index: 0;
  background-image: linear-gradient(106deg, #66c1bf, #2e3e92);
  width: 40vw;
  height: 100vh;
  margin-left: auto;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.grid-15 {
  grid-template-columns: 1fr .75fr;
}

.div-block-40 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.div-block-41 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 60vw;
  display: flex;
}

.div-block-42 {
  width: 35vw;
  max-width: 520px;
  margin-top: 140px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-43 {
  width: 92%;
  max-width: 880px;
  padding-right: 40px;
}

.heading-14 {
  margin-top: -8px;
}

.heading-15 {
  margin-top: -12px;
  padding-top: 0;
  font-weight: 300;
}

.paragraph-10 {
  margin-top: 40px;
  padding-left: 2vw;
}

.prjekt-mala-tabela {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  grid-template-columns: .25fr 1fr;
}

.projekt-table-header {
  border-bottom: 2px solid var(--blue-light);
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  font-weight: 700;
  display: block;
}

.projekt-table-content {
  border-bottom: 2px solid var(--blue-light);
  color: var(--white);
  width: 100%;
  height: 100%;
}

.image-10 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-44 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.m-40-40-40-0 {
  width: 35vw;
  max-width: 520px;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.projekt-foto-60-proc {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60vw;
  display: flex;
}

.div-block-44koljeny {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.bottom-left {
  width: 35vw;
  max-width: 520px;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: static;
  bottom: 0;
}

.heading-16 {
  color: var(--white);
  font-family: Lemonmilk, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-17 {
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7 {
  color: var(--black);
  text-decoration: none;
}

.div-block-32jakis-inyy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.grid-tylko-prawa {
  grid-template-rows: auto;
  margin-top: 0;
  margin-bottom: 100px;
}

.heading-18 {
  font-family: Lemonmilk, sans-serif;
  font-weight: 400;
}

.heading-19, .heading-20, .heading-21, .heading-22 {
  font-weight: 400;
}

.link-download {
  color: var(--blue-light);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 190px;
  text-decoration: none;
  display: flex;
}

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

.text-block {
  margin-top: 7px;
}

.div-block-46 {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.download-reska {
  background-color: #7ebfbe;
  width: 100%;
  max-width: 190px;
  height: 18px;
}

.h2-projekt {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.35em;
}

.hp-sekcja-1-naglowek {
  font-size: 41px;
  line-height: 1.35em;
}

.image-11 {
  width: 100%;
  display: none;
}

.kontakt {
  margin-top: 40px;
  margin-bottom: 60px;
}

.mask, .slider {
  height: auto;
}

.left-arrow, .right-arrow {
  display: none;
}

.image-12, .image-13, .image-14 {
  width: 100%;
}

.heading-12-coaaapy {
  font-size: 46px;
}

@media screen and (min-width: 1280px) {
  .h2 {
    padding-left: 0;
    font-size: 4vw;
  }

  .div-block-8 {
    padding: 40px;
  }

  .padding-header {
    font-size: 3px;
  }

  .div-block-12 {
    padding: 40px;
  }

  .grid-5 {
    margin-top: 90px;
  }

  .item-border {
    padding: 35px;
  }

  .link-kreska {
    text-align: center;
  }

  .div-block-19 {
    margin-top: 0;
  }

  .heading-9 {
    font-size: 3.5vw;
  }

  .heading-11 {
    font-size: 56px;
  }

  .projekty-item-border {
    padding: 35px;
  }

  .heading-12 {
    font-size: 48px;
  }

  .image-8 {
    width: 50vw;
    inset: 0% auto auto 0%;
  }

  .paragraph-8 {
    padding-top: 20px;
  }

  .link-download {
    text-align: center;
  }

  .h2-projekt, .hp-sekcja-1-naglowek {
    padding-left: 0;
    font-size: 4vw;
  }

  .heading-12-coaaapy {
    font-size: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .h2 {
    font-size: 3.5vw;
  }

  .section-hero {
    background-size: cover;
  }

  .wrap-inner {
    max-width: 1380px;
  }

  .div-block-6 {
    background-image: linear-gradient(90deg, #87bcbf, #343f90);
  }

  .div-block-7 {
    padding: 40px;
  }

  .div-block-8 {
    padding: 60px;
  }

  .wrap-inner-large {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-12 {
    padding: 40px;
  }

  .container-header {
    margin-top: 0;
  }

  .item-border {
    padding: 45px;
  }

  .heading-9 {
    font-size: 3.8vw;
  }

  .section {
    position: relative;
  }

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

  .projekty-item-border {
    padding: 45px;
  }

  .heading-12 {
    font-size: 56px;
  }

  .container-header-white {
    margin-top: 0;
  }

  .div-block-37 {
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 100px;
  }

  .image-8 {
    width: 50vw;
    inset: 0% auto auto 0%;
  }

  .paragraph-8 {
    padding-top: 40px;
    padding-left: 2vw;
  }

  .h2-projekt, .hp-sekcja-1-naglowek {
    font-size: 3.5vw;
  }

  .heading-12-coaaapy {
    font-size: 56px;
  }
}

@media screen and (min-width: 1920px) {
  h6 {
    font-size: 18px;
    line-height: 1.35em;
  }

  .h2 {
    font-size: 63px;
    font-weight: 400;
  }

  .wrap-inner {
    position: relative;
  }

  .div-block-8, .div-block-12 {
    padding: 60px;
  }

  .grid-5 {
    margin-top: 90px;
  }

  .paragraph-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .item-border {
    padding: 50px;
  }

  .paragraph-3 {
    margin-top: 80px;
  }

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

  .heading-8 {
    margin-bottom: 0;
  }

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

  .heading-8.align-right {
    text-align: right;
  }

  .div-block-18 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 60px;
  }

  .div-block-19 {
    margin-top: 0;
  }

  .div-block-20 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .heading-9 {
    font-size: 66px;
  }

  .div-block-21 {
    width: 100%;
    height: 100%;
  }

  .footer {
    margin-top: 0;
  }

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

  .navbar-logo-left-container.shadow-three {
    width: 90%;
    max-width: 1380px;
  }

  .container {
    max-width: 1380px;
  }

  .image-4 {
    width: 100%;
  }

  .projekty-item-border {
    padding: 50px;
  }

  .heading-12 {
    font-size: 66px;
  }

  .div-block-36 {
    margin-bottom: 220px;
  }

  .div-block-37 {
    padding-top: 90px;
  }

  .image-8 {
    width: 50vw;
    max-width: 1000px;
    height: auto;
    inset: 0% auto auto 0%;
  }

  .paragraph-8 {
    padding-left: 2vw;
  }

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

  .h2-projekt {
    font-size: 66px;
    font-weight: 400;
  }

  .hp-sekcja-1-naglowek {
    font-size: 63px;
    font-weight: 400;
  }

  .image-12, .image-13, .image-14 {
    width: 100%;
  }

  .heading-12-coaaapy {
    font-size: 66px;
  }
}

@media screen and (max-width: 991px) {
  .h2 {
    font-size: 6vw;
  }

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

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

  .item-border {
    padding: 25px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .team-list {
    grid-template-columns: 1fr 1fr;
  }

  .projekty-item-border {
    padding: 25px;
  }

  .div-block-32 {
    flex-flow: column;
  }

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

  .div-block-37 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-38 {
    width: 100%;
    margin-top: 40px;
  }

  .image-8 {
    width: 100%;
    height: auto;
    position: static;
  }

  .link-3 {
    padding-right: 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .div-block-32jakis-inyy {
    flex-flow: column;
  }

  .h2-projekt, .hp-sekcja-1-naglowek {
    font-size: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .hero-without-image {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    margin-top: 21px;
    font-size: 8vw;
  }

  .h1.gradient {
    font-size: 8vw;
  }

  .h2 {
    font-size: 5.5vw;
  }

  .section-hero {
    background-size: cover;
    height: 500px;
  }

  .wrap-inner {
    box-sizing: border-box;
  }

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

  .grid-4 {
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-8 {
    padding: 20px;
  }

  .div-block-9 {
    width: 150px;
    height: 16px;
  }

  .padding-header {
    padding-left: 20px;
  }

  .div-block-12 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 0;
  }

  .hp-sekcja-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .div-block-15 {
    margin-bottom: 40px;
  }

  .grid-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: start center;
  }

  .item-border {
    padding: 15px;
  }

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

  .hp-projekt-left {
    grid-template-columns: 6fr;
  }

  .hp-projekt-right {
    flex-flow: row-reverse wrap-reverse;
    grid-template-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .div-block-18 {
    padding-left: 5vw;
  }

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

  .heading-9 {
    font-size: 8vw;
  }

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

  .list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

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

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

  .navbar-logo-left-container.shadow-three {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .image-4 {
    display: none;
  }

  .div-block-27 {
    padding-top: 203px;
  }

  .div-block-28 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-29 {
    text-align: left;
  }

  .grid-11 {
    flex-flow: row-reverse wrap-reverse;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-11 {
    font-size: 7vw;
  }

  .image-5 {
    margin-top: 20px;
  }

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

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

  .tem-item-header {
    font-size: 22px;
  }

  .section-2 {
    padding-top: 60px;
  }

  .projekty-projekt-left {
    grid-template-columns: 1fr;
  }

  .projekty-projekt-right {
    flex-flow: row-reverse wrap-reverse;
    grid-template-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .projekty-item-border {
    padding: 15px;
  }

  .projekty-projekty {
    padding: 40px 0;
  }

  .grid-13 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-12 {
    font-size: 36px;
  }

  .div-block-31 {
    padding: 10px;
  }

  .table-header {
    border-bottom-style: none;
  }

  .grid-14 {
    grid-template-columns: 2fr;
  }

  .div-block-33 {
    margin-top: 20px;
  }

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

  .div-block-37 {
    height: auto;
  }

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

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

  .div-block-40 {
    flex-flow: column;
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-41 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-42 {
    background-image: linear-gradient(106deg, var(--blue-light), var(--blue));
    width: 100%;
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-43 {
    width: 100%;
    padding-right: 0;
  }

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

  .paragraph-10 {
    padding-left: 20px;
  }

  .image-10 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-44 {
    flex-flow: column;
  }

  .m-40-40-40-0 {
    background-image: linear-gradient(106deg, var(--blue-light), var(--blue));
    width: 100%;
    padding: 40px;
  }

  .projekt-foto-60-proc {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-44koljeny {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .bottom-left {
    width: 100%;
  }

  .heading-16 {
    color: var(--black);
    margin-top: 20px;
  }

  .div-block-32jakis-inyy {
    margin-top: 20px;
  }

  .grid-tylko-prawa {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

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

  .h2-projekt {
    font-size: 30px;
  }

  .hp-sekcja-1-naglowek {
    font-size: 6vw;
  }

  .image-11 {
    display: block;
  }

  .div-block-47 {
    margin-top: 20px;
  }

  .heading-12-coaaapy {
    font-size: 9vw;
  }

  .image-15 {
    width: 40vw;
  }
}

#w-node-_084f1f0f-1240-4c16-5602-293345da2901-80c390a5 {
  place-self: center;
}

#w-node-_4250d102-e73d-d0d4-652d-ef2c187462e8-80c390a5 {
  align-self: center;
}

#w-node-aacffdc0-97e4-abb3-93fa-92edae2f311b-80c390a5 {
  place-self: center;
}

#w-node-dfd9516d-bac1-43bc-6494-b64f4f33f151-80c390a5 {
  align-self: center;
}

#w-node-d1f8ce44-25a3-45fb-59f0-b61b84546347-80c390a5, #w-node-ec1135ca-215d-b6cd-2841-60b74cafe1e1-80c390a5 {
  align-self: end;
}

#w-node-fbfce1ae-f804-cf53-e06b-e39a40b12ac1-80c390a5 {
  place-self: center;
}

#w-node-ec1135ca-215d-b6cd-2841-60b74cafe1c5-80c390a5 {
  align-self: center;
}

#w-node-f07a96c0-7618-02ee-d62f-5f25435aade5-80c390a5 {
  place-self: center;
}

#w-node-f07a96c0-7618-02ee-d62f-5f25435aade6-80c390a5 {
  align-self: center;
}

#w-node-f07a96c0-7618-02ee-d62f-5f25435aae02-80c390a5 {
  align-self: end;
}

#w-node-_7e296822-429d-2240-18cc-a70757d7a4d8-80c390a5 {
  place-self: auto;
}

#w-node-ff2b4e2c-55e5-00a8-f8cd-0f2360361eae-db4df462, #w-node-adadb4f4-7ad1-0d58-fa2f-0970b705331a-db4df462, #w-node-d10bfae3-7002-1c90-faf0-aea3ff644731-db4df462, #w-node-fcefd390-fbe5-b45a-3af8-4087b3a874ab-db4df462, #w-node-a831b988-3662-d2b9-2f8f-a6cfd0e29022-db4df462, #w-node-a831b988-3662-d2b9-2f8f-a6cfd0e29028-db4df462, #w-node-a831b988-3662-d2b9-2f8f-a6cfd0e2902e-db4df462, #w-node-a831b988-3662-d2b9-2f8f-a6cfd0e29036-db4df462, #w-node-a831b988-3662-d2b9-2f8f-a6cfd0e2903c-db4df462, #w-node-_8f7169db-559a-3831-ece7-b3016b7f0e1a-db4df462, #w-node-_8b6b415a-ef46-3377-55c7-718020138070-db4df462, #w-node-_73c62ee4-0ce1-695a-18ef-decd5498815d-db4df462, #w-node-_691d7994-ed8f-f3f0-eb52-5b626585bb24-db4df462, #w-node-_08c895e7-5fc3-a3b3-57d4-91e57078660c-db4df462 {
  place-self: center;
}

#w-node-ed327f06-b9c5-3e66-f406-731eccacfbe0-96f28eac {
  place-self: end;
}

#w-node-_867f9b2b-7e3e-1867-847d-889e7d093bda-96f28eac {
  place-self: end start;
}

#w-node-_1a7e3e72-e8ef-2d83-5eda-4c3c4e8047ea-7323ddbc {
  align-self: center;
}

#w-node-_0b2dea59-863f-5c58-7adf-1253bfd4280d-7323ddbc {
  place-self: center;
}

#w-node-_0b2dea59-863f-5c58-7adf-1253bfd4280e-7323ddbc {
  align-self: center;
}

#w-node-_0b2dea59-863f-5c58-7adf-1253bfd4282a-7323ddbc, #w-node-_0b2dea59-863f-5c58-7adf-1253bfd42830-7323ddbc {
  align-self: end;
}

#w-node-_0b2dea59-863f-5c58-7adf-1253bfd42839-7323ddbc {
  place-self: center;
}

#w-node-_0b2dea59-863f-5c58-7adf-1253bfd4283a-7323ddbc {
  align-self: center;
}

#w-node-_0b2dea59-863f-5c58-7adf-1253bfd42860-7323ddbc {
  place-self: center;
}

#w-node-_0b2dea59-863f-5c58-7adf-1253bfd42861-7323ddbc {
  align-self: center;
}

#w-node-_0b2dea59-863f-5c58-7adf-1253bfd42882-7323ddbc {
  align-self: end;
}

#w-node-dcb404cf-f5c5-b8ea-204b-081a90a1ba2f-a464aefa {
  place-self: center start;
}

#w-node-_1da47886-fff1-fb71-6c1e-a5e0e36c4df0-a464aefa {
  justify-self: center;
}

#w-node-f455fc07-fc01-8f1a-266f-a91a04ef9e55-a464aefa {
  place-self: center start;
}

#w-node-_692f6b66-7e5a-fe55-4409-d6a06fba27f9-a464aefa {
  justify-self: center;
}

#w-node-_6b455e7a-ad79-fb14-181f-e1c3fbebdb6d-a464aefa {
  place-self: center start;
}

#w-node-e5ce66c7-4689-17be-8ef7-96452f580b62-a464aefa {
  justify-self: center;
}

#w-node-c849efef-37b0-a7e4-acde-c89acbae52a2-a464aefa {
  place-self: center start;
}

#w-node-_1d67b0db-60f9-dc45-774c-6853cf3ddbef-a464aefa {
  justify-self: center;
}

#w-node-_188c7944-aaca-5527-e4cf-fee2b797bd38-a464aefa {
  place-self: center start;
}

#w-node-_3134e5b7-0ff0-e069-b702-a90c23076ca6-a464aefa {
  justify-self: center;
}

#w-node-_056da263-6863-a6dd-ce82-5dc6d925acf0-a464aefa {
  place-self: center start;
}

#w-node-_6b7049d4-80e8-6a47-4495-1430abeca3a3-a464aefa {
  justify-self: center;
}

#w-node-df4c5703-81a6-6758-dc26-a16047a6f051-a464aefa {
  place-self: center start;
}

#w-node-_8fca6b38-8d3b-4edc-70a1-d93e1d677c22-a464aefa {
  justify-self: center;
}

#w-node-_111f8d96-7832-c773-f2ce-187fb71f63e0-a464aefa {
  place-self: center start;
}

#w-node-_3d437e49-4d5d-488b-60e0-9c78f730924f-a464aefa {
  justify-self: center;
}

#w-node-_6656ac2d-d6da-888e-b352-93884afbd756-a464aefa {
  place-self: center start;
}

#w-node-_374df880-5124-2fd4-de5c-61a27c7af589-a464aefa {
  justify-self: center;
}

#w-node-ce523153-b736-0049-b0a8-98cc6d6c4d60-a464aefa {
  place-self: center start;
}

#w-node-c8cc2d92-68b2-fd1f-16ee-758014918c37-a464aefa {
  justify-self: center;
}

#w-node-_6a63ff11-1338-1bfb-0935-60df57764355-66d6eb3c {
  place-self: center start;
}

#w-node-_6a63ff11-1338-1bfb-0935-60df57764358-66d6eb3c {
  justify-self: center;
}

#w-node-b02101ef-4882-a031-8c2a-9fffaa861a0b-66d6eb3c {
  place-self: center start;
}

#w-node-_88bba417-549f-0afd-173b-c5a92b659af5-66d6eb3c {
  justify-self: center;
}

#w-node-acebf8ea-0e00-8d9f-3b42-c2dd27e982fb-66d6eb3c {
  place-self: center start;
}

#w-node-_6dd2e387-ad55-c1bb-2568-3a64044371c3-66d6eb3c {
  justify-self: center;
}

#w-node-_3269e824-10a8-3ed9-9b2b-7cddd56c2966-66d6eb3c {
  place-self: center start;
}

#w-node-_8bd3645a-f5f9-f5eb-fd4b-8e3e8715bdb2-66d6eb3c {
  justify-self: center;
}

#w-node-_3c1f3fea-595f-dcac-0314-8fc775227d21-66d6eb3c {
  place-self: center start;
}

#w-node-_3aa561bd-2255-590a-0cea-d9042f6dfe21-66d6eb3c {
  justify-self: center;
}

#w-node-c9967ad1-c7dc-9e0a-45eb-e81ae112e0aa-66d6eb3c {
  place-self: center start;
}

#w-node-_0c4648b4-2255-1a58-b6b6-64a4328c84ac-66d6eb3c {
  justify-self: center;
}

#w-node-_2651b2df-661c-58fe-ed6f-931c6375d28c-66d6eb3c {
  place-self: center start;
}

#w-node-_2651b2df-661c-58fe-ed6f-931c6375d28f-66d6eb3c {
  justify-self: center;
}

#w-node-_2651b2df-661c-58fe-ed6f-931c6375d292-66d6eb3c {
  place-self: center start;
}

#w-node-_2651b2df-661c-58fe-ed6f-931c6375d295-66d6eb3c {
  justify-self: center;
}

#w-node-_2651b2df-661c-58fe-ed6f-931c6375d298-66d6eb3c {
  place-self: center start;
}

#w-node-_2651b2df-661c-58fe-ed6f-931c6375d29b-66d6eb3c {
  justify-self: center;
}

#w-node-_2651b2df-661c-58fe-ed6f-931c6375d29e-66d6eb3c {
  place-self: center start;
}

#w-node-_2651b2df-661c-58fe-ed6f-931c6375d2a1-66d6eb3c {
  justify-self: center;
}

#w-node-_2651b2df-661c-58fe-ed6f-931c6375d2a4-66d6eb3c {
  place-self: center start;
}

#w-node-_2651b2df-661c-58fe-ed6f-931c6375d2a7-66d6eb3c {
  justify-self: center;
}

#w-node-_2651b2df-661c-58fe-ed6f-931c6375d2aa-66d6eb3c {
  place-self: center start;
}

#w-node-_2651b2df-661c-58fe-ed6f-931c6375d2ad-66d6eb3c {
  justify-self: center;
}

#w-node-_3ac9e84e-dcc2-ee18-556b-3dd9af7b7411-66d6eb3c {
  place-self: center start;
}

#w-node-a57db2ec-5a97-309d-a0d9-bbedde187f72-66d6eb3c {
  justify-self: center;
}

#w-node-a704ec72-19ce-7906-ceda-ba687362e804-0ad709d3 {
  place-self: auto;
}

@media screen and (min-width: 1920px) {
  #w-node-_7e296822-429d-2240-18cc-a70757d7a4d8-80c390a5, #w-node-a704ec72-19ce-7906-ceda-ba687362e804-0ad709d3 {
    place-self: auto;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_7e296822-429d-2240-18cc-a70757d7a4d8-80c390a5, #w-node-a704ec72-19ce-7906-ceda-ba687362e804-0ad709d3 {
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d1f8ce44-25a3-45fb-59f0-b61b84546347-80c390a5 {
    justify-self: start;
  }

  #w-node-ec1135ca-215d-b6cd-2841-60b74cafe1c0-80c390a5 {
    justify-self: auto;
  }

  #w-node-ec1135ca-215d-b6cd-2841-60b74cafe1e1-80c390a5 {
    justify-self: center;
  }

  #w-node-f07a96c0-7618-02ee-d62f-5f25435aae02-80c390a5 {
    justify-self: start;
  }

  #w-node-ed327f06-b9c5-3e66-f406-731eccacfbe0-96f28eac, #w-node-_867f9b2b-7e3e-1867-847d-889e7d093bda-96f28eac {
    justify-self: auto;
  }

  #w-node-_0b2dea59-863f-5c58-7adf-1253bfd4282a-7323ddbc {
    justify-self: start;
  }

  #w-node-_0b2dea59-863f-5c58-7adf-1253bfd4282f-7323ddbc {
    justify-self: auto;
  }

  #w-node-_0b2dea59-863f-5c58-7adf-1253bfd42830-7323ddbc {
    justify-self: center;
  }

  #w-node-_0b2dea59-863f-5c58-7adf-1253bfd42882-7323ddbc {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}