:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: Poppins, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darker);
  --_typography---font-styles--heading: Poppins, sans-serif;
  --megaman-8: #00445d;
  --megaman-7: #005e7e;
  --megaman-1: #e5f6ff;
  --megaman-6: #0078a0;
  --cheese-it-up-2: #ffde17;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-light: #aaa;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---opacity--transparent: transparent;
  --_primitives---colors--neutral-darkest: black;
  --_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-darkest);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --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;
  --megaman-5: #0094c4;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---stroke--divider-width: 1px;
  --cheese-it-up-1: #fffbe6;
  --cheese-it-up-3: #e0c200;
  --_primitives---colors--neutral-lighter: #ccc;
  --megaman-3: #54caff;
  --_primitives---colors--neutral-darker: #222;
  --megaman-4: #00b0e9;
  --_primitives---colors--neutral-dark: #444;
  --relume-library-lite--rl-black: black;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --color-scheme-1--heading: var(--_primitives---colors--heading-text);
  --color-scheme-1--żółty: #efb958;
  --color-scheme-1--niebieski: #8cb7c6;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--heading-text: #0c0c0c;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --2-5: 2.5rem;
  --8-5: 8.5rem;
  --7-5: 7.5rem;
  --7: 7rem;
  --3: 3rem;
  --9-5: 9.5rem;
  --10: 10rem;
  --4-5: 4.5rem;
  --4: 4rem;
  --9: 9rem;
  --6: 6rem;
  --6-5: 6.5rem;
  --5: 5rem;
  --1: 1rem;
  --2: 2rem;
  --3-5: 3.5rem;
  --5-5: 5.5rem;
  --8: 8rem;
  --1-5: 1.5rem;
  --cheese-it-up-4: #c1a800;
  --cheese-it-up-5: #a38e00;
  --cheese-it-up-6: #867500;
  --cheese-it-up-7: #6a5c00;
  --cheese-it-up-8: #4f4400;
  --cheese-it-up-9: #342d00;
  --cheese-it-up-10: #191500;
  --megaman-2: #a6e1ff;
  --megaman-9: #002b3c;
  --megaman-10: #001119;
  --relume-library-lite--rl-white: white;
  --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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--color-scheme-1--background);
  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-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.header {
  max-width: 60rem;
}

.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-top.margin-xsmall, .margin-top.margin-large, .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-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.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-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall.align-center {
  text-align: center;
}

.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-bottom.padding-xxlarge, .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-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge.stopka {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.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 {
  color: var(--megaman-8);
  font-size: 1.125rem;
}

.text-size-medium.h2-header {
  color: var(--megaman-7);
  font-size: 1.4rem;
  font-weight: 400;
}

.text-size-medium.align-center {
  color: var(--megaman-8);
}

.text-size-medium.cta-p {
  color: var(--megaman-1);
  font-size: 1.4rem;
  font-weight: 500;
}

.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(--megaman-6);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.align-center {
  color: var(--megaman-6);
  text-align: center;
}

.heading-style-h2.cta {
  color: var(--cheese-it-up-2);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 3.5rem;
}

.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-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.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 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.heading-style-h1 {
  color: var(--megaman-6);
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-light);
  cursor: pointer;
  border-radius: 5px;
  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 {
  margin-bottom: .5rem;
  font-weight: 400;
}

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

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

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

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

.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-navbar16-button {
  z-index: 1;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative;
}

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

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

.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: 1rem;
}

.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: 1px none var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 10px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.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.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-image: url('../images/chevron-down.svg');
  background-position: 99%;
  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;
  padding-top: 5px;
  padding-bottom: 5px;
}

.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: #fce000;
  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 {
  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 {
  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: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.dlaczego-my {
  padding-top: 20%;
}

.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.text-color-white {
  color: var(--_primitives---colors--white);
}

.text-style-tagline.align-center.jasny-niebieski {
  color: var(--megaman-5);
}

.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, .dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

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

.strona-g-owna_nag-owka-hero_component {
  flex-direction: column;
  align-items: center;
}

.strona-g-owna_nag-owka-hero_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.strona-g-owna_nag-owka-hero_image-wrapper.hide {
  display: flex;
}

.strona-g-owna_portfolio_item-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

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

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

.section_strona-g-owna_listy-funkcji {
  background-color: var(--cheese-it-up-1);
}

.strona-g-owna_opinii-klientow_client {
  text-align: left;
}

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

.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_grid-list {
  grid-column-gap: 1.4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.strona-g-owna_opinii-klientow_content {
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  border-radius: 20px;
  padding: 20px 10px;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

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

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

.strona-g-owna_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.strona-g-owna_faq_list {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
}

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

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.strona-g-owna_cta_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.strona-g-owna_cta_card.text-color-white {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.strona-g-owna_cta_card-content {
  z-index: 1;
  position: relative;
}

.strona-g-owna_cta_background-image {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 15%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.strona-g-owna_cta_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

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

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

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

.strona-g-owna_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;
}

.error-text {
  color: #e23939;
}

.section_strona-g-owna_contact {
  background-color: var(--megaman-1);
}

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

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

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

.footer17_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  align-items: center;
}

.footer17_bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer17_logo {
  width: 130px;
}

.footer17_image-wrapper {
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.footer17_legal-link {
  color: var(--megaman-6);
  font-size: .875rem;
  text-decoration: underline;
}

.footer17_right-wrapper {
  flex-direction: column;
  display: flex;
}

.footer17_legal-list {
  grid-column-gap: 1.5rem;
  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;
  justify-content: center;
  display: flex;
}

.footer17_link {
  color: var(--megaman-6);
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.footer17_left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer17_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  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;
}

.footer17_logo-link {
  padding-left: 0;
}

.divider-horizontal {
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  width: 100%;
}

.footer17_credit-text {
  color: var(--megaman-6);
  font-size: .875rem;
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_dropdown-list.w--open {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--background);
  padding: .5rem;
  position: absolute;
}

.navbar2_component {
  border-bottom: 0px solid var(--color-scheme-1--background);
  background-color: var(--_primitives---opacity--transparent);
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_component.polityka {
  margin-top: 2rem;
}

.navbar2_logo {
  width: 100px;
  display: block;
  position: absolute;
  inset: 0%;
}

.navbar2_logo-link {
  padding-top: 0;
  padding-left: 0;
  top: 20px;
}

.navbar2_logo-link.w--current {
  top: -45px;
}

.navbar2_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  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-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.navbar2_link {
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

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

.navbar2_menu.is-page-height-tablet {
  color: var(--megaman-6);
}

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

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.form_radio-icon-3 {
  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-3.w--redirected-checked {
  border-width: 6px;
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  background-image: none;
}

.form_radio-icon-3.w--redirected-focus {
  border-color: var(--_primitives---colors--neutral-darkest);
  box-shadow: none;
  margin-top: 0;
}

.contact-modal4_content-wrapper {
  background-color: var(--color-scheme-1--background);
  width: 100%;
  max-width: 40rem;
  height: 100vh;
  padding: 5rem 4rem;
  position: absolute;
  overflow: scroll;
}

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

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

.contact-modal4_form-block {
  flex-direction: column;
  align-items: stretch;
}

.contact-modal4_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-modal4_component {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.section_contact-modal4 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  position: relative;
}

.contact-modal4_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.content5_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  flex: 1;
  width: 100%;
  overflow: hidden;
}

.section_content5 {
  background-color: var(--megaman-1);
  color: var(--color-scheme-1--text);
  position: relative;
}

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

.content5_content-wrapper {
  position: sticky;
  top: 5rem;
}

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

.content5_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

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

.layout518_cards-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  padding-left: 2rem;
  display: grid;
}

.layout518_component {
  height: 250vh;
  position: relative;
}

.layout518_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.layout518_ix-trigger {
  z-index: -1;
  padding-top: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.layout518_grid-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  height: 90vh;
  display: grid;
}

.layout518_icon-wrapper {
  display: inline-block;
}

.layout518_card-small-bottom {
  border-top-style: solid;
  border-top-width: var(--_ui-styles---stroke--border-width);
  border-top-color: var(--color-scheme-1--border);
  border-right-style: solid;
  border-right-width: var(--_ui-styles---stroke--border-width);
  border-right-color: var(--color-scheme-1--border);
  border-bottom-style: solid;
  border-bottom-width: var(--_ui-styles---stroke--border-width);
  border-bottom-color: var(--color-scheme-1--border);
  border-left-style: solid;
  border-left-width: var(--_ui-styles---stroke--border-width);
  border-left-color: var(--color-scheme-1--border);
  border-top-left-radius: var(--_ui-styles---radius--large);
  border-top-right-radius: var(--_ui-styles---radius--large);
  border-bottom-left-radius: var(--_ui-styles---radius--large);
  border-bottom-right-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: calc(35vw - 2rem);
  height: 100%;
  padding: 2rem;
  display: flex;
}

.layout518_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.layout518_card-small-top {
  border-top-style: solid;
  border-top-width: var(--_ui-styles---stroke--border-width);
  border-top-color: var(--color-scheme-1--border);
  border-right-style: solid;
  border-right-width: var(--_ui-styles---stroke--border-width);
  border-right-color: var(--color-scheme-1--border);
  border-bottom-style: solid;
  border-bottom-width: var(--_ui-styles---stroke--border-width);
  border-bottom-color: var(--color-scheme-1--border);
  border-left-style: solid;
  border-left-width: var(--_ui-styles---stroke--border-width);
  border-left-color: var(--color-scheme-1--border);
  border-top-left-radius: var(--_ui-styles---radius--large);
  border-top-right-radius: var(--_ui-styles---radius--large);
  border-bottom-left-radius: var(--_ui-styles---radius--large);
  border-bottom-right-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: calc(35vw - 2rem);
  height: 100%;
  padding: 2rem;
  display: flex;
}

.layout518_card-large {
  border-radius: var(--_ui-styles---radius--large);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50vw;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.menu-icon4_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon4_line-middle-base {
  background-color: var(--color-scheme-1--text);
  width: 24px;
  height: 2px;
  position: absolute;
}

.navbar16_component {
  border-bottom: 0px solid var(--color-scheme-1--background);
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.menu-icon4_line-middle {
  background-color: var(--color-scheme-1--text);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.navbar16_menu-button {
  z-index: 1;
  padding: 0;
  position: relative;
}

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

.navbar16_link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 0;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  position: static;
}

.navbar16_link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.navbar16_logo-link {
  z-index: 1;
  padding-left: 0;
}

.menu-icon4_line-bottom {
  background-color: var(--color-scheme-1--text);
  width: 24px;
  height: 2px;
}

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

.menu-icon4_line-top {
  background-color: var(--color-scheme-1--text);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar16_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar16_menu {
  background-color: var(--color-scheme-1--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding-left: 5%;
  padding-right: 5%;
  transition: height .5s;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
}

.navbar16_links-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  font-size: 3.5rem;
  display: flex;
}

.navbar16_menu-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-top: 4.5rem;
  display: flex;
  position: relative;
}

.navbar16_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;
  justify-items: stretch;
  display: flex;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar16_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar16_container {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.layout487_mobile-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.layout487_item {
  height: 100vh;
}

.layout487_image {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  position: absolute;
}

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

.layout487_content-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  padding-top: 60vh;
}

.layout487_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.layout487_mobile-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

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

.layout487_content-right {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: 110vh;
}

.section_banner13 {
  overflow: hidden;
}

.banner13_component {
  white-space: nowrap;
  flex-direction: column;
  display: flex;
}

.banner13_heading-top {
  color: var(--cheese-it-up-3);
  font-size: 6rem;
}

.banner13_heading-bottom {
  color: var(--megaman-5);
  align-self: flex-end;
  font-size: 6rem;
}

.scene---extra, .scene---trigger {
  height: 100dvh;
}

.stage---item {
  border-radius: .25rem;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  overflow: hidden;
}

.stage---item.x-02 {
  transform-style: preserve-3d;
  left: auto;
  right: 75%;
  transform: translate3d(0, 0, -100rem);
}

.stage---item.x-01 {
  transform-style: preserve-3d;
  left: 75%;
  right: auto;
  transform: translate3d(0, 0, -50rem);
}

.stage---item.x-00 {
  left: auto;
  right: 75%;
}

.stage---item.x-04 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  left: 50%;
  transform: translate3d(-50%, 0, -250rem);
}

.stage---item.x-03 {
  transform-style: preserve-3d;
  left: 75%;
  right: auto;
  transform: translate3d(0, 0, -150rem);
}

.stage {
  transform-style: preserve-3d;
  width: 20rem;
  height: 20rem;
  position: relative;
  transform: translate3d(0, 0, 1px);
}

.page {
  margin-top: 4rem;
}

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

.scene---sticky {
  perspective: 24rem;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0%;
  overflow: hidden;
  transform: none;
}

.preloader {
  z-index: 99999;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff4e4;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 8px;
  display: none;
  position: fixed;
  inset: 0%;
}

.images_row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 100%;
  display: grid;
}

.image_container {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.text-size-small-2 {
  color: #000;
  font-size: .75rem;
  line-height: 1.4;
}

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

.heading_preloader {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.button-stroke {
  z-index: 2;
  box-shadow: none;
  color: #000;
  background-image: linear-gradient(#a3a3a3, #fff0);
  border-radius: 10000000000px;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 4.6rem;
  padding: 2px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.68, -.55, .265, 1.55);
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-pane-tab-1 {
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.grid-karta-ebook {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  position: relative;
}

.tytu--karta-sklep {
  position: relative;
}

.tabs-menu-2 {
  z-index: 5;
  color: var(--_primitives---colors--neutral-lighter);
  justify-content: center;
  width: 100%;
  height: 3rem;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.t-o-karty {
  z-index: 988888888;
  background-color: #000000f2;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.t-o-karty.karta-ebook {
  z-index: 999999;
  background-color: #000c;
}

.t-o-karty.karta-ebook.pokaz {
  z-index: 99999;
  display: flex;
}

.t-o-karty.karta-ebook {
  z-index: 99999999;
  background-color: #000c;
  display: none;
}

.tekst-karta-sklep {
  position: relative;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tab-link-tab-4 {
  background-color: var(--megaman-7);
  color: var(--megaman-3);
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-link-tab-4.w--current {
  background-color: var(--_primitives---colors--neutral-darker);
  color: var(--_primitives---colors--white);
  font-size: 1.2rem;
  font-weight: 500;
}

.text-karta-ebook {
  text-align: center;
  letter-spacing: -.5px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.8rem;
  display: flex;
}

.tabs {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tab-link-tab-1 {
  border-right: 1px solid var(--color-scheme-1--background);
  background-color: var(--megaman-7);
  color: var(--megaman-1);
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 0 0 #0000, -1.6px .9px 5.8px #0000000b, -3.4px 1.9px 11.7px #0000000d, -5.8px 3.2px 18px #0000000e, -10px 5.5px 25.3px #0000000f, -19.6px 10.8px 35.9px #00000010;
}

.tab-link-tab-1.w--current {
  background-color: var(--_primitives---colors--neutral-darker);
  color: var(--_primitives---colors--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
}

.div-grid-ebook-lewy {
  padding-top: 1rem;
  padding-left: 20px;
  padding-right: 20px;
}

.div-cta-ebook {
  justify-content: flex-end;
  width: 90vw;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0 4vh;
  overflow: visible;
}

.div-folder-sklep {
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 3vh 0% auto;
}

.tab-pane-tab-4 {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.tabs-content {
  background-color: var(--_primitives---colors--neutral-lightest);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 93%;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.close-button {
  color: #bde91e;
  cursor: pointer;
  width: 3rem;
  position: fixed;
  inset: 2rem 2rem auto auto;
}

.close-button.cta-wroc {
  background-color: var(--megaman-4);
  color: #fff;
  inset: 0% 0% 0% auto;
  background-color: #00b0e9;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
  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;
}

.div-grid-ebook-prawy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.button-1 {
  color: #000;
  white-space: nowrap;
  filter: url('../images/');
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  transition-property: all;
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(.135, .9, .15, 1);
  display: flex;
  position: relative;
}

.svg-filter_embed {
  display: none;
}

.button-1_content-wrap {
  background-color: var(--megaman-4);
  color: var(--_primitives---colors--white);
  border-radius: 3rem;
  padding: 1rem 1.5rem;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.button-1_arrow-wrapper {
  background-color: var(--megaman-4);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: -.25rem;
  display: flex;
}

.button_arrow-icon {
  color: var(--_primitives---colors--neutral-darker);
  width: 1.5rem;
  height: 1.5rem;
}

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

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

.checkbox {
  border: 1px solid var(--_primitives---colors--neutral-dark);
  width: 15px;
  height: 15px;
  margin-top: 5px;
}

.nazwa-stopka {
  color: var(--megaman-5);
  text-transform: uppercase;
  font-size: 6.5rem;
}

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

.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;
  justify-content: center;
  place-items: center start;
  display: flex;
}

.ikonik-kn111 {
  color: var(--megaman-5);
}

.ikonik-v544m {
  color: #f55;
}

.ikonik-uyq7ll {
  color: #ff00a1;
}

.body {
  height: 100%;
  min-height: 0;
  overflow: visible;
}

.control {
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.control.prev-splide, .control.next-splide {
  border-color: var(--megaman-5);
}

.slider__wave {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave.is--bottom {
  margin-bottom: -.6vw;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.controls {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.container {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container.is--hero {
  padding-top: 8em;
  padding-bottom: 0;
}

.container.is--slider {
  padding-top: 0;
  padding-bottom: 0;
}

.control__arrow {
  z-index: 2;
  opacity: 1;
  color: var(--megaman-5);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: block;
  position: relative;
}

.trigger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.nav-link {
  justify-content: flex-start;
  align-items: center;
  margin-top: .7em;
  margin-bottom: .7em;
  display: flex;
  overflow: hidden;
}

.nav-link:hover {
  font-style: italic;
  font-weight: 700;
}

.sublink {
  margin-top: 1.5em;
  overflow: hidden;
}

.control__fill {
  z-index: 1;
  background-color: #0d0628;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
  height: 40vw;
  min-height: 41.88em;
  padding-left: .52em;
  padding-right: .52em;
}

.overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-2.is--slider {
  z-index: 2;
  margin-bottom: 5em;
  position: relative;
}

.section-2.is--hero {
  z-index: 3;
  position: relative;
}

.text-block-14 {
  color: var(--_primitives---colors--neutral-darker);
}

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

.mask-frame {
  z-index: 2;
  background-color: var(--megaman-4);
  opacity: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.container-2 {
  max-width: 90vw;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.container-2.small {
  opacity: 1;
  font-size: 14px;
}

.parallax-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 8.5rem;
  margin-bottom: 12rem;
  display: flex;
}

.image-height {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 20px;
  width: auto;
  height: 120%;
}

.image-height.contain {
  object-fit: cover;
}

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

.parallax-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.parallax-card:nth-child(2n) {
  position: relative;
  top: 12rem;
}

.text-size-medium-4 {
  color: var(--megaman-8);
  font-size: 1.125rem;
}

.parallax-component {
  grid-column-gap: 7rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  width: 100%;
  display: grid;
  position: relative;
}

.parallax-image {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 35vw;
  max-width: 35rem;
  height: 40vw;
  max-height: 40rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 85rem;
  margin-top: 3rem;
}

.parallax-content {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  flex-flow: column;
  align-items: flex-start;
  margin-left: 1rem;
  display: flex;
}

.parallax-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  flex-flow: column;
  display: flex;
}

.parallax-item:nth-child(2n) {
  position: relative;
  top: 12rem;
}

.opacity-80 {
  opacity: .8;
}

.h3-atrakcje {
  color: var(--megaman-6);
}

.text-block-15 {
  color: var(--megaman-1);
  letter-spacing: -.5px;
  line-height: 1.4rem;
}

.work_card {
  text-align: center;
  background-color: #1d1c1b;
  border: 1px solid #ffffff26;
  border-radius: 20px;
  width: 100%;
  text-decoration: none;
  display: block;
  overflow: visible;
  box-shadow: 0 0 #0000, 0 1.3px .2px #00000008, 0 2.7px .5px #0000000a, 0 4.2px .8px #0000000b, 0 5.9px 1.2px #0000000c, 0 7.9px 1.6px #0000000d, 0 10.4px 2.3px #0000000e, 0 13.6px 3.3px #0000000e, 0 17.9px 4.6px #0000000e, 0 23.9px 6.6px #0000000f, 0 32.5px 9.7px #0000000f, 0 45.9px 14.5px #0000000f, 0 68.4px 22.8px #00000010, 0 113.8px 39.9px #0001;
}

.text-block-16 {
  color: var(--_primitives---colors--white);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.image-34 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 20px;
  max-height: 700px;
}

.f-container-small {
  z-index: 3;
  width: 100%;
  max-width: 960px;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lista-popup {
  margin-top: .125rem;
}

.rich-popup, .p-wcenie {
  font-weight: 400;
}

.nagl-rich {
  margin-bottom: .5rem;
  font-size: 1.2rem;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl_faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq1_question-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.rl_faq1_list {
  border-bottom: 1px solid var(--relume-library-lite--rl-black);
}

.rl_faq1_icon-wrapper {
  align-self: flex-start;
}

.rl_faq1_answer {
  overflow: hidden;
}

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

.rl_faq1_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq1_icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.div-grid-ebook-prawy-mobile {
  display: none;
}

.ikonik-8x8xc, .ikonik-encxw, .ikonik-kovg3j {
  color: #525252;
}

.submit-button {
  background-color: var(--megaman-4);
  border-radius: 14px;
  margin-top: 40px;
}

.p-wiecej {
  color: var(--_primitives---colors--white);
  font-size: 1rem;
}

.div-block {
  background-color: var(--megaman-4);
  border-radius: 8px;
  margin-top: 5px;
  padding: 5px 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;
}

.text-span {
  color: var(--megaman-6);
  text-decoration: underline;
}

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

.main-kontent {
  max-width: 900px;
  margin-top: 12rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem;
  padding-left: 20px;
  padding-right: 20px;
}

.h1--polityka-prywatnosci {
  text-align: center;
  letter-spacing: .05rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
}

.paragraph-21 {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.kontent {
  margin-top: 60px;
}

.text-span-9 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8em;
  display: flex;
}

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

.banner7_content-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.banner7_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-11 {
  align-items: center;
  font-size: .9rem;
  display: flex;
}

.link-block-11.mobile {
  display: none;
}

.image-104 {
  padding-right: 5px;
}

.banner-top {
  background-color: var(--megaman-6);
  color: var(--_primitives---colors--white);
  width: 100vw;
}

.whatsapp-button {
  z-index: 900;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
}

.image {
  filter: drop-shadow(0 2px 5px #0000004d);
  width: 4rem;
  height: auto;
}

.text-block-171 {
  color: var(--_primitives---colors--white);
  letter-spacing: -.5px;
  line-height: 1.4rem;
}

.heading-style-h2-3 {
  color: #0078a0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2-3.align-center {
  color: #0078a0;
  text-align: center;
}

.tabs-menu-3 {
  color: #ccc;
  justify-content: center;
  width: 100%;
  display: flex;
}

.tabs-content-2 {
  background-color: #eee;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.rl-text-style-regular-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.div-cta-ebook-2 {
  justify-content: flex-end;
  width: 90vw;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0 4vh;
  overflow: visible;
}

.div-folder-sklep-2 {
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 3vh 0% auto;
}

.rl_faq1_list-2 {
  border-bottom: 1px solid #000;
}

.rl_faq1_question-text-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-block-172 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.tab-link-tab-4-2 {
  background-color: var(--megaman-7);
  color: #e4e2df;
  text-align: center;
  border-top-right-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-link-tab-4-2.w--current {
  color: #fff;
  background-color: #00b0e9;
  font-size: 1.2rem;
  font-weight: 500;
}

.div-grid-ebook-lewy-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.image-105 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 20px;
  max-height: 500px;
}

.tab-link-tab-1-2 {
  background-color: var(--megaman-7);
  color: #e5f6ff;
  text-align: center;
  border-right: 1px solid #fff;
  border-top-left-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 0 0 #0000, -1.6px .9px 5.8px #0000000b, -3.4px 1.9px 11.7px #0000000d, -5.8px 3.2px 18px #0000000e, -10px 5.5px 25.3px #0000000f, -19.6px 10.8px 35.9px #00000010;
}

.tab-link-tab-1-2.w--current {
  background-color: var(--_primitives---colors--neutral-darker);
  color: #fff;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2rem;
  font-weight: 500;
}

.rl_faq1_icon-2 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_faq1_question-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #2db9b9;
  border: 2px solid #2db9b9;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #2db9b9;
  background-color: #f5f5f5;
  border-color: #2db9b9;
}

.fs-cc-prefs_button {
  color: #fff;
  background-color: #2db9b9;
  border: 2px solid #2db9b9;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #2db9b9;
  background-color: #fff;
  border-color: #2db9b9;
  font-weight: 600;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #2db9b93d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link-3 {
  color: #2db9b9;
}

.fs-cc-banner_text-link {
  color: #2db9b9;
  -webkit-text-stroke-color: #2db9b9;
  border-bottom: 2px solid #2db9b9;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  border: 1px #000;
  flex-direction: column;
  padding: .625rem .625rem 0;
  transition: color .2s;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

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

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_title {
  color: #2db9b9;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_space-medium {
  justify-content: space-around;
  margin-bottom: 2.5rem;
  display: flex;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #fff;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_text {
  color: #1d1c1b;
  font-size: .75rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.bold-text-7 {
  font-weight: 600;
}

.fs-cc-banner_component {
  z-index: 998;
  border-top: 1px none var(--megaman-6);
  background-color: #f5f6ff;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_text {
  color: #1d1c1b;
  margin-right: 1.5rem;
  font-weight: 300;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-banner_trigger {
  display: none;
}

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

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #2db9b9;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.55rem -.05rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.bold-text-6 {
  color: #2db9b9;
  font-weight: 600;
}

.section-divider-bae_divider_1709543270334 {
  color: #f5f6ff;
  width: 100%;
  height: 24px;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: 0;
  overflow: hidden;
  transform: rotate(180deg);
}

.text-block-19 {
  color: var(--megaman-5);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  margin-top: -4px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: .5rem;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_label {
  color: #2db9b9;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 600;
}

.fs-cc-manager_component {
  z-index: 10;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-30);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: fixed;
  inset: auto auto 6rem 1.25rem;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 40rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ikonik-lyulm {
  color: var(--megaman-5);
}

.fs-cc_title {
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.fs-cc_button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--megaman-5);
  color: #fff;
  text-align: center;
  border: 1px #000;
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .9375rem;
  font-weight: 700;
  transition: background-color .1s;
  display: inline-flex;
}

.fs-cc_button.is-secondary {
  border: 1px solid var(--megaman-5);
  color: var(--megaman-5);
  background-color: #fff0;
}

.fs-cc_modal {
  z-index: 98888;
  background-color: #fff;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  overflow: auto;
}

.fs-cc_checkbox {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox.is--not-allowed {
  cursor: not-allowed;
}

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

.fs-cc_close-button {
  z-index: 5;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  cursor: pointer;
  background-color: #f8f8f8;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  display: flex;
  position: relative;
}

.cookie-preference_background {
  background-color: var(--megaman-8);
  opacity: .7;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc_screen-reader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.fs-cc_checkbox-label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.fs-cc_preference-buttons {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  bottom: -2rem;
}

.fs-cc_preference-component {
  z-index: 999999999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc_modal-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.fs-cc_checkbox-description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.fs-cc_preferences {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.fs_cc-modal-content {
  padding: 1.5rem;
}

.fs-cc_close-button-line {
  background-color: #000;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.fs-cc_close-button-line.is-2nd {
  transform: rotate(45deg);
}

.fs-cc_cookie-component {
  z-index: 9500;
  border: .5px solid var(--_primitives---colors--neutral-dark);
  border-radius: 12px;
  max-width: 25rem;
  display: none;
  overflow: hidden;
}

.fs-cc_checkbox-button {
  float: left;
  border: 1px solid #0003;
  border-radius: .125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox-button.w--redirected-checked {
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #146ef5;
}

.fs-cc_checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.fs-cc_checkbox-button.is-required {
  cursor: not-allowed;
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #146ef5;
}

.cookie-preference_wrapper {
  z-index: 1;
  width: 100%;
  max-height: 100%;
  padding: 2rem 2rem 4rem;
  position: relative;
  overflow: auto;
}

.cookies2 {
  z-index: 99998;
  position: fixed;
  inset: auto 0% 3% 1%;
  overflow: hidden;
}

.tab-link-tab-2 {
  border-right: 1px solid var(--_primitives---colors--white);
  background-color: var(--megaman-7);
  color: #e4e2df;
  text-align: center;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-link-tab-2.w--current {
  background-color: var(--_primitives---colors--neutral-darker);
}

.text-block-10 {
  letter-spacing: -.5px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.gallery5_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.gallery5_lightbox-link {
  z-index: 2147483647;
  width: 80%;
  height: 80%;
  position: relative;
}

.gallery5_image-wrapper {
  width: 100%;
}

.gallery5_image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 20px;
  width: 90%;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
}

.gallery5_image.cover {
  object-fit: contain;
}

.div-szerokosc {
  padding-left: 5%;
  padding-right: 5%;
}

.header78_image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: grid;
}

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

.header78_image-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: -62.7%;
  display: grid;
}

.header78_image-wrapper {
  width: 26rem;
  padding-top: 75%;
  position: relative;
}

.header78_images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header78_content-bottom {
  justify-content: flex-start;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

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

.text-size-medium-5 {
  font-size: 1.125rem;
}

.button-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: #0000;
  background-color: #0000;
}

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

.header78_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.div-top-button {
  z-index: 10;
  width: 4rem;
  height: 4rem;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

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

.link-top-button {
  z-index: 10;
  background-color: var(--megaman-5);
  opacity: .8;
  border: 1px #ffa372;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  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;
}

.link-top-button.w--current {
  opacity: .8;
  background-color: #601febcc;
}

.lottie-strzalka-top {
  width: 3rem;
  height: 3rem;
  position: absolute;
}

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

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

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

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

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

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

.zlote-tlo {
  background-color: var(--megaman-5);
  color: var(--_primitives---colors--white);
  padding-left: 10px;
  padding-right: 10px;
}

.button-podziekowanie {
  color: #efaa00;
  letter-spacing: .01rem;
  background-color: #0000;
  border: 1px solid #efaa00;
  border-radius: 20px;
  margin-bottom: 4rem;
  box-shadow: 0 2px 5px #efaa00;
}

.button-podziekowanie.button {
  border-color: var(--megaman-5);
  box-shadow: 0 2px 5px 0 var(--megaman-5);
  color: var(--megaman-5);
}

.button-podziekowanie.button.w--current {
  z-index: 99999;
  position: relative;
}

.div-header-pading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-22 {
  color: #000;
  letter-spacing: .05rem;
  font-size: 3rem;
  line-height: 4rem;
}

.paragraph-23 {
  font-family: var(--_typography---font-styles--body);
  margin-top: 2rem;
  font-size: 1.5rem;
}

.g-owny-watek {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 40px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .tekst-karta-sklep {
    flex-direction: row;
    align-items: baseline;
  }

  .div-grid-ebook-lewy, .div-grid-ebook-lewy-2 {
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .tytu--karta-sklep {
    margin-bottom: 3rem;
  }

  .div-grid-ebook-lewy {
    justify-content: center;
  }

  .div-cta-ebook, .div-folder-sklep, .div-cta-ebook-2, .div-folder-sklep-2 {
    max-width: 1300px;
  }

  .div-grid-ebook-lewy-2 {
    justify-content: center;
  }

  .div-lottie {
    position: absolute;
  }
}

@media screen and (min-width: 1920px) {
  .banner7_content-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .strona-g-owna_listy-funkcji_list, .strona-g-owna_opinii-klientow_grid-list {
    grid-column-gap: 2rem;
  }

  .strona-g-owna_cta_card {
    padding: 3rem;
  }

  .footer17_top-wrapper {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .menu-icon2_line-bottom {
    background-color: var(--color-scheme-1--text);
    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_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-top {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_logo {
    position: relative;
  }

  .navbar2_logo-link.w--current {
    top: -35px;
  }

  .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_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .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 {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

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

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

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

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

  .contact-modal4_content-wrapper {
    width: 80%;
    max-width: none;
    padding: 4rem 3rem;
  }

  .content5_content-wrapper {
    position: static;
  }

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

  .layout518_cards-wrapper {
    padding-left: 0;
  }

  .layout518_component {
    height: auto;
  }

  .layout518_grid-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    height: auto;
  }

  .layout518_card-small-bottom {
    width: 100%;
  }

  .layout518_content {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout518_card-small-top {
    width: 100%;
  }

  .layout518_card-large {
    width: 100%;
    padding: 6rem 2rem;
  }

  .menu-icon4_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon4_line-middle-base {
    background-color: var(--color-scheme-1--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4_line-middle {
    background-color: var(--color-scheme-1--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .navbar16_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .navbar16_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 0;
    position: static;
  }

  .menu-icon4_line-bottom, .menu-icon4_line-top {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar16_menu {
    flex-direction: column;
    justify-content: center;
    position: absolute;
  }

  .navbar16_links-wrapper {
    flex: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }

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

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar16_bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar16_container {
    grid-auto-columns: 1fr;
  }

  .layout487_component {
    grid-column-gap: 2rem;
  }

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

  .banner13_heading-top, .banner13_heading-bottom {
    font-size: 4rem;
  }

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

  .image_container {
    position: relative;
  }

  .image_container.hide-tablet {
    display: none;
  }

  .heading_preloader {
    font-size: 1.75rem;
  }

  .t-o-karty.karta-ebook {
    display: none;
  }

  .tabs-content {
    overflow: auto;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .overflow {
    min-height: 100vh;
  }

  .mask-frame {
    z-index: 4;
  }

  .container-2 {
    max-width: 90vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .parallax-wrapper {
    margin-bottom: 6rem;
  }

  .parallax-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-bottom: 8rem;
  }

  .parallax-image {
    width: 18rem;
    max-width: none;
    height: 22rem;
    max-height: none;
  }

  .max-width-30ch.mobile-full-width {
    max-width: none;
  }

  .work_card {
    font-size: 1em;
  }

  .div-grid-ebook-prawy-mobile {
    display: none;
  }

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

  .fs-cc-prefs_component {
    display: none;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .fs-cc-banner_component {
    display: none;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .gallery5_row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    height: 100%;
    position: relative;
  }

  .div-szerokosc {
    margin-left: auto;
    margin-right: auto;
  }

  .tab-pane-tab-5 {
    overflow: auto;
  }

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

@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-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

  .button.is-navbar16-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;
  }

  .strona-g-owna_portfolio_item-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .strona-g-owna_listy-funkcji_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .strona-g-owna_opinii-klientow_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .strona-g-owna_opinii-klientow_grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .strona-g-owna_faq_icon-wrapper {
    width: 1.75rem;
    height: 1.75rem;
  }

  .strona-g-owna_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .strona-g-owna_cta_card {
    padding: 2rem;
  }

  .form_field-2col.is-mobile-1col, .form_radio-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .footer17_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .footer17_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer17_legal-list {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: start;
  }

  .footer17_link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: flex-start start;
    width: 100%;
  }

  .footer17_credit-text {
    margin-top: 2rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .contact-modal4_content-wrapper {
    width: 90%;
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .content5_gallery, .layout518_cards-wrapper, .layout518_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout518_card-small-bottom {
    grid-template-columns: 1fr;
  }

  .layout518_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout518_card-small-top {
    grid-template-columns: 1fr;
  }

  .layout518_card-large {
    padding: 4rem 1.5rem;
  }

  .navbar16_component {
    min-height: 4rem;
  }

  .navbar16_link {
    font-size: 1.5rem;
  }

  .navbar16_links-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar16_menu-wrapper {
    padding-top: 4rem;
  }

  .navbar16_bottom {
    height: 4rem;
  }

  .layout487_item {
    justify-content: center;
    height: auto;
  }

  .layout487_image.image1 {
    height: 50vh;
  }

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

  .layout487_content-left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .layout487_image-wrapper {
    display: none;
  }

  .layout487_mobile-image-wrapper {
    margin-bottom: 2rem;
    display: flex;
  }

  .layout487_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

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

  .stage---item.x-04 {
    font-size: 3rem;
  }

  .stage {
    width: 10rem;
    height: 10rem;
  }

  .preloader {
    height: 100svh;
  }

  .grid-karta-ebook {
    grid-template-columns: 1fr;
  }

  .div-grid-ebook-prawy {
    display: none;
  }

  .controls {
    margin-bottom: -3em;
    font-size: 2em;
  }

  .container {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .container.is--hero {
    padding-top: 136px;
    padding-bottom: 3.4em;
  }

  .trigger {
    font-size: 8px;
  }

  .sublink {
    font-size: 7px;
  }

  .splide__slide {
    width: 100%;
    min-height: 89em;
    padding-left: .92em;
    padding-right: .92em;
  }

  .section-2.is--slider {
    margin-bottom: 9.9em;
  }

  .container-2 {
    max-width: 90vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .parallax-wrapper {
    margin-bottom: 4rem;
  }

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

  .parallax-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .parallax-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: grid;
  }

  .parallax-image {
    width: 100%;
  }

  .parallax-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-left: 0;
  }

  .parallax-item {
    width: 100%;
  }

  .parallax-item:nth-child(2n) {
    top: auto;
  }

  .work_card {
    margin-bottom: 3vw;
    transform: scale(.8);
  }

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

  .rl_faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .div-grid-ebook-prawy-mobile {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .h1--polityka-prywatnosci {
    font-size: 2rem;
    line-height: 3rem;
  }

  .banner7_content-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .banner7_content {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 1.75rem;
  }

  .link-block-11.mobile {
    display: flex;
  }

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

  .rl_faq1_question-text-2 {
    font-size: 1rem;
  }

  .rl_faq1_icon-2 {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq1_question-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .fs-cc-prefs_button {
    text-align: center;
  }

  .fs-cc-prefs_button.fs-cc-button-alt {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .fs-cc-manager_button, .fs-cc-prefs_component {
    display: none;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_component, .text-block-19, .fs-cc-manager_component {
    display: none;
  }

  .fs-cc_close-button {
    margin-right: 1.25rem;
  }

  .fs-cc_modal-buttons {
    padding: 1.5rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

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

  .gallery5_image {
    position: relative;
  }

  .header78_image-wrapper {
    width: 18rem;
  }

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

  .div-top-button {
    width: 3.5rem;
    height: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

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

  .g-owny-watek {
    height: 100svh;
  }
}

@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-bottom.margin-small.align-center, .margin-bottom.margin-xsmall {
    text-align: center;
  }

  .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.h2-header {
    font-size: 1.2rem;
    line-height: 1.4;
  }

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

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

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

  .heading-style-h1 {
    letter-spacing: -1px;
    font-family: Poppins, sans-serif;
    font-size: 12vw;
    font-weight: 800;
  }

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

  .form_input {
    border-style: none;
    border-radius: 10px;
  }

  .padding-section-large._0-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .strona-g-owna_portfolio_item-link {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .strona-g-owna_listy-funkcji_list {
    grid-template-columns: 1fr;
  }

  .strona-g-owna_cta_card-content {
    overflow: hidden;
  }

  .footer17_top-wrapper {
    grid-row-gap: 3rem;
  }

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

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

  .footer17_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

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

  .footer17_link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: max-content;
    justify-items: center;
    display: grid;
  }

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

  .navbar2_component {
    z-index: 9900;
    background-color: var(--_primitives---colors--white);
    position: fixed;
    top: 0;
  }

  .navbar2_component.polityka {
    margin-top: 0;
  }

  .navbar2_logo {
    width: 60px;
    position: relative;
  }

  .navbar2_logo-link.w--current {
    padding-left: 0;
    top: 0;
  }

  .navbar2_container {
    margin-top: 3px;
  }

  .contact-modal4_component {
    display: none;
  }

  .layout487_item {
    height: auto;
  }

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

  .section_banner13 {
    background-color: var(--megaman-1);
    padding-top: 2rem;
    padding-bottom: 6rem;
    overflow: hidden;
  }

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

  .banner13_heading-top {
    color: #fff;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #b0f;
    font-size: 2.4rem;
  }

  .banner13_heading-bottom {
    color: var(--_primitives---colors--white);
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #f20;
    font-size: 2.4rem;
  }

  .stage---item.x-02, .stage---item.x-01, .stage---item.x-00, .stage---item.x-03 {
    aspect-ratio: 2 / 3;
    object-fit: cover;
  }

  .page {
    margin-top: 4rem;
  }

  .preloader {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

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

  .image_container {
    box-sizing: border-box;
    aspect-ratio: auto;
  }

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

  .image_preloader {
    object-fit: cover;
  }

  .heading_preloader {
    font-size: 1.5rem;
  }

  .grid-karta-ebook {
    grid-template-columns: 1fr;
  }

  .tab-link-tab-4.w--current {
    font-size: 1rem;
  }

  .text-karta-ebook {
    font-size: .9rem;
    line-height: 1.2;
  }

  .tab-link-tab-1 {
    font-size: .9rem;
  }

  .tab-link-tab-1.w--current {
    font-size: 1rem;
  }

  .div-grid-ebook-lewy {
    padding-top: 3vh;
  }

  .div-cta-ebook {
    width: auto;
    height: 3rem;
    top: auto;
    bottom: 7vh;
    left: auto;
  }

  .div-folder-sklep {
    width: 95vw;
    height: 85vh;
    top: 4vh;
  }

  .close-button.cta-wroc {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-grid-ebook-prawy {
    display: none;
  }

  .button-1_content-wrap {
    padding: .5rem 1rem;
  }

  .button-1_arrow-wrapper {
    width: 1.5rem;
    height: 1.5rem;
  }

  .nazwa-stopka {
    font-size: 12vw;
  }

  .control.prev-splide, .control.next-splide {
    border-width: 1px;
  }

  .controls {
    justify-content: space-around;
    width: 50vw;
    margin-bottom: -57px;
    font-size: 10px;
  }

  .container.is--hero {
    padding: 60px 20px 0;
  }

  .container.is--slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .control__arrow {
    width: 1.5rem;
    height: 1.5rem;
  }

  .sublink {
    font-size: 2em;
  }

  .splide__slide {
    height: 80vw;
    min-height: 25rem;
  }

  .overflow {
    height: 100%;
  }

  .section-2.is--slider {
    margin-top: 7rem;
    margin-bottom: 4em;
  }

  .section-2.is--hero {
    top: 5rem;
  }

  .mask-frame {
    z-index: 4;
  }

  .container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .parallax-wrapper {
    margin-top: 0;
  }

  .parallax-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .parallax-content {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .h3-atrakcje {
    font-size: 1.8rem;
    font-weight: 300;
  }

  .text-block-16 {
    line-height: 1.2;
  }

  .f-container-small {
    z-index: 9999;
  }

  .rich-popup {
    font-size: .9rem;
  }

  .div-grid-ebook-prawy-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button {
    background-color: var(--megaman-4);
    text-align: center;
    border-radius: 12px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .h1--polityka-prywatnosci {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .padding-global-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner7_content-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .banner7_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: right;
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-end;
    margin-right: 0;
  }

  .link-block-11 {
    font-size: 14px;
  }

  .image-104 {
    width: 18%;
    font-size: 10px;
  }

  .image-104.blue {
    mix-blend-mode: exclusion;
  }

  .text-block-170 {
    font-size: 12px;
  }

  .banner-top {
    display: none;
  }

  .whatsapp-button {
    bottom: 42px;
    right: 15px;
  }

  .image {
    width: 3rem;
  }

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

  .div-cta-ebook-2 {
    height: 3rem;
    bottom: 6vh;
  }

  .text-block-172 {
    line-height: 1.2;
  }

  .tab-link-tab-4-2.w--current {
    font-size: 1rem;
  }

  .tab-link-tab-1-2 {
    font-size: .9rem;
  }

  .tab-link-tab-1-2.w--current {
    font-size: 1rem;
  }

  .fs-cc-banner_button {
    border-color: var(--megaman-5);
    background-color: var(--megaman-5);
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_button.fs-cc-button-alt {
    border-color: var(--megaman-5);
    background-color: var(--_primitives---colors--white);
    color: var(--megaman-5);
  }

  .fs-cc-prefs_button {
    border-style: none;
    border-color: var(--megaman-5);
    background-color: var(--megaman-5);
    margin-bottom: .5rem;
  }

  .fs-cc-prefs_button.fs-cc-button-alt {
    border-bottom-color: var(--megaman-5);
    color: var(--megaman-5);
  }

  .fs-cc-prefs_overlay {
    background-color: var(--megaman-5);
    opacity: .55;
  }

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

  .fs-cc-banner_text-link {
    border-bottom-color: var(--megaman-5);
    color: var(--megaman-5);
    -webkit-text-stroke-color: var(--megaman-5);
    -webkit-text-decoration-color: var(--megaman-5);
    text-decoration-color: var(--megaman-5);
  }

  .fs-cc-manager_button {
    justify-content: center;
    align-items: center;
    padding: .25rem;
    display: flex;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
    display: none;
  }

  .fs-cc-prefs_title {
    color: var(--megaman-5);
  }

  .fs-cc-prefs_space-medium {
    flex-flow: column;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-banner_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_close {
    background-color: var(--megaman-5);
  }

  .bold-text-6, .text-block-19, .fs-cc-prefs_label {
    color: var(--megaman-5);
  }

  .fs-cc-manager_component {
    width: 3rem;
    height: 3rem;
    display: flex;
    left: -3.55rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .ikonik-lyulm {
    color: var(--megaman-5);
    line-height: 1;
  }

  .fs-cc_modal {
    max-width: 100%;
  }

  .fs-cc_close-button {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .fs-cc_preference-buttons {
    bottom: 0;
  }

  .fs-cc_preference-component {
    align-items: flex-end;
    display: none;
  }

  .fs-cc_cookie-component {
    max-width: 100%;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookies2 {
    display: flex;
  }

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

  .gallery5_image {
    aspect-ratio: 1;
  }

  .header78_image-wrapper {
    width: 60vw;
  }

  .div-top-button {
    display: flex;
    bottom: 40px;
    left: 15px;
  }

  .link-top-button {
    box-shadow: none;
    border-radius: 10px;
    width: 3rem;
    height: 3rem;
  }

  .lottie-strzalka-top {
    width: 2rem;
    height: 2rem;
  }

  .lottie-animation-2 {
    inset: 0%;
  }

  .button-podziekowanie.button {
    margin-top: -6.1rem;
    margin-bottom: 0;
  }

  .button-podziekowanie.button.w--current {
    margin-top: 0;
  }

  .heading-22 {
    margin-top: 0;
    font-size: 2.2rem;
    line-height: 3.5rem;
  }

  .paragraph-23 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .g-owny-watek {
    padding-top: 0;
  }

  .lottie-animation-6 {
    z-index: 0;
    margin-bottom: 10px;
    position: relative;
  }

  .div-block-2 {
    z-index: 99999;
    position: relative;
  }
}

#w-node-_2a22512b-50ad-1090-8b24-c9f45d1d8737-e186e220 {
  justify-self: center;
}

#w-node-_2a22512b-50ad-1090-8b24-c9f45d1d874c-e186e220 {
  justify-self: end;
}

#w-node-_184d0596-f43c-1b65-5992-71c8c327f985-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_184d0596-f43c-1b65-5992-71c8c327f991-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_184d0596-f43c-1b65-5992-71c8c327f9e3-e186e220 {
  place-self: center;
}

#w-node-c137d841-90da-76e6-bc19-47cb52749f68-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c137d841-90da-76e6-bc19-47cb52749f7f-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c137d841-90da-76e6-bc19-47cb52749f83-e186e220 {
  place-self: center;
}

#w-node-_1de6a30c-861d-6ac9-872a-545a3eef5dc9-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1de6a30c-861d-6ac9-872a-545a3eef5ddf-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1de6a30c-861d-6ac9-872a-545a3eef5de3-e186e220 {
  place-self: center;
}

#w-node-_510cc08e-01a2-bd9c-3f7c-71eb481d0d1c-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_510cc08e-01a2-bd9c-3f7c-71eb481d0d32-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_510cc08e-01a2-bd9c-3f7c-71eb481d0d36-e186e220 {
  place-self: center;
}

#w-node-b644ae5c-07c5-81c5-8e34-a2bbed430f43-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b644ae5c-07c5-81c5-8e34-a2bbed430f59-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b644ae5c-07c5-81c5-8e34-a2bbed430f5d-e186e220 {
  place-self: center;
}

#w-node-_74633fad-6d5b-d1e8-01eb-55fd5d91fdc8-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_74633fad-6d5b-d1e8-01eb-55fd5d91fde2-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74633fad-6d5b-d1e8-01eb-55fd5d91fde6-e186e220 {
  place-self: center;
}

#w-node-_15f5023c-9b03-587b-e74d-8bc76bbb28e5-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_15f5023c-9b03-587b-e74d-8bc76bbb28fe-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15f5023c-9b03-587b-e74d-8bc76bbb2902-e186e220 {
  place-self: center;
}

#w-node-_938fa706-eb87-23be-d2ef-0909e96dd16c-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_938fa706-eb87-23be-d2ef-0909e96dd185-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_938fa706-eb87-23be-d2ef-0909e96dd189-e186e220 {
  place-self: center;
}

#w-node-e3356748-8dfd-de35-e98a-1229273dd34d-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e3356748-8dfd-de35-e98a-1229273dd366-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3356748-8dfd-de35-e98a-1229273dd36a-e186e220 {
  place-self: center;
}

#w-node-b3ab81a8-cf94-d398-fe78-12b8e3c32899-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b3ab81a8-cf94-d398-fe78-12b8e3c328b2-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3ab81a8-cf94-d398-fe78-12b8e3c328b6-e186e220 {
  place-self: center;
}

#w-node-e80dab07-8ce2-a74f-3605-1a6152f1523e-e186e220, #w-node-e80dab07-8ce2-a74f-3605-1a6152f15249-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb05-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb06-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb07-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb08-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb09-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb0a-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb0b-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb0c-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb0d-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb0e-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb0f-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb10-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb11-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb12-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb13-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb14-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb15-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb16-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb17-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb18-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb19-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb1a-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb1b-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb1c-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb1d-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb1e-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb20-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb21-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb22-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb23-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb24-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb25-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb26-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb27-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb28-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb29-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb2a-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb2b-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb2c-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb2d-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb2e-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb2f-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb30-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb31-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb32-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb33-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb34-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb35-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb36-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb37-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb38-e186e220, #w-node-_1289c078-d48f-2a1c-5cc6-421b6f61eb39-e186e220, #w-node-ec5d234d-21d5-a425-0374-b16e99bb7dde-e186e220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec5d234d-21d5-a425-0374-b16e99bb7de1-e186e220 {
  justify-self: start;
}

#w-node-_0c5662d3-6c1d-2c91-11ae-2dfac98d01f0-e186e220 {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-e186e228 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-e186e228 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-e186e228 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-e186e228 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-e186e228, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-e186e228, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-e186e228 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-e186e228, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-e186e228, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-e186e228 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-e186e228, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-e186e228, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-e186e228 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-e186e228, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-e186e228, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-e186e228 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-e186e228, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-e186e228 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-e186e228, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-e186e228, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-e186e228 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-e186e228, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-e186e228 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-e186e228, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-e186e228 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-e186e228, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-e186e228, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-e186e228, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-e186e228, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-e186e228, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-e186e228, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-e186e228, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-e186e228 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-e186e228 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-e186e228, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-e186e228, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-e186e228, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-e186e228 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-e186e228, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-e186e228, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-e186e228, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-e186e228, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-e186e228, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-e186e228, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-e186e228, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-e186e228, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-e186e228, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-e186e228, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-e186e228 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-e186e228, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-e186e228, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-e186e228 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-e186e228, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-e186e228, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-e186e228, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-e186e228, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-e186e228 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-e186e228, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-e186e228, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-e186e228, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-e186e228, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-e186e228, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-e186e228, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-e186e228 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-e186e228, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-e186e228, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-e186e228 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-e186e228, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-e186e228, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-e186e228 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-e186e228, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-e186e228, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-e186e228 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-e186e228, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-e186e228, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-e186e228 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-e186e228, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-e186e228, #w-node-ee961e8d-845a-edc3-3307-509470022457-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-e186e228 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-e186e228, #w-node-ee961e8d-845a-edc3-3307-50947002245b-e186e228, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-e186e228 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-e186e228, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-e186e228, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-e186e228 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-e186e228, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-e186e228, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-e186e228 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-e186e228, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-e186e228, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-e186e228 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-e186e228, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-e186e228, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-e186e228 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-e186e228, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-e186e228, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-e186e228 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-e186e228 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-e186e228 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-e186e228 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-e186e228 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-e186e228 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-e186e228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-e186e228 {
  justify-self: start;
}

#w-node-adb5bef0-28d3-2351-6b0b-2234854bcdd0-dbb4c745 {
  justify-self: center;
}

#w-node-adb5bef0-28d3-2351-6b0b-2234854bcde5-dbb4c745 {
  justify-self: end;
}

#w-node-cc2bf53e-2bba-1329-b4de-ff2ba4579d73-dbb4c745 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc2bf53e-2bba-1329-b4de-ff2ba4579d77-dbb4c745 {
  justify-self: start;
}

#w-node-cc2bf53e-2bba-1329-b4de-ff2ba4579d80-dbb4c745 {
  justify-self: end;
}

#w-node-_5f166cca-b311-d4d0-2146-12d584ba315b-a175af62 {
  justify-self: center;
}

#w-node-_5f166cca-b311-d4d0-2146-12d584ba3172-a175af62 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-ec5d234d-21d5-a425-0374-b16e99bb7ddf-e186e220 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_0c5662d3-6c1d-2c91-11ae-2dfac98d01f0-e186e220 {
    justify-self: center;
  }

  #w-node-cc2bf53e-2bba-1329-b4de-ff2ba4579d74-dbb4c745 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-cc2bf53e-2bba-1329-b4de-ff2ba4579d80-dbb4c745 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ec5d234d-21d5-a425-0374-b16e99bb7ddf-e186e220 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ec5d234d-21d5-a425-0374-b16e99bb7de1-e186e220 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-cc2bf53e-2bba-1329-b4de-ff2ba4579d74-dbb4c745 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cc2bf53e-2bba-1329-b4de-ff2ba4579d77-dbb4c745 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_184d0596-f43c-1b65-5992-71c8c327f985-e186e220, #w-node-_184d0596-f43c-1b65-5992-71c8c327f9e3-e186e220, #w-node-c137d841-90da-76e6-bc19-47cb52749f68-e186e220, #w-node-c137d841-90da-76e6-bc19-47cb52749f83-e186e220, #w-node-_1de6a30c-861d-6ac9-872a-545a3eef5dc9-e186e220, #w-node-_1de6a30c-861d-6ac9-872a-545a3eef5de3-e186e220, #w-node-_510cc08e-01a2-bd9c-3f7c-71eb481d0d1c-e186e220, #w-node-_510cc08e-01a2-bd9c-3f7c-71eb481d0d36-e186e220, #w-node-b644ae5c-07c5-81c5-8e34-a2bbed430f43-e186e220, #w-node-b644ae5c-07c5-81c5-8e34-a2bbed430f5d-e186e220, #w-node-_74633fad-6d5b-d1e8-01eb-55fd5d91fdc8-e186e220, #w-node-_74633fad-6d5b-d1e8-01eb-55fd5d91fde6-e186e220, #w-node-_15f5023c-9b03-587b-e74d-8bc76bbb28e5-e186e220, #w-node-_15f5023c-9b03-587b-e74d-8bc76bbb2902-e186e220, #w-node-_938fa706-eb87-23be-d2ef-0909e96dd16c-e186e220, #w-node-_938fa706-eb87-23be-d2ef-0909e96dd189-e186e220, #w-node-e3356748-8dfd-de35-e98a-1229273dd34d-e186e220, #w-node-e3356748-8dfd-de35-e98a-1229273dd36a-e186e220, #w-node-b3ab81a8-cf94-d398-fe78-12b8e3c32899-e186e220, #w-node-b3ab81a8-cf94-d398-fe78-12b8e3c328b6-e186e220 {
    align-self: start;
  }

  #w-node-ec5d234d-21d5-a425-0374-b16e99bb7ddf-e186e220, #w-node-cc2bf53e-2bba-1329-b4de-ff2ba4579d74-dbb4c745 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


