:root {
  --relume-library-lite-rl-black: black;
  --relume-library-lite-rl-white: white;
  --hover: #63e3a6;
  --cta: #f34989;
}

.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-formrecaptcha {
  margin-bottom: 8px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

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

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

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

body {
  color: #000;
  background-color: #0d1318;
  font-family: Notosans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: #e7e7e8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notosans, sans-serif;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 5rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notosans, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.75rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notosans, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.5rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notosans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.1875rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notosans, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notosans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-family: Lato-GDPR;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

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

.fs-styleguide_background {
  width: 100%;
  border: .0625rem solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

.fs-styleguide_background-space {
  width: .0625rem;
  height: .0625rem;
  margin: 5rem;
}

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: .0625rem solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: .0625rem solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-family: Notosans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .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 ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

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

.heading-style-h1 {
  font-family: Notosans, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h1.text-color-white.text-style-allcaps {
  font-size: 3.4375rem;
}

.heading-style-h1.text-style-allcaps {
  font-size: 3.4375rem;
  line-height: 5rem;
}

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

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

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

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

.text-color-white {
  color: #e7e7e8;
}

.text-color-white.text-style-allcaps {
  letter-spacing: -.01875rem;
  line-height: 4.375rem;
}

.text-color-white.is-left30px {
  left: -1.875rem;
}

.text-color-white.is-absolut {
  position: absolute;
}

.text-color-white.is-mobile-center._2 {
  margin-top: -.1875rem;
}

.text-color-white.text-size-small {
  font-family: Notosans, sans-serif;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .0625rem solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-family: Roboto;
  font-size: .625rem;
  line-height: .9375rem;
}

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

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(45, 64, 234, .05);
  border: .0625rem dashed #2d40ea;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  font-family: Lato-GDPR;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-regular.text-color-white {
  font-family: Notosans, sans-serif;
}

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

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

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

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

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

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

.text-size-small {
  font-family: Roboto;
  font-size: 1rem;
  line-height: 1.5625rem;
}

.heading-style-h4 {
  font-family: Notosans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

.heading-style-h6 {
  font-family: Notosans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-family: Lato-GDPR;
  font-size: 1.3125rem;
  line-height: 1.75rem;
}

.text-size-large.text-color-white {
  font-family: Notosans, sans-serif;
  font-weight: 400;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-family: Notosans, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.page-wrapper {
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-family: Notosans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper.is-100vh {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid rgba(0, 0, 0, 0);
}

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

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #000;
}

.button.is-icon {
  height: 3.75rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #bd3075;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.is-main {
  height: 3.75rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0d1318;
  background-color: #f34989;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 3.5625rem;
  font-size: 1.3125rem;
  line-height: 1.875rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.is-normal {
  height: 3.75rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0d1318;
  background-color: rgba(243, 73, 137, 0);
  background-image: url('../images/normal.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 4rem;
  font-size: 1.3125rem;
  line-height: 1.875rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  position: static;
}

.button.is-normal:hover {
  background-image: url('../images/hover.webp');
}

.button.is-normal.is-relative {
  position: relative;
}

.button.is-white-nav {
  height: 3.75rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0d1318;
  background-color: rgba(243, 73, 137, 0);
  background-image: url('../images/white-button.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 3.4rem;
  padding-right: 1.3rem;
  font-size: 1.3125rem;
  line-height: 1.875rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  position: static;
}

.button.is-hover {
  height: 3.75rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0d1318;
  background-color: rgba(243, 73, 137, 0);
  background-image: url('../images/hover.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 4rem;
  font-size: 1.3125rem;
  line-height: 1.875rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  position: static;
}

.button.is-hover:hover {
  background-image: url('../images/hover.webp');
}

.button.is-hover.is-absolut {
  position: absolute;
}

.fs-styleguide_classes {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-size-medium.text-color-white.margin-16px-desktop {
  margin-left: 1.5rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.button-group.is-100 {
  width: 100%;
}

.button-group.is-100.is-left {
  justify-content: flex-end;
}

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

.hide {
  display: none;
}

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

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

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

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: flex;
}

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

.home-message_content {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_logo {
  width: 4rem;
}

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

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

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

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

.spacer-medium.hide-desktop {
  display: none;
}

.fs-styleguide_spacer-box {
  width: 100%;
  background-color: rgba(45, 64, 234, .1);
  border: .0625rem dashed #2d40ea;
  position: relative;
}

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

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

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

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

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

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

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

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

.spacer-large._2 {
  padding-top: 7.6rem;
}

.spacer-large._3 {
  padding-top: 4.9rem;
}

.spacer-large._4 {
  padding-top: 5rem;
}

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

.section_hero.is-bg {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/CB_character-1.webp'), url('../images/background_main-1.webp'), linear-gradient(#0d1318, #0d1318);
  background-position: 0 0, 90% 100%, 0 0, 0 0;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  background-size: auto, 46.25rem, contain, auto;
}

.section_hero.is-bg.is-flex {
  background-image: url('../images/CB_character-1.webp'), url('../images/background_main-1.webp'), linear-gradient(#0d1318, #0d1318);
  background-position: 90% 100%, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 46.25rem, contain, auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.section_hero.is-bg.is-100vh {
  height: 96vh;
  max-height: 1200px;
  min-height: 45rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: url('../images/CB_character-1.webp'), url('../images/background_main-1.webp'), linear-gradient(#0d1318, #0d1318);
  background-position: 90% 100%, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 46.25rem, contain, auto;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.hero_content-wrp {
  justify-content: flex-start;
  padding-top: 6.25rem;
}

.hero_text-wrp {
  max-width: 40.3125rem;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
  display: flex;
}

.div-block {
  width: 3.5625rem;
  height: 3.875rem;
  background-image: url('../images/front-button.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 3.5625rem;
  position: absolute;
  top: -.0625rem;
  left: auto;
  right: -3.5625rem;
}

.div-block-2 {
  width: .6875rem;
  height: 3.75rem;
  background-image: url('../images/back-button.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -.6875rem;
  right: auto;
}

.text-block {
  color: #0d1318;
}

.body {
  color: #e7e7e8;
  font-family: Notosans, sans-serif;
}

.text-block-2 {
  font-family: Lato-GDPR;
  font-weight: 400;
}

.body-2 {
  font-weight: 400;
}

.hero_text {
  font-family: Lato-GDPR;
  font-weight: 400;
}

.hero_text.text-color-white {
  letter-spacing: .025rem;
  font-family: Notosans, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.75rem;
}

.section_services {
  background-image: url('../images/services_bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

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

.grid.is-4-5rem-gap {
  grid-column-gap: 4.5rem;
  grid-row-gap: 2rem;
}

.background-img {
  width: 100%;
  height: 110%;
  background-image: url('../images/frame_1.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-img._2 {
  height: 100%;
  background-image: url('../images/frame_4.webp');
  background-position: 50%;
  background-size: 100% 100%;
  padding: 2.5rem 1rem 3rem;
}

.background-img._3 {
  height: 100%;
  background-image: url('../images/frame_3.webp');
  background-position: 50%;
  background-size: 100% 100%;
  padding: 2.5rem 1rem 3rem;
}

.background-img._4 {
  height: 100%;
  background-image: url('../images/frame_2.webp');
  background-position: 50%;
  background-size: 100% 100%;
  padding: 2.5rem 1rem 3rem;
}

.background-img._1 {
  height: 100%;
  background-position: 50%;
  background-size: 100% 100%;
  padding: 2.5rem 1rem 3rem;
}

.services_icon-h3-wrp {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.services-icon {
  width: auto;
  height: 3.4375rem;
  object-fit: contain;
}

.line-section {
  width: 70%;
  height: .1875rem;
  background-color: #32363a;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.line-section._2 {
  width: 1.875rem;
  top: .5rem;
  bottom: auto;
  left: 21.9375rem;
  right: auto;
  transform: rotate(-37deg);
}

.lines {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image {
  object-fit: fill;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.desing-bg-wrp {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.services_heading-wrp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.section_how-we {
  background-color: #0d1319;
  position: relative;
}

.how-we_heading {
  max-width: 50rem;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
  display: flex;
}

.how_we-tabs-component {
  z-index: 1;
  padding-left: 5%;
  position: relative;
}

.poprzeczka-top {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.poprzeczka-bottom {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.tabs-menu {
  flex-direction: column;
  margin-right: 0;
  display: flex;
}

.tab-link-tab-1 {
  display: flex;
}

.tab-link-tab-1.w--current {
  flex-direction: row;
  padding: 0;
}

.how-we_tab {
  min-height: 3.125rem;
  min-width: 30rem;
  color: #e7e7e8;
  background-color: rgba(221, 221, 221, 0);
  background-image: url('../images/option_default.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  align-items: center;
  margin-top: .625rem;
  padding: 0;
  font-family: Roboto;
  font-weight: 900;
  transition: all .25s;
  display: flex;
  left: 3.4375rem;
}

.how-we_tab:hover {
  color: #000;
  background-image: url('../images/option_highlighted.webp');
}

.how-we_tab.w--current {
  color: #000;
  background-color: rgba(200, 200, 200, 0);
  background-image: url('../images/option_active.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all .3s;
  left: 3.4375rem;
}

.how-we_img-nr {
  min-height: 3.125rem;
  position: relative;
  right: 3.75rem;
}

.image-2 {
  position: relative;
  right: 3.4375rem;
}

.rocket-img {
  position: absolute;
  top: auto;
  bottom: 3%;
  left: auto;
  right: -5%;
}

.tab-content {
  height: 100%;
  max-width: 28.125rem;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 3.375rem;
}

.tabs-content {
  width: 50%;
  background-image: url('../images/Frame_hww.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  margin-left: 5rem;
}

.section_ask {
  background-color: #0d1319;
  background-image: linear-gradient(rgba(255, 255, 255, .04), rgba(0, 0, 0, 0));
  position: relative;
}

.ask_card {
  flex-direction: column;
  display: flex;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_navbar1_button {
  height: 100%;
  border: .0625rem solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: Lato-GDPR;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary {
  border: .0625rem solid var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar1_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_dropdown-link.w--current {
  color: #000;
}

.rl_navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: .0625rem solid #000;
  padding: .5rem;
}

.rl-dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar1_dropdown-toggle {
  color: var(--relume-library-lite-rl-black);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_link {
  color: var(--relume-library-lite-rl-white);
  background-color: rgba(0, 0, 0, 0);
  padding: .5rem 1rem;
  font-family: Notosans, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.rl_navbar1_link:hover {
  color: var(--hover);
}

.rl_navbar1_link.w--current {
  color: #f44889;
  font-family: Notosans, sans-serif;
}

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

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

.rl_navbar1_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar1_component {
  width: 100%;
  height: auto;
  background-color: rgba(221, 221, 221, 0);
  align-items: center;
  padding-left: 2.5%;
  padding-right: 0%;
  display: flex;
  position: static;
}

.belka-nav-img {
  display: block;
}

.belka-nav-img.hide-tablet {
  width: 100%;
}

.navbar {
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.is-relative {
  position: relative;
}

.footer {
  background-color: #0e141a;
}

.footer-belka-img {
  width: 100%;
  display: block;
}

.footer_belka-wrp {
  width: 100%;
  position: relative;
}

.footer_text-block {
  color: #fff;
  font-size: 1.3125rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 13%;
  right: 0%;
}

.footer_logo-link-wrp {
  justify-content: space-between;
  padding: .5rem 2.5%;
  display: flex;
}

.footer_link-wrp {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  font-family: Lato-GDPR;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.footer_link {
  color: #fff;
  font-family: Notosans, sans-serif;
  font-size: 1.3125rem;
  text-decoration: none;
}

.footer_logo {
  width: auto;
}

.text-color-green {
  color: #63e3a6;
  font-family: Notosans, sans-serif;
  font-size: 2.4vw;
}

.text-color-green.is-right.is-mobile-center {
  text-align: right;
}

.button-img {
  width: 100%;
  height: 100%;
}

.ask_cta-wrp {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
  position: relative;
}

.ask_text-wrp {
  height: 20rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.heading {
  font-family: Roboto;
}

.is-left30px {
  font-family: Notosans, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  position: relative;
  left: -1.875rem;
}

.ask-img {
  width: 100%;
  max-height: 18.75rem;
  max-width: 20.625rem;
}

.tab-txt-wrp {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}

.text-field {
  height: 2.5rem;
  color: #e7e7e8;
  background-color: #192229;
  border: .0625rem solid #27323c;
  border-radius: .1875rem;
  margin-bottom: 1.5rem;
  font-family: Notosans, sans-serif;
}

.text-field:focus {
  border-color: var(--hover);
}

.text-field.is-45 {
  width: 45%;
  height: 2.5rem;
  background-color: #192229;
  border: .0625rem solid #26323b;
  margin-bottom: 0;
  font-family: Notosans, sans-serif;
}

.text-field.is-45:focus {
  border-color: var(--hover);
}

.text-field.is-text-field {
  height: 6.25rem;
}

.field-wrp.is-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.mail-icon {
  width: 3.125rem;
  height: 100%;
  display: block;
}

.contact_submit-wrp {
  position: relative;
}

.submit-button {
  z-index: 2;
  width: 16.25rem;
  height: 3.75rem;
  opacity: 0;
  font-size: 1.3125rem;
  position: absolute;
}

.contact_heading-wrp {
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
  display: flex;
}

.section {
  width: 31.25rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.drp {
  line-height: 0;
  transition: all .2s;
  display: block;
}

.drop {
  width: 31.25rem;
  color: #fff;
  border-bottom: .0625rem solid rgba(255, 255, 255, .1);
  transition: all .2s;
  display: block;
}

.drop:hover {
  background-color: rgba(255, 255, 255, .1);
}

.drop.w--open {
  color: #fff;
}

.text-block-3 {
  line-height: 1.25rem;
}

.drp-list {
  height: 0;
  background-color: #fff;
  line-height: 1.4375rem;
  transition: all .5s;
  display: block;
  position: static;
  overflow: hidden;
}

.drp-list.w--open {
  line-height: 1.4375rem;
  position: static;
  overflow: hidden;
}

.text-wrapper {
  padding: 1.875rem 1.5625rem;
}

.faq-p {
  width: 100%;
  background-color: rgba(244, 246, 248, 0);
  margin-bottom: .625rem;
  overflow: hidden;
}

.faq-answer {
  margin-bottom: 1.5rem;
  font-family: Notosans, sans-serif;
  line-height: 1.5625rem;
}

.faq {
  width: 100%;
  height: 5rem;
  color: #fff;
  white-space: break-spaces;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/faq-img.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  align-items: flex-end;
  padding: 0 3.125rem 0 10rem;
  font-size: 1rem;
  font-weight: 600;
  transition: all .25s;
  display: flex;
}

.faq:hover {
  background-image: url('../images/faq-img-hover.webp');
}

.faq:focus {
  background-image: url('../images/faq-img-pressed.webp');
}

.faq.w--open {
  border-bottom: .0625rem solid rgba(0, 0, 0, .1);
}

.faq-answer-img {
  width: 100%;
}

.faq-icon {
  z-index: 2;
  width: 1.5rem;
  margin-right: 1rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.faq-img {
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  margin-right: .625rem;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.faq-body {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.faq-container {
  margin-bottom: 3.75rem;
}

.toggle-text {
  z-index: 2;
  font-family: Notosans, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  position: relative;
}

.faq-body-cont {
  background-color: var(--cta);
  padding: 1.875rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
}

.label-pink {
  width: .625rem;
  height: 100%;
  background-color: #bd3074;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading-2, .heading-3, .heading-4 {
  font-family: Notosans, sans-serif;
}

.contact_btn-captcha {
  justify-content: space-between;
  display: flex;
}

.text-block-4 {
  font-family: Notosans, sans-serif;
}

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

.text-wrp {
  width: 100%;
}

.spacer-1, .spacer-2 {
  width: 100%;
  padding-top: 3.625rem;
}

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

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

.ask_txt-wrp {
  height: 11.25rem;
}

.link {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .padding-global.is-bigger {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .services_icon-h3-wrp {
    flex-direction: column;
  }

  .services-icon {
    height: 3.4375rem;
  }

  .rocket-img {
    bottom: 3%;
    right: -5%;
  }

  .tab-content {
    padding-left: 3.375rem;
  }

  .text-color-green {
    font-size: 1.875rem;
  }

  .ask_cta-wrp {
    max-width: 60rem;
  }

  .ask_txt-wrp {
    height: 11.25rem;
  }
}

@media screen and (min-width: 1440px) {
  .padding-global.is-bigger {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .text-color-white.text-size-small {
    line-height: 25px;
  }

  .text-size-regular.text-color-white {
    font-family: Notosans, sans-serif;
  }

  .section_hero.is-bg.is-100vh {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .background-img._2, .background-img._3, .background-img._4, .background-img._1 {
    padding-left: 1.875rem;
    padding-right: 2.625rem;
  }

  .services_icon-h3-wrp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .services-icon {
    height: 3.4375rem;
  }

  .how-we_heading {
    max-width: 50rem;
  }

  .how_we-tabs-component {
    padding-left: 6.25rem;
  }

  .rocket-img {
    top: -235px;
    right: -7%;
  }

  .tab-content {
    padding-left: 3.375rem;
  }

  .ask_card {
    max-width: 20.625rem;
  }

  .footer_text-block {
    top: 6%;
  }

  .ask_cta-wrp {
    max-width: 60rem;
  }

  .ask_text-wrp {
    height: 18.75rem;
  }

  .is-left30px {
    font-family: Notosans, sans-serif;
  }

  .faq {
    padding-left: 11rem;
  }
}

@media screen and (min-width: 1920px) {
  body {
    background-color: #0d1319;
  }

  .padding-global.is-bigger {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .text-color-white {
    font-size: 1rem;
    line-height: 25px;
  }

  .text-color-white.text-align-center, .text-color-white.is-mobile-center._2, .text-color-white.is-mobile-center._1 {
    font-size: 1rem;
  }

  .text-color-white.text-size-small {
    font-family: Notosans, sans-serif;
    font-size: 1rem;
  }

  .page-wrapper {
    max-width: 2500px;
  }

  .spacer-large {
    width: 100%;
  }

  .spacer-large._2 {
    padding-top: 5.3rem;
  }

  .spacer-large._3 {
    padding-top: 3rem;
  }

  .spacer-large._4 {
    padding-top: 3.1rem;
  }

  .section_hero.is-bg.is-flex {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .section_hero.is-bg.is-100vh {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-image: url('../images/CB_character-1.webp'), url('../images/background_main-1.webp'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 90% 100%, 0 0, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 46.25rem, auto, auto;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .grid.is-4-5rem-gap {
    grid-column-gap: 7.5rem;
    justify-items: center;
  }

  .background-img._2 {
    max-width: 31.25rem;
    padding-bottom: 3.5rem;
    padding-left: 3.125rem;
    padding-right: 2.625rem;
  }

  .background-img._3, .background-img._4 {
    max-width: 31.25rem;
    padding-left: 3.125rem;
    padding-right: 2.625rem;
  }

  .background-img._1 {
    max-width: 450px;
    min-height: 400px;
    padding-left: 3.125rem;
    padding-right: 2.625rem;
  }

  .services_icon-h3-wrp {
    flex-direction: row;
  }

  .services-icon {
    height: 4.375rem;
  }

  .image {
    width: 83%;
  }

  .how-we_heading {
    max-width: 50rem;
  }

  .poprzeczka-bottom {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .how-we_tab {
    min-height: 3.125rem;
    min-width: 31.25rem;
    padding-right: 1rem;
  }

  .rocket-img {
    top: -78%;
    left: auto;
    right: -150px;
  }

  .tab-content {
    padding-left: 3.375rem;
  }

  .tabs-content {
    margin-left: 176px;
  }

  .section_ask {
    background-image: linear-gradient(rgba(255, 255, 255, .04), rgba(0, 0, 0, 0));
  }

  .ask_card {
    width: 20.75rem;
  }

  .footer-belka-img.hide-mobile-landscape, .footer_belka-wrp {
    width: 100%;
  }

  .footer_text-block {
    top: 14%;
  }

  .text-color-green {
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .text-color-green.is-left {
    margin-top: 0;
  }

  .text-color-green.text-align-right {
    margin-left: 0;
  }

  .text-color-green.is-right {
    margin-top: 0;
  }

  .ask_cta-wrp {
    max-width: 59rem;
  }

  .ask_text-wrp {
    height: 18.75rem;
  }

  .is-left30px {
    font-family: Notosans, sans-serif;
    font-size: 1.3125rem;
    font-weight: 700;
  }

  .container-specific {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

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

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

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

  .text-size-medium.text-color-white.margin-16px-desktop {
    margin-left: 0;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .button-group.is-100 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .button-group.is-100.is-center {
    align-items: center;
  }

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

  .spacer-large._2 {
    padding-top: 5.1rem;
  }

  .spacer-large._3 {
    padding-top: 2.2rem;
  }

  .section_hero.is-bg.is-flex {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(255, 255, 255, 0)), url('../images/CB_character-1.webp'), url('../images/background_main-1.webp'), linear-gradient(#0d1318, #0d1318);
    background-position: 0 0, 90% 100%, 0 0, 0 0;
    background-repeat: repeat, no-repeat, no-repeat, repeat;
    background-size: auto, 46.25rem, contain, auto;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 10%;
  }

  .section_hero.is-bg.is-100vh {
    background-image: linear-gradient(rgba(0, 0, 0, .53), rgba(255, 255, 255, 0)), url('../images/CB_character-1.webp'), url('../images/background_main-1.webp'), linear-gradient(#0d1318, #0d1318);
    background-position: 0 0, 100% 100%, 0 0, 0 0;
    background-repeat: repeat, no-repeat, no-repeat, repeat;
    background-size: auto, 30rem, contain, auto;
    align-items: center;
    display: flex;
  }

  .hero_content-wrp {
    padding-top: 0;
  }

  .hero_text-wrp {
    width: 80%;
  }

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

  .grid.is-4-5rem-gap {
    grid-row-gap: 8rem;
  }

  .background-img._2, .background-img._3, .background-img._1 {
    padding-right: 2rem;
  }

  .services_icon-h3-wrp {
    flex-direction: row;
    align-items: flex-start;
  }

  .services-icon {
    height: 4.2rem;
    margin-top: 5px;
  }

  .how_we-tabs-component {
    padding-left: 0%;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    align-items: flex-start;
  }

  .rocket-img {
    opacity: 1;
    bottom: 45%;
  }

  .tabs-content {
    width: auto;
    margin-top: 2.5rem;
    margin-left: 0;
    padding-bottom: 2.5rem;
  }

  .rl_menu-icon_line-bottom {
    width: 1.5rem;
    height: .125rem;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-inner {
    width: .25rem;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle {
    width: 1.5rem;
    height: .125rem;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: .375rem;
    margin-bottom: .375rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-top {
    width: 1.5rem;
    height: .125rem;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon {
    width: 3rem;
    height: 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .rl_navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .rl_navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .rl_navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .rl_navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: .0625rem solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    z-index: 999;
    height: 100vh;
    background-color: #0d1318;
    padding-bottom: 15rem;
  }

  .rl_navbar1_component {
    padding-right: 5%;
  }

  .footer_text-block {
    justify-content: center;
    align-items: center;
    padding: .8125rem;
    display: flex;
    position: static;
  }

  .text-color-green {
    font-size: 1.5rem;
  }

  .text-color-green.text-align-right {
    width: 100%;
  }

  .ask_cta-wrp {
    padding-left: 5%;
    padding-right: 5%;
  }

  .ask_text-wrp {
    height: 18.75rem;
  }

  .text-field.is-45 {
    width: 100%;
  }

  .faq {
    padding-left: 5.9375rem;
  }

  .faq-img {
    width: 3.125rem;
    height: 3.125rem;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

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

  .spacer-3 {
    padding-top: 2.875rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

  .heading-style-h1, .heading-style-h1.text-color-white.text-style-allcaps {
    font-size: 2.5rem;
  }

  .heading-style-h1.text-style-allcaps {
    font-size: 2.79472rem;
    line-height: 4.06504rem;
  }

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

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

  .text-color-white.text-style-allcaps {
    line-height: 3.5rem;
  }

  .text-color-white.text-align-center-mobile, .text-color-white.is-mobile-center {
    text-align: center;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

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

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .spacer-medium.hide-desktop {
    display: flex;
  }

  .section_hero.is-bg.is-flex {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(255, 255, 255, 0)), url('../images/CB_character-1.webp'), url('../images/background_main-1.webp'), linear-gradient(#0d1318, #0d1318);
    background-position: 0 0, 90% 100%, 0 0, 0 0;
    background-repeat: repeat, no-repeat, no-repeat, repeat;
    background-size: auto, 46.25rem, contain, auto;
    padding-bottom: 10%;
  }

  .section_hero.is-bg.is-100vh {
    background-image: linear-gradient(rgba(0, 0, 0, .53), rgba(255, 255, 255, 0)), url('../images/CB_character-1.webp'), url('../images/background_main-1.webp'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 0 0, 100% 100%, 0 0, 0 0;
    background-size: auto, 30rem, contain, auto;
  }

  .hero_text.text-color-white {
    font-size: 1.125rem;
  }

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

  .grid.is-4-5rem-gap {
    grid-row-gap: 4rem;
    align-items: stretch;
    justify-items: center;
  }

  .background-img._2, .background-img._3 {
    padding-left: 2rem;
  }

  .background-img._4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .background-img._1 {
    padding-left: 2rem;
  }

  .services_icon-h3-wrp {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: flex-start;
  }

  .services-icon {
    margin-top: 4px;
    padding-top: 0;
  }

  .how-we_heading {
    width: auto;
  }

  .tabs {
    flex-direction: column;
  }

  .how-we_tab {
    width: 90%;
    min-width: auto;
  }

  .rocket-img {
    opacity: .5;
  }

  .tab-content {
    max-width: none;
    padding-bottom: 0;
  }

  .tabs-content {
    width: auto;
    margin-top: 1.875rem;
    padding-top: 0;
    padding-left: 0;
  }

  .ask_card {
    max-width: 25rem;
    align-items: center;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    background-color: #0d1318;
  }

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

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

  .footer_text-block {
    text-align: center;
    padding: 1rem;
    position: static;
  }

  .text-color-green.is-left.is-mobile-center, .text-color-green.is-right.is-mobile-center {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ask_text-wrp {
    height: 16.875rem;
  }

  .is-left30px {
    font-size: 1.125rem;
  }

  .contact_heading-wrp {
    width: auto;
  }

  .faq {
    padding-left: 4.375rem;
  }

  .faq-img {
    min-height: 2.5rem;
    min-width: 3.125rem;
  }

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

  .contact_btn-captcha {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .spacer-1, .spacer-2, .spacer-3, .spacer-4 {
    padding-top: 1.875rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h1.text-style-allcaps {
    font-size: 2.4rem;
    line-height: 1.3;
  }

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

  .section_hero.is-bg.is-flex {
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .4) 30%), url('../images/CB_character-1.webp'), url('../images/background_main-1.webp'), linear-gradient(#0d1318, #0d1318);
    background-position: 0 0, 90% 100%, 0 0, 0 0;
    background-repeat: repeat, no-repeat, no-repeat, repeat;
    background-size: auto, 46.25rem, contain, auto;
    justify-content: flex-end;
    padding-bottom: 10%;
  }

  .section_hero.is-bg.is-100vh {
    background-image: linear-gradient(rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/CB_character-1.webp'), url('../images/background_main-1.webp'), linear-gradient(#0d1318, #0d1318);
    background-position: 0 0, 50% 100%, 0 0, 0 0;
    background-repeat: repeat, no-repeat, no-repeat, repeat;
    background-size: auto, 25rem, contain, auto;
  }

  .hero_content-wrp {
    padding-top: 0;
  }

  .hero_text-wrp {
    width: auto;
  }

  .hero_text.text-color-white {
    font-size: 1rem;
  }

  .background-img._2, .background-img._3, .background-img._4, .background-img._1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-icon {
    height: 3.8rem;
    margin-right: 4px;
    position: absolute;
  }

  .how-we_tab {
    width: 80%;
    min-width: 0;
  }

  .how-we_tab.w--current {
    width: 80%;
  }

  .rocket-img {
    opacity: .3;
  }

  .rl_menu-icon_line-bottom, .rl_menu-icon_line-middle, .rl_menu-icon_line-top {
    background-color: #fff;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    background-color: #0d1318;
  }

  .footer_logo-link-wrp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .text-color-green.text-align-right {
    z-index: 1;
    position: relative;
  }

  .is-left30px {
    font-size: 1rem;
  }

  .faq {
    padding-left: 3.1875rem;
    padding-right: 0;
  }

  .faq-img {
    display: none;
  }

  .contact_btn-captcha {
    flex-direction: column-reverse;
  }
}

#w-node-a7193f61-3927-bd92-3474-ca1fd3cd352f-ebd899ab {
  grid-area: 2 / 2 / 5 / 6;
}

#w-node-_0393cc56-1312-9753-dbfe-5cf18f4da685-ebd899ab, #w-node-_07efa4a1-e794-0155-710f-88a4b8b9b5e8-ebd899ab, #w-node-a5cea0db-43d9-2b8b-7b08-76842a43474c-ebd899ab, #w-node-dae85116-ce3f-ae2f-10a5-7ac59ec457c5-ebd899ab, #w-node-_6660d604-96b9-3bef-9d1d-05cc928f53b4-ebd899ab, #w-node-f4d1b7e9-a635-9c54-fe9c-d0e1994aea93-ebd899ab, #w-node-da085425-5039-50da-33d6-3944811c719e-ebd899ab, #w-node-da085425-5039-50da-33d6-3944811c719f-ebd899ab, #w-node-_95c5e61e-4e45-792d-1821-1ec89dd7dc66-ebd899ab, #w-node-_95c5e61e-4e45-792d-1821-1ec89dd7dc67-ebd899ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-ebd899b0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-ebd899b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-ebd899b0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-ebd899b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-ebd899b0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-ebd899b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-ebd899b0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-ebd899b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-ebd899b0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-ebd899b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-ebd899b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-ebd899b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-ebd899b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-ebd899b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-ebd899b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-ebd899b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-ebd899b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-ebd899b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-ebd899b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-ebd899b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-ebd899b0 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-ebd899b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-ebd899b0 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-ebd899b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-ebd899b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-ebd899b0 {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-a7193f61-3927-bd92-3474-ca1fd3cd352f-ebd899ab {
    grid-area: 3 / 2 / 6 / 5;
  }

  #w-node-_07efa4a1-e794-0155-710f-88a4b8b9b5e8-ebd899ab, #w-node-a5cea0db-43d9-2b8b-7b08-76842a43474c-ebd899ab, #w-node-da085425-5039-50da-33d6-3944811c719e-ebd899ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-a7193f61-3927-bd92-3474-ca1fd3cd352f-ebd899ab {
    grid-area: 2 / 2 / 5 / 5;
  }
}


@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}