@font-face {
  font-family: Pptelegraf;
  src: url('../fonts/pptelegraf-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pphatton;
  src: url('../fonts/PPHatton-Ultralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pphatton;
  src: url('../fonts/PPHatton-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Pphatton;
  src: url('../fonts/PPHatton-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Pphatton;
  src: url('../fonts/PPHatton-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pphatton;
  src: url('../fonts/PPHatton-UltralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Pphatton;
  src: url('../fonts/PPHatton-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pptelegraf;
  src: url('../fonts/pptelegraf-ultrabold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pptelegraf;
  src: url('../fonts/pptelegraf-ultralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --base-color-brand--olive-green: #554d2a;
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-brand--dark);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --base-color-brand--cream: #f3eee4;
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --border-radius--sm: 4px;
  --gap--md: 40px;
  --border-radius--rg: 8px;
  --base-color-neutral--white: #fff;
  --base-color-brand--dark: #473d2c;
  --gap--2xl: 72px;
  --gap--rg: 24px;
  --gap--sm: 16px;
  --base-color-brand--green-lighter: #ecf2e2;
  --relume-library-lite--rl-black: black;
  --base-color-brand--light: #a9936c;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --columns--3-columns: 360px;
  --columns--10-columns: 1256px;
  --relume-library-lite--rl-white: white;
}

.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(--base-color-brand--olive-green);
  font-family: Pptelegraf, Verdana, 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.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

.utility-page_component {
  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-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

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

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox-icon.w--redirected-checked {
  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;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

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

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

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

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

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

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

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

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

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

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

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

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

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

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

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

.heading-style-h1 {
  font-family: Pphatton, Georgia, sans-serif;
  font-size: 3.5rem;
  font-weight: 200;
  line-height: 1.1;
}

.heading-style-h1.text-style-allcaps.reveal.hide-desktop {
  display: none;
}

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

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

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

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

.text-color-alternate {
  color: var(--base-color-brand--cream);
}

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

.pointer-events-none {
  pointer-events: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

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

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

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

.text-size-regular.max-width-380px {
  max-width: 380px;
}

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

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

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

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

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

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

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

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

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

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

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

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

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

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

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

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

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

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

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

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

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

.button {
  z-index: 10;
  background-color: var(--base-color-brand--cream);
  color: var(--base-color-brand--olive-green);
  text-align: center;
  text-transform: uppercase;
  border-radius: 100rem;
  padding: .75rem 1.5rem;
  font-weight: 400;
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
  position: relative;
}

.button:hover {
  transform: translate(0, -8px);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

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

.button.is-secondary {
  border: 1px solid var(--base-color-brand--olive-green);
  color: var(--base-color-brand--olive-green);
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  border-color: var(--base-color-brand--cream);
  color: var(--base-color-brand--cream);
}

.button.is-secondary.full-width-mobile {
  display: none;
}

.button.is-secondary.full-width {
  width: 100%;
}

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

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

.text-size-medium {
  color: var(--base-color-brand--cream);
  font-size: 1.25rem;
}

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

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

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

.button-group.max-width-smaller {
  max-width: 216px;
}

.hide {
  display: none;
}

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

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

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

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

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

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

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.nav_fixed {
  z-index: 100;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.content-style {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 685px;
  text-decoration: none;
  display: flex;
}

.small-icons {
  border-radius: var(--border-radius--sm);
  border: 1px solid #715c37;
}

.line {
  border: 1px solid #122d15;
}

.work-with-me_component {
  grid-row-gap: 63px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.work-with-me_heading-wrapper {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 53rem;
  text-decoration: none;
  display: flex;
}

.tab-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.tab-link_heading-wrapper {
  grid-column-gap: 16px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tabs-content {
  grid-row-gap: var(--gap--md);
  border-radius: var(--border-radius--rg);
  background-color: var(--base-color-neutral--white);
  width: 100%;
  height: 100%;
  box-shadow: none;
  color: var(--base-color-brand--dark);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 72px 72px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-content_heading-wrapper {
  grid-column-gap: var(--gap--md);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tab-content_body-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tab-content_body-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1856 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.package-focus_item, .frame-1853, .frame-1854, .frame-1855 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tab-content_image-wrapper {
  grid-column-gap: 8px;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  height: 470px;
  display: flex;
  overflow: hidden;
}

.small-icons-2 {
  border-radius: var(--border-radius--sm);
  border: 1px solid #122d15;
}

.digital-tools_component {
  grid-row-gap: 110px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.digital-tools_heading-wrapper {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 44rem;
  text-decoration: none;
  display: flex;
}

.digital-tools_nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.digital-tools_nav {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 145px;
  text-decoration: none;
  display: flex;
}

.contact-component {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-component_inner-wrapper {
  grid-row-gap: var(--gap--2xl);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  text-decoration: none;
  display: flex;
}

.hero-content {
  grid-row-gap: var(--gap--rg);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.contact-heading_wrapper {
  grid-row-gap: var(--gap--sm);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  text-decoration: none;
  display: flex;
}

.footer_component {
  grid-row-gap: 105px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-links_wrapper {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.services {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pphatton, Georgia, sans-serif;
  font-size: 72px;
  font-weight: 200;
  line-height: 120%;
}

.footer-credits_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer_credits {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer_logos {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.partner-logo__b-corp, .partner-logo__mailchimp, .badge-enterprisepartner-black-1 {
  overflow: hidden;
}

.footer_logo {
  width: 100%;
  overflow: hidden;
}

.footer-content_top {
  grid-row-gap: 6rem;
  width: 100%;
  color: var(--base-color-brand--dark);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 49px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.services-2 {
  color: #333;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PP Telegraf, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.services-3 {
  color: #122d15;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PP Telegraf, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.section_work-with-me {
  background-color: var(--base-color-brand--cream);
}

.section_digital-tools {
  background-color: var(--base-color-brand--olive-green);
}

.digital-tool {
  grid-column-gap: 10px;
  background-color: var(--base-color-neutral--white);
  border: 1px solid #2d664e1a;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px 12px 26px;
  text-decoration: none;
  display: flex;
}

.digital-tools_inner {
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.digital-tools_image-wrapper {
  grid-column-gap: 10px;
  background-color: var(--base-color-brand--cream);
  border: 1px solid #2d664e1a;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 326.172px;
  padding: 33px 61px;
  display: flex;
}

.digital-tools_details-wrapper {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1 {
  grid-row-gap: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rl_navbar2_button-wrapper {
  grid-column-gap: 1rem;
  opacity: 0;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar2_button-wrapper.details {
  opacity: 100;
}

.rl_navbar2_component {
  background-color: var(--base-color-brand--cream);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.rl_navbar2_link {
  border-bottom: 1px solid var(--base-color-brand--cream);
  color: var(--base-color-brand--cream);
  padding: .5rem 1rem;
  line-height: 1.5;
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
}

.rl_navbar2_link:hover {
  letter-spacing: 2px;
  font-weight: 700;
}

.rl_navbar2_link.w--current {
  color: #000;
}

.rl_navbar2_dropdown-link {
  color: var(--base-color-brand--dark);
  padding: .5rem 1.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
}

.rl_navbar2_dropdown-link:hover {
  background-color: var(--base-color-brand--dark);
  color: var(--base-color-brand--green-lighter);
}

.rl_navbar2_dropdown-link.w--current {
  color: var(--base-color-brand--dark);
}

.rl_navbar2_dropdown-link.w--current:hover {
  color: var(--base-color-brand--cream);
}

.rl_navbar2_menu-button {
  padding: 0;
}

.rl_navbar2_logo-link {
  width: 150px;
  color: var(--base-color-brand--cream);
  padding-left: 0;
}

.rl_navbar2_logo-link.home {
  width: 150px;
  color: var(--base-color-brand--olive-green);
}

.rl_navbar2_logo-link.details-page {
  color: var(--base-color-brand--dark);
}

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

.rl_navbar2_menu {
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar2_menu.is-page-height-tablet.is-details-page, .rl_navbar2_menu.details {
  opacity: 100;
}

.rl_navbar2_dropdown-list.w--open {
  border: 1px solid var(--base-color-brand--olive-green);
  background-color: var(--base-color-brand--cream);
  color: var(--base-color-brand--dark);
  position: absolute;
}

.rl_navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--base-color-brand--cream);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  width: 100%;
  height: 100%;
  color: var(--base-color-brand--olive-green);
  border-radius: 1000px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 25px;
  display: grid;
  position: relative;
}

.rl_navbar2_dropdwn-toggle {
  color: var(--base-color-brand--cream);
  padding: .5rem 2.5rem .5rem 1rem;
  line-height: 1.5;
}

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

.slider-button-left {
  background-color: var(--base-color-brand--cream);
  width: 56px;
  height: 56px;
  color: var(--base-color-brand--olive-green);
  text-align: center;
  cursor: pointer;
  background-image: url('../images/Group-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 50%;
  padding: 12px;
  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 {
  color: #fff;
  background-color: #aaa27d;
  background-position: 40%;
}

.slider-button-left:active {
  background-color: var(--base-color-brand--dark);
}

.slider-button-right {
  background-color: var(--base-color-brand--cream);
  width: 56px;
  height: 56px;
  color: var(--base-color-brand--olive-green);
  text-align: center;
  cursor: pointer;
  background-image: url('../images/Group.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 100px;
  padding: 12px;
  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 {
  color: #fff;
  background-color: #aaa27d;
  background-position: 60%;
}

.slider-button-right:active {
  background-color: var(--base-color-brand--dark);
}

.section_contact {
  background-color: var(--base-color-brand--olive-green);
}

.section_footer {
  background-color: var(--base-color-brand--cream);
}

.digital-tools_cta-wrapper {
  max-width: 290px;
}

.basic-swiper {
  width: 100%;
  margin-bottom: 48px;
  overflow: hidden;
}

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

.swiper-wrapper.basic-slider-list {
  align-items: center;
  display: flex;
}

.swiper-slide {
  flex: none;
}

.swiper-slide.basic-swiperr-item {
  width: 100%;
  display: flex;
}

.tabs-menu-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 280px;
  height: 670px;
  margin-right: 27px;
  padding-top: 10px;
  padding-bottom: 60px;
  display: flex;
  overflow: auto;
}

.tab-dropdown {
  display: none;
}

.tab-link-3 {
  border: 1px solid var(--base-color-neutral--white);
  background-color: #fffaf2;
  border-radius: 8px;
  width: auto;
  padding: 24px;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
}

.tab-link-3:hover {
  background-color: #f6efe3;
}

.tab-link-3.w--current {
  z-index: 1;
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-brand--dark);
  border: 1px solid #f0ede8;
  box-shadow: 0 62px 64px -35px #0000004f;
}

.tabs-content-2 {
  text-align: left;
  background-color: #f5faf900;
  border-radius: 6px;
  width: 100%;
  height: 670px;
}

.tab-system {
  width: 100%;
  display: flex;
}

.tab-content_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_about-me {
  background-color: var(--base-color-brand--cream);
}

.error-text {
  color: #e23939;
}

.contact_form-field-wrapper {
  position: relative;
}

.rl-form-input {
  background-color: #fff0;
  border: 1px solid #dae3cb33;
  border-radius: 8px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 1rem .75rem;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--base-color-brand--cream);
  background-color: #7d8b754f;
}

.rl-form-input::placeholder {
  color: var(--base-color-brand--cream);
  font-size: 1rem;
}

.contact_form-block {
  width: 100%;
  color: var(--base-color-brand--cream);
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

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

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl_contact6_spacing-block-7 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-form-text-area {
  background-color: #fff0;
  border: 1px solid #dae3cb33;
  border-radius: 8px;
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--base-color-brand--cream);
}

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

.success-message {
  background-color: #0000;
  padding: 1.5rem;
}

.rl-field-label {
  color: #aca791;
  margin-bottom: .5rem;
  font-size: 12px;
}

.tab-pane {
  height: 100%;
}

.code-embed {
  height: 30px;
}

.code-embed.details {
  height: 56px;
  color: var(--base-color-brand--olive-green);
}

.about-me_component {
  grid-row-gap: 8px;
  width: 100%;
  max-width: 865.555px;
  color: var(--base-color-brand--dark);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.about-me_image-section {
  grid-column-gap: 74px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.about-me_bottom-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 380px 430px;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.about-me_top-wrapper {
  max-width: 780px;
}

.preloader {
  z-index: 1000;
  background-color: var(--base-color-brand--cream);
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.preloader-inner-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.preloader_logo-wrapper {
  z-index: 1;
  width: 80vw;
  position: relative;
}

.image-wrapper {
  width: 80vw;
  position: absolute;
  top: 582.781px;
}

.preloader-image {
  width: 100%;
}

.hero-content {
  z-index: 8;
  opacity: 0;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10svw;
  position: absolute;
  top: 40%;
  left: 50%;
}

.image {
  border-radius: 28px;
  width: 201px;
}

.hero {
  z-index: 1;
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: hidden;
}

.zoom-element {
  z-index: 5;
  width: 80vw;
  height: 48vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50svh;
  left: 50%;
  transform: translate(-50%);
}

.max-wdth-511px {
  max-width: 511px;
}

.text-color-light {
  color: var(--base-color-brand--light);
}

.max-width-650px {
  max-width: 650px;
}

.body {
  background-color: var(--base-color-brand--cream);
}

.nav-logo {
  z-index: 20;
  transform-origin: center;
  width: 150px;
  height: auto;
  position: fixed;
  top: 16px;
  left: 5px;
}

.tab_main-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.about-me_author-image {
  max-width: 303px;
}

.about-me_image-text-wrapper {
  max-width: 390px;
}

.details-about_content-wrapper {
  max-width: 587px;
}

.section_details-hero {
  background-color: var(--base-color-brand--olive-green);
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  height: 100svh;
  display: flex;
  position: relative;
}

.details-hero-images_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.details-hero_featured-image {
  z-index: 1;
  width: 100%;
  max-width: 322px;
  position: absolute;
  box-shadow: 0 70px 50px -20px #00000082;
}

.details-hero_bg {
  width: 50vw;
  max-width: 1080px;
}

.details-heading-wrapper {
  width: 100%;
  max-width: 1320px;
  color: var(--base-color-brand--cream);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Pphatton, Georgia, sans-serif;
  display: flex;
  position: absolute;
}

.details-heading_text {
  font-size: 22svh;
  font-weight: 200;
}

.section_detaills-about {
  background-color: var(--base-color-brand--cream);
}

.details-about_component {
  grid-row-gap: 4rem;
  width: 100%;
  max-width: 865.555px;
  color: var(--base-color-brand--dark);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.details-about_top-wrapper {
  max-width: 750px;
}

.section-details-hero_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5svh;
  display: flex;
}

.footer_component-2 {
  grid-row-gap: 105px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.preloader-2 {
  z-index: 1000;
  background-color: #f3eee4;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.footer_logos-2 {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-48707 {
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  text-decoration: none;
  display: flex;
}

.footer-content_top-2 {
  grid-row-gap: 6rem;
  color: #473d2c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 49px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rl-form-text-area-2 {
  background-color: #fff0;
  border: 1px solid #dae3cb33;
  border-radius: 8px;
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area-2:focus {
  border-color: #000;
}

.rl-form-text-area-2::placeholder {
  color: #f3eee4;
}

.details-hero_featured-image-2 {
  z-index: 1;
  width: 100%;
  max-width: 322px;
  position: absolute;
  box-shadow: 0 70px 50px -20px #00000082;
}

.section-details-hero_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5svh;
  display: flex;
}

.details-heading-wrapper-2 {
  color: #f3eee4;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  font-family: Pphatton, Georgia, sans-serif;
  display: flex;
  position: absolute;
}

.rl_contact6_form-block-2 {
  color: #f3eee4;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
}

.rl_navbar2_dropdown-list-2.w--open {
  color: #473d2c;
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
}

.rl_navbar2_dropdwn-toggle-2 {
  color: #f3eee4;
  padding: .5rem 2.5rem .5rem 1rem;
  line-height: 1.5;
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
}

.rl_navbar2_dropdwn-toggle-2:hover {
  letter-spacing: 2px;
  font-weight: 700;
}

.footer_credits-2 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.section_contact-2 {
  background-color: #554d2a;
}

.footer-links_wrapper-2 {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-2 {
  color: #554d2a;
  text-align: center;
  text-transform: uppercase;
  background-color: #f3eee4;
  border-radius: 100rem;
  padding: .75rem 1.5rem;
  font-weight: 400;
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
}

.button-2:hover {
  transform: translate(0, -8px);
}

.button-2.is-secondary {
  color: #554d2a;
  background-color: #0000;
  border: 1px solid #554d2a;
}

.button-2.is-secondary.full-width-mobile {
  display: none;
}

.button-2.is-secondary.is-alternate {
  color: #f3eee4;
  border-color: #f3eee4;
}

.details-hero_bg-2 {
  width: 50vw;
  max-width: 1080px;
}

.section_details-hero-2 {
  background-color: #554d2a;
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  height: 100svh;
  display: flex;
  position: relative;
}

.details-about_component-2 {
  grid-row-gap: 24px;
  color: #473d2c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 865.555px;
  text-decoration: none;
  display: flex;
}

.services-4 {
  color: #122d15;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.services-5 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pphatton, Georgia, sans-serif;
  font-size: 72px;
  font-weight: 200;
  line-height: 120%;
}

.rl-form-input-2 {
  background-color: #fff0;
  border: 1px solid #dae3cb33;
  border-radius: 8px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 1rem .75rem;
  line-height: 1.6;
}

.rl-form-input-2:focus {
  background-color: #7d8b754f;
  border-color: #f3eee4;
}

.rl-form-input-2::placeholder {
  color: #f3eee4;
  font-size: 1rem;
}

.details-heading_text-2 {
  font-size: 24svh;
  font-weight: 200;
}

.services-6 {
  color: #333;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.section_detaills-about-2 {
  background-color: #f3eee4;
}

.contact-heading_wrapper-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  text-decoration: none;
  display: flex;
}

.section_footer-2 {
  background-color: #f3eee4;
}

.package-focus_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.footer_social-links {
  cursor: pointer;
}

.scroll-down_indicator {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  display: flex;
  position: absolute;
  inset: auto auto -1% 0%;
}

.hero-bg-overlay {
  display: none;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

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

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

  .button.is-secondary.full-width-mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
    display: flex;
  }

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

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

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

  .tab-link {
    width: 230px;
  }

  .tab-link_heading-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tabs-content {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .footer-credits_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_credits {
    width: 100%;
  }

  .footer-content_top {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .rl_navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_navbar2_link-text {
    font-size: 1.125rem;
  }

  .rl_menu-icon2_line-middle {
    background-color: var(--base-color-brand--olive-green);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar2_button-wrapper {
    align-items: center;
  }

  .rl_navbar2_link {
    border-bottom: 1px solid var(--base-color-brand--olive-green);
    background-image: url('../images/ph_arrow-right-light_1ph_arrow-right-light.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar2_dropdown-link {
    text-align: left;
    width: auto;
    padding: .75rem 0;
    font-family: Pptelegraf, Verdana, sans-serif;
    font-size: 1.125rem;
  }

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

  .rl_navbar2_menu-button {
    padding: 0;
  }

  .rl_navbar2_menu-button.w--open {
    background-color: #0000;
  }

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

  .rl_navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    background-color: var(--base-color-brand--cream);
    width: 100%;
    color: #473d2c;
    background-color: #f3eee4;
    width: 100%;
    padding-bottom: 2rem;
  }

  .rl_navbar2_menu.details {
    width: 100%;
  }

  .rl_menu-icon2_line-bottom, .rl_menu-icon2_line-top {
    background-color: var(--base-color-brand--olive-green);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .rl_navbar2_dropdown-list.w--open {
    color: var(--base-color-brand--dark);
    background-color: #554d2a1c;
    border-style: none;
    padding: 0 1rem;
    position: static;
  }

  .rl_navbar2_container {
    grid-template-columns: .25fr 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar2_dropdwn-toggle {
    border-bottom: 1px solid var(--base-color-brand--olive-green);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .slider-button-left:hover, .slider-button-right:hover {
    background-position: 50%;
  }

  .tabs-menu-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    height: auto;
    padding-bottom: 10px;
    padding-right: 60px;
    display: flex;
  }

  .tab-link-3 {
    flex-flow: row;
    display: flex;
  }

  .tab-link-3.w--current {
    box-shadow: none;
  }

  .tabs-content-2 {
    height: auto;
    margin-top: 40px;
  }

  .tab-system {
    flex-flow: column;
    display: flex;
  }

  .about-me_bottom-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section_details-hero {
    height: 80svh;
  }

  .details-hero_featured-image {
    max-width: 40%;
  }

  .details-hero_bg {
    width: 80vw;
  }

  .details-heading_text {
    font-size: 18vw;
  }

  .section-details-hero_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-top: 25%;
  }

  .footer-content_top-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .details-hero_featured-image-2 {
    max-width: 40%;
  }

  .rl_menu-icon2_line-bottom-2 {
    background-color: var(--base-color-brand--dark);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-details-hero_component-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-top: 25%;
  }

  .rl_navbar2_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .rl_navbar2_dropdown-list-2.w--open {
    color: #473d2c;
    background-color: #554d2a1c;
    border-style: none;
    padding: 0 1rem;
    position: static;
  }

  .rl_navbar2_dropdwn-toggle-2 {
    border-bottom: 1px solid #554d2a;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .footer_credits-2 {
    width: 100%;
  }

  .footer-links_wrapper-2 {
    grid-column-gap: 64px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-2.is-secondary.full-width-mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
    display: flex;
  }

  .details-hero_bg-2 {
    width: 80vw;
  }

  .section_details-hero-2 {
    height: 80svh;
  }

  .rl_menu-icon2_line-middle-2 {
    background-color: var(--base-color-brand--dark);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .details-heading_text-2 {
    font-size: 18vw;
  }

  .rl_menu-icon2_line-top-2 {
    background-color: var(--base-color-brand--dark);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .scroll-down_indicator {
    display: none;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.text-style-allcaps.text-color-light.hide-mobile {
    display: none;
  }

  .heading-style-h1.text-style-allcaps.reveal.hide-desktop {
    display: block;
  }

  .heading-style-h1.text-style-allcaps.reveal.hide-mobile {
    display: none;
  }

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

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

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

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

  .text-size-regular.max-width-380px {
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

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

  .tab-link {
    width: 100%;
  }

  .tabs-content {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tab-content_body-wrapper {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .tab-content_body-left, .tab-content_image-wrapper {
    max-width: none;
  }

  .footer_component {
    grid-row-gap: 50px;
  }

  .footer-links_wrapper {
    grid-column-gap: 32px;
    flex-flow: wrap;
    display: flex;
  }

  .services {
    font-size: 56px;
  }

  .footer-content_top {
    padding-top: 6rem;
  }

  .rl_navbar2_component {
    min-height: 4rem;
  }

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

  .basic-swiper {
    margin-bottom: 32px;
  }

  .tabs-menu-2 {
    z-index: 50;
    cursor: pointer;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    flex-flow: column;
    padding-right: 0;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 28px 28px #00000014;
  }

  .tab-dropdown {
    background-color: var(--base-color-brand--olive-green);
    width: 100%;
    height: 50px;
    color: var(--base-color-brand--cream);
    text-align: left;
    letter-spacing: .2px;
    cursor: pointer;
    background-image: url('../images/dropdown-icon.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 3px;
    padding-top: 12px;
    padding-left: 20px;
    font-size: 18px;
    display: block;
  }

  .tab-dropdown:hover {
    background-color: var(--base-color-brand--dark);
  }

  .tab-link-3 {
    display: block;
  }

  .tab-link-3.w--current {
    background-color: var(--base-color-neutral--white);
  }

  .tabs-content-2 {
    z-index: 51;
    margin-top: 0;
  }

  .tab-system {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tab-content_image {
    width: 100%;
  }

  .contact_form-field-2col {
    grid-template-columns: 1fr;
  }

  .about-me_image-section {
    flex-flow: column-reverse;
  }

  .about-me_bottom-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-content {
    top: 30%;
  }

  .max-wdth-511px {
    max-width: 430px;
  }

  .max-width-650px {
    max-width: 450px;
  }

  .tab_main-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-me_author-image {
    width: 100%;
    max-width: none;
  }

  .footer_component-2 {
    grid-row-gap: 50px;
  }

  .footer-content_top-2 {
    padding-top: 6rem;
  }

  .footer-links_wrapper-2 {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .services-5 {
    font-size: 56px;
  }

  .hero-bg-overlay {
    z-index: 6;
    background-color: #0003;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

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

  .tabs-content {
    padding: 24px;
  }

  .digital-tools_nav-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
  }

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

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

  .footer-content_top {
    grid-row-gap: 4rem;
  }

  .tabs-menu-2 {
    display: none;
  }

  .tab-dropdown {
    background-position: 94%;
    padding-top: 13px;
    padding-left: 15px;
    font-size: 16px;
  }

  .tab-link-3 {
    padding-left: 15px;
    font-size: 16px;
  }

  .hero-content {
    margin-left: 5%;
  }

  .max-wdth-511px, .max-width-650px {
    width: 90vw;
  }

  .details-about_component {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-content_top-2 {
    grid-row-gap: 4rem;
  }

  .footer_credits-2 {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer-links_wrapper-2 {
    grid-template-columns: 1fr;
  }

  .details-about_component-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-_7e027a9a-b365-e782-8c2c-93f45ca300fb-ac58cf65 {
  justify-self: center;
}

#w-node-_7e027a9a-b365-e782-8c2c-93f45ca3010e-ac58cf65 {
  justify-self: end;
}

#w-node-f63cbc6a-01b0-c56e-95d4-065080c06eda-ac58cf65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c2d0096-78e3-cd43-0270-91362eb7160c-2eb715de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7c2d0096-78e3-cd43-0270-91362eb7160e-2eb715de {
  justify-self: start;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-ac58cf68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-ac58cf68, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-ac58cf68, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-ac58cf68, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-ac58cf68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_961d190d-6613-a177-7d22-f513c2a8331f-ac58cf69 {
  justify-self: center;
}

#w-node-_961d190d-6613-a177-7d22-f513c2a83334-ac58cf69 {
  justify-self: end;
}

#w-node-_961d190d-6613-a177-7d22-f513c2a83392-ac58cf69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_961d190d-6613-a177-7d22-f513c2a83394-ac58cf69 {
  justify-self: start;
}

#w-node-_8c402f70-683d-0323-c6c0-cc5621a09874-21a09870 {
  justify-self: center;
}

#w-node-_8c402f70-683d-0323-c6c0-cc5621a09889-21a09870 {
  justify-self: end;
}

#w-node-_7e027a9a-b365-e782-8c2c-93f45ca300fb-2da55c17 {
  justify-self: center;
}

#w-node-_7e027a9a-b365-e782-8c2c-93f45ca3010e-2da55c17 {
  justify-self: end;
}

#w-node-f63cbc6a-01b0-c56e-95d4-065080c06eda-2da55c17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ec54b03-633d-006c-dd9b-cb9ac9dafc4a-2da55c17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1ec54b03-633d-006c-dd9b-cb9ac9dafc4c-2da55c17 {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_961d190d-6613-a177-7d22-f513c2a833c0-ac58cf69, #w-node-a585fa50-4f1f-2d0e-812d-3f253aa2f3d0-2da55c17 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/pptelegraf-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/pptelegraf-ultrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/pptelegraf-ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}