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

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

.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: #fff;
  background-color: #0d0d31;
  font-size: 16px;
  line-height: 1.4em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.25em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  margin-bottom: 1.4em;
}

a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

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

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

label {
  opacity: .5;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 1px solid rgba(255, 255, 255, .5);
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 18px 0 18px 36px;
  font-size: 22px;
  line-height: 1.4em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  opacity: .8;
  text-align: center;
  margin-top: 12px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
}

.loading-container {
  z-index: 9999;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  padding-top: 36px;
  padding-bottom: 36px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.section.breadcrumb {
  padding-top: 18px;
  padding-bottom: 6px;
}

.section.reduced-top-padding {
  padding-top: 18px;
  font-family: IBM Plex Mono, sans-serif;
}

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

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

.style-guide {
  grid-row-gap: 112px;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 72px;
}

.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: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.style-guide-color {
  width: 100%;
  height: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

.bg-dark {
  color: #fff;
  background-color: #000;
}

.bg-dark.bordered {
  border: 1px solid rgba(255, 255, 255, .5);
}

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

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

.large-text {
  flex: 0 auto;
  font-family: Goldmansans w rg, sans-serif;
  font-size: 22px;
  line-height: 1.3em;
}

.small-text {
  font-family: Goldmansans w rg, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4em;
}

.small-text.hint-text {
  margin-top: 12px;
}

.small-text.portfolio-link-industry {
  align-self: flex-end;
}

.small-text.breadcrumb-link {
  text-decoration: underline;
}

.small-text.portfolio-meta-title {
  text-transform: uppercase;
}

.small-text.search-result-url {
  opacity: .75;
  margin-top: 6px;
  margin-bottom: 9px;
}

.button {
  height: 56px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding-left: 23px;
  padding-right: 23px;
  font-family: Goldmansans w rg, sans-serif;
  transition: color .2s, background-color .2s, border-color .2s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.button.small {
  height: 33px;
  padding-left: 17px;
  padding-right: 17px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.button.bordered {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.button.bordered:hover {
  color: #000;
  background-color: #fff;
}

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

.form-input {
  height: 58px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  margin-bottom: 0;
  padding: 0;
  font-family: Goldmansans w rg, sans-serif;
  font-size: 16px;
  transition: border-color .2s, color .2s;
}

.form-input:focus {
  border-bottom-color: #fff;
}

.form-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-input::placeholder {
  color: rgba(255, 255, 255, .5);
}

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

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

.selectable-field {
  opacity: 1;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.selectable-label {
  opacity: 1;
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 14px;
}

.footer {
  padding-top: 72px;
  padding-bottom: 36px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.back-to-top-button {
  z-index: 10;
  width: 56px;
  height: 56px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 14px;
  right: 14px;
}

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

.announcement-cross {
  width: 18px;
  height: 18px;
  cursor: pointer;
  transition: transform .2s;
  display: block;
}

.announcement-cross:hover {
  transform: rotate(90deg);
}

.announcement-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: rgba(255, 255, 255, .15);
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 6px;
  padding: 18px;
  display: flex;
}

.search-modal-screen {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.select-wrapper {
  border: 1px solid rgba(255, 255, 255, .5);
  padding: 7px;
  overflow: hidden;
}

.select-field {
  width: 110%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  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;
}

.display-heading {
  text-transform: uppercase;
  font-family: Fleuron, sans-serif;
  font-size: 64px;
  line-height: 1em;
}

.display-heading.portfolio-link-title {
  height: 58px;
  flex: 1;
}

.display-heading.reveal {
  font-family: Goldmansans w md, sans-serif;
}

.display-heading.initial {
  white-space: normal;
  font-family: Goldmansans w th, sans-serif;
}

.bg-border {
  background-color: rgba(255, 255, 255, .5);
}

.checkbox {
  width: 18px;
  height: 18px;
  border-color: rgba(255, 255, 255, .5);
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-size: 12px 12px;
  border-color: #fff;
}

.radio {
  width: 18px;
  height: 18px;
  border-color: rgba(255, 255, 255, .5);
  margin-top: 0;
  margin-left: 0;
}

.radio.w--redirected-checked {
  border-color: #fff;
}

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

.style-guide-color-label {
  position: absolute;
  bottom: 14px;
  left: 14px;
}

.form-success {
  background-color: #35664e;
  padding: 18px;
}

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

.menu-button {
  padding: 0;
}

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

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

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

.menu-button-cross-line {
  width: 75%;
  height: 2px;
  background-color: #fff;
  position: absolute;
}

.menu-button-horizontal-line {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.navbar-wrapper {
  font-family: Helvetica, sans-serif;
}

.navbar {
  height: 347px;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-row {
  border-bottom: 1px solid #fff;
  margin-bottom: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Helvetica, sans-serif;
  display: flex;
}

.photography-license-link {
  background-color: #000;
  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: Fleuron, sans-serif;
}

.typography-demo.c {
  font-family: IBM Plex Mono, sans-serif;
}

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

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

.article figure {
  margin-top: 36px;
  margin-bottom: 36px;
}

.article ul {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  padding-left: 1.4em;
  display: flex;
}

.article h3 {
  margin-bottom: 1em;
}

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

.article ol {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  margin-bottom: 1.4em;
  padding-left: 1.4em;
  display: flex;
}

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

.rows.gap-0-25 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.rows.gap-0-25.links {
  align-items: flex-start;
}

.rows.gap-4 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.rows.gap-0-75 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  font-family: Goldmansans w rg, sans-serif;
}

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

.rows.gap-1-5 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  font-family: Goldmansans w rg, sans-serif;
}

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

.rows.gap-2.align-left {
  align-items: flex-start;
}

.rows.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: flex-start;
}

.nav-menu, .nav-link-wrapper {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.nav-link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Goldmansans w rg, sans-serif;
  transition: opacity .2s;
  display: block;
}

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

.nav-link.w--current {
  color: #fff;
  font-family: Goldmansans w rg, sans-serif;
}

.breadcrumbs {
  align-items: center;
  font-family: Goldmansans w rg, sans-serif;
  display: flex;
}

.justify-between {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.curve-pattern {
  width: 248px;
  height: 248px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.curve-pattern.hug-right {
  align-items: flex-end;
}

.line {
  z-index: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  flex: none;
  position: relative;
}

.line.muted {
  background-color: rgba(255, 255, 255, .5);
}

.curve-pattern-circle {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #0d0d31;
  border-bottom-left-radius: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.curve-pattern-circle.cover-bottom-left {
  background-color: #0d0d31;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 0%;
}

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

.container---m.align-bottom {
  align-self: flex-end;
}

.container---m.terms {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.large-heading {
  font-family: Goldmansans w rg, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.2em;
}

.large-heading.metric-number {
  width: 100%;
  text-align: center;
}

.medium-heading {
  font-family: Goldmansans w rg, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.25em;
}

.navbar-logo-wrapper {
  justify-content: flex-start;
  display: flex;
}

.curved-pattern-section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.nav-menu-mobile-logo {
  display: none;
}

.nav-links {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  font-family: IBM Plex Mono, sans-serif;
  display: flex;
}

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

.container---xs.footer-left-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  font-family: Goldmansans w rg, sans-serif;
  display: flex;
}

.footer-menus {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template: "."
  / 1fr;
  grid-auto-flow: column;
}

.footer-heading {
  opacity: .5;
  font-family: Goldmansans w rg, sans-serif;
}

.hover-link {
  font-family: Goldmansans w rg, sans-serif;
  transition: opacity .2s;
}

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

.hover-link.w--current {
  font-family: Goldmansans w rg, sans-serif;
}

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

.hover-link.muted:hover {
  opacity: 1;
}

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

.container---l.padded-top {
  padding-top: 24px;
  font-family: IBM Plex Mono, sans-serif;
}

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

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

.container---s.align-bottom {
  align-self: flex-end;
  padding-bottom: 24px;
}

.lined-image {
  position: relative;
  overflow: hidden;
}

.line-container {
  width: 100%;
  height: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 0;
}

.multiply-image {
  width: 100%;
  opacity: .32;
  mix-blend-mode: lighten;
  display: block;
}

.large-block-link {
  min-height: 480px;
  text-align: center;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 36px;
  font-family: Goldmansans w rg, sans-serif;
  display: flex;
}

.block-link-columns {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-auto-flow: column;
}

.table-row {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.circular-text-section {
  max-height: 480px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circular-text-block {
  z-index: 1;
  width: 668px;
  height: 668px;
  background-color: #0d0d31;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: IBM Plex Mono, sans-serif;
  display: flex;
  position: relative;
}

.empty-state {
  text-align: center;
  background-color: rgba(255, 255, 255, .1);
  padding: 36px;
}

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

.metric {
  min-height: 384px;
  background-color: #000;
  border: 1px solid #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 36px;
  display: flex;
}

.metric.second {
  margin-top: 36px;
  margin-left: -36px;
  margin-right: -36px;
}

.metric.third {
  margin-top: 72px;
}

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

.large-portfolio-link {
  border: 1px solid #fff;
  display: block;
  position: relative;
  overflow: hidden;
}

.portfolio-image {
  opacity: .4;
  display: block;
}

.portfolio-link-top-contents {
  z-index: 1;
  width: 100%;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-bottom: 1px solid #fff;
  padding: 18px 72px 18px 18px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.vertical-rule {
  width: 1px;
  background-color: #fff;
}

.portfolio-link-bottom-contents {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 36px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.portfolio-layout {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.portfolio-contents {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.portfolio-meta-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.portfolio-social {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: center;
  display: flex;
}

.milestones {
  margin-bottom: -1.4em;
}

.sidebar-layout {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  align-items: start;
}

.team-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
}

.team-member {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  font-family: IBM Plex Mono, sans-serif;
  display: flex;
}

.grayscale-image {
  filter: grayscale();
  flex: 0 3 auto;
}

.text-muted {
  opacity: .5;
  font-family: Goldmansans w rg, sans-serif;
}

.small-details-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  justify-items: start;
  font-family: IBM Plex Mono, sans-serif;
}

.blog-list {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  display: flex;
}

.blog-item {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 36px;
  display: grid;
}

.blog-item:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.blog-item-meta {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
}

.category-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  font-family: Goldmansans w rg, sans-serif;
  display: flex;
}

.link-circle {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}

.blog-item-text {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

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

.blog-title-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 452px 1fr;
}

.blog-title {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.blog-article-layout {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hide {
  display: none;
}

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

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

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

.search-result-item {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  padding-bottom: 24px;
}

.link-block-title-wrapper {
  height: 64px;
  overflow: hidden;
}

.large-link-block-subtitle-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  font-family: Goldmansans w rg, sans-serif;
  display: flex;
}

.subtitle-wrapper-line {
  width: 48px;
  height: 1px;
  background-color: #fff;
}

.curve-pattern-line-wrapper {
  width: 1452px;
  height: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.heading {
  font-size: 102px;
}

.heading-2 {
  direction: ltr;
  text-transform: none;
  white-space: normal;
  font-family: Goldmansans w rg, sans-serif;
  font-size: 102px;
  font-weight: 400;
}

.text-block {
  font-family: Goldmansans w rg, sans-serif;
  position: static;
}

.heading-3 {
  font-family: Goldmansans w rg, sans-serif;
  font-weight: 400;
  position: static;
}

.text-block-2 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.text-block-3 {
  font-family: IBM Plex Mono, sans-serif;
}

.heading-4, .heading-5 {
  font-family: Goldmansans w rg, sans-serif;
}

.text-block-4, .heading-6, .heading-7, .heading-8 {
  font-family: IBM Plex Mono, sans-serif;
}

.text-block-5 {
  font-family: Goldmansans w rg, sans-serif;
  position: static;
}

.text-block-6 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.text-block-7 {
  font-family: Libre Caslon Text, sans-serif;
}

.body {
  background-color: #0d0d31;
}

.text-block-8 {
  font-family: Goldmansans w rg, sans-serif;
}

.text-block-9 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 26px;
}

.text-block-10 {
  font-family: Goldmansans w rg, sans-serif;
}

.text-block-11 {
  font-family: Libre Caslon Text, sans-serif;
}

.text-block-12, .heading-9, .text-block-13, .link, .heading-10, .field-label {
  font-family: Goldmansans w rg, sans-serif;
}

.body-2, .body-3, .body-4 {
  background-color: #0d0d31;
}

@media screen and (max-width: 991px) {
  .template-utility-section {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

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

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-cross {
    overflow: visible;
  }

  .navbar {
    height: 280px;
  }

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

  .rows.gap-3.hero {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .nav-link-wrapper {
    background-color: #002366;
  }

  .justify-between {
    flex-direction: column;
  }

  .curve-pattern {
    width: 100%;
  }

  .curve-pattern.hug-right {
    order: -1;
    align-self: flex-end;
  }

  .curve-pattern-circle {
    border-bottom-left-radius: 248px;
  }

  .curve-pattern-circle.cover-bottom-left {
    border-top-right-radius: 248px;
  }

  .container---m {
    order: -1;
  }

  .container---m.align-bottom {
    max-width: 100%;
  }

  .container---m.footer-container {
    order: 0;
  }

  .navbar-logo-link {
    display: flex;
  }

  .navbar-logo-wrapper {
    flex-wrap: wrap;
  }

  .navbar-logo-image {
    max-height: 72px;
    display: block;
  }

  .container---s {
    order: -1;
  }

  .block-link-columns {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .metrics-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
    align-items: stretch;
  }

  .metric.second {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .metric.third {
    margin-top: 0;
  }

  .portfolio-grid, .portfolio-layout, .sidebar-layout {
    grid-template-columns: 1fr;
  }

  .blog-item {
    flex-direction: column-reverse;
    display: flex;
  }

  .blog-title-grid {
    grid-template-columns: 1fr;
  }

  .blog-article-layout {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .curve-pattern-line-wrapper {
    width: 100%;
  }
}

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

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  .display-heading {
    font-size: 48px;
  }

  .display-heading.portfolio-link-title {
    height: auto;
  }

  .display-heading.reveal {
    padding-top: 10px;
  }

  .navbar {
    height: auto;
  }

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

  .rows.gap-3.hero {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .nav-menu {
    background-color: #002366;
    padding-bottom: 24px;
  }

  .nav-link-wrapper {
    min-height: 72px;
  }

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

  .medium-heading {
    font-size: 30px;
  }

  .navbar-logo-link {
    justify-content: flex-start;
    display: flex;
  }

  .navbar-logo-wrapper {
    display: none;
  }

  .navbar-logo-image {
    max-height: 42px;
  }

  .nav-menu-mobile-logo {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: 1px solid #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-columns {
    flex-direction: column;
  }

  .container---xs.footer-left-column {
    max-width: 100%;
  }

  .large-block-link {
    min-height: 360px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .circular-text-block {
    width: auto;
    height: auto;
    border-radius: 25%;
    padding: 72px;
  }

  .metric {
    min-height: 240px;
    padding: 24px;
  }

  .navbar-svard-text {
    flex: 0 auto;
    font-family: Goldmansans w rg, sans-serif;
    font-size: 36px;
    display: block;
  }
}

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

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
    line-height: 1.3em;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

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

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

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

  .small-text.portfolio-link-industry {
    align-self: flex-start;
  }

  .button, .form-input {
    height: 48px;
  }

  .announcement-cross {
    width: 24px;
    height: 24px;
  }

  .display-heading {
    font-size: 42px;
  }

  .display-heading.reveal {
    padding-top: 20px;
  }

  .menu-button-wrapper {
    height: 36px;
  }

  .navbar-row {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

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

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

  .rows.gap-3.hero, .rows.gap-1-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .nav-menu {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-direction: column;
  }

  .nav-link-wrapper {
    min-height: 48px;
  }

  .curve-pattern {
    height: 192px;
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    margin-bottom: -6px;
  }

  .curve-pattern-circle {
    border-bottom-left-radius: 192px;
  }

  .curve-pattern-circle.cover-bottom-left {
    border-top-right-radius: 192px;
  }

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

  .medium-heading {
    font-size: 22px;
    line-height: 1.3em;
  }

  .navbar-logo-link {
    max-height: 42px;
    font-family: Goldmansans w md, sans-serif;
  }

  .navbar-logo-image {
    max-height: 30px;
  }

  .curved-pattern-section {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .footer-columns {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
  }

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

  .line-container {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .large-block-link {
    min-height: 270px;
    padding: 24px 18px;
  }

  .block-link-columns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .circular-text-block {
    padding: 36px 24px;
  }

  .metrics-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

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

  .portfolio-image {
    border-bottom: 1px solid #000;
  }

  .portfolio-link-top-contents {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    border-top: 1px solid #fff;
    border-bottom-style: none;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 0;
    padding-right: 18px;
    position: relative;
  }

  .vertical-rule {
    display: none;
  }

  .portfolio-link-bottom-contents {
    padding: 18px;
    position: relative;
  }

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

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

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

  .blog-item-text {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .subscribe-form {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
    display: flex;
  }

  .search-form {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
  }

  .navbar-svard-text {
    font-family: Goldmansans w rg, sans-serif;
    font-size: 28px;
    font-weight: 400;
  }
}

#w-node-_115dace7-5bc8-da54-9211-1f0a7999cbd7-b5180a4f, #w-node-_0c4eb128-da3e-563f-7917-5d63c6c4e4dd-dd180a57, #w-node-fc5278ec-fe10-6c8c-d6a9-63422b15c501-dd180a57, #w-node-f6279253-4e33-3ad6-c325-0eeb3152a97f-dd180a57, #w-node-_25345c87-c491-c664-97b7-7043e1ce2a6f-dd180a57, #w-node-d5cf7fc8-a468-61ec-cbb6-3d8326f383ad-dd180a57, #w-node-d7432c25-0e02-6e00-8c27-4f38463c965f-dd180a57, #w-node-af7115d1-bd07-9892-59d1-51614ca23cdd-dd180a57, #w-node-_12568117-fa63-7dc0-841f-f016b01ade10-dd180a57, #w-node-fe9191a1-d883-43cc-c676-8583e11f783f-dd180a57, #w-node-fe9191a1-d883-43cc-c676-8583e11f7841-dd180a57, #w-node-fe9191a1-d883-43cc-c676-8583e11f7843-dd180a57, #w-node-fe9191a1-d883-43cc-c676-8583e11f7847-dd180a57, #w-node-fe9191a1-d883-43cc-c676-8583e11f7849-dd180a57, #w-node-fe9191a1-d883-43cc-c676-8583e11f784b-dd180a57, #w-node-fe9191a1-d883-43cc-c676-8583e11f784f-dd180a57, #w-node-fe9191a1-d883-43cc-c676-8583e11f7851-dd180a57, #w-node-fe9191a1-d883-43cc-c676-8583e11f7853-dd180a57, #w-node-daf28d00-4f40-68f6-43b7-517fc04081e7-dd180a57, #w-node-daf28d00-4f40-68f6-43b7-517fc04081e9-dd180a57, #w-node-daf28d00-4f40-68f6-43b7-517fc04081eb-dd180a57, #w-node-_1c5ba5dc-52dc-d275-7456-3268aaa9dfee-dd180a57, #w-node-_68b0c4e3-9339-e706-4c62-100bdc08a585-55b37658, #w-node-_98feae58-0ab3-5283-bef7-6f8ba55f310e-55b37658, #w-node-_0b5f6ea8-458a-31ef-7ef3-b30fd87bc0e4-96180a5a, #w-node-_397081fa-d9d9-3912-3471-97d7082767f5-96180a5a, #w-node-_41cdcf2c-f197-3f8d-598f-377290f48c3b-96180a5a, #w-node-_6d1d7b97-52ee-1d90-ca3a-4593956e8837-96180a5a, #w-node-_64e92c71-68df-f498-9195-9588e3f1f383-96180a5a, #w-node-_8e64d6ee-3d4b-5bc5-76d5-8d7e10fdf13a-6f180a5b, #w-node-f52c747b-faf3-7130-b687-8129ef9ee7c4-6f180a5b, #w-node-fda655db-1e3d-4e79-1a8a-91f4404308ad-b8180a5e, #w-node-fda655db-1e3d-4e79-1a8a-91f4404308af-b8180a5e, #w-node-_1e74d75a-df64-51c3-6248-c01ab89e5b76-b8180a5e, #w-node-_1e74d75a-df64-51c3-6248-c01ab89e5b78-b8180a5e, #w-node-_19e3bfc8-a9da-77f7-f1a3-b93161432647-b8180a5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b28affe-8671-0aa5-3adf-1267dc4b98e0-b8180a5e {
  justify-self: stretch;
}

#w-node-_4eae9431-86e5-5477-d022-37a0fd957d94-b8180a5e, #w-node-b04ecea5-7397-3edd-2513-27cc10cce007-96180a62, #w-node-b04ecea5-7397-3edd-2513-27cc10cce008-96180a62, #w-node-b04ecea5-7397-3edd-2513-27cc10cce009-96180a62, #w-node-b04ecea5-7397-3edd-2513-27cc10cce00c-96180a62, #w-node-b04ecea5-7397-3edd-2513-27cc10cce00f-96180a62, #w-node-d8062c41-1b93-4bf9-facf-32d2a7b49187-19180a63, #w-node-_433a6409-86b9-9605-2a64-32a822d7eed4-19180a63, #w-node-d4ae11d7-6b24-0be1-3ca3-d6b85205b368-19180a63, #w-node-a71c2364-488b-f83c-6ef0-500d7db82643-19180a63, #w-node-afa6b797-fa35-f228-a4cb-47578ba39dc7-19180a63, #w-node-_47d35af6-69fd-6bb8-107e-2e9dad88894f-82180a64, #w-node-_47d35af6-69fd-6bb8-107e-2e9dad888956-82180a64, #w-node-_47d35af6-69fd-6bb8-107e-2e9dad88895d-82180a64, #w-node-_2616000c-9d0a-6525-20bb-73cccf45e118-9c180a65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_217e3778-1c32-e827-59db-a4829dfa2597-9c180a65 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_63a363c8-adae-e194-c951-f24b1e91a1bc-9c180a65, #w-node-_63a363c8-adae-e194-c951-f24b1e91a1bd-9c180a65, #w-node-_63a363c8-adae-e194-c951-f24b1e91a1be-9c180a65, #w-node-_63a363c8-adae-e194-c951-f24b1e91a1c1-9c180a65, #w-node-_63a363c8-adae-e194-c951-f24b1e91a1c4-9c180a65, #w-node-_740b534d-622f-87d0-f7ca-957a327711d1-26180a69, #w-node-_8710fd84-ccfe-090c-3ce9-1d5dc594b23f-26180a69, #w-node-_99e2d332-2940-bcfa-1e3c-70538e7b4c80-26180a69, #w-node-_305f1c19-c1a8-ca90-3236-7902541f11a1-26180a69, #w-node-_292bf87d-120f-879e-2f48-8195510bc8e2-26180a69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc8188af-70a8-c1b0-9cab-4db2e2051624-41180a67, #w-node-_229325f9-4dee-bbac-f5c0-15f0657fed07-c7180a68 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_14ad5213-b294-5bdd-7421-0c22e83b5923-48180a6a, #w-node-d8976cfe-0364-634d-79e1-c64bb419c49d-48180a6a, #w-node-_4d4c2ab9-c820-9a30-3c2c-36d07353f79a-48180a6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50898f1e-30f5-22c2-7c50-8cab48a42d4f-56180aa4, #w-node-_6ff55292-d3d9-a1d5-4a41-7c10c5c0c603-56180aa4, #w-node-_92d0a255-3cee-cb39-b8e3-85f64ee1222c-56180aa4, #w-node-beb45f57-ee6b-1472-4564-b43975a06909-56180aa4 {
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_217e3778-1c32-e827-59db-a4829dfa2597-9c180a65 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fleuron';
  src: url('../fonts/fleuronregular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Goldmansans w blk';
  src: url('../fonts/GoldmanSans_W_Blk.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldmansans w bd';
  src: url('../fonts/GoldmanSans_W_Bd.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldmansans w lt';
  src: url('../fonts/GoldmanSans_W_Lt.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldmansans w mdit';
  src: url('../fonts/GoldmanSans_W_MdIt.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldmansans w it';
  src: url('../fonts/GoldmanSans_W_It.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldmansans w md';
  src: url('../fonts/GoldmanSans_W_Md.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldmansans w rg';
  src: url('../fonts/GoldmanSans_W_Rg.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldmansans w th';
  src: url('../fonts/GoldmanSans_W_Th.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldmansanscd w bd';
  src: url('../fonts/GoldmanSansCd_W_Bd.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldmansanscd w rg';
  src: url('../fonts/GoldmanSansCd_W_Rg.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldmansans w bdit';
  src: url('../fonts/GoldmanSans_W_BdIt.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica 587ebe5a59211';
  src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uncut Sans';
  src: url('../fonts/Uncut-Sans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Uncut Sans';
  src: url('../fonts/Uncut-Sans-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'Uncut Sans';
  src: url('../fonts/Uncut-Sans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'Uncut Sans';
  src: url('../fonts/Uncut-Sans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Helvetica compressed 5871d14b6903a';
  src: url('../fonts/helvetica-compressed-5871d14b6903a.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica rounded 5871d05ead8de';
  src: url('../fonts/helvetica-rounded-bold-5871d05ead8de.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acaslonpro';
  src: url('../fonts/ACaslonPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acaslonpro';
  src: url('../fonts/ACaslonPro-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Acaslonpro';
  src: url('../fonts/ACaslonPro-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Acaslonpro';
  src: url('../fonts/ACaslonPro-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acaslonpro';
  src: url('../fonts/ACaslonPro-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Acaslonpro';
  src: url('../fonts/ACaslonPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}