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

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

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

h4 {
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

h6 {
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: #195436;
}

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 #f57509;
  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;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  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;
}

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

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

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

.padding-vertical.padding-custom1 {
  padding-top: 0;
  padding-bottom: 6rem;
}

.padding-vertical.padding-custom4 {
  padding-top: 6rem;
  padding-bottom: 0;
}

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

.padding-horizontal.padding-custom4 {
  padding-left: 0;
  padding-right: 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(0, 115, 230, .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;
}

.icon-1x1-small.text-color-dark {
  width: 1rem;
  height: 1rem;
  color: #195436;
}

.icon-1x1-small.text-color-orange {
  width: 1rem;
  height: 1rem;
  color: #f57509;
}

.icon-1x1-small.rotated {
  transform: rotate(45deg);
}

.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: 3rem;
  line-height: 1.2;
}

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

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

.text-color-dark {
  color: #195436;
}

.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: 50rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.padding-global.padding-custom1 {
  flex: 0 auto;
  padding: 3rem 4rem 3rem 0;
}

.padding-global.padding-custom1.background-color-white {
  border-radius: .625rem .625rem 0 0;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  padding-right: 3rem;
}

.padding-global.padding-custom4 {
  flex: 0 auto;
  padding: 3rem 4rem 3rem 0;
}

.padding-global.padding-custom4.background-color-white {
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  padding: 2.5rem 2.5rem 0 3rem;
}

.padding-global.padding-medium.wide {
  flex: 1;
}

.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: .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-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(0, 115, 230, .1);
  border: .0625rem dashed #0073e6;
  position: relative;
}

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

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

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

.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-green {
  background-color: #e9eeea;
}

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

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

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

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

.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: #195436;
  border-bottom: .0625rem solid #195436;
  text-decoration: none;
}

.text-style-link:hover {
  border-bottom-width: 0;
  text-decoration: none;
}

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

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

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

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  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: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.container-large.white-borders {
  max-width: 93rem;
  outline-offset: 0rem;
  border-left: 1.25rem solid #fff;
  border-right: 1.25rem solid #fff;
  outline: 0 rgba(0, 0, 0, 0);
}

.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 {
  overflow: hidden;
}

.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 #f57509;
  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;
  text-transform: uppercase;
  background-color: #f57509;
  border-radius: .3125rem;
  padding: .75rem 1.5rem;
  font-size: .85rem;
  font-weight: 600;
  transition: filter .35s, box-shadow .35s, transform .35s, opacity .35s;
}

.button:hover {
  transform: scale(1.01);
  box-shadow: 0 3px 1rem .25rem rgba(240, 129, 34, .4);
}

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

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

.button.is-icon:hover {
  filter: brightness(110%);
}

.button.is-icon.is-transparant {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.button.is-icon.is-transparant:hover {
  box-shadow: none;
}

.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;
  line-height: 1.2;
}

.text-size-medium.text-weight-bold.text-color-orange {
  color: #f57509;
}

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

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

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

.body {
  color: #195436;
  font-family: Plus Jakarta Sans, sans-serif;
}

.link {
  color: #f57509;
  text-decoration: none;
}

.section.background-color-white_pattern {
  background-color: #fff;
  background-image: url('../images/pattern_512x512px.svg');
  background-position: 0 0;
  background-size: .9375rem .9375rem;
}

.section.background-color-white_pattern.white-border_bottom {
  border-bottom: 1.25rem solid #fff;
}

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

.nav_link {
  color: #195436;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .15s;
  display: flex;
}

.nav_link:hover {
  transform: scale(1.05);
}

.nav_link.last {
  padding-right: 0;
}

.nav_link.first {
  padding-left: 0;
}

.nav_link.first.w--current {
  color: #f57509;
}

.nav_menu {
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav_logo {
  height: 3.1rem;
  max-height: none;
}

.nav_logo.footer {
  max-height: 2.25rem;
}

.nav-logo-link.w--current {
  transition: transform .35s;
}

.nav-logo-link.w--current:hover {
  transform: scale(1.05);
}

.nav_container {
  width: 100%;
  max-width: 90rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_component {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  padding: .5rem 2.5rem;
}

.hero-img_box {
  z-index: 0;
  width: 70rem;
  height: 60vh;
  background-color: #fff;
  background-image: url('../images/selexi_henri.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .625rem;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero-img_box.left-align {
  width: 70rem;
  background-image: url('../images/selexi_contact.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
  margin-right: auto;
}

.hero-img_box.crisis-management {
  background-image: url('../images/selexi_interim.webp');
}

.hero-img_box.transformatie-proces {
  background-image: url('../images/selexi_transformatie-proces.webp');
}

.hero-img_box.project-management {
  background-image: url('../images/selexi_project-management.webp');
}

.hero-img_box.hero {
  height: 60svh;
  background-image: url('../images/selexi_home-duo.webp');
}

.header_box {
  z-index: 9;
  max-width: none;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.header_box.right-align {
  background-image: none;
  left: auto;
  right: 0%;
}

.header_box.right-align.contactform {
  top: 25%;
}

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

.button_box {
  display: flex;
}

.heading {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 1.2;
}

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

.text-block.text-color-dark {
  color: #195436;
}

.skew-box-bottom {
  background-color: #dae41f;
  padding-left: 4.6875rem;
  position: relative;
  right: 2.5625rem;
  transform: skew(-50deg);
}

.skew-box-bottom.first {
  background-color: #fff;
  border-radius: .3125rem;
  padding-left: 5rem;
  top: -.1875rem;
  right: 1.25rem;
  transform: skew(-40deg);
}

.skew-box-bottom.hero {
  background-color: #fffd53;
  border-radius: .625rem;
  align-self: stretch;
  padding-left: 2.4rem;
  top: -.3125rem;
  right: 2.125rem;
  transform: skew(-40deg);
}

.skew-box-bottom.contactform {
  background-color: #fff;
  border-radius: .625rem;
  align-self: stretch;
  padding-left: 0;
  padding-right: 2.4rem;
  top: -.3125rem;
  left: .9375rem;
  right: 0;
  transform: skew(40deg);
}

.skew-box-bottom.cta {
  background-color: #f57509;
  border-radius: .3125rem;
  padding-left: 5rem;
  top: -.1875rem;
  right: 1.25rem;
  transform: skew(-40deg);
}

.skew-box {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  overflow: hidden;
}

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

.text-button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.text-button.is-icon.text-align-right {
  text-align: right;
  justify-content: flex-end;
  transition: transform .15s;
}

.text-button.is-icon.text-align-right:hover {
  transform: scale(1.05);
}

.skew-box-middle {
  background-color: #dae41f;
  padding: 2rem;
}

.skew-box-middle.first {
  height: 11rem;
  background-color: #fff;
  padding: .125rem 1.5rem 1rem;
}

.skew-box-middle.cta {
  height: 25rem;
  background-color: #f57509;
  padding: .125rem 1.5rem 1rem;
}

.kader-bottom-content {
  padding-top: .5rem;
  padding-bottom: 1.5rem;
  transform: skew(40deg);
}

.kader-bottom-content.hero {
  padding-top: 0;
  padding-bottom: 3rem;
}

.kader-bottom-content.contactform {
  height: auto;
  padding-top: 0;
  padding-bottom: 3rem;
  transform: skew(-40deg);
}

.block-text-box {
  height: 8rem;
}

.skew-box-top {
  min-height: 14rem;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.skew-box-top.first {
  background-image: url('../images/selexi_interim.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .3125rem .3125rem 0 0;
  overflow: hidden;
}

.skew-box-top.second {
  background-image: url('../images/selexi_transformatie-proces.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: .3125rem;
  border-top-right-radius: .3125rem;
  overflow: hidden;
}

.skew-box-top.third {
  background-image: url('../images/selexi_project-management.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: .3125rem;
  border-top-right-radius: .3125rem;
  overflow: hidden;
}

.pattern {
  height: 3.3rem;
  background-image: url('../images/pattern_512x512px.svg');
  background-position: 50%;
  background-size: .9375rem;
  padding-right: 0;
}

.flexbox {
  align-items: center;
  display: flex;
}

.flexbox.wide {
  justify-content: space-between;
}

.flexbox._3c-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.text-block-2 {
  color: #195436;
}

.text-color-orang {
  color: #f57509;
}

._3c-footer_grid {
  grid-column-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.heading-2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
}

.heading-3 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.heading-4 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.2;
}

.heading-5 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.2;
}

.heading-6 {
  margin-top: .25rem;
  margin-bottom: .5rem;
  font-size: .75rem;
  line-height: 1.2;
}

.rich-text-block {
  line-height: 1.5;
}

.hero-video_box {
  z-index: 0;
  width: 70rem;
  height: 60vh;
  background-color: #fff;
  border-radius: .625rem;
  margin-left: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-video_box.hide {
  display: none;
}

.background-video {
  width: 70rem;
  height: 60vh;
}

.blog_featured_component {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1a1a1a;
  background-color: #fff;
  border-radius: 0;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog_featured_component:hover {
  text-decoration: none;
}

.blog_featured_thumbnail-wrapper {
  width: 70rem;
  max-height: none;
  border-radius: .625rem;
  overflow: hidden;
}

.desktop-featured_img {
  width: 100%;
  height: 100%;
  max-height: 40rem;
  object-fit: cover;
}

.blog_featured_content {
  max-width: 38rem;
  color: #195436;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/hoekje.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 607px;
  border-radius: .625rem .625rem 0 0;
  padding: 2rem 2.5rem 2.5rem;
  position: absolute;
  top: auto;
  bottom: 4rem;
  left: 0;
  right: auto;
}

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

.padding-desktop.padding-custom1 {
  flex: 0 auto;
  padding: 3rem 4rem 3rem 0;
}

.padding-desktop.padding-custom1.background-color-white {
  border-radius: .625rem .625rem 0 0;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  padding-right: 3rem;
}

.padding-desktop.padding-custom4 {
  flex: 0 auto;
  padding: 3rem 4rem 3rem 0;
}

.padding-desktop.padding-custom4.background-color-white {
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  padding: 2.5rem 2.5rem 0 3rem;
}

.padding-desktop.padding-medium.wide {
  flex: 1;
}

.mobile-featured_img {
  width: 100%;
  height: 100%;
  max-height: 40rem;
  object-fit: cover;
  display: none;
}

.form_featured_content {
  max-width: 38rem;
  color: #195436;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/hoekje_reversed.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 607px;
  border-radius: .625rem .625rem 0 0;
  padding: 2rem 2.5rem 2.5rem;
  position: absolute;
  top: auto;
  bottom: 4rem;
  left: auto;
  right: 0;
}

.form_featured_thumbnail-wrapper {
  width: 70rem;
  max-height: none;
  border-radius: .625rem;
  overflow: hidden;
}

.form_featured_component {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1a1a1a;
  background-color: #fff;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
  position: relative;
}

.form_featured_component:hover {
  text-decoration: none;
}

.form_featured_component--reversed {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1a1a1a;
  background-color: #fff;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
  position: relative;
}

.form_featured_component--reversed:hover {
  text-decoration: none;
}

.mobile-form_img {
  width: 100%;
  height: 100%;
  max-height: 40rem;
  object-fit: cover;
  display: none;
}

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

  .padding-horizontal.padding-custom4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .container-large.white-borders {
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
  }

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

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

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

  .nav_link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1rem;
    transition: color .2s ease-out;
  }

  .nav_link:hover {
    color: #0366d6;
  }

  .nav_menu {
    z-index: 3;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
  }

  .nav_logo {
    height: 3rem;
  }

  .nav_menu-button {
    padding: .5rem;
  }

  .nav_menu-button.w--open {
    color: #24292e;
    background-color: rgba(0, 0, 0, 0);
    padding: .5rem;
  }

  .hero-img_box {
    width: 36rem;
    background-position: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -2.5rem;
  }

  .hero-img_box.left-align {
    width: 36rem;
    border-radius: 0 .625rem .625rem 0;
    margin-left: -2.5rem;
  }

  .header_box {
    top: 25%;
  }

  .header_box.right-align {
    top: 35%;
  }

  .skew-box-bottom.hero {
    right: 2.125rem;
  }

  .skew-box {
    width: 60%;
  }

  .flexbox.wide {
    flex-direction: row;
  }

  .flexbox._3c-grid {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  ._3c-footer_grid {
    margin-top: .5rem;
  }

  .text-block-capitals:hover {
    color: #195436;
  }

  .hero-video_box {
    width: 36rem;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .blog_featured_component {
    height: 100%;
    flex-direction: column;
    align-items: flex-end;
  }

  .blog_featured_thumbnail-wrapper {
    width: 95svw;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
  }

  .desktop-featured_img {
    height: 65rem;
    max-height: none;
    object-position: 75% 50%;
    display: none;
  }

  .blog_featured_content {
    max-width: 38rem;
    position: absolute;
    bottom: 3rem;
  }

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

  .mobile-featured_img {
    height: 65rem;
    max-height: none;
    object-position: 75% 50%;
    display: block;
  }

  .form_featured_content {
    max-width: 38rem;
    position: absolute;
    bottom: 3rem;
  }

  .form_featured_thumbnail-wrapper {
    width: 95svw;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
  }

  .form_featured_component {
    height: 100%;
    flex-direction: column;
    align-items: flex-end;
  }

  .form_featured_component--reversed {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-form_img {
    height: 55rem;
    max-height: none;
    object-position: 75% 50%;
    display: block;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .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-vertical.padding-custom4 {
    padding-top: 4rem;
  }

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

  .padding-horizontal.padding-custom4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

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

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

  .nav_link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.25rem;
  }

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

  .hero-img_box {
    width: 80vw;
    height: 70vh;
    margin-right: -1.25rem;
  }

  .hero-img_box.hero {
    height: 100rem;
  }

  .skew-box {
    width: 100%;
  }

  .flexbox.wide {
    flex-direction: column-reverse;
  }

  .hero-video_box {
    width: 80vw;
  }

  .desktop-featured_img {
    height: 35rem;
    max-height: none;
  }

  .blog_featured_content {
    max-width: 90svw;
    padding: 1.5rem;
    bottom: 2rem;
  }

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

  .mobile-featured_img {
    height: 35rem;
    max-height: none;
  }

  .form_featured_content {
    max-width: 90svw;
    padding: 1.5rem;
    bottom: 2rem;
  }

  .mobile-form_img {
    height: 55rem;
    max-height: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -.02rem;
    font-size: 2rem;
  }

  .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-vertical.padding-custom1 {
    padding-bottom: 4rem;
  }

  .padding-vertical.padding-custom4 {
    padding-top: 3rem;
  }

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

  .padding-horizontal.padding-custom4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .margin-top.margin-small {
    margin-top: 1rem;
  }

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

  .padding-global.padding-custom1.background-color-white {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 1rem;
  }

  .padding-global.padding-custom4.background-color-white {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.padding-medium.mobile {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .text-size-large.text-weight-bold {
    font-size: 1.5rem;
  }

  .container-large.white-borders {
    max-width: none;
    border-left-width: 0;
    border-left-color: rgba(0, 0, 0, 0);
    border-right-width: 0;
  }

  .button.is-icon.is-transparant {
    padding-bottom: .2rem;
  }

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

  .text-style-3lines {
    font-size: 1.15rem;
    line-height: 1.3;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_link {
    padding: .5rem;
  }

  .nav_link.first {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: .5rem;
  }

  .nav_menu {
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    margin-top: 1rem;
  }

  .nav_logo.footer {
    margin-bottom: .1rem;
  }

  .nav_container {
    flex-direction: column;
  }

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

  .hero-img_box {
    width: 80vw;
    height: 70vh;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -1rem;
  }

  .hero-img_box.left-align {
    width: 80vw;
    height: 110vh;
    background-position: 25%;
  }

  .hero-img_box.hero {
    background-position: 55%;
  }

  .header_box {
    top: 15%;
  }

  .header_box.right-align.contactform {
    right: -1rem;
  }

  .container-tiny {
    max-width: none;
  }

  .skew-box-bottom.hero {
    padding-left: 1.75rem;
    top: -.1875rem;
    right: 1.75rem;
  }

  .kader-bottom-content.hero {
    padding-bottom: 2rem;
  }

  .flexbox._3c-grid {
    grid-row-gap: 1.25rem;
  }

  .hero-video_box {
    height: 70vh;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -1rem;
  }

  .background-video {
    width: 80vw;
    height: 70vh;
  }

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

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

  .desktop-featured_img {
    height: 79svh;
  }

  .blog_featured_content {
    max-width: 95svw;
    padding-bottom: 1.5rem;
    padding-left: 1.1rem;
    padding-right: 1rem;
    bottom: 2rem;
  }

  .padding-desktop.padding-custom1.background-color-white {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 1rem;
  }

  .padding-desktop.padding-custom4.background-color-white {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-desktop.padding-medium.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-featured_img {
    height: 79svh;
  }

  .form_featured_content {
    max-width: 95svw;
    padding-bottom: 1.5rem;
    padding-left: 1.1rem;
    padding-right: 1rem;
    bottom: 2rem;
  }

  .form_featured_thumbnail-wrapper {
    border-radius: 0 .625rem .625rem 0;
  }

  .mobile-form_img {
    height: 150svh;
    object-position: 50% 50%;
  }
}

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

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

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

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-fd5ac6df {
  justify-self: start;
}

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-fd5ac6df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-fd5ac6df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-fd5ac6df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-fd5ac6df {
  justify-self: start;
}

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

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

@media screen and (max-width: 991px) {
  #w-node-_5a66a765-286f-4a9f-ceea-c4c19f6a8b8f-d25ac6da, #w-node-f0bd8838-fda6-14a2-23a5-3d38026774ed-d25ac6da, #w-node-e5e941fe-b175-fe16-b791-1907feda09a7-d25ac6da, #w-node-_9e0bc484-05ce-444e-2e7d-480b38ab4e29-bc48bbeb, #w-node-_9e0bc484-05ce-444e-2e7d-480b38ab4e39-bc48bbeb, #w-node-_9e0bc484-05ce-444e-2e7d-480b38ab4e49-bc48bbeb, #w-node-e634973a-cf86-e7d0-82a5-69226acb7f76-fe03687f, #w-node-e634973a-cf86-e7d0-82a5-69226acb7f86-fe03687f, #w-node-e634973a-cf86-e7d0-82a5-69226acb7f66-fe03687f, #w-node-_177be8d6-976b-b452-8c7b-354b186b7f84-546f59f6, #w-node-_177be8d6-976b-b452-8c7b-354b186b7fa4-546f59f6, #w-node-f2b9593d-13a3-cd40-61b3-6596f9829ce6-0f139b48, #w-node-f2b9593d-13a3-cd40-61b3-6596f9829cf6-0f139b48 {
    align-self: center;
    justify-self: center;
  }
}


