@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/geistalternativevariable-vf.ttf') format("truetype");
  font-weight: 100 1100;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Newsreader;
  src: url('../fonts/newsreader-italic.ttf') format("truetype");
  font-weight: 200 800;
  font-style: italic;
  font-display: block;
}

:root {
  --neutral-light: #fefefb;
  --sans-serif: Geist, sans-serif;
  --palette-1b: #0f3d1c;
  --palette-1c: #0b2e15;
  --palette-4a: #9fb0dd;
  --neutral-mid: #eeede4;
  --palette-3b: #c4d6b0;
  --palette-3a: #d8e4ca;
  --palette-1a: #134e24;
  --palette-2a: #bd5844;
  --neutral-dark: #dfddcc;
  --primary-1\<deleted\|variable-d7baf143\>: #1a744e;
  --serif: Newsreader, "Times New Roman", sans-serif;
  --palette-2b: #994636;
  --palette-2c: #662f24;
  --palette-3c: #a4c085;
  --palette-4b: #7f95d1;
  --palette-4c: #5673c2;
  --white: white;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-userformheader {
  text-align: center;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  background-color: var(--neutral-light);
  font-family: var(--sans-serif);
  color: var(--palette-1b);
  font-variation-settings: "wght" 350;
  font-size: 16px;
  line-height: 1.4em;
}

h1 {
  font-variation-settings: "wght" 300;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 100;
  line-height: 1.1em;
}

h2 {
  font-variation-settings: "wght" 300;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 51px;
  font-weight: 100;
  line-height: 1.1em;
}

h3 {
  font-variation-settings: "wght" 300;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 100;
  line-height: 1.1em;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 100;
  line-height: 1.2em;
}

h5 {
  font-variation-settings: "wght" 500;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

h6 {
  font-variation-settings: "wght" 500;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  margin-bottom: 10px;
}

a {
  font-family: var(--sans-serif);
  color: var(--palette-1b);
  font-weight: 700;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5em;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

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

label {
  font-variation-settings: "wght" 500;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

strong {
  font-family: var(--sans-serif);
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.hero-1 {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 72px;
  padding-bottom: 144px;
}

.section.services-summary {
  text-align: center;
  padding-bottom: 144px;
}

.section.tag-cloud-section {
  background-color: var(--palette-4a);
  color: var(--palette-1b);
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.tag-cloud-section.bg-palette-1c {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
}

.section.tag-stats {
  background-color: var(--palette-4a);
  padding-top: 0;
}

.section.process-1 {
  background-color: var(--neutral-mid);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.cta-section {
  background-color: var(--palette-3b);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.increased-bottom-padding, .section.hover-box-section {
  padding-bottom: 144px;
}

.section.hover-box-section.content-and-contact-form, .section.hover-box-section.faq-section {
  background-color: var(--neutral-mid);
}

.section.hover-box-section.special {
  padding-top: 0;
}

.section.stats-section-1 {
  background-color: var(--neutral-light);
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.stats-section-1.bg-palette-3a {
  background-color: var(--palette-3a);
}

.section.text-features {
  background-color: var(--palette-3a);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.text-features.bg-palette-4a {
  background-color: var(--palette-4a);
  color: var(--palette-1b);
}

.section.faq-section-1 {
  background-color: var(--neutral-mid);
  padding-top: 96px;
  padding-bottom: 144px;
}

.section.form-section-5 {
  background-color: var(--palette-1a);
  padding-bottom: 144px;
}

.section.form-section-5.bg-neutral-mid {
  background-color: var(--neutral-mid);
}

.section.form-section-5.contact-form {
  background-color: var(--palette-3a);
}

.section.stat-cluster-section {
  background-color: var(--palette-3a);
  padding-bottom: 144px;
}

.section.services-listing-1 {
  background-color: var(--neutral-mid);
  padding-bottom: 144px;
}

.section.combo-section-1 {
  padding-bottom: 144px;
}

.section.cta-2 {
  background-color: var(--neutral-mid);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.reviews-1 {
  background-color: var(--neutral-light);
  padding-bottom: 144px;
  overflow: hidden;
}

.section.reviews-3 {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 72px;
  padding-bottom: 144px;
}

.section.stats-section-1a {
  background-color: var(--neutral-mid);
  padding-top: 48px;
  padding-bottom: 96px;
}

.section.cta-2a {
  background-color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.services-listing-wide {
  background-color: var(--neutral-mid);
  padding-top: 48px;
  padding-bottom: 144px;
}

.section.hero-7 {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 72px;
}

.section.services-4 {
  background-color: var(--neutral-mid);
  padding-bottom: 144px;
}

.section.reviews-4 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.service-hero {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.service-article-section {
  background-color: var(--neutral-mid);
  padding-top: 72px;
  padding-bottom: 144px;
}

.section.team-section {
  padding-top: 72px;
  padding-bottom: 144px;
}

.section.values-section {
  background-color: var(--neutral-mid);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.news {
  padding-top: 48px;
  padding-bottom: 144px;
}

.section.news-hero, .section.news-header {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 120px;
}

.section.blog-article-section {
  background-color: var(--palette-1c);
  padding-bottom: 144px;
}

.section.team-hero {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
}

.section.hero-2 {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.hero-3 {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 72px;
}

.section.process-2 {
  background-color: var(--neutral-mid);
  padding-top: 72px;
  padding-bottom: 144px;
}

.section.hero-5 {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.hero-6 {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 72px;
}

.section.hero-4 {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
}

.section.reviews-2 {
  background-color: var(--palette-3a);
  padding-bottom: 144px;
}

.section.form-section-1 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.team-member-list-section {
  padding-bottom: 144px;
}

.section.team-single-section {
  background-color: var(--palette-1c);
}

.section.career-hero {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-bottom: 144px;
}

.section.careers-checklist-section {
  padding-top: 72px;
  padding-bottom: 144px;
}

.section.jobs-section {
  background-color: var(--neutral-mid);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.job-hero {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.contact-form-section {
  background-color: var(--neutral-mid);
  padding-top: 48px;
  padding-bottom: 144px;
}

.section.legal-hero {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.legal-article-section {
  padding-bottom: 144px;
}

.section.account-page-section {
  background-color: var(--neutral-mid);
  height: 100vh;
  padding-top: 36px;
  padding-bottom: 36px;
}

.section.tour-hero {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
}

.section.tour-features {
  background-color: var(--neutral-mid);
}

.section.blog-category-hero {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.utilty-title-section {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 144px;
  padding-bottom: 48px;
}

.container---main {
  width: 100%;
  max-width: 1452px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container---main.account-page {
  height: 100%;
}

.container---main.special-wide {
  padding-left: 0;
  padding-right: 0;
}

.style-guide {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.template-utility-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.style-guide-colors {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
}

.style-guide-section-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start;
}

.style-guide-section-contents.form {
  justify-items: stretch;
}

.large-text {
  font-size: 21px;
  font-weight: 100;
  line-height: 1.3em;
}

.large-text.bold-text {
  font-variation-settings: "wght" 450;
}

.large-text.bold-text.blogs-title {
  color: var(--palette-1b);
}

.large-text.form-prompt-text {
  width: 100%;
  max-width: 420px;
}

.large-text.restricted-width {
  width: 100%;
  max-width: 522px;
}

.small-text {
  font-variation-settings: "wght" 400;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.4em;
}

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

.small-text.small-link {
  font-variation-settings: "wght" 500;
}

.small-text.account-page-copyright-text {
  opacity: .6;
  text-align: center;
}

.small-text.account-form-helper-link {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.small-text.dropdown-text {
  opacity: .8;
}

.small-text.footer-disclaimer {
  width: 100%;
}

.button {
  background-color: var(--palette-1c);
  color: #fff;
  font-variation-settings: "wght" 500;
  text-align: center;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--palette-1b);
}

.button.large {
  height: 54px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 16px;
}

.button.bg-palette-1a {
  background-color: var(--palette-1b);
  flex: none;
}

.button.bg-palette-1a:hover {
  background-color: var(--palette-1b);
}

.button.bg-palette-1a.second {
  background-color: var(--palette-2a);
}

.button.align-left {
  align-self: flex-start;
}

.button.account-form-button {
  align-self: center;
  width: auto;
}

.button.account-form-button.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.bg-palette-3a {
  background-color: var(--palette-3a);
  color: var(--palette-1b);
}

.button.bg-palette-3a:hover {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
}

.button.no-margin {
  margin-right: 0;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form-input {
  border: 1px solid var(--neutral-mid);
  background-color: var(--neutral-light);
  border-radius: 9px;
  align-self: stretch;
  height: 42px;
  margin-bottom: 0;
  padding: 0 18px;
  font-size: 16px;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: var(--neutral-dark);
}

.form-input.text-area {
  min-height: 200px;
  padding-top: 18px;
  padding-bottom: 18px;
}

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

.selectable-field {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 0;
  margin-left: -12px;
  padding-left: 0;
  display: flex;
}

.selectable-label {
  font-variation-settings: "wght" 400;
  margin-bottom: 0;
  margin-left: 14px;
  font-weight: 100;
}

.footer {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 120px;
  padding-bottom: 96px;
}

.announcement-cross {
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: block;
}

.trigger-search-modal {
  color: var(--neutral-light);
  padding: 0;
}

.search-modal {
  z-index: 9999;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.search-modal-screen {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  background-color: var(--neutral-mid);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  width: 260px;
  max-width: 557px;
  display: flex;
}

.utility-page-content.align-center {
  justify-content: flex-start;
  align-items: center;
}

.utility-page-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-modal-container {
  background-color: var(--neutral-dark);
  border-radius: 12px;
  width: 100%;
  max-width: 678px;
  padding: 24px;
  position: relative;
  top: 48px;
}

.select-wrapper {
  border: 1px solid var(--neutral-mid);
  background-color: var(--neutral-light);
  border-radius: 9px;
  height: 42px;
  padding: 0;
  overflow: hidden;
}

.select-field {
  width: 110%;
  color: var(--palette-1b);
  background-color: #0000;
  background-image: url('../images/icon-select-arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px #000;
  margin-bottom: 0;
}

.checkbox {
  border-color: var(--palette-1b);
  background-color: var(--neutral-light);
  cursor: pointer;
  border-radius: 3px;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: var(--palette-1b);
  background-size: 14px 14px;
}

.radio {
  border-color: var(--palette-1b);
  background-color: var(--neutral-light);
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.radio.w--redirected-checked {
  border-width: 6px;
  border-color: var(--primary-1\<deleted\|variable-d7baf143\>);
}

.style-guide-row-heading {
  margin-bottom: 0;
}

.form-success {
  background-color: var(--palette-1a);
  color: var(--neutral-light);
  border-radius: 9px;
}

.form-error {
  border-radius: 9px;
  padding: 24px;
}

.form-error.account-form-error {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.menu-button {
  padding: 0;
}

.menu-button-wrapper {
  justify-content: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-button-horziontal {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu-button-cross {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu-button-cross-line {
  background-color: var(--neutral-light);
  width: 75%;
  height: 2px;
  position: absolute;
}

.menu-button-horizontal-line {
  background-color: var(--neutral-light);
  width: 100%;
  height: 2px;
}

.navbar-wrapper {
  border-bottom: 1px solid var(--palette-1a);
  background-color: var(--palette-1a);
  color: var(--neutral-light);
  font-family: "Fa Brands 400", Arial, sans-serif;
}

.navbar {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
}

.navbar-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.changelog {
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
  align-items: center;
}

.photography-license-link {
  background-color: #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.license-image {
  opacity: .5;
}

.license-text {
  z-index: 2;
  color: #fff;
  position: absolute;
}

.typography-license-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
}

.typography-demo {
  font-size: 96px;
  line-height: 1em;
}

.typography-demo.b {
  font-family: var(--serif);
  font-style: italic;
}

.nav-link {
  color: var(--neutral-light);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 100;
}

.nav-link.w--current {
  font-family: var(--sans-serif);
  color: var(--neutral-light);
}

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  font-family: var(--sans-serif);
  color: var(--neutral-light);
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-menu {
  flex: 1;
}

.nav-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-logo {
  display: none;
}

.style-guide-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.navbar-right-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-close {
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 24px;
  right: 24px;
}

.style-guide-colour-group {
  display: flex;
}

.style-guide-colour {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.style-guide-swatch {
  height: 100px;
}

.style-guide-swatch.bg-palette-1a {
  background-color: var(--palette-1a);
}

.style-guide-swatch.bg-palette-1b {
  background-color: var(--palette-1b);
}

.style-guide-swatch.bg-palette-1c {
  background-color: var(--palette-1c);
}

.style-guide-swatch.bg-palette-2a {
  background-color: var(--palette-2a);
}

.style-guide-swatch.bg-palette-2b {
  background-color: var(--palette-2b);
}

.style-guide-swatch.bg-palette-2c {
  background-color: var(--palette-2c);
}

.style-guide-swatch.bg-palette-3a {
  background-color: var(--palette-3a);
}

.style-guide-swatch.bg-palette-3b {
  background-color: var(--palette-3b);
}

.style-guide-swatch.bg-palette-3c {
  background-color: var(--palette-3c);
}

.style-guide-swatch.bg-palette-4a {
  background-color: var(--palette-4a);
}

.style-guide-swatch.bg-palette-4b {
  background-color: var(--palette-4b);
}

.style-guide-swatch.bg-palette-4c {
  background-color: var(--palette-4c);
}

.style-guide-swatch.bg-neutral-light {
  background-color: var(--neutral-light);
}

.style-guide-swatch.bg-neutral-mid {
  background-color: var(--neutral-mid);
}

.style-guide-swatch.bg-neutral-dark {
  background-color: var(--neutral-dark);
}

.heading-one {
  font-variation-settings: "wght" 300;
  letter-spacing: -.01em;
  font-size: 40px;
  font-weight: 100;
  line-height: 1.1em;
}

.heading-one.serif {
  font-family: var(--serif);
  font-variation-settings: "wght" 350;
  font-style: italic;
  font-weight: 200;
}

.heading-one.contact-header {
  width: 100%;
  max-width: 800px;
}

.heading-two {
  color: var(--palette-3b);
  font-variation-settings: "wght" 300;
  letter-spacing: -.01em;
  font-size: 51px;
  font-weight: 100;
  line-height: 1.1em;
}

.heading-two.serif {
  font-family: var(--serif);
  font-variation-settings: "wght" 400, "opsz" 72;
  font-style: italic;
  font-weight: 200;
}

.heading-two.our-services, .heading-two.contact-form, .heading-two.cta, .heading-two.where-to-find-h2, .heading-two.blog-text {
  color: var(--palette-1b);
}

.heading-two.introduction-h2 {
  width: 100%;
  color: var(--palette-1b);
  font-size: 51px;
}

.heading-two.introduction-h2.content-and-contact-form {
  text-align: left;
}

.heading-two.our-services-section {
  width: 100%;
  color: var(--palette-1b);
}

.heading-two.dark {
  color: var(--palette-1a);
}

.heading-three {
  font-variation-settings: "wght" 300;
  letter-spacing: -.01em;
  font-size: 38px;
  font-weight: 100;
  line-height: 1.1em;
  position: relative;
}

.heading-three.serif {
  font-family: var(--serif);
  font-variation-settings: "wght" 400, "opsz" 72;
  font-style: italic;
  font-weight: 200;
}

.heading-three.light {
  color: var(--palette-3a);
}

.main-service-heading {
  font-variation-settings: "wght" 350;
  letter-spacing: -.01em;
  font-size: 29px;
  font-weight: 100;
  line-height: 1.2em;
}

.main-service-heading.serif {
  font-family: var(--serif);
  font-variation-settings: "wght" 400, "opsz" 72;
  letter-spacing: 0;
  font-size: 32px;
  font-style: italic;
  font-weight: 200;
}

.main-service-heading.serif.qualification {
  font-size: 24px;
}

.main-service-heading.serif.team-member-single-qualification {
  font-size: 29px;
}

.main-service-heading.serif.team-member-single-qualification.light {
  color: var(--palette-3c);
}

.underlined-link {
  flex-direction: column;
  display: flex;
  position: relative;
}

.arrow-right-link, .arrow-down-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

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

.faq-dropdown {
  border-bottom: 1px solid var(--palette-1b);
  width: 100%;
}

.faq-dropdown.bg-neutral-light {
  background-color: var(--neutral-light);
  border-bottom-style: none;
}

.faq-dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 0;
  display: flex;
}

.faq-dropdown-toggle.bg-neutral-light {
  padding: 24px;
}

.faq-dropdown-toggle.bg-neutral-light.w--open {
  background-color: var(--neutral-light);
}

.faq-dropdown-list {
  background-color: #0000;
  position: relative;
}

.faq-content-wrapper.bg-neutral-light {
  background-color: var(--neutral-light);
}

.faq-content {
  background-color: var(--neutral-mid);
  padding-bottom: 30px;
}

.faq-content.bg-neutral-light {
  background-color: var(--neutral-light);
  padding: 0 24px 24px;
}

.nav-dropdown-list {
  background-color: #0000;
}

.nav-dropdown-body {
  border: 1px solid var(--palette-1a);
  background-color: var(--palette-1b);
  border-radius: 12px;
  flex-flow: column;
  min-width: 274px;
  padding: 9px;
  display: flex;
  position: relative;
  top: 6px;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.marquee-horizontal-set {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  flex: none;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.container---m {
  width: 100%;
  max-width: 678px;
}

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

.container---xs {
  width: 100%;
}

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

.container---s {
  width: 100%;
  max-width: 557px;
}

.container---l {
  width: 100%;
  max-width: 920px;
}

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

.container---l.conent-and-contact-form {
  width: 37%;
}

.container---xl {
  width: 100%;
  max-width: 1162px;
}

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

.input-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.nav-link-wrapper {
  flex: 1;
  max-width: 12rem;
}

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

.image-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #134e24;
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 557px;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-box.bg-palette-4b {
  background-color: var(--palette-4b);
}

.image-box.bg-palette-2b {
  background-color: var(--palette-2b);
  position: relative;
}

.image-box.wide {
  max-width: none;
}

.image-box.hero-3-image-box {
  background-color: var(--palette-3c);
  max-width: 704px;
}

.image-box.stat-column-image-box {
  background-color: var(--palette-3c);
  justify-content: space-between;
  align-self: stretch;
}

.image-box.bg-palette-1c {
  background-color: var(--palette-1c);
}

.image-box.careers-hero-image-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--palette-3b);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 860px;
  display: grid;
}

.hero-1-cta {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stars-with-score {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star-circle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #7f95d1;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.serif {
  font-family: var(--serif);
  font-variation-settings: "wght" 400;
  font-style: italic;
  font-weight: 200;
}

.serif.heading-two.indent-on-desktop {
  padding-left: 36px;
}

.serif.heading-two.indent-on-desktop.where-to-find-h2 {
  padding-left: 15px;
}

.serif.indent-on-desktop-tablet {
  padding-left: 48px;
}

.serif.serif-beginning-with-f {
  padding-left: 12px;
  display: inline-block;
}

.vertical-section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vertical-section.large-gap {
  grid-column-gap: 168px;
  grid-row-gap: 168px;
}

.vertical-section.align-center {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.vertical-section.stats-section-1 {
  grid-column-gap: 168px;
  grid-row-gap: 168px;
}

.vertical-section.news-hero-contents {
  grid-column-gap: 240px;
  grid-row-gap: 240px;
}

.title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.title.hero-2-title, .title.align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.title.job-title {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.title.search-title {
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
}

.title.content-and-contact-form {
  align-items: flex-start;
}

.bold-text {
  color: var(--palette-3a);
  font-variation-settings: "wght" 500;
}

.bold-text.faq-question-text.faq-section {
  font-family: var(--sans-serif);
  color: #222;
  font-weight: 300;
}

.bold-text.sidebar-text {
  min-width: 180px;
}

.bold-text.our-services {
  color: var(--palette-1b);
}

.bold-text.contact-form {
  color: var(--palette-1a);
}

.bold-text.where-to-find-btext {
  color: var(--palette-1c);
  font-size: 16px;
}

.bold-text.introduction-text {
  color: var(--palette-1a);
}

.bold-text.introduction-text.content-and-contact-form {
  text-align: left;
  font-weight: 300;
}

.bold-text.logo-nav {
  color: var(--palette-1c);
}

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

.bold-text.our-services-section {
  color: var(--palette-1a);
}

.bold-text.home {
  color: var(--palette-1c);
  font-size: 16px;
}

.bold-text.dark {
  color: var(--palette-1a);
}

.service-link-boxes {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.service-link-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #eeede4;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px 36px;
  display: flex;
}

.tags {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 888px;
  display: flex;
}

.tag {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #0f3d1c;
  border-radius: 200px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 18px;
  display: flex;
}

.tag.small {
  padding: 3px 12px;
}

.tag.border-neutral-light {
  border-color: var(--neutral-light);
}

.stat-grid {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.stat-column-stat-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--palette-3b);
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.hero-1-image {
  border-radius: 12px;
  max-height: 420px;
}

.horizontal-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.horizontal-section.contact-form-section {
  grid-column-gap: 48px;
  grid-template-columns: 2.5fr 1fr;
}

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

.horizontal-section-contents, .small-vertical-features {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.small-vertical-feature {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-box-quote-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.quote-box {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  max-width: 411px;
  color: var(--neutral-light);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}

.quote-box.bg-palette-2a {
  background-color: var(--palette-2a);
}

.quote-box.bg-palette-3b {
  background-color: var(--palette-3b);
  color: var(--palette-1b);
}

.quote-box.bg-palette-1a {
  background-color: var(--palette-1a);
}

.description-text-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-box-portrait {
  z-index: 1;
  border-radius: 12px;
  max-height: 420px;
  margin-bottom: -192px;
  display: block;
  position: relative;
}

.image-box-portrait.above-quote {
  margin-bottom: -96px;
}

.image-box-portrait.no-margin {
  margin-bottom: 0;
}

.image-box-portrait.hero-3-image-box-portrait {
  align-self: flex-end;
}

.image-box-portrait.in-front {
  z-index: 1;
}

.image-box-portrait.increased-overlap {
  margin-bottom: -192px;
}

.image-box-portrait.cta-1-image {
  margin-bottom: 0;
}

.image-box-portrait.service {
  object-fit: contain;
  width: 100%;
  max-width: none;
  max-height: none;
  margin-bottom: 0;
}

.image-box-portrait.full {
  width: 100%;
  max-height: none;
  margin-bottom: 0;
}

.rounded-image {
  border-radius: 12px;
}

.steps-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.steps-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.process-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 0 solid #0f3d1c;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 96px;
  padding-left: 24px;
  padding-right: 48px;
  display: flex;
}

.step-icon-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 48px;
  height: 48px;
  color: var(--neutral-light);
  background-color: #0f3d1c;
  border-radius: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-text-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-1-marquee-box {
  background-color: #134e24;
  border-radius: 18px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  display: flex;
  overflow: hidden;
}

.cta-section-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.button-and-rating {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 532px;
  display: flex;
}

.button-and-rating.align-content-center {
  justify-content: flex-start;
  align-items: center;
}

.image-box-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #d8e4ca;
  border-radius: 18px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
}

.image-box-small.bg-neutral-dark {
  background-color: var(--neutral-dark);
  justify-content: flex-start;
  align-items: center;
}

.image-box-small.bg-neutral-dark.align-right {
  justify-content: flex-end;
  align-items: center;
}

.image-box-small.bg-palette-4a {
  background-color: var(--palette-4a);
}

.image-box-small.bg-palette-4a.align-right {
  justify-content: flex-end;
  align-items: center;
}

.cta-container {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  display: flex;
}

.footer-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-links-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.product-links, .company-links, .account-links, .template-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-slogan {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-logo-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.subscribe-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #0f3d1c;
  border-radius: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 799px;
  padding: 12px;
  display: grid;
}

.footer-subscribe-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
}

.footer-subscribe-container.state {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.subscribe-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.subscribe-input-section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.divider-line {
  background-color: var(--palette-1a);
  width: 100%;
  height: 1px;
}

.footer-subscribe-image {
  height: 100%;
  max-height: 191px;
}

.footer-subscribe-image.rounded-image.small-radius {
  border-radius: 9px;
}

.horizontal-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  display: flex;
}

.error-message {
  background-color: var(--palette-2a);
  border-radius: 12px;
  margin-top: 12px;
  padding: 20px;
}

.hero-2-contents {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 664px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.image-box-align-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.title-newline {
  text-indent: 36px;
  display: block;
}

.image-box-square {
  border-radius: 12px;
  max-height: 315px;
}

.image-box-square.large, .image-box-square.pull-up {
  max-height: 436px;
  margin-bottom: -216px;
}

.image-box-square.careers-hero {
  object-fit: cover;
  height: 100%;
  max-height: none;
}

.image-box-square.full {
  width: 100%;
  max-height: none;
}

.hover-boxes {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hover-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  max-width: 819px;
  height: 550px;
  color: var(--neutral-light);
  background-color: #000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hover-box-image {
  z-index: 0;
  opacity: .7;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.hover-box-subtext {
  opacity: 1;
  width: 100%;
  max-width: 508px;
  padding: 48px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hover-box-heading {
  text-align: center;
}

.stats-section-contents {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.stats-with-button {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bordered-stats-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bordered-stat {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 0 solid #0f3d1c;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 96px;
  padding-left: 24px;
  padding-right: 48px;
  display: flex;
}

.stat-section-image {
  width: 100%;
  max-width: 453px;
}

.logo {
  flex: none;
}

.logo.state {
  width: 200px;
}

.text-features-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 18px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-feature {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 0 solid #0f3d1c;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 96px;
  padding-left: 24px;
  padding-right: 48px;
  display: flex;
}

.faq-section-contents {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #eeede4;
  border: 0 solid #0f3d1c;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.faq-title {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-section-image {
  width: 100%;
  max-width: 453px;
}

.main-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1404px;
  display: flex;
}

.boxed-form-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.boxed-form-title {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 1 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.message-input-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-2-button-and-rating {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 532px;
  display: flex;
}

.small-square-image {
  border-radius: 12px;
  width: 197px;
}

.hero-3-title {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.video-box {
  grid-column-gap: -216px;
  grid-row-gap: -216px;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-box.hero-3-video-box {
  width: 378px;
}

.video-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #a4c085;
  border-radius: 72px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.image-box-cta-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-box-cta {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  max-width: 411px;
  color: var(--palette-1b);
  background-color: #d8e4ca;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}

.video-box-image {
  opacity: .5;
}

.video-button-icon {
  margin-left: 4px;
}

.sidebar-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.process-contents-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1041px;
  display: flex;
}

.lightbox-link {
  position: absolute;
}

.stat-cluster-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 920px;
  display: flex;
}

.stat-column-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 351px;
  display: flex;
}

.stat-column-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 315px;
}

.services-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.service-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fefefb;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 12px 12px 60px;
  display: flex;
}

.service-card.ls {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.service-card-body {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.service-card-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.arrow-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.arrow-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2px;
  display: flex;
}

.service-card-image {
  border-radius: 5px;
  width: 100%;
}

.service-card-image.ls {
  width: 40%;
}

.stats-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stat {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.checklist {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.checklist-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.check-circle-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3px;
  display: flex;
}

.check-cricle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #134e24;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.stat-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-1-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.stars {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.star {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #7f95d1;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.testimonial-slide-content {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 24px 48px;
  display: flex;
}

.quote-marks-container {
  background-color: #fefefb;
  border-radius: 72px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

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

.bordered-stat-cta {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 0 solid #0f3d1c;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 96px;
  padding-left: 24px;
  padding-right: 48px;
  display: flex;
}

.faq-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.support-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.support-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.support-text.align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.avatar {
  width: 72px;
}

.avatar.large {
  object-fit: cover;
  border-radius: 100%;
  width: 194px;
}

.testimonials-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 78px;
}

.mask {
  height: 100%;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.slide-nav-left-arrow {
  border: 1px solid var(--palette-1b);
  background-color: var(--neutral-light);
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: auto 54px 0% 0%;
}

.slide-nav-right-arrow {
  border: 1px solid var(--palette-1b);
  background-color: var(--neutral-light);
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: auto 0% 0% 54px;
}

.quote-slider-portrait {
  border-radius: 12px;
  height: 581px;
}

.testimonial-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.large-slider-quote {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #eeede4;
  border-radius: 18px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1162px;
  padding: 12px;
  display: flex;
}

.bordered-stats-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-4-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-image-column-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 18px;
  justify-content: flex-start;
  align-items: center;
  width: 20vw;
  max-width: 315px;
  display: flex;
}

.hero-4-portrait-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-4-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-quotes {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.grid-quote {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-4-portrait {
  border-radius: 12px;
  width: 20vw;
  max-width: 315px;
  height: auto;
}

.hero-4-portrait-small {
  border-radius: 12px;
  width: 17vw;
  max-width: 245px;
  height: auto;
}

.hero-4-square {
  border-radius: 12px;
  width: 13vw;
  max-width: 179px;
  height: auto;
}

.small-quote-box-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.small-quote-box-grid-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.small-quote-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  color: var(--palette-1b);
  background-color: #fefefb;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.reviews-3-cta {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-grid-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-card-wide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-variation-settings: "wght" 350;
  background-color: #fefefb;
  border-radius: 18px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  display: flex;
}

.service-card-content {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 48px;
  display: flex;
}

.bullet-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bullet-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-card-wide-image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 9px;
  align-self: stretch;
  width: 30vw;
  max-width: 522px;
}

.hero-7-contents {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.reviews-4-contents {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 661px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quote-author-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.person-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #dfddcc;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  padding: 6px;
  display: flex;
}

.tab-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--neutral-dark);
  color: var(--palette-1b);
  border-radius: 9px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 48px;
  display: flex;
}

.tab-button.w--current {
  background-color: var(--neutral-mid);
}

.services-group {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-group-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-feature-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 24px;
  display: flex;
}

.image-feature-text {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tabs {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  margin-top: -72px;
  margin-bottom: -72px;
  display: flex;
}

.reviews-4-quote-author-image {
  border-radius: 120px;
  width: 100%;
  max-width: 120px;
}

.service-hero-contents {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-width: 678px;
  display: flex;
}

.breadcrumb {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-hero-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-image-box-main-image-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-left: 78px;
  display: flex;
}

.image-box-landscape {
  border-radius: 12px;
}

.image-box-landscape.careers-hero {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  flex: 1;
  width: 100%;
}

.single-service-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.article-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fefefb;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 72px 72px 120px;
  display: flex;
}

.article {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  color: var(--neutral-light);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -30px;
  margin-bottom: -30px;
  display: flex;
}

.article h5 {
  font-variation-settings: "wght" 450;
  margin-top: 18px;
  font-size: 21px;
  line-height: 1.3em;
}

.article blockquote {
  border-left-width: 2px;
  border-left-color: var(--palette-1b);
  margin-bottom: 0;
  padding: 36px;
  font-size: 21px;
  line-height: 1.3em;
}

.article img {
  border-radius: 12px;
}

.article figcaption {
  font-variation-settings: "wght" 450;
  text-align: left;
  margin-top: -18px;
  font-size: 14px;
}

.article p {
  margin-bottom: 0;
}

.article ol {
  padding-left: 24px;
}

.article figure {
  flex-flow: row;
  margin-bottom: 0;
  padding-top: 36px;
  padding-bottom: 36px;
}

.article strong {
  font-variation-settings: "wght" 500;
}

.h4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 18px;
  display: flex;
}

.blockquote {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 0 solid #0f3d1c;
  border-left-width: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 36px;
  display: flex;
}

.sidebar {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-width: 436px;
  padding-top: 72px;
  display: flex;
}

.sidebar-top, .sidebar-testimonials {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-testimonial {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bordered-cta {
  border: 0 solid #0f3d1c;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 327px;
  padding-bottom: 96px;
  padding-left: 24px;
  padding-right: 48px;
  display: flex;
}

.service-image-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #134e24;
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.breadcrumb-home-icon {
  padding-bottom: 4px;
}

.team-section-contents {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1041px;
  display: flex;
}

.team-member-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.team-member {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-member.team-member-single {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.team-member-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-member-title {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.large-features-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.feature-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 0 solid #0f3d1c;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 96px;
  padding-left: 24px;
  padding-right: 48px;
  display: flex;
}

.article-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 75fr minmax(200px, 25fr);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.article-grid.quarters {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.article-preview {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.article-meta, .article-preview-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.subscribe-box {
  background-color: #eeede4;
  border-radius: 18px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  display: flex;
}

.subscribe-info {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  display: flex;
}

.form-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.name-input-container, .email-input-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.subscribe-section-image {
  width: 100%;
  max-width: 360px;
}

.frame-337 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.article-preview-blog-hero-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.blog-hero-image-a {
  border-radius: 12px;
}

.blog-hero-image-b {
  border-radius: 12px;
  width: 100%;
  max-width: 333px;
}

.blog-hero-article-preview-b {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.article-header {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.article-header-text {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-article-main-image {
  border-radius: 12px;
  width: 40vw;
  max-width: 557px;
}

.main-heading {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-heading.centered {
  text-align: center;
  flex-flow: column;
}

.text-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.frame-frame-frame-frame-frame-frame {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 678px;
  display: flex;
}

.frame-frame-frame-frame-frame-frame.container---m {
  width: 100%;
  max-width: 678px;
}

.team-member-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-member-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.team-member-card {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: var(--palette-1c);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px 48px 120px;
  display: flex;
}

.career-hero-intro {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.career-cta {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.career-cta.align-center {
  justify-content: flex-start;
  align-items: center;
}

.career-cta.below-career-listing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.careers-hero-image-box-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 362px;
  display: flex;
}

.checklist-section-contents {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1041px;
  display: flex;
}

.features-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.single-feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.jobs-section-contents {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.career-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.career-item {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.career-item-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.career-cta-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.career-item-basis-location {
  display: flex;
}

.collection-list-wrapper, .collection-item {
  align-self: stretch;
}

.job-description-form {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.apply-box {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: #d8e4ca;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.form-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-pair {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.account-page-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.account-form-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #dfddcc;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.account-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.account-logo-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.account-form-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 24px;
  display: flex;
}

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

.account-form-body {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.account-form-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 557px;
  height: 100%;
  display: flex;
}

.account-form-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.reset-password-success {
  margin-top: 23px;
  margin-bottom: 24px;
}

.password-updated-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.access-denied-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.dropdown-link {
  color: var(--neutral-light);
  border-radius: 9px;
  padding: 12px 18px;
  transition: background-color .2s;
}

.dropdown-link:hover {
  background-color: var(--palette-1a);
}

.dropdown-link.with-text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.nav-utility-link {
  color: var(--neutral-light);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 100;
}

.fade-in-first {
  width: 100%;
  display: block;
}

.fade-in-first.wide {
  align-self: stretch;
}

.fade-in-first.content-and-contact-form {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  display: flex;
}

.fade-in-second.wide {
  align-self: stretch;
}

.tour-cta {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 920px;
  display: flex;
}

.screenshot-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--palette-1a);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  max-height: 600px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: hidden;
}

.screenshot-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.screenshot-image {
  border-radius: 4px;
  max-width: 320px;
}

.template-features-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.template-feature {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.template-feautre-image-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--neutral-dark);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 360px;
  padding-top: 24px;
  display: flex;
  overflow: hidden;
}

.feature-screenshot {
  border-radius: 4px;
  max-width: 350px;
}

.template-feature-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.figma-cta {
  background-color: var(--neutral-light);
  border-radius: 12px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 24px 24px 24px 36px;
  display: flex;
}

.figma-cta-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.figma-cta-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  display: flex;
}

.demos-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.demo-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.demo-link-screenshot-wrapper {
  background-color: var(--neutral-dark);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 400px;
  padding-top: 24px;
  display: flex;
  overflow: hidden;
}

.demo-link-screenshot-wrapper.align-center {
  justify-content: center;
  align-items: center;
}

.demo-link-image {
  border-radius: 4px;
  max-width: 350px;
}

.user-account-wrapper {
  background-color: var(--neutral-mid);
  min-height: auto;
  padding: 96px 0;
}

.user-account {
  background-color: var(--neutral-light);
  border-radius: 12px;
}

.block-header {
  background-color: #0000;
  border-style: none;
  padding: 24px;
}

.block-content {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-bottom: 0;
  padding: 24px;
  display: flex;
}

.user-account-form-block {
  flex: 1;
  display: flex;
}

.user-account-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.account-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.hide {
  display: none;
}

.search-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 0;
  display: flex;
}

.search-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  display: flex;
}

.search-result-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.search-url {
  color: var(--palette-2b);
}

.cms-title {
  display: flex;
}

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

.footer-link {
  color: var(--neutral-light);
  font-variation-settings: "wght" 350;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .7;
}

.code-embed, .code-embed-2 {
  width: 100%;
}

.text-block-2 {
  font-weight: 400;
}

.code-embed-3 {
  background-color: var(--palette-4b);
  border-radius: 18px;
  width: 100%;
}

.collection-item-2 {
  border: 1px solid var(--neutral-light);
  border-radius: 200px;
  width: 100%;
  padding: 6px 18px;
}

.code-embed-4 {
  width: 100%;
}

.content-and-contact-form {
  text-align: left;
}

.image {
  border-radius: 5px;
  width: 100%;
}

.link-block {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fefefb;
  border-radius: 12px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 12px 12px 60px;
  display: flex;
}

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

.collection-list-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: start;
  align-items: start;
  width: 100%;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.div-block {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading, .sub-service-heading {
  font-size: 16px;
}

.nav-dropdown-2 {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.nav-dropdown-toggle-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fefefb;
  font-variation-settings: "wght" 450;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-dropdown-body-2 {
  background-color: #0f3d1c;
  border: 1px solid #134e24;
  border-radius: 12px;
  flex-flow: column;
  min-width: 274px;
  padding: 9px;
  display: flex;
  position: relative;
  top: 6px;
}

.dropdown-link-2 {
  color: #fefefb;
  border-radius: 9px;
  padding: 12px 18px;
  transition: background-color .2s;
}

.dropdown-link-2:hover {
  background-color: #134e24;
}

.text-block-3 {
  font-size: 16px;
}

.visualizer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #e91d8f;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: background-color .5s;
  display: flex;
}

.visualizer:hover {
  opacity: .8;
  color: #fff;
  background-color: #afafaf80;
  border-style: none;
}

.top-nav-container {
  background-color: var(--palette-3a);
  border-bottom: .5px solid #809cc34d;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 15px;
  display: flex;
}

.socials-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: visible;
}

.call-us-text-2 {
  color: #e91d8f;
  letter-spacing: 1.25px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1em;
}

.call-us-text-2.green-text {
  color: #000;
  letter-spacing: normal;
  font-weight: 600;
}

.social-wrap-2 {
  justify-content: space-between;
  width: 170px;
  font-family: "Fa Brands 400", Arial, sans-serif;
  display: flex;
}

.social-wrap-2.footer-icons {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.fa-icon {
  padding-right: 15px;
  display: inline;
}

.link-number-home-3 {
  cursor: pointer;
  transition: color .5s;
}

.link-number-home-3:hover {
  color: #000;
}

.link-socials-2 {
  color: #fff;
  align-items: center;
  display: flex;
}

.link-socials-2:hover {
  color: #e91d8f;
}

.link-socials-2.soial-home-2 {
  color: #e91d8f;
  flex: 1;
  justify-content: flex-start;
}

.link-socials-2.soial-home-2:hover {
  color: #ffa67c;
}

.link-socials-2.soial-home-2.link-footer {
  color: #000;
  font-family: "Fa Brands 400", Arial, sans-serif;
}

.link-socials-2.soial-home-2.link-footer.footer-icon {
  color: var(--white);
}

.full-embed {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .top-nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .top-nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 51px;
    line-height: 1.1em;
  }

  .section.hero-1 {
    padding-bottom: 96px;
  }

  .section.tag-cloud-section {
    padding-top: 72px;
  }

  .section.hover-box-section, .section.faq-section-1, .section.form-section-5, .section.stat-cluster-section, .section.services-listing-1, .section.reviews-1, .section.reviews-3, .section.services-listing-wide {
    padding-bottom: 96px;
  }

  .section.news {
    padding-bottom: 72px;
  }

  .section.news-header, .section.process-2, .section.reviews-2, .section.contact-form-section {
    padding-bottom: 96px;
  }

  .container---main {
    max-width: 678px;
  }

  .container---main.nav-container {
    max-width: 100%;
  }

  .container---main.wide {
    max-width: none;
  }

  .container---main.special-wide {
    max-width: 100%;
  }

  .template-utility-section {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .large-text.form-prompt-text {
    padding-right: 24px;
  }

  .trigger-search-modal {
    width: 100%;
    font-size: 21px;
    line-height: 1.3em;
  }

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: block;
  }

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

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

  .nav-link {
    border-bottom: 1px solid var(--palette-1a);
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 21px;
    line-height: 1.3em;
  }

  .nav-dropdown-toggle {
    justify-content: space-between;
    font-size: 21px;
    line-height: 1.3em;
  }

  .nav-menu {
    z-index: 999;
    background-color: var(--palette-1c);
    position: fixed;
    inset: 0;
    overflow: scroll;
  }

  .nav-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .mobile-logo {
    margin-bottom: 48px;
    display: block;
  }

  .nav-menu-close {
    pointer-events: auto;
  }

  .heading-one {
    font-size: 51px;
    line-height: 1.1em;
  }

  .main-service-heading.long-text {
    letter-spacing: 0;
    font-size: 21px;
    line-height: 1.3em;
  }

  .faq-wrapper {
    align-self: stretch;
  }

  .nav-dropdown-list.w--open {
    position: relative;
  }

  .nav-dropdown-body {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #0000;
    border-style: none;
    padding: 18px 0 12px;
    position: static;
  }

  .nav-dropdown {
    border-bottom: 1px solid var(--palette-1a);
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .image-box.stat-column-image-box {
    max-width: 100%;
  }

  .serif.heading-two.indent-on-desktop {
    padding-left: 0;
  }

  .vertical-section, .vertical-section.large-gap {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .vertical-section.stats-section-1, .vertical-section.news-hero-contents {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .title.hero-2-title {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .bold-text.sidebar-text {
    min-width: 180px;
  }

  .service-link-boxes {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .stat-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .horizontal-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    display: flex;
  }

  .horizontal-section.cta {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .image-box-portrait {
    z-index: 1;
    max-width: 60%;
  }

  .image-box-portrait.stat-columns-image-box-portrait {
    max-width: 80%;
  }

  .image-box-portrait.increased-overlap.in-front {
    max-width: 60%;
    margin-bottom: -40%;
  }

  .image-box-portrait.cta-1-image {
    max-width: none;
  }

  .rounded-image.quote-image {
    width: 50%;
  }

  .steps-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .process-item {
    padding-bottom: 48px;
  }

  .cta-section-contents {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .footer-links-section {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom-section {
    flex-flow: column-reverse;
  }

  .footer-logo-section {
    align-items: center;
  }

  .subscribe-section {
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .footer-subscribe-container {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .footer-subscribe-image.rounded-image.small-radius {
    max-height: none;
    display: none;
  }

  .hero-2-contents {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .title-newline {
    display: inline;
  }

  .image-box-square {
    max-width: 60%;
  }

  .image-box-square.careers-hero {
    object-fit: cover;
    max-width: 100%;
  }

  .hover-boxes {
    flex-flow: column;
  }

  .hover-box {
    height: 500px;
  }

  .hover-box-subtext {
    text-align: center;
    left: auto;
  }

  .hover-box-heading.heading-three {
    padding: 48px;
  }

  .stats-section-contents {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .bordered-stat {
    padding-bottom: 72px;
  }

  .stat-section-image {
    margin-top: -24px;
  }

  .text-features-container {
    flex-flow: column;
  }

  .text-feature {
    padding-bottom: 72px;
  }

  .faq-section-contents {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .faq-section-image {
    margin-top: -24px;
  }

  .hero-2-button-and-rating {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-3-title {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .video-box.hero-3-video-box {
    width: 100%;
  }

  .sidebar-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .process-contents-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .stat-cluster-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .stat-column-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .services-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .service-card {
    font-variation-settings: "wght" 350;
  }

  .service-card.ls {
    flex-flow: column;
  }

  .icon-container {
    flex: none;
  }

  .service-card-image.ls {
    width: 100%;
  }

  .services-listing-wrapper {
    width: 100%;
    max-width: 557px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-listing-wrapper.wide {
    max-width: none;
  }

  .stat-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-slide-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 18px;
  }

  .faq-container {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .testimonials-slider {
    max-width: 557px;
    margin-left: auto;
    margin-right: auto;
  }

  .quote-slider-portrait {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 7px;
    width: 100%;
    height: auto;
  }

  .large-slider-quote {
    flex-flow: column;
    padding: 18px;
  }

  .bordered-stats-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-4-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 72px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-image-column-left {
    order: 1;
    width: 100%;
    max-width: none;
  }

  .hero-4-portrait-group {
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
  }

  .grid-quotes {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-self: stretch;
    display: flex;
  }

  .grid-quote {
    flex-flow: row;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-end;
    max-width: none;
  }

  .hero-4-portrait, .hero-4-portrait-small {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    max-width: none;
  }

  .hero-4-square {
    display: none;
  }

  .small-quote-box-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 678px;
    display: grid;
  }

  .small-quote-box-grid-column {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .small-quote-box {
    justify-content: space-between;
    height: 100%;
  }

  .services-grid-2, .service-card-wide {
    flex-flow: column;
  }

  .service-card-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .service-card-wide-image {
    width: 100%;
    max-width: none;
  }

  .hero-7-contents {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .services-group {
    flex-flow: column;
  }

  .tabs {
    max-width: 557px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-hero-contents {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .single-service-container {
    flex-flow: column;
  }

  .article-box {
    padding-bottom: 96px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .sidebar {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    max-width: none;
    padding-top: 0;
  }

  .bordered-cta.service-cta {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    height: auto;
    padding-bottom: 0;
  }

  .breadcrumb-home-icon {
    padding-bottom: 4px;
  }

  .team-member-grid {
    grid-column-gap: 24px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .large-features-container {
    flex-flow: column;
  }

  .feature-container {
    padding-bottom: 72px;
  }

  .article-grid {
    grid-column-gap: 24px;
    grid-row-gap: 96px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .article-grid.quarters {
    grid-column-gap: 24px;
    grid-row-gap: 72px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .subscribe-box {
    justify-content: space-between;
    align-items: flex-end;
  }

  .subscribe-info {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .input-container {
    flex-flow: column;
  }

  .subscribe-section-image {
    max-width: 35vw;
  }

  .article-preview-blog-hero-a {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .blog-hero-article-preview-b {
    flex-flow: row;
  }

  .article-header {
    flex-flow: column;
  }

  .article-header-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .blog-article-main-image {
    width: 100%;
    max-width: none;
  }

  .service-link-box-wrapper {
    max-width: 49%;
  }

  .careers-hero-image-box-right {
    width: 100%;
  }

  .reset-password-success {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .dropdown-link {
    opacity: .75;
    background-color: #0000;
    border-radius: 0;
    padding: 0;
  }

  .dropdown-link:hover {
    background-color: #0000;
  }

  .dropdown-link.with-text {
    opacity: 1;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .tour-cta {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .screenshot-group {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    max-height: 380px;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .screenshot-image {
    max-width: 200px;
  }

  .template-features-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .template-feature {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .figma-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

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

  .demo-link-screenshot-wrapper {
    height: 300px;
  }

  .demo-link-image {
    max-width: 240px;
  }

  .search-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .nav-dropdown-2 {
    border-bottom: 1px solid #134e24;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-dropdown-toggle-2 {
    justify-content: space-between;
    font-size: 21px;
    line-height: 1.3em;
  }

  .nav-dropdown-body-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #0000;
    border-style: none;
    padding: 18px 0 12px;
    position: static;
  }

  .dropdown-link-2 {
    opacity: .75;
    background-color: #0000;
    border-radius: 0;
    padding: 0;
  }

  .dropdown-link-2:hover {
    background-color: #0000;
  }

  .visualizer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-nav-container {
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .call-us-text-2.green-text {
    color: #0c3133;
    font-size: 12px;
  }

  .social-wrap-2 {
    width: 120px;
  }

  .social-wrap-2.footer-icons {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
  }

  .fa-icon {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .white-text {
    font-size: 12px;
  }

  .link-socials-2 {
    cursor: pointer;
  }

  .link-socials-2.soial-home-2.link-footer.footer-icon {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h2 {
    font-size: 38px;
    line-height: 1.1em;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.tag-cloud-section {
    padding-bottom: 72px;
  }

  .section.increased-bottom-padding, .section.combo-section-1 {
    padding-bottom: 96px;
  }

  .section.hero-6 {
    padding-bottom: 48px;
  }

  .large-text.long-text {
    font-size: 18px;
  }

  .button {
    flex: none;
  }

  .search-modal-container {
    max-width: 90%;
  }

  .heading-two {
    font-size: 38px;
    line-height: 1.1em;
  }

  .heading-three.featured-post-title {
    font-size: 29px;
    line-height: 1.2em;
  }

  .main-service-heading.tag-text {
    letter-spacing: 0;
    font-size: 21px;
    line-height: 1.3em;
  }

  .image-box {
    border-radius: 12px;
  }

  .image-box.wide.bg-palette-4b {
    width: 100%;
  }

  .image-box.stat-column-image-box {
    max-width: none;
  }

  .stars-with-score {
    justify-content: flex-start;
    align-items: center;
  }

  .star-circle {
    flex: none;
  }

  .serif.indent-on-desktop-tablet {
    padding-left: 0;
  }

  .vertical-section.stats-section-1 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .vertical-section.align-center-on-mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .vertical-section.article-intro {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .title {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .service-link-boxes {
    flex-flow: column;
    width: 100%;
    max-width: 436px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-link-box {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .tags.small-tags {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .tag {
    padding: 4px 12px;
  }

  .stat-grid {
    grid-column-gap: 48px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

  .stat-column-stat-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-1-image {
    border-radius: 7px;
    max-height: 280px;
  }

  .horizontal-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .horizontal-section-contents {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .quote-box.bg-palette-2a, .image-box-portrait {
    border-radius: 7px;
  }

  .image-box-portrait.hero-3-image-box-portrait {
    margin-bottom: -117px;
  }

  .image-box-portrait.cta-1-image {
    max-height: 280px;
  }

  .rounded-image {
    border-radius: 9px;
  }

  .steps-container {
    flex-flow: column;
  }

  .process-item {
    padding-bottom: 48px;
  }

  .hero-1-marquee-box {
    border-radius: 12px;
  }

  .cta-section-contents {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-box-small {
    border-radius: 12px;
  }

  .cta-container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .footer-links-section {
    grid-template-columns: 1fr 1fr;
  }

  .subscribe-section {
    border-radius: 12px;
    flex-flow: column;
    display: flex;
  }

  .footer-subscribe-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .service-link-boxes-wrapper {
    width: 100%;
  }

  .image-box-square {
    border-radius: 7px;
  }

  .image-box-square.pull-up {
    max-width: 55%;
    margin-bottom: -180px;
  }

  .hover-boxes {
    flex-flow: column;
  }

  .hover-box {
    height: 400px;
  }

  .hover-box-subtext {
    padding: 36px;
  }

  .bordered-stats-grid {
    flex-flow: column;
  }

  .bordered-stat {
    padding-bottom: 48px;
  }

  .stat-section-image {
    margin-top: -48px;
    margin-bottom: -24px;
  }

  .text-feature {
    padding-bottom: 48px;
  }

  .faq-section-image {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .boxed-form-wrapper {
    border-radius: 12px;
  }

  .form-row {
    flex-flow: column;
  }

  .small-square-image {
    border-radius: 7px;
  }

  .video-box.hero-3-video-box {
    width: 100%;
  }

  .sidebar-section {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
  }

  .process-contents-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .stat-cluster-wrapper {
    flex-flow: column;
  }

  .stat-column-left {
    max-width: none;
  }

  .stat-column-image {
    height: auto;
  }

  .bordered-stat-cta {
    padding-bottom: 48px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .large-slider-quote {
    border-radius: 12px;
    padding: 24px;
  }

  .bordered-stats-grid-2 {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .hero-4-wrapper {
    flex-flow: column;
  }

  .hero-image-column-left {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero-4-portrait-group {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
  }

  .grid-quotes {
    flex-flow: column;
  }

  .hero-4-square {
    width: 24vw;
  }

  .small-quote-box-grid {
    grid-template-columns: 1fr;
  }

  .small-quote-box-grid-column {
    flex-flow: column;
    max-width: 436px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .service-card-wide {
    border-radius: 12px;
    flex-flow: column;
  }

  .service-card-content {
    padding-top: 48px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .service-card-wide-image {
    border-radius: 7px;
    width: 100%;
    max-width: none;
  }

  .hero-7-contents {
    flex-flow: column;
  }

  .reviews-4-contents {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .tab-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .tab-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .services-group {
    flex-flow: column;
  }

  .image-box-landscape {
    border-radius: 7px;
  }

  .article img {
    border-radius: 9px;
  }

  .service-image-box {
    border-radius: 12px;
  }

  .team-member-title, .article-preview {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .subscribe-box {
    flex-flow: column;
  }

  .subscribe-info {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .subscribe-section-image {
    display: none;
  }

  .article-header {
    flex-flow: column;
  }

  .article-header-text {
    order: 1;
  }

  .blog-article-main-image {
    width: 100%;
    max-width: none;
  }

  .service-link-box-wrapper {
    max-width: none;
  }

  .team-member-card {
    padding: 48px 24px 96px;
  }

  .career-item-title {
    justify-content: space-between;
    align-items: center;
    padding-right: 24px;
  }

  .career-item-basis-location {
    flex: none;
  }

  .account-form-box {
    border-radius: 12px;
  }

  .access-denied-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-utility-link {
    display: none;
  }

  .screenshot-group {
    border-radius: 12px;
    max-height: 320px;
  }

  .screenshot-image {
    max-width: 180px;
  }

  .demo-link-screenshot-wrapper {
    border-radius: 9px;
    height: 260px;
  }

  .demo-link-image {
    max-width: 200px;
  }

  .top-nav-container {
    flex-flow: wrap;
  }

  .socials-wrapper {
    display: none;
  }

  .call-us-text-2.green-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 38px;
    line-height: 1.1em;
  }

  h2 {
    font-size: 29px;
    line-height: 1.2em;
  }

  h3 {
    font-variation-settings: "wght" 350;
    font-size: 29px;
    line-height: 1.2em;
  }

  h4 {
    letter-spacing: 0;
    font-size: 21px;
    line-height: 1.3em;
  }

  .section.hero-1 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.services-summary, .section.hover-box-section, .section.form-section-5, .section.stat-cluster-section, .section.services-listing-1, .section.reviews-1, .section.reviews-3 {
    padding-bottom: 72px;
  }

  .section.service-article-section {
    padding-top: 48px;
  }

  .section.news-header {
    padding-bottom: 72px;
  }

  .section.career-hero {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .section.contact-form-section {
    padding-bottom: 72px;
  }

  .section.blog-category-hero {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.utilty-title-section {
    padding-top: 96px;
  }

  .container---main {
    padding-left: 21px;
    padding-right: 21px;
  }

  .template-utility-section {
    grid-row-gap: 35px;
  }

  .style-guide-colors {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .style-guide-section-contents {
    grid-row-gap: 21px;
  }

  .large-text {
    font-size: 16px;
    line-height: 1.4em;
  }

  .large-text.long-text {
    font-size: 16px;
  }

  .small-text {
    font-size: 12px;
    line-height: 1.4em;
  }

  .button.large {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .form-input {
    border-radius: 6px;
  }

  .footer {
    padding-top: 96px;
  }

  .search-modal-container {
    border-radius: 9px;
    padding: 12px;
  }

  .checkbox {
    flex: none;
  }

  .navbar-row {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .photography-license-link {
    border-radius: 9px;
  }

  .typography-license-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .typography-demo {
    font-size: 72px;
  }

  .style-guide-colour-group {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .style-guide-colour {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .heading-one {
    font-size: 38px;
    line-height: 1.1em;
  }

  .heading-two, .heading-three {
    font-variation-settings: "wght" 350;
    font-size: 29px;
    line-height: 1.2em;
  }

  .heading-three.featured-post-title, .main-service-heading {
    letter-spacing: 0;
    font-size: 21px;
    line-height: 1.3em;
  }

  .main-service-heading.serif.team-member-single-qualification {
    font-size: 24px;
  }

  .main-service-heading.tag-text, .main-service-heading.long-text {
    font-size: 18px;
  }

  .faq-dropdown-toggle {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .marquee-horizontal-set.move-left {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .hero-1-contents {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .image-box {
    padding: 9px;
  }

  .image-box.hero-3-image-box {
    padding: 0;
  }

  .image-box.careers-hero-image-box {
    flex-flow: column;
    display: flex;
  }

  .serif.heading-one {
    font-variation-settings: "wght" 400;
  }

  .vertical-section, .vertical-section.large-gap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .vertical-section.article-intro {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .bold-text.faq-question-text {
    white-space: normal;
    overflow-wrap: anywhere;
    max-width: 100%;
    padding-right: 12px;
  }

  .service-link-boxes {
    justify-content: flex-start;
    align-items: center;
  }

  .service-link-box {
    max-width: none;
  }

  .tag.small {
    padding: 2px 9px;
  }

  .stat-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    display: flex;
  }

  .hero-1-image {
    max-height: 180px;
  }

  .horizontal-section.hero-3-horizontal-section {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .small-vertical-features {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .quote-box {
    margin-left: 24px;
    padding: 18px;
  }

  .image-box-portrait {
    width: 60%;
    margin-bottom: -40%;
  }

  .image-box-portrait.above-quote {
    margin-bottom: -54px;
  }

  .image-box-portrait.hero-3-image-box-portrait {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    display: none;
  }

  .image-box-portrait.stat-columns-image-box-portrait {
    margin-bottom: -22%;
  }

  .image-box-portrait.cta-1-image {
    width: auto;
    max-height: 220px;
  }

  .rounded-image.quote-image {
    width: 100%;
  }

  .process-item {
    padding-bottom: 48px;
    padding-right: 0;
  }

  .step-text-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero-1-marquee-box {
    padding: 6px;
  }

  .footer-slogan {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .subscribe-section {
    padding: 18px;
  }

  .footer-subscribe-container {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding: 0;
  }

  .horizontal-form {
    flex-flow: column;
  }

  .image-box-square {
    width: 60%;
  }

  .image-box-square.large {
    margin-bottom: -40%;
  }

  .image-box-square.pull-up {
    margin-bottom: -68px;
  }

  .image-box-square.careers-hero {
    width: 100%;
  }

  .hover-boxes {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .hover-box {
    height: 260px;
  }

  .hover-box-subtext {
    display: none;
  }

  .bordered-stat {
    padding-bottom: 48px;
    padding-right: 0;
  }

  .text-features-container {
    flex-flow: column;
  }

  .text-feature {
    padding-bottom: 48px;
  }

  .faq-item.cta {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .faq-title.with-button {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .boxed-form-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 18px;
  }

  .boxed-form-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .small-square-image.form-box-image {
    display: none;
  }

  .sidebar-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .stat-column-left {
    flex-flow: column;
    display: flex;
  }

  .stat-column-image {
    max-height: 180px;
  }

  .icon-container {
    flex: none;
  }

  .stat {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .checklist-item {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .stat-box {
    width: 100%;
  }

  .cta-1-contents {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    height: auto;
  }

  .testimonial-slide-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 0;
  }

  .quote-marks-container {
    width: 48px;
    height: 48px;
    padding: 12px;
  }

  .grid-quote-text {
    padding: 12px;
  }

  .bordered-stat-cta {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .avatar.large {
    width: 120px;
  }

  .large-slider-quote {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 11px;
  }

  .hero-4-wrapper {
    grid-row-gap: 48px;
  }

  .hero-4-contents, .grid-quotes {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .grid-quote {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-4-portrait, .hero-4-portrait-small {
    border-radius: 9px;
  }

  .small-quote-box-grid-column {
    flex-flow: column;
    display: flex;
  }

  .service-card-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 24px;
  }

  .tab-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .tabs {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .article-box {
    padding-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .article {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .article h5 {
    font-size: 18px;
  }

  .article blockquote {
    padding: 24px 0 24px 24px;
    font-size: 18px;
  }

  .article figure {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .service-image-box {
    padding: 9px;
  }

  .team-section-contents {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

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

  .team-member, .team-member-text, .team-member-title {
    justify-content: flex-start;
    align-items: center;
  }

  .feature-container {
    padding-bottom: 48px;
  }

  .article-grid {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .article-grid.quarters {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .article-preview {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .subscribe-info {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .input-container {
    flex-flow: column;
  }

  .blog-hero-image-a, .blog-hero-image-b {
    border-radius: 9px;
  }

  .blog-hero-article-preview-b {
    flex-flow: column;
  }

  .article-header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .blog-article-main-image {
    border-radius: 9px;
  }

  .service-link-box-wrapper {
    max-width: 75%;
  }

  .quote-box-icon {
    display: none;
  }

  .team-member-card {
    border-radius: 9px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .careers-hero-image-box-right {
    display: none;
  }

  .career-item-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding-right: 0;
  }

  .career-item-basis-location {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .form-pair {
    flex-flow: column;
  }

  .account-form-box {
    padding: 18px;
  }

  .nav-button-wrapper {
    display: none;
  }

  .screenshot-group {
    border-radius: 9px;
    max-height: 180px;
  }

  .screenshot-image {
    border-radius: 3px;
    max-width: 100px;
  }

  .template-features-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .template-feautre-image-wrapper {
    border-radius: 9px;
    height: 240px;
  }

  .feature-screenshot {
    border-radius: 3px;
    max-width: 220px;
  }

  .figma-cta-left {
    text-align: center;
    flex-flow: column;
  }

  .figma-cta-buttons {
    flex-flow: column;
    align-self: stretch;
  }

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

  .account-buttons {
    flex-flow: column;
    align-self: stretch;
  }

  .search-form {
    flex-flow: column;
  }

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

  .visualizer {
    flex: none;
  }

  .top-nav-container {
    flex-flow: column;
  }

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

  .call-us-text-2.green-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .call-us-wrap-phone {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .social-wrap-2 {
    width: 95px;
  }

  .link-socials-2.soial-home-2, .link-socials-2.soial-home-2.last {
    justify-content: flex-end;
  }

  .call-us-wrap {
    display: none;
  }
}

#w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-e829419a, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-e829419a, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-e829419a, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-e829419a, #w-node-c133aa0a-1df4-6ee7-8b34-83243d946315-e829419a, #w-node-c133aa0a-1df4-6ee7-8b34-83243d946317-e829419a, #w-node-_0054da9c-3595-ebcd-94e0-de2c8858586c-e829419a, #w-node-_0054da9c-3595-ebcd-94e0-de2c8858586e-e829419a, #w-node-_0054da9c-3595-ebcd-94e0-de2c88585871-e829419a, #w-node-_0054da9c-3595-ebcd-94e0-de2c88585873-e829419a, #w-node-_0054da9c-3595-ebcd-94e0-de2c88585876-e829419a, #w-node-_0054da9c-3595-ebcd-94e0-de2c88585878-e829419a, #w-node-_16866d4e-f058-1a58-478f-6756bf020091-bf02008c, #w-node-_16866d4e-f058-1a58-478f-6756bf02009e-bf02008c, #w-node-_16866d4e-f058-1a58-478f-6756bf0200ab-bf02008c, #w-node-_16866d4e-f058-1a58-478f-6756bf0200b6-bf02008c, #w-node-_3610ed97-d377-d76d-83f3-0b6b74af73e1-bf02008c, #w-node-_16866d4e-f058-1a58-478f-6756bf0200cf-bf02008c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83fac461-3a51-b1cc-1449-9b4d931946f0-bf02008c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_18f6683d-4b35-ac59-945f-21e8d4e0b92c-d4e0b929 {
  place-self: center;
}

#w-node-_18f6683d-4b35-ac59-945f-21e8d4e0b92e-d4e0b929, #w-node-_18f6683d-4b35-ac59-945f-21e8d4e0b932-d4e0b929, #w-node-_18f6683d-4b35-ac59-945f-21e8d4e0b93c-d4e0b929 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18f6683d-4b35-ac59-945f-21e8d4e0b93e-d4e0b929 {
  justify-self: center;
}

#w-node-_1bb6277b-abc5-4234-e75c-ea56bf5ac821-bf5ac81d, #w-node-_1bb6277b-abc5-4234-e75c-ea56bf5ac82a-bf5ac81d, #w-node-_1bb6277b-abc5-4234-e75c-ea56bf5ac82c-bf5ac81d, #w-node-e6c5957b-9d45-d09a-208f-e5362e88a1be-2e88a1ba, #w-node-e6c5957b-9d45-d09a-208f-e5362e88a1c4-2e88a1ba, #w-node-e6c5957b-9d45-d09a-208f-e5362e88a1c6-2e88a1ba, #w-node-e6c5957b-9d45-d09a-208f-e5362e88a1c9-2e88a1ba, #w-node-e6c5957b-9d45-d09a-208f-e5362e88a1cb-2e88a1ba, #w-node-e6c5957b-9d45-d09a-208f-e5362e88a1ce-2e88a1ba, #w-node-e6c5957b-9d45-d09a-208f-e5362e88a1d0-2e88a1ba, #w-node-e6c5957b-9d45-d09a-208f-e5362e88a1d3-2e88a1ba, #w-node-e6c5957b-9d45-d09a-208f-e5362e88a1d5-2e88a1ba, #w-node-aa5dbf89-9c3e-bb93-37a0-95103e10415f-3e10415c, #w-node-d26abbcf-b6c7-2148-7ca8-1770a1a75bc4-3e10415c, #w-node-aa5dbf89-9c3e-bb93-37a0-95103e10416e-3e10415c, #w-node-_11921254-a137-db6b-ace3-b638d3b53499-3e10415c, #w-node-_0c76c63a-09ac-5fc4-1269-91f7d88d0f5c-3e10415c, #w-node-_5ed0f1f5-35ff-0a3b-d51a-c1f301c0c4b5-3e10415c, #w-node-_0c3cc721-0a00-0fe2-a75b-21fb0d21cdc7-0d21cdc2, #w-node-_0c3cc721-0a00-0fe2-a75b-21fb0d21cdc9-0d21cdc2, #w-node-d0ec3a6b-a35e-d7bb-7404-41852b5ce950-2b5ce94b, #w-node-d0ec3a6b-a35e-d7bb-7404-41852b5ce952-2b5ce94b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05996b66-95f0-ca2a-c7b8-e4639d27251c-9d272519 {
  place-self: center;
}

#w-node-_05996b66-95f0-ca2a-c7b8-e4639d27251e-9d272519, #w-node-_05996b66-95f0-ca2a-c7b8-e4639d272522-9d272519, #w-node-_05996b66-95f0-ca2a-c7b8-e4639d272525-9d272519 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05996b66-95f0-ca2a-c7b8-e4639d272527-9d272519 {
  justify-self: center;
}

#w-node-_3a9804cf-7d77-ce6b-c753-7232ea5fc561-ea5fc55c, #w-node-_3a9804cf-7d77-ce6b-c753-7232ea5fc563-ea5fc55c, #w-node-_8754b318-cefc-599d-1b9f-bb7177410a37-77410a32, #w-node-_8754b318-cefc-599d-1b9f-bb7177410a39-77410a32, #w-node-_76745935-0bc0-14b7-e115-5507137b5016-77410a32, #w-node-_76745935-0bc0-14b7-e115-5507137b501e-77410a32, #w-node-_76745935-0bc0-14b7-e115-5507137b5023-77410a32, #w-node-_76745935-0bc0-14b7-e115-5507137b5028-77410a32, #w-node-_5fe20331-e704-c8a5-4965-f31eb9302df5-77410a32, #w-node-_4738827e-88a4-e07d-5c35-d0fdf5a81df0-77410a32, #w-node-_7e7aa552-f17e-5d80-ee28-2307eab9585a-77410a32, #w-node-c628ec63-61e0-3bfe-3d53-47783801f5a7-77410a32, #w-node-_8e4099b2-ffaa-7232-ed9e-a7047d408a84-77410a32, #w-node-_8e4099b2-ffaa-7232-ed9e-a7047d408a8d-77410a32, #w-node-_8e4099b2-ffaa-7232-ed9e-a7047d408a92-77410a32, #w-node-_8e4099b2-ffaa-7232-ed9e-a7047d408a97-77410a32, #w-node-_8e4099b2-ffaa-7232-ed9e-a7047d408a9c-77410a32, #w-node-a19500d6-f6b8-0112-f063-f6dfae494d95-77410a32, #w-node-b71f0085-c6cd-32f4-1d70-aa50df1d137e-77410a32, #w-node-bc0e601e-8963-fee6-f0fa-d988089da747-77410a32, #w-node-b666711c-0d42-2cf0-8c32-4f715f49e69d-77410a32, #w-node-_6876ec6a-2d43-1868-1ba7-bfb47dd0fe9f-77410a32, #w-node-_6876ec6a-2d43-1868-1ba7-bfb47dd0fea8-77410a32, #w-node-_6876ec6a-2d43-1868-1ba7-bfb47dd0fead-77410a32, #w-node-_6876ec6a-2d43-1868-1ba7-bfb47dd0feb2-77410a32, #w-node-_6876ec6a-2d43-1868-1ba7-bfb47dd0feb7-77410a32, #w-node-_7004a56e-2799-74ee-1145-8ad085d56815-77410a32, #w-node-_1d9ae6ec-02fe-2472-ba9a-e963ee06d2ab-77410a32, #w-node-_3ef8ad13-dff9-cffa-b950-ae5bb2f95362-77410a32, #w-node-_31e59396-fe36-d674-e374-ccde05579735-77410a32, #w-node-_270fc3af-e1b8-1d19-9c84-54de9bedbe83-77410a32, #w-node-fc26d9d7-93ab-fc8b-fa46-6eb133189138-77410a32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9dfe458b-0aa9-3755-3af7-e2a81c0fa85d-77410a32 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9dfe458b-0aa9-3755-3af7-e2a81c0fa862-77410a32, #w-node-_9dfe458b-0aa9-3755-3af7-e2a81c0fa86b-77410a32, #w-node-_9dfe458b-0aa9-3755-3af7-e2a81c0fa870-77410a32, #w-node-_9dfe458b-0aa9-3755-3af7-e2a81c0fa875-77410a32, #w-node-_9dfe458b-0aa9-3755-3af7-e2a81c0fa87a-77410a32, #w-node-_9dfe458b-0aa9-3755-3af7-e2a81c0fa87f-77410a32, #w-node-_9dfe458b-0aa9-3755-3af7-e2a81c0fa884-77410a32, #w-node-_9dfe458b-0aa9-3755-3af7-e2a81c0fa889-77410a32, #w-node-_9dfe458b-0aa9-3755-3af7-e2a81c0fa88e-77410a32, #w-node-ace8ac5d-c2bc-cc40-91c6-782f2efd10c4-e82941a1, #w-node-ace8ac5d-c2bc-cc40-91c6-782f2efd10c8-e82941a1, #w-node-f9e4b556-5b09-0e06-b767-72230fa4c310-e82941a1, #w-node-f9e4b556-5b09-0e06-b767-72230fa4c311-e82941a1, #w-node-f9e4b556-5b09-0e06-b767-72230fa4c313-e82941a1, #w-node-f9e4b556-5b09-0e06-b767-72230fa4c31c-e82941a1, #w-node-f9e4b556-5b09-0e06-b767-72230fa4c32c-e82941a1, #w-node-_583046e9-1144-e94b-fb29-fdd25eea9a4c-55b37658, #w-node-_583046e9-1144-e94b-fb29-fdd25eea9a63-55b37658, #w-node-_583046e9-1144-e94b-fb29-fdd25eea9a78-55b37658, #w-node-_583046e9-1144-e94b-fb29-fdd25eea9a83-55b37658, #w-node-_583046e9-1144-e94b-fb29-fdd25eea9a91-55b37658, #w-node-_583046e9-1144-e94b-fb29-fdd25eea9a95-55b37658, #w-node-_583046e9-1144-e94b-fb29-fdd25eea9a99-55b37658, #w-node-_583046e9-1144-e94b-fb29-fdd25eea9aa3-55b37658 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_583046e9-1144-e94b-fb29-fdd25eea9aa5-55b37658 {
  justify-self: end;
}

#w-node-_583046e9-1144-e94b-fb29-fdd25eea9aa6-55b37658, #w-node-_21bbcb4d-a043-b6e9-a04b-5622a50db061-e82941a2, #w-node-_21bbcb4d-a043-b6e9-a04b-5622a50db063-e82941a2, #w-node-_35b98faa-ecee-16d1-48f2-dbef7dedfc6a-e82941a2, #w-node-_21bbcb4d-a043-b6e9-a04b-5622a50db068-e82941a2, #w-node-_21bbcb4d-a043-b6e9-a04b-5622a50db06b-e82941a2, #w-node-_8aefe221-ae65-faa6-1cc9-5e90ca950691-e82941a3, #w-node-de90333b-e20f-bf3a-b9b6-57b4aa63efff-e82941a3, #w-node-de90333b-e20f-bf3a-b9b6-57b4aa63f002-e82941a3, #w-node-de90333b-e20f-bf3a-b9b6-57b4aa63f004-e82941a3, #w-node-_9b764039-59ef-0755-a50c-06942b759326-e82941a4, #w-node-_9b764039-59ef-0755-a50c-06942b759329-e82941a4, #w-node-_9b764039-59ef-0755-a50c-06942b75932f-e82941a4, #w-node-_9b764039-59ef-0755-a50c-06942b759331-e82941a4, #w-node-_1d56a214-d8fb-b444-d349-07d549589930-e82941b2, #w-node-_34947598-1eca-3b6e-8d1f-84ece8f3ac38-e82941b3, #w-node-_34947598-1eca-3b6e-8d1f-84ece8f3ac57-e82941b3, #w-node-_7b1fb9da-a97d-becc-fec7-8b774b6a6e56-e82941b4, #w-node-f084f079-b4b7-170c-45b2-1f8108b61d1a-e82941b5, #w-node-_9052bc5d-4920-8e3d-1a0f-d99c79af24f8-e82941bf, #w-node-_9052bc5d-4920-8e3d-1a0f-d99c79af24fb-e82941bf, #w-node-e20a7a20-4c0e-a35b-10a9-a32c317315d3-e82941bf, #w-node-e20a7a20-4c0e-a35b-10a9-a32c317315d5-e82941bf, #w-node-e20a7a20-4c0e-a35b-10a9-a32c317315d7-e82941bf, #w-node-c666719f-a875-a233-d43c-34e7b1e07eb6-e82941c0, #w-node-c666719f-a875-a233-d43c-34e7b1e07eb8-e82941c0, #w-node-c666719f-a875-a233-d43c-34e7b1e07ebb-e82941c0, #w-node-_62701afa-c637-976b-034b-77f23b55616f-e82941c0, #w-node-_0d2d8dec-d6c6-d207-f74a-9a607f540113-e82941c0, #w-node-_17e4829d-3198-36c7-311c-bb68770a0dca-e82941c0, #w-node-_62701afa-c637-976b-034b-77f23b556199-e82941c0, #w-node-_62701afa-c637-976b-034b-77f23b55619b-e82941c0, #w-node-_62701afa-c637-976b-034b-77f23b55619e-e82941c0, #w-node-_5ed7da9c-3bf3-863a-aa70-ed9bec164c3d-dea639c1, #w-node-_5ed7da9c-3bf3-863a-aa70-ed9bec164c45-dea639c1, #w-node-_5ed7da9c-3bf3-863a-aa70-ed9bec164c49-dea639c1, #w-node-_5ed7da9c-3bf3-863a-aa70-ed9bec164c4e-dea639c1, #w-node-ee56ff68-7077-46e3-9b82-3d0b10fdd0ee-dea639c1, #w-node-ee56ff68-7077-46e3-9b82-3d0b10fdd0f0-dea639c1, #w-node-_1466637d-3352-8f73-7c2f-7142873532bd-dea639c1, #w-node-aa10d235-5bc9-1b48-99f8-c2ffd5621257-dea639c1, #w-node-_18af7a88-080e-1817-4e3e-41292fbbf30d-dea639c1, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-1d54378b, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-1d54378b, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-1d54378b, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-1d54378b, #w-node-_10e934ff-4314-c6aa-d23b-cc018dae7f1d-1d54378b, #w-node-_10e934ff-4314-c6aa-d23b-cc018dae7f1f-1d54378b, #w-node-c2b13d8a-fa65-65e5-c955-b525867927c1-1d54378b, #w-node-c2b13d8a-fa65-65e5-c955-b525867927c3-1d54378b, #w-node-c2b13d8a-fa65-65e5-c955-b525867927c6-1d54378b, #w-node-c2b13d8a-fa65-65e5-c955-b525867927c8-1d54378b, #w-node-c2b13d8a-fa65-65e5-c955-b525867927ce-1d54378b, #w-node-c2b13d8a-fa65-65e5-c955-b525867927d0-1d54378b, #w-node-_117f81a4-6cab-5395-a1f4-0e6af0865157-8674e31f, #w-node-_117f81a4-6cab-5395-a1f4-0e6af0865159-8674e31f, #w-node-_117f81a4-6cab-5395-a1f4-0e6af0865160-8674e31f, #w-node-_22eac54e-bba0-509f-b0bd-a8d44b5c1a36-8674e31f, #w-node-_22eac54e-bba0-509f-b0bd-a8d44b5c1a38-8674e31f, #w-node-_22eac54e-bba0-509f-b0bd-a8d44b5c1a41-8674e31f, #w-node-_22eac54e-bba0-509f-b0bd-a8d44b5c1a43-8674e31f, #w-node-_22eac54e-bba0-509f-b0bd-a8d44b5c1a46-8674e31f, #w-node-_22eac54e-bba0-509f-b0bd-a8d44b5c1a48-8674e31f, #w-node-_22eac54e-bba0-509f-b0bd-a8d44b5c1a4e-8674e31f, #w-node-_22eac54e-bba0-509f-b0bd-a8d44b5c1a50-8674e31f, #w-node-_3cb68e24-f174-c3b0-a016-6b818e51e55f-90dcfcce, #w-node-_3cb68e24-f174-c3b0-a016-6b818e51e561-90dcfcce, #w-node-_3cb68e24-f174-c3b0-a016-6b818e51e568-90dcfcce, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-cc3e294e, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-cc3e294e, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-cc3e294e, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-cc3e294e, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-cc3e294e, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-cc3e294e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-cc3e294e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-cc3e294e {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-cc3e294e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-cc3e294e {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-cc3e294e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-cc3e294e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-cc3e294e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-cc3e294e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-cc3e294e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-cc3e294e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-cc3e294e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-cc3e294e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-cc3e294e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-cc3e294e, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-cc3e294e, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-cc3e294e, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-cc3e294e, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-9e66da92, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-9e66da92, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-9e66da92, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-9e66da92, #w-node-_038cb894-15d0-124c-a453-bc4a50e4496c-72d07f55, #w-node-_038cb894-15d0-124c-a453-bc4a50e44972-72d07f55, #w-node-_038cb894-15d0-124c-a453-bc4a50e44975-72d07f55, #w-node-_038cb894-15d0-124c-a453-bc4a50e44977-72d07f55, #w-node-b3d95e01-fbfd-f887-bbd3-b625ff050af5-72d07f55, #w-node-b3d95e01-fbfd-f887-bbd3-b625ff050af7-72d07f55, #w-node-b3d95e01-fbfd-f887-bbd3-b625ff050aff-72d07f55, #w-node-b3d95e01-fbfd-f887-bbd3-b625ff050b01-72d07f55, #w-node-b3d95e01-fbfd-f887-bbd3-b625ff050b05-72d07f55, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-2663b414, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-2663b414, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-2663b414, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-2663b414, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-2663b414, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-2663b414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-2663b414 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-2663b414 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-2663b414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-2663b414 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-2663b414, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-2663b414, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-2663b414, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-2663b414, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-2663b414, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-2663b414, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-2663b414, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-2663b414, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-2663b414, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-2663b414, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-2663b414, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-2663b414, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-2663b414, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-74e0f2c8, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-74e0f2c8, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-74e0f2c8, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-74e0f2c8, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-74e0f2c8, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-74e0f2c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-74e0f2c8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-74e0f2c8 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-74e0f2c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-74e0f2c8 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-74e0f2c8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-74e0f2c8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-74e0f2c8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-74e0f2c8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-74e0f2c8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-74e0f2c8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-74e0f2c8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-74e0f2c8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-74e0f2c8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-74e0f2c8, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-74e0f2c8, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-74e0f2c8, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-74e0f2c8, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-b1bc5144, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-b1bc5144, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-b1bc5144, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-b1bc5144, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-b1bc5144, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-b1bc5144 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-b1bc5144 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-b1bc5144 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-b1bc5144 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-b1bc5144 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-b1bc5144, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-b1bc5144, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-b1bc5144, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-b1bc5144, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-b1bc5144, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-b1bc5144, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-b1bc5144, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-b1bc5144, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-b1bc5144, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-b1bc5144, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-b1bc5144, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-b1bc5144, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-b1bc5144, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-15d5283c, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-15d5283c, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-15d5283c, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-15d5283c, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-15d5283c, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-15d5283c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-15d5283c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-15d5283c {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-15d5283c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-15d5283c {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-15d5283c, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-15d5283c, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-15d5283c, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-15d5283c, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-15d5283c, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-15d5283c, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-15d5283c, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-15d5283c, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-15d5283c, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-15d5283c, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-15d5283c, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-15d5283c, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-15d5283c, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-d440f54a, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-d440f54a, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-d440f54a, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-d440f54a, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-d440f54a, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-d440f54a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-d440f54a {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-d440f54a {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-d440f54a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-d440f54a {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-d440f54a, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-d440f54a, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-d440f54a, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-d440f54a, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-d440f54a, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-d440f54a, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-d440f54a, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-d440f54a, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-d440f54a, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-d440f54a, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-d440f54a, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-d440f54a, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-d440f54a, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-6dee4ca4, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-6dee4ca4, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-6dee4ca4, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-6dee4ca4, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-6dee4ca4, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-6dee4ca4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-6dee4ca4 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-6dee4ca4 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-6dee4ca4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-6dee4ca4 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-6dee4ca4, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-6dee4ca4, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-6dee4ca4, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-6dee4ca4, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-6dee4ca4, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-6dee4ca4, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-6dee4ca4, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-6dee4ca4, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-6dee4ca4, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-6dee4ca4, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-6dee4ca4, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-6dee4ca4, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-6dee4ca4, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-d808d808, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-d808d808, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-d808d808, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-d808d808, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-d808d808, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-d808d808 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-d808d808 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-d808d808 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-d808d808 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-d808d808 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-d808d808, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-d808d808, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-d808d808, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-d808d808, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-d808d808, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-d808d808, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-d808d808, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-d808d808, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-d808d808, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-d808d808, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-d808d808, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-d808d808, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-d808d808, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-1afdef12, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-1afdef12, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-1afdef12, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-1afdef12, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-1afdef12, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-1afdef12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-1afdef12 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-1afdef12 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-1afdef12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-1afdef12 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-1afdef12, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-1afdef12, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-1afdef12, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-1afdef12, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-1afdef12, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-1afdef12, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-1afdef12, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-1afdef12, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-1afdef12, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-1afdef12, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-1afdef12, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-1afdef12, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-1afdef12, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-f0d2e115, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-f0d2e115, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-f0d2e115, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-f0d2e115, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-f0d2e115, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-f0d2e115 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-f0d2e115 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-f0d2e115 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-f0d2e115 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-f0d2e115 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-f0d2e115, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-f0d2e115, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-f0d2e115, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-f0d2e115, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-f0d2e115, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-f0d2e115, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-f0d2e115, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-f0d2e115, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-f0d2e115, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-f0d2e115, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-f0d2e115, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-f0d2e115, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-f0d2e115, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-9d4f58ad, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-9d4f58ad, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-9d4f58ad, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-9d4f58ad, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-9d4f58ad, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-9d4f58ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-9d4f58ad {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-9d4f58ad {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-9d4f58ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-9d4f58ad {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-9d4f58ad, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-9d4f58ad, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-9d4f58ad, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-9d4f58ad, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-9d4f58ad, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-9d4f58ad, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-9d4f58ad, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-9d4f58ad, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-9d4f58ad, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-9d4f58ad, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-9d4f58ad, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-9d4f58ad, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-9d4f58ad, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-1a0ea722, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-1a0ea722, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-1a0ea722, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-1a0ea722, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-1a0ea722, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-1a0ea722 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-1a0ea722 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-1a0ea722 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-1a0ea722 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-1a0ea722 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-1a0ea722, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-1a0ea722, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-1a0ea722, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-1a0ea722, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-1a0ea722, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-1a0ea722, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-1a0ea722, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-1a0ea722, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-1a0ea722, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-1a0ea722, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-1a0ea722, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-1a0ea722, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-1a0ea722, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-e81f1309, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-e81f1309, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-e81f1309, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-e81f1309, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-e81f1309, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-e81f1309 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-e81f1309 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-e81f1309 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-e81f1309 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-e81f1309 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-e81f1309, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-e81f1309, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-e81f1309, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-e81f1309, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-e81f1309, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-e81f1309, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-e81f1309, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-e81f1309, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-e81f1309, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-e81f1309, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-e81f1309, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-e81f1309, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-e81f1309, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-e00685e1, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-e00685e1, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-e00685e1, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-e00685e1, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-e00685e1, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-e00685e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-e00685e1 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-e00685e1 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-e00685e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-e00685e1 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-e00685e1, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-e00685e1, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-e00685e1, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-e00685e1, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-e00685e1, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-e00685e1, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-e00685e1, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-e00685e1, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-e00685e1, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-e00685e1, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-e00685e1, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-e00685e1, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-e00685e1, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-ee20f18c, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-ee20f18c, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-ee20f18c, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-ee20f18c, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-ee20f18c, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-ee20f18c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-ee20f18c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-ee20f18c {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-ee20f18c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-ee20f18c {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-ee20f18c, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-ee20f18c, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-ee20f18c, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-ee20f18c, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-ee20f18c, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-ee20f18c, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-ee20f18c, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-ee20f18c, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-ee20f18c, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-ee20f18c, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-ee20f18c, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-ee20f18c, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-ee20f18c, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-9bae56c6, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-9bae56c6, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-9bae56c6, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-9bae56c6, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-9bae56c6, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-9bae56c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-9bae56c6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-9bae56c6 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-9bae56c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-9bae56c6 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-9bae56c6, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-9bae56c6, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-9bae56c6, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-9bae56c6, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-9bae56c6, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-9bae56c6, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-9bae56c6, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-9bae56c6, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-9bae56c6, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-9bae56c6, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-9bae56c6, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-9bae56c6, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-9bae56c6, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-3b5e41f0, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-3b5e41f0, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-3b5e41f0, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-3b5e41f0, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-3b5e41f0, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-3b5e41f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-3b5e41f0 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-3b5e41f0 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-3b5e41f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-3b5e41f0 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-3b5e41f0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-3b5e41f0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-3b5e41f0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-3b5e41f0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-3b5e41f0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-3b5e41f0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-3b5e41f0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-3b5e41f0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-3b5e41f0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-3b5e41f0, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-3b5e41f0, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-3b5e41f0, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-3b5e41f0, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-57debea1, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-57debea1, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-57debea1, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-57debea1, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-57debea1, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-57debea1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-57debea1 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-57debea1 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-57debea1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-57debea1 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-57debea1, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-57debea1, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-57debea1, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-57debea1, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-57debea1, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-57debea1, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-57debea1, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-57debea1, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-57debea1, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-57debea1, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-57debea1, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-57debea1, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-57debea1, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-2532ddc0, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-2532ddc0, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-2532ddc0, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-2532ddc0, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-2532ddc0, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-2532ddc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-2532ddc0 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-2532ddc0 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-2532ddc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-2532ddc0 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-2532ddc0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-2532ddc0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-2532ddc0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-2532ddc0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-2532ddc0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-2532ddc0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-2532ddc0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-2532ddc0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-2532ddc0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-2532ddc0, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-2532ddc0, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-2532ddc0, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-2532ddc0, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-2125d4e2, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-2125d4e2, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-2125d4e2, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-2125d4e2, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-2125d4e2, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-2125d4e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-2125d4e2 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-2125d4e2 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-2125d4e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-2125d4e2 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-2125d4e2, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-2125d4e2, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-2125d4e2, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-2125d4e2, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-2125d4e2, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-2125d4e2, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-2125d4e2, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-2125d4e2, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-2125d4e2, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-2125d4e2, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-2125d4e2, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-2125d4e2, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-2125d4e2, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-13afd1ec, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-13afd1ec, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-13afd1ec, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-13afd1ec, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-13afd1ec, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-13afd1ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-13afd1ec {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-13afd1ec {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-13afd1ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-13afd1ec {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-13afd1ec, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-13afd1ec, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-13afd1ec, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-13afd1ec, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-13afd1ec, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-13afd1ec, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-13afd1ec, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-13afd1ec, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-13afd1ec, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-13afd1ec, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-13afd1ec, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-13afd1ec, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-13afd1ec, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-9440532e, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-9440532e, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-9440532e, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-9440532e, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-9440532e, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-9440532e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-9440532e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-9440532e {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-9440532e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-9440532e {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-9440532e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-9440532e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-9440532e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-9440532e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-9440532e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-9440532e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-9440532e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-9440532e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-9440532e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-9440532e, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-9440532e, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-9440532e, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-9440532e, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-9a07ec94, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-9a07ec94, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-9a07ec94, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-9a07ec94, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-9a07ec94, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-9a07ec94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-9a07ec94 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-9a07ec94 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-9a07ec94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-9a07ec94 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-9a07ec94, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-9a07ec94, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-9a07ec94, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-9a07ec94, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-9a07ec94, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-9a07ec94, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-9a07ec94, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-9a07ec94, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-9a07ec94, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-9a07ec94, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-9a07ec94, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-9a07ec94, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-9a07ec94, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-e70311e0, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-e70311e0, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-e70311e0, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-e70311e0, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-e70311e0, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-e70311e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-e70311e0 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-e70311e0 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-e70311e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-e70311e0 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-e70311e0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-e70311e0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-e70311e0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-e70311e0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-e70311e0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-e70311e0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-e70311e0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-e70311e0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-e70311e0, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-e70311e0, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-e70311e0, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-e70311e0, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-e70311e0, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-eb27aa9b, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-eb27aa9b, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-eb27aa9b, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-eb27aa9b, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-eb27aa9b, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-eb27aa9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-eb27aa9b {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-eb27aa9b {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-eb27aa9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-eb27aa9b {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-eb27aa9b, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-eb27aa9b, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-eb27aa9b, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-eb27aa9b, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-eb27aa9b, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-eb27aa9b, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-eb27aa9b, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-eb27aa9b, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-eb27aa9b, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-eb27aa9b, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-eb27aa9b, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-eb27aa9b, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-eb27aa9b, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-f7c24dfd, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-f7c24dfd, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-f7c24dfd, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-f7c24dfd, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-f7c24dfd, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-f7c24dfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-f7c24dfd {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-f7c24dfd {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-f7c24dfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-f7c24dfd {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-f7c24dfd, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-f7c24dfd, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-f7c24dfd, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-f7c24dfd, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-f7c24dfd, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-f7c24dfd, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-f7c24dfd, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-f7c24dfd, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-f7c24dfd, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-f7c24dfd, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-f7c24dfd, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-f7c24dfd, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-f7c24dfd, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-f4452563, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-f4452563, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-f4452563, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-f4452563, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-f4452563, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-f4452563 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-f4452563 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-f4452563 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-f4452563 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-f4452563 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-f4452563, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-f4452563, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-f4452563, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-f4452563, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-f4452563, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-f4452563, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-f4452563, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-f4452563, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-f4452563, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-f4452563, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-f4452563, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-f4452563, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-f4452563, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-47404f46, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-47404f46, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-47404f46, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-47404f46, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-47404f46, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-47404f46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-47404f46 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-47404f46 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-47404f46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-47404f46 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-47404f46, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-47404f46, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-47404f46, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-47404f46, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-47404f46, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-47404f46, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-47404f46, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-47404f46, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-47404f46, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-47404f46, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-47404f46, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-47404f46, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-47404f46, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-780a69f9, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-780a69f9, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-780a69f9, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-780a69f9, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-780a69f9, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-780a69f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-780a69f9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-780a69f9 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-780a69f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-780a69f9 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-780a69f9, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-780a69f9, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-780a69f9, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-780a69f9, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-780a69f9, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-780a69f9, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-780a69f9, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-780a69f9, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-780a69f9, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-780a69f9, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-780a69f9, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-780a69f9, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-780a69f9, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-cf3e7c22, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-cf3e7c22, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-cf3e7c22, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-cf3e7c22, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-cf3e7c22, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-cf3e7c22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-cf3e7c22 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-cf3e7c22 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-cf3e7c22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-cf3e7c22 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-cf3e7c22, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-cf3e7c22, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-cf3e7c22, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-cf3e7c22, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-cf3e7c22, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-cf3e7c22, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-cf3e7c22, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-cf3e7c22, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-cf3e7c22, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-cf3e7c22, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-cf3e7c22, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-cf3e7c22, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-cf3e7c22, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-6d42dfc8, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-6d42dfc8, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-6d42dfc8, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-6d42dfc8, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-6d42dfc8, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-6d42dfc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-6d42dfc8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-6d42dfc8 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-6d42dfc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-6d42dfc8 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-6d42dfc8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-6d42dfc8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-6d42dfc8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-6d42dfc8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-6d42dfc8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-6d42dfc8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-6d42dfc8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-6d42dfc8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-6d42dfc8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-6d42dfc8, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-6d42dfc8, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-6d42dfc8, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-6d42dfc8, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-815267fc, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-815267fc, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-815267fc, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-815267fc, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-815267fc, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-815267fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-815267fc {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-815267fc {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-815267fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-815267fc {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-815267fc, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-815267fc, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-815267fc, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-815267fc, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-815267fc, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-815267fc, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-815267fc, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-815267fc, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-815267fc, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-815267fc, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-815267fc, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-815267fc, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-815267fc, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-bc8bf96e, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-bc8bf96e, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-bc8bf96e, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-bc8bf96e, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-bc8bf96e, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-bc8bf96e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-bc8bf96e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-bc8bf96e {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-bc8bf96e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-bc8bf96e {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-bc8bf96e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-bc8bf96e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-bc8bf96e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-bc8bf96e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-bc8bf96e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-bc8bf96e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-bc8bf96e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-bc8bf96e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-bc8bf96e, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-bc8bf96e, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-bc8bf96e, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-bc8bf96e, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-bc8bf96e, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-0d8ec6a6, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-0d8ec6a6, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-0d8ec6a6, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-0d8ec6a6, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-0d8ec6a6, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-0d8ec6a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-0d8ec6a6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-0d8ec6a6 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-0d8ec6a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-0d8ec6a6 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-0d8ec6a6, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-0d8ec6a6, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-0d8ec6a6, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-0d8ec6a6, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-0d8ec6a6, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-0d8ec6a6, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-0d8ec6a6, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-0d8ec6a6, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-0d8ec6a6, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-0d8ec6a6, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-0d8ec6a6, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-0d8ec6a6, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-0d8ec6a6, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-86a35fc8, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-86a35fc8, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-86a35fc8, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-86a35fc8, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-86a35fc8, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-86a35fc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-86a35fc8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-86a35fc8 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-86a35fc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-86a35fc8 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-86a35fc8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-86a35fc8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-86a35fc8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-86a35fc8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-86a35fc8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-86a35fc8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-86a35fc8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-86a35fc8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-86a35fc8, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-86a35fc8, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-86a35fc8, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-86a35fc8, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-86a35fc8, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-e8e034af, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-e8e034af, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-e8e034af, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-e8e034af, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-e8e034af, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-e8e034af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-e8e034af {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-e8e034af {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-e8e034af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-e8e034af {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-e8e034af, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-e8e034af, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-e8e034af, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-e8e034af, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-e8e034af, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-e8e034af, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-e8e034af, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-e8e034af, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-e8e034af, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-e8e034af, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-e8e034af, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-e8e034af, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-e8e034af, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0d5-9a401858, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0dd-9a401858, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e1-9a401858, #w-node-_725dfeb9-f4f5-8eef-2e08-ff0f0b29b0e6-9a401858, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d3-9a401858, #w-node-_05378341-c2e2-cacb-acc6-3ffd922152d5-9a401858 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152db-9a401858 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152df-9a401858 {
  justify-self: center;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152f0-9a401858 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05378341-c2e2-cacb-acc6-3ffd922152fc-9a401858 {
  justify-self: center;
}

#w-node-_63a7e95e-ff4d-3952-224e-867fb3373e9c-9a401858, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cf6-9a401858, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfc-9a401858, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1cfe-9a401858, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d01-9a401858, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d03-9a401858, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d06-9a401858, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d08-9a401858, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0b-9a401858, #w-node-_3f0f4289-8fe1-31ce-81cc-ff3ebf3e1d0d-9a401858, #w-node-_348515e6-6366-22d4-4285-2d25ba5461b4-9a401858, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98a-9a401858, #w-node-_838558c9-3547-bc5c-51e4-cfaab7caa98c-9a401858, #w-node-_117f81a4-6cab-5395-a1f4-0e6af0865157-49a845f9, #w-node-_117f81a4-6cab-5395-a1f4-0e6af0865159-49a845f9, #w-node-_117f81a4-6cab-5395-a1f4-0e6af0865160-49a845f9, #w-node-_117f81a4-6cab-5395-a1f4-0e6af0865157-ae736064, #w-node-_117f81a4-6cab-5395-a1f4-0e6af0865159-ae736064, #w-node-_117f81a4-6cab-5395-a1f4-0e6af0865157-3f454ba3, #w-node-_117f81a4-6cab-5395-a1f4-0e6af0865159-3f454ba3, #w-node-_117f81a4-6cab-5395-a1f4-0e6af0865157-5a7710da, #w-node-_117f81a4-6cab-5395-a1f4-0e6af0865159-5a7710da, #w-node-_10e934ff-4314-c6aa-d23b-cc018dae7f1f-d1cb9ef9, #w-node-c2b13d8a-fa65-65e5-c955-b525867927c1-d1cb9ef9, #w-node-c2b13d8a-fa65-65e5-c955-b525867927c3-d1cb9ef9, #w-node-c2b13d8a-fa65-65e5-c955-b525867927c6-d1cb9ef9, #w-node-c2b13d8a-fa65-65e5-c955-b525867927c8-d1cb9ef9, #w-node-c2b13d8a-fa65-65e5-c955-b525867927ce-d1cb9ef9, #w-node-c2b13d8a-fa65-65e5-c955-b525867927d0-d1cb9ef9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9dfe458b-0aa9-3755-3af7-e2a81c0fa85d-77410a32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/geistalternativevariable-vf.ttf') format('truetype');
  font-weight: 100 1100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Newsreader';
  src: url('../fonts/newsreader-italic.ttf') format('truetype');
  font-weight: 200 800;
  font-style: italic;
  font-display: block;
}