:root {
  --charcoal: #414141;
  --white: white;
  --duck-egg: #86c4bd;
}

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

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

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

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

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

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

body {
  color: var(--charcoal);
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  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: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

p {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

.form-message-success {
  border: 1px solid var(--white);
  color: var(--duck-egg);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 1.25rem;
  font-size: 2rem;
}

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

.text-color-charc {
  color: var(--charcoal);
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

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

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

.text-weight-semibold {
  font-family: Lato, sans-serif;
  font-weight: 600;
}

.text-weight-light {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

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

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

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.button {
  background-color: var(--duck-egg);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding: .75rem 1.25rem;
  font-weight: 600;
  transition: letter-spacing .4s cubic-bezier(.77, 0, .175, 1), box-shadow .4s cubic-bezier(.77, 0, .175, 1);
  position: relative;
}

.button:hover {
  box-shadow: inset 0 -3px 0 3px var(--charcoal);
  letter-spacing: 0;
}

.button.is-on-dark-background:hover {
  box-shadow: inset 0 -3px 0 3px var(--white);
}

.button.stretch {
  width: 100%;
  font-weight: 900;
}

.button.adjusted-to-left {
  right: 20px;
}

.button.adjusted-to-left.is-no-top-margin {
  margin-top: 0;
}

.heading-medium {
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  font-family: Playfair Display, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-bold {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.text-size-large {
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

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

.text-size-regular.is-process-listing {
  border-bottom: 1px solid var(--duck-egg);
}

.text-weight-normal {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

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

.icon-small {
  height: 2rem;
}

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

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

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  background-color: var(--duck-egg);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
}

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

.text-weight-xbold {
  color: var(--charcoal);
  font-family: Lato, sans-serif;
  font-weight: 900;
}

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

.form-wrapper {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

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

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

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-family: Playfair Display, sans-serif;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Playfair Display, sans-serif;
}

.text-rich-text h5 {
  letter-spacing: .5px;
  margin-top: 1.25rem;
  margin-bottom: .75rem;
  font-family: Lato, sans-serif;
}

.text-rich-text h6 {
  letter-spacing: .5px;
  margin-top: 1.25rem;
  margin-bottom: .5rem;
  font-family: Lato, sans-serif;
}

.text-rich-text p {
  margin-bottom: .75rem;
}

.text-rich-text blockquote {
  margin-bottom: .75rem;
  font-family: Playfair Display, sans-serif;
}

.text-rich-text ul {
  margin-bottom: .75rem;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.text-rich-text a {
  border: 1px solid var(--duck-egg);
  color: var(--charcoal);
  border-radius: 15px;
  padding: 5px 10px;
  font-weight: 700;
  display: inline-block;
}

.text-rich-text figcaption {
  letter-spacing: .5px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

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

.icon-large {
  height: 4rem;
}

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

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

.heading-xlarge {
  font-family: Playfair Display, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.footer-txt-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 33%;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-weight: 300;
  transition: box-shadow .4s cubic-bezier(.77, 0, .175, 1);
}

.footer-txt-input:hover {
  box-shadow: inset 0 -3px 0 3px var(--duck-egg);
  border-radius: 10px;
}

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

.form-checkbox-label {
  font-weight: 400;
}

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

.form-label {
  font-weight: 300;
}

.page-wrapper {
  position: relative;
}

.text-size-tiny {
  font-size: .75rem;
}

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

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

.form-checkbox-icon.w--redirected-checked {
  background-color: var(--charcoal);
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

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

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

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

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

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-family: Playfair Display, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

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

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

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

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

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

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

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

.text-color-duckegg {
  color: var(--duck-egg);
}

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

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

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

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

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

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

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

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

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

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.overflow-container {
  overflow: hidden;
}

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

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

.button-secondary {
  border: .125rem solid var(--duck-egg);
  color: var(--charcoal);
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  transition: letter-spacing .4s cubic-bezier(.77, 0, .175, 1), box-shadow .4s cubic-bezier(.77, 0, .175, 1);
}

.button-secondary:hover {
  box-shadow: inset 0 -3px 0 3px var(--duck-egg);
  letter-spacing: 0;
}

.button-secondary.is-in-navbar {
  color: var(--duck-egg);
  border-width: .1rem;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 5%;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: padding .4s cubic-bezier(.445, .05, .55, .95), letter-spacing .4s cubic-bezier(.77, 0, .175, 1), box-shadow .4s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-secondary.is-in-navbar:hover {
  box-shadow: inset 0 -1px 0 1px var(--duck-egg);
  padding-left: 1.5rem;
  padding-right: 1rem;
}

.button-text {
  color: var(--charcoal);
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  transition: box-shadow .4s cubic-bezier(.77, 0, .175, 1);
}

.button-text:hover {
  box-shadow: inset 0 -3px 0 3px var(--duck-egg);
}

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

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

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

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

.heading-small {
  font-family: Playfair Display, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  letter-spacing: .5px;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading {
  font-family: Playfair Display, sans-serif;
}

.heading.heading-xlarge.absolute {
  position: relative;
}

.heading-2 {
  font-family: Playfair Display, sans-serif;
}

.heading-3, .heading-4 {
  letter-spacing: .7px;
  font-family: Playfair Display, sans-serif;
}

.heading-5, .heading-6 {
  letter-spacing: .5px;
  font-family: Lato, sans-serif;
}

.paragraph {
  max-width: 45ch;
  margin-bottom: .5rem;
  font-family: Lato, sans-serif;
}

.paragraph.is-process-listing {
  border-bottom: 1px solid var(--duck-egg);
}

.block-quote {
  font-family: Lato, sans-serif;
}

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

.heading-2 {
  margin-bottom: .7rem;
}

.nav_component {
  z-index: 9500;
  background-color: var(--charcoal);
  justify-content: center;
  align-items: center;
  height: 100px;
  min-height: 0;
  max-height: none;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.logo {
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
  padding: 15px;
}

.menu-wrapper {
  cursor: crosshair;
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: 100px;
  height: 100%;
  margin-right: 5%;
  padding: 15px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.homelink-block {
  height: 100%;
}

.menu-line {
  background-color: var(--duck-egg);
  height: 3px;
}

.menu-line.top {
  margin-bottom: 10px;
}

.body {
  font-size: 1rem;
}

.angle-div {
  z-index: 9000;
  border-bottom: 10px solid var(--white);
  background-color: var(--charcoal);
  perspective: 1000px;
  height: 20vw;
  position: absolute;
  top: -15.5vw;
  bottom: auto;
  left: -15vw;
  right: 0%;
  transform: rotate(-3deg)perspective(1000px);
}

.angle-div.white {
  z-index: 100;
  background-color: var(--white);
  width: 150vw;
  top: -4vw;
  left: -25%;
  right: auto;
}

.img-reveal-wrapper {
  z-index: 4000;
  position: relative;
  overflow: hidden;
}

.img-reveal-wrapper.reveal-minimize-right {
  width: 100%;
  max-height: 90vh;
  display: block;
  overflow: hidden;
}

.section-home {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  position: relative;
}

.section-home.is-full-screen-minimum {
  z-index: 3000;
  border-bottom: 7px none var(--duck-egg);
  background-color: var(--white);
  position: relative;
}

.section-home.special-padding {
  background-color: var(--charcoal);
  padding: 0;
}

.section-home.special-padding.content-aligned-right {
  z-index: 2000;
  color: var(--white);
  justify-content: flex-end;
}

.section-home.special-padding.content-aligned-right.extra-bottom-padding {
  padding-bottom: 150px;
}

.cover-img {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 90vh;
}

.invisible-txt-wrapper {
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  max-height: none;
  position: relative;
  top: -90px;
  overflow: hidden;
}

.invisible-txt-wrapper.hide-mobile-landscape {
  height: 250px;
  top: -7rem;
}

.home-header_animated-heading-line1 {
  perspective: 1000px;
  font-family: Playfair Display, sans-serif;
  display: block;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: 0%;
  right: 0%;
  transform: perspective(1000px);
}

.home-header_animated-heading-line1.hide-desktop-and-tablet {
  display: none;
}

.home-header_animated-heading-line1.hide-mobile-landscape {
  font-size: 3.5rem;
  bottom: 15%;
}

.home-header_animated-heading-line2 {
  font-family: Playfair Display, sans-serif;
  display: block;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: 0%;
  right: 0%;
}

.home-header_animated-heading-line2.hide-mobile-landscape {
  font-size: 3.5rem;
  bottom: 30%;
}

.fading-bg-img {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: auto;
}

.giant-lace-graphic {
  z-index: 50;
  opacity: .1;
  flex: 0 auto;
  max-width: none;
  height: 120%;
  max-height: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -1200px;
  right: auto;
}

.lace-list {
  margin-top: 1.5rem;
}

.service-item-layout {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  margin-top: 0;
  margin-bottom: 100px;
}

.services-img {
  object-fit: cover;
  object-position: 50% 0%;
  border-left: 1px solid #000;
  border-radius: 5px;
  width: 500px;
  height: 500px;
  box-shadow: -28px 28px 100px 40px rgba(0, 0, 0, .2), -21px 21px 50px 12px rgba(0, 0, 0, .3);
}

.services-img.is-adjusted {
  object-position: 50% 100%;
}

.divider-line {
  background-color: var(--duck-egg);
  width: 120px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.divider-line.wide {
  background-color: var(--duck-egg);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.divider-line.thick {
  height: 5px;
}

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

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

.heading-subtxt-wrapper {
  margin-bottom: 60px;
}

.all-content-wrapper {
  z-index: 200;
  margin-left: 60px;
  margin-right: 40px;
  padding-top: 90px;
  position: relative;
}

.section-quick-navigation {
  padding: 65px 25px 25px;
}

.section-jumper-wrapper {
  justify-content: space-around;
  display: flex;
}

.quick-nav-txt {
  text-transform: capitalize;
}

.portfolio-cta-wrapper {
  position: absolute;
}

.quick-nav-heading-line-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.decorative-line {
  background-color: var(--charcoal);
  width: 100px;
  height: 2px;
  margin-left: 20px;
}

.decorative-line.is-footer {
  background-color: var(--duck-egg);
}

.nav-items-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: relative;
  top: auto;
}

.frame-div {
  z-index: 200;
  border: 7px solid var(--duck-egg);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 70%;
  display: flex;
  position: absolute;
}

.motto-text {
  max-width: 30ch;
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}

.lace-graphic-corner {
  width: 30%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.invisible-txt-container {
  flex-direction: column;
  align-items: flex-end;
  margin-left: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-top: 7px none var(--duck-egg);
  background-color: var(--charcoal);
  color: var(--white);
  flex-direction: column;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.footer-content-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  display: flex;
}

.footer-item-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.footer-icon {
  color: var(--duck-egg);
  padding: 7px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 1.2rem;
}

.footer-icon.brand {
  font-family: "Font awesome 5 brands 400", sans-serif;
}

.footer-logo {
  max-width: 100%;
}

.footer-logo-link {
  max-width: 80px;
}

.footer-logo-link.w--current {
  max-width: 85px;
}

.footer-logo-link.hide-mobile-landscape {
  max-width: 60px;
}

.footer-logo-link.hide-mobile-landscape.w--current {
  margin: 1rem;
}

.fixed-feature-img-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.parallax-feature-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 150%;
}

.parallax-feature-wrapper {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 90%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.site-menu-overlay {
  z-index: 9000;
  object-fit: fill;
  background-color: rgba(134, 196, 189, .7);
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-105%);
}

.site-menu_component {
  z-index: 9001;
  background-color: var(--charcoal);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 100px;
  height: 100%;
  padding: 25px 3rem 0 5rem;
  font-size: 2.5rem;
  display: flex;
  position: relative;
}

.menu-item-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  font-size: 2.2rem;
  display: flex;
}

.menu-item-wrapper.contact {
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  transition: color .4s cubic-bezier(.445, .05, .55, .95), padding .4s cubic-bezier(.445, .05, .55, .95);
  position: relative;
}

.menu-item-wrapper.contact:hover {
  color: var(--duck-egg);
  margin-left: 0;
  padding-left: 20px;
  padding-right: 0;
}

.menu-icon {
  padding: 15px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-weight: 400;
  position: relative;
}

.menu-icon.brand {
  font-family: "Font awesome 5 brands 400", sans-serif;
}

.menu-txt {
  font-size: 1rem;
  line-height: 1.3;
  position: relative;
}

.menu-item {
  padding: 5px 20px;
  font-size: 2.2rem;
  transition: padding .4s cubic-bezier(.445, .05, .55, .95), color .4s cubic-bezier(.445, .05, .55, .95);
}

.menu-item:hover {
  color: var(--duck-egg);
  padding-left: 30px;
}

.menu-item.w--current {
  position: relative;
}

.liesl-signature {
  width: 100%;
  max-width: 250px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.giant-number {
  width: 50vw;
  max-width: 300px;
  padding: 20px;
}

.giant-number.slightly-smaller {
  width: 100%;
}

.footer_calbie-link {
  transition: letter-spacing .4s, color .4s;
}

.footer_calbie-link:hover {
  color: var(--duck-egg);
  letter-spacing: 1px;
  font-weight: 400;
}

.footer_copyright-text-wrapper {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-block-3 {
  padding-left: 4px;
  padding-right: 4px;
}

.section-testimonials.is-background {
  background-color: var(--duck-egg);
}

.testimonials-spacing-wrapper {
  background-color: var(--duck-egg);
  border-radius: 10px;
  margin: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.testimonial-slider_content-wrapper {
  background-color: var(--duck-egg);
  color: var(--charcoal);
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 2rem 2rem 3rem;
  display: flex;
  position: relative;
}

.testimonial-slider_component {
  border-right: 5px solid var(--white);
  border-bottom: 5px solid var(--white);
  border-left: 5px solid var(--white);
  box-shadow: 2px 2px 100px -20px var(--charcoal);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  height: 500px;
}

.testimonial-slider_text-wrapper {
  border-left: 10px solid rgba(255, 255, 255, .7);
  padding-left: 2rem;
}

.testimonial-slider_text-wrapper.max-width-medium {
  z-index: 15;
  border-left-color: var(--white);
  position: relative;
}

.testimonial-slider_text-wrapper.max-width-medium.is-overflow-auto {
  overflow: auto;
}

.mask {
  border-radius: 10px;
}

.testimonial-slider_nav-icons {
  font-size: .7rem;
}

.testimonial-slider_arrow-wrapper {
  font-size: 2rem;
}

.testimonial_name {
  font-weight: 900;
}

.testimonial_lace-background {
  z-index: 5;
  opacity: .07;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-portfolio-header {
  position: relative;
}

.portfolio_component {
  width: 100%;
  margin-bottom: 15rem;
  padding: 2rem;
}

.portfolio-header_layout {
  flex-wrap: wrap;
  grid-template-rows: auto;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  justify-items: start;
  margin-bottom: 0;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.overflow-hidden-text-wrapper {
  overflow: hidden;
}

.portfolio-layout {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.portfolio-lightbox-link {
  z-index: 50;
  border: 2px solid var(--white);
  border-radius: 15px;
  width: 50vw;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.portfolio-lightbox-link.is-image-left {
  transform-origin: 0%;
  transform: perspective(1000px);
  box-shadow: 28px 28px 100px -5px rgba(0, 0, 0, .6);
}

.portfolio-lightbox-link.is-image-right {
  transform-origin: 100%;
  transform: perspective(1000px);
  box-shadow: -40px 0 100px -5px rgba(0, 0, 0, .6);
}

.portfolio-lightbox-thumbnail {
  object-fit: cover;
  object-position: 85% 50%;
  width: 100%;
  height: 100%;
}

.portfolio-lightbox-thumbnail.is-adjusted-left {
  object-position: 30% 50%;
}

.portfolio-detail_text-wrapper {
  z-index: 15;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.portfolio_detail-card {
  color: var(--white);
  background-color: #414141;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  height: 90%;
  padding: 0 2rem;
  display: flex;
  position: relative;
}

.portfolio_detail-card.is-left-side {
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: var(--duck-egg);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 15px;
}

.portfolio_detail-card.is-right-side {
  border-style: solid solid solid none;
  border-width: 2px;
  border-color: var(--duck-egg);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 50px;
  position: relative;
}

.list-heading {
  border-bottom: 2px solid var(--duck-egg);
  color: var(--duck-egg);
  padding-bottom: .25rem;
  font-weight: 900;
  list-style-type: none;
}

.portfolio-detail_lace-graphic {
  z-index: 10;
  opacity: .05;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.motto-portrait-liesl {
  box-shadow: 14px 14px 30px -15px var(--charcoal);
  object-fit: cover;
  border-radius: 7px;
  width: 200px;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.motto-content-wrapper {
  justify-content: center;
  display: flex;
}

.testimonial-text {
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.testimonial-text.is-longform {
  font-size: 1rem;
}

.section-mobile-h1.hide-desktop-and-tablet {
  display: none;
}

.portfolio-suppliers_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-bottom: 10rem;
  display: grid;
}

.partner-logo {
  width: 100%;
  max-width: 180px;
  padding: 1rem;
}

.portfolio-component_tap-to-browse-images-label {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer_lace-graphic {
  opacity: .1;
  max-width: 200px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.scroll-indicator-wrapper {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: auto;
}

.scroll-indicator-wrapper.is-portfolio-page {
  color: var(--duck-egg);
  position: relative;
}

.scroll-indicator-line {
  background-color: var(--white);
  width: 3px;
  height: 70px;
}

.scroll-indicator-line.is-duck-egg {
  background-color: var(--duck-egg);
}

.section-call-to-action.is-relative {
  position: relative;
}

.call-to-action_content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.call-to-action_lace-graphic {
  opacity: .05;
  position: absolute;
  top: auto;
  bottom: -164%;
  left: 0%;
  right: 0%;
}

.bottom-cookie-wrapper {
  z-index: 9000;
  background-color: var(--duck-egg);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: space-between;
  align-items: center;
  max-height: 100px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 0;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-content {
  color: #fff;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 3rem;
  display: block;
}

.btns-wrapper {
  flex: none;
  justify-content: center;
  display: flex;
}

.cookie-btn {
  background-color: var(--charcoal);
  color: #f5f5f5;
  border-radius: 5px;
  margin-right: 35px;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 2px 2px 20px 3px rgba(70, 92, 105, .3);
}

.cookie-btn:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.cookie-btn.is-cookie-close {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.cookie-btn.is-cookie-close:hover {
  box-shadow: none;
  border-bottom-style: none;
  border-bottom-width: 1px;
}

.site-menu_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 2rem;
}

.cookies-popup_content-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .button.adjusted-to-left.is-no-top-margin {
    font-size: 2rem;
    font-weight: 700;
  }

  .button-secondary.is-in-navbar {
    margin-left: 5rem;
  }

  .paragraph {
    max-width: 45ch;
    font-size: 1.3rem;
  }

  .paragraph.is-process-listing {
    font-size: 2rem;
  }

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

  .angle-div {
    top: -17.5vw;
    transform: rotate(-2deg)perspective(1000px);
  }

  .section-home.is-full-screen-minimum {
    border-bottom: 7px solid var(--duck-egg);
  }

  .section-home.is-full-screen-minimum.process-section {
    justify-content: flex-end;
  }

  .section-home.special-padding.content-aligned-right {
    padding-top: 100px;
  }

  .section-home.special-padding.content-aligned-right.extra-bottom-padding {
    padding-bottom: 155px;
  }

  .invisible-txt-wrapper {
    width: 100%;
    height: 400px;
    padding: 15px;
  }

  .home-header_animated-heading-line1, .home-header_animated-heading-line2 {
    text-align: center;
    position: absolute;
    top: auto;
    bottom: 3rem;
    left: 0%;
    right: 0%;
  }

  .giant-lace-graphic {
    left: -920px;
  }

  .lace-list-item {
    max-width: 40ch;
  }

  .service-item-layout {
    grid-column-gap: 50px;
    grid-template-columns: 550px 1fr;
    width: 100%;
  }

  .service-item-layout.process-section {
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .services-img {
    object-fit: cover;
    width: 550px;
    box-shadow: -33px 23px 100px 40px rgba(0, 0, 0, .2), -21px 21px 50px 12px rgba(0, 0, 0, .3);
  }

  .divider-line.wide {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .all-content-wrapper.is-process {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-quick-navigation {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-jumper-wrapper {
    width: 100%;
    max-width: 1300px;
  }

  .quick-nav-heading-line-wrapper {
    align-items: center;
    display: flex;
  }

  .decorative-line {
    background-color: var(--charcoal);
    width: 100px;
    height: 2px;
    max-height: none;
    margin-left: 25px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .decorative-line.is-footer {
    background-color: var(--duck-egg);
  }

  .nav-items-wrapper {
    max-width: 2000px;
    top: 1rem;
  }

  .frame-div {
    height: 60%;
  }

  .motto-text {
    font-size: 3.5rem;
  }

  .lace-graphic-corner {
    width: 30%;
  }

  .footer {
    min-height: 40vh;
  }

  .footer-content-wrapper {
    justify-content: center;
    width: 100%;
    max-width: 1200px;
  }

  .footer-content-wrapper.is-aligned-right {
    justify-content: flex-end;
  }

  .footer-logo-link.hide-mobile-landscape.w--current {
    margin: 1rem 3rem 1rem 1rem;
  }

  .fixed-feature-img-section {
    background-image: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    position: relative;
  }

  .parallax-feature-img {
    object-fit: cover;
    width: 100%;
    height: 200%;
  }

  .site-menu_component {
    justify-content: center;
    padding-right: 60px;
    position: relative;
  }

  .menu-txt {
    font-size: 1.5rem;
  }

  .menu-item {
    font-size: 3rem;
  }

  .liesl-signature {
    width: 50%;
    max-width: 300px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .footer_copyright-text-wrapper {
    align-items: center;
  }

  .section-testimonials.is-background {
    background-color: var(--duck-egg);
  }

  .testimonials-spacing-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .testimonial-slider_component {
    box-shadow: 2px 2px 100px -20px var(--charcoal);
    border-radius: 10px;
  }

  .portfolio-header_layout {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .portfolio-lightbox-link.is-image-left, .portfolio-lightbox-link.is-image-right {
    height: 1000px;
  }

  .motto-portrait-liesl {
    width: 350px;
    margin-right: 1rem;
  }

  .motto-content-wrapper {
    justify-content: space-around;
    width: 90%;
  }

  .call-to-action_lace-graphic {
    bottom: -268%;
  }

  .bottom-cookie-wrapper {
    justify-content: space-between;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 991px) {
  .button.is-on-dark-background {
    align-self: stretch;
  }

  .hide-tablet {
    display: none;
  }

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

  .max-width-medium {
    text-align: center;
  }

  .heading-xlarge {
    font-size: 5rem;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .paragraph {
    max-width: 50ch;
    font-size: 1.2rem;
    font-weight: 400;
  }

  .paragraph.is-process-listing {
    font-weight: 300;
  }

  .section-home {
    min-height: 700px;
  }

  .section-home.is-full-screen-minimum.process-section {
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-home.special-padding.content-aligned-right.extra-bottom-padding {
    padding-bottom: 150px;
  }

  .invisible-txt-wrapper {
    padding: 30px;
  }

  .home-header_animated-heading-line1 {
    font-size: 3rem;
  }

  .home-header_animated-heading-line1.hide-desktop-and-tablet {
    display: none;
  }

  .home-header_animated-heading-line2 {
    font-size: 3rem;
  }

  .giant-lace-graphic {
    z-index: 50;
    opacity: .03;
    max-width: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lace-list-item {
    margin-bottom: 1rem;
    font-weight: 700;
  }

  .service-item-layout {
    grid-column-gap: 35px;
    max-height: none;
  }

  .service-item-layout.process-section {
    grid-template-columns: .5fr 1fr;
    margin-bottom: 100px;
  }

  .services-img {
    object-fit: cover;
    width: 300px;
    max-width: none;
    height: 300px;
  }

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

  .all-content-wrapper {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .all-content-wrapper.is-process {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-items-wrapper {
    top: auto;
  }

  .frame-div {
    width: 90%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .motto-text {
    font-size: 1.9rem;
  }

  .invisible-txt-container {
    left: auto;
  }

  .footer {
    min-height: 60vh;
  }

  .footer-content-wrapper {
    justify-content: center;
  }

  .footer-item-wrapper {
    flex-flow: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-item-wrapper.is-category-title {
    flex-direction: row;
  }

  .footer-item-txt {
    text-align: center;
    max-width: 21ch;
    font-size: .875rem;
  }

  .footer-logo-link.w--current {
    max-width: 60px;
  }

  .menu-item-wrapper.contact {
    font-size: 1.2rem;
  }

  .menu-item {
    font-size: 2rem;
  }

  .liesl-signature {
    max-width: 200px;
  }

  .giant-number {
    max-width: none;
    max-height: 250px;
  }

  .giant-number.slightly-smaller {
    width: auto;
    max-height: 225px;
  }

  .footer_copyright-text-wrapper {
    font-size: .875rem;
  }

  .testimonial-slider_text-wrapper {
    border-left-style: none;
    padding-left: 0;
  }

  .portfolio-header_layout {
    flex-direction: column;
    justify-content: center;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .portfolio-layout {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .portfolio-lightbox-link {
    width: 100%;
    height: 500px;
  }

  .portfolio-lightbox-link.is-image-left {
    box-shadow: -10px 39px 100px -5px rgba(0, 0, 0, .6);
  }

  .portfolio-lightbox-link.is-image-right {
    box-shadow: 0 40px 100px -5px rgba(0, 0, 0, .6);
  }

  .portfolio_detail-card {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 15px;
    width: 95%;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .portfolio_detail-card.is-left-side {
    border-top-style: none;
    border-right-style: solid;
    border-top-left-radius: 0;
  }

  .portfolio_detail-card.is-right-side {
    border-top-style: none;
    border-left-style: solid;
    border-top-right-radius: 0;
  }

  .portfolio-detail_lace-graphic {
    opacity: .03;
  }

  .motto-portrait-liesl {
    max-width: none;
  }

  .section-mobile-h1 {
    display: none;
  }

  .portfolio-suppliers_component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .partner-logo {
    max-width: 250px;
    padding: 2.5rem;
  }

  .call-to-action_lace-graphic {
    bottom: -77%;
  }

  .bottom-cookie-wrapper {
    z-index: 9000000;
    height: auto;
  }

  .btns-wrapper {
    flex-wrap: wrap;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cookie-btn {
    margin-right: 0;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

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

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .button.is-on-dark-background {
    width: 100%;
    min-height: 65px;
    display: flex;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

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

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

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

  .heading-xlarge {
    font-size: 4rem;
  }

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

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

  .show-mobile-landscape {
    display: block;
  }

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading.heading-xlarge.absolute {
    font-size: 3.5rem;
  }

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

  .nav_component {
    width: 100%;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .angle-div {
    display: none;
  }

  .img-reveal-wrapper.reveal-minimize-right {
    border-radius: 5px;
    max-height: 90%;
    display: block;
  }

  .section-home {
    min-height: 500px;
    padding: 20px;
  }

  .section-home.is-full-screen-minimum {
    height: 1000px;
    min-height: 0;
    padding: 0 25px 25px;
  }

  .section-home.is-full-screen-minimum.process-section {
    height: auto;
  }

  .section-home.special-padding.content-aligned-right.extra-bottom-padding {
    padding-bottom: 0;
  }

  .cover-img {
    object-position: 50% 50%;
    position: relative;
    top: -110px;
  }

  .invisible-txt-wrapper {
    height: 400px;
    padding: 20px;
    display: none;
  }

  .home-header_animated-heading-line1 {
    font-size: 3rem;
    display: block;
  }

  .home-header_animated-heading-line1.hide-desktop-and-tablet {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 2.5rem;
    line-height: 1.4;
    display: block;
    position: relative;
  }

  .home-header_animated-heading-line1.hide-mobile-landscape {
    display: none;
  }

  .home-header_animated-heading-line2 {
    font-size: 3rem;
  }

  .giant-lace-graphic {
    z-index: 50;
    opacity: .03;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lace-list-item {
    font-size: 1.5rem;
  }

  .service-item-layout {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    max-height: none;
  }

  .service-item-layout.process-section {
    justify-items: center;
  }

  .services-img {
    width: 350px;
    height: 350px;
  }

  .divider-line.thick {
    width: 100%;
  }

  .text-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .text-wrapper.is-process {
    text-align: center;
    align-items: center;
  }

  .all-content-wrapper {
    width: 100%;
  }

  .section-quick-navigation {
    padding-top: 35px;
    padding-bottom: 0;
  }

  .section-jumper-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
  }

  .quick-nav-txt {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }

  .quick-nav-txt.text-weight-xbold {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .decorative-line {
    margin-bottom: 10px;
    margin-left: 10px;
    display: none;
  }

  .frame-div {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .motto-text {
    text-align: left;
    font-size: 1.3rem;
  }

  .footer {
    grid-template: "."
                   "."
                   "."
                   / 100%;
    padding-bottom: 130px;
  }

  .footer-content-wrapper {
    flex-direction: row;
    justify-content: space-around;
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .footer-item-wrapper {
    max-width: none;
  }

  .footer-icon {
    font-size: 3rem;
  }

  .footer-item-txt, .footer-logo-link.w--current {
    display: none;
  }

  .fixed-feature-img-section {
    height: 60vh;
  }

  .site-menu_component {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 120px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-item-wrapper.contact {
    justify-content: center;
    font-size: 3rem;
  }

  .menu-icon {
    font-weight: 400;
  }

  .menu-icon.brand {
    font-family: "Font awesome 5 brands 400", sans-serif;
    font-weight: 400;
  }

  .menu-txt {
    display: none;
  }

  .liesl-signature {
    max-width: 175px;
  }

  .giant-number {
    position: relative;
    top: 35px;
  }

  .giant-number.slightly-smaller {
    margin-bottom: 20px;
  }

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

  .testimonial-slider_content-wrapper {
    min-height: 400px;
  }

  .testimonial-slider_component {
    height: 400px;
  }

  .testimonial-slider_text-wrapper {
    text-align: center;
    border-left-style: none;
    padding-left: 0;
  }

  .testimonial-slider_text-wrapper.max-width-medium {
    border-top: 10px rgba(255, 255, 255, .7);
    border-left-style: none;
    padding-top: 0;
    padding-left: 0;
  }

  .testimonial-slider_text-wrapper.max-width-medium.is-overflow-auto {
    height: 300px;
  }

  .testimonial-slider_nav-icons {
    font-size: .5rem;
    top: auto;
  }

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

  .portfolio-header_layout {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonial-text {
    font-size: 1.2rem;
  }

  .section-mobile-h1 {
    display: block;
  }

  .section-mobile-h1.hide-desktop-and-tablet {
    padding: 2rem 1.5rem;
    display: block;
  }

  .testimonial-slider_arrow {
    margin-bottom: 10px;
  }

  .partner-logo {
    max-width: 200px;
  }

  .footer_lace-graphic {
    bottom: 8%;
  }

  .call-to-action_lace-graphic {
    bottom: -60%;
  }

  .bottom-cookie-wrapper {
    border-top: 3px solid var(--white);
    max-height: 200px;
    padding-top: 7px;
  }

  .cookie-content {
    align-items: flex-start;
    height: 100%;
    margin-bottom: 20px;
  }

  .btns-wrapper {
    flex: 1;
  }

  .cookie-btn.is-cookie-close {
    margin-top: 40px;
  }

  .paragraph-2 {
    padding: 0 15px 15px;
  }

  .site-menu_content {
    justify-content: flex-end;
    align-items: center;
    top: auto;
  }

  .section-mobile-h1_heading {
    text-align: center;
    font-family: Playfair Display, sans-serif;
    font-size: 2.2rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

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

  .heading-xlarge {
    font-size: 3.5rem;
  }

  .footer-txt-input {
    text-align: center;
    width: 100%;
  }

  .page-wrapper.overflow-hidden {
    overflow: clip;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .button-secondary.is-in-navbar {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 2%;
    padding: .35rem .85rem;
    font-size: .5rem;
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading.heading-xlarge.absolute {
    font-size: 2.8rem;
  }

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

  .paragraph {
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }

  .paragraph.is-process-listing {
    margin-bottom: 1rem;
  }

  .nav_component {
    z-index: 99999;
    width: 100%;
    position: relative;
  }

  .menu-wrapper {
    margin-right: 2%;
  }

  .homelink-block.w--current {
    height: 90%;
    position: relative;
    left: 2%;
  }

  .angle-div {
    display: none;
  }

  .img-reveal-wrapper.reveal-minimize-right {
    z-index: 5000;
    border-radius: 5px;
    height: 60vh;
  }

  .section-home {
    align-items: center;
    min-height: 90vh;
    padding: 0 10px 10px;
  }

  .section-home.is-full-screen-minimum {
    align-items: flex-start;
    height: 500px;
    padding: 10px;
  }

  .cover-img {
    z-index: 5000;
    height: 100%;
  }

  .invisible-txt-wrapper {
    height: 400px;
  }

  .home-header_animated-heading-line1 {
    font-size: 3rem;
    position: absolute;
  }

  .home-header_animated-heading-line1.hide-desktop-and-tablet {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 2rem;
  }

  .home-header_animated-heading-line2 {
    font-size: 3rem;
  }

  .fading-bg-img {
    object-position: 63% 50%;
  }

  .giant-lace-graphic {
    height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lace-list-item {
    font-size: 1.3rem;
  }

  .service-item-layout {
    max-height: none;
  }

  .services-img {
    width: 310px;
    height: 310px;
    max-height: 300px;
  }

  .divider-line.wide {
    width: 80%;
  }

  .divider-line.thick {
    width: 100%;
  }

  .text-wrapper {
    text-align: left;
    align-items: flex-start;
  }

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

  .all-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-quick-navigation {
    padding-bottom: 40px;
  }

  .quick-nav-txt {
    font-size: 1.5rem;
  }

  .quick-nav-txt.text-weight-xbold {
    font-size: 1.8rem;
  }

  .portfolio-cta-wrapper {
    z-index: 4500;
    overflow: visible;
  }

  .nav-items-wrapper {
    border: 1px #000;
    justify-content: space-between;
  }

  .frame-div {
    align-self: auto;
    width: 95%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .motto-text {
    text-align: left;
    max-width: 30ch;
    padding: 15px 15px 0;
    font-size: 1.1rem;
  }

  .footer {
    grid-template: "."
                   "."
                   "."
                   / 100%;
    padding-bottom: 130px;
  }

  .footer-content-wrapper {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .footer-item-wrapper {
    max-width: none;
  }

  .footer-icon {
    font-size: 2.2rem;
  }

  .footer-icon.brand {
    max-width: 50px;
  }

  .footer-item-txt {
    display: none;
  }

  .fixed-feature-img-section {
    height: 60vh;
  }

  .site-menu_component {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% 50%;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: 100%;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 3rem;
    display: grid;
  }

  .menu-item-wrapper.contact {
    justify-content: center;
    width: 100%;
  }

  .menu-icon {
    font-size: 3rem;
    font-weight: 400;
  }

  .menu-icon.brand {
    font-family: "Font awesome 5 brands 400", sans-serif;
  }

  .menu-txt {
    display: none;
  }

  .menu-item, .menu-item.w--current {
    font-size: 2rem;
  }

  .liesl-signature {
    width: 150px;
    padding: 0 15px 15px;
    position: relative;
    left: -30px;
  }

  .giant-number {
    margin-bottom: 30px;
  }

  .giant-number.slightly-smaller {
    width: auto;
  }

  .site-menu_contact-icons-layout {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .footer_copyright-text-wrapper {
    justify-content: center;
  }

  .testimonial-slider_text-wrapper {
    border-top: 1px #000;
    border-left-style: none;
    height: 300px;
    padding-left: 0;
  }

  .testimonial-slider_text-wrapper.max-width-medium {
    border-top-style: none;
  }

  .testimonial-slider_nav-icons {
    top: auto;
  }

  .portfolio_component {
    padding: 1rem;
  }

  .portfolio-header_layout {
    grid-template-columns: 1fr;
    margin-bottom: 5rem;
    padding-top: 5rem;
    padding-bottom: 1rem;
  }

  .motto-content-wrapper {
    flex-wrap: wrap;
    align-items: center;
  }

  .section-mobile-h1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }

  .portfolio-suppliers_component {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .partner-logo {
    width: 100%;
    max-width: 380px;
    padding: 3rem;
  }

  .footer_lace-graphic {
    bottom: 10%;
  }

  .scroll-indicator-wrapper {
    bottom: 7%;
  }

  .scroll-indicator-wrapper.is-portfolio-page {
    color: var(--duck-egg);
    position: relative;
  }

  .scroll-indicator-line.is-duck-egg {
    background-color: var(--duck-egg);
  }

  .call-to-action_lace-graphic {
    bottom: 8%;
  }

  .bottom-cookie-wrapper {
    flex-direction: column-reverse;
    padding-top: 7px;
  }

  .cookie-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph-2 {
    padding-left: 0;
    padding-right: 5px;
  }

  .site-menu_content {
    top: auto;
  }

  .section-mobile-h1_heading {
    font-family: Playfair Display, sans-serif;
    font-size: 1.8rem;
  }
}

#w-node-_7ea61331-a3f9-6ca9-045d-f53702a9151a-5015b96f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d153476-19ac-ec7c-594b-14281e5541ad-5015b96f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_444ace00-1248-58e5-cf1b-a467540b14d0-5015b96f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_6c619a04-f0ac-bd32-d4b6-e607323c58ed-5015b96f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6c619a04-f0ac-bd32-d4b6-e607323c58ee-5015b96f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_0473c5a9-f50f-dd3d-eb9c-d2ce2a47afa1-5015b96f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0473c5a9-f50f-dd3d-eb9c-d2ce2a47af99-5015b96f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_307113eb-6abe-26bd-b84e-25c8bee20bf1-5015b96f {
  justify-self: center;
}

#w-node-a2a7e0e6-7544-7a8e-3ec5-9a4887e50bed-5015b96f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_2f9f0569-ce77-1744-518d-d63f80000509-5015b96f {
  justify-self: center;
}

#w-node-e9298905-d0b5-3b9c-2677-57571448a4d6-5015b96f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-c4cee5e2-388e-d2ea-69b1-a244b83f8f33-5015b96f {
  justify-self: center;
}

#w-node-_53c5d417-6495-74ce-3f99-ee18a123885a-5015b96f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5a92053d-0677-5136-2daf-9b2aa5147abf-5015b96f {
  justify-self: center;
}

#w-node-_5a11c60a-e59a-161b-979f-146903e93c56-5015b96f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_9ef97b47-8d35-2004-4457-bb1c04c3905d-5015b96f {
  justify-self: center;
}

#w-node-_48b9851b-2da6-3091-4556-009482580fb2-5015b96f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_87e12f25-04fe-1f7e-7393-185519d87517-19d87501 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-_87e12f25-04fe-1f7e-7393-185519d87502-19d87501, #w-node-_63e7b2f0-6563-e51a-c3ea-0bf7995c47d1-19d87501 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_6ec57655-b841-efec-8ed0-8d690bde6af1-19d87501 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: auto;
  justify-self: center;
}

#w-node-f7053456-d0e5-ee0f-4f6f-7babf498850d-9322b319 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_85bab016-5197-02aa-d6fd-e3a1d7d11b22-9322b319 {
  align-self: center;
  justify-self: end;
}

#w-node-_37261ae3-410f-789a-4fbf-1e1c2fe9edfe-9322b319 {
  align-self: center;
  justify-self: start;
}

#w-node-a542d836-fc80-a073-6247-e649a7f21120-9322b319 {
  align-self: center;
  justify-self: end;
}

#w-node-e7cfb9e1-bc41-25a8-94ba-6f33be8a20db-9322b319 {
  align-self: center;
  justify-self: start;
}

#w-node-_9cc2e754-2508-415f-b07b-a786785d5f99-9322b319 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a5faeccf-81f6-3131-0333-465413018ed5-9322b319, #w-node-_45b83819-07bb-8784-f362-cd6ce2153566-9322b319, #w-node-fdaba317-7a05-eaa6-90db-0fb40611a474-9322b319, #w-node-_2fd5973f-4838-903a-6ddb-d8c8d427df48-9322b319, #w-node-_7b33e755-8a43-1859-16ef-46a32540677e-9322b319, #w-node-_8a1a174e-8b26-0859-aa49-9009c4b9b2b0-9322b319 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_5d153476-19ac-ec7c-594b-14281e5541ad-5015b96f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_444ace00-1248-58e5-cf1b-a467540b14d0-5015b96f {
    justify-self: start;
  }

  #w-node-_6c619a04-f0ac-bd32-d4b6-e607323c58ed-5015b96f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_6c619a04-f0ac-bd32-d4b6-e607323c58ee-5015b96f {
    justify-self: start;
  }

  #w-node-_0473c5a9-f50f-dd3d-eb9c-d2ce2a47afa1-5015b96f {
    justify-self: auto;
  }

  #w-node-_0473c5a9-f50f-dd3d-eb9c-d2ce2a47af99-5015b96f {
    justify-self: start;
  }

  #w-node-_307113eb-6abe-26bd-b84e-25c8bee20bf1-5015b96f {
    justify-self: end;
  }

  #w-node-a2a7e0e6-7544-7a8e-3ec5-9a4887e50bed-5015b96f {
    justify-self: auto;
  }

  #w-node-_2f9f0569-ce77-1744-518d-d63f80000509-5015b96f {
    justify-self: end;
  }

  #w-node-e9298905-d0b5-3b9c-2677-57571448a4d6-5015b96f {
    justify-self: auto;
  }

  #w-node-c4cee5e2-388e-d2ea-69b1-a244b83f8f33-5015b96f {
    justify-self: end;
  }

  #w-node-_53c5d417-6495-74ce-3f99-ee18a123885a-5015b96f {
    justify-self: auto;
  }

  #w-node-_5a92053d-0677-5136-2daf-9b2aa5147abf-5015b96f {
    justify-self: end;
  }

  #w-node-_5a11c60a-e59a-161b-979f-146903e93c56-5015b96f {
    justify-self: auto;
  }

  #w-node-_9ef97b47-8d35-2004-4457-bb1c04c3905d-5015b96f {
    justify-self: end;
  }

  #w-node-_48b9851b-2da6-3091-4556-009482580fb2-5015b96f {
    justify-self: auto;
  }

  #w-node-_87e12f25-04fe-1f7e-7393-185519d87502-19d87501 {
    justify-self: center;
  }

  #w-node-_63e7b2f0-6563-e51a-c3ea-0bf7995c47d1-19d87501 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_6ec57655-b841-efec-8ed0-8d690bde6af1-19d87501 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5d153476-19ac-ec7c-594b-14281e5541ad-5015b96f, #w-node-_6c619a04-f0ac-bd32-d4b6-e607323c58ed-5015b96f, #w-node-_0473c5a9-f50f-dd3d-eb9c-d2ce2a47afa1-5015b96f {
    align-self: start;
  }

  #w-node-_307113eb-6abe-26bd-b84e-25c8bee20bf1-5015b96f, #w-node-a2a7e0e6-7544-7a8e-3ec5-9a4887e50bed-5015b96f, #w-node-_2f9f0569-ce77-1744-518d-d63f80000509-5015b96f, #w-node-e9298905-d0b5-3b9c-2677-57571448a4d6-5015b96f, #w-node-c4cee5e2-388e-d2ea-69b1-a244b83f8f33-5015b96f, #w-node-_53c5d417-6495-74ce-3f99-ee18a123885a-5015b96f, #w-node-_5a92053d-0677-5136-2daf-9b2aa5147abf-5015b96f, #w-node-_5a11c60a-e59a-161b-979f-146903e93c56-5015b96f, #w-node-_9ef97b47-8d35-2004-4457-bb1c04c3905d-5015b96f, #w-node-_48b9851b-2da6-3091-4556-009482580fb2-5015b96f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-f7053456-d0e5-ee0f-4f6f-7babf498850d-9322b319 {
    align-self: start;
    justify-self: center;
  }

  #w-node-_85bab016-5197-02aa-d6fd-e3a1d7d11b22-9322b319 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_92bb1088-e8f8-81eb-59bc-e4529a1e55b7-9322b319 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_37261ae3-410f-789a-4fbf-1e1c2fe9edfe-9322b319 {
    justify-self: center;
  }

  #w-node-a542d836-fc80-a073-6247-e649a7f21120-9322b319 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-a542d836-fc80-a073-6247-e649a7f21133-9322b319 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e7cfb9e1-bc41-25a8-94ba-6f33be8a20db-9322b319 {
    justify-self: center;
  }

  #w-node-_9cc2e754-2508-415f-b07b-a786785d5f99-9322b319 {
    grid-column: span 6 / span 6;
  }

  #w-node-a5faeccf-81f6-3131-0333-465413018ed5-9322b319, #w-node-_45b83819-07bb-8784-f362-cd6ce2153566-9322b319, #w-node-fdaba317-7a05-eaa6-90db-0fb40611a474-9322b319, #w-node-_2fd5973f-4838-903a-6ddb-d8c8d427df48-9322b319 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7b33e755-8a43-1859-16ef-46a32540677e-9322b319, #w-node-_8a1a174e-8b26-0859-aa49-9009c4b9b2b0-9322b319 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5d153476-19ac-ec7c-594b-14281e5541ad-5015b96f, #w-node-_444ace00-1248-58e5-cf1b-a467540b14d0-5015b96f, #w-node-_6c619a04-f0ac-bd32-d4b6-e607323c58ed-5015b96f, #w-node-_6c619a04-f0ac-bd32-d4b6-e607323c58ee-5015b96f, #w-node-_0473c5a9-f50f-dd3d-eb9c-d2ce2a47afa1-5015b96f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_0473c5a9-f50f-dd3d-eb9c-d2ce2a47af99-5015b96f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_307113eb-6abe-26bd-b84e-25c8bee20bf1-5015b96f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-a2a7e0e6-7544-7a8e-3ec5-9a4887e50bed-5015b96f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_2f9f0569-ce77-1744-518d-d63f80000509-5015b96f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-e9298905-d0b5-3b9c-2677-57571448a4d6-5015b96f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-c4cee5e2-388e-d2ea-69b1-a244b83f8f33-5015b96f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_53c5d417-6495-74ce-3f99-ee18a123885a-5015b96f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_5a92053d-0677-5136-2daf-9b2aa5147abf-5015b96f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_5a11c60a-e59a-161b-979f-146903e93c56-5015b96f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9ef97b47-8d35-2004-4457-bb1c04c3905d-5015b96f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_48b9851b-2da6-3091-4556-009482580fb2-5015b96f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_87e12f25-04fe-1f7e-7393-185519d87517-19d87501 {
    grid-column: span 1 / span 1;
  }

  #w-node-_87e12f25-04fe-1f7e-7393-185519d87502-19d87501, #w-node-_63e7b2f0-6563-e51a-c3ea-0bf7995c47d1-19d87501 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_6ec57655-b841-efec-8ed0-8d690bde6af1-19d87501 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d153476-19ac-ec7c-594b-14281e5541ad-5015b96f, #w-node-_6c619a04-f0ac-bd32-d4b6-e607323c58ed-5015b96f, #w-node-_0473c5a9-f50f-dd3d-eb9c-d2ce2a47afa1-5015b96f {
    justify-self: start;
  }

  #w-node-_307113eb-6abe-26bd-b84e-25c8bee20bf1-5015b96f, #w-node-_2f9f0569-ce77-1744-518d-d63f80000509-5015b96f, #w-node-c4cee5e2-388e-d2ea-69b1-a244b83f8f33-5015b96f, #w-node-_5a92053d-0677-5136-2daf-9b2aa5147abf-5015b96f, #w-node-_9ef97b47-8d35-2004-4457-bb1c04c3905d-5015b96f {
    justify-self: center;
  }

  #w-node-_87e12f25-04fe-1f7e-7393-185519d87517-19d87501 {
    grid-column: span 1 / span 1;
  }

  #w-node-_87e12f25-04fe-1f7e-7393-185519d87502-19d87501 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_87e12f25-04fe-1f7e-7393-185519d87508-19d87501 {
    justify-self: start;
  }

  #w-node-_87e12f25-04fe-1f7e-7393-185519d8750f-19d87501 {
    justify-self: end;
  }

  #w-node-_87e12f25-04fe-1f7e-7393-185519d87514-19d87501 {
    justify-self: start;
  }

  #w-node-_63e7b2f0-6563-e51a-c3ea-0bf7995c47d1-19d87501 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_63e7b2f0-6563-e51a-c3ea-0bf7995c47d9-19d87501 {
    justify-self: start;
  }

  #w-node-_63e7b2f0-6563-e51a-c3ea-0bf7995c47de-19d87501 {
    justify-self: end;
  }

  #w-node-_6ec57655-b841-efec-8ed0-8d690bde6af1-19d87501 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_9ab4f965-e9aa-8220-4668-0a20542cc4b6-c32518e3 {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-_9cc2e754-2508-415f-b07b-a786785d5f99-9322b319, #w-node-a5faeccf-81f6-3131-0333-465413018ed5-9322b319 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_45b83819-07bb-8784-f362-cd6ce2153566-9322b319, #w-node-fdaba317-7a05-eaa6-90db-0fb40611a474-9322b319 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_2fd5973f-4838-903a-6ddb-d8c8d427df48-9322b319 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b33e755-8a43-1859-16ef-46a32540677e-9322b319 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_8a1a174e-8b26-0859-aa49-9009c4b9b2b0-9322b319 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}