@font-face {
  font-family: Philosopher;
  src: url('../fonts/Philosopher-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Philosopher;
  src: url('../fonts/Philosopher-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral: white;
  --main--second-font: Montserrat, sans-serif;
  --b400: #46332c;
  --main--main-text: 1rem;
  --main--line-height-m: 1.3em;
  --main--main-font: Philosopher, Arial, sans-serif;
  --heading--heading-h1: 5rem;
  --main--line-height-s: 1.1em;
  --heading--heading-h2: 3rem;
  --heading--heading-h3: 2.5rem;
  --heading--heading-h4: 1.75rem;
  --heading--heading-h5: 1.25rem;
  --heading--heading-h6: 1rem;
  --color-200: #707f68;
  --color-100: #c5d3bc;
  --heading--quote\<deleted\|variable-a72928f2-c6e4-38ad-0986-2c3c1f97705d\>: 3rem;
  --heading--quote-tablet-mobile\<deleted\|variable-3b7dbd79-c886-00a8-f038-6a5e68d92966\>: 2rem;
  --container--main-size: 90rem;
  --blue-100\<deleted\|variable-8d4c7f30\>: #29225f;
  --heading--heading-jumbo-xxl\<deleted\|variable-57b96101-d2b7-ab04-fbec-6f78ad9b73c5\>: 6rem;
  --heading--heading-jumbo-xl\<deleted\|variable-4a84b770-cee3-d253-17d0-b4b28dbebdb8\>: 5rem;
  --heading--heading-jumbo-l\<deleted\|variable-12524850-8c95-cbd9-a70d-dfe678e3b047\>: 4rem;
  --size--size-l\<deleted\|variable-c88f49e3-a83e-caa2-1cf9-c1778e316ad2\>: 2rem;
  --size--size-l-tablet\<deleted\|variable-a9b0cf0d-c55d-4a0d-3b36-1de3638c6393\>: 1.5rem;
  --size--size-l-mobile\<deleted\|variable-cb5d6169-327c-dfe2-21b4-1e46aa7ccd3e\>: 1.25rem;
  --blue-200\<deleted\|variable-775eea37\>: #221c52;
  --b100: #e6e4d8;
  --neutral-100: #f9f9f9;
  --neutral-200: #ebebeb;
  --neutral-300: #cfcfcf;
  --neutral-400: #b7b7b7;
  --neutral-600: #2f2f2f;
  --neutral-500: #676a71;
  --error: #f04f4f;
  --success: #3ebf67;
  --size--size-xxs\<deleted\|variable-2614884e-93e4-4ad2-f642-845bee25e4ab\>: .5rem;
  --size--size-xs\<deleted\|variable-ce33451f-4bfe-03de-38c0-ec2644b1a0bf\>: .75rem;
  --size--size-xs-tablet\<deleted\|variable-1088260f-e1a1-0fda-5fbb-8c7c293a0507\>: .625rem;
  --size--size-xs-mobile\<deleted\|variable-56f56f98-c753-f0d9-979e-2ace9435e03a\>: .5rem;
  --size--size-s\<deleted\|variable-d213f3be-9ba8-6851-323c-709eab87a75b\>: 1rem;
  --size--size-s-tablet\<deleted\|variable-406587a6-a3e9-91bc-0a69-c2d92fca7a17\>: .75rem;
  --size--size-s-mobile\<deleted\|variable-e375dda4-4538-595a-c178-1f882fc4e355\>: .625rem;
  --size--size-m\<deleted\|variable-8ebdea6a-e5bb-1ea1-1a82-a2469ae54b44\>: 1.5rem;
  --size--size-m-tablet\<deleted\|variable-12f63bca-dea1-7a4d-2af2-90085f028c1b\>: 1.25rem;
  --size--size-m-mobile\<deleted\|variable-4fe38f60-5ac3-3b52-2d2a-f305fdeab43f\>: 1rem;
  --size--size-xl\<deleted\|variable-74d64f86-2865-ead6-16a1-0df3e5c7167b\>: 4rem;
  --size--size-xl-tablet\<deleted\|variable-3472737a-a00f-333f-a4b5-887f3fcffac1\>: 3rem;
  --size--size-xl-mobile\<deleted\|variable-b2a88d7d-2729-fd28-0e1d-118fb47253d8\>: 2rem;
  --size--size-xxl\<deleted\|variable-25224336-488e-d550-ef9e-7c99f5f17854\>: 5rem;
  --size--size-xxl-tablet\<deleted\|variable-b46b6bb3-e633-d487-f262-2c2b2d399726\>: 4rem;
  --size--size-xxl-mobile\<deleted\|variable-6469b4c9-c62f-7903-9fdb-f75b788ad92d\>: 3rem;
  --transparent: #fff0;
  --main--link-btn: .875rem;
  --main--line-height-l: 1.5em;
}

body {
  background-color: var(--neutral);
  font-family: var(--main--second-font);
  color: var(--b400);
  font-size: var(--main--main-text);
  line-height: var(--main--line-height-m);
  font-weight: 400;
}

h1 {
  font-family: var(--main--main-font);
  font-size: var(--heading--heading-h1);
  line-height: var(--main--line-height-s);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h2 {
  font-family: var(--main--main-font);
  font-size: var(--heading--heading-h2);
  line-height: var(--main--line-height-s);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h3 {
  font-family: var(--main--main-font);
  font-size: var(--heading--heading-h3);
  line-height: var(--main--line-height-s);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h4 {
  font-family: var(--main--main-font);
  font-size: var(--heading--heading-h4);
  line-height: var(--main--line-height-s);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h5 {
  font-family: var(--main--main-font);
  font-size: var(--heading--heading-h5);
  line-height: var(--main--line-height-s);
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
}

h6 {
  font-family: var(--main--main-font);
  font-size: var(--heading--heading-h6);
  line-height: var(--main--line-height-s);
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
}

p {
  color: var(--b400);
  font-size: var(--main--main-text);
  line-height: var(--main--line-height-m);
  margin-bottom: 0;
}

a {
  color: var(--color-200);
  text-decoration: underline;
  transition: opacity .2s, color .2s;
}

a:hover {
  color: var(--color-100);
}

ul, ol {
  margin-bottom: 0;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.1em;
}

li {
  margin-bottom: .75rem;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  font-size: var(--heading--quote\<deleted\|variable-a72928f2-c6e4-38ad-0986-2c3c1f97705d\>);
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-weight: 500;
  line-height: 1.1em;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  text-align: center;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.3em;
}

.section {
  flex-direction: column;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.section.asas {
  background-color: #a21919;
}

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

.section.last-section {
  padding-top: 4rem;
}

.container {
  max-width: var(--container--main-size);
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.container.grid.margin-xl {
  margin-bottom: 80px;
}

.style-guide-classes-wrap {
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.style-guide-classes-wrap.margin-top-m {
  margin-top: 32px;
}

.style-guide-classes-wrap.margin-left-s {
  margin-left: 20px;
}

.style-guide-classes-wrap.margin-left-m {
  margin-left: 36px;
}

.style-guide-class-icon {
  object-fit: cover;
  border-radius: 4px;
  flex: none;
  width: 1.8rem;
  height: 1.5rem;
  overflow: hidden;
}

.style-guide-class-label {
  background-color: var(--b400);
  color: #fff;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  margin-left: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .75rem;
  line-height: 1.6em;
  display: flex;
}

.column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.main-wrapper {
  overflow: clip;
}

.label {
  color: var(--blue-100\<deleted\|variable-8d4c7f30\>);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1em;
}

.jumbo-h {
  font-size: var(--heading--heading-jumbo-xxl\<deleted\|variable-57b96101-d2b7-ab04-fbec-6f78ad9b73c5\>);
}

.style-guide-styles-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.bg-navy-100 {
  background-color: var(--blue-100\<deleted\|variable-8d4c7f30\>);
}

.style-guide-color-helper {
  color: var(--neutral);
  text-align: center;
  margin: 16px;
}

.margin-l {
  margin-bottom: var(--size--size-l\<deleted\|variable-c88f49e3-a83e-caa2-1cf9-c1778e316ad2\>);
}

.bg-navy-200 {
  background-color: var(--blue-200\<deleted\|variable-775eea37\>);
}

.bg-navy-300 {
  background-color: var(--b100);
}

.bg-blue-300 {
  background-color: var(--b400);
}

.bg-neutral {
  background-color: var(--neutral);
}

.bg-neutral-100 {
  background-color: var(--neutral-100);
}

.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.bg-neutral-300 {
  background-color: var(--neutral-300);
}

.bg-neutral-400 {
  background-color: var(--neutral-400);
}

.bg-neutral-600 {
  background-color: var(--neutral-600);
}

.bg-neutral-500 {
  background-color: var(--neutral-500);
}

.bg-error {
  background-color: var(--error);
}

.bg-success {
  background-color: var(--success);
}

.no-margin {
  margin-bottom: 0;
}

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

.text-neutral-200 {
  color: var(--neutral-200);
}

.text-neutral-400 {
  color: var(--neutral-400);
}

.text-neutral-600 {
  color: var(--neutral-600);
}

.text-navy-300 {
  color: var(--b100);
}

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

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

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

.padding-xxs {
  padding-top: var(--size--size-xxs\<deleted\|variable-2614884e-93e4-4ad2-f642-845bee25e4ab\>);
  padding-bottom: var(--size--size-xxs\<deleted\|variable-2614884e-93e4-4ad2-f642-845bee25e4ab\>);
}

.style-guide-padding-helper {
  color: var(--b100);
}

.padding-xs {
  padding-top: var(--size--size-xs\<deleted\|variable-ce33451f-4bfe-03de-38c0-ec2644b1a0bf\>);
  padding-bottom: var(--size--size-xs\<deleted\|variable-ce33451f-4bfe-03de-38c0-ec2644b1a0bf\>);
}

.padding-s {
  padding-top: var(--size--size-s\<deleted\|variable-d213f3be-9ba8-6851-323c-709eab87a75b\>);
  padding-bottom: var(--size--size-s\<deleted\|variable-d213f3be-9ba8-6851-323c-709eab87a75b\>);
}

.padding-m {
  padding-top: var(--size--size-m\<deleted\|variable-8ebdea6a-e5bb-1ea1-1a82-a2469ae54b44\>);
  padding-bottom: var(--size--size-m\<deleted\|variable-8ebdea6a-e5bb-1ea1-1a82-a2469ae54b44\>);
}

.padding-l {
  padding-top: var(--size--size-l\<deleted\|variable-c88f49e3-a83e-caa2-1cf9-c1778e316ad2\>);
  padding-bottom: var(--size--size-l\<deleted\|variable-c88f49e3-a83e-caa2-1cf9-c1778e316ad2\>);
}

.padding-xl {
  padding-top: var(--size--size-xl\<deleted\|variable-74d64f86-2865-ead6-16a1-0df3e5c7167b\>);
  padding-bottom: var(--size--size-xl\<deleted\|variable-74d64f86-2865-ead6-16a1-0df3e5c7167b\>);
}

.padding-xxl {
  padding-top: var(--size--size-xxl\<deleted\|variable-25224336-488e-d550-ef9e-7c99f5f17854\>);
  padding-bottom: var(--size--size-xxl\<deleted\|variable-25224336-488e-d550-ef9e-7c99f5f17854\>);
}

.padding-3xl {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

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

.margin-xxs {
  margin-bottom: var(--size--size-xxs\<deleted\|variable-2614884e-93e4-4ad2-f642-845bee25e4ab\>);
}

.margin-xs {
  margin-bottom: var(--size--size-xs\<deleted\|variable-ce33451f-4bfe-03de-38c0-ec2644b1a0bf\>);
}

.margin-s {
  margin-bottom: var(--size--size-s\<deleted\|variable-d213f3be-9ba8-6851-323c-709eab87a75b\>);
}

.margin-m {
  margin-bottom: var(--size--size-m\<deleted\|variable-8ebdea6a-e5bb-1ea1-1a82-a2469ae54b44\>);
}

.margin-xl {
  margin-bottom: var(--size--size-xl\<deleted\|variable-74d64f86-2865-ead6-16a1-0df3e5c7167b\>);
}

.margin-xxl {
  margin-bottom: var(--size--size-xxl\<deleted\|variable-25224336-488e-d550-ef9e-7c99f5f17854\>);
}

.margin-3xl {
  margin-bottom: 10rem;
}

.button {
  background-color: var(--color-200);
  font-size: var(--main--main-text);
  line-height: var(--main--line-height-s);
  text-align: center;
  border-radius: 100px;
  min-width: 10rem;
  padding: 1rem 2rem;
  font-weight: 500;
  transition: background-color .2s, color .2s;
}

.button:hover {
  background-color: var(--b400);
  color: var(--neutral);
}

.button:active {
  background-color: var(--color-100);
}

.button-small {
  background-color: var(--color-200);
  font-size: var(--main--main-text);
  line-height: var(--main--line-height-s);
  text-align: center;
  border-radius: 100px;
  min-width: 5rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: block;
}

.button-small:hover {
  background-color: var(--b400);
  color: var(--neutral);
}

.button-small:active {
  background-color: var(--color-100);
}

.button-small.w--current {
  background-color: var(--color-100);
  color: var(--blue-100\<deleted\|variable-8d4c7f30\>);
}

.button-variant {
  border: 1px solid var(--b400);
  background-color: var(--transparent);
  color: var(--b400);
  font-size: var(--main--main-text);
  line-height: var(--main--line-height-s);
  text-align: center;
  border-radius: 100px;
  min-width: 10rem;
  padding: 1rem 2rem;
  font-weight: 500;
  transition: background-color .2s, color .2s;
}

.button-variant:hover {
  background-color: var(--b400);
  color: var(--neutral);
}

.button-variant-small {
  border: 1px solid var(--b400);
  background-color: var(--neutral);
  color: var(--b400);
  text-align: center;
  border-radius: 100px;
  min-width: 80px;
  padding: .75rem 1.5rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  transition: background-color .2s, color .2s;
}

.button-variant-small:hover {
  background-color: var(--b400);
  color: var(--neutral);
}

.slider-button-left {
  background-color: var(--blue-100\<deleted\|variable-8d4c7f30\>);
  color: #7e3d5d;
  text-align: center;
  background-image: url('../images/Arrow-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 100px;
  width: 3.75rem;
  height: 3.75rem;
  padding: .75rem;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-left:hover {
  background-color: var(--blue-200\<deleted\|variable-775eea37\>);
  color: var(--neutral);
  background-position: 40%;
}

.slider-button-left:active {
  background-color: var(--b100);
}

.slider-button-right {
  background-color: var(--blue-100\<deleted\|variable-8d4c7f30\>);
  color: #7e3d5d;
  text-align: center;
  background-image: url('../images/Arrow-Icon-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 100px;
  width: 3.75rem;
  height: 3.75rem;
  padding: .75rem;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-right:hover {
  background-color: var(--blue-200\<deleted\|variable-775eea37\>);
  color: var(--neutral);
  background-position: 60%;
}

.slider-button-right:active {
  background-color: var(--b100);
}

.button-link {
  color: var(--blue-100\<deleted\|variable-8d4c7f30\>);
  background-image: url('../images/Arrow-Icon_1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
  transition: opacity .2s, padding .15s cubic-bezier(.47, 0, .745, .715), color .2s;
}

.button-link:hover {
  opacity: .8;
  color: var(--blue-100\<deleted\|variable-8d4c7f30\>);
  padding-right: 2rem;
}

.input {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  color: var(--b100);
  background-image: linear-gradient(#fcfcfc00, #fff0);
  border-radius: 8px;
  width: 100%;
  min-height: 50px;
  margin-bottom: 16px;
  padding: 16px;
  font-size: 16px;
  line-height: 1em;
  transition: padding .2s, border-width .2s, border-radius .2s, color .2s, background-color .2s, border-color .2s;
}

.input:hover {
  border-color: var(--neutral-300);
  background-color: var(--neutral-200);
  color: var(--neutral-500);
}

.input:focus {
  color: var(--b100);
  border-width: 1px;
  border-color: #657cff;
}

.input::placeholder {
  color: var(--neutral-400);
}

.input.select-input {
  cursor: pointer;
  background-image: url('../images/Input-Dropdown.svg'), linear-gradient(#fcfcfc00, #fff0);
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 16px, auto;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.input.select-input:focus {
  line-height: 1em;
}

.input.text-area {
  min-height: 150px;
}

.input-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.checkbox-field {
  color: var(--neutral-500);
  cursor: pointer;
  align-items: center;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1em;
  display: flex;
}

.checkbox-field:hover {
  color: var(--b100);
}

.checkbox {
  border-width: 2px;
  border-color: var(--b400);
  border-radius: 4px;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: -24px;
}

.checkbox:hover {
  box-shadow: 1px 1px #fff0;
}

.checkbox.w--redirected-checked {
  background-color: #dee3ff;
  background-image: url('../images/Check.svg');
  background-size: 10px;
  border-color: #657cff;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-label {
  margin-left: 8px;
}

.radio-field {
  color: var(--neutral-500);
  cursor: pointer;
  align-items: center;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1em;
  display: flex;
}

.radio-field:hover {
  color: var(--b100);
}

.radio-button {
  border-width: 2px;
  border-color: var(--b400);
  background-color: var(--neutral);
  background-image: linear-gradient(to bottom, var(--neutral), var(--neutral));
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: -24px;
  box-shadow: 1px 1px #fff0;
}

.radio-button.w--redirected-checked {
  background-color: var(--neutral);
  border: 4px solid #657cff;
}

.radio-button.w--redirected-focus {
  background-color: #dee3ff;
  border-color: #657cff;
  box-shadow: 1px 1px 3px #fff0;
}

.radio-button-label {
  margin-left: 8px;
}

.kickoff-block {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  height: 80px;
  display: flex;
}

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

.flex-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

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

.component-swiper {
  z-index: 1;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.swiper-wrapper {
  flex: none;
  display: flex;
}

.component-wrapper {
  z-index: 1;
}

.footer-heart {
  object-fit: contain;
  width: 1rem;
  height: 1rem;
  margin-left: 4px;
  margin-right: 4px;
  display: block;
}

.margin-top-m {
  margin-top: 32px;
}

.margin-left-s {
  margin-left: 20px;
}

.margin-left-m {
  margin-left: 32px;
}

.footer-section {
  border-top: 1px solid var(--color-200);
  background-color: var(--b100);
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 1rem;
  display: flex;
}

.nav-container {
  max-width: var(--container--main-size);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.navigation {
  z-index: 999;
  background-color: var(--b100);
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

.nav-logo {
  object-fit: contain;
  width: 9rem;
  display: block;
}

.nav-brand:hover {
  opacity: .8;
}

.nav-brand.desktop {
  z-index: 5;
  position: absolute;
}

.nav-brand.mobile {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 560px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

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

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

.footer-brand {
  padding-left: 0;
}

.footer-brand.w--current {
  margin-bottom: 1rem;
}

.footer-logo {
  object-fit: contain;
  width: 10rem;
  height: 5rem;
  display: block;
}

.collection-empty {
  background-color: var(--color-100);
  text-align: center;
  border-radius: 8px;
}

.nav-link {
  border-bottom: 1px solid #0000;
  padding: .5rem 0;
  font-size: 1rem;
}

.nav-link:hover {
  color: var(--blue-100\<deleted\|variable-8d4c7f30\>);
}

.nav-link.w--current {
  color: var(--b400);
  text-decoration: none;
}

.nav-menu {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.nav-menu-mask {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--b400);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.footer-link:hover {
  color: var(--color-200);
}

.footer-copyright {
  font-size: .875rem;
}

.overflow-hidden {
  overflow: hidden;
}

.footer-made-with {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.relative {
  position: relative;
}

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

.body-rich-text h1 {
  margin-bottom: 1.5rem;
}

.body-rich-text h2, .body-rich-text h3 {
  margin-bottom: 1.25rem;
}

.body-rich-text h4 {
  margin-bottom: 1rem;
}

.body-rich-text p, .body-rich-text blockquote, .body-rich-text figure {
  margin-bottom: 1.5rem;
}

.body-rich-text figcaption {
  margin-top: .5rem;
}

.body-rich-text ul, .body-rich-text ol {
  margin-bottom: 1.5rem;
}

.style-guide-color-cards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 166px;
  margin-bottom: .75rem;
  display: grid;
  overflow: hidden;
}

.style-guide-intro {
  background-image: radial-gradient(circle at 10% 20%, #642b73, #040004);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2.5rem;
  display: flex;
}

.style-guide-line {
  background-color: var(--neutral-200);
  width: 100%;
  height: 1px;
  margin-bottom: 4rem;
}

.h1-style {
  font-family: var(--main--main-font);
  font-size: var(--heading--heading-h1);
  line-height: var(--main--line-height-s);
  font-weight: 400;
}

.h2-style {
  font-family: var(--main--main-font);
  font-size: var(--heading--heading-h2);
  line-height: var(--main--line-height-s);
}

.h3-style {
  font-family: var(--main--main-font);
  font-size: var(--heading--heading-h3);
  line-height: var(--main--line-height-s);
  font-weight: 400;
}

.h4-style {
  font-family: var(--main--main-font);
  font-size: var(--heading--heading-h4);
  line-height: var(--main--line-height-s);
  font-weight: 400;
}

.h5-style {
  font-family: var(--main--main-font);
  font-size: var(--heading--heading-h5);
  line-height: var(--main--line-height-s);
  font-weight: 400;
}

.h6-style {
  font-family: var(--main--main-font);
  font-size: var(--heading--heading-h6);
  line-height: var(--main--line-height-s);
  font-weight: 400;
}

.text-navy-200 {
  color: var(--blue-200\<deleted\|variable-775eea37\>);
}

.text-navy-100 {
  color: var(--blue-100\<deleted\|variable-8d4c7f30\>);
}

.bg-blue-200 {
  background-color: var(--color-200);
}

.bg-blue-100 {
  background-color: var(--color-100);
}

.flow-palls-logo {
  width: 12rem;
  height: 4rem;
}

.bono-test {
  display: flex;
}

.space-3rem {
  height: 3rem;
}

.naw-line-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.nav-line-r, .nav-line-l {
  background-color: var(--color-200);
  width: 40%;
  height: 1px;
}

.nav-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-section {
  background-color: var(--b100);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  display: flex;
}

.hero-image-wrapper {
  border-top-left-radius: 90%;
  border-top-right-radius: 90%;
  width: 100%;
  height: 36rem;
  overflow: clip;
}

.hero-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 3rem;
  padding-left: 1rem;
  display: flex;
}

.btn-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-p {
  width: 80%;
}

.grid-column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.profi-card {
  background-color: var(--b100);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 16rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.profi-card.green-bg {
  background-color: var(--color-100);
}

.help-text {
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.profi-image {
  position: absolute;
  inset: 0%;
}

.progi-icon {
  width: 3rem;
  height: 3rem;
}

.gallery-heading {
  text-align: center;
  width: 80%;
  margin-bottom: 4rem;
}

.splide.images-slider {
  width: 100%;
}

.slider-image-bg {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.splide__slide {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 32rem;
  height: 22rem;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.splide__track.images-slider {
  width: 100%;
}

.splide__list.image-slider {
  display: flex;
}

.slider-heading {
  z-index: 4;
  color: var(--neutral);
  position: relative;
}

.overlay {
  z-index: 2;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

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

.footer-line {
  background-color: var(--color-100);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
}

.heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-card {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--b100);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.stars-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star {
  width: 2rem;
  height: 2rem;
}

.test-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.social-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.social-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  padding-left: .5rem;
  display: flex;
}

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

.cta-visual {
  aspect-ratio: 1 / 2.15;
  border-radius: 48.75rem;
  width: 100%;
  overflow: hidden;
}

.cta-visual._1 {
  margin-top: 1rem;
}

.cta-visual._2 {
  margin-top: 4rem;
}

.bg-video {
  height: 100%;
}

.cta-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1rem;
  display: flex;
}

.image-wrapper {
  width: 100%;
  height: 36rem;
}

.last-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .hero-image {
    object-position: 50% 30%;
  }

  .progi-icon {
    width: 4rem;
    height: 4rem;
  }

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

@media screen and (min-width: 1440px) {
  .hero-image-wrapper {
    height: 42rem;
  }

  .hero-image {
    object-position: 50% 30%;
  }

  .hero-p {
    width: 70%;
  }

  .profi-card {
    min-height: 18rem;
  }

  .help-text {
    margin-bottom: 1rem;
  }

  .review-card {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    background-color: var(--b100);
  }

  .hero-image-wrapper {
    height: 44rem;
  }

  .profi-card {
    min-height: 18rem;
    position: relative;
  }

  .help-text {
    margin-bottom: 1.5rem;
  }

  .profi-image {
    position: absolute;
    inset: 0%;
  }

  .review-card {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .bg-video {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  body {
    --main--second-font: Montserrat, sans-serif;
    --b400: #46332c;
    --main--main-text: 1rem;
    --main--main-font: Philosopher, Arial, sans-serif;
    --heading--heading-h1: 3.5rem;
    --heading--heading-h2: 2.5rem;
    --heading--heading-h3: 2rem;
    --heading--heading-h4: 1.5rem;
    --heading--heading-h5: 1rem;
    --heading--heading-h6: 1rem;
    --color-200: #707f68;
    --color-100: #c5d3bc;
    --blue-200\<deleted\|variable-775eea37\>: #221c52;
    --b100: #e6e4d8;
    --error: #f04f4f;
    --success: #3ebf67;
    --transparent: #fff0;
    --main--link-btn: .875rem;
  }

  blockquote {
    font-size: var(--heading--quote-tablet-mobile\<deleted\|variable-3b7dbd79-c886-00a8-f038-6a5e68d92966\>);
  }

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

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

  .style-guide-classes-wrap {
    width: 100%;
  }

  .jumbo-h {
    font-size: var(--heading--heading-jumbo-xl\<deleted\|variable-4a84b770-cee3-d253-17d0-b4b28dbebdb8\>);
  }

  .style-guide-styles-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .margin-l {
    margin-bottom: var(--size--size-l-tablet\<deleted\|variable-a9b0cf0d-c55d-4a0d-3b36-1de3638c6393\>);
  }

  .padding-xs {
    padding-top: var(--size--size-xs-tablet\<deleted\|variable-1088260f-e1a1-0fda-5fbb-8c7c293a0507\>);
    padding-bottom: var(--size--size-xs-tablet\<deleted\|variable-1088260f-e1a1-0fda-5fbb-8c7c293a0507\>);
  }

  .padding-s {
    padding-top: var(--size--size-s-tablet\<deleted\|variable-406587a6-a3e9-91bc-0a69-c2d92fca7a17\>);
    padding-bottom: var(--size--size-s-tablet\<deleted\|variable-406587a6-a3e9-91bc-0a69-c2d92fca7a17\>);
  }

  .padding-m {
    padding-top: var(--size--size-m-tablet\<deleted\|variable-12f63bca-dea1-7a4d-2af2-90085f028c1b\>);
    padding-bottom: var(--size--size-m-tablet\<deleted\|variable-12f63bca-dea1-7a4d-2af2-90085f028c1b\>);
  }

  .padding-l {
    padding-top: var(--size--size-l-tablet\<deleted\|variable-a9b0cf0d-c55d-4a0d-3b36-1de3638c6393\>);
    padding-bottom: var(--size--size-l-tablet\<deleted\|variable-a9b0cf0d-c55d-4a0d-3b36-1de3638c6393\>);
  }

  .padding-xl {
    padding-top: var(--size--size-xl-tablet\<deleted\|variable-3472737a-a00f-333f-a4b5-887f3fcffac1\>);
    padding-bottom: var(--size--size-xl-tablet\<deleted\|variable-3472737a-a00f-333f-a4b5-887f3fcffac1\>);
  }

  .padding-xxl {
    padding-top: var(--size--size-xxl-tablet\<deleted\|variable-b46b6bb3-e633-d487-f262-2c2b2d399726\>);
    padding-bottom: var(--size--size-xxl-tablet\<deleted\|variable-b46b6bb3-e633-d487-f262-2c2b2d399726\>);
  }

  .padding-3xl {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .margin-xs {
    margin-bottom: var(--size--size-xs-tablet\<deleted\|variable-1088260f-e1a1-0fda-5fbb-8c7c293a0507\>);
  }

  .margin-s {
    margin-bottom: var(--size--size-s-tablet\<deleted\|variable-406587a6-a3e9-91bc-0a69-c2d92fca7a17\>);
  }

  .margin-m {
    margin-bottom: var(--size--size-m-tablet\<deleted\|variable-12f63bca-dea1-7a4d-2af2-90085f028c1b\>);
  }

  .margin-xl {
    margin-bottom: var(--size--size-xl-tablet\<deleted\|variable-3472737a-a00f-333f-a4b5-887f3fcffac1\>);
  }

  .margin-xxl {
    margin-bottom: var(--size--size-xxl-tablet\<deleted\|variable-b46b6bb3-e633-d487-f262-2c2b2d399726\>);
  }

  .margin-3xl {
    margin-bottom: 96px;
  }

  .button, .button-variant {
    width: 100%;
  }

  .margin-top-m {
    margin-top: 28px;
  }

  .margin-left-s {
    margin-left: 16px;
  }

  .margin-left-m {
    margin-left: 28px;
  }

  .navigation {
    padding-top: 1rem;
  }

  .nav-brand {
    z-index: 99;
    position: relative;
  }

  .nav-brand.desktop.w--current {
    display: none;
  }

  .nav-brand.mobile {
    z-index: 999;
    display: block;
  }

  .nav-link {
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    padding: 1.25rem 0;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .nav-menu {
    z-index: 997;
    background-color: var(--b100);
    flex-direction: column;
    align-items: stretch;
    height: 38rem;
    padding-top: 80px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .nav-menu-button {
    z-index: 99;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    position: relative;
  }

  .nav-menu-button.w--open {
    z-index: 999;
    background-color: var(--transparent);
  }

  .nav-lines {
    background-color: var(--neutral);
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-lines.nav-line-1, .nav-lines.nav-line-2, .nav-lines.nav-line-3 {
    background-color: var(--color-200);
  }

  .nav-menu-button-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .nav-menu-mask {
    z-index: 999;
    flex-direction: column;
    flex: none;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .nav-link-wrapper {
    flex-flow: column;
  }

  .hero-section {
    padding-top: 3rem;
  }

  .hero-image-wrapper {
    height: 30rem;
  }

  .hero-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-bottom: 0;
    padding-left: 0;
  }

  .btn-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .hero-p {
    width: 100%;
  }

  .cta-content {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    --main--second-font: Montserrat, sans-serif;
    --b400: #46332c;
    --main--main-text: 1rem;
    --main--main-font: Philosopher, Arial, sans-serif;
    --heading--heading-h1: 4rem;
    --heading--heading-h2: 2.5rem;
    --heading--heading-h3: 2rem;
    --heading--heading-h4: 1.5rem;
    --heading--heading-h5: 1rem;
    --heading--heading-h6: 1rem;
    --color-200: #707f68;
    --color-100: #c5d3bc;
    --blue-200\<deleted\|variable-775eea37\>: #221c52;
    --b100: #e6e4d8;
    --error: #f04f4f;
    --success: #3ebf67;
    --transparent: #fff0;
    --main--link-btn: .875rem;
  }

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

  .container.grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .container.grid.footer-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
  }

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

  .jumbo-h {
    font-size: var(--heading--heading-jumbo-l\<deleted\|variable-12524850-8c95-cbd9-a70d-dfe678e3b047\>);
  }

  .style-guide-styles-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr;
  }

  .style-guide-color-helper {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .margin-l {
    margin-bottom: var(--size--size-l-mobile\<deleted\|variable-cb5d6169-327c-dfe2-21b4-1e46aa7ccd3e\>);
  }

  .padding-xs {
    padding-top: var(--size--size-xs-mobile\<deleted\|variable-56f56f98-c753-f0d9-979e-2ace9435e03a\>);
    padding-bottom: var(--size--size-xs-mobile\<deleted\|variable-56f56f98-c753-f0d9-979e-2ace9435e03a\>);
  }

  .padding-s {
    padding-top: var(--size--size-s-mobile\<deleted\|variable-e375dda4-4538-595a-c178-1f882fc4e355\>);
    padding-bottom: var(--size--size-s-mobile\<deleted\|variable-e375dda4-4538-595a-c178-1f882fc4e355\>);
  }

  .padding-m {
    padding-top: var(--size--size-m-mobile\<deleted\|variable-4fe38f60-5ac3-3b52-2d2a-f305fdeab43f\>);
    padding-bottom: var(--size--size-m-mobile\<deleted\|variable-4fe38f60-5ac3-3b52-2d2a-f305fdeab43f\>);
  }

  .padding-l {
    padding-top: var(--size--size-l-mobile\<deleted\|variable-cb5d6169-327c-dfe2-21b4-1e46aa7ccd3e\>);
    padding-bottom: var(--size--size-l-mobile\<deleted\|variable-cb5d6169-327c-dfe2-21b4-1e46aa7ccd3e\>);
  }

  .padding-xl {
    padding-top: var(--size--size-xl-mobile\<deleted\|variable-b2a88d7d-2729-fd28-0e1d-118fb47253d8\>);
    padding-bottom: var(--size--size-xl-mobile\<deleted\|variable-b2a88d7d-2729-fd28-0e1d-118fb47253d8\>);
  }

  .padding-xxl {
    padding-top: var(--size--size-xxl-mobile\<deleted\|variable-6469b4c9-c62f-7903-9fdb-f75b788ad92d\>);
    padding-bottom: var(--size--size-xxl-mobile\<deleted\|variable-6469b4c9-c62f-7903-9fdb-f75b788ad92d\>);
  }

  .padding-3xl {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .margin-xxs {
    margin-bottom: var(--size--size-xxs\<deleted\|variable-2614884e-93e4-4ad2-f642-845bee25e4ab\>);
  }

  .margin-xs {
    margin-bottom: var(--size--size-xs-mobile\<deleted\|variable-56f56f98-c753-f0d9-979e-2ace9435e03a\>);
  }

  .margin-s {
    margin-bottom: var(--size--size-s-mobile\<deleted\|variable-e375dda4-4538-595a-c178-1f882fc4e355\>);
  }

  .margin-m {
    margin-bottom: var(--size--size-m-mobile\<deleted\|variable-4fe38f60-5ac3-3b52-2d2a-f305fdeab43f\>);
  }

  .margin-xl {
    margin-bottom: var(--size--size-xl-mobile\<deleted\|variable-b2a88d7d-2729-fd28-0e1d-118fb47253d8\>);
  }

  .margin-xxl {
    margin-bottom: var(--size--size-xxl-mobile\<deleted\|variable-6469b4c9-c62f-7903-9fdb-f75b788ad92d\>);
  }

  .margin-3xl {
    margin-bottom: 80px;
  }

  .button {
    min-width: 140px;
    padding: 16px 28px;
  }

  .button-small {
    padding: 10px 20px;
  }

  .button-variant {
    min-width: 140px;
    padding: 16px 28px;
  }

  .button-variant-small {
    padding: 10px 20px;
  }

  .slider-button-left, .slider-button-right {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .button-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .margin-top-m {
    margin-top: 20px;
  }

  .margin-left-s {
    margin-left: 12px;
  }

  .margin-left-m {
    margin-left: 20px;
  }

  .footer-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-brand.mobile {
    padding-left: 0;
  }

  .nav-menu {
    z-index: 997;
  }

  .hero-section {
    padding-top: 3rem;
  }

  .hero-image-wrapper {
    height: 30rem;
  }

  .hero-image {
    object-position: 50% 30%;
  }

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

  .profi-card {
    min-height: 14rem;
  }

  .copy-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer-line {
    margin-top: 0;
  }

  .cta-content {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    --main--second-font: Montserrat, sans-serif;
    --b400: #46332c;
    --main--main-text: .875rem;
    --main--main-font: Philosopher, Arial, sans-serif;
    --heading--heading-h1: 3rem;
    --heading--heading-h2: 2rem;
    --heading--heading-h3: 1.75rem;
    --heading--heading-h4: 1.25rem;
    --heading--heading-h5: 1rem;
    --heading--heading-h6: 1rem;
    --color-200: #707f68;
    --color-100: #c5d3bc;
    --blue-200\<deleted\|variable-775eea37\>: #221c52;
    --b100: #e6e4d8;
    --error: #f04f4f;
    --success: #3ebf67;
    --transparent: #fff0;
    --main--link-btn: .875rem;
  }

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

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

  .style-guide-color-helper {
    margin: 4px;
  }

  .button-wrapper {
    grid-template-columns: auto;
  }

  .nav-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-logo {
    width: 7rem;
    height: auto;
  }

  .nav-brand.mobile {
    padding-left: 0;
  }

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

  .mobile-brake {
    display: inline-block;
  }

  .style-guide-intro {
    flex-direction: column;
  }

  .hero-section {
    padding-top: 2rem;
  }

  .hero-image-wrapper {
    height: 22rem;
  }

  .hero-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 1rem;
  }

  .profi-card.image-profi {
    min-height: 20rem;
  }

  .cta-visual._1 {
    margin-top: .5rem;
  }

  .cta-visual._2 {
    margin-top: 2rem;
  }
}

#w-node-b41c8e3e-f699-6794-684d-0a0c158cb306-040fd71b, #w-node-cb83c6bc-6e68-c7b5-2569-2f4964a5afc7-040fd71b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_173333e8-168a-11c2-3e32-c30d713f9695-040fd71b, #w-node-_5f4c7ab7-db93-581f-2f22-378b7484c1a7-040fd71b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_81bdac5a-5b49-d9da-3a28-bd41c6221f4b-040fd71b {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-e1630845-1c4d-d750-5a25-c40f40137cb3-040fd71b, #w-node-_1740c7b4-2e20-c0fa-a7b0-b2d20375ec3c-040fd71b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fd866758-189b-942e-605e-cebd4e804b69-040fd71b {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-_49bb76d7-c4ec-7440-7330-487285062c39-040fd71b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_13fefad6-da23-7726-272d-a314a65e10e2-040fd71b, #w-node-_3c066be6-d3a2-9ceb-32a1-1c096679b014-040fd71b, #w-node-cc9ad2f5-40b4-4612-877a-16d566867f63-040fd71b, #w-node-ce4be1d3-7fe5-07d7-49ba-5e3a1152535c-040fd71b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_288ce63b-dda1-2921-0d30-c77e0fe79fe1-040fd71b {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_60d817e5-fab0-3ca9-3967-17555292fc63-040fd71b {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-a041add0-99e7-9a1b-f85d-a021a72a35b0-040fd71b, #w-node-_7e3b56c5-fe69-28d3-57c5-37f80ec97fe2-040fd71b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_73c87ccf-69c8-d53d-9241-241543a429d2-654d2164 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_707f7336-7e9e-047e-efb2-5d64ff6f70ce-654d2164 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_8dbc8645-3555-1293-858c-182de9bbc04d-654d2164 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-b9472b32-579c-b725-50c0-eb3f8894dc56-654d2164, #w-node-aa6f6860-069c-cef1-8b34-9dbf7c7340de-654d2164 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_0f2189c3-cd67-8bae-1b70-bf24a1e4cd11-654d2164 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#Project-Set-Up.w-node-_1dbed699-b8f8-5e1e-f904-09957ee85dd6-040fd71f, #w-node-_3dfcecf2-741f-29cd-9791-15348327ad8d-040fd71f, #w-node-_43c0beed-6386-7877-56a2-ee7835884e37-040fd71f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d72d6950-d93d-4637-35d5-37c05e7c0d38-040fd71f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-_73874b90-ab75-7e50-29c3-3908917f44ec-040fd71f {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_1c78e62c-1aca-69f2-474b-936dc374d006-040fd71f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_0231eb0a-3d9f-3574-6b60-a387f73bb22d-040fd71f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_38c376bb-e920-9eda-e812-210d78457c7d-040fd71f, #w-node-_8c60c5a5-f71b-34a4-f8b3-c84fb08a531e-040fd71f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_2a3facfc-4fe8-4dd9-3321-d5351248ddcf-040fd71f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_16208a4a-7610-d558-cad8-21613c02ff3c-040fd71f, #w-node-_035ff3d5-375d-5878-a683-f306d512ef1c-040fd71f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_18b58d78-c5ef-76cf-c938-e6865c3a0957-040fd71f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-c4bd1cd3-8332-0e51-10e1-21867c45c99b-040fd71f, #w-node-_9106cb4b-3191-1113-9a39-28b1e23c6c51-040fd71f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-dd45c394-e668-3321-1198-f52069133a57-040fd71f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_6c16b473-943e-1b4c-dbda-780c4c057a36-040fd71f, #w-node-_53ec84b3-60f1-9f16-1b2f-44f2c3696f1e-040fd71f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-a2f542df-f4a7-f916-a2bf-d690aba6410a-040fd71f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_8d37f161-a4ff-4c02-09cc-d7338e140dd3-040fd71f, #w-node-a0ed19ac-34b4-91c5-7b83-68335faae140-040fd71f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-e92dc493-afce-b66a-bb38-0fdfa5de0a0a-040fd71f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_20670753-4d0a-155f-6c6d-e28a3d1db02c-040fd71f, #w-node-_496fa53a-5d34-28de-2d08-c3c0930cbca2-040fd71f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7a23a602-d1b7-d52f-263a-cf3e3606d3b3-040fd71f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-a7a6a72c-9e0a-0737-6f04-f14d357bf427-040fd71f {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-d76e0423-00bb-fc33-ce55-a4e359b90c01-040fd71f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-e177acb4-7c91-448d-d549-50d77e5c9e16-040fd71f {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-e2446457-6a23-c0d1-070c-f0f3b7586106-040fd71f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_214bbd82-eb09-3e6b-dc9e-802f78dffeb1-040fd71f {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-f5550334-3d38-900d-34b5-b7cd860b5ba6-040fd71f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-be415236-5406-14ad-4edf-c6236719d74e-040fd71f {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_470204c1-cde7-6989-bcd0-20d473edc5bd-040fd71f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_3c0e7e4f-af59-2b37-0cfc-668b8e7bc791-040fd71f {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-daa40b7a-c21d-63e6-cd46-295bc549f1a7-040fd71f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5404eb7c-0e01-8e9c-0e49-0f9d7fd91b09-040fd71f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-_13fefad6-da23-7726-272d-a314a65e10e2-040fd71b, #w-node-_3c066be6-d3a2-9ceb-32a1-1c096679b014-040fd71b, #w-node-cc9ad2f5-40b4-4612-877a-16d566867f63-040fd71b, #w-node-ce4be1d3-7fe5-07d7-49ba-5e3a1152535c-040fd71b {
    grid-column: span 6 / span 6;
  }

  #w-node-a041add0-99e7-9a1b-f85d-a021a72a35b0-040fd71b, #w-node-_7e3b56c5-fe69-28d3-57c5-37f80ec97fe2-040fd71b {
    grid-column: span 12 / span 12;
  }

  #w-node-_73c87ccf-69c8-d53d-9241-241543a429d2-654d2164 {
    order: -9999;
    grid-column: span 6 / span 6;
  }

  #w-node-_707f7336-7e9e-047e-efb2-5d64ff6f70ce-654d2164, #w-node-_8dbc8645-3555-1293-858c-182de9bbc04d-654d2164 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0f2189c3-cd67-8bae-1b70-bf24a1e4cd11-654d2164, #w-node-_43c0beed-6386-7877-56a2-ee7835884e37-040fd71f {
    grid-column: span 12 / span 12;
  }

  #w-node-d72d6950-d93d-4637-35d5-37c05e7c0d38-040fd71f {
    grid-column: span 3 / span 3;
  }

  #w-node-_73874b90-ab75-7e50-29c3-3908917f44ec-040fd71f {
    grid-column: span 8 / span 8;
  }

  #w-node-_1c78e62c-1aca-69f2-474b-936dc374d006-040fd71f, #w-node-_0231eb0a-3d9f-3574-6b60-a387f73bb22d-040fd71f, #w-node-_38c376bb-e920-9eda-e812-210d78457c7d-040fd71f, #w-node-_8c60c5a5-f71b-34a4-f8b3-c84fb08a531e-040fd71f, #w-node-_2a3facfc-4fe8-4dd9-3321-d5351248ddcf-040fd71f, #w-node-_16208a4a-7610-d558-cad8-21613c02ff3c-040fd71f, #w-node-_035ff3d5-375d-5878-a683-f306d512ef1c-040fd71f, #w-node-_18b58d78-c5ef-76cf-c938-e6865c3a0957-040fd71f, #w-node-c4bd1cd3-8332-0e51-10e1-21867c45c99b-040fd71f, #w-node-_9106cb4b-3191-1113-9a39-28b1e23c6c51-040fd71f, #w-node-dd45c394-e668-3321-1198-f52069133a57-040fd71f, #w-node-_6c16b473-943e-1b4c-dbda-780c4c057a36-040fd71f, #w-node-_53ec84b3-60f1-9f16-1b2f-44f2c3696f1e-040fd71f, #w-node-a2f542df-f4a7-f916-a2bf-d690aba6410a-040fd71f, #w-node-_8d37f161-a4ff-4c02-09cc-d7338e140dd3-040fd71f, #w-node-a0ed19ac-34b4-91c5-7b83-68335faae140-040fd71f, #w-node-e92dc493-afce-b66a-bb38-0fdfa5de0a0a-040fd71f, #w-node-_20670753-4d0a-155f-6c6d-e28a3d1db02c-040fd71f, #w-node-_496fa53a-5d34-28de-2d08-c3c0930cbca2-040fd71f, #w-node-_7a23a602-d1b7-d52f-263a-cf3e3606d3b3-040fd71f, #w-node-a7a6a72c-9e0a-0737-6f04-f14d357bf427-040fd71f, #w-node-d76e0423-00bb-fc33-ce55-a4e359b90c01-040fd71f, #w-node-e177acb4-7c91-448d-d549-50d77e5c9e16-040fd71f, #w-node-e2446457-6a23-c0d1-070c-f0f3b7586106-040fd71f, #w-node-_214bbd82-eb09-3e6b-dc9e-802f78dffeb1-040fd71f, #w-node-f5550334-3d38-900d-34b5-b7cd860b5ba6-040fd71f, #w-node-be415236-5406-14ad-4edf-c6236719d74e-040fd71f, #w-node-_470204c1-cde7-6989-bcd0-20d473edc5bd-040fd71f, #w-node-_3c0e7e4f-af59-2b37-0cfc-668b8e7bc791-040fd71f, #w-node-daa40b7a-c21d-63e6-cd46-295bc549f1a7-040fd71f, #w-node-_5404eb7c-0e01-8e9c-0e49-0f9d7fd91b09-040fd71f {
    grid-column: span 12 / span 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b41c8e3e-f699-6794-684d-0a0c158cb306-040fd71b {
    order: 9999;
  }

  #w-node-_173333e8-168a-11c2-3e32-c30d713f9695-040fd71b, #w-node-_5f4c7ab7-db93-581f-2f22-378b7484c1a7-040fd71b {
    grid-column: span 6 / span 6;
  }

  #w-node-_81bdac5a-5b49-d9da-3a28-bd41c6221f4b-040fd71b {
    grid-area: 4 / 5 / 5 / 7;
  }

  #w-node-e1630845-1c4d-d750-5a25-c40f40137cb3-040fd71b {
    grid-column: span 6 / span 6;
  }

  #w-node-_1740c7b4-2e20-c0fa-a7b0-b2d20375ec3c-040fd71b {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_49bb76d7-c4ec-7440-7330-487285062c39-040fd71b, #w-node-_288ce63b-dda1-2921-0d30-c77e0fe79fe1-040fd71b {
    grid-column: span 6 / span 6;
  }

  #w-node-_60d817e5-fab0-3ca9-3967-17555292fc63-040fd71b {
    order: -9999;
    grid-column: span 6 / span 6;
  }

  #w-node-a041add0-99e7-9a1b-f85d-a021a72a35b0-040fd71b, #w-node-_7e3b56c5-fe69-28d3-57c5-37f80ec97fe2-040fd71b, #w-node-_73c87ccf-69c8-d53d-9241-241543a429d2-654d2164 {
    grid-column: span 6 / span 6;
  }

  #w-node-_707f7336-7e9e-047e-efb2-5d64ff6f70ce-654d2164, #w-node-_8dbc8645-3555-1293-858c-182de9bbc04d-654d2164 {
    grid-column: span 3 / span 3;
  }

  #w-node-b9472b32-579c-b725-50c0-eb3f8894dc56-654d2164 {
    grid-column: span 6 / span 6;
  }

  #w-node-aa6f6860-069c-cef1-8b34-9dbf7c7340de-654d2164, #w-node-_0f2189c3-cd67-8bae-1b70-bf24a1e4cd11-654d2164 {
    grid-column: span 6 / span 6;
    justify-self: center;
  }

  #w-node-_43c0beed-6386-7877-56a2-ee7835884e37-040fd71f, #w-node-_73874b90-ab75-7e50-29c3-3908917f44ec-040fd71f, #w-node-_1c78e62c-1aca-69f2-474b-936dc374d006-040fd71f, #w-node-_0231eb0a-3d9f-3574-6b60-a387f73bb22d-040fd71f, #w-node-_38c376bb-e920-9eda-e812-210d78457c7d-040fd71f, #w-node-_8c60c5a5-f71b-34a4-f8b3-c84fb08a531e-040fd71f, #w-node-_2a3facfc-4fe8-4dd9-3321-d5351248ddcf-040fd71f, #w-node-_16208a4a-7610-d558-cad8-21613c02ff3c-040fd71f, #w-node-_035ff3d5-375d-5878-a683-f306d512ef1c-040fd71f, #w-node-_18b58d78-c5ef-76cf-c938-e6865c3a0957-040fd71f, #w-node-c4bd1cd3-8332-0e51-10e1-21867c45c99b-040fd71f, #w-node-_9106cb4b-3191-1113-9a39-28b1e23c6c51-040fd71f, #w-node-dd45c394-e668-3321-1198-f52069133a57-040fd71f, #w-node-_6c16b473-943e-1b4c-dbda-780c4c057a36-040fd71f, #w-node-_53ec84b3-60f1-9f16-1b2f-44f2c3696f1e-040fd71f, #w-node-a2f542df-f4a7-f916-a2bf-d690aba6410a-040fd71f, #w-node-_8d37f161-a4ff-4c02-09cc-d7338e140dd3-040fd71f, #w-node-a0ed19ac-34b4-91c5-7b83-68335faae140-040fd71f, #w-node-e92dc493-afce-b66a-bb38-0fdfa5de0a0a-040fd71f, #w-node-_20670753-4d0a-155f-6c6d-e28a3d1db02c-040fd71f, #w-node-_496fa53a-5d34-28de-2d08-c3c0930cbca2-040fd71f, #w-node-_7a23a602-d1b7-d52f-263a-cf3e3606d3b3-040fd71f, #w-node-a7a6a72c-9e0a-0737-6f04-f14d357bf427-040fd71f, #w-node-d76e0423-00bb-fc33-ce55-a4e359b90c01-040fd71f, #w-node-e177acb4-7c91-448d-d549-50d77e5c9e16-040fd71f, #w-node-e2446457-6a23-c0d1-070c-f0f3b7586106-040fd71f, #w-node-_214bbd82-eb09-3e6b-dc9e-802f78dffeb1-040fd71f, #w-node-f5550334-3d38-900d-34b5-b7cd860b5ba6-040fd71f, #w-node-be415236-5406-14ad-4edf-c6236719d74e-040fd71f, #w-node-_470204c1-cde7-6989-bcd0-20d473edc5bd-040fd71f, #w-node-_3c0e7e4f-af59-2b37-0cfc-668b8e7bc791-040fd71f, #w-node-daa40b7a-c21d-63e6-cd46-295bc549f1a7-040fd71f, #w-node-_5404eb7c-0e01-8e9c-0e49-0f9d7fd91b09-040fd71f {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_81bdac5a-5b49-d9da-3a28-bd41c6221f4b-040fd71b {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_1740c7b4-2e20-c0fa-a7b0-b2d20375ec3c-040fd71b {
    grid-column-end: 7;
  }

  #w-node-_707f7336-7e9e-047e-efb2-5d64ff6f70ce-654d2164, #w-node-_8dbc8645-3555-1293-858c-182de9bbc04d-654d2164 {
    grid-column: span 6 / span 6;
  }

  #w-node-aa6f6860-069c-cef1-8b34-9dbf7c7340de-654d2164 {
    justify-self: start;
  }

  #w-node-_1a3fe882-bd4a-dfcc-a0bf-3f5f25d7397a-040fd71f, #w-node-_0f6647f2-3a81-6928-afb4-0205c39bf8a2-040fd71f, #w-node-_7f5485f3-df8e-9e35-88d4-46ae6d2f2bab-040fd71f, #w-node-_158150a2-2805-7beb-56ba-f87361a4787a-040fd71f, #w-node-_73fc2a2c-09bf-7345-70d1-5ead0f1eb6ff-040fd71f, #w-node-_945633db-5ded-cc98-5fda-facb2c96fb6d-040fd71f, #w-node-f6f64556-b4e6-a5eb-d633-15e3c7bae629-040fd71f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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