:root {
  --dark: black;
  --white: white;
  --white-faded: rgba(255, 255, 255, .25);
}

.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-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-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(--dark);
  font-family: Mona Sans Alternative, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.4em;
}

h1 {
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 5.61em;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 3.16em;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 2.37em;
  font-weight: 700;
  line-height: 1.1em;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.78em;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4em;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  margin-bottom: 0;
}

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

ul {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5em;
  display: flex;
}

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

blockquote {
  border-left: 1px solid var(--dark);
  margin-bottom: 0;
  padding: 24px 0 24px 48px;
  font-size: 1.33em;
  line-height: 1.4em;
}

figure {
  grid-column-gap: 12px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  display: flex;
}

figcaption {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-size: .75em;
  font-weight: 500;
}

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

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

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

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

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

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

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

.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 {
  font-size: 1.33em;
  line-height: 1.4em;
}

.small-text {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.4em;
}

.small-text.normal-case {
  text-transform: none;
}

.small-text.normal-case.white-link {
  opacity: .7;
  color: var(--white);
  font-weight: 600;
  transition: opacity .2s;
}

.small-text.normal-case.white-link:hover {
  opacity: 1;
}

.small-text.white-link {
  color: var(--white);
  font-weight: 600;
}

.small-text.link {
  font-weight: 600;
}

.button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--dark);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 9px 48px;
  font-size: .75em;
  font-weight: 600;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  color: var(--dark);
  background-color: rgba(0, 0, 0, 0);
}

.button.small {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  height: 42px;
  padding: 9px 24px;
}

.button.hero-button {
  flex: 1 0 auto;
}

.button.hero-button:hover, .button.bordered {
  color: var(--dark);
  background-color: rgba(0, 0, 0, 0);
}

.button.bordered:hover {
  background-color: var(--dark);
  color: var(--white);
}

.button.bordered-white {
  border-color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.bordered-white:hover {
  background-color: var(--white);
  color: var(--dark);
}

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

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark);
  color: var(--dark);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  height: 42px;
  margin-bottom: 0;
  padding: 12px 0;
  font-size: .75em;
  font-weight: 500;
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .75);
}

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

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

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

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

.selectable-label {
  margin-bottom: 0;
  margin-left: 14px;
  font-size: .75em;
}

.footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white);
  background-color: #000;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.back-to-top-button {
  z-index: 10;
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 24px;
}

.announcement-bar {
  background-color: var(--dark);
  color: #fff;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: hidden;
}

.announcement-cross {
  display: block;
}

.announcement-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  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 {
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 24px;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px solid var(--dark);
  border-left: 1px solid var(--dark);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 260px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.select-wrapper {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark);
  align-items: flex-end;
  height: 42px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.select-field {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  width: 110%;
  margin-bottom: 0;
  padding: 0;
  font-size: .75em;
  font-weight: 500;
}

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

.checkbox.w--redirected-checked {
  border-color: var(--dark);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/interface-icon-check.svg');
  background-size: 12px 12px;
}

.checkbox.white {
  border-color: var(--white);
}

.radio {
  border-color: var(--dark);
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
}

.radio.w--redirected-checked {
  border-color: var(--dark);
}

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

.form-success {
  text-align: center;
  text-transform: uppercase;
  background-color: #b3fa97;
  padding: 24px;
  font-size: .75em;
}

.form-error {
  text-align: center;
  text-transform: uppercase;
  margin-top: 24px;
  padding: 24px;
  font-size: .75em;
  font-weight: 500;
}

.menu-button {
  padding: 0;
}

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

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

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

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

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

.navbar-wrapper {
  z-index: 10;
  background-color: var(--white-faded);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding-left: 24px;
  padding-right: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 18px;
}

.navbar-row {
  border-right: 1px solid var(--dark);
  border-left: 1px solid var(--dark);
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.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;
  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: Big Shoulders Display, sans-serif;
}

.article {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  flex-direction: column;
  margin-top: -1.4em;
  display: flex;
}

.page-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding-bottom: 72px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.content-wrapper.inside-footer {
  padding-bottom: 0;
}

.content-wrapper.changelog {
  min-height: 60vh;
}

.horizontal-line {
  background-color: #000;
  align-self: stretch;
  height: 1px;
}

.horizontal-line.white {
  background-color: var(--white-faded);
}

.section-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px solid var(--dark);
  border-left: 1px solid var(--dark);
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.section-inner.sponsors {
  align-items: center;
  min-height: 300px;
}

.section-inner.cta {
  align-items: flex-end;
  min-height: 500px;
  position: relative;
}

.section-inner.white {
  border-right-color: var(--white-faded);
  border-left-color: var(--white-faded);
}

.section-inner.white.footer-section {
  min-height: 300px;
}

.section-inner.has-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 452px auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 6px;
  display: grid;
  position: relative;
}

.section-inner.has-title.grid {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.section-inner.blog-posts {
  position: relative;
}

.section-inner.grid-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 300px;
  display: grid;
}

.section-inner.centered-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.section-inner.sponsors-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-inner.event-partners {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 452px auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-inner.legal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 300px;
  display: grid;
}

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

.section-inner.title-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 452px;
  grid-auto-columns: 1fr;
  height: 300px;
  display: grid;
}

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

.section-inner.contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 452px;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper {
  background-color: var(--white);
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.corner-graphic {
  z-index: 2;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}

.corner-graphic.bottom-right {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

.corner-graphic.top-right {
  transform-style: preserve-3d;
  left: auto;
  right: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.corner-graphic.bottom-left {
  top: auto;
  bottom: 0;
  transform: rotate(-90deg);
}

.vertical-line {
  background-color: var(--dark);
  align-self: stretch;
  min-width: 1px;
  min-height: 1px;
}

.vertical-line.white {
  background-color: var(--white-faded);
}

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

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

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

.rows.gap-0-5x.speakers-title {
  flex: 1;
}

.rows.gap-0-25x {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-items: start;
}

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

.rows.themes-row {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.rows.themes-row.align-bottom {
  align-self: flex-end;
}

.rows.themes-row.align-center {
  align-self: center;
}

.rows.justify-center {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
}

.rows.subscribe {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.rows.share {
  margin-top: 48px;
}

.large-heading {
  letter-spacing: -.01em;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 5.61em;
  font-weight: 700;
  line-height: 1em;
}

.large-heading.plus {
  justify-content: center;
  align-items: center;
  margin-top: -4px;
  line-height: .5em;
  display: flex;
}

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

.columns.gap-1x.text {
  align-items: flex-start;
  min-height: 900px;
  position: relative;
}

.columns.hero-action {
  flex-direction: column;
  font-size: .9em;
}

.columns.hero-action.wide {
  flex-direction: row;
  align-items: flex-end;
}

.columns.themes-action, .columns.align-bottom, .columns.cta-action {
  align-items: flex-end;
}

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

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

.logo-row {
  align-items: center;
  display: flex;
}

.logo-wrapper {
  flex: 1;
  justify-content: center;
  display: flex;
}

.logo-wrapper.align-left {
  justify-content: flex-start;
}

.arrow-link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  font-size: .75em;
  display: flex;
}

.arrow-link.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.medium-heading {
  letter-spacing: -.01em;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 3.16em;
  font-weight: 700;
  line-height: 1.1em;
}

.metric-box {
  background-color: var(--dark);
  color: var(--white);
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  height: 491px;
  padding: 24px;
  display: flex;
  position: relative;
}

.padded-bottom {
  padding-bottom: 42px;
}

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

.container---m.article-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 72px;
}

.container---xs {
  align-self: flex-end;
  width: 100%;
  max-width: 452px;
}

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

.title-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.title-wrapper.sponsor {
  min-height: 600px;
}

.title-graphic {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-self: stretch;
  display: flex;
}

.title {
  background-color: var(--dark);
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  width: 44px;
  font-size: .75em;
  font-weight: 600;
  display: flex;
  position: relative;
}

.title-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.title-text.justify-between {
  align-self: stretch;
  align-items: flex-start;
}

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

.article-introduction {
  margin-bottom: 48px;
}

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

.invert {
  filter: invert();
}

.circle-button {
  background-color: var(--dark);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.circle-button.bordered-white {
  border: 1px solid var(--white);
  transition: transform .2s;
}

.circle-button.bordered-white:hover {
  transform: rotate(90deg);
}

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

.corner-graphic-polygon {
  background-color: var(--white);
  border-bottom-right-radius: 24px;
  width: 96px;
  height: 96px;
}

.corner-graphic-polygon.wide {
  width: 192px;
}

.corner-graphic-polygon.xwide {
  width: 288px;
}

.corner-graphic-polygon.tall {
  height: 192px;
}

.corner-graphic-top {
  z-index: 1;
  align-items: flex-start;
  display: flex;
}

.graphic-round-1 {
  transform: rotate(180deg);
}

.logos-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: relative;
}

.announcement-buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar-left, .nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.nav-link {
  padding: 0;
  font-size: .75em;
  font-weight: 600;
}

.nav-link.w--current {
  color: var(--dark);
}

.tall-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 720px;
}

.metric-text {
  flex: 1;
  justify-content: center;
  align-items: center;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 7.111em;
  font-weight: 700;
  display: flex;
}

.wide-image {
  z-index: 1;
  border-radius: 24px;
  height: 600px;
}

.wide-image.inside-grid {
  width: 100%;
  height: 480px;
}

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

.grow-wrapper {
  flex: 1;
}

.grow-wrapper.sticky {
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.footer-menus {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.footer-logo-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

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

.muted {
  opacity: .5;
}

.title-graphic-text {
  white-space: nowrap;
  transform: translate(-50%);
}

.normal-case {
  text-transform: none;
}

.square-image {
  z-index: 1;
  height: 600px;
}

.title-graphic-text-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  transform: rotate(-90deg);
}

.collection-list-wrapper {
  flex: 1;
}

.empty-state {
  text-transform: uppercase;
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  height: 300px;
  font-family: Big Shoulders Display, sans-serif;
  font-weight: 700;
  display: flex;
}

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

.blog-grid-item {
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.blog-grid-item:nth-child(odd) {
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.blog-item-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 452px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-line {
  background-color: rgba(0, 0, 0, .1);
  width: 100%;
  max-width: 1184px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate(0, -36px);
}

.hide {
  display: none;
}

.search-result-list {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.search-result-url {
  margin-top: 3px;
  margin-bottom: 6px;
  font-size: .75em;
}

.search {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.license-video {
  z-index: 1;
  opacity: .5;
  width: 100%;
  height: 400px;
}

.full-width {
  width: 100%;
}

.image {
  width: 120px;
  height: auto;
}

.image-2 {
  width: 120px;
}

.heading-2 {
  font-size: 1.3em;
}

@media screen and (min-width: 1280px) {
  .container---main {
    margin-left: auto;
    margin-right: auto;
  }

  .container---main.announcement {
    max-width: 1452px;
  }

  .large-text {
    font-size: 1.2em;
  }

  .navbar-wrapper {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .corner-graphic {
    border: 1px #fff;
  }

  .rows.themes-row {
    position: -webkit-sticky;
    position: sticky;
  }

  .columns.hero-action {
    flex-direction: row;
    align-items: flex-end;
  }

  .logo-wrapper {
    flex: 1 0 auto;
  }

  .corner-graphic-polygon {
    border: 0 #fff;
  }

  .corner-graphic-polygon.xwide {
    width: 288px;
  }

  .graphic-round-1 {
    opacity: 1;
    border: 1px #fff;
    text-decoration: none;
  }

  .tall-image {
    border: 1px solid #fff;
    height: 750px;
  }

  .wide-image {
    height: 640px;
  }

  .grow-wrapper.sticky {
    align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }

  .square-image {
    height: 640px;
  }

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

  .blog-grid-item {
    align-items: center;
    display: flex;
  }

  .blog-line {
    max-width: 1402px;
  }

  .heading {
    padding-right: 0;
  }

  .heading-2 {
    font-size: 1.4em;
  }

  .text-block, .text-block-2, .text-block-3 {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 991px) {
  .button.grow-on-mobile {
    flex: 1;
  }

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

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

  .section-inner {
    flex-direction: column;
  }

  .section-inner.sponsors {
    align-items: flex-start;
  }

  .section-inner.cta {
    min-height: auto;
  }

  .section-inner.white.footer-section {
    flex-direction: column;
  }

  .section-inner.has-title {
    display: flex;
  }

  .section-inner.reverse-on-mobile {
    flex-direction: column-reverse;
  }

  .section-inner.grid-title {
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .section-inner.sponsors-title {
    align-items: stretch;
    display: flex;
  }

  .section-inner.event-partners {
    display: flex;
  }

  .section-inner.legal-article {
    grid-template-columns: 1fr;
  }

  .section-inner.title-section {
    height: auto;
    display: flex;
  }

  .section-inner.style-guide {
    display: flex;
  }

  .section-inner.contact {
    height: auto;
    display: flex;
  }

  .vertical-line.legal-line {
    display: none;
  }

  .rows.themes-row.align-center {
    position: static;
  }

  .columns.gap-1x.text {
    flex-direction: column;
    min-height: auto;
  }

  .columns.title-columns {
    flex-direction: column-reverse;
  }

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

  .arrow-link.bottom-right {
    position: relative;
  }

  .metric-box {
    text-align: center;
    flex: none;
    height: 280px;
  }

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

  .container---xs.align-bottom {
    align-self: stretch;
    max-width: 100%;
  }

  .title-wrapper {
    min-height: 200px;
  }

  .title-wrapper.sponsor {
    min-height: 400px;
  }

  .title-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    position: static;
  }

  .corner-graphic-polygon.tall {
    height: 160px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    padding: 12px 24px 24px;
  }

  .nav-link {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .tall-image {
    height: 540px;
  }

  .wide-image, .wide-image.inside-grid {
    height: 400px;
  }

  .grow-wrapper.sticky, .title-graphic-text {
    position: static;
  }

  .square-image {
    height: 500px;
  }

  .title-graphic-text-wrapper {
    position: static;
  }

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

  .blog-grid-item:nth-child(odd) {
    border-right-style: none;
  }

  .blog-line {
    display: none;
  }
}

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

  h1 {
    font-size: 4.21em;
  }

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

  .section-inner.centered-title, .section-inner.legal {
    height: 200px;
  }

  .corner-graphic {
    transform: scale3d(1none, 1none, 1none);
  }

  .rows.themes-row.align-center {
    position: static;
  }

  .large-heading {
    font-size: 4.21em;
  }

  .columns.themes-action {
    flex-direction: column;
    align-items: stretch;
    padding-top: 24px;
  }

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

  .corner-graphic-polygon {
    width: 72px;
    height: 72px;
  }

  .corner-graphic-polygon.tall {
    height: 144px;
  }

  .tall-image {
    height: 320px;
  }

  .wide-image {
    height: 300px;
  }

  .wide-image.inside-grid {
    height: 320px;
  }

  .square-image {
    height: 360px;
  }

  .search-result-list {
    width: 80%;
  }

  .license-video {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3.16em;
  }

  h4 {
    font-size: 1.33em;
  }

  blockquote {
    padding-left: 24px;
    font-size: 1em;
  }

  .style-guide-colors {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .style-guide-section-contents {
    grid-row-gap: 21px;
  }

  .large-text {
    font-size: 1em;
  }

  .button {
    height: 48px;
  }

  .button.bordered-white.small {
    flex: 1;
  }

  .button.grow-on-mobile {
    flex: none;
  }

  .announcement-bar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .announcement-contents {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

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

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

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

  .content-wrapper {
    padding-bottom: 48px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .horizontal-line {
    margin-left: 12px;
    margin-right: 12px;
  }

  .section-inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-inner.centered-title, .section-inner.legal {
    height: 180px;
  }

  .corner-graphic.hide-on-mobile, .vertical-line.title-line {
    display: none;
  }

  .large-heading {
    font-size: 3.16em;
  }

  .columns.gap-1-5x.form {
    flex-direction: column;
  }

  .columns.hero-action.wide {
    flex-direction: column;
    align-items: stretch;
  }

  .columns.themes-action {
    border-top: 1px solid var(--dark);
  }

  .columns.align-bottom, .columns.cta-action {
    flex-direction: column;
    align-items: stretch;
  }

  .columns.gap-0-5x.footer-link {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-direction: column;
    align-self: stretch;
    align-items: flex-start;
  }

  .columns.schedule-column, .columns.speaker-columns {
    flex-direction: column;
    display: flex;
  }

  .logo-row {
    grid-template-columns: 1fr 1fr;
  }

  .padded-bottom {
    padding-bottom: 0;
  }

  .container---m.article-wrapper {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .corner-graphic-polygon {
    width: 66px;
    height: 66px;
  }

  .corner-graphic-polygon.wide {
    width: 96px;
  }

  .corner-graphic-polygon.xwide {
    width: 120px;
  }

  .corner-graphic-polygon.tall {
    height: 66px;
  }

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

  .navbar-left {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tall-image {
    height: 260px;
  }

  .wide-image, .wide-image.inside-grid {
    height: 180px;
  }

  .footer-logo-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo {
    max-height: 24px;
  }

  .brand {
    padding-left: 0;
  }

  .square-image {
    height: 280px;
  }

  .search-result-list {
    width: 100%;
    padding-top: 24px;
  }

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

  .license-video {
    height: 180px;
  }
}

#w-node-_2f3799e2-8b86-96f6-924d-34a1fda5ce8c-2d1bb72f, #w-node-bc605cec-be34-5eda-a3c0-f28c8a961059-2d1bb72f, #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5ce91-2d1bb72f, #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5ce93-2d1bb72f, #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5ce94-2d1bb72f, #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5ceb8-2d1bb72f, #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5cebf-2d1bb72f, #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5cec0-2d1bb72f, #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5cec3-2d1bb72f, #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5cec9-2d1bb72f, #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5cecc-2d1bb72f, #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5cecf-2d1bb72f, #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5ced1-2d1bb72f, #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5ced6-2d1bb72f, #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5cedf-2d1bb72f, #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5cee5-2d1bb72f, #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5ceeb-2d1bb72f, #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5cef4-2d1bb72f, #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5cef7-2d1bb72f, #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5cefd-2d1bb72f, #w-node-_8a100751-ddef-9004-6642-ffcc91b55960-55b37658, #w-node-_9c1368fd-3074-3ba6-6582-558ae5cd36b7-55b37658, #w-node-_8a100751-ddef-9004-6642-ffcc91b55974-55b37658, #w-node-_8a100751-ddef-9004-6642-ffcc91b55975-55b37658, #w-node-_8a100751-ddef-9004-6642-ffcc91b55976-55b37658, #w-node-_8a100751-ddef-9004-6642-ffcc91b55978-55b37658, #w-node-_9bd318bd-aaa4-cf52-8e7f-af1560798db5-55b37658, #w-node-aebb5ad2-0da6-046a-4585-def8675df3f7-55b37658, #w-node-_8a100751-ddef-9004-6642-ffcc91b55981-55b37658, #w-node-_8a100751-ddef-9004-6642-ffcc91b55982-55b37658, #w-node-_8a100751-ddef-9004-6642-ffcc91b55984-55b37658, #w-node-_8a100751-ddef-9004-6642-ffcc91b55985-55b37658, #w-node-a83e69a6-3510-6ed5-53a1-bc9d1942e849-55b37658 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_388001a0-2e0b-85e1-7e80-4d9de898654e-2d1bb739 {
  align-self: start;
}

#w-node-_388001a0-2e0b-85e1-7e80-4d9de8986551-2d1bb739 {
  align-self: end;
}

#Message.w-node-_1a2da1b2-34a6-6acb-b456-63c927ec4ae4-2d1bb73c, #w-node-_05b182aa-52ce-b76b-8c23-6acf99fdddbb-2d1bb73c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63230efd-23ec-32a3-b162-b6d77f1ec9be-2d1bb73c {
  align-self: start;
}

#w-node-_63230efd-23ec-32a3-b162-b6d77f1ec9bf-2d1bb73c, #w-node-_63230efd-23ec-32a3-b162-b6d77f1ec9c1-2d1bb73c, #w-node-_63230efd-23ec-32a3-b162-b6d77f1ec9c2-2d1bb73c, #w-node-_63230efd-23ec-32a3-b162-b6d77f1ec9c4-2d1bb73c, #w-node-_44e13b72-7ed8-e6d5-564a-63ff8d974f40-2d1bb743, #w-node-_44e13b72-7ed8-e6d5-564a-63ff8d974f47-2d1bb743, #w-node-_44e13b72-7ed8-e6d5-564a-63ff8d974f55-2d1bb743, #w-node-_44e13b72-7ed8-e6d5-564a-63ff8d974f72-2d1bb743, #w-node-_44e13b72-7ed8-e6d5-564a-63ff8d974f74-2d1bb743, #w-node-_44e13b72-7ed8-e6d5-564a-63ff8d974f75-2d1bb743, #w-node-d37f841a-d484-7cc2-bdcd-f4e55e548c23-2d1bb743 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_502944e1-27d9-d518-5b87-387e4220efd9-2d1bb745 {
  align-self: start;
}

#w-node-_502944e1-27d9-d518-5b87-387e4220efdd-2d1bb745, #w-node-dc690ed3-f844-bd55-bb79-e24233d20c84-2d1bb746 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffa1f710-dc35-9070-c362-0beaa9f3ac62-2d1bb747 {
  align-self: start;
}

#w-node-ffa1f710-dc35-9070-c362-0beaa9f3ac65-2d1bb747 {
  align-self: end;
}

#w-node-ffa1f710-dc35-9070-c362-0beaa9f3ac6b-2d1bb747 {
  align-self: start;
}

#w-node-_8077c737-5dd2-c512-1735-24935e89a39f-2d1bb747 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffa1f710-dc35-9070-c362-0beaa9f3ac8d-2d1bb747 {
  align-self: start;
}

#w-node-da9cb8a8-0fda-2ada-0118-5fe2fa5b8221-2d1bb747, #w-node-da9cb8a8-0fda-2ada-0118-5fe2fa5b8222-2d1bb747, #w-node-da9cb8a8-0fda-2ada-0118-5fe2fa5b8227-2d1bb747 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_930def86-fff5-9034-85ad-486b41a017aa-2d1bb747 {
  align-self: start;
}

#w-node-_930def86-fff5-9034-85ad-486b41a017b7-2d1bb747, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16e96-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16e97-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16e9f-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16ea0-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16ea4-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16ea7-2d1bb748, #w-node-_1ea0c6df-7e26-0909-4830-fcba250185d3-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16ec0-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16ec1-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16ec8-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16ecb-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16ece-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16ed1-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16ed2-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16ed4-2d1bb748, #w-node-eb58122e-16f8-f7df-2feb-d5ca6487077f-2d1bb748, #w-node-d99d1a85-d940-d0cb-a23e-93154ff3a87d-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16eda-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16edd-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16ede-2d1bb748 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16ee0-2d1bb748 {
  justify-self: start;
}

#w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16ee1-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16ee5-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16ee8-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16eeb-2d1bb748, #w-node-_732b6ce4-9780-8968-4de8-5bad7872d27f-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16ef2-2d1bb748, #w-node-_4aeeeb81-e359-6d31-71d0-066831de5dab-2d1bb748, #w-node-a78ae6de-90e2-1819-70f0-7e4df072e56f-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16f0d-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16f0e-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16f15-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16f18-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16f1b-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16f1e-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16f1f-2d1bb748 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16f21-2d1bb748 {
  justify-self: start;
}

#w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16f22-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16f26-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16f2a-2d1bb748, #w-node-_6ef75d6f-4a1e-4ae2-fe6e-b51e80b16f2f-2d1bb748, #w-node-_0015cbb6-ba6a-2bbd-f46d-d4dce567a8ab-2d1bb748, #w-node-_1a6383fb-8f27-9c9f-0210-137ca16524c0-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c41-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c47-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c4a-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c4d-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c50-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c53-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c56-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c58-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c5b-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c5e-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c61-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c63-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c66-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c69-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c6c-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c6f-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c72-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c75-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c77-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c7a-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c7d-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c80-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c82-2d1bb74f, #w-node-c69eeeb0-ac96-5d87-0f21-bb01b364a3ab-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c96-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c9c-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09c9f-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09ca2-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09ca5-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09ca8-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09cab-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09cad-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09cb0-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09cb3-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09cb6-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09cb8-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09cbb-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09cbe-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09cc1-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09cc4-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09cc7-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09cca-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09ccc-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09ccf-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09cd2-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09cd5-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09cd7-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09cda-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09cdd-2d1bb74f, #w-node-c2808cf3-7225-eaef-8661-07b7adb09ce0-2d1bb74f, #w-node-_6dbf7af6-5825-25f4-3af3-17d40426552d-2d1bb753, #w-node-_6dbf7af6-5825-25f4-3af3-17d404265536-2d1bb753, #w-node-_6dbf7af6-5825-25f4-3af3-17d404265537-2d1bb753, #w-node-_83fc5054-da94-8d3b-aa34-c41ec68d4a17-2d1bb753, #w-node-_6dbf7af6-5825-25f4-3af3-17d40426554e-2d1bb753, #w-node-_6dbf7af6-5825-25f4-3af3-17d40426554f-2d1bb753, #w-node-_6dbf7af6-5825-25f4-3af3-17d404265556-2d1bb753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dbf7af6-5825-25f4-3af3-17d404265559-2d1bb753 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6dbf7af6-5825-25f4-3af3-17d40426555c-2d1bb753, #w-node-_6dbf7af6-5825-25f4-3af3-17d40426555d-2d1bb753, #w-node-_6dbf7af6-5825-25f4-3af3-17d40426555f-2d1bb753, #w-node-_9ec518c4-a9fb-9e0e-c59b-2d44bbea4c17-2d1bb753, #w-node-_6dbf7af6-5825-25f4-3af3-17d40426557a-2d1bb753, #w-node-_6dbf7af6-5825-25f4-3af3-17d40426557b-2d1bb753, #w-node-_6dbf7af6-5825-25f4-3af3-17d404265582-2d1bb753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dbf7af6-5825-25f4-3af3-17d404265585-2d1bb753 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6dbf7af6-5825-25f4-3af3-17d404265588-2d1bb753, #w-node-_6dbf7af6-5825-25f4-3af3-17d404265589-2d1bb753, #w-node-_5325332c-171b-4159-0e13-db1e2b3973f7-2d1bb753, #w-node-_6dbf7af6-5825-25f4-3af3-17d4042655a6-2d1bb753, #w-node-_6dbf7af6-5825-25f4-3af3-17d4042655a7-2d1bb753, #w-node-_6dbf7af6-5825-25f4-3af3-17d4042655ae-2d1bb753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dbf7af6-5825-25f4-3af3-17d4042655af-2d1bb753 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6dbf7af6-5825-25f4-3af3-17d4042655b2-2d1bb753, #w-node-_6dbf7af6-5825-25f4-3af3-17d4042655b3-2d1bb753, #w-node-_0fd56c5e-869c-faef-d2b5-0f3637592f2c-2d1bb754, #w-node-_0fd56c5e-869c-faef-d2b5-0f3637592f2d-2d1bb754 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fd56c5e-869c-faef-d2b5-0f3637592f2e-2d1bb754 {
  align-self: start;
  justify-self: start;
}

#w-node-_0fd56c5e-869c-faef-d2b5-0f3637592f30-2d1bb754, #w-node-_0fd56c5e-869c-faef-d2b5-0f3637592f31-2d1bb754, #w-node-_0fd56c5e-869c-faef-d2b5-0f3637592f34-2d1bb754, #w-node-_0fd56c5e-869c-faef-d2b5-0f3637592f38-2d1bb754 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fd56c5e-869c-faef-d2b5-0f3637592f39-2d1bb754 {
  align-self: start;
  justify-self: start;
}

#w-node-_0fd56c5e-869c-faef-d2b5-0f3637592f3b-2d1bb754, #w-node-_0fd56c5e-869c-faef-d2b5-0f3637592f3c-2d1bb754, #w-node-_0fd56c5e-869c-faef-d2b5-0f3637592f3f-2d1bb754, #w-node-_0fd56c5e-869c-faef-d2b5-0f3637592f43-2d1bb754 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fd56c5e-869c-faef-d2b5-0f3637592f44-2d1bb754 {
  align-self: start;
  justify-self: start;
}

#w-node-_0fd56c5e-869c-faef-d2b5-0f3637592f46-2d1bb754, #w-node-_0fd56c5e-869c-faef-d2b5-0f3637592f47-2d1bb754, #w-node-_0fd56c5e-869c-faef-d2b5-0f3637592f4a-2d1bb754 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f848ddb-0b25-53e9-c08c-35cfd41de0a9-2d1bb755 {
  align-self: start;
}

#w-node-_4f848ddb-0b25-53e9-c08c-35cfd41de0ac-2d1bb755 {
  align-self: end;
}

#w-node-f288aa5c-3197-6064-7fe1-8806664c1090-2d1bb755 {
  align-self: start;
}

#w-node-_0b4e3150-2e8d-90e2-6162-53fd1bb60a05-2d1bb755, #w-node-_0b4e3150-2e8d-90e2-6162-53fd1bb60a08-2d1bb755, #w-node-_0b4e3150-2e8d-90e2-6162-53fd1bb60a0d-2d1bb755, #w-node-_0b4e3150-2e8d-90e2-6162-53fd1bb60a10-2d1bb755, #w-node-_0b4e3150-2e8d-90e2-6162-53fd1bb60a18-2d1bb755 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea8972bb-2a3f-47da-99f6-f5ca25cc06d6-2d1bb755, #w-node-_461badc5-c739-d9dd-ae11-2c566a98405e-2d1bb755 {
  align-self: start;
}

#w-node-_3c6229ad-964f-7d00-3441-353c42cb28a9-2d1bb755 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15402fcf-8688-71bc-790d-724c237b599f-2d1bb755 {
  align-self: start;
}

#w-node-a7d32bdc-2b10-3e29-6d82-400fe58b7efc-2d1bb755, #w-node-a7d32bdc-2b10-3e29-6d82-400fe58b7f07-2d1bb755 {
  justify-self: stretch;
}

#w-node-_72f83f23-d341-c4ee-d563-bb051a286205-2d1bb755 {
  align-self: start;
}

#w-node-_89a4209b-6dd7-0fba-70ba-fd447e79290f-2d1bb755 {
  justify-self: stretch;
}

@media screen and (min-width: 1280px) {
  #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5ce93-2d1bb72f, #w-node-_2f3799e2-8b86-96f6-924d-34a1fda5cebf-2d1bb72f, #w-node-d37f841a-d484-7cc2-bdcd-f4e55e548c24-2d1bb743, #w-node-d37f841a-d484-7cc2-bdcd-f4e55e548c26-2d1bb743, #w-node-d37f841a-d484-7cc2-bdcd-f4e55e548c28-2d1bb743, #w-node-d37f841a-d484-7cc2-bdcd-f4e55e548c2a-2d1bb743, #w-node-_0015cbb6-ba6a-2bbd-f46d-d4dce567a8ac-2d1bb748, #w-node-_0015cbb6-ba6a-2bbd-f46d-d4dce567a8ae-2d1bb748, #w-node-_0015cbb6-ba6a-2bbd-f46d-d4dce567a8b0-2d1bb748, #w-node-_0015cbb6-ba6a-2bbd-f46d-d4dce567a8b2-2d1bb748, #w-node-_3f168122-f326-7791-a7ea-55006e90dafb-2d1bb753, #w-node-_17b0da58-befa-071b-6ddd-aea88b3cb1c4-2d1bb753, #w-node-f5c7ec84-ad52-e5fb-3771-f551b09d9c53-2d1bb753 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6dbf7af6-5825-25f4-3af3-17d404265559-2d1bb753, #w-node-_3f168122-f326-7791-a7ea-55006e90dafb-2d1bb753, #w-node-_6dbf7af6-5825-25f4-3af3-17d404265585-2d1bb753, #w-node-_6dbf7af6-5825-25f4-3af3-17d4042655af-2d1bb753 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Big Shoulders Display';
  src: url('../fonts/BigShouldersDisplay-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Mona Sans Alternative';
  src: url('../fonts/Mona-SansAlternative-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Mona Sans Alternative';
  src: url('../fonts/Mona-SansAlternative-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Mona Sans Alternative';
  src: url('../fonts/Mona-SansAlternative-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Mona Sans Alternative';
  src: url('../fonts/Mona-SansAlternative-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}