:root {
  --tło-szare: #404040;
  --_typography---font-styles--body: Outfit, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--white);
  --_typography---font-styles--heading: Outfit, sans-serif;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---colors--neutral-darkest: black;
  --_primitives---colors--white: #fff;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-dark);
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---colors--neutral: #666;
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---colors--neutral-lightest: #eee;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-lightest);
  --_ui-styles---radius--medium: 0px;
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --color-scheme-1--background: var(--_primitives---colors--neutral-darker);
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--white);
  --_primitives---colors--neutral-light: #aaa;
  --color-scheme-1--niebieski: #4192e8;
  --_ui-styles---stroke--divider-width: 1px;
  --color-scheme-1--turkus: #33bcb5;
  --color-scheme-1--ciemny-zielony: #0dc76e;
  --color-scheme-1--jasny-zielony: #9de251;
  --_primitives---colors--neutral-lighter: #ccc;
  --color-scheme-1--żółty: #e9e827;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: 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;
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--tło-szare);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-xlarge.align-center._68rem {
  max-width: 68rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center.szersze-napisy, .max-width-large.align-center.h1 {
  max-width: 60rem;
}

.max-width-large.align-center._68rem {
  max-width: 68rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xsmall {
  width: 90%;
  margin: 1.5rem 0 0;
}

.margin-top.margin-xsmall.time--ine {
  margin-top: 1.1rem;
}

.margin-top.margin-large {
  margin: 5rem 0 0;
}

.margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  padding: 0 0 2rem;
}

.padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---colors--neutral-darker);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-size-medium.cursywa {
  text-transform: none;
  font-style: italic;
}

.text-size-medium.cursywa.dark {
  color: var(--_primitives---colors--neutral-darkest);
  text-align: justify;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

.text-size-medium.wiekszy-font {
  font-size: 1.4rem;
}

.text-size-medium.font-small {
  font-size: .8rem;
}

.text-size-medium.bialy-font {
  color: var(--_primitives---colors--white);
}

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

.text-style-quote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.heading-style-h2 {
  color: var(--_primitives---colors--neutral-darker);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.heading-style-h2.small-font.dark {
  color: var(--_primitives---colors--neutral-darkest);
  font-weight: 300;
}

.heading-style-h2.wieksze-fonty {
  text-transform: uppercase;
  font-size: 4rem;
}

.heading-style-h2.wieksze-fonty.text-color-white {
  font-size: 3rem;
}

.heading-style-h2.zduzej {
  text-transform: uppercase;
  margin-top: 1.5rem;
  font-size: 2rem;
}

.heading-style-h2.zduzej.margin-top.margin-xsmall.white {
  text-align: center;
}

.heading-style-h2.zduzej.white {
  color: var(--_primitives---colors--white);
}

.heading-style-h2.margin-top.margin-small.small-font {
  font-size: 2rem;
}

.heading-style-h2.margin-top.margin-small.small-font.white {
  color: var(--_primitives---colors--white);
}

.heading-style-h2.dark {
  color: var(--color-scheme-1--foreground);
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h6.margin-top {
  color: var(--_primitives---colors--neutral-darkest);
  margin-top: 1rem;
  font-weight: 300;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

.heading-style-h5 {
  color: var(--_primitives---colors--neutral-darker);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-style-h5.font-rem2 {
  font-size: 2rem;
  font-weight: 400;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  color: var(--_primitives---colors--neutral-darker);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h1.pagin-dol {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 500;
}

.heading-style-h1.pagin-dol.big {
  font-size: 4.3rem;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darker);
  cursor: pointer;
  border-radius: 4px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.form_field-label {
  color: var(--_primitives---colors--neutral-darker);
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 1px solid var(--_primitives---colors--neutral);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darker);
  text-align: center;
  border-radius: 14px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--_primitives---colors--white);
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-navbar2-button {
  background-color: var(--_primitives---opacity--white-5);
  letter-spacing: 1px;
  border-style: none;
  border-radius: 11px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .9rem;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  color: var(--_primitives---colors--neutral-lightest);
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

.heading-style-h4.dark {
  color: var(--_primitives---colors--neutral-darkest);
}

.heading-style-h4.dark.is-center {
  text-align: center;
  text-transform: uppercase;
}

.heading-style-h4.is-center {
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.heading-style-h4.is-center.margin-bottom.margin-large.pogrubione {
  font-weight: 400;
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-size-regular {
  font-size: 1.3rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form_input {
  border: .5px solid var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 10px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  overflow: visible;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

.form_input.is-select-input {
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral);
  background-image: url('../images/chevron-down_1.svg');
  background-repeat: no-repeat;
  background-size: auto;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

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

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

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

.icon-embed-xsmall {
  color: var(--_primitives---colors--neutral-darkest);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-size-small {
  color: var(--_primitives---colors--neutral-darker);
  font-size: .875rem;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  background-color: #25d431;
  width: 3rem;
  height: 3rem;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  font-size: 1.25rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.rl-styleguide_spacing-all {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

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

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

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

.padding-section-large.zmniejszone {
  padding-bottom: 2rem;
}

.padding-section-large.home {
  padding-top: 6rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.text-style-tagline {
  color: var(--_primitives---colors--neutral-darker);
  justify-content: center;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
}

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

.slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_component {
  background-color: var(--_primitives---opacity--transparent);
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar2_component.home {
  display: none;
}

.navbar2_logo {
  width: 3rem;
}

.navbar2_logo-link {
  padding-left: 0;
  display: flex;
}

.navbar2_logo-link.w--current {
  align-items: flex-end;
}

.navbar2_container {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_link {
  color: var(--_primitives---colors--neutral-darkest);
  text-transform: uppercase;
  padding: .5rem 1rem;
  transition: all .3s;
  top: 0;
  bottom: 0;
}

.navbar2_link:hover {
  color: var(--_primitives---colors--neutral-light);
}

.navbar2_link.w--current {
  color: var(--color-scheme-1--niebieski);
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_menu.is-page-height-tablet {
  border: 1px solid var(--_primitives---colors--neutral);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 0;
  display: flex;
}

.section_strona-g-owna_layout {
  padding-top: 4rem;
  position: relative;
}

.section_strona-g-owna_layout.pading-6rem {
  padding-top: 6rem;
}

.strona-g-owna_layout_icon-wrapper {
  display: inline-block;
}

.strona-g-owna_layout_component {
  position: relative;
}

.strona-g-owna_feature_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  justify-content: flex-start;
  align-items: center;
  max-width: 40rem;
  margin-top: 30%;
  display: flex;
  position: relative;
  overflow: visible;
}

.strona-g-owna_feature_image {
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 20px;
  width: 28rem;
  height: 100%;
  box-shadow: 0 0 #0000, 0 1.3px .3px #00000009, 0 2.6px .6px #0000000c, 0 4px .9px #0000000e, 0 5.8px 1.4px #0000000e, 0 8px 2.1px #0000000f, 0 10.9px 3.1px #00000010, 0 15px 4.7px #00000010, 0 21.1px 7.2px #00000010, 0 30.8px 11.3px #0001, 0 47.5px 18.7px #00000012, 0 82.5px 34.5px #00000013;
}

.strona-g-owna_feature_component {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.strona-g-owna_feature_component.text-align-left {
  justify-content: flex-start;
  align-items: center;
}

.strona-g-owna_feature_content-left {
  max-width: 35rem;
  overflow: auto;
}

.strona-g-owna_feature_content-left.margin-top {
  margin-top: 2rem;
}

.strona-g-owna_listy-funkcji_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: start center;
  display: grid;
}

.strona-g-owna_listy-funkcji_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.strona-g-owna_listy-funkcji_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  position: relative;
  overflow: visible;
}

.strona-g-owna_listy-funkcji_item {
  text-align: center;
  width: 100%;
}

.strona-g-owna_opinii-klientow_logo {
  max-height: 3rem;
}

.strona-g-owna_opinii-klientow_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.divider-vertical {
  width: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  align-self: stretch;
}

.strona-g-owna_opinii-klientow_slider {
  background-color: var(--_primitives---opacity--transparent);
  height: auto;
  padding-bottom: 6rem;
  overflow: hidden;
}

.strona-g-owna_opinii-klientow_rating-wrapper {
  display: flex;
}

.strona-g-owna_opinii-klientow_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.strona-g-owna_opinii-klientow_slide {
  padding-right: 4rem;
}

.strona-g-owna_opinii-klientow_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.strona-g-owna_opinii-klientow_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.strona-g-owna_opinii-klientow_mask {
  width: 50%;
  overflow: visible;
}

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

.strona-g-owna_faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.strona-g-owna_faq_answer {
  overflow: hidden;
}

.cta27_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  border: 1px solid var(--_primitives---colors--neutral-light);
  background-color: var(--color-scheme-1--niebieski);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.transitioner {
  background-color: var(--color-scheme-1--turkus);
}

.image-overlay-layer.transitioner.zielony {
  background-color: var(--color-scheme-1--ciemny-zielony);
}

.image-overlay-layer.transitioner.niebieski {
  background-color: var(--color-scheme-1--niebieski);
}

.image-overlay-layer.j-zielony {
  background-color: var(--color-scheme-1--jasny-zielony);
}

.cta27_component {
  z-index: 1;
  position: relative;
}

.cta27_background-image {
  opacity: .62;
  object-fit: cover;
  object-position: 50% 70%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.section_cta27 {
  position: relative;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

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

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  color: var(--_primitives---colors--neutral-darker);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.divider-horizontal {
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--_primitives---colors--neutral-darker);
  width: 100%;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  color: var(--_primitives---colors--neutral-darkest);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: flex;
}

.footer4_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer4_top-wrapper {
  grid-column-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_link {
  text-align: center;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
}

.section_explorer_nag-owka {
  padding-top: 4rem;
  padding-bottom: 0;
}

.explorer_nag-owka_component {
  text-align: center;
  justify-content: center;
  font-weight: 400;
  display: flex;
}

.explorer_opisowa-funkcji_content-left {
  text-align: center;
}

.explorer_benefits_item-icon-wrapper {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.explorer_benefits_item-icon-wrapper.pagin {
  margin-right: 20px;
}

.explorer_benefits_item {
  border: .5px solid var(--_primitives---colors--neutral);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.explorer_benefits_item.explorer {
  border-style: none;
  border-color: var(--_primitives---colors--neutral-lighter);
  background-color: var(--color-scheme-1--turkus);
  flex-flow: row;
  justify-content: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.explorer_benefits_item.explorer.zielony {
  background-color: var(--color-scheme-1--ciemny-zielony);
}

.explorer_benefits_item.explorer.niebieski {
  background-color: var(--color-scheme-1--niebieski);
}

.explorer_benefits_item.grid-supp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color-scheme-1--jasny-zielony);
  text-align: left;
  border-style: none;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  margin-bottom: 2rem;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.explorer_benefits_item.grid-supp.center {
  align-items: center;
}

.explorer_benefits_item.grid-supp.center.zolty {
  background-color: var(--color-scheme-1--żółty);
}

.explorer_benefits_item.grid-supp.center.turkus {
  background-color: var(--color-scheme-1--turkus);
}

.explorer_benefits_item.transitioner {
  border-color: var(--color-scheme-1--turkus);
}

.explorer_benefits_item.transitioner.zielony {
  border-color: var(--color-scheme-1--ciemny-zielony);
}

.explorer_benefits_item.transitioner.niebieski {
  border-color: var(--color-scheme-1--niebieski);
}

.explorer_benefits_item.czysty {
  box-shadow: none;
  border-style: none;
  flex-flow: row;
  padding-left: 10%;
  padding-right: 40px;
  display: flex;
}

.explorer_benefits_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.explorer_benefits_list.explorer {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
}

.explorer_benefits_list._68rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

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

.section_regulamin_nag-owka {
  padding-top: 5rem;
}

.kontakt_contact_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.section_kontakt_contact {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.section_kontakt_contact.padding-7rem {
  padding-top: 7rem;
}

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

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

.form_message-success-2 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.kontakt_contact_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.error-text {
  color: #e23939;
}

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

.kontakt_contact_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.kontakt_contact_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.kontakt_contact_icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.form_message-error-2 {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.text-size-medium-2 {
  color: var(--_primitives---colors--neutral-darker);
  font-size: 1.125rem;
}

.text-size-medium-2.text-weight-bold {
  font-weight: 500;
}

.text-size-medium-2.text-weight-bold.dark {
  color: var(--color-scheme-1--foreground);
}

.timeline1_circle {
  z-index: 2;
  background-color: var(--color-scheme-1--text);
  box-shadow: 0 0 0 8px var(--color-scheme-1--background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
}

.timeline1_content-right {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5rem;
  display: grid;
}

.timeline1_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
}

.timeline1_circle-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: flex-start;
  width: 8rem;
  height: 100%;
  margin-left: -8rem;
  display: flex;
  position: absolute;
}

.timeline1_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.timeline1_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
}

.timeline1_content {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start end;
  display: grid;
  position: relative;
}

.strona-g-owna_faq_icon-wrapper-2 {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.strona-g-owna_faq_list-2 {
  border-bottom: 1px solid var(--_primitives---colors--neutral);
}

.strona-g-owna_faq_question-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--_primitives---colors--neutral);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.black-1 {
  background-color: #000;
  border-radius: 999em;
  width: 4em;
  height: 15em;
  position: absolute;
  top: -5em;
  right: 41%;
  transform: rotate(39deg);
}

.orange {
  background-color: var(--color-scheme-1--ciemny-zielony);
  border-radius: 999em;
  width: 4em;
  height: 10em;
  margin-left: auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 37%;
  transform: rotate(40deg);
}

.gradient-wrapper {
  z-index: 1;
  opacity: .66;
  pointer-events: none;
  background-color: #1b1b1b;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.black {
  background-color: #000;
  border-radius: 999em;
  width: 4em;
  height: 15em;
  position: absolute;
  top: -5em;
  right: 88%;
  transform: rotate(39deg);
}

.button-link {
  z-index: 10;
  cursor: pointer;
  border: 2px solid #ddd8ff2e;
  border-radius: 999999px;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(14px);
  mix-blend-mode: overlay;
}

.purple-2 {
  background-color: var(--color-scheme-1--jasny-zielony);
  border-radius: 999em;
  width: 7em;
  height: 6em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  left: 10%;
  right: auto;
  transform: rotate(40deg);
}

.shapes-wrapper {
  filter: blur(10px);
}

.text {
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 10px #0003;
  mix-blend-mode: color;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

.orange-1 {
  background-color: var(--color-scheme-1--turkus);
  border-radius: 999em;
  width: 9em;
  height: 7em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 49%;
}

.blue-1 {
  background-color: var(--color-scheme-1--niebieski);
  border-radius: 999em;
  width: 10em;
  height: 5em;
  margin-left: auto;
  position: absolute;
  top: auto;
  right: 44%;
  transform: rotate(60deg);
}

.green {
  background-color: var(--color-scheme-1--żółty);
  border-radius: 999em;
  width: 8em;
  height: 10em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  right: 40%;
  transform: rotate(29deg);
}

.blue {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 8em;
  height: 11em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 -73px 19%;
}

.purple-1 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 7em;
  height: 7em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 auto -4%;
}

.background-noise {
  z-index: 0;
  opacity: .45;
  cursor: pointer;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.copy-me {
  z-index: 10;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.purple {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 8em;
  height: 10em;
  position: absolute;
  top: 0%;
  left: 18%;
  right: 0;
  transform: rotate(-28deg);
}

.text-wrapper {
  z-index: 1;
  pointer-events: none;
  color: #fff;
  text-shadow: 0 1px 10px #000000ba;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.txt-hero-cta {
  margin-top: 20px;
}

.text-block {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.text-block-2 {
  text-align: center;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-style: italic;
  font-weight: 300;
}

.div-block-2 {
  color: var(--_primitives---colors--neutral-darkest);
  margin-left: 2px;
}

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

.logo-hero {
  vertical-align: middle;
  width: 13%;
}

.logo-hero.padding {
  margin-right: 5px;
}

.text-logo-hero-1 {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.text-logo-hero-2 {
  text-align: center;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1;
}

.circle-container {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 125px;
  max-width: 100vw;
  height: 125px;
  max-height: 100vw;
  display: flex;
  position: relative;
}

.unsplash-image {
  aspect-ratio: auto;
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 20px;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.layout16_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.layout16_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--_primitives---colors--neutral-darker);
}

.bg-hero {
  z-index: -1;
  opacity: .05;
  position: fixed;
  inset: 0%;
}

.layout423_grid-list {
  grid-column-gap: .9rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 68rem;
}

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

.div-block-4 {
  justify-content: flex-end;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.text-block-3 {
  font-family: Oooh Baby, sans-serif;
  font-size: 2.2rem;
  transform: rotate(-4deg);
}

.text-block-3.dark {
  color: var(--color-scheme-1--foreground);
}

.ikonik-7dxuz {
  color: #fff;
}

.ikonik-7dxuz.dark {
  color: var(--_primitives---colors--neutral-darker);
}

.ikonik-nwhkk {
  color: #fff;
}

.ikonik-nwhkk.dark {
  color: var(--_primitives---colors--neutral-darker);
}

.ikonik-5ahbs {
  color: #fff;
}

.ikonik-5ahbs.dark {
  color: var(--_primitives---colors--neutral-darker);
}

.div-block-5 {
  margin-top: 2rem;
}

.heading {
  color: var(--_primitives---colors--neutral-lightest);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}

.heading.dark {
  color: var(--_primitives---colors--neutral);
}

.text-block-4 {
  color: var(--_primitives---colors--neutral-darkest);
  text-transform: uppercase;
}

.dropdown-list {
  border-radius: 0;
}

.dropdown-list.w--open {
  border: 1px solid var(--_primitives---colors--neutral-light);
  background-color: var(--_primitives---colors--white);
  border-radius: 20px;
}

.navi-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: all .3s;
}

.navi-link:hover {
  color: var(--_primitives---colors--neutral-light);
}

.ikonik-dp7tpk {
  color: var(--_primitives---colors--neutral-darker);
}

.ikonik-dp7tpk.transitioner {
  color: var(--color-scheme-1--turkus);
}

.ikonik-dp7tpk.transitioner.zielony {
  color: var(--color-scheme-1--ciemny-zielony);
}

.ikonik-dp7tpk.transitioner.niebieski {
  color: var(--color-scheme-1--niebieski);
}

.ikonik-e5vsih {
  color: var(--_primitives---colors--neutral-darker);
}

.ikonik-e5vsih.transitioner {
  color: var(--color-scheme-1--turkus);
}

.ikonik-e5vsih.transitioner.zielony {
  color: var(--color-scheme-1--ciemny-zielony);
}

.ikonik-e5vsih.transitioner.niebieski {
  color: var(--color-scheme-1--niebieski);
}

.ikonik-kguth {
  color: var(--_primitives---colors--neutral-darker);
}

.ikonik-kguth.transitioner {
  color: var(--color-scheme-1--turkus);
}

.ikonik-kguth.transitioner.zielony {
  color: var(--color-scheme-1--ciemny-zielony);
}

.ikonik-kguth.transitioner.niebieski {
  color: var(--color-scheme-1--niebieski);
}

.ikonik-91b6pg {
  color: var(--_primitives---colors--neutral-darker);
}

.ikonik-91b6pg.transitioner {
  color: var(--color-scheme-1--turkus);
}

.ikonik-91b6pg.transitioner.zielony {
  color: var(--color-scheme-1--ciemny-zielony);
}

.ikonik-91b6pg.transitioner.niebieski {
  color: var(--color-scheme-1--niebieski);
}

.kontenr-background {
  z-index: -1;
  height: 100svh;
  position: absolute;
  inset: 0%;
}

.aurora {
  position: relative;
  inset: 0;
}

.body {
  background-color: var(--_primitives---colors--white);
}

.body.home {
  background-color: var(--_primitives---colors--white);
  color: var(--color-scheme-1--foreground);
}

.body.contact {
  color: var(--_primitives---colors--neutral-darker);
}

.ikonik-yxn1c {
  color: #fff;
}

.ikonik-yxn1c.j-zielony {
  color: #e00000;
}

.ikonik-7szfc {
  color: #fff;
}

.ikonik-7szfc.j-zielony {
  color: #e00000;
}

.ikonik-xwczwh {
  color: #fff;
}

.ikonik-xwczwh.j-zielony {
  color: #e00000;
}

.text-block-5 {
  color: var(--_primitives---colors--neutral-darker);
  text-align: left;
  margin-top: 4rem;
  font-size: 1.3rem;
  font-weight: 500;
}

.text-block-5.small {
  font-weight: 300;
}

.paragraph-3 {
  color: var(--_primitives---colors--neutral-darker);
  text-align: justify;
  margin-bottom: 2rem;
  padding-left: 40px;
}

.h3-supp {
  color: var(--_primitives---colors--neutral-darker);
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
}

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

.grid-5 {
  grid-column-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-values.max-48rem {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.karta-values {
  border: .5px solid var(--_primitives---colors--neutral-light);
  text-align: center;
  border-radius: 20px;
  padding: 20px 10px;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.h3-karta {
  color: var(--_primitives---colors--neutral-darker);
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 400;
}

.rich-text-block, .rich-text-block-2 {
  color: var(--_primitives---colors--neutral-darker);
  text-align: justify;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
  font-weight: 300;
}

.paragraph-4 {
  font-size: 1.2rem;
}

.cw-cookie_checkbox {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.cw-button_secondary {
  border: 1px solid var(--_primitives---colors--neutral-light);
  color: var(--_primitives---colors--white);
  text-align: center;
  background-color: #0000;
  border-radius: 80px;
  justify-content: center;
  padding: 1rem 1.5rem;
  line-height: 1;
  transition: transform .3s, color .3s, background-color .3s;
}

.cw-button_secondary:hover {
  border-color: var(--_primitives---colors--neutral-light);
  background-color: var(--_primitives---colors--neutral-light);
  color: #fff;
  transform: translate(0, -2px);
}

.cw-cookie_options {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.cw-cookie_script {
  display: none;
}

.cw-cookie_banner {
  z-index: 90;
  background-color: var(--_primitives---colors--neutral);
  border-radius: 1rem;
  max-width: 600px;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 20px 20px;
}

.cw-cookie_icon {
  z-index: 80;
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  display: flex;
  position: fixed;
  inset: auto auto 20px 20px;
}

.cw-cookie_checkbox-check {
  border: 1px solid var(--_primitives---colors--neutral-light);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.cw-cookie_checkbox-check.w--redirected-checked {
  background-color: var(--_primitives---colors--neutral-lightest);
  background-image: none;
  border-radius: 4px;
}

.cw-cookie_selection {
  overflow: hidden;
}

.cw-cookie_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  margin-top: 2rem;
  display: flex;
}

.cw-button_primary {
  border: 1px solid var(--_primitives---opacity--white-30);
  background-color: var(--_primitives---colors--neutral-dark);
  color: #fff;
  text-align: center;
  border-radius: 80px;
  padding: 1rem 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .3s, background-color .3s;
}

.cw-button_primary:hover {
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darker);
  transform: translate(0, -2px);
}

.ikonik-msk17i {
  color: var(--_primitives---colors--neutral-darker);
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_prefs_wrapper {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_allow {
  border: 1px solid var(--_primitives---colors--neutral-light);
  background-color: var(--color-scheme-1--niebieski);
  color: #fff;
  border-radius: 10px;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_close-icon {
  width: 1rem;
  line-height: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_checkbox_field-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_banner_wrapper, .fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_component {
  display: block;
}

.fs-consent_checkbox_field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_open-prefs {
  z-index: 9998;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  display: block;
  position: fixed;
  inset: auto auto .75rem .75rem;
}

.fs-consent_prefs_form {
  background-color: var(--_primitives---colors--white);
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_prefs_heading {
  font-size: 1.25rem;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: var(--color-scheme-1--text);
  color: var(--_primitives---colors--neutral-darker);
  border: 1px solid #000;
  border-radius: 20px 0 0;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_checkbox_field-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_prefs_link {
  border-bottom: 1px solid var(--color-scheme-1--niebieski);
  color: var(--color-scheme-1--niebieski);
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.fs-consent_prefs_submit {
  background-color: #000;
  border-radius: 10px;
  padding: .5rem 1rem;
}

.fs-consent_prefs_option {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--_primitives---colors--neutral-lighter);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.fs-consent_checkbox_field-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_prefs_header {
  border-bottom: 1px solid var(--_primitives---colors--neutral-light);
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: auto;
}

.fs-consent_decline {
  background-color: var(--_primitives---colors--neutral-lightest);
  color: #333;
  border-radius: 10px;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-consent_checkbox_label {
  margin-bottom: 0;
  margin-right: .75rem;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_primitives---opacity--white-50);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-consent_checkbox {
  margin-top: 0;
  margin-right: .5rem;
}

.fs-consent_prefs_description {
  margin-bottom: 0;
  font-size: 12px;
}

.fs-consent_open-prefs_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-style: solid;
  border-width: .5px .5px 2px;
  border-color: black black var(--_primitives---colors--neutral-darker);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--_primitives---colors--neutral-darker);
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.loader_component {
  z-index: 1001;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader_flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.loader_colums {
  background-color: var(--color-scheme-1--niebieski);
  flex: 1;
  height: 100%;
}

.nav_menu_link {
  border: 2px solid var(--color-scheme-1--żółty);
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  letter-spacing: -.025em;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2rem;
  font-size: 2rem;
  line-height: 1;
  transition: color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav_menu_link:hover {
  background-color: var(--color-scheme-1--żółty);
  color: #fff;
}

.nav_menu_link.is-60 {
  border-width: 2px;
  border-color: var(--color-scheme-1--ciemny-zielony);
  width: 60%;
  height: 60%;
}

.nav_menu_link.is-60:hover {
  background-color: var(--color-scheme-1--ciemny-zielony);
}

.nav_menu_link.is-40 {
  border-width: 2px;
  border-color: var(--color-scheme-1--turkus);
  width: 40%;
  height: 40%;
}

.nav_menu_link.is-40:hover {
  background-color: var(--color-scheme-1--turkus);
}

.nav_menu_link.is-80 {
  border-width: 2px;
  border-color: var(--color-scheme-1--jasny-zielony);
  width: 80%;
  height: 80%;
}

.nav_menu_link.is-80:hover {
  background-color: var(--color-scheme-1--jasny-zielony);
}

.nav_menu_link.is-20 {
  border-width: 2px;
  border-color: var(--color-scheme-1--niebieski);
  width: 20%;
  height: 20%;
}

.nav_menu_link.is-20:hover {
  background-color: var(--color-scheme-1--niebieski);
}

.nav_logo-wrap {
  z-index: 998;
  color: #fff;
  transition: opacity .3s;
  position: fixed;
  inset: 3rem auto auto 4.5rem;
  transform: translate(-30%);
}

.nav_logo-wrap.w--current {
  z-index: 1001;
  position: fixed;
}

.nav_top-logo {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 2rem 0% auto;
}

.nav_bottom-progress {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 0% 2rem;
}

.text-link_line {
  background-color: #252525;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav_logo-text-2 {
  perspective-origin: 0%;
  transform-origin: 50%;
  color: var(--_primitives---colors--neutral-darkest);
  white-space: nowrap;
  margin-top: 3em;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  transition: opacity .3s;
  position: absolute;
  transform: rotate(90deg);
}

.nav_logo-text-2.is-bottom {
  perspective-origin: 50%;
  transform-origin: 50%;
  color: var(--_primitives---colors--neutral-darkest);
  text-align: right;
  margin-top: 0;
  font-style: normal;
  position: absolute;
  inset: auto 0% 0%;
}

.nav_icon-line {
  background-color: var(--_primitives---colors--neutral-darkest);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: var(--_primitives---colors--neutral-darkest);
  width: 1px;
  height: 100%;
}

.nav_trigger {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav_menu_close-trigger {
  z-index: 1;
  cursor: pointer;
  background-color: #252525cc;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-link_wrap {
  text-transform: capitalize;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.text-link_wrap.is-center {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2;
}

.nav_icon {
  color: var(--_primitives---colors--neutral-darkest);
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darkest);
  justify-content: space-between;
  align-items: stretch;
  width: 1rem;
  height: 2.1875rem;
  display: flex;
  overflow: hidden;
}

.nav_bar {
  z-index: 999;
  background-color: var(--color-scheme-1--niebieski);
  cursor: pointer;
  border-left: 1px #00000040;
  min-width: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav_menu_wrap {
  z-index: 2;
  width: 90%;
  height: 100%;
  margin-right: 3rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav_menu_list {
  position: absolute;
  inset: 0%;
}

.nav_menu_other-links {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 3rem 2.5rem auto;
}

.nav_menu_component {
  z-index: 997;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-divider_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero_heading.zduzej {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 400;
}

.intro_content-parent {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 10%;
  min-width: 41rem;
  height: 100%;
  display: flex;
}

.intro_content-parent.center {
  justify-content: center;
}

.intro_content-parent.center.coaching {
  min-width: 35rem;
}

.intro_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Outfit, sans-serif;
  font-weight: 400;
  display: flex;
}

.intro_content.intro-coaching {
  justify-content: center;
  align-items: center;
}

.work_card-image-wrap {
  border-radius: 24px;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 1rem;
  padding-bottom: 15%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 1.1px .3px #0000000b, 0 2.3px .6px #0000000e, 0 3.6px 1px #00000010, 0 5.2px 1.6px #0001, 0 7.4px 2.4px #0001, 0 10.4px 3.8px #00000012, 0 15px 6px #00000012, 0 22.2px 9.7px #00000013, 0 35.1px 16.4px #00000014, 0 62.6px 31.3px #00000015;
}

.hero_sub-text-wrap {
  font-size: 1vw;
}

.padding-global-2 {
  height: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.padding-global-2.zmiana {
  padding-left: 2rem;
  padding-right: 2rem;
}

.horizontal-scroll_section-height {
  width: 100%;
  height: 900vh;
}

.hero_content {
  z-index: 2;
  background-image: linear-gradient(#25252500, #1a1a1a30 72%, #0009);
  height: 100%;
  position: relative;
}

.padding-section-medium-2 {
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section_line-seprator {
  background-color: #25252540;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section_jornal {
  background-color: var(--color-scheme-1--niebieski);
  color: #fff;
  flex: none;
  font-size: 1vw;
  position: relative;
}

.jornal_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.section_image-divider {
  flex: none;
  width: 50vw;
  overflow: hidden;
}

.section_intro {
  flex: none;
  position: relative;
}

.section_intro.coaching {
  max-width: 45rem;
}

.hero_heading-wrapper {
  margin-bottom: -1.5rem;
  overflow: hidden;
}

.jornal_subtext {
  max-width: 27ch;
  font-weight: 300;
}

.jornal_subtext.is-center {
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
}

.jornal_subtext.is-center.margin-bottom.margin-medium.pogrubione {
  font-weight: 400;
}

.heading-style-h3-2 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.heading-style-h3-2.is-hero {
  max-width: 25vw;
  font-size: 1.35em;
}

.heading-style-h3-2.is-hero.zduzej {
  text-transform: uppercase;
  max-width: 50vw;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 600;
}

.heading-style-h3-2.is-hero.zduzej.text-align-right {
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.horizontal-scroll_stickey-element {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero_content-wrapper {
  z-index: 2;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.work_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.image-full-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.hero_background-image.mobile {
  display: none;
}

.jornal_content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  max-width: 35rem;
  display: flex;
}

.section_articles {
  flex: none;
  width: 50vw;
  max-width: 45rem;
  position: relative;
}

.horizontal-scroll_section-wrapper {
  background-color: var(--_primitives---colors--white);
  width: 100%;
}

.work_card-content {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-divider_image {
  object-fit: cover;
  width: 150%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-divider_image.moblie {
  display: none;
}

.work_card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30vw;
  height: 95%;
  transition: all .3s;
  display: flex;
}

.work_card:hover {
  transform: scale(.9);
}

.horizontal-scroll_track {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  transform: translate(0%);
}

.section_work {
  flex: none;
  position: relative;
}

.hero_background-image-wrap {
  z-index: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section_hero {
  color: #fff;
  background-color: #252525;
  flex: none;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.section_cta {
  background-color: var(--color-scheme-1--niebieski);
  flex: none;
  position: relative;
}

.section_cta.cta-szerkosc {
  max-width: 45rem;
}

.image-divider_image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.horizontal-scroll_track-list {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-right: -100vw;
  display: flex;
}

.text-intro {
  color: var(--_primitives---colors--neutral-darkest);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.3;
}

.text-intro.bialy.font-small {
  font-size: 1.3rem;
}

.text-intro.bialy.font-medium {
  font-weight: 400;
}

.text-intro.font-1-5rem {
  text-align: center;
  font-size: 1.5rem;
}

.text-intro.text-align-left {
  text-align: left;
}

.bialy {
  color: var(--_primitives---colors--white);
}

.image-7 {
  width: 30%;
}

.section_kariera_hero-header-2 {
  z-index: 1;
  position: relative;
}

.heading-style-h2-2 {
  color: var(--_primitives---colors--neutral-darkest);
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

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

.margin-bottom-4.margin-small {
  margin: 0 0 1rem;
}

.margin-bottom-4._4rem {
  margin-bottom: 4rem;
}

.margin-bottom-4._6rem {
  margin-bottom: 6rem;
}

.webinar_listy-funkcji_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.webinar_listy-funkcji_item {
  text-align: center;
  border: 1px #000;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  position: relative;
}

.webinar_listy-funkcji_item.shadow {
  border: .5px solid var(--_primitives---colors--neutral-lightest);
  box-shadow: 0 0 #0000, 0 1.3px .3px #00000009, 0 2.6px .6px #0000000c, 0 4px .9px #0000000e, 0 5.8px 1.4px #0000000e, 0 8px 2.1px #0000000f, 0 10.9px 3.1px #00000010, 0 15px 4.7px #00000010, 0 21.1px 7.2px #00000010, 0 30.8px 11.3px #0001, 0 47.5px 18.7px #00000012, 0 82.5px 34.5px #00000013;
}

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

.heading-style-h5-5 {
  color: #333;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h5-5.small-font {
  font-size: 1.5rem;
  font-weight: 400;
}

.ewidencja-czasu_hero-header_image-wrapper {
  border-radius: 24px;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 4rem;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 1.3px .3px #00000009, 0 2.6px .6px #0000000c, 0 4px .9px #0000000e, 0 5.8px 1.4px #0000000e, 0 8px 2.1px #0000000f, 0 10.9px 3.1px #00000010, 0 15px 4.7px #00000010, 0 21.1px 7.2px #00000010, 0 30.8px 11.3px #0001, 0 47.5px 18.7px #00000012, 0 82.5px 34.5px #00000013;
}

.ewidencja-czasu_hero-header_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.margin-bottom-5._6rem {
  margin-bottom: 6rem;
}

.margin-bottom-5.margin-small {
  margin: 0 0 1rem;
}

.h1 {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 4rem;
}

.text-cart {
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
}

.div-block-10 {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--_primitives---opacity--transparent), var(--_primitives---opacity--transparent) 49%, black);
  position: absolute;
  inset: 0%;
}

.paragraph-6 {
  font-size: 1.2rem;
  font-weight: 300;
}

.timeline1_fade-overlay-bottom-2 {
  z-index: 1;
  background-image: linear-gradient(#fff0, #333);
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline1_fade-overlay-bottom-2.white-grey {
  background-image: linear-gradient(to bottom, var(--_primitives---colors--white), var(--_primitives---colors--white)), linear-gradient(180deg, #fff0, var(--_primitives---colors--white));
  height: 2rem;
}

.timeline1_line-2 {
  opacity: .15;
  background-color: #fff;
  width: 3px;
  height: 100%;
}

.timeline1_progress-line-cover-2 {
  z-index: 2;
  background-color: #333;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline1_progress-line-cover-2.white-grey {
  background-color: var(--_primitives---colors--white);
}

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

.oferta-pracy_osi-czasu_component {
  padding-left: 8%;
}

.heading-style-h5-6 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5-6.dark {
  color: #333;
}

.heading-style-h5-6.dark.font-rem {
  font-size: 2rem;
  font-weight: 500;
}

.timeline1_fade-overlay-top-2 {
  z-index: 1;
  background-image: linear-gradient(#333, #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline1_circle-2 {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
  box-shadow: 0 0 0 8px #333;
}

.timeline1_circle-2.white-grey {
  background-color: var(--color-scheme-1--niebieski);
  box-shadow: 0 0 0 8px var(--_primitives---colors--white);
  position: relative;
}

.timeline1_circle-2.white-grey.zmiana {
  margin-top: 2.4rem;
}

.timeline1_progress-line-2 {
  z-index: 0;
  background-color: #fff;
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline1_progress-line-2.dark {
  background-color: #333;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  font-weight: 300;
}

.paragraph-7 {
  text-align: justify;
}

.icon, .icon-2 {
  color: var(--_primitives---colors--neutral-darkest);
}

.heading-2 {
  font-size: 1.3rem;
  font-weight: 500;
}

.transitioner-lista {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.heading-3 {
  color: var(--_primitives---colors--neutral-darker);
  font-weight: 400;
}

.text-block-6 {
  color: var(--_primitives---colors--neutral-darker);
  text-shadow: 0 0 #0000, .5px 1.1px .3px #0000000a, 1.1px 2.2px .6px #0000000c, 1.7px 3.4px .9px #0000000e, 2.4px 4.9px 1.4px #0000000f, 3.3px 6.7px 2.1px #00000010, 4.5px 9.2px 3.1px #00000010, 6.2px 12.7px 4.7px #00000010, 8.7px 17.9px 7.1px #0001, 12.7px 26px 11.2px #0001, 19.6px 40.2px 18.5px #00000012, 34.1px 69.8px 34.1px #00000014;
  width: 5rem;
  padding-bottom: 10px;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  font-weight: 500;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.blog_features-list_item-icon-wrapper {
  display: inline-block;
}

.blog_features-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.blog_features-list_list._68rem {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

.blog_features-list_item {
  text-align: center;
  border: 1px solid #000;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.white-grey {
  color: #f6f6f6;
}

.image-21 {
  filter: drop-shadow(1px 1px 4px var(--color-scheme-1--jasny-zielony));
  width: 15%;
}

.text-span-12 {
  font-size: 3.5rem;
}

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

.text-block-7 {
  color: var(--_primitives---colors--neutral-darker);
  font-weight: 300;
}

.wresk-idesign {
  color: var(--color-scheme-1--niebieski);
}

.text-block-8 {
  color: var(--_primitives---colors--neutral-darker);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
}

.div-block-12 {
  border: .5px solid var(--_primitives---colors--neutral-lightest);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 0 #0000, 0 1.4px .2px #00000007, 0 2.9px .5px #0000000a, 0 4.4px .7px #0000000b, 0 6.1px 1.1px #0000000c, 0 8.1px 1.5px #0000000c, 0 10.5px 2.1px #0000000d, 0 13.4px 2.8px #0000000d, 0 17.3px 3.9px #0000000d, 0 22.4px 5.5px #0000000e, 0 29.5px 7.7px #0000000e, 0 39.8px 11px #0000000e, 0 55.4px 16.2px #0000000f, 0 81.3px 25px #0000000f, 0 132.9px 42.8px #0001;
}

.im-qr {
  border: 1px solid #000;
  border-radius: 14px;
  width: 80%;
}

.mniejszy-font {
  font-size: 3.5rem;
}

.dropdown.tablet {
  display: none;
}

.paragraph-heading {
  color: var(--_primitives---colors--neutral-darker);
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.5em;
}

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

.g-owny-watek {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 15rem;
  padding-top: 0;
  display: flex;
}

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

.section_o-nas_nag-owka {
  padding-top: 20rem;
  padding-bottom: 6rem;
  position: relative;
}

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

.button-4 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.button-4:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #000;
}

.button-4.margin-top {
  font-weight: 300;
}

.button-4.margin-top.w--current {
  margin-top: 60px;
}

.lottie-animation-2 {
  z-index: 0;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 15% 0%;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
}

.heading-6.dziekuje {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---colors--neutral-darker);
  text-transform: uppercase;
  max-width: 900px;
  font-weight: 400;
}

.div-top-button {
  z-index: 10;
  width: 3rem;
  height: 3rem;
  display: block;
  position: fixed;
  inset: auto 5% 2% auto;
}

.div-lottie {
  z-index: 10;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cw-button_secondary-2 {
  color: #1e1a35;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1e1a35;
  border-radius: 80px;
  justify-content: center;
  padding: 1rem 1.5rem;
  line-height: 1;
  transition: transform .3s, color .3s, background-color .3s;
}

.cw-button_secondary-2:hover {
  border-color: var(--color-scheme-1--niebieski);
  background-color: var(--color-scheme-1--niebieski);
  color: #fff;
  transform: translate(0, -2px);
}

.cw-cookie_banner-2 {
  z-index: 3;
  background-color: #e4eafa;
  border-radius: 1rem;
  max-width: 600px;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 20px 20px;
}

.cw-cookie_icon-2 {
  z-index: 2;
  background-color: var(--_primitives---colors--white);
  cursor: pointer;
  border: .5px solid #000;
  border-bottom-width: 2px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  position: fixed;
  inset: auto auto 20px 20px;
  box-shadow: 0 0 #0000, 0 1px .4px #0001, 0 2px .8px #00000015, 0 3.4px 1.6px #00000016, 0 5.4px 2.9px #00000017, 0 8.9px 5.3px #00000018, 0 15.4px 10.4px #0000001a, 0 30.6px 22.8px #0000001c;
}

.cw-cookie_checkbox-check-2 {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.cw-cookie_checkbox-check-2.w--redirected-checked {
  background-color: #000;
  background-size: 14px 14px;
}

.cw-button_primary-2 {
  color: #fff;
  text-align: center;
  background-color: #1e1a35;
  border-radius: 80px;
  padding: 1rem 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .3s, background-color .3s;
}

.cw-button_primary-2:hover {
  background-color: var(--color-scheme-1--niebieski);
  color: #fff;
  transform: translate(0, -2px);
}

.heading-7 {
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .footer4_link {
    font-size: 1rem;
  }

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

@media screen and (min-width: 1440px) {
  .div-lottie {
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h2.zduzej.white, .heading-style-h2.margin-top.margin-small.small-font.white {
    font-size: 1.3rem;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

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

  .heading-style-h3 {
    font-size: 2.25rem;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

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

  .menu-icon2_line-bottom {
    border: 1px none var(--_primitives---colors--white);
    background-color: var(--_primitives---colors--neutral-darkest);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

  .navbar2_component.home {
    background-color: var(--_primitives---colors--white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: flex;
  }

  .menu-icon2_line-top {
    background-color: var(--_primitives---colors--neutral-darkest);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    margin-bottom: 1rem;
    padding: .75rem 0;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    background-color: var(--_primitives---colors--white);
    border-radius: 0;
    flex-flow: column;
    height: 100dvh;
    padding-bottom: 1rem;
    transition: height .5s;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-middle {
    background-color: var(--_primitives---colors--neutral-darkest);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .strona-g-owna_feature_image-wrapper {
    margin-top: 0%;
  }

  .strona-g-owna_feature_component.text-align-left {
    justify-content: center;
    align-items: flex-start;
  }

  .strona-g-owna_listy-funkcji_list {
    grid-column-gap: 2rem;
  }

  .strona-g-owna_opinii-klientow_slider {
    padding-left: 0;
    padding-right: 0;
  }

  .strona-g-owna_opinii-klientow_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .strona-g-owna_opinii-klientow_mask {
    width: 100%;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .explorer_benefits_list {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .kontakt_contact_contact-list {
    grid-row-gap: 1rem;
  }

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

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

  .timeline1_circle-wrapper {
    width: 6rem;
    margin-left: -6rem;
  }

  .timeline1_content {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .orange {
    top: 22em;
  }

  .gradient-wrapper {
    font-size: 1.3vh;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .purple {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

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

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

  .cw-cookie_banner {
    max-width: 80%;
  }

  .nav_menu_link {
    font-size: 2rem;
  }

  .nav_compoenent {
    display: none;
  }

  .text-link_wrap.is-center.text-color-white {
    font-size: 1rem;
  }

  .hero_heading.zduzej.text-align-right {
    font-size: 2.5rem;
  }

  .intro_content-parent.center.coaching {
    margin-left: auto;
    margin-right: auto;
  }

  .padding-global-2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .horizontal-scroll_section-height {
    height: auto;
  }

  .padding-section-medium-2.is-hero {
    padding-top: 6rem;
  }

  .padding-section-medium-2.zdjecie {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .section_image-divider {
    width: 100%;
    height: 100svh;
  }

  .section_intro.coaching {
    margin-left: auto;
    margin-right: auto;
  }

  .hero_heading-wrapper {
    margin-bottom: 0;
  }

  .heading-style-h3-2.is-hero {
    max-width: 49vw;
    font-size: 2.5em;
  }

  .horizontal-scroll_stickey-element {
    height: auto;
  }

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

  .work_list.zmiana {
    grid-template-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .hero_background-image {
    display: none;
  }

  .hero_background-image.mobile {
    display: inline-block;
  }

  .section_articles {
    width: 100vw;
    max-width: 60rem;
  }

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

  .image-divider_image.moblie, .image-divider_image.mobile-2 {
    display: inline-block;
  }

  .work_card {
    width: 100%;
  }

  .work_card.pojedynczy {
    align-items: center;
    width: 22rem;
  }

  .horizontal-scroll_track {
    width: 100%;
  }

  .section_work, .section_hero, .section_cta {
    height: 100svh;
  }

  .section_cta.cta-szerkosc {
    max-width: 60rem;
  }

  .horizontal-scroll_track-list {
    flex-flow: column;
    width: 100%;
    margin-right: 0;
  }

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

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

  .webinar_listy-funkcji_list {
    grid-template-columns: 1fr 1fr;
  }

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

  .text-cart {
    font-size: 1.2rem;
  }

  .blog_features-list_list {
    grid-column-gap: 2rem;
  }

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

  .dropdown {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .dropdown.tablet {
    margin-bottom: 1rem;
    display: flex;
  }

  .paragraph-heading {
    font-size: 1.2rem;
  }

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

  .heading-6 {
    text-align: left;
    font-size: 36px;
  }

  .cw-cookie_banner-2 {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h2.wieksze-fonty.text-color-white {
    font-size: 3rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.pagin-dol.big {
    font-size: 3rem;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

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

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .menu-icon2_line-bottom {
    background-color: var(--_primitives---colors--neutral-darkest);
    color: var(--_primitives---colors--neutral-darkest);
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .strona-g-owna_listy-funkcji_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .strona-g-owna_opinii-klientow_client-info {
    margin-bottom: 1rem;
  }

  .divider-vertical {
    display: none;
  }

  .strona-g-owna_opinii-klientow_slider {
    padding-bottom: 5rem;
  }

  .strona-g-owna_opinii-klientow_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .strona-g-owna_opinii-klientow_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .footer4_credit-text {
    margin-top: 10px;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    grid-template: "."
                   "Area"
                   / 1fr 1fr;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    place-items: start center;
    padding-bottom: 1rem;
    display: grid;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .explorer_benefits_list {
    grid-row-gap: 3rem;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

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

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .timeline1_circle {
    margin-top: .75rem;
  }

  .timeline1_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-left: 0;
  }

  .timeline1_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    margin-left: 3rem;
  }

  .timeline1_circle-wrapper {
    width: 2rem;
    margin-left: 0;
  }

  .timeline1_progress {
    z-index: 0;
    display: none;
  }

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

  .strona-g-owna_faq_icon-wrapper-2 {
    width: 1.75rem;
    height: 1.75rem;
  }

  .strona-g-owna_faq_question-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .gradient-wrapper {
    opacity: .44;
    filter: saturate(150%);
  }

  .purple {
    width: 30em;
    height: 100em;
  }

  .layout423_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout423_grid-list.supporter {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-5 {
    grid-row-gap: 6rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cw-button_secondary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cw-cookie_options {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cw-cookie_banner {
    max-width: 100%;
    padding: 1rem;
    right: 20px;
  }

  .cw-cookie_buttons {
    flex-direction: column;
  }

  .cw-button_primary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav_compoenent {
    display: none;
  }

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

  .hero_heading {
    font-size: 13em;
  }

  .intro_content-parent {
    width: 100%;
    min-width: auto;
  }

  .intro_content-parent.center.coaching {
    min-width: 0;
  }

  .intro_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: 100%;
    max-width: none;
  }

  .work_card-image-wrap {
    flex-flow: column-reverse;
    align-items: center;
    padding-bottom: 0%;
  }

  .hero_sub-text-wrap {
    font-size: 2vw;
  }

  .padding-global-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .horizontal-scroll_section-height {
    height: auto;
  }

  .hero_content {
    background-image: linear-gradient(#25252500, #1a1a1a30 31%, #0009);
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    display: flex;
  }

  .padding-section-medium-2 {
    width: 100%;
    height: auto;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .section_line-seprator {
    background-color: #25252526;
    width: 100%;
    height: 1px;
    inset: auto 0% 0%;
  }

  .section_jornal {
    height: 100vh;
  }

  .jornal_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section_image-divider {
    width: 100%;
    height: 100vh;
  }

  .section_intro {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-height: 100vh;
    display: flex;
  }

  .hero_heading-wrapper {
    margin-bottom: 0;
  }

  .jornal_subtext {
    font-size: 1.75rem;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

  .heading-style-h3-2.is-hero {
    max-width: 100%;
    font-size: 3.7em;
  }

  .heading-style-h3-2.is-hero.zduzej.text-align-right {
    max-width: none;
  }

  .horizontal-scroll_stickey-element {
    height: auto;
  }

  .hero_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .work_list {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .jornal_content-wrap {
    font-size: 1rem;
  }

  .section_articles {
    background-color: var(--_primitives---colors--white);
    color: #fff;
  }

  .work_card-content {
    justify-content: flex-end;
    height: 100%;
  }

  .image-divider_image {
    width: 100%;
  }

  .work_card {
    width: auto;
    height: 100svh;
  }

  .work_card.pojedynczy {
    margin-left: auto;
    margin-right: auto;
  }

  .horizontal-scroll_track {
    width: 100%;
  }

  .section_work {
    height: auto;
  }

  .section_hero {
    width: 100%;
    min-height: 100vh;
    font-size: 1vw;
    display: flex;
  }

  .section_cta {
    flex-direction: row;
    min-height: 100vh;
    display: flex;
  }

  .horizontal-scroll_track-list {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

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

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

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

  .heading-style-h5-5 {
    font-size: 1.25rem;
  }

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

  .text-cart {
    height: auto;
    font-size: 1.1rem;
  }

  .heading-style-h5-6 {
    font-size: 1.25rem;
  }

  .timeline1_circle-2 {
    margin-top: .75rem;
  }

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

  .text-span-12 {
    font-size: 2.5rem;
  }

  .div-block-12 {
    border-color: var(--_primitives---colors--neutral-light);
  }

  .g-owny-watek {
    height: 100svh;
  }

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

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

  .div-top-button {
    width: 3.5rem;
    height: 3rem;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .cw-button_secondary-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cw-cookie_banner-2 {
    max-width: 100%;
    padding: 1rem;
    right: 20px;
  }

  .cw-button_primary-2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-size-medium.cursywa.dark {
    font-size: 1rem;
  }

  .text-size-medium.wiekszy-font.text-color-white {
    font-size: 1.1rem;
  }

  .heading-style-h2, .heading-style-h2.wieksze-fonty {
    font-size: 2rem;
  }

  .heading-style-h2.wieksze-fonty.text-color-white {
    font-size: 1.8rem;
  }

  .heading-style-h5.font-rem2 {
    font-size: 1.3rem;
  }

  .heading-style-h1, .heading-style-h1.pagin-dol, .heading-style-h1.pagin-dol.big, .heading-style-h1.pagin-dol.trans {
    font-size: 2rem;
  }

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

  .heading-style-h4.is-center.margin-bottom.margin-large.pogrubione {
    text-align: center;
  }

  .padding-section-large.purpose {
    padding-top: 0;
  }

  .navbar2_component {
    background-color: var(--_primitives---colors--white);
  }

  .navbar2_link {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .navbar2_menu.is-page-height-tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .strona-g-owna_listy-funkcji_list {
    grid-template-columns: 1fr;
  }

  .footer4_credit-text {
    font-size: .7rem;
  }

  .explorer_benefits_item.czysty {
    padding-left: 0%;
    padding-right: 10px;
  }

  .explorer_benefits_list, .kontakt_contact_content {
    grid-template-columns: 1fr;
  }

  .timeline1_content-right {
    grid-row-gap: 2rem;
  }

  .timeline1_item {
    grid-template-columns: 3rem 1fr;
  }

  .timeline1_row {
    grid-column-gap: 1rem;
  }

  .timeline1_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .orange {
    top: 30.7em;
  }

  .button-link {
    height: 2.5rem;
  }

  .text {
    font-size: .6rem;
    line-height: 1.2;
  }

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

  .navi-link {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h3-supp {
    font-size: 1.2rem;
  }

  .h3-supp.naglowek {
    font-weight: 400;
  }

  .grid-5 {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cw-button_secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .cw-cookie_options {
    flex-wrap: wrap;
  }

  .cw-cookie_banner {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .cw-button_primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .fs-consent_allow {
    background-color: var(--color-scheme-1--niebieski);
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-consent_prefs_heading {
    font-size: 1rem;
  }

  .fs-consent_banner {
    border: 1px solid var(--color-scheme-1--background);
    background-color: var(--_primitives---colors--white);
    color: var(--_primitives---colors--neutral-darker);
    border-radius: 0;
  }

  .fs-consent_prefs_link {
    border-bottom-color: var(--color-scheme-1--niebieski);
    color: var(--color-scheme-1--niebieski);
  }

  .fs-consent_prefs_popup {
    color: var(--_primitives---colors--neutral-darker);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fs-consent_prefs {
    display: none;
  }

  .hero_heading {
    font-size: 12.5em;
  }

  .hero_heading.zduzej.text-align-right {
    font-size: 2rem;
  }

  .padding-section-medium-2.is-hero {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .section_jornal {
    justify-content: center;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .jornal_content {
    height: 100svh;
  }

  .heading-style-h3-2.is-hero {
    font-size: 4.8em;
  }

  .hero_content-wrapper {
    text-align: right;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }

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

  .work_card-content {
    padding-bottom: 40px;
  }

  .work_card.pojedynczy {
    width: 100%;
  }

  .text-intro, .text-intro.bialy, .text-intro.bialy.margin-bottom.margin-medium {
    font-size: 1.5rem;
  }

  .text-intro.font-1-5rem {
    font-size: 1.2rem;
  }

  .text-intro.text-align-left {
    font-size: 1.3rem;
  }

  .image-7 {
    width: 50%;
  }

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

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

  .webinar_listy-funkcji_list {
    grid-template-columns: 1fr;
  }

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

  .heading-style-h5-6.dark.font-rem {
    font-size: 1.4rem;
  }

  .timeline1_circle-2.white-grey {
    margin-top: 1.55rem;
  }

  .timeline1_circle-2.white-grey.zmiana {
    margin-top: 2rem;
  }

  .text-block-6 {
    width: 4rem;
  }

  .blog_features-list_list {
    grid-template-columns: 1fr;
  }

  .text-span-12 {
    font-size: 1.5rem;
  }

  .mniejszy-font {
    font-size: 2rem;
  }

  .link {
    color: var(--color-scheme-1--niebieski);
  }

  .dropdown {
    align-items: center;
    margin-bottom: 20px;
  }

  .dropdown-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-heading {
    font-size: 1rem;
    line-height: 1.2em;
  }

  .g-owny-watek {
    padding-top: 0;
  }

  .lottie-animation-2 {
    inset: 0%;
  }

  .heading-6 {
    font-size: 1.6rem;
  }

  .div-top-button {
    width: 2rem;
    height: 2rem;
    display: flex;
    bottom: 20px;
    left: auto;
    right: 10px;
  }

  .cw-button_secondary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .cw-cookie_banner-2 {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .cw-button_primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }
}

#w-node-da53322c-bbb0-f419-f4ec-9e03e886853b-3693c1ba {
  place-self: stretch center;
}

#w-node-da53322c-bbb0-f419-f4ec-9e03e8868552-3693c1ba {
  justify-self: end;
}

#w-node-dd399631-7ba1-bc25-5c7f-70c6bcccf883-3693c1ba {
  align-self: start;
}

#w-node-d0ce6094-6b96-5ec1-02f0-fbd368f3cc8c-3693c1ba {
  justify-self: stretch;
}

#w-node-_1ac99a58-5942-9e29-a614-de1f2e306a1c-3693c1ba {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-3693c1c2 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-3693c1c2 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-3693c1c2 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-3693c1c2 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-3693c1c2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-3693c1c2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-3693c1c2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-3693c1c2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-3693c1c2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-3693c1c2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-3693c1c2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-3693c1c2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-3693c1c2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-3693c1c2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-3693c1c2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-3693c1c2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-3693c1c2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-3693c1c2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-3693c1c2, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-3693c1c2, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-3693c1c2 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-3693c1c2, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-3693c1c2 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-3693c1c2, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-3693c1c2 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-3693c1c2, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-3693c1c2, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-3693c1c2, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-3693c1c2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-3693c1c2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-3693c1c2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-3693c1c2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-3693c1c2 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-3693c1c2 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-3693c1c2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-3693c1c2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-3693c1c2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-3693c1c2 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-3693c1c2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-3693c1c2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-3693c1c2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-3693c1c2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-3693c1c2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-3693c1c2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-3693c1c2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-3693c1c2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-3693c1c2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-3693c1c2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-3693c1c2 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-3693c1c2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-3693c1c2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-3693c1c2 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-3693c1c2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-3693c1c2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-3693c1c2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-3693c1c2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-3693c1c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-3693c1c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-3693c1c2, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-3693c1c2, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-3693c1c2, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-3693c1c2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-3693c1c2, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-3693c1c2 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-3693c1c2, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-3693c1c2, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-3693c1c2 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-3693c1c2, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-3693c1c2, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-3693c1c2 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-3693c1c2, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-3693c1c2, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-3693c1c2 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-3693c1c2, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-3693c1c2, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-3693c1c2 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-3693c1c2, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-3693c1c2, #w-node-ee961e8d-845a-edc3-3307-509470022457-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-3693c1c2 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-3693c1c2, #w-node-ee961e8d-845a-edc3-3307-50947002245b-3693c1c2, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-3693c1c2 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-3693c1c2, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-3693c1c2, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-3693c1c2 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-3693c1c2, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-3693c1c2, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-3693c1c2 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-3693c1c2, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-3693c1c2, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-3693c1c2 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-3693c1c2, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-3693c1c2, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-3693c1c2 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-3693c1c2, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-3693c1c2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-3693c1c2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-3693c1c2 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-3693c1c2 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-3693c1c2 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-3693c1c2 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-3693c1c2 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-3693c1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-3693c1c2 {
  justify-self: start;
}

#w-node-_3af224d6-4ff9-c0c4-6e1d-0ed3f6c29927-f6c29914 {
  justify-self: end;
}

#w-node-a99d806d-8f58-145c-812b-5f2287360308-87360304 {
  place-self: stretch center;
}

#w-node-a99d806d-8f58-145c-812b-5f228736031b-87360304 {
  justify-self: end;
}

#w-node-a44480fe-03c7-09c4-041b-99ba6f651b19-87cfbfd7, #w-node-a44480fe-03c7-09c4-041b-99ba6f651b1e-87cfbfd7, #w-node-a44480fe-03c7-09c4-041b-99ba6f651b23-87cfbfd7 {
  align-self: start;
}

#w-node-a44480fe-03c7-09c4-041b-99ba6f651b67-87cfbfd7 {
  justify-self: start;
}

#w-node-_9819b4fb-6ae8-c39b-fc0f-ba92200c0aba-84b65681, #w-node-_9819b4fb-6ae8-c39b-fc0f-ba92200c0ac1-84b65681 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_1ac99a58-5942-9e29-a614-de1f2e306a1c-3693c1ba, #w-node-_3af224d6-4ff9-c0c4-6e1d-0ed3f6c29927-f6c29914 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d0ce6094-6b96-5ec1-02f0-fbd368f3cc86-3693c1ba {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_22d0679d-b256-4f87-bc70-72b61251dd45-3693c1ba, #w-node-_3bfe3296-b5ff-a111-be15-ade1d1db41fa-f6c29914 {
    grid-area: Area;
  }
}


