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

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

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

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

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

.w-checkbox-input--inputType-custom {
  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;
  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;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  margin-left: 0;
  padding-left: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}

h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

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

p {
  margin-bottom: .25rem;
  font-size: .75rem;
}

a {
  color: #fff;
  text-decoration: none;
}

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

li {
  margin-bottom: .25rem;
}

img {
  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-left.padding-small {
  padding-left: .5rem;
  font-size: .75rem;
}

.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-right.padding-small {
  font-size: .75rem;
}

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

.padding-bottom.padding-medium {
  font-size: 2rem;
}

.padding-bottom.padding-xsmall {
  font-size: .75rem;
}

.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: 1px 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: 1px;
  height: 1px;
  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: 1px 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: 1px 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-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-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.padding-global.background-blue {
  color: #f8f8f8;
  background-color: #1e273a;
}

.padding-global.background-skin {
  background-color: #f3e2d8;
}

.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: #fff;
}

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

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

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

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

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

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

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

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

.about_heading-medium {
  font-size: 1.3rem;
  line-height: 1.1;
}

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

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

.page-wrapper {
  background-color: #f8f8f8;
  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-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.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;
  border-radius: 20px;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px 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: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

.fs-styleguide_spacer-box {
  width: 100%;
  background-color: rgba(45, 64, 234, .1);
  border: 1px 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 {
  padding-top: 3rem;
}

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

.section_job {
  display: none;
}

.section_benefits {
  display: block;
}

.section_benefits.new {
  display: none;
}

.section_job-application {
  overflow: hidden;
}

.section_contact {
  display: block;
}

.body {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  font-family: Open Sans, sans-serif;
}

.body.disable-scroll {
  height: 100%;
  overflow: hidden;
}

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

.paragraph {
  max-width: 90%;
  font-size: .75rem;
}

.paragraph.spacer-small.paragraph-short {
  max-width: 20rem;
  padding-top: .5rem;
  font-size: .75rem;
  font-weight: 400;
}

.image_hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.grid_2x2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(21rem, 21rem) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.grid-content {
  border: 1px solid #000;
  border-radius: 30px;
  padding: 2rem;
}

.grid-content.no-grid-padding {
  object-fit: fill;
  padding: 0;
}

.grid-content.no-grid-padding.no-border {
  border-style: none;
}

.grid-content.no-padding {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.grid-content.background-pattern {
  background-image: url('../images/pattern_stripes.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
}

.button-custom {
  background-color: #8f42fb;
  border: 1px solid #000;
  border-radius: 30px;
  padding: .5rem 1.3rem;
  font-size: .75rem;
  font-weight: 600;
}

.text-split {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.about_component {
  color: #fff;
}

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

.about_item {
  border: 1px solid #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: block;
}

.about_item.flex-vertical {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.about_item.flex-vertical.no-border {
  border-style: none;
}

.about_item.no-padding {
  padding: 0;
}

.about_item.no-padding.no-border, .about_item.no-border {
  border-style: none;
}

.left_block {
  max-width: 26rem;
}

.section_item-two {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.section_item-three {
  height: 100%;
  justify-content: space-between;
  display: flex;
}

.about_attention-wrapper {
  z-index: 1;
  max-width: 18rem;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-4 {
  align-self: flex-end;
}

.image_harbor {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.products-text {
  font-size: 1.1rem;
}

.products-text.padding-bottom.padding-xsmall {
  line-height: 1.2;
}

.product_link-image-wrapper {
  align-items: center;
  display: flex;
}

.item_left-block {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  overflow: visible;
}

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

.job_item {
  border: 1px solid #000;
  border-radius: 30px;
  padding: 2.2rem;
}

.job_item.no-border {
  border-style: none;
}

.job_item.backgorund-blue {
  background-color: #1e273a;
}

.job_item-five.padding-small {
  align-items: flex-start;
  padding: 0;
  display: block;
}

.job_short-description {
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.job_tags.padding-top.padding-small {
  text-align: center;
}

.div-block-5 {
  align-items: flex-start;
  display: flex;
}

.link {
  color: #000;
  font-size: .75rem;
}

.job_title-wrapper {
  width: 50%;
  background-color: #f8f8f8;
  border: 1px solid #000;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 3rem;
  padding: 2rem 1rem 2rem 2rem;
  display: flex;
}

.job_tag {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 10px;
  margin-right: .5rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .5rem;
}

.job_tag.is-black {
  color: #f1f1f1;
  background-color: #000;
}

.title_special-risk {
  padding-bottom: .3rem;
}

.title_ihk {
  font-size: .5rem;
}

.paragraph-white, .h4-white {
  color: #ececec;
}

.benefits_card-text {
  margin-top: 12px;
  font-size: .75rem;
}

.card {
  background-color: #f8f8f8;
  border: 1px #000;
  border-radius: 16px;
  flex-direction: column;
  padding: 1.4rem 1rem;
  display: flex;
}

.card:hover {
  box-shadow: none;
}

.card-bottom {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.cards-wrap {
  max-width: 60rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 6em;
  display: grid;
}

.card_upper-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.benefits_swipe-button-wrapper {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.benefits_swipe-button-wrapper.padding-medium {
  justify-content: center;
  align-items: center;
}

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

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

.benefits_card-subheading {
  font-size: .75rem;
}

.benefits_heading-wrapper {
  padding-top: 2rem;
  padding-bottom: 0;
}

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

.benefits_footer {
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding: 1rem 0;
  display: flex;
}

.application_description-wrapper {
  align-items: flex-end;
  display: flex;
}

.application_description-wrapper.margin-bottom.margin-huge {
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.applicant_description {
  max-width: 22rem;
}

.applicant_description.margin-right.margin-medium {
  margin-right: 0;
  font-size: .75rem;
}

.applicant_short-description {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
}

.applicant_short-description.margin-right.margin-medium {
  margin-right: 1.8rem;
  padding-bottom: 2rem;
  font-size: 1.3rem;
}

.applicant_slider {
  overflow: hidden;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.splide {
  width: 100%;
  position: relative;
}

.splide__track {
  width: 100%;
}

.splide__list {
  display: flex;
}

.splide__slide {
  max-width: 35rem;
  border: 1px solid #000;
  border-radius: 30px;
  flex: none;
  padding: 2rem;
  display: flex;
  position: relative;
}

.splide__slide.background-blue {
  color: #f8f8f8;
  background-color: #1e273a;
}

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

.splide_content {
  height: 14rem;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.dot {
  width: .75rem;
  height: .75rem;
  border: 1px solid #000;
  border-radius: 100px;
  margin-left: 6px;
  font-size: 2rem;
}

.dot.is_white {
  border-color: #f8f8f8;
}

.splide_dots {
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  position: absolute;
  top: 6%;
  bottom: auto;
  left: 4%;
  right: auto;
}

.slide_text {
  margin-bottom: 1rem;
  font-size: .75rem;
}

.slide_image {
  width: 10rem;
  object-fit: fill;
  margin-left: 1rem;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.style-guide {
  margin-bottom: 30rem;
  display: none;
}

.splide__pagination {
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  display: flex;
}

.splide__pagination__item {
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.splide__pagination__page {
  width: 2em;
  height: .3em;
  background-color: rgba(0, 0, 0, .17);
  margin-left: .3rem;
}

.splide__pagination__page.is-active {
  background-color: #000;
  flex: none;
}

.contact_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_item {
  min-height: 21rem;
  background-color: #f8f8f8;
  border-radius: 30px;
  padding: 2.2rem;
}

.contact_item.background-purple {
  background-color: #8f42fb;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact_item.background-skin {
  min-height: 6rem;
  color: #000;
  background-color: #f3e2d8;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.contact_item.adress {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.logo_symbol_hansekuranz {
  width: 1.4rem;
}

.first-contact {
  margin-top: 1rem;
  display: flex;
}

.image_contact {
  width: 6rem;
  margin-right: .7rem;
}

.contact_name {
  font-size: .75rem;
  font-weight: 700;
}

.link-2 {
  color: #000;
  font-size: .75rem;
}

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

.contact_title {
  margin-top: -5px;
  font-size: .75rem;
}

.second_contact {
  margin-top: 16px;
  display: flex;
}

.contact_street, .contact_city {
  font-size: .75rem;
}

.icon_crazy_phone {
  width: 7rem;
}

.contact_item_wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon_crazy_square {
  width: 4rem;
}

.footer_component {
  border: 1px solid #f8f8f8;
  border-radius: 30px;
  padding: 2em;
}

.social-wrapper {
  align-items: center;
  display: flex;
}

.button-outline {
  color: #fff;
  background-color: #ed884f;
  border: 1px solid #878787;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
  padding: 18px 24px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.button-outline.call {
  background-color: rgba(0, 0, 0, 0);
}

.footer-grid-2 {
  grid-column-gap: 42px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr;
}

.large-title {
  z-index: 5;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  position: relative;
  overflow: visible;
}

.social_link-linkedin {
  width: 3rem;
  height: 3rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding: 9px;
  display: flex;
}

.social_link-linkedin:hover {
  color: #33dca4;
}

.social_link-linkedin.instagram {
  transition: opacity .3s;
}

.social_link-linkedin.instagram:hover {
  background-color: #8f42fb;
}

.footer-title-column {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  display: flex;
}

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

.footer-column {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-section {
  background-color: #1e273a;
  padding: 5rem 0% 0;
}

.footer-link-title {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 32px;
  display: block;
}

.footer-link-title.invisible {
  align-self: flex-end;
}

.button-icon {
  margin-right: 10px;
}

.text-block-8 {
  color: #878787;
  font-size: .75rem;
  line-height: 32px;
}

.footer-link-2 {
  color: #f8f8f8;
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link-2:hover {
  color: #33dca4;
}

.footer-bottom-wrapper {
  border-top: 1px solid #2b2f42;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.footer-title-wrapper {
  height: 100%;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button-primary {
  color: #fff;
  background-color: #8f42fb;
  border: 1px solid #2d4eff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  padding: 18px 24px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  box-shadow: 10px 10px 60px rgba(45, 78, 255, .3);
}

.footer-small-title {
  font-size: .75rem;
  line-height: 32px;
}

.text-block-9 {
  color: #878787;
  -webkit-text-stroke-color: #878787;
  font-size: .75rem;
}

.text-span-2 {
  color: #878787;
}

.content-wrapper {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttons-wrapper {
  height: 18rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button_default {
  color: #000;
  letter-spacing: 3px;
  background-color: #f8f8f8;
  border: 1px solid #000;
  border-radius: 30px;
  padding: .8rem 1.6rem;
  font-size: .75rem;
  font-weight: 600;
}

.button_default.black {
  color: #f8f8f8;
  background-color: #000;
  border-style: none;
}

.button_default.black.switch {
  display: none;
}

.button_default.black.nav {
  font-size: .6rem;
  transition: background-color .4s;
}

.button_default.black.nav:hover {
  -webkit-text-fill-color: inherit;
  background-color: #33dca4;
  background-clip: border-box;
}

.button_default.application {
  margin-top: 16px;
  margin-left: 0;
}

.button_default.orange {
  background-color: #ed884f;
  border-style: none;
  margin-right: 1rem;
  transition: opacity .4s;
}

.button_default.orange:hover {
  background-color: #f8f8f8;
}

.button_default.white {
  color: #f8f8f8;
  background-color: rgba(0, 0, 0, 0);
  border-color: #f8f8f8;
  transition: background-color .4s;
}

.button_default.white:hover {
  color: #000;
  background-color: #f8f8f8;
}

.button_grow {
  color: #000;
  letter-spacing: 3px;
  background-color: #ed884f;
  border: 2px solid #000;
  border-radius: 90px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.6rem;
  font-size: .75rem;
  font-weight: 600;
  transition: box-shadow .2s, transform .2s;
  display: block;
  position: static;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 0%;
  transform: translate(-8px, 8px);
  box-shadow: 0 0 #000, 0 0 #000, 0 0 #000, 0 0 #000, 0 0 #000, 0 0 #000, 0 0 #000, 0 0 #000;
}

.button_grow:hover {
  transform: translate(0);
  box-shadow: -1px 1px #000, -1px 1px #000, -2px 2px #000, -3px 3px #000, -4px 4px #000, -4px 4px #000, -5px 5px #000, -6px 6px #000;
}

.item_hero_three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 8px;
}

.div-block-10 {
  width: 100%;
  height: 100%;
  min-width: 10rem;
  background-color: #f8f8f8;
  border: 1px #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-12 {
  width: 5rem;
}

.span-element.is-3 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-size-h3 {
  width: 100%;
  text-transform: none;
  margin-bottom: .25em;
  font-family: American Typewriter, sans-serif;
  font-size: 3.8em;
  font-weight: 700;
  line-height: .9;
}

.home-cta_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-cta_span {
  width: .8em;
  height: .7em;
  margin-left: .2em;
  margin-right: .2em;
  display: inline-block;
  position: relative;
}

.home-cta_span.span-wrapper {
  margin-left: 0;
}

.hide-this {
  display: none;
  position: relative;
}

.home-cta_span2 {
  width: 2em;
  height: .7em;
  margin-left: .2em;
  margin-right: .2em;
  display: inline-block;
  position: relative;
}

.home-cta_link-icon {
  width: 100%;
}

.text-span-3 {
  margin-left: -.3rem;
}

.text-span-4 {
  margin-left: -.3rem;
  padding-left: 0;
}

.shadow-block {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 30px;
  display: block;
  position: absolute;
  top: 4%;
  bottom: 23%;
  left: 3%;
  right: 0%;
}

.about_attention_block {
  height: 100%;
  background-color: #ed884f;
  border-radius: 30px;
  padding: 2.8rem 2rem 1rem;
  display: flex;
  position: relative;
}

.icon_thunder-about {
  width: 4rem;
  padding-bottom: 0;
}

.split_container {
  justify-content: space-between;
  margin-top: 4rem;
  display: block;
}

.split_left {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 4rem;
  display: flex;
}

.heading-14 {
  font-size: 1.25rem;
  font-weight: 600;
}

.text-block-13 {
  margin-top: 7px;
  padding-top: 21px;
  font-size: .75rem;
  line-height: 1.7;
}

.job_heading-medium {
  color: #f3e2d8;
  font-size: 1.2rem;
  font-weight: 700;
}

.job_short-text {
  text-align: left;
  margin-top: 8px;
  font-size: .75rem;
}

.heading-15 {
  margin-bottom: 2.2rem;
}

.cta_button-default {
  background-color: #000;
  border-radius: 90px;
  justify-content: space-between;
  align-items: center;
  padding: .4rem .4rem .4rem .5rem;
  display: flex;
}

.cta_button-default.job {
  justify-content: space-between;
  padding: .3rem .4rem;
  font-size: .75rem;
}

.cta_icon {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #f8f8f8;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ihk_description {
  margin-top: .6rem;
  margin-bottom: 1.4rem;
  font-size: .9rem;
  font-weight: 400;
}

.icon_job-mentoring {
  width: 2.4rem;
  height: 3rem;
  margin-bottom: 10px;
}

.card_image_wrapper {
  width: 3rem;
  height: 3rem;
  background-color: #f8f8f8;
  border: 1px solid #000;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon_collapse-wrapper {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #000;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon_collapse {
  width: .7rem;
}

.benefit_card-image {
  width: 2rem;
}

.benefit_card-image.flexible {
  width: 1.6rem;
  margin-right: 5px;
  padding-left: 0;
}

.benefit_card-image.comfortable, .benefit_card-image.fair {
  width: 1.6rem;
}

.toggle-wrap {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.toggle-base {
  width: 100%;
  height: 2rem;
  max-width: 4rem;
  cursor: pointer;
  background-color: #8f42fb;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  margin-right: 14px;
  padding: 2px;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px 2px rgba(73, 74, 125, .3), 17px 17px 24px -18px rgba(56, 50, 124, .08);
}

.h1-heading-benefits {
  text-align: center;
}

.h2-heading {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
}

.h2-heading.benefits {
  text-align: center;
}

.benefits_image {
  width: 3.4rem;
  height: 3.4rem;
  background-image: url('../images/women_red_hair.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 90px;
  align-items: center;
  margin-right: 22px;
  display: flex;
}

.cta_text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  display: flex;
}

.cta_text {
  color: #f8f8f8;
  font-family: Opensans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
}

.job_grid {
  width: 90%;
  max-height: 54rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.job_img {
  background-color: #1e273a;
  background-image: url('../images/female_with_backpack-portrait-.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  border-radius: 30px;
}

.job_img.girl_mustache {
  background-image: url('../images/female_blue-sweater.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
}

.job_img.boy_white-shirt {
  transform-style: preserve-3d;
  background-image: url('../images/male_white_shirt-portrait.jpg');
  background-position: 0 0;
  background-size: cover;
  border-style: none;
}

.job_content {
  background-color: #33dca4;
  border: 1px #000;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.3rem 2rem;
  display: flex;
}

.job_content.orange-background {
  background-color: #ed884f;
}

.job_content.purple-background {
  background-color: #8f42fb;
  padding-left: 2rem;
  padding-right: 2rem;
}

.job_top-content-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.active_wrpper {
  align-items: center;
  margin-top: 9px;
  display: flex;
}

.div-block-25 {
  width: 1rem;
  height: 1rem;
  background-color: #33dca4;
  border: 1px #000;
  border-radius: 90px;
}

.text-block-14 {
  margin-left: 9px;
  font-size: .6rem;
}

.headline_office {
  display: none;
}

.heading-17 {
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.splide_heading {
  font-weight: 700;
}

.mobile_splide-image {
  display: none;
}

.benefits_left {
  display: flex;
}

.link-3 {
  color: #000;
  font-size: .75rem;
}

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

.div-block-31 {
  background-color: #d37777;
}

.div-block-32 {
  background-color: #33dca4;
}

.div-block-33 {
  background-color: #8f42fb;
}

.div-block-34 {
  background-color: #f3e2d8;
}

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

.text-block-16 {
  margin-top: .5rem;
}

.heading-19 {
  margin-bottom: 6rem;
}

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

.icon_job-analyses {
  width: 4rem;
  height: 4rem;
}

.icon_job-team {
  width: 2.2rem;
  height: 2.2rem;
}

.button_icon-arrow {
  height: 1rem;
}

.navbar-icon {
  display: none;
}

.your-ideas-block {
  max-width: 24rem;
}

.splide__arrow {
  width: 6rem;
  height: 3rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Icon-feather-arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  border-radius: 30px;
}

.splide__arrow.splide__arrow--next {
  width: 5rem;
  height: 2.5rem;
  background-size: 1.4rem;
  border-width: 2px;
  margin-left: 24px;
}

.splide__arrow.splide__arrow--prev {
  width: 5rem;
  height: 2.5rem;
  background-size: 1.4rem;
  border-width: 2px;
  transform: rotate(180deg);
}

.lottie-animation {
  width: 10rem;
  display: block;
}

.div-block-36 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image-15 {
  width: 3rem;
  color: #f8f8f8;
}

.image-16 {
  width: 3rem;
}

.navbar_link-wrapper {
  align-items: center;
  display: flex;
}

.fake_navbar-icon {
  display: none;
}

.navbar_menu {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-burger-icon {
  display: none;
}

.navbar-logo.w--current {
  padding: 11px;
}

.navbar-logo-image {
  width: 8rem;
  color: #000;
  padding: 0;
}

.navbar {
  z-index: 2000;
  max-width: 100rem;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .6rem 2rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-right-links {
  display: flex;
}

.navbar-paragraph {
  margin-bottom: 0;
  padding: .5rem;
  font-size: .7rem;
  line-height: .6rem;
}

.navbar-paragraph:hover {
  color: #8f42fb;
}

.button-2 {
  padding: .9rem 1.4rem;
  font-size: 1rem;
}

.no-scroll {
  display: none;
}

.navbar-link {
  color: #000;
  letter-spacing: 2px;
  padding: .5rem .3rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.navbar-link.w--current {
  color: #8f42fb;
}

.menu_bottom {
  display: none;
}

.social_buttons-container {
  width: 6rem;
  justify-content: space-between;
  display: none;
}

.social_buttons-container.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: block;
}

.icon {
  width: 2rem;
  height: 3rem;
  color: #f8f8f8;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.icon:hover {
  color: #8f42fb;
}

.icon.footer {
  color: #fff;
}

.icon.footer:hover {
  background-color: #8f42fb;
}

.icon.instagram.footer:hover {
  color: #8f42fb;
  background-color: rgba(0, 0, 0, 0);
}

.icon.linkedin.black.mobile {
  margin-left: 1rem;
}

.div-block-37 {
  justify-content: space-between;
  display: flex;
}

.nav_logo {
  width: 7rem;
}

.paragraph-2 {
  color: #f8f8f8;
  margin-bottom: 0;
  font-weight: 600;
}

.paragraph-3 {
  color: #f8f8f8;
}

.cta_button-paragraph {
  color: #f8f8f8;
  margin-bottom: 0;
  font-weight: 600;
}

.button-text {
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 600;
}

.button-text.white {
  color: #f8f8f8;
  letter-spacing: 3px;
}

.button_arrow {
  background-color: #000;
  border-radius: 32px;
  padding: .3rem .3rem .3rem .5rem;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
}

.div-block-38 {
  align-items: center;
  display: flex;
}

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

.splide_left {
  width: 50%;
  height: 14rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.splide_right {
  width: 45%;
  height: 100%;
  background-image: url('../images/illustration_process_upload.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
}

.splide_right.feedback {
  background-image: url('../images/illustration_process_time.svg');
  background-position: 0 0;
  background-size: cover;
}

.splide_right.meetup {
  background-image: url('../images/illustration_process_meetup.svg');
  background-position: 0 0;
  background-size: cover;
}

.splide_split {
  height: 100%;
}

.deco-images {
  width: 6rem;
}

.image-21 {
  width: 8rem;
}

.splide_paragraph {
  margin-bottom: 2.3rem;
  font-size: .75rem;
}

.icon_menu {
  display: none;
}

.link-block {
  display: flex;
}

.icon-2 {
  width: 1.7rem;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-3 {
  width: 1.7rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social_link-instagram {
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  padding: 9px;
  transition: color .3s;
  display: flex;
}

.social_link-instagram:hover {
  color: #33dca4;
}

.div-block-41 {
  height: 4rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer_instagram-icon {
  width: 1.6rem;
  height: 1.6rem;
  color: #f8f8f8;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_instagram-icon:hover {
  color: #8f42fb;
}

.footer_linkedin-icon {
  width: 1.6rem;
  height: 1.6rem;
  color: #f8f8f8;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-22 {
  color: #ed884f;
}

@media screen and (min-width: 1280px) {
  .button-custom {
    display: inline-block;
  }

  .image_harbor {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: static;
  }

  .buttons-wrapper {
    display: flex;
  }

  .button_default {
    z-index: 2;
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #000;
    border-radius: 32px;
    margin-right: .5rem;
    padding: .75rem 1.4rem;
    font-size: .75rem;
    position: relative;
  }

  .button_default:hover {
    transform: translate(0);
  }

  .button_default.button_inverted {
    color: #f8f8f8;
    -webkit-text-stroke-color: #000;
    background-color: #000;
  }

  .button_default.offset {
    z-index: 1;
    color: rgba(0, 0, 0, 0);
    background-color: #000;
    border-style: none;
    position: absolute;
    top: 11%;
    bottom: -4px;
    left: 8px;
    right: -4%;
  }

  .button_default.offset.green {
    background-color: #33dca4;
  }

  .button_default.offset.green:hover {
    background-color: #8f42fb;
  }

  .buttom_custom_offset {
    position: relative;
  }

  .navbar-logo-image {
    width: 8rem;
  }

  .navbar-paragraph {
    padding-left: .75rem;
    padding-right: .75rem;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 2rem;
    margin-left: 2.2rem;
    font-size: 3rem;
  }

  p {
    font-size: .75rem;
  }

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

  .padding-global.background-skin {
    background-color: #f3e2d8;
    padding-bottom: 0;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .container-large {
    max-width: 60rem;
  }

  .paragraph.spacer-small {
    font-size: 1rem;
  }

  .paragraph.spacer-small.paragraph-short {
    font-size: .75rem;
  }

  .text-split {
    flex-direction: row;
  }

  .about_item.no-border {
    border-style: none;
  }

  .benefits_footer {
    padding: 1rem;
  }

  .heading-16, .heading-17 {
    margin-left: 0;
  }

  .navbar {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .navbar-paragraph {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-20 {
    margin-left: 0;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    margin-left: 0;
  }

  .padding-global.background-skin {
    padding-bottom: 0;
  }

  .container-large.full-width {
    max-width: 60rem;
  }

  .image_contact {
    margin-right: .5rem;
  }

  .second_contact {
    margin-top: 1rem;
  }

  .footer-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-span-2 {
    color: #f8f8f8;
    -webkit-text-stroke-color: #8f42fb;
  }

  .button_default.black {
    display: none;
  }

  .button_default.black.switch, .button_default.black.nav {
    display: block;
  }

  .button_default.white {
    color: #f8f8f8;
    border-color: #f8f8f8;
  }

  .split_container {
    min-height: 24rem;
  }

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

  .navbar_link-wrapper {
    margin-right: 1rem;
  }

  .navbar {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .social_buttons-container {
    width: 5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
  }

  .icon.instagram {
    width: 1.6rem;
  }

  .icon.instagram.black {
    color: #000;
  }

  .icon.instagram.black:hover {
    color: #8f42fb;
  }

  .icon.instagram.mobile.black.footer, .icon.instagram.mobile.black.bottom {
    color: #f8f8f8;
  }

  .icon.instagram.mobile.black.bottom:hover {
    color: #8f42fb;
  }

  .icon.instagram.footer:hover {
    color: #8f42fb;
    background-color: rgba(0, 0, 0, 0);
  }

  .icon.linkedin {
    width: 1.6rem;
  }

  .icon.linkedin.black {
    color: #000;
  }

  .icon.linkedin.black:hover {
    color: #8f42fb;
  }

  .icon.linkedin.black.mobile.footer, .icon.linkedin.black.mobile.bottom {
    color: #f8f8f8;
  }

  .icon.linkedin.black.mobile.bottom:hover {
    color: #8f42fb;
  }

  .link-block-2 {
    width: 3rem;
  }

  .nav_social_link {
    width: 3rem;
    justify-content: center;
    display: flex;
  }

  .footer-instagram {
    width: 2rem;
    height: 2rem;
  }

  .div-block-41 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .footer_social-instagram {
    width: 2rem;
  }

  .footer_instagram-icon {
    width: 1.6rem;
    height: 1.6rem;
    color: #f8f8f8;
    margin-bottom: 13px;
  }

  .footer_instagram-icon:hover {
    color: #8f42fb;
  }

  .footer_linkedin-icon {
    width: 1.6rem;
    height: 1.6rem;
    color: #f8f8f8;
  }

  .footer_linkedin-icon:hover {
    color: #8f42fb;
  }
}

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

  .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-right.padding-small {
    text-align: center;
  }

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

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

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

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

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

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

  .grid {
    margin-top: 5rem;
  }

  .paragraph.spacer-small.paragraph-short {
    font-size: .8rem;
  }

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

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

  .about_item {
    display: flex;
  }

  .about_item.flex-vertical.no-border {
    align-items: center;
    padding-left: 0;
    padding-right: 1rem;
  }

  .section_item-three {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .about_attention-wrapper {
    max-width: none;
  }

  .products-text.padding-bottom.padding-xsmall {
    text-align: center;
    font-size: 1.3rem;
  }

  .product_link-image-wrapper {
    justify-content: center;
  }

  .item_left-block {
    display: none;
  }

  .job_title-wrapper {
    width: 20rem;
    margin-right: 15px;
  }

  .job_tag.is-black {
    font-size: .7rem;
  }

  .benefits_card-text {
    margin-top: 8px;
  }

  .cards-wrap {
    max-width: 40rem;
    grid-column-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .benefits_footer {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .application_description-wrapper.margin-bottom.margin-huge {
    flex-direction: column;
    align-items: flex-start;
  }

  .applicant_short-description.margin-right.margin-medium {
    align-self: flex-end;
    margin-right: 0;
    padding-bottom: 0;
  }

  .splide__slide {
    max-width: 26rem;
    padding: 3.5rem 2rem;
  }

  .splide_content {
    height: 100%;
    flex-direction: column;
  }

  .slide_text {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .slide_image {
    width: 8rem;
    align-self: flex-start;
  }

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

  .contact_item {
    min-height: 20rem;
  }

  .contact_item.background-skin {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .logo_symbol_hansekuranz {
    width: 2rem;
    margin-bottom: 14px;
  }

  .first-contact {
    flex-direction: column;
  }

  .image_contact {
    margin-bottom: 19px;
  }

  .contact_name {
    margin-bottom: 5px;
  }

  .second_contact {
    flex-direction: column;
  }

  .footer_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
  }

  .button-outline {
    background-color: #8f42fb;
  }

  .button-outline.call {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: stretch;
    display: flex;
  }

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

  .social_link-linkedin {
    margin-top: 24px;
  }

  .button-wrapper {
    margin-top: 40px;
  }

  .footer-container {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-section {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .footer-link-title {
    margin-bottom: 40px;
  }

  .footer-link-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
  }

  .footer-title-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .content-wrapper {
    display: flex;
  }

  .item_hero_one {
    max-width: 15rem;
  }

  .button_default.black {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    font-size: .75rem;
    display: block;
  }

  .button_default.black.big {
    margin-top: 30px;
    font-size: 1.25rem;
  }

  .button_default.black.nav {
    font-size: 1.3rem;
  }

  .text-size-h3 {
    font-size: 2em;
  }

  .about_attention_block {
    flex-direction: column;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .split_container {
    display: block;
  }

  .split_left {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 83px;
    display: flex;
  }

  .cta_button-default {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: .75rem;
    display: flex;
  }

  .cta_button-default.job {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .cta_icon {
    width: 2.4rem;
    height: 2.4rem;
  }

  .cta_text-wrapper {
    margin-right: .5rem;
  }

  .job_grid {
    width: 100%;
    max-height: 60rem;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .job_img.boy_white-shirt {
    background-position: 50%;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .headline_office {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .heading-17 {
    max-width: 18rem;
    text-align: center;
    font-size: 2.2rem;
  }

  .mobile_splide-image {
    width: 4rem;
    border-radius: 14px;
    display: block;
  }

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

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

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

  .navbar-icon {
    width: 3.4rem;
    display: flex;
  }

  .your-ideas-block {
    margin-bottom: 51px;
  }

  .div-block-36 {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    margin-top: 39px;
    display: flex;
  }

  .navbar_link-wrapper {
    height: 70dvh;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 20vw;
    display: flex;
    position: relative;
  }

  .fake_navbar-icon {
    width: 3.4rem;
    display: none;
    position: absolute;
    top: 11%;
    bottom: auto;
    left: auto;
    right: 3%;
  }

  .navbar_menu {
    z-index: -1;
    width: 100%;
    height: 0;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .navbar_icon-lottie {
    display: flex;
  }

  .navbar-burger-icon {
    z-index: 1000;
    width: 3.4rem;
    display: block;
    position: absolute;
    top: 11%;
    bottom: auto;
    left: auto;
    right: 3%;
  }

  .navbar {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar-right-links {
    height: 30dvh;
    background-color: #f3e2d8;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 2vw;
    padding-bottom: 1vw;
    display: flex;
  }

  .navbar-paragraph {
    font-size: 2rem;
  }

  .fake_icon-lottie {
    display: flex;
  }

  .no-scroll {
    display: none;
  }

  .navbar-link {
    color: #000;
    margin-bottom: 1rem;
    padding: 0 1rem;
    font-size: 3rem;
  }

  .menu_bottom {
    width: 100%;
    height: 30dvh;
    background-color: #f3e2d8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    display: block;
  }

  .image-17 {
    width: 5rem;
  }

  .social_buttons-container {
    width: 10rem;
    justify-content: space-between;
    display: flex;
  }

  .icon {
    width: 2.4rem;
    height: 2rem;
    color: #ed884f;
  }

  .icon.instagram {
    color: #f8f8f8;
  }

  .icon.instagram.mobile {
    color: #ed884f;
  }

  .icon.instagram.mobile.black.bottom {
    color: #f8f8f8;
    font-size: 1rem;
  }

  .icon.linkedin {
    color: #f8f8f8;
  }

  .icon.linkedin.black.mobile {
    color: #ed884f;
  }

  .icon.linkedin.black.mobile.bottom {
    color: #f8f8f8;
    font-size: 1rem;
  }

  .div-block-37 {
    width: 100%;
    justify-content: space-around;
    display: flex;
  }

  .nav_logo {
    width: 10rem;
  }

  .div-block-38 {
    flex-direction: column;
    justify-content: space-between;
  }

  .splide_bottom {
    width: 76%;
    margin-top: -1rem;
  }

  .splide_left {
    width: auto;
    justify-content: flex-start;
    display: flex;
  }

  .splide_right {
    height: 100%;
    display: none;
  }

  .splide_paragraph {
    margin-bottom: 2rem;
  }

  .text-span-5 {
    display: inline;
  }

  .div-block-40 {
    width: 100%;
    height: 300px;
    background-color: #f3e2d8;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .icon_menu {
    width: 5rem;
    display: block;
  }

  .image-22 {
    width: .8rem;
  }
}

@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-right.padding-small {
    text-align: left;
  }

  .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 {
    font-size: 2.5rem;
  }

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

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

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

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

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

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

  .about_item {
    align-items: flex-start;
  }

  .job_title-wrapper {
    width: auto;
    margin-bottom: 24px;
  }

  .benefits_card-text {
    margin-top: 2px;
  }

  .cards-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .applicant_slider {
    overflow: hidden;
  }

  .splide_content {
    flex-direction: column;
  }

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

  .contact_item.background-skin {
    align-items: flex-start;
  }

  .first-contact {
    display: block;
  }

  .second_contact {
    align-items: center;
    display: block;
  }

  .social-wrapper {
    margin-top: 60px;
  }

  .footer-grid-2 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .footer-column {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-link-title {
    margin-bottom: 20px;
  }

  .footer-link-title.invisible {
    align-self: flex-end;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .footer-title-wrapper {
    margin-bottom: 60px;
  }

  .item_hero_one {
    max-width: 20rem;
  }

  .button_default.black.nav {
    font-size: 1rem;
  }

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

  .text-size-h3 {
    font-size: 4em;
  }

  .split_left {
    flex-direction: column;
  }

  .cta_button-default {
    width: 14rem;
  }

  .icon_job-mentoring {
    width: 2rem;
  }

  .heading_benefits-card {
    font-size: 1.4rem;
  }

  .job_grid {
    max-height: 70rem;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 2.25fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .job_img.girl_mustache {
    background-position: 50%;
  }

  .job_img.boy_white-shirt {
    background-position: 50%;
    transform: none;
  }

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

  .link-3 {
    font-size: .75rem;
  }

  .text-block-16, .text-block-17, .text-block-18, .heading-18 {
    font-size: 1rem;
  }

  .your-ideas-block {
    margin-bottom: 50px;
  }

  .navbar-paragraph {
    font-size: 1.7rem;
  }

  .divider_icon {
    width: 100%;
    justify-content: center;
    margin-top: 4rem;
    display: flex;
  }

  .image-19 {
    width: 4rem;
  }

  .splide_bottom {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

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

  .paragraph-5 {
    width: 70%;
  }
}

@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-right.padding-small {
    font-size: 1rem;
  }

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

  .padding-bottom.padding-xsmall {
    font-size: 1rem;
  }

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

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

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

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

  .about_heading-medium {
    display: none;
  }

  .section_benefits.new {
    display: block;
  }

  .paragraph.spacer-small.paragraph-short {
    max-width: none;
    font-size: 1rem;
  }

  .grid_2x2 {
    grid-template-rows: 24rem auto;
  }

  .grid-content {
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .grid-content.background-pattern {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-custom {
    margin-top: 11px;
  }

  .text-split.padding-bottom.padding-medium {
    display: block;
  }

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

  .about_item.flex-vertical.no-border {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .left_block {
    width: auto;
  }

  .section_item-two {
    align-items: center;
  }

  .products-text.padding-bottom.padding-xsmall {
    -webkit-text-stroke-color: #f8f8f8;
  }

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

  .job_title-wrapper {
    margin-bottom: 4rem;
    margin-right: 0;
    padding: 1.6rem;
  }

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

  .salary_tags {
    margin-bottom: .5rem;
  }

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

  .application_description-wrapper.margin-bottom.margin-huge {
    flex-direction: column;
    justify-content: space-around;
  }

  .applicant_description.margin-right.margin-medium {
    font-size: 1rem;
  }

  .applicant_short-description.margin-right.margin-medium {
    text-align: right;
  }

  .splide__slide {
    height: 22rem;
    max-width: 18rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem 3rem;
    display: block;
  }

  .splide_content {
    justify-content: space-between;
  }

  .slide_text {
    font-size: .9rem;
  }

  .slide_image {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .style-guide {
    display: none;
  }

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

  .contact_item.background-skin {
    flex-direction: column;
    justify-content: center;
  }

  .image_contact {
    width: 4rem;
  }

  .link-2, .contact_title {
    font-size: 1rem;
  }

  .second_contact {
    margin-top: 0;
  }

  .footer_component {
    padding-bottom: 0;
  }

  .social-wrapper {
    margin-top: 40px;
  }

  .button-outline {
    margin-top: 20px;
    margin-right: 0;
  }

  .footer-grid-2 {
    grid-row-gap: 32px;
  }

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

  .footer-column {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 34px;
  }

  .footer-section {
    padding-bottom: 60px;
  }

  .footer-link-title.invisible {
    text-align: center;
    align-self: center;
  }

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

  .footer-bottom-wrapper {
    align-content: stretch;
    justify-content: center;
    margin-top: 40px;
    display: flex;
  }

  .footer-title-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .button-primary {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .footer-small-title {
    font-size: 1rem;
  }

  .text-block-9, .text-span-2 {
    color: #f8f8f8;
  }

  .content-wrapper {
    align-items: flex-start;
  }

  .button_default.black.nav {
    font-size: .8rem;
  }

  .button_default.orange {
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .button_grow {
    position: static;
  }

  .button_grow.absolut_position {
    position: absolute;
    top: auto;
    bottom: -70%;
    left: auto;
    right: -2%;
  }

  .text-size-h3 {
    text-align: left;
    font-size: 3.8em;
  }

  .shadow-block {
    display: none;
  }

  .about_attention_block {
    padding: 4rem 2rem 2rem;
  }

  .icon_thunder-about {
    width: 6rem;
  }

  .split_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .split_left {
    align-items: center;
  }

  .heading-14 {
    font-size: 1.4rem;
  }

  .text-block-13 {
    font-size: 1rem;
  }

  .job_heading-medium {
    font-size: 1.6rem;
  }

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

  .ihk_description {
    font-size: .8rem;
  }

  .icon_job-mentoring {
    width: 4rem;
  }

  .heading_benefits-card {
    font-size: 1.5rem;
  }

  .heading_benefits-card.salary, .icon_collapse-wrapper.salary {
    margin-bottom: .5rem;
  }

  .benefits_image {
    margin-bottom: 7px;
  }

  .job_grid {
    max-height: none;
    grid-row-gap: .5rem;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow: hidden;
  }

  .job_img.boy_white-shirt {
    background-position: 50% 0;
    background-size: cover;
  }

  .job_content {
    justify-content: space-between;
    padding: 1.6rem;
  }

  .job_content.orange-background {
    padding: 1.6rem;
  }

  .job_content.purple-background {
    justify-content: space-between;
    padding: 1.6rem;
  }

  .job_top-content-wrapper {
    justify-content: flex-end;
    display: flex;
  }

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

  .headline_office {
    align-items: center;
  }

  .splide_heading {
    font-size: 1.4rem;
  }

  .mobile_splide-image {
    width: 3rem;
    margin-left: 1rem;
    display: block;
  }

  .splide_top {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 14px;
    display: flex;
  }

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

  .link-3, .text-block-15 {
    font-size: 1rem;
  }

  .text-block-16 {
    font-size: 1.4rem;
  }

  .text-block-17, .text-block-18 {
    font-size: 1.2rem;
  }

  .heading-18 {
    font-size: 1.4rem;
  }

  .text-block-20 {
    font-size: 1rem;
  }

  .your-ideas-block {
    width: 80%;
    text-align: center;
    margin-bottom: 28px;
  }

  .div-block-36 {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 6rem;
    position: relative;
  }

  .navbar_link-wrapper {
    padding: 26vw 1rem 10vw;
  }

  .navbar_menu {
    z-index: -1;
  }

  .navbar-paragraph {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .div-block-37 {
    flex-direction: column;
  }

  .divider_icon {
    display: flex;
  }

  .image-19 {
    width: 4rem;
  }

  .paragraph-4 {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
  }

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

  .splide_bottom {
    justify-content: space-between;
    display: block;
  }

  .splide_paragraph {
    margin-bottom: .25rem;
    font-size: 1rem;
  }

  .text-span-5 {
    text-align: left;
    margin-bottom: .5rem;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
    display: inline-block;
  }

  .icon_menu {
    width: 4rem;
  }

  .div-block-42 {
    justify-content: center;
  }
}

#w-node-fcc5249f-b8de-8bba-c7cc-4c55ba6995f1-fb58f9ff, #w-node-d71e74b3-baea-a147-380d-c87ba18c3990-fb58f9ff, #w-node-_415fd35c-596e-9026-4795-eaf454c32681-fb58f9ff, #w-node-_86cdadd2-cb79-1ebf-2c4c-2a07a2a3cd8b-fb58f9ff, #w-node-_6bd27ceb-fa86-4df4-0e26-fcb046440360-fb58f9ff, #w-node-_49b083e9-a59f-0301-7b2e-1fdc9d33b876-fb58f9ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f1245af-f8c7-0273-a524-4ab060c17a3a-fb58f9ff {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-c63ce138-88cc-4ec1-2aee-d74afcba6700-fb58f9ff {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-_9237bd10-d1ef-7d9f-5b4f-fa1552705531-fb58f9ff {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-d0f758d4-8376-ce76-046e-953f27c0151c-fb58f9ff {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-_93c6dc07-5bed-3431-8d57-e03090e253db-fb58f9ff {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-d3bc9011-f272-ea54-3172-505d2bc17488-fb58f9ff {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_095ad6f0-d416-0cd5-cf6c-b83b5a58ec34-fb58f9ff, #w-node-_4b17cce5-74ab-4074-bd22-89e1eea03264-fb58f9ff, #w-node-b956515b-343e-bc98-d9d3-98306e211c8d-fb58f9ff, #w-node-_9e5c036c-bf63-d247-23a4-86d3d65c7c58-fb58f9ff, #w-node-_892c9bcc-59c2-c47d-4cce-ca11f186a797-fb58f9ff, #w-node-e621bf7d-1450-d1b8-0a86-07ac20fcd9a1-fb58f9ff, #w-node-_115c362d-688a-6f13-10d7-d9c0e6601b64-fb58f9ff, #w-node-_4b6ac05e-43f3-be1b-ec37-db05d6ef1ce3-fb58f9ff, #w-node-d76938fb-7966-a2e5-1a1d-c2453149b7a4-fb58f9ff, #w-node-d4a85e2a-58cc-a480-c345-6a622eb05432-fb58f9ff, #w-node-d4a85e2a-58cc-a480-c345-6a622eb05433-fb58f9ff, #w-node-d4a85e2a-58cc-a480-c345-6a622eb0543d-fb58f9ff, #w-node-_86251bb9-5495-ba51-d901-59d6a6a0e3bb-fb58f9ff, #w-node-_86251bb9-5495-ba51-d901-59d6a6a0e3bc-fb58f9ff, #w-node-_86251bb9-5495-ba51-d901-59d6a6a0e3cd-fb58f9ff, #w-node-ae5512fe-fe0f-1efb-427c-1815c069484c-fb58f9ff, #w-node-ae5512fe-fe0f-1efb-427c-1815c069484d-fb58f9ff, #w-node-ae5512fe-fe0f-1efb-427c-1815c0694857-fb58f9ff, #w-node-_3d6d12ac-497a-c276-fb59-d4b0a3a6dc7a-fb58f9ff, #w-node-_3d6d12ac-497a-c276-fb59-d4b0a3a6dc7b-fb58f9ff, #w-node-_3d6d12ac-497a-c276-fb59-d4b0a3a6dc85-fb58f9ff, #w-node-_12b7ebdb-b770-dacd-c043-5a4aaf99f5ca-fb58f9ff, #w-node-_12b7ebdb-b770-dacd-c043-5a4aaf99f5cb-fb58f9ff, #w-node-_12b7ebdb-b770-dacd-c043-5a4aaf99f5d5-fb58f9ff, #w-node-_699c0c67-5031-1a23-9a3e-3b376847ff48-fb58f9ff, #w-node-_98a29590-8aaa-4b47-aab2-33eba466991b-fb58f9ff, #w-node-_30736877-45d3-ed24-2415-0a67f708ab49-fb58f9ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa91a488-6de4-cb01-15da-ce21fcb21e9e-fb58f9ff {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f3e55357-691e-4d3d-a545-664559ed7a8c-fb58f9ff, #w-node-_7148724b-dbc2-87bc-9017-4b5f810b5c10-fb58f9ff, #w-node-a3832ae0-a760-2702-d7ff-ac6b8e34da70-fb58f9ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83e048b9-f77c-2737-2e2e-616cfb6ea88b-fb58f9ff {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_25904c23-2acf-be6b-7d51-2dbab417dcc0-fb58f9ff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  #w-node-d71e74b3-baea-a147-380d-c87ba18c3990-fb58f9ff, #w-node-_86cdadd2-cb79-1ebf-2c4c-2a07a2a3cd8b-fb58f9ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9237bd10-d1ef-7d9f-5b4f-fa1552705531-fb58f9ff {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-_93c6dc07-5bed-3431-8d57-e03090e253db-fb58f9ff {
    grid-area: span 5 / span 4 / span 5 / span 4;
  }

  #w-node-d3bc9011-f272-ea54-3172-505d2bc17488-fb58f9ff {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-aa91a488-6de4-cb01-15da-ce21fcb21e9e-fb58f9ff, #w-node-_83e048b9-f77c-2737-2e2e-616cfb6ea88b-fb58f9ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_476a15be-77c4-622c-557f-b51ec449071e-fb58f9ff {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d71e74b3-baea-a147-380d-c87ba18c3990-fb58f9ff, #w-node-_86cdadd2-cb79-1ebf-2c4c-2a07a2a3cd8b-fb58f9ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d0f758d4-8376-ce76-046e-953f27c0151c-fb58f9ff {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_93c6dc07-5bed-3431-8d57-e03090e253db-fb58f9ff, #w-node-d3bc9011-f272-ea54-3172-505d2bc17488-fb58f9ff {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-_476a15be-77c4-622c-557f-b51ec449071e-fb58f9ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4f1245af-f8c7-0273-a524-4ab060c17a3a-fb58f9ff, #w-node-c63ce138-88cc-4ec1-2aee-d74afcba6700-fb58f9ff {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_9237bd10-d1ef-7d9f-5b4f-fa1552705531-fb58f9ff {
    grid-area: 9 / 1 / 11 / 5;
  }

  #w-node-d0f758d4-8376-ce76-046e-953f27c0151c-fb58f9ff {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_93c6dc07-5bed-3431-8d57-e03090e253db-fb58f9ff {
    grid-area: 5 / 1 / 7 / 5;
  }

  #w-node-d3bc9011-f272-ea54-3172-505d2bc17488-fb58f9ff {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }
}


@font-face {
  font-family: 'American Typewriter';
  src: url('../fonts/American-Typewriter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}