:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: Inter, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: Poppins, sans-serif;
  --pink: #fca1d7;
  --black-grey: #404040;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: black;
  --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;
  --orange: #f9b41f;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 0px;
  --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;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 30px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --blue3: #93a9d8;
  --щк2: #f1a229;
  --roz2: #ff9ed7;
  --green-2: #9aaa61;
  --pink2: #f596ce;
  --green: #acbd6f;
  --blue: #a2c7ea;
  --_ui-styles---stroke--divider-width: 1px;
  --blue2: #8db4d8;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --_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-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

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

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

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

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: none;
}

.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: 90rem;
  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 {
  width: auto;
  max-width: none;
}

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

.margin-top.margin-small {
  margin: 0;
}

.margin-top.margin-small.pink {
  color: var(--pink);
}

.margin-top.margin-small.pink.p {
  padding-left: 0;
}

.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-top.margin-small {
  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: 0 0 2rem;
}

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

.margin-bottom.margin-small {
  text-align: left;
  margin: 0;
}

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

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

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

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

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

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

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-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-bottom.padding-xxxhuge {
  padding: 0 0 20rem;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  font-size: 1.125rem;
  position: static;
}

.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(--black-grey);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h5 {
  color: var(--_primitives---colors--white);
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.heading-style-h1 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---colors--white);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 0;
  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 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--pink);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

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

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.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(--orange);
  color: var(--_primitives---colors--white);
  border-width: 0;
  border-radius: 50px;
}

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

.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: #e8edff;
  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 {
  color: var(--black-grey);
  text-align: left;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.form_input {
  border: 0px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 7px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.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;
  margin-top: 100px;
  display: flex;
}

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

.background-color-white {
  background-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;
}

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

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

.icon-embed-xsmall {
  color: var(--black-grey);
  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: left;
}

.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.pading0zero {
  padding-top: 8rem;
  padding-bottom: 1rem;
}

.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_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_logo {
  width: 10rem;
}

.header1_content-left {
  background-color: var(--blue3);
  border-radius: 30px;
  padding: 40px 60px;
  position: relative;
}

.header1_content-left.hero {
  background-color: var(--blue3);
}

.header1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  background-image: url('../images/hero-img-2.webp');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  overflow: hidden;
}

.header1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.header1_content {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.image {
  width: 30%;
  position: absolute;
  inset: 61% 0% auto 322px;
}

.image._1 {
  top: 66%;
}

.image._5 {
  top: 65%;
}

.image._6 {
  top: 67%;
}

.div-block {
  position: relative;
}

.swoop-button {
  background-color: var(--orange);
  color: #050505;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .8rem;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-overlay {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f1a229;
  border-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.slide-btn-txt {
  z-index: 2;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  position: absolute;
}

.button-2 {
  border: 0px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--щк2);
  color: var(--_primitives---colors--white);
  text-align: center;
  border-radius: 50px;
  padding: .75rem 2rem;
  text-decoration: none;
}

.button-2.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-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

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

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

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

.button-group-2.is-center {
  justify-content: center;
}

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

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

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

.layout240_item {
  background-color: var(--orange);
  text-align: center;
  border-radius: 30px;
  width: 100%;
  padding: 10px 20px 20px;
}

.layout240_item.orange {
  background-color: #f1a229;
  background-image: url('../images/Frame-278-1.png');
  background-position: 100%;
  background-size: cover;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.layout240_item.pink {
  background-color: var(--roz2);
  background-image: url('../images/Frame-278-2.png');
  background-position: 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.layout240_item.pink.p {
  border-radius: 30px;
  padding-bottom: 20px;
}

.layout240_item.blue {
  background-color: var(--blue3);
}

.text-block {
  color: var(--_primitives---colors--white);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 100px;
  font-size: 1.25rem;
  font-weight: 600;
}

.paragraph {
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 1px #00000040;
  font-size: 1rem;
  font-weight: 600;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-2 {
  width: 100px;
  height: 100px;
}

.text-span {
  background-color: var(--blue3);
  color: var(--_primitives---colors--white);
  border-radius: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.text-block-2 {
  color: var(--_primitives---colors--white);
  text-shadow: 0 1px 1px #0003;
  font-size: .9rem;
}

.div-block-4 {
  background-color: var(--green-2);
  border-radius: 20px;
  padding: 10px;
}

.div-block-4.pink {
  background-color: var(--pink2);
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-4.pink.blue {
  background-color: var(--blue3);
}

.div-block-4.pink.green {
  background-color: var(--green-2);
}

.div-block-4.orange {
  background-color: var(--щк2);
  border-radius: 20px;
}

.div-block-4.blue {
  background-color: var(--blue3);
}

.layout365_card-small-content {
  background-color: var(--green-2);
  mix-blend-mode: normal;
  background-image: url('../images/Frame-278-3.png');
  background-position: 50%;
  background-size: cover;
  border: 0 solid #000;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  display: flex;
}

.layout365_card-small-content.blue {
  background-color: var(--blue3);
  background-image: url('../images/Frame-278-4.png');
}

.layout365_card-small-content.blue.star {
  background-color: var(--blue3);
  background-image: url('../images/Frame-278-6.png');
  background-position: 100%;
}

.layout365_card-small-content.orange {
  background-color: #f1a229;
  background-image: url('../images/Frame-278-5.png');
  border-radius: 30px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.layout365_card-small-content.pink {
  background-color: var(--roz2);
  background-image: url('../images/Frame-278-8.png');
  background-position: 0 100%;
}

.layout365_card-small-content.pink.p {
  background-color: var(--pink2);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
}

.layout365_card-small-content.sp {
  background-image: url('../images/Frame-278-7.png');
}

.layout365_card-large-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.layout365_card-small {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.text-size-medium-2 {
  color: var(--_primitives---colors--white);
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  font-size: 1.125rem;
  font-weight: 600;
}

.text-size-medium-2.body-black {
  color: var(--black-grey);
  text-transform: none;
}

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

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

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

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

.layout365_card-large-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.layout365_card-large-content {
  background-image: url('../images/mloda-kobieta-robi-terapie-mowy-z-malym-blond-chlopcem.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding: 3rem;
  display: flex;
}

.layout365_card-large {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-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;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

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

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

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

.button-3 {
  color: var(--green);
  background-color: #fff;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.button-3.blue {
  color: var(--blue);
}

.button-3.orange {
  background-color: var(--_primitives---colors--white);
  color: var(--orange);
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
}

.button-3.pink {
  background-color: var(--_primitives---colors--white);
  color: var(--pink);
}

.paragraph-2 {
  color: var(--_primitives---colors--white);
  text-shadow: 0 1px 1px #0000001c;
  overflow-wrap: normal;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 600;
}

.paragraph-3 {
  color: var(--_primitives---colors--white);
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 2rem;
  font-weight: 600;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16px;
  display: grid;
}

.form_radio-icon-2 {
  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-2.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-2.w--redirected-focus {
  border-color: var(--_primitives---colors--neutral-darkest);
  box-shadow: none;
  margin-top: 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;
}

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

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

.contact2_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_contact2 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

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

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

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

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

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

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

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

.contact5_item {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  display: flex;
}

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

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

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

.heading {
  color: var(--black-grey);
  margin-bottom: 4rem;
  padding-top: 53px;
  font-size: 3rem;
}

.text-span-2 {
  background-color: var(--green-2);
  color: var(--_primitives---colors--white);
  border-radius: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

.body {
  background-color: #fcf6ed;
}

.radio-button {
  border-radius: 0;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.radio-button-field {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.radio-button-field-2, .radio-button-field-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-3 {
  margin-bottom: 20px;
  display: block;
}

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

.button-4 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-4.is-navbar2-button {
  background-color: var(--щк2);
  border-width: 0;
  border-radius: 50px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .8rem;
}

.navbar2_menu-button {
  padding: 0;
}

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

.navbar2_component {
  border-bottom: 0px solid var(--color-scheme-1--background);
  background-color: #fcf6ed;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

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

.navbar2_link {
  color: var(--black-grey);
  padding: .5rem 1rem;
  font-weight: 600;
}

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

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

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

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

.navbar2_dropdown-link:hover {
  transform: scale(1.05);
}

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

.text-block-4 {
  color: var(--black-grey);
  font-weight: 600;
}

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

.footer7_component {
  background-color: #fbedd4;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.footer7_link {
  border: 1px solid var(--black-grey);
  color: var(--black-grey);
  text-align: center;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer7_link:hover {
  background-color: var(--blue3);
  border-width: 0;
}

.footer7_link-list {
  grid-column-gap: 1rem;
  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;
}

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

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

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

.footer7_logo-link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  padding-left: 0;
  display: flex;
}

.footer7_logo {
  width: 20%;
  margin-bottom: 20px;
}

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

.footer7_legal-link {
  justify-content: flex-start;
  align-items: flex-end;
  font-size: .875rem;
  text-decoration: underline;
  display: flex;
}

.footer7_bottom-wrapper {
  justify-content: space-between;
  display: flex;
}

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

.text-block-5 {
  color: var(--black-grey);
  text-align: center;
  text-transform: uppercase;
  width: 70%;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

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

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

.img {
  background-image: url('../images/dziecko-w-słuchawkach.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.img.img-hero-b {
  background-image: url('../images/beautiful-caucasian-girls-playing-with-wooden-multi-colored-blocks-1.webp');
  background-position: 50%;
}

.img.img-hero-k {
  background-image: url('../images/woman-working-from-home-full-shot.webp');
  background-position: 50%;
}

.h1-small {
  color: var(--_primitives---colors--white);
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.testimonial17_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial17_grid-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 16px;
  display: grid;
}

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

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

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

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

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

.heading-style-h2-2 {
  color: var(--black-grey);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial17_card {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  background-color: var(--щк2);
  background-image: url('../images/Frame-278-5.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  overflow: hidden;
}

.testimonial17_card.img-boxs {
  background-image: url('../images/terapia-logopedyczna.webp');
  background-position: 100%;
  background-size: cover;
  border-radius: 16px;
  height: 100%;
  max-height: none;
  padding: 0;
}

.testimonial17_card.img-boxs._2 {
  background-image: url('../images/girl-painting-1.webp');
  height: 100%;
  max-height: none;
}

.testimonial17_card.img-boxs._4 {
  background-image: url('../images/terapia-TUS.webp');
  background-position: 50% 100%;
}

.testimonial17_card.pink {
  background-color: var(--roz2);
  background-image: url('../images/Frame-36-2.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  justify-content: space-around;
  align-items: flex-start;
}

.testimonial17_card.pink.img-3 {
  background-image: url('../images/Frame-278-6.png');
  background-position: 100% 0;
}

.testimonial17_card.pink.img-3.p {
  padding: 1rem 2rem;
}

.testimonial17_card.pink.p {
  background-color: var(--pink2);
  padding: 1rem 2rem;
}

.testimonial17_card.blue {
  background-color: var(--blue3);
  background-image: url('../images/Frame-37-1.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
}

.testimonial17_card.blue.img-2 {
  background-color: var(--blue3);
  background-image: url('../images/Frame-278-1.png');
}

.testimonial17_card.green {
  background-color: var(--green-2);
  background-image: url('../images/Frame-64-3.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
}

.testimonial17_card.img-boxs-4 {
  background-image: url('../images/srednio-zastrzelone-dzieci-grajace-w-gre-pamieciowa-2.webp');
}

.testimonial17_card.img_box_3 {
  background-image: url('../images/terapia-TUS.webp');
  background-position: 50% 100%;
}

.testimonial17_card.img_box_4 {
  background-image: url('../images/boy-shushing-girl-library-1.webp');
}

.testimonial17_card.img_box_6 {
  background-image: url('../images/top-view-little-boy-playing-with-interesting-game.webp');
}

.testimonial17_card.img_box_7 {
  background-image: url('../images/girl-painting-1.webp');
  background-position: 50%;
}

.testimonial17_card.img_box_8 {
  background-image: url('../images/side-view-child-learning-how-count-home-using-pencils-1.webp');
  background-position: 50%;
}

.testimonial17_card.img-box-9 {
  background-image: url('../images/child-doing-therapy-session-with-psychologist.webp');
}

.testimonial17_card.img-box-10 {
  background-image: url('../images/medium-shot-kids-learning-school-1.webp');
  background-position: 50%;
}

.testimonial17_card.img-box-11 {
  background-image: url('../images/side-view-kids-painting-school-1.webp');
  background-position: 50%;
}

.testimonial17_card.img-box-12 {
  background-image: url('../images/mom-help-girl-train-ball.webp');
  background-position: 50%;
}

.testimonial17_card.img-boks-13 {
  background-image: url('../images/mother-child-having-fun.webp');
}

.testimonial17_card.g {
  background-color: var(--green-2);
}

.testimonial17_card.p {
  background-color: var(--pink2);
}

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

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

.testimonial17_rating-wrapper {
  display: flex;
}

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

.text-block-6, .text-block-7, .text-block-8 {
  color: var(--_primitives---colors--white);
  margin-bottom: 100px;
}

.layout366_card-large-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-5 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.button-5.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-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.layout366_component {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.layout366_card-small {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

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

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

.layout366_card-large-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.layout366_card-small-content {
  background-color: var(--blue3);
  background-image: url('../images/Frame-266-1.png');
  background-position: 100% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1.5rem;
  display: flex;
}

.layout366_card-small-content.green {
  background-color: var(--green);
  background-image: url('../images/Frame-278-1.png');
  background-position: 50%;
  background-size: cover;
}

.layout366_card-small-content.g {
  background-color: var(--green-2);
}

.heading-style-h2-3 {
  color: var(--black-grey);
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

.layout366_card-large-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding: 3rem;
  display: flex;
}

.layout366_card-large {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  background-image: url('../images/terapia-dla-dzieci.webp');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.layout366_card-large.img-bloc-2 {
  background-image: url('../images/mloda-kobieta-robi-terapie-mowy-z-malym-blond-chlopcem.webp');
}

.layout366_card-large.img-bloc-3 {
  background-image: url('../images/child-doing-therapy-session-with-psychologist-1-1.webp');
  background-position: 0%;
}

.layout366_card-large.img-bloc-4 {
  background-image: url('../images/mother-child-having-fun.webp');
}

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

.text-block-9 {
  color: var(--_primitives---colors--white);
  text-shadow: 0 1px 1px #0003;
  font-weight: 700;
}

.paragraph-4 {
  color: var(--_primitives---colors--white);
  text-shadow: 0 1px 1px #0003;
}

.paragraph-5 {
  color: var(--_primitives---colors--white);
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 1rem;
}

.text-span-3 {
  background-color: var(--pink2);
  color: var(--_primitives---colors--white);
  border-radius: 7px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.body-3, .body-4 {
  background-color: #fcf6ed;
}

.text-block-10 {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.div-block-8 {
  background-color: var(--pink2);
  border-radius: 7px;
  width: auto;
  max-width: 300px;
  margin-bottom: 20px;
  padding: 10px;
}

.div-block-8.orange {
  background-color: var(--orange);
}

.text-block-11 {
  color: var(--_primitives---colors--white);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

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

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

.padding-layout {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-size-large-2 {
  letter-spacing: -.02em;
  font-size: 3rem;
  line-height: 1.2;
}

.text-size-large-2.text-color-gray800 {
  display: inline;
}

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

.body-5, .body-6, .body-7 {
  background-color: #fcf6ed;
}

.button-6 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-6.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-6.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

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

.layout397_card-small {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

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

.layout397_card-large-content-top {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

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

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

.layout397_card-large-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.heading-style-h2-4 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.layout397_card-small-content {
  background-color: var(--green-2);
  background-image: url('../images/Frame-278-8.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 2rem 2rem 1rem;
  display: flex;
}

.layout397_card-small-content.pink {
  background-color: var(--pink);
}

.layout397_card-small-content.pink.img10 {
  background-color: var(--roz2);
  background-image: url('../images/Frame-278-4.png');
}

.layout397_card-small-content.orange {
  background-color: var(--orange);
}

.layout397_card-small-content.orange.img5 {
  background-color: var(--щк2);
  background-image: url('../images/Frame-278-7.png');
  background-position: 70%;
  background-size: cover;
  padding-left: 2rem;
  padding-right: 2rem;
}

.layout397_card-small-content.p {
  background-color: var(--pink2);
}

.layout397_card-large-content {
  background-color: var(--blue);
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  padding: 1rem 2rem;
  display: flex;
}

.layout397_card-large-content.pink {
  background-color: var(--roz2);
  background-image: url('../images/Frame-278-1.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.layout397_card-large-content.img7 {
  background-color: var(--blue3);
  background-image: url('../images/Frame-278-6.png');
  background-position: 100%;
  background-size: cover;
}

.layout397_card-large-content.img8 {
  background-color: var(--blue3);
  background-image: url('../images/Frame-278-3.png');
  background-position: 50%;
  background-size: auto;
}

.layout397_card-large-content.p {
  background-color: var(--pink2);
}

.layout397_card-large {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

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

.layout397_card-small-content-top {
  color: var(--_primitives---colors--white);
  flex-flow: column;
  justify-content: space-around;
  height: 100%;
  display: flex;
}

.layout397_item-icon-wrapper {
  display: inline-block;
}

.paragraph-6 {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  font-size: 1.25rem;
  font-weight: 500;
}

.paragraph-7 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--_primitives---colors--white);
  font-size: 1.25rem;
  font-weight: 500;
}

.text-block-12 {
  margin-bottom: 0;
}

.paragraph-8 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
}

.paragraph-9 {
  color: var(--_primitives---colors--white);
  font-size: 1.25rem;
  font-weight: 500;
}

.paragraph-10 {
  text-shadow: 0 1px 1px #0003;
  font-size: 1.25rem;
  font-weight: 500;
}

.paragraph-11 {
  color: var(--_primitives---colors--white);
  font-size: 1.25rem;
  font-weight: 500;
}

.text-block-13, .text-block-14 {
  color: var(--_primitives---colors--white);
  margin-bottom: 0;
}

.text-block-15 {
  margin-bottom: 0;
}

.text-block-16 {
  color: var(--_primitives---colors--white);
  font-size: 1rem;
}

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

.body-8, .body-9 {
  background-color: #fcf6ed;
}

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

.div-block-12 {
  position: absolute;
  left: 66%;
}

.image-5 {
  display: none;
}

.body-10 {
  background-color: #fcf6ed;
}

.testimonial17_grid-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.testimonial17_grid-list-2._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.text-size-medium-5 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

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

.testimonial17_component-2 {
  margin-top: 60px;
}

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

.testimonial17_content-top-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.heading-style-h2-5 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial17_card-2 {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  background-color: var(--_primitives---colors--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #93beea69;
}

.testimonial17_card-2.or {
  box-shadow: 0 2px 5px #f1a22926;
}

.testimonial17_card-2.or.z {
  padding: 0 0 2rem;
}

.testimonial17_card-2.pin {
  padding-top: 1rem;
  box-shadow: 0 2px 5px #ff9ed742;
}

.testimonial17_card-2.pin.z {
  padding-top: 0;
}

.testimonial17_card-2.gr {
  box-shadow: 0 2px 5px #acbd6f33;
}

.testimonial17_card-2.z {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section_testimonial17-2 {
  color: var(--color-scheme-1--text);
  background-color: #fff0;
}

.text-span-4 {
  background-color: var(--blue3);
  color: var(--_primitives---colors--white);
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2rem;
}

.text-span-4.gr {
  background-color: var(--green-2);
}

.text-block-18 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--blue3);
  text-align: center;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-block-18.marg {
  margin-bottom: 40px;
}

.text-block-18.gr {
  color: var(--green-2);
}

.div-block-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  margin-top: 10px;
}

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

.orange {
  background-color: var(--щк2);
  color: var(--_primitives---colors--white);
  border-radius: 7px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2rem;
}

.orange.pink {
  background-color: var(--roz2);
}

.orange.green {
  background-color: var(--green);
}

.orange.p {
  background-color: var(--pink2);
}

.orange.g {
  background-color: var(--green-2);
}

.text-block-19 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--orange);
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

.text-block-19.pink {
  font-family: var(--_typography---font-styles--heading);
  color: var(--roz2);
  text-align: center;
  line-height: 1.2;
}

.text-block-19.gr {
  color: var(--green-2);
}

.text-block-19.p {
  color: var(--pink2);
}

.text-block-20 {
  color: var(--щк2);
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

.text-block-20.pink {
  font-family: var(--_typography---font-styles--heading);
  color: var(--roz2);
  font-weight: 600;
}

.text-block-20.gr {
  color: var(--green-2);
}

.text-block-20.p {
  color: var(--pink2);
}

.text-block-21 {
  text-align: center;
  margin-top: 10px;
}

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

.text-block-22 {
  text-align: center;
  margin-top: 40px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.div-block-14 {
  background-color: var(--щк2);
  border-radius: 9px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 0 10px 10px;
}

.div-block-14.blue {
  background-color: var(--blue3);
  margin-bottom: 0;
  padding-right: 10px;
}

.div-block-14.pink {
  background-color: var(--roz2);
  margin-bottom: 10px;
}

.div-block-14.p {
  background-color: var(--pink2);
}

.text-block-23 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---colors--white);
  text-align: center;
  font-size: 1.5rem;
}

.contact29_tabs-link {
  border-left: 1.5px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 1.25rem 0 1.25rem 2rem;
  display: block;
}

.contact29_tabs-link.w--current {
  border-left-color: var(--color-scheme-1--text);
  opacity: 1;
  background-color: #eee0;
}

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

.contact29_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.contact29_tab-pane {
  height: 100%;
}

.contact29_map-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.heading-style-h2-6 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.contact29_map {
  width: 100%;
  height: 100%;
}

.text-span-6 {
  background-color: var(--pink2);
  color: var(--color-scheme-1--background);
  border-radius: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.contact22_icon-wrapper {
  vertical-align: top;
  display: inline-block;
}

.contact22_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

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

.contact14_map-wrapper {
  border-radius: 30px;
  overflow: hidden;
}

.section_contact14 {
  color: var(--color-scheme-1--text);
  background-color: #fff0;
  padding-top: 71px;
}

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

.heading-style-h2-7 {
  color: var(--black-grey);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.contact14_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact14_map {
  width: 100%;
  height: 100%;
}

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

.body-11 {
  background-color: #fcf6ed;
}

.hero_img_1 {
  background-image: url('../images/children-playing-kindergarten.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  height: 100%;
}

.img_block {
  background-image: url('../images/dzieci-z-widokiem-z-boku-w-niedzielnej-szkole-2.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
}

.hero_img_tr {
  background-image: url('../images/adorable-caucasian-girl-playing-with-hoops-sitting-floor-kindergarten-1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  height: 100%;
}

.img_box_5 {
  background-image: url('../images/adorable-caucasian-girl-playing-with-hoops-sitting-floor-kindergarten-1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
}

.hero-img-dys {
  background-image: url('../images/terapia-logopedyczna.webp');
  background-position: 100%;
  background-size: cover;
  border-radius: 30px;
  height: 100%;
}

.hero-img-adhd {
  background-image: url('../images/baby-dressed-up-as-business-person.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  height: 100%;
}

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

.text-block-24.s {
  margin-bottom: 10px;
}

.text-block-25 {
  margin-bottom: 40px;
}

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

.feature_component-2 {
  flex-flow: row;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.feature_component {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

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

.grid_2col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.home-hero_h1-wrapper {
  position: relative;
  overflow: hidden;
}

.home-hero_h1-wrapper.is-2 {
  margin-top: -.75rem;
  margin-bottom: -2rem;
}

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

.testimonial_client-image {
  object-fit: cover;
  border-radius: .5rem;
  width: 8rem;
  min-width: 4rem;
  height: 6rem;
  min-height: 4rem;
  display: none;
}

.testimonial_client-image.none {
  display: none;
}

.form-card {
  background-color: #f9fafb;
  border-radius: .75rem;
  padding: 3rem;
}

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

.text-color-purple {
  color: #2e2e2e;
}

.text-size-medium-8 {
  font-size: 2rem;
  line-height: 1.3;
}

.bold-text-12 {
  color: #2e2e2e;
}

.work-card {
  z-index: 1;
  color: #fcfcfd;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 50rem;
  max-height: 50rem;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #101828;
  border: 2px solid #101828;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: .6125rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: border-color .2s, color .2s, background-color .2s;
  position: relative;
  overflow: hidden;
}

.button-7:hover {
  color: #fff;
  background-color: #2659eb;
  border-color: #2659eb;
}

.button-7.is-form-submit {
  color: #292929;
  background-color: #f6eeaf;
  border-width: 0;
  width: 100%;
  transition: border-color .2s, background-color .2s;
}

.button-7.is-secondary {
  color: #3b3b3b;
  background-color: #0000;
  border: 4px solid #f3d1ea;
}

.button-7.is-secondary:hover {
  color: #fff;
  background-color: #f3d1ea;
  border-color: #f3d1ea;
}

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

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

.faq_icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -.4rem;
}

.text-size-small-3 {
  color: #505050;
  font-size: .88rem;
}

.work-card_tag {
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 8rem;
  padding: .5rem 1rem;
  font-size: .75rem;
  line-height: 1;
}

.navbar_links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.avatar_wrapper {
  z-index: 2;
  position: absolute;
  top: -50%;
  right: 20%;
}

.paragraph-12 {
  color: #2e2e2e;
}

.navbar_menu-button {
  padding: 0;
}

.footer_link {
  color: #101828;
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.footer_link:hover, .footer_link.w--current:hover {
  color: #adbbdc;
}

.trio-gradient {
  width: 100%;
  height: auto;
  max-height: 80rem;
}

.text-block-30 {
  color: #ffffffcf;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.form-input {
  background-color: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form-input::placeholder {
  color: #98a2b3;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form-input.is-text-area::placeholder {
  color: #98a2b3;
}

.video-testimonial_lightbox {
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-style-h2-8 {
  font-size: 3.875rem;
  font-weight: 600;
  line-height: 1;
}

.heading-style-headline {
  color: #101828;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 9rem;
  font-weight: 800;
  line-height: .9;
}

.heading-style-headline.is-hero-2 {
  padding-top: .75rem;
}

.heading-style-headline.is-hero {
  color: #242424;
}

.text-size-large-3 {
  letter-spacing: -.02em;
  font-size: 3rem;
  line-height: 1.2;
}

.text-size-large-3.text-color-gray800 {
  display: inline;
}

.form-checkbox-icon {
  background-color: #fff;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-color: #2659eb;
  background-size: 90%;
  border-color: #2659eb;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form-checkbox-label {
  color: #475467;
}

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

.navbar_menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
}

.card-layout_space-between {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.work-card_tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.faq_question-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -.4rem;
  display: flex;
}

.position-relative {
  position: relative;
}

.text-block-34 {
  margin-bottom: 20px;
}

.work-card_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bold-text-10 {
  font-weight: 500;
}

.text-span-7 {
  color: #2e2e2e;
  font-size: 1.5rem;
  font-weight: 600;
}

.grid_services {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: minmax(25rem, 1fr) minmax(25rem, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-small-4 {
  font-size: .875rem;
  line-height: 1.5;
}

.footer_logo-link {
  float: none;
  padding-left: 0;
}

.text-size-regular-2 {
  font-size: 1.25rem;
  line-height: 1.5;
}

.card_2col-content {
  flex-direction: column;
  justify-content: space-between;
}

.card_service_image-wrapper {
  background-color: #eff1f5;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.footer_social-link {
  background-color: #f3d1ea;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .2s;
  display: flex;
}

.footer_social-link:hover {
  background-color: #f3d1ea;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  color: #fff;
  background-color: #fff;
  border: 1px #0000;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  align-items: start;
  padding: 2.5rem;
}

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

.section_contact {
  padding-top: 10rem;
  position: relative;
  overflow: hidden;
}

.card {
  background-color: #fff;
  border-radius: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.card.is-black {
  color: #fff;
  background-color: #adbbdc;
}

.card.is-black.yell {
  background-color: #f6eeaf;
}

.card.is-grey {
  background-color: #f2f4f7;
}

.card.is-grey.a_slide-up_200 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.card.is-dark-blue {
  color: #0040c1;
  background-color: #d1e0ff;
}

.card.is-dark-blue.a_slide-up {
  background-color: #adbbdc;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.card.is-green {
  color: #326212;
  background-color: #e3fbcc;
}

.card.is-green.a_slide-up_400 {
  background-color: #f6eeaf;
}

.card.is-purple {
  color: #4a1fb8;
  background-color: #ebe9fe;
}

.card.is-purple.a_slide-up_200 {
  background-color: #f3f2f8;
}

.card.is-pink {
  color: #9e165f;
  background-color: #fce7f6;
}

.card.is-pink.a_slide-up {
  background-color: #f3d1ea;
  background-image: url('../images/Frame-292.png');
  background-position: 50% 0;
  background-size: auto;
}

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

.bold-text-13 {
  color: #2e2e2e;
}

.heading-style-h3-3 {
  margin-bottom: 1rem;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1;
}

.footer_left-wrapper {
  flex-direction: column;
}

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

.text-color-gray600 {
  color: #475467;
}

.text-span-8 {
  color: #2e2e2e;
}

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

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

.logo {
  color: #101828;
  width: auto;
  font-size: 2rem;
  font-weight: 600;
}

.section_home-hero {
  position: relative;
  overflow: hidden;
}

.overflow-hidden-2 {
  padding-top: 40px;
  overflow: hidden;
}

.card_service_image {
  object-fit: contain;
  height: 6rem;
}

.card_service_image.is-big {
  height: 8rem;
}

.text-size-regular-3 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.form-message-error-2 {
  color: #f04438;
  text-align: center;
  background-color: #fee4e2;
  border: 1px solid #fda29b;
  border-radius: .5rem;
  margin-top: .75rem;
  padding: .75rem;
}

.card-layout_align-center {
  align-items: center;
  height: auto;
  display: flex;
}

.card-layout_align-center.black {
  color: #363636;
}

.skew-heading {
  color: #adbbdc;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: -2rem;
  font-size: 9rem;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.faq_item {
  cursor: pointer;
  background-color: #fff;
  border-radius: .75rem;
  padding: 2.5rem;
}

.partner {
  color: #adbbdc;
  display: inline-block;
}

.faq_answer {
  color: #475467;
  padding-top: .75rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.image-6 {
  width: 24px;
}

.footer_social-link-2 {
  background-color: #adbbdc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .2s;
  display: flex;
}

.footer_social-link-2:hover {
  background-color: #f6eeaf;
}

.navbar_component {
  background-color: #0000;
  align-items: center;
  height: auto;
  min-height: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.bold-text-11 {
  color: #2e2e2e;
  font-weight: 500;
}

.navbar_link {
  color: #101828;
  text-align: center;
  padding: .75rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  transition: color .2s;
}

.navbar_link:hover {
  color: #adbbdc;
}

.navbar_link.w--current {
  color: #101828;
}

.navbar_link.w--current:hover {
  color: #2659eb;
  background-color: #0000;
}

.text-block-31 {
  margin-bottom: 20px;
}

.work-card-hover-text {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: .9;
}

.header_tag-wrapper {
  background-color: #f3d1ea;
  border-radius: 10rem;
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  font-size: .88rem;
  display: inline-flex;
}

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

.form-label {
  margin-bottom: .5rem;
  padding-left: .125rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.button-inner-shadow {
  z-index: -1;
  aspect-ratio: 1;
  opacity: 0;
  filter: blur(25px);
  pointer-events: none;
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

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

.video-overlay-layer {
  z-index: 1;
  opacity: 1;
  background-color: #11132200;
  position: absolute;
  inset: 0%;
}

.section_faq {
  position: relative;
  overflow: hidden;
}

.feature_icon-wrapper {
  flex: none;
  align-items: flex-end;
  padding-right: .5rem;
  display: flex;
}

.gradient-wrapper {
  width: 100%;
  position: absolute;
}

.text-span-9 {
  font-size: 1.5rem;
}

.text-block-35 {
  color: #2e2e2e;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
}

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

.faq_question {
  font-weight: 600;
}

.testimonial_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.lowercase {
  text-transform: none;
}

.text-color-primary {
  color: #adbbdc;
}

.text-block-32 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
}

.form-message-success-2 {
  color: #039855;
  background-color: #d1fadf;
  border: 1px solid #6ce9a6;
  border-radius: 1rem;
  padding: 2rem 1.25rem;
}

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

.work-card-hover-cursor {
  z-index: 99;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  padding-top: 1rem;
  display: flex;
  position: absolute;
}

.card-2col_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar_container {
  background-color: #fff;
  border-radius: 8rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 95rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 3rem;
  display: flex;
}

.text-block-33 {
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.card_2col-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  height: 100%;
  display: grid;
}

.circle {
  border: 4px solid #f6eeaf;
  border-radius: 10000px;
  width: 80%;
  height: 80%;
  position: absolute;
}

.heading-2 {
  color: var(--_primitives---colors--white);
  margin-bottom: 1rem;
}

.heading-3 {
  color: var(--_primitives---colors--white);
  margin-bottom: 1rem;
  font-size: 3rem;
}

.background-video {
  width: 100%;
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.div-block-17 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 20px;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--blue3);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.div-block-18.pink {
  background-color: var(--pink2);
}

.div-block-18.or {
  background-color: var(--щк2);
}

.image-7 {
  width: 50px;
}

.text-block-36 {
  text-transform: uppercase;
}

.bold-text-14 {
  color: var(--_primitives---colors--white);
  text-shadow: 0 1px 1px #0003;
}

.pink {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--pink2);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.pink.blue {
  background-color: var(--blue3);
}

.pink.gr {
  background-color: var(--green-2);
}

.green {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--green-2);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.green.or {
  background-color: var(--щк2);
}

.green.blue {
  background-color: #93a9d8;
}

.green.pink {
  background-color: var(--pink2);
}

.text-block-37 {
  font-size: 1.25rem;
}

.text-span-10 {
  background-color: var(--щк2);
  color: var(--_primitives---colors--white);
  border-radius: 7px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.bold-text-15 {
  color: var(--black-grey);
}

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

.paragraph-19 {
  font-family: Montserrat, sans-serif;
}

.bold-text-34 {
  font-weight: 500;
}

.heading-14 {
  margin-bottom: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
}

.heading-13, .heading-15 {
  margin-bottom: 2rem;
  font-size: 2rem;
}

.bold-text-36, .paragraph-20, .bold-text-35 {
  font-family: Montserrat, sans-serif;
}

.heading-12 {
  margin-bottom: 4rem;
  font-family: Poppins, sans-serif;
}

.paragraph-21 {
  font-family: Montserrat, sans-serif;
}

.section--0 {
  margin-top: 0;
  padding: 2rem 5%;
}

.section--0.hero {
  margin-top: 0;
  padding-top: 9.8rem;
}

.section--0.margin {
  padding-top: 9.5rem;
}

.paragraph-18 {
  font-family: Montserrat, sans-serif;
}

.heading-16 {
  margin-bottom: 2rem;
  font-size: 2rem;
}

.bold-text-37 {
  font-family: Montserrat, sans-serif;
}

.container-1 {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.body-12 {
  background-color: #fcf6ed;
}

.text-block-38 {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
}

.text-block-39, .text-block-40, .text-block-41, .text-block-42, .text-block-43, .text-block-44 {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
}

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

.text-block-45 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
}

.list {
  margin-bottom: 4rem;
}

.body-13 {
  background-color: #fcf6ed;
}

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

@media screen and (min-width: 1280px) {
  .text-size-medium {
    width: 80%;
  }

  .image {
    top: 57%;
    left: 344px;
  }

  .container-large-10 {
    max-width: 90rem;
  }
}

@media screen and (min-width: 1440px) {
  .margin-top.margin-small {
    margin-top: 0;
  }

  .text-size-medium {
    width: 90%;
    font-weight: 500;
  }

  .header1_content-left {
    padding: 4rem 60px;
  }

  .header1_content-left.hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
  }

  .image {
    width: 20%;
    position: absolute;
    inset: auto 0% 0% -4px;
  }

  .image._1 {
    top: 52%;
    left: 547px;
  }

  .image._5 {
    top: 56%;
    left: 440px;
  }

  .image._6 {
    top: 60%;
    left: 505px;
  }

  .div-block {
    position: static;
  }

  .layout240_item.pink.p.k {
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout240_item.blue {
    height: 100%;
  }

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

  .layout365_card-small-content {
    background-position: 0 0;
  }

  .layout365_card-small-content.orange {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button-3.pink.b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_contact5 {
    padding-top: 116px;
  }

  .button-4.is-navbar2-button {
    padding-top: .5rem;
    font-size: 1rem;
  }

  .img {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
  }

  .h1-small {
    margin-bottom: 1rem;
  }

  .testimonial17_content-top {
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .testimonial17_card.img-boxs {
    max-height: 300px;
  }

  .testimonial17_card.img-boxs._2, .testimonial17_card.img-boxs._4 {
    max-height: none;
  }

  .testimonial17_card.blue {
    justify-content: space-around;
    padding-bottom: 1rem;
  }

  .text-block-6 {
    margin-bottom: 140px;
  }

  .text-block-7, .text-block-8 {
    margin-bottom: 100px;
  }

  .container-large-8 {
    max-width: 90rem;
  }

  .text-block-9, .paragraph-4, .paragraph-5 {
    font-size: 1.125rem;
  }

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

  .div-block-12 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 48% 13% 0% 58%;
  }

  .div-block-12.rotate {
    top: 43%;
    left: 52%;
  }

  .image-3 {
    width: auto;
  }

  .text-block-25 {
    margin-top: 20px;
  }

  .bold-text-10 {
    font-weight: 400;
  }

  .logo {
    font-size: 1.8rem;
  }

  .heading-3 {
    color: var(--_primitives---colors--white);
    font-size: 3rem;
  }

  .div-block-18 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 10px;
    padding-right: 40px;
  }

  .pink {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    padding-left: 10px;
    padding-right: 40px;
  }

  .green {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .green.or {
    padding-left: 10px;
    padding-right: 40px;
  }

  .link {
    color: var(--_primitives---colors--white);
    text-shadow: 0 1px 1px #0003;
    font-weight: 700;
  }
}

@media screen and (min-width: 1920px) {
  .text-size-medium {
    width: 80%;
  }

  .button-group {
    margin-top: 90px;
  }

  .header1_content-left {
    background-color: #93a9d8;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image {
    width: 25%;
    top: 55%;
    left: 413px;
  }

  .image._1 {
    top: 55%;
  }

  .image._5 {
    top: 57%;
    left: 452px;
  }

  .layout240_item.orange {
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout240_item.blue {
    background-color: var(--blue3);
  }

  .paragraph {
    font-size: 1.125rem;
  }

  .text-span, .div-block-4.pink.blue, .layout365_card-small-content.blue, .layout365_card-small-content.blue.star {
    background-color: var(--blue3);
  }

  .paragraph-2, .paragraph-3 {
    font-size: 1.225rem;
  }

  .img {
    justify-content: flex-end;
    align-items: flex-start;
  }

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

  .testimonial17_card.img-boxs._2 {
    width: auto;
  }

  .testimonial17_card.pink {
    background-color: #ff9ed7;
  }

  .testimonial17_card.blue, .testimonial17_card.blue.img-2 {
    background-color: var(--blue3);
  }

  .container-large-8 {
    max-width: 90rem;
  }

  .layout366_card-small-content {
    background-color: var(--blue3);
  }

  .layout366_card-small-content.green {
    background-color: #acbd6f;
    background-image: url('../images/Frame-278-1.png');
    background-position: 50%;
    background-size: cover;
  }

  .layout397_card-large-content.img7, .layout397_card-large-content.img8 {
    background-color: var(--blue3);
  }

  .div-block-12 {
    top: 43%;
    left: 59%;
  }

  .div-block-12.rotate {
    top: 46%;
  }

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

  .text-block-18 {
    color: var(--blue3);
  }

  .div-block-14.blue {
    background-color: var(--blue3);
  }

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

  .heading-3 {
    color: var(--_primitives---colors--white);
    font-size: 3.5rem;
  }

  .div-block-17 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .heading-14, .heading-13, .heading-15 {
    font-size: 2rem;
  }

  .section--0.hero {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .container-1 {
    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-bottom.padding-xxxhuge {
    padding-bottom: 16rem;
  }

  .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_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

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

  .header1_image-wrapper {
    height: 400px;
  }

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

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

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

  .layout365_card-large-content {
    min-height: 300px;
    padding: 2rem;
  }

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

  .contact5_content {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

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

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

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

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

  .layout366_card-large-content {
    padding: 2rem;
  }

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

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

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

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

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

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

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

  .contact22_grid-list {
    grid-column-gap: 2.5rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .home-hero_h1-wrapper.is-2 {
    margin-top: -.75rem;
    margin-bottom: -1rem;
  }

  .faq_column {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .form-card {
    padding: 2rem;
  }

  .work-card {
    min-height: 35rem;
  }

  .button-7:hover {
    border-color: #2659eb;
  }

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

  .menu-icon_line-middle {
    background-color: #101828;
    border-radius: 4rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_links-wrapper {
    background-color: #f3d1ea;
    border-radius: .75rem;
    flex-direction: column;
    justify-content: center;
    height: 80dvh;
    min-height: 35rem;
    padding: 4rem;
    display: flex;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

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

  .heading-style-headline {
    font-size: 7rem;
  }

  .faq_component {
    display: block;
  }

  .navbar_menu {
    background-color: #0000;
    height: 100vh;
    padding: 2rem 5%;
    overflow: auto;
  }

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

  .card_2col-content {
    justify-content: center;
    min-height: 20rem;
  }

  .menu-icon_line-bottom {
    background-color: #101828;
    border-radius: 4rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

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

  .menu-icon {
    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;
  }

  .skew-heading {
    font-size: 7rem;
  }

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

  .navbar_link {
    color: #fff;
    text-transform: uppercase;
    justify-content: center;
    font-size: 7rem;
    font-weight: 800;
    line-height: 1;
    display: flex;
  }

  .navbar_link:hover {
    background-color: #0000;
  }

  .navbar_link.w--current {
    color: #fff;
  }

  .navbar_link.w--current:hover {
    background-color: #0000;
  }

  .work-card-hover-text {
    font-size: 7rem;
  }

  .button-inner-shadow {
    display: none;
  }

  .menu-icon_line-top {
    background-color: #101828;
    border-radius: 4rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section_faq {
    overflow: hidden;
  }

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

  .navbar_container {
    background-color: #fff;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@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-bottom.padding-xxxhuge {
    padding-bottom: 12rem;
  }

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

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

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

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

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

  .layout365_grid-list, .layout365_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout365_card-large-content {
    padding: 1.5rem;
  }

  .layout365_card-large {
    grid-template-columns: 1fr;
  }

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

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

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

  .button-4.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

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

  .footer7_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer7_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

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

  .footer7_bottom-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .testimonial17_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial17_grid-list, .testimonial17_grid-list._4 {
    grid-template-columns: 1fr;
  }

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

  .testimonial17_card {
    padding: 1.5rem;
  }

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

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

  .layout366_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .layout366_card-large-content {
    padding: 1.5rem;
  }

  .layout366_card-large {
    grid-template-columns: 1fr;
  }

  .layout366_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .padding-layout {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-size-large-2 {
    font-size: 1.75rem;
    line-height: 1.5;
  }

  .layout397_row, .layout397_column {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

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

  .layout397_card-small-content, .layout397_card-large-content {
    padding: 1.5rem;
  }

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

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

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

  .testimonial17_card-2 {
    padding: 1.5rem;
  }

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

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

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

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

  .contact29_map {
    height: 20rem;
  }

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

  .contact14_map-wrapper {
    height: 25rem;
  }

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

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

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

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

  .form-card {
    border-radius: .5rem;
  }

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

  .text-size-medium-8 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .work-card {
    padding: 2rem;
  }

  .work-card.a_appear-200 {
    border-radius: 1rem;
  }

  .button-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .work-card_tag {
    font-size: .75rem;
  }

  .avatar_wrapper {
    width: 14rem;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .video-testimonial_lightbox {
    border-radius: .5rem;
  }

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

  .text-size-large-3 {
    font-size: 1.75rem;
    line-height: 1.5;
  }

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

  .text-size-regular-2 {
    font-size: 1.125rem;
  }

  .card_2col-content {
    min-height: auto;
  }

  .card_service_image-wrapper {
    border-radius: .5rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
    border-radius: 1rem;
    padding: 2rem;
  }

  .section_contact {
    padding-top: 8rem;
  }

  .card {
    border-radius: 1rem;
    grid-template-columns: 1fr;
    padding: 2rem;
  }

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

  .text-size-regular-3 {
    font-size: 1.125rem;
  }

  .faq_item {
    border-radius: .5rem;
    padding: 2rem;
  }

  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar_link {
    font-size: 6rem;
  }

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

  .padding-layout-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .testimonial_client {
    align-items: center;
    width: 100%;
  }

  .navbar_container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card_2col-layout {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
  }
}

@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-xxlarge {
    margin-bottom: 2rem;
  }

  .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 {
    font-weight: 500;
  }

  .heading-style-h2, .heading-style-h3 {
    font-size: 1.5rem;
  }

  .button-group {
    flex-flow: row;
  }

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

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

  .header1_content-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header1_image-wrapper {
    height: 400px;
    padding-right: 20px;
  }

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

  .image {
    display: none;
    left: 241px;
  }

  .swoop-button {
    display: flex;
  }

  .swoop-button.mob {
    display: none;
  }

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

  .layout240_item.orange {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3 {
    flex-flow: row;
    justify-content: flex-start;
  }

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

  .div-block-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-4.pink {
    padding-left: 10px;
    padding-right: 10px;
  }

  .layout365_card-small-content {
    display: block;
  }

  .layout365_card-small-content.orange {
    background-position: 0%;
    background-size: cover;
  }

  .layout365_card-small-content.pink.p {
    padding-left: 1.5rem;
  }

  .layout365_card-small-content.sp {
    background-position: 100%;
    background-size: cover;
  }

  .layout365_card-small {
    flex-direction: column;
    display: flex;
  }

  .layout365_card-large-content {
    width: auto;
    display: block;
  }

  .div-block-5, .contact5_content {
    grid-template-columns: 1fr;
  }

  .heading {
    white-space: pre-wrap;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .button-4.is-navbar2-button {
    display: none;
  }

  .navbar2_link {
    text-align: center;
  }

  .navbar2_menu.is-page-height-tablet {
    background-color: #fcf6ed;
  }

  .navbar2_button-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .footer7_logo {
    width: 40%;
  }

  .footer7_legal-link {
    margin-bottom: 20px;
  }

  .text-block-5 {
    width: 100%;
    font-size: 1.5rem;
  }

  .div-block-7 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .img {
    height: 300px;
  }

  .h1-small {
    font-size: 2rem;
  }

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

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

  .testimonial17_card.img-boxs {
    height: 200px;
  }

  .testimonial17_card.img-boxs-4, .testimonial17_card.img_box_4, .testimonial17_card.img_box_6, .testimonial17_card.img_box_7, .testimonial17_card.img_box_8 {
    min-height: 200px;
  }

  .testimonial17_card.img-box-9 {
    height: 200px;
  }

  .testimonial17_card.img-box-10, .testimonial17_card.img-box-11, .testimonial17_card.img-box-12, .testimonial17_card.img-boks-13 {
    min-height: 200px;
  }

  .layout366_card-small {
    flex-direction: column;
    display: flex;
  }

  .layout366_card-small-content {
    display: block;
  }

  .heading-style-h2-3 {
    color: var(--black-grey);
    font-size: 1.5rem;
  }

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

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

  .layout366_card-large-content {
    display: block;
  }

  .layout366_card-large {
    height: auto;
    min-height: 300px;
  }

  .padding-layout {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-size-large-2.text-color-gray800 {
    font-size: 1.5rem;
  }

  .div-block-12 {
    display: block;
    left: 58%;
    transform: rotate(0);
  }

  .image-3 {
    padding-left: 0;
    display: none;
  }

  .image-4 {
    width: 3%;
  }

  .image-5 {
    width: 55%;
    display: none;
  }

  .testimonial17_grid-list-2._3, .grid, .grid._3, .grid-2 {
    grid-template-columns: 1fr;
  }

  .contact29_tabs {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .contact14_component {
    margin-top: 68px;
  }

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

  .img_block, .img_box_5 {
    min-height: 200px;
  }

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

  .home-hero_h1-wrapper.is-2 {
    margin-top: 0;
  }

  .testimonial_client-image {
    width: 5rem;
    height: 5rem;
  }

  .form-card {
    background-color: #0000;
    padding: 0;
  }

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

  .work-card {
    min-height: 20rem;
  }

  .button-7 {
    width: 100%;
  }

  .circle-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 200px;
    height: 200px;
    margin-left: -29px;
    padding-left: 0;
    left: 145px;
  }

  .text-size-small-3 {
    line-height: 2rem;
  }

  .work-card_tag {
    white-space: nowrap;
    border-width: 1px;
    padding: .375rem .75rem;
    font-size: .625rem;
  }

  .navbar_links-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #adbbdc;
    min-height: auto;
  }

  .avatar_wrapper.hide-mobile-landscape {
    display: block;
    position: static;
    top: 0%;
    right: 0%;
  }

  .trio-gradient {
    width: 130%;
    max-width: 130%;
  }

  .footer_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .heading-style-headline {
    font-size: 5rem;
    line-height: .9;
  }

  .heading-style-headline.is-hero-2 {
    padding-top: 0;
    font-size: 3.5rem;
  }

  .heading-style-headline.is-hero {
    font-size: 3.5rem;
  }

  .navbar_menu {
    padding-top: 1rem;
  }

  .card_service_image-wrapper {
    padding: 4rem;
  }

  .card {
    padding-bottom: 0;
  }

  .card.is-black, .card.a_appear {
    padding-bottom: 2rem;
  }

  .skew-heading {
    margin-bottom: -1.5rem;
    font-size: 3rem;
  }

  .circle-avatar {
    display: block;
  }

  .navbar_link {
    font-size: 5rem;
  }

  .navbar_link:hover {
    color: #f6eeaf;
  }

  .work-card-hover-text {
    font-size: 5rem;
    line-height: .9;
  }

  .header_tag-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-layout-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .gradient-wrapper.is-home-contact {
    top: 50vw;
  }

  .card_2col-layout {
    grid-template-rows: 1fr max-content;
    grid-auto-rows: 1fr;
  }

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

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

  .div-block-18, .pink, .green {
    padding-left: 10px;
  }

  .heading-14, .heading-13, .heading-15 {
    font-size: 1.5rem;
  }

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

  .heading-16 {
    font-size: 1.5rem;
  }
}

#w-node-_5826150b-c313-f15b-770a-cde216821f67-61f129de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5826150b-c313-f15b-770a-cde216821f73-61f129de {
  align-self: auto;
}

#w-node-ea612fd8-bc53-face-fa13-32e4cf648c61-61f129de, #w-node-_37ec8c54-6e8d-27d1-2d67-f51e01455374-61f129de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37ec8c54-6e8d-27d1-2d67-f51e01455386-61f129de, #w-node-_37ec8c54-6e8d-27d1-2d67-f51e01455399-61f129de {
  align-self: start;
}

#w-node-_37ec8c54-6e8d-27d1-2d67-f51e0145539b-61f129de {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_37ec8c54-6e8d-27d1-2d67-f51e014553ae-61f129de, #w-node-b96f289c-879e-8290-201d-f30f6e5fee96-61f129de, #w-node-b96f289c-879e-8290-201d-f30f6e5fee9b-61f129de {
  align-self: start;
}

#Imi-i-nazwisko-dziecka.w-node-cf609e2f-2b43-42d5-8cab-df87abfe9b17-61f129de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf609e2f-2b43-42d5-8cab-df87abfe9b35-61f129de {
  justify-self: start;
}

#w-node-_1e35c2b3-d015-f5ac-796c-b2122cf41b95-2cf41b8f, #w-node-_8b49c7bd-e91b-2204-7997-55664d23c88d-4d23c889 {
  justify-self: center;
}

#w-node-_8b49c7bd-e91b-2204-7997-55664d23c89f-4d23c889 {
  justify-self: end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-61f129e1 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-61f129e1 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-61f129e1 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-61f129e1, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-61f129e1, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-61f129e1 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-61f129e1, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-61f129e1, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-61f129e1 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-61f129e1, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-61f129e1, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-61f129e1 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-61f129e1, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-61f129e1, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-61f129e1 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-61f129e1, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-61f129e1 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-61f129e1, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-61f129e1, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-61f129e1 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-61f129e1, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-61f129e1 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-61f129e1, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-61f129e1 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-61f129e1, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-61f129e1, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-61f129e1, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-61f129e1, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-61f129e1, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-61f129e1, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-61f129e1, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-61f129e1 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-61f129e1 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-61f129e1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-61f129e1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-61f129e1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-61f129e1 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-61f129e1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-61f129e1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-61f129e1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-61f129e1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-61f129e1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-61f129e1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-61f129e1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-61f129e1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-61f129e1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-61f129e1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-61f129e1 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-61f129e1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-61f129e1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-61f129e1 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-61f129e1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-61f129e1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-61f129e1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-61f129e1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-61f129e1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-61f129e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-61f129e1, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-61f129e1, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-61f129e1, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-61f129e1, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-61f129e1, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-61f129e1 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-61f129e1, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-61f129e1, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-61f129e1 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-61f129e1, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-61f129e1, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-61f129e1 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-61f129e1, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-61f129e1, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-61f129e1 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-61f129e1, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-61f129e1, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-61f129e1 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-61f129e1, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-61f129e1, #w-node-ee961e8d-845a-edc3-3307-509470022457-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-61f129e1 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-61f129e1, #w-node-ee961e8d-845a-edc3-3307-50947002245b-61f129e1, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-61f129e1 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-61f129e1, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-61f129e1, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-61f129e1 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-61f129e1, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-61f129e1, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-61f129e1 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-61f129e1, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-61f129e1, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-61f129e1 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-61f129e1, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-61f129e1, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-61f129e1 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-61f129e1, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-61f129e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-61f129e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-61f129e1 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-61f129e1 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-61f129e1 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-61f129e1 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-61f129e1 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-61f129e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-61f129e1 {
  justify-self: start;
}

#w-node-_5c65246b-fdd5-b212-2f1b-9e79bf28d23a-05d332a3, #w-node-_6ccad6f6-bb4a-f474-04bc-d0fa64e53b5b-05d332a3, #w-node-_6ccad6f6-bb4a-f474-04bc-d0fa64e53b5d-05d332a3, #w-node-_6ccad6f6-bb4a-f474-04bc-d0fa64e53b70-05d332a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ccad6f6-bb4a-f474-04bc-d0fa64e53b78-05d332a3 {
  align-self: start;
}

#w-node-_6ccad6f6-bb4a-f474-04bc-d0fa64e53b7a-05d332a3, #w-node-_6ccad6f6-bb4a-f474-04bc-d0fa64e53b83-05d332a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ccad6f6-bb4a-f474-04bc-d0fa64e53b93-05d332a3 {
  align-self: start;
}

#w-node-_9ca9335a-435e-5fd2-d8fb-893bd9388e85-413cbca0 {
  align-self: end;
}

#w-node-b7f2be2e-ec2c-c477-4071-9dafc753c8c9-413cbca0, #w-node-f4f322ab-b5c7-ffaf-d935-1496522818db-413cbca0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4f322ab-b5c7-ffaf-d935-1496522818dc-413cbca0 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f4f322ab-b5c7-ffaf-d935-1496522818dd-413cbca0, #w-node-f4f322ab-b5c7-ffaf-d935-1496522818f2-413cbca0, #w-node-f4f322ab-b5c7-ffaf-d935-149652281905-413cbca0 {
  align-self: start;
}

#w-node-b94baec8-1c77-7e05-085c-10d0a7a7d4ba-dc5d57bf {
  align-self: auto;
}

#w-node-b94baec8-1c77-7e05-085c-10d0a7a7d502-dc5d57bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b94baec8-1c77-7e05-085c-10d0a7a7d503-dc5d57bf {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-b94baec8-1c77-7e05-085c-10d0a7a7d504-dc5d57bf, #w-node-b94baec8-1c77-7e05-085c-10d0a7a7d506-dc5d57bf, #w-node-b94baec8-1c77-7e05-085c-10d0a7a7d50f-dc5d57bf {
  align-self: start;
}

#w-node-_419de551-b889-30b7-f0d7-02e1a8d818ec-3bc18060, #w-node-b2c846c4-1e5b-7b01-0b16-490463ee5ed6-10f803f2 {
  align-self: auto;
}

#w-node-b2c846c4-1e5b-7b01-0b16-490463ee5f08-10f803f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2c846c4-1e5b-7b01-0b16-490463ee5f09-10f803f2 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-b2c846c4-1e5b-7b01-0b16-490463ee5f0a-10f803f2, #w-node-b2c846c4-1e5b-7b01-0b16-490463ee5f0c-10f803f2, #w-node-b2c846c4-1e5b-7b01-0b16-490463ee5f12-10f803f2 {
  align-self: start;
}

#w-node-_1610592e-5986-a0c1-d066-c2e0a1bc892b-46b3247c {
  align-self: auto;
}

#w-node-_1610592e-5986-a0c1-d066-c2e0a1bc895d-46b3247c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1610592e-5986-a0c1-d066-c2e0a1bc895e-46b3247c {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_1610592e-5986-a0c1-d066-c2e0a1bc895f-46b3247c, #w-node-_1610592e-5986-a0c1-d066-c2e0a1bc8961-46b3247c, #w-node-_1610592e-5986-a0c1-d066-c2e0a1bc8967-46b3247c {
  align-self: start;
}

#w-node-fdee96ff-7c63-2a25-8e52-1aefad9f7c4f-f8997bd9 {
  align-self: auto;
}

#w-node-fdee96ff-7c63-2a25-8e52-1aefad9f7c81-f8997bd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdee96ff-7c63-2a25-8e52-1aefad9f7c82-f8997bd9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-fdee96ff-7c63-2a25-8e52-1aefad9f7c83-f8997bd9, #w-node-fdee96ff-7c63-2a25-8e52-1aefad9f7c85-f8997bd9, #w-node-fdee96ff-7c63-2a25-8e52-1aefad9f7c8b-f8997bd9 {
  align-self: start;
}

#w-node-fc971c5e-e992-b7fe-bcee-e036f965800b-18969a58 {
  align-self: auto;
}

#w-node-f646c427-09eb-4da1-630c-e3b2e0e7b273-18969a58, #w-node-f646c427-09eb-4da1-630c-e3b2e0e7b275-18969a58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f646c427-09eb-4da1-630c-e3b2e0e7b297-18969a58 {
  align-self: start;
}

#w-node-f646c427-09eb-4da1-630c-e3b2e0e7b29a-18969a58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f646c427-09eb-4da1-630c-e3b2e0e7b2ab-18969a58 {
  align-self: start;
}

#w-node-f646c427-09eb-4da1-630c-e3b2e0e7b2ad-18969a58, #w-node-f646c427-09eb-4da1-630c-e3b2e0e7b2bf-18969a58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f646c427-09eb-4da1-630c-e3b2e0e7b2e1-18969a58, #w-node-a0ce586f-2971-54bd-42e8-d59947944b0e-66ffcc35, #w-node-a0ce586f-2971-54bd-42e8-d59947944b13-66ffcc35 {
  align-self: start;
}

#Imi-i-nazwisko-dziecka.w-node-a0ce586f-2971-54bd-42e8-d59947944b1f-66ffcc35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0ce586f-2971-54bd-42e8-d59947944b3d-66ffcc35 {
  justify-self: start;
}

#w-node-f741a521-4847-1af7-10c7-6d208ff1f5ba-44e57e0e, #w-node-f741a521-4847-1af7-10c7-6d208ff1f5bc-44e57e0e, #w-node-f741a521-4847-1af7-10c7-6d208ff1f5c7-44e57e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f741a521-4847-1af7-10c7-6d208ff1f5cf-44e57e0e {
  align-self: start;
}

#w-node-f741a521-4847-1af7-10c7-6d208ff1f5d1-44e57e0e, #w-node-f741a521-4847-1af7-10c7-6d208ff1f5da-44e57e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f741a521-4847-1af7-10c7-6d208ff1f5ec-44e57e0e {
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_8b49c7bd-e91b-2204-7997-55664d23c88b-4d23c889, #w-node-_6ccad6f6-bb4a-f474-04bc-d0fa64e53b8b-05d332a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9ca9335a-435e-5fd2-d8fb-893bd9388e85-413cbca0 {
    align-self: end;
  }

  #w-node-f646c427-09eb-4da1-630c-e3b2e0e7b2d0-18969a58, #w-node-f741a521-4847-1af7-10c7-6d208ff1f5e2-44e57e0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_37ec8c54-6e8d-27d1-2d67-f51e0145539b-61f129de {
    order: 9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_1e35c2b3-d015-f5ac-796c-b2122cf41b95-2cf41b8f {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1e35c2b3-d015-f5ac-796c-b2122cf41b95-2cf41b8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


