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

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

@font-face {
  font-family: Inter Variable;
  src: url('../fonts/Inter-VariableFont_slntwght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}

:root {
  --light: #e1e1e0;
  --white: white;
  --dark: #242424;
  --border: #e1e1e033;
  --bg-palette-1: #393a36;
  --palette-2: #254a4a;
  --palette-3: #61513a;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

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

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

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

body {
  color: var(--light);
  background-color: #000;
  font-family: Inter Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  font-variation-settings: "opsz" 72;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Newsreader Variable, Times New Roman, sans-serif;
  font-size: 96px;
  font-weight: 300;
  line-height: 1.1em;
}

h2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Newsreader Variable, Times New Roman, sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1.1em;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Newsreader Variable, Times New Roman, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2em;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Newsreader Variable, Times New Roman, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: var(--light);
  font-weight: 600;
  text-decoration: none;
}

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

label {
  margin-bottom: 0;
  font-weight: 500;
  display: block;
}

strong {
  font-weight: 600;
}

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

figure {
  margin-bottom: 10px;
}

figcaption {
  opacity: .8;
  text-align: center;
  margin-top: 9px;
}

.loading-container {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.section {
  border-top-left-radius: 6vw;
  border-top-right-radius: 6vw;
  flex: 1;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
  overflow: hidden;
}

.section.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.section.inside-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  box-shadow: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
  display: flex;
}

.section.inside-grid.text-center {
  text-align: center;
}

.section.inside-grid.justify-center {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
}

.section.flush-top-left {
  border-top-left-radius: 0;
}

.section.bg-dark {
  color: var(--light);
}

.section.bg-dark.article-section {
  padding-top: 96px;
  padding-bottom: 144px;
  overflow: visible;
}

.section.below-left-image {
  border-top-left-radius: 0;
}

.section.first {
  flex: 1;
}

.section.below-right-image {
  border-top-right-radius: 0;
}

.section.bg-palette-2 {
  color: var(--white);
}

.container---main {
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1452px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.container---main.footer {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 755px;
  display: flex;
}

.container---main.hero {
  align-items: center;
  position: relative;
}

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

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

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

.style-guide-color {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  color: var(--dark);
  border: 1px solid #0000;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
  position: relative;
  overflow: hidden;
}

.style-guide-color.bordered {
  border: 1px solid var(--border);
}

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

.bg-palette-2 {
  background-color: var(--palette-2);
  color: var(--white);
}

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

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

.style-guide-section-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
  display: flex;
}

.style-guide-section-contents.align-left {
  align-items: flex-start;
}

.button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--border);
  color: #fff;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 57px;
  padding: 18px 42px;
  transition: border-color .2s;
  display: flex;
}

.button:hover {
  border-color: var(--light);
}

.button.arrow-right.as-link {
  border-style: none;
  justify-content: flex-start;
  height: auto;
  padding: 0;
  transition-property: none;
}

.button.arrow-right.bottom-right, .button.arrow-down.bottom-right, .button.arrow-down.next-service {
  position: absolute;
  bottom: 0;
  right: 0;
}

.button.arrow-left.bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

.form-block {
  margin-bottom: 0;
}

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  height: 57px;
  color: var(--light);
  background-color: #0000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: border-color .2s;
}

.form-input:focus {
  border-bottom-color: var(--light);
}

.form-input::placeholder {
  color: #e1e1e080;
  font-size: 14px;
}

.form-input.text-area {
  border-style: solid;
  border-color: var(--border);
  min-height: 180px;
  padding: 18px;
}

.form-input.text-area:focus {
  border-color: var(--light);
}

.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 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.selectable-label {
  margin-bottom: 0;
  margin-left: 14px;
}

.back-to-top-button {
  z-index: 10;
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: background-color .2s;
  display: flex;
  position: fixed;
  bottom: 9px;
  right: 9px;
}

.back-to-top-button:hover {
  background-color: #fff3;
  outline-color: #ffffff80;
}

.announcement-bar {
  color: #fff;
  background-color: #1e2530;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

.search-modal {
  z-index: 9999;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.utility-page-wrap {
  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;
  align-items: center;
  width: 500px;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.search-modal-container {
  position: relative;
}

.bg-primary-3 {
  background-color: var(--palette-3);
}

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

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

.checkbox.w--redirected-checked {
  background-color: var(--border);
  background-image: url('../images/interface-icon-check.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #0000;
}

.radio {
  background-color: var(--border);
  border-color: #0000;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .2s;
}

.radio.w--redirected-checked {
  border-width: 6px;
  border-color: var(--light);
  background-color: var(--dark);
}

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

.text-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.style-guide-color-label {
  background-color: var(--white);
  flex-direction: column;
  padding: 12px 24px;
  display: flex;
  position: static;
}

.form-success {
  background-color: var(--palette-2);
}

.form-error {
  background-color: #613434;
  margin-top: 12px;
  padding: 12px 18px;
}

.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(--light);
  width: 75%;
  height: 2px;
  position: absolute;
}

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

.navbar {
  background-color: #0000;
}

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

.photography-license-link {
  background-color: #000;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  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-family: Newsreader Variable, Times New Roman, sans-serif;
  font-size: 128px;
  font-weight: 200;
  line-height: 1em;
}

.typography-demo.b {
  font-family: Inter Variable, Arial, sans-serif;
  font-weight: 400;
}

.article {
  flex-direction: column;
  margin-top: -1.5em;
  display: flex;
}

.article h2 {
  margin-bottom: .25em;
}

.article h4 {
  margin-top: .5em;
  margin-bottom: .5em;
}

.article blockquote {
  text-align: center;
  border-left-style: none;
  padding: 1em;
  font-family: Newsreader Variable, Times New Roman, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
}

.article figure {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.article ul {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: flex;
}

.article h5 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.rows {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.rows.gap-1-5x {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rows.gap-0-5x {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.rows.gap-3x {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
}

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

.section-wrapper {
  z-index: 1;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section-wrapper.bg-palette-2, .section-wrapper.bg-palette-1 {
  background-color: #0000;
}

.section-wrapper.first {
  flex-direction: row;
  flex: 1;
  min-height: auto;
  display: flex;
  position: static;
  top: 0;
}

.section-wrapper.footer {
  min-height: auto;
}

.section-wrapper.sticky {
  position: sticky;
  top: 0;
}

.section-wrapper.sticky.bg-dark, .section-wrapper.sticky.bg-palette-1 {
  background-color: #0000;
}

.section-wrapper.sticky.bg-dark-atop-photo {
  background-color: var(--dark);
}

.section-wrapper.sticky.bg-primary-3 {
  background-color: #0000;
}

.section-wrapper.auto-height {
  min-height: auto;
}

.section-wrapper.auto-height.below-palette-1 {
  background-color: var(--bg-palette-1);
}

.process-row {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  min-height: 580px;
  display: grid;
}

.process-lines-wrapper {
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
  border-top-left-radius: 24px;
  height: 120px;
}

.display-heading {
  letter-spacing: -.01em;
  font-family: Newsreader Variable, Times New Roman, sans-serif;
  font-size: 14vw;
  font-weight: 200;
  line-height: .9em;
}

.display-heading.align-to-bottom {
  position: relative;
  top: 45px;
}

.display-heading.align-to-bottom.text-right {
  text-align: right;
}

.display-heading.metric {
  letter-spacing: -.04em;
  font-size: 11vw;
}

.bg-palette-3 {
  background-color: var(--palette-3);
  color: var(--white);
}

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

.large-heading {
  letter-spacing: -.01em;
  font-family: Newsreader Variable, Times New Roman, sans-serif;
  font-size: 96px;
  font-weight: 300;
  line-height: 1.1em;
}

.large-heading.top-left {
  position: absolute;
}

.horizontal-rule {
  background-color: var(--border);
  width: 100%;
  height: 1px;
}

.columns.gap-2x {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.columns.gap-2x.team-members {
  grid-row-gap: 72px;
  grid-template-columns: 1fr 1fr 1fr;
}

.columns.gap-2x.leadership-team {
  flex: 1;
}

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

.team-member {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.team-member.columns {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 248px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: end;
  display: grid;
}

.align-right {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.container---s {
  width: 100%;
  max-width: 523px;
  padding-top: 0;
}

.container---s.blog-item {
  margin-left: auto;
  margin-right: auto;
}

.container---s.blog-item:nth-child(odd) {
  padding-top: 192px;
}

.underlined-link {
  font-variation-settings: "wght" 500;
  align-self: flex-start;
  font-family: Newsreader Variable, Times New Roman, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 200;
  text-decoration: underline;
}

.underlined-link.navbar-email {
  font-size: 18px;
  font-style: normal;
}

.container---xl {
  z-index: 1;
  align-self: flex-start;
  width: 100%;
  max-width: 1118px;
  position: relative;
}

.container---xl.text-center {
  text-align: center;
  align-self: center;
}

.medium-heading {
  letter-spacing: -.01em;
  font-family: Newsreader Variable, Times New Roman, sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1.1em;
}

.medium-heading.italic {
  font-style: italic;
}

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

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

.container---xs {
  width: 100%;
  max-width: 404px;
}

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

.blog-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
}

.navigation-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.navigation-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.navigation-top.footer {
  place-items: center stretch;
}

.navigation-bar {
  padding-top: 24px;
  padding-bottom: 24px;
}

.article-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  align-items: start;
  position: relative;
}

.article-sidebar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding-bottom: 144px;
  display: flex;
  position: sticky;
  top: 36px;
}

.arrow-link {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  align-self: flex-start;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.button-arrow-wrapper {
  flex-direction: row;
  width: 18px;
  height: 18px;
  display: flex;
  overflow: hidden;
}

.button-arrow-wrapper.left {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.button-arrow-wrapper.down {
  flex-direction: column;
}

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

.palette-demo {
  width: 100%;
  height: 120px;
}

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

.muted {
  opacity: .5;
  text-align: left;
}

.nav-link {
  transition: opacity .2s;
  display: block;
}

.nav-link:hover {
  opacity: .5;
}

.link-block {
  display: block;
}

.fade-in-on-hover {
  opacity: .5;
  text-align: left;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.45em;
  transition: opacity .2s;
}

.fade-in-on-hover:hover {
  opacity: 1;
}

.hero-circle-image {
  z-index: 0;
  mix-blend-mode: overlay;
  object-fit: cover;
  border-radius: 50%;
  max-height: 100%;
  display: block;
  position: absolute;
}

.hero-circle-image.start-at-center {
  top: 50%;
}

.display-heading-wrapper {
  position: relative;
}

.grid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.blog-grid-image {
  opacity: .5;
}

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

.blog-meta.align-left {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-self: stretch;
  display: flex;
}

.blog-grid-wrapper {
  margin-top: 36px;
  margin-bottom: 72px;
  position: relative;
}

.up-arrow {
  transform: rotate(180deg);
}

.heading---first-line {
  text-align: center;
  display: flex;
}

.heading---first-line.text-center {
  justify-content: center;
}

.heading---second-line {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  display: flex;
}

.heading---second-line.text-center {
  justify-content: center;
}

.below-headline {
  z-index: 1;
  width: 100%;
  position: relative;
}

.below-headline.align-left {
  display: flex;
}

.below-headline.align-center {
  justify-content: center;
  display: flex;
}

.first-screen {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.grid-image-wrapper {
  background-color: #00000014;
  position: relative;
}

.page-wrapper {
  background-color: var(--dark);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-image {
  opacity: .5;
  filter: grayscale();
  width: auto;
  height: auto;
}

.slider {
  background-color: #0000;
  height: auto;
}

.quote-text {
  letter-spacing: -.01em;
  font-family: Newsreader Variable, Times New Roman, sans-serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
}

.slide-nav {
  text-align: left;
  height: 9px;
  margin-top: 36px;
  margin-left: -6px;
  padding: 0;
  font-size: 9px;
  position: relative;
}

.hide {
  display: none;
}

.article-wrapper {
  padding-right: 72px;
}

.utility-header {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  display: flex;
}

.blog-image-link {
  display: block;
  overflow: hidden;
}

.blog-image-link.round {
  border-radius: 50%;
}

.navbar-address {
  opacity: .52;
  color: var(--light);
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--palette-3);
  font-size: 12px;
  font-weight: 300;
}

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

.search-result-paragraph {
  margin-bottom: 0;
}

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

.search-result-url {
  opacity: .8;
  margin-top: 6px;
  margin-bottom: 12px;
  font-size: 12px;
}

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

.hero-heading-wrapper {
  z-index: 1;
  align-self: stretch;
  position: relative;
}

.text-block-2 {
  color: var(--border);
  font-size: 12px;
}

.text-block-3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
}

.heading-2 {
  font-size: 32px;
}

.heading-3 {
  font-size: 18px;
}

.heading-4, .heading-5 {
  font-size: 22px;
}

.heading-6 {
  font-size: 16px;
  font-weight: 400;
}

.heading-7 {
  opacity: .8;
  font-size: 16px;
  font-weight: 500;
}

.bold-text {
  font-size: 16px;
  font-weight: 400;
}

.heading-9 {
  font-size: 16px;
}

.text-block-4 {
  opacity: .5;
}

.text-block-5 {
  opacity: .25;
}

.text-block-6 {
  opacity: 1;
}

.text-block-7, .text-block-8 {
  opacity: .35;
}

.text-block-9 {
  opacity: 1;
  font-size: 12px;
}

.text-block-10 {
  opacity: .75;
}

.bold-text-2 {
  background-color: var(--palette-3);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.bold-text-3 {
  background-color: var(--palette-3);
  font-size: 20px;
  font-weight: 400;
}

.link {
  font-weight: 300;
}

.bold-text-4 {
  font-weight: 400;
}

.link-2 {
  font-weight: 300;
}

.heading-10 {
  flex: 0 auto;
}

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 54px;
    line-height: 1.15em;
  }

  .section, .section.bg-palette-1 {
    border-top-left-radius: 9vw;
    border-top-right-radius: 9vw;
  }

  .section.grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    height: auto;
  }

  .section.grid.bg-palette-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    max-height: none;
  }

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

  .section.inside-grid.justify-center {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    text-align: center;
    align-items: center;
  }

  .section.below-left-image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .section.below-right-image {
    border-top-left-radius: 0;
  }

  .container---main {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    max-width: 90%;
  }

  .container---main.footer {
    min-height: auto;
  }

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

  .button.arrow-right.bottom-right {
    position: static;
  }

  .button.arrow-down.bottom-right {
    position: relative;
  }

  .button.arrow-down.next-service {
    display: none;
  }

  .button.arrow-left.bottom-left {
    position: relative;
  }

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

  .article blockquote {
    font-size: 30px;
    line-height: 1.25em;
  }

  .rows.gap-1-5x.process-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
    display: flex;
    position: relative;
    left: -1px;
  }

  .rows.gap-1x.process-text {
    padding-bottom: 48px;
  }

  .section-wrapper {
    min-height: auto;
  }

  .section-wrapper.bg-palette-2 {
    background-color: var(--palette-2);
  }

  .section-wrapper.bg-palette-1 {
    background-color: var(--bg-palette-1);
  }

  .section-wrapper.sticky {
    position: relative;
  }

  .section-wrapper.sticky.bg-dark {
    background-color: var(--dark);
  }

  .section-wrapper.sticky.bg-palette-1 {
    background-color: var(--bg-palette-1);
  }

  .section-wrapper.sticky.bg-primary-3 {
    background-color: var(--palette-3);
  }

  .process-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left: 1px solid #5b5b58;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 48px;
    display: flex;
  }

  .process-lines-wrapper {
    border-right: 1px none var(--border);
    border-top-color: #5b5b58;
    border-left-style: solid;
    border-left-color: #5b5b58;
    border-top-left-radius: 48px;
    border-top-right-radius: 0;
    flex: none;
    width: 72px;
    height: 48px;
  }

  .display-heading.align-to-bottom {
    top: 0;
  }

  .display-heading.align-to-bottom.text-right {
    text-align: left;
  }

  .large-heading {
    font-size: 72px;
  }

  .large-heading.top-left {
    position: static;
  }

  .columns.gap-2x.team-members {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .columns.gap-2x.leadership-team {
    flex-direction: column;
    display: flex;
  }

  .columns.service {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-direction: column-reverse;
    display: flex;
  }

  .container---s:nth-child(odd), .container---s.blog-item:nth-child(odd) {
    padding-top: 0;
  }

  .medium-heading {
    font-size: 54px;
    line-height: 1.15em;
  }

  .blog-grid {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .article-grid {
    flex-direction: column;
    display: flex;
  }

  .article-sidebar {
    display: none;
  }

  .hero-circle-image {
    opacity: .7;
    top: 50%;
    transform: translate(0, -50%);
  }

  .display-heading-wrapper {
    order: -1;
  }

  .grid-image {
    object-position: 50% 20%;
    border-top-left-radius: 9vw;
    border-top-right-radius: 9vw;
    max-height: 530px;
    position: relative;
  }

  .grid-image.align-center {
    object-position: 50% 50%;
  }

  .blog-grid-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    max-width: 523px;
    margin: 0 auto;
    display: flex;
  }

  .first-screen {
    position: relative;
  }

  .article-wrapper {
    padding-right: 0;
  }

  .heading-6, .heading-7, .heading-8, .bold-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 1.2em;
  }

  h2 {
    font-size: 32px;
    line-height: 1.2em;
  }

  h3, h4 {
    letter-spacing: 0;
    font-size: 24px;
    line-height: 1.3em;
  }

  .section.inside-grid {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.bg-dark.article-section {
    padding-top: 72px;
    padding-bottom: 96px;
  }

  .container---main {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container---main.footer {
    max-width: 85%;
  }

  .style-guide-colors {
    flex-direction: column;
    display: flex;
  }

  .article blockquote {
    font-size: 24px;
    line-height: 1.3em;
  }

  .rows.gap-2x {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .display-heading {
    font-weight: 300;
  }

  .large-heading {
    font-size: 42px;
    line-height: 1.2em;
  }

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

  .medium-heading {
    letter-spacing: 0;
    font-size: 32px;
    line-height: 1.3em;
  }

  .blog-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .navigation-top {
    grid-row-gap: 12px;
  }

  .navigation-top.footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .palette-demo {
    height: 96px;
  }

  .heading {
    letter-spacing: 0;
  }

  .grid-image {
    max-height: 450px;
  }

  .first-screen {
    min-height: auto;
  }

  .quote-text {
    letter-spacing: 0;
    font-size: 24px;
    line-height: 1.3em;
  }

  .utility-header {
    min-height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 42px;
  }

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

  h3 {
    font-family: Inter Variable, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .section {
    border-top-left-radius: 15vw;
    border-top-right-radius: 15vw;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .section.bg-palette-1 {
    border-top-left-radius: 15vw;
    border-top-right-radius: 15vw;
  }

  .section.inside-grid {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .section.below-left-image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .container---main {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    max-width: 100%;
    padding-left: 21px;
    padding-right: 21px;
  }

  .container---main.footer {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    max-width: 100%;
  }

  .container---main.hero {
    justify-content: center;
  }

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

  .button.arrow-right.as-link {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

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

  .typography-license-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .typography-demo {
    font-size: 72px;
  }

  .rows.gap-1x {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .rows.gap-1x.navbar-rows {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .rows.gap-2x {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .process-lines-wrapper {
    border-top-left-radius: 24px;
    width: 24px;
    height: 24px;
  }

  .display-heading.align-to-bottom {
    top: 0;
  }

  .italic-heading {
    font-size: 34px;
  }

  .horizontal-rule.navbar-rule {
    display: none;
  }

  .columns.gap-2x.team-members {
    grid-template-columns: 1fr;
  }

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

  .team-member.columns {
    flex-direction: column;
    display: flex;
  }

  .underlined-link {
    font-size: 15px;
  }

  .underlined-link.navbar-email {
    display: none;
  }

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

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

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

  .navigation-bar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-circle-image {
    opacity: .5;
  }

  .grid-image {
    border-top-left-radius: 15vw;
    border-top-right-radius: 15vw;
    max-height: 330px;
  }

  .heading---first-line {
    font-size: 100svw;
  }

  .heading---second-line {
    font-size: 100vw;
  }

  .slide-nav {
    margin-top: 24px;
  }

  .navbar-address {
    display: none;
  }

  .menu-button {
    padding: 3px;
  }

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

  .nav-menu {
    background-color: var(--dark);
    padding: 18px 18px 36px;
  }

  .search-form {
    flex-direction: column;
  }

  .text-block-9 {
    font-size: 12px;
  }

  .heading-11 {
    font-size: 34px;
  }

  .text-block-11 {
    font-size: 12px;
  }

  .heading-12 {
    font-size: 34px;
  }
}

#w-node-_8d54af8c-73ab-2082-ea70-44dc40b7cfbf-6dc22c34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e33a7a-0333-5f28-5362-f017a1caa950-6dc22c34 {
  justify-self: end;
}

#w-node-_8d54af8c-73ab-2082-ea70-44dc40b7cfc4-6dc22c34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8d54af8c-73ab-2082-ea70-44dc40b7cfc7-6dc22c34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d54af8c-73ab-2082-ea70-44dc40b7cfe0-6dc22c34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8d54af8c-73ab-2082-ea70-44dc40b7cfe2-6dc22c34, #w-node-_8d54af8c-73ab-2082-ea70-44dc40b7cfe5-6dc22c34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d54af8c-73ab-2082-ea70-44dc40b7cfe7-6dc22c34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8d54af8c-73ab-2082-ea70-44dc40b7cfe9-6dc22c34, #w-node-_8d54af8c-73ab-2082-ea70-44dc40b7cfec-6dc22c34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d54af8c-73ab-2082-ea70-44dc40b7cfee-6dc22c34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8d54af8c-73ab-2082-ea70-44dc40b7cff0-6dc22c34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_283111b6-5df6-b0f8-4067-33edb38087b1-6dc22c34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0d50d15b-2f1d-95a8-e53d-525769fcfaed-6dc22c34, #w-node-e81f9478-4286-d8a9-7899-bbafe2f9b8d2-6dc22c34, #w-node-_32e835aa-8191-0634-36bf-d684663b0d16-6dc22c34, #w-node-e81f9478-4286-d8a9-7899-bbafe2f9b8d4-6dc22c34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e81f9478-4286-d8a9-7899-bbafe2f9b8db-6dc22c34, #w-node-e81f9478-4286-d8a9-7899-bbafe2f9b8dd-6dc22c34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c8d6a18e-7a2c-21a6-d580-1d1930ca2239-6dc22c34, #w-node-_06c00784-476c-a0af-fc17-09ecb8ac8b8b-b8ac8b8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06c00784-476c-a0af-fc17-09ecb8ac8b92-b8ac8b8a {
  justify-self: end;
}

#w-node-_06c00784-476c-a0af-fc17-09ecb8ac8b93-b8ac8b8a, #w-node-_06c00784-476c-a0af-fc17-09ecb8ac8b94-b8ac8b8a, #w-node-_06c00784-476c-a0af-fc17-09ecb8ac8b95-b8ac8b8a, #w-node-_06c00784-476c-a0af-fc17-09ecb8ac8b9b-b8ac8b8a, #w-node-_06c00784-476c-a0af-fc17-09ecb8ac8ba6-b8ac8b8a, #w-node-_06c00784-476c-a0af-fc17-09ecb8ac8ba8-b8ac8b8a, #w-node-_06c00784-476c-a0af-fc17-09ecb8ac8baa-b8ac8b8a, #w-node-_06c00784-476c-a0af-fc17-09ecb8ac8bac-b8ac8b8a, #w-node-_06c00784-476c-a0af-fc17-09ecb8ac8bae-b8ac8b8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06c00784-476c-a0af-fc17-09ecb8ac8bb2-b8ac8b8a {
  justify-self: start;
}

#w-node-_06c00784-476c-a0af-fc17-09ecb8ac8bb5-b8ac8b8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_06c00784-476c-a0af-fc17-09ecb8ac8bb7-b8ac8b8a {
  justify-self: start;
}

#w-node-_37655f13-4a95-c457-132d-1e4fd1546f15-d1546f0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37655f13-4a95-c457-132d-1e4fd1546f18-d1546f0a {
  justify-self: start;
}

#w-node-_37655f13-4a95-c457-132d-1e4fd1546f1e-d1546f0a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d9be998b-b802-ac1e-cb97-04a776c72052-824c25a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9be998b-b802-ac1e-cb97-04a776c72056-824c25a7 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ceeb5d33-fb76-923a-51cb-4caf45a9de99-824c25a7 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-bad93996-fa65-0d38-bdbc-211d5e2ce5f5-824c25a7, #w-node-b2a96c53-dec9-8e38-f2bb-86e706a630b3-824c25a7, #w-node-_307f7b34-fe68-77cf-027e-6b08e878d6c5-824c25a7, #w-node-dc3d2edd-de67-f5a2-4d35-11714f966884-824c25a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53203fe0-499f-75cb-f6d3-e24444b08b36-6dc22c35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_17e21b52-280f-5f9c-aad6-8da0b1742764-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b1742769-6dc22c35, #w-node-b6877e34-34d6-1b77-948f-139807e184b0-6dc22c35, #w-node-_5d9cbbe3-4e16-d8f9-a761-f95c84042215-6dc22c35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3c8bdd4-2019-06b0-b480-f5697a13441e-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b174276e-6dc22c35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_17e21b52-280f-5f9c-aad6-8da0b1742770-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b1742773-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b1742774-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b1742778-6dc22c35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abd522cc-9fbe-cf89-45ad-4028aa8ccc89-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b174277a-6dc22c35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_17e21b52-280f-5f9c-aad6-8da0b174277c-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b174277f-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b1742780-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b1742784-6dc22c35, #w-node-_28e789d8-6420-56e6-a797-9c063e26c1df-6dc22c35, #w-node-_28e789d8-6420-56e6-a797-9c063e26c1e0-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b174278f-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b1742790-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b1742794-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b1742795-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b17427c2-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b17427c3-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b17427c5-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b17427ba-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b17427bb-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b17427bd-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b17427b2-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b17427b3-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b17427b5-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b1742799-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b174279a-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b174279c-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b17427a1-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b17427a2-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b17427a4-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b17427a9-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b17427aa-6dc22c35, #w-node-_17e21b52-280f-5f9c-aad6-8da0b17427ac-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f51-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f53-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f54-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f5c-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f5d-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f61-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f62-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f68-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f69-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f6b-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f74-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f75-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f77-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f80-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f81-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f83-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f8a-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f8b-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f8d-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f96-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f97-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5f99-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5fa0-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5fa1-6dc22c35, #w-node-_38390a4e-8975-58b8-fe78-beff990f5fa3-6dc22c35, #w-node-_22eb2601-5fc4-f068-35ae-fb8d7bd0bd50-6dc22c37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91ad375b-fabc-0231-2117-0635c1a80ebc-6dc22c37 {
  justify-self: start;
}

#w-node-_3bb17ad5-cd9c-adef-8d5d-3d9a138cf24a-6dc22c37 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-eb63495f-7ec7-5f3f-12b6-c670bba100b2-6dc22c37, #w-node-eb63495f-7ec7-5f3f-12b6-c670bba100b3-6dc22c37, #w-node-eb63495f-7ec7-5f3f-12b6-c670bba100b5-6dc22c37, #w-node-_7bcaf439-aabb-84dc-e7df-928f909c7ee8-6dc22c37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bcaf439-aabb-84dc-e7df-928f909c7eed-6dc22c37, #w-node-_7bcaf439-aabb-84dc-e7df-928f909c7eee-6dc22c37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b879f073-53f1-ad8a-0ae2-8b7a11ebb2cd-6dc22c38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0dd86a44-184e-19d9-055c-c83fb0d6c959-6dc22c39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_3d3b378c-09f0-5c63-54ca-591193a9e4c4-6dc22c39, #w-node-_5d96f317-b2c1-9676-5026-16f64437f172-6dc22c39, #w-node-_15e40438-09ca-1ee9-06ac-2a7e54abff04-6dc22c39, #Message.w-node-aaa8f713-b28c-75b4-e6e5-162299382e40-6dc22c39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15e40438-09ca-1ee9-06ac-2a7e54abff0b-6dc22c39 {
  justify-self: start;
}

#w-node-cac6d0f6-2839-1ace-3be4-52bb9e7c2b0f-6dc22c3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cac6d0f6-2839-1ace-3be4-52bb9e7c2b11-6dc22c3a {
  justify-self: start;
}

#w-node-cac6d0f6-2839-1ace-3be4-52bb9e7c2b17-6dc22c3a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fa6b6d86-ef07-51b9-3597-220bc97172cd-6dc22c3a, #w-node-fa6b6d86-ef07-51b9-3597-220bc97172ce-6dc22c3a, #w-node-fa6b6d86-ef07-51b9-3597-220bc97172d0-6dc22c3a, #w-node-cac6d0f6-2839-1ace-3be4-52bb9e7c2b23-6dc22c3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cac6d0f6-2839-1ace-3be4-52bb9e7c2b28-6dc22c3a, #w-node-cac6d0f6-2839-1ace-3be4-52bb9e7c2b29-6dc22c3a, #w-node-_4702f79e-7d6d-0262-80c1-8afdb39cd9a0-6dc22c3b, #w-node-_4702f79e-7d6d-0262-80c1-8afdb39cd9a1-6dc22c3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1ccf689c-4fe9-3407-6e4b-81e02d687b7e-6dc22c3b {
  justify-self: start;
}

#w-node-_1ccf689c-4fe9-3407-6e4b-81e02d687b84-6dc22c3b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1642ca1b-94f1-cfed-4206-4d82d2f8ae58-6dc22c3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3d097d4b-211c-8355-2662-dda24833d2e5-6dc22c3b, #w-node-_3d097d4b-211c-8355-2662-dda24833d2e6-6dc22c3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4e99964d-905b-885e-bea0-d11e1c0d02ac-6dc22c3b, #w-node-_38d17c36-2f96-01e6-9cc5-cbccefe7aa15-6dc22c3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7ebd4fe-8d4e-4bde-124d-0d7aca9dec0d-6dc22c3c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f7ebd4fe-8d4e-4bde-124d-0d7aca9dec0e-6dc22c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c4d99ea-46cb-161f-b54d-09271c9c6da3-6dc22c3d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3c4d99ea-46cb-161f-b54d-09271c9c6da4-6dc22c3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d8d3626-405a-67d3-da15-1a71382e9b81-6dc22c3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2d8d3626-405a-67d3-da15-1a71382e9b8e-6dc22c3e, #w-node-_2d8d3626-405a-67d3-da15-1a71382e9b8f-6dc22c3e, #w-node-_2d8d3626-405a-67d3-da15-1a71382e9b94-6dc22c3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1113fd90-70c5-e8f5-fa20-110561d77206-6dc22c3f {
  justify-self: start;
}

#w-node-_1113fd90-70c5-e8f5-fa20-110561d7720c-6dc22c3f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_039eebd4-f858-3f4d-7f7a-6d165588a4ed-6dc22c3f, #w-node-_4338fc24-446d-6759-e8f5-9957c17d1d74-6dc22c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51bfdf00-5f0f-ac4f-1fdf-0946df5be984-6dc22c3f {
  align-self: end;
}

#w-node-_039eebd4-f858-3f4d-7f7a-6d165588a4ff-6dc22c3f, #w-node-_039eebd4-f858-3f4d-7f7a-6d165588a505-6dc22c3f, #w-node-_039eebd4-f858-3f4d-7f7a-6d165588a4f4-6dc22c3f, #w-node-_039eebd4-f858-3f4d-7f7a-6d165588a4f7-6dc22c3f, #w-node-_039eebd4-f858-3f4d-7f7a-6d165588a4fa-6dc22c3f, #w-node-_039eebd4-f858-3f4d-7f7a-6d165588a4fc-6dc22c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30430318-6454-3d7e-1e25-bc0d3ca4a723-6dc22c3f {
  justify-self: start;
}

#w-node-_2e9b5eba-6bd5-399a-2942-304cc7807486-6dc22c3f, #w-node-_2e9b5eba-6bd5-399a-2942-304cc7807488-6dc22c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31d373ac-be1d-82eb-ebd6-8641a4339932-6dc22c3f {
  align-self: end;
}

#w-node-_31d373ac-be1d-82eb-ebd6-8641a4339933-6dc22c3f, #w-node-_31d373ac-be1d-82eb-ebd6-8641a433993d-6dc22c3f, #w-node-_2e9b5eba-6bd5-399a-2942-304cc780749c-6dc22c3f, #w-node-_2e9b5eba-6bd5-399a-2942-304cc780749f-6dc22c3f, #w-node-_2e9b5eba-6bd5-399a-2942-304cc78074a0-6dc22c3f, #w-node-_2e9b5eba-6bd5-399a-2942-304cc78074a4-6dc22c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7db7d1fc-33aa-1b6e-a56d-17c540593957-6dc22c3f {
  justify-self: start;
}

#w-node-_45ffdddf-e687-a4e0-a253-2a820a2f2f28-6dc22c3f, #w-node-_45ffdddf-e687-a4e0-a253-2a820a2f2f2a-6dc22c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45ffdddf-e687-a4e0-a253-2a820a2f2f2f-6dc22c3f {
  align-self: end;
}

#w-node-_45ffdddf-e687-a4e0-a253-2a820a2f2f30-6dc22c3f, #w-node-_45ffdddf-e687-a4e0-a253-2a820a2f2f3a-6dc22c3f, #w-node-_45ffdddf-e687-a4e0-a253-2a820a2f2f3e-6dc22c3f, #w-node-_45ffdddf-e687-a4e0-a253-2a820a2f2f41-6dc22c3f, #w-node-_45ffdddf-e687-a4e0-a253-2a820a2f2f42-6dc22c3f, #w-node-_45ffdddf-e687-a4e0-a253-2a820a2f2f44-6dc22c3f, #w-node-_45ffdddf-e687-a4e0-a253-2a820a2f2f46-6dc22c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45ffdddf-e687-a4e0-a253-2a820a2f2f48-6dc22c3f {
  justify-self: start;
}

#w-node-e3dd3245-52b1-a2ee-805e-e750ae0f0ce6-6dc22c3f, #w-node-e3dd3245-52b1-a2ee-805e-e750ae0f0ce8-6dc22c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3dd3245-52b1-a2ee-805e-e750ae0f0ced-6dc22c3f {
  align-self: end;
}

#w-node-e3dd3245-52b1-a2ee-805e-e750ae0f0cee-6dc22c3f, #w-node-e3dd3245-52b1-a2ee-805e-e750ae0f0cf8-6dc22c3f, #w-node-e3dd3245-52b1-a2ee-805e-e750ae0f0cfc-6dc22c3f, #w-node-e3dd3245-52b1-a2ee-805e-e750ae0f0cff-6dc22c3f, #w-node-e3dd3245-52b1-a2ee-805e-e750ae0f0d02-6dc22c3f, #w-node-e3dd3245-52b1-a2ee-805e-e750ae0f0d04-6dc22c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3dd3245-52b1-a2ee-805e-e750ae0f0d06-6dc22c3f {
  justify-self: start;
}

#w-node-c66f74b7-6637-c5b1-1be7-9d4276109202-6dc22c40 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_835720f4-93fa-acce-2f92-953a6a6c3693-6dc22c41, #w-node-_835720f4-93fa-acce-2f92-953a6a6c3697-6dc22c41, #w-node-_835720f4-93fa-acce-2f92-953a6a6c36a5-6dc22c41, #w-node-_835720f4-93fa-acce-2f92-953a6a6c36a7-6dc22c41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_835720f4-93fa-acce-2f92-953a6a6c36d0-6dc22c41, #w-node-_835720f4-93fa-acce-2f92-953a6a6c36db-6dc22c41, #w-node-_835720f4-93fa-acce-2f92-953a6a6c36fb-6dc22c41 {
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_8d54af8c-73ab-2082-ea70-44dc40b7cfe0-6dc22c34 {
    justify-self: start;
  }

  #w-node-_8d54af8c-73ab-2082-ea70-44dc40b7cfe7-6dc22c34 {
    justify-self: center;
  }

  #w-node-_8d54af8c-73ab-2082-ea70-44dc40b7cfee-6dc22c34 {
    justify-self: end;
  }

  #w-node-_8d54af8c-73ab-2082-ea70-44dc40b7d02d-6dc22c34 {
    order: 9999;
  }

  #w-node-_06c00784-476c-a0af-fc17-09ecb8ac8b92-b8ac8b8a {
    justify-self: start;
  }

  #w-node-d9be998b-b802-ac1e-cb97-04a776c72056-824c25a7 {
    grid-column-start: 2;
  }

  #w-node-_51bfdf00-5f0f-ac4f-1fdf-0946df5be984-6dc22c3f, #w-node-_31d373ac-be1d-82eb-ebd6-8641a4339932-6dc22c3f, #w-node-_45ffdddf-e687-a4e0-a253-2a820a2f2f2f-6dc22c3f, #w-node-e3dd3245-52b1-a2ee-805e-e750ae0f0ced-6dc22c3f {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_06c00784-476c-a0af-fc17-09ecb8ac8bb2-b8ac8b8a {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_06c00784-476c-a0af-fc17-09ecb8ac8bb5-b8ac8b8a {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_06c00784-476c-a0af-fc17-09ecb8ac8bb7-b8ac8b8a {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-d9be998b-b802-ac1e-cb97-04a776c72054-824c25a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d9be998b-b802-ac1e-cb97-04a776c72056-824c25a7 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-ceeb5d33-fb76-923a-51cb-4caf45a9de99-824c25a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8d54af8c-73ab-2082-ea70-44dc40b7cfc4-6dc22c34, #w-node-_37655f13-4a95-c457-132d-1e4fd1546f18-d1546f0a {
    justify-self: stretch;
  }

  #w-node-d9be998b-b802-ac1e-cb97-04a776c72056-824c25a7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_91ad375b-fabc-0231-2117-0635c1a80ebc-6dc22c37, #w-node-cac6d0f6-2839-1ace-3be4-52bb9e7c2b11-6dc22c3a, #w-node-_1ccf689c-4fe9-3407-6e4b-81e02d687b7e-6dc22c3b, #w-node-_1113fd90-70c5-e8f5-fa20-110561d77206-6dc22c3f, #w-node-_30430318-6454-3d7e-1e25-bc0d3ca4a723-6dc22c3f, #w-node-_7db7d1fc-33aa-1b6e-a56d-17c540593957-6dc22c3f, #w-node-_45ffdddf-e687-a4e0-a253-2a820a2f2f48-6dc22c3f, #w-node-e3dd3245-52b1-a2ee-805e-e750ae0f0d06-6dc22c3f {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Newsreader Variable';
  src: url('../fonts/Newsreader-VariableFont_opszwght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Newsreader Variable';
  src: url('../fonts/Newsreader-Italic-VariableFont_opszwght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'Inter Variable';
  src: url('../fonts/Inter-VariableFont_slntwght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}