/* =============
    Screen Variables
============= */
/* =============
    Mixins
============= */
/* ---------------- Font Sizing ---------------- */
html {
  font-size: 100%;
}

/* ---------------- Media Queries ---------------- */
/* ---------------- Light and Dark Media Quires ----------------  */
/* ---------------- Circle ----------------  */
/* ---------------- Retina Images ----------------  */
/* ---------------- Padding/Margin abstracts ----------------  */
/* =============
    Radius Variables
============= */
.radius-sm {
  border-radius: 8px;
}

.radius-md {
  border-radius: 16px;
}

.radius-lg {
  border-radius: 24px;
}

.radius-xl {
  border-radius: 36px;
}

/* =============
    Color Variables
============= */
/* =============
    Padding Variables
============= */
.bkpt-side-margin {
  margin-right: 20px;
  margin-left: 20px;
}
@media (min-device-width: 768px) {
  .bkpt-side-margin {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .bkpt-side-margin {
    margin-right: 64px;
    margin-left: 64px;
  }
}

.gap-h {
  column-gap: 24px;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .gap-h {
    column-gap: 36px;
  }
}

.gap-v {
  row-gap: 24px;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .gap-v {
    row-gap: 36px;
  }
}

.padding-tb {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .padding-tb {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.padding-lr {
  padding-right: 24px;
  padding-left: 24px;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .padding-lr {
    padding-right: 36px;
    padding-left: 36px;
  }
}

.section-content {
  display: grid;
  grid-template-areas: ". content .";
  grid-template-columns: 20px auto 20px;
}
@media (min-device-width: 768px) {
  .section-content {
    grid-template-columns: 40px auto 40px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .section-content {
    grid-template-columns: 64px auto 64px;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  .section-content {
    grid-template-columns: 8vw auto 8vw;
  }
}
.section-content > :first-child {
  grid-area: content;
}

.section-margin {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-device-width: 768px) {
  .section-margin {
    margin-top: 104px;
    margin-bottom: 104px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .section-margin {
    margin-top: 136px;
    margin-bottom: 136px;
  }
}

.section-padding {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-device-width: 768px) {
  .section-padding {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .section-padding {
    padding-top: 136px;
    padding-bottom: 136px;
  }
}

/* =============
    Typography
============= */
.elevation-1 {
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.08), 0px 1px 0px 0px rgba(0, 0, 0, 0.24);
}

.elevation-2 {
  box-shadow: 0px 2px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 0px 0px rgba(0, 0, 0, 0.24);
}

.elevation-3 {
  box-shadow: 0px 3px 0px 3px rgba(0, 0, 0, 0.08), 0px 1px 0px 0px rgba(0, 0, 0, 0.24);
}

.elevation-4 {
  box-shadow: 0px 5px 0px 4px rgba(0, 0, 0, 0.08), 0px 3px 0px 2px rgba(0, 0, 0, 0.24);
}

.elevation-5 {
  box-shadow: 0px 6px 0px 6px rgba(0, 0, 0, 0.08), 0px 5px 0px 2px rgba(0, 0, 0, 0.24);
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.25;
  /* 1 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  background-color: rgb(251, 251, 251);
  color: rgb(43, 43, 43);
  font-family: "area-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400, "INKT" 100;
  margin: 0;
}
body ::selection {
  background: rgba(229, 0, 69, 0.92);
  color: rgb(255, 255, 255);
}
body ::-moz-selection {
  background: rgba(229, 0, 69, 0.92);
  color: rgb(255, 255, 255);
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

table {
  border: 0px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: "interstate-mono", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: "interstate-mono", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button {
  border: none;
  text-decoration: none;
  fill: none;
  background: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
  /* 1 */
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
  /* 1 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

iframe {
  border: none;
}

/* =============
    Base
============= */
figure {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

#main {
  padding-top: 80px;
  position: relative;
}

/* =============
    Typography
============= */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  text-align: left;
  font-style: normal;
}

h1 {
  font-size: 3rem;
  line-height: 3rem;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 800, "INKT" 100;
  margin: 0;
  letter-spacing: 1px;
}
@media (min-device-width: 768px) {
  h1 {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }
}

h2 {
  font-size: 2.5rem;
  font-variation-settings: "slnt" 0, "wdth" 160, "wght" 600, "INKT" 80;
  line-height: 3.25rem;
  letter-spacing: 1px;
  padding-bottom: 8px;
}
@media (min-device-width: 768px) {
  h2 {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  h2 {
    font-size: 4rem;
    line-height: 4.75rem;
  }
}

h3 {
  font-size: 1.5rem;
  font-variation-settings: "slnt" 0, "wdth" 140, "wght" 550, "INKT" 100;
  line-height: 1.75rem;
  letter-spacing: 0.5px;
}
@media (min-device-width: 768px) {
  h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

h4 {
  font-size: 1rem;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600, "INKT" 0;
  line-height: 1.5rem;
  opacity: 0.72;
}

h5 {
  font-size: 0.75rem;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400, "INKT" 0;
  line-height: 1rem;
  letter-spacing: 0.64px;
}

h6 {
  font-size: 1.25rem;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 800, "INKT" 100;
  line-height: 1.5rem;
  letter-spacing: 0.12px;
  text-transform: capitalize;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  h6 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

p {
  font-size: 1.125rem;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500, "INKT" 0;
  line-height: 1.75rem;
  letter-spacing: 0.2px;
  hyphens: manual;
  text-wrap: pretty;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
p > a {
  text-decoration: none;
  transition: 0.25s;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 800, "INKT" 100;
  color: rgb(229, 0, 69);
}
p > a:link, p > a:visited {
  color: rgb(229, 0, 69);
  border-bottom: 2px solid rgb(229, 0, 69);
}
p > a:hover, p > a:active {
  color: rgb(46, 0, 14);
  border-bottom: 2px solid rgb(46, 0, 14);
}
p strong,
p b {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 800, "INKT" 100;
  letter-spacing: 0.4px;
}
p em {
  font-variation-settings: "slnt"-1, "wdth" 100, "wght" 500, "INKT" 0;
}

blockquote {
  margin: 0;
  border-left: 4px solid rgb(229, 0, 69);
  padding-left: 16px;
}

figcaption {
  font-size: 0.75rem;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400, "INKT" 0;
  line-height: 1rem;
  letter-spacing: 0.64px;
  padding-top: 0.75rem;
  text-align: center;
  opacity: 0.72;
}
@media (min-device-width: 768px) {
  figcaption {
    font-size: 1rem;
    line-height: 1.25rem;
    padding-top: 1rem;
  }
}
figcaption > a {
  text-decoration: none;
  transition: 0.25s;
  color: rgb(229, 0, 69);
}
figcaption > a:link, figcaption > a:visited {
  color: rgb(229, 0, 69);
  border-bottom: 2px solid rgb(229, 0, 69);
}
figcaption > a:hover, figcaption > a:active {
  color: rgb(46, 0, 14);
  border-bottom: 2px solid rgb(46, 0, 14);
}

.kicker {
  font-size: 0.75rem;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400, "INKT" 0;
  line-height: 1rem;
  letter-spacing: 0.64px;
}

a {
  text-decoration: none;
  transition: 0.25s;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 800, "INKT" 100;
  color: rgb(229, 0, 69);
}
a:link, a:visited {
  color: rgb(229, 0, 69);
}
a:hover, a:active {
  color: rgb(0, 177, 230);
}

cite {
  font-style: normal;
}

ol li {
  margin-bottom: 8px;
}
ol li::marker {
  font-size: 1.25rem;
  font-variation-settings: "slnt"-1, "wdth" 600, "wght" 800, "INKT" 100;
  letter-spacing: -0.5px;
  padding-right: 20px;
}

/* =============
    Buttons
============= */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  align-self: flex-start;
  transition: all 0.25s cubic-bezier(0.47, 0, 0.23, 1.38);
  overflow: hidden;
}
.button > a {
  border-radius: 40px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  align-self: flex-start;
  gap: 8px;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  color: rgb(229, 0, 69);
  width: 100%;
}
@supports (leading-trim: both) and (text-edge: cap) {
  .button > a {
    leading-trim: both;
    text-edge: cap;
  }
}
.button > a > svg {
  display: flex;
  align-self: center;
  margin-top: -6px;
  aspect-ratio: 1/1;
  height: 32px;
  width: 32px;
  fill: rgb(229, 0, 69);
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .button > a > svg {
    height: 40px;
    width: 40px;
  }
}
.button > a > svg > path {
  fill: rgb(229, 0, 69);
}
.button > a > .material-symbols-outlined {
  display: flex;
  align-self: center;
  margin-top: -6px;
}
.button:link > a, .button:visited > a {
  color: rgb(229, 0, 69);
}
.button:link > a > svg, .button:visited > a > svg {
  fill: rgb(229, 0, 69);
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .button:hover {
    transform: scale(1.08);
  }
}
.button:hover > a {
  background-color: rgba(229, 0, 69, 0.08);
  color: rgb(229, 0, 69);
}
.button:hover > a > svg {
  fill: rgb(229, 0, 69);
}
.button:hover > a > svg > path {
  fill: rgb(229, 0, 69);
}
.button:active > a {
  background-color: rgba(229, 0, 69, 0.1);
  color: rgb(229, 0, 69);
}
.button:active > a > svg {
  fill: rgb(229, 0, 69);
}
.button:active > a > svg > path {
  fill: rgb(229, 0, 69);
}

.button.disabled {
  opacity: 30%;
}
.button.disabled:hover {
  transform: none;
}

.button-icon-left > a {
  flex-direction: row-reverse;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 16px;
}

.button-icon-right > a {
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 20px;
}

.button-filled {
  background-color: rgb(229, 0, 69);
  box-shadow: none;
}
.button-filled > a {
  color: rgb(255, 255, 255);
}
.button-filled > a > svg {
  fill: rgb(255, 255, 255);
}
.button-filled > a > svg > path {
  fill: rgb(255, 255, 255);
}
.button-filled:link, .button-filled:visited {
  box-shadow: none;
}
.button-filled:link > a, .button-filled:visited > a {
  color: rgb(255, 255, 255);
}
.button-filled:link > a > svg, .button-filled:visited > a > svg {
  fill: rgb(255, 255, 255);
}
.button-filled:link > a > svg > path, .button-filled:visited > a > svg > path {
  fill: rgb(255, 255, 255);
}
.button-filled:hover > a {
  background-color: rgba(255, 255, 255, 0.08);
  color: rgb(255, 255, 255);
}
.button-filled:hover > a > svg {
  fill: rgb(255, 255, 255);
}
.button-filled:hover > a > svg > path {
  fill: rgb(255, 255, 255);
}
.button-filled:active {
  box-shadow: none;
}
.button-filled:active > a {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}
.button-filled:active > a > svg {
  fill: rgb(255, 255, 255);
}
.button-filled:active > a > svg > path {
  fill: rgb(255, 255, 255);
}

.button-tonal {
  background-color: rgb(250, 204, 218);
  box-shadow: none;
}
.button-tonal > a {
  color: rgb(46, 0, 14);
}
.button-tonal > a > svg {
  fill: rgb(46, 0, 14);
}
.button-tonal > a > svg > path {
  fill: rgb(46, 0, 14);
}
.button-tonal:link, .button-tonal:visited {
  box-shadow: none;
}
.button-tonal:link > a, .button-tonal:visited > a {
  color: rgb(46, 0, 14);
}
.button-tonal:link > a > svg, .button-tonal:visited > a > svg {
  fill: rgb(46, 0, 14);
}
.button-tonal:link > a > svg > path, .button-tonal:visited > a > svg > path {
  fill: rgb(46, 0, 14);
}
.button-tonal:hover > a {
  background-color: rgba(229, 0, 69, 0.08);
  color: rgb(46, 0, 14);
}
.button-tonal:hover > a > svg {
  fill: rgb(46, 0, 14);
}
.button-tonal:hover > a > svg > path {
  fill: rgb(46, 0, 14);
}
.button-tonal:active {
  box-shadow: none;
}
.button-tonal:active > a {
  background-color: rgba(229, 0, 69, 0.1);
  color: rgb(46, 0, 14);
}
.button-tonal:active > a > svg {
  fill: rgb(46, 0, 14);
}
.button-tonal:active > a > svg > path {
  fill: rgb(46, 0, 14);
}

.button-outline {
  border: 2px solid rgb(229, 0, 69);
}
.button-outline:focus, .button-outline:active {
  border: 2px solid rgb(46, 0, 14);
}

.button-text {
  margin-left: -20px;
}

.button-text-icon-right {
  margin-left: 20px;
}

/* =============
    Chips
============= */
.chip,
.chip-icon {
  font-family: interstate-mono, monospace;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  column-gap: 4px;
  height: 32px;
  max-height: 32px;
  border-radius: 4px;
  padding: 0px 8px;
}
@supports (leading-trim: both) and (text-edge: cap) {
  .chip,
  .chip-icon {
    leading-trim: both;
    text-edge: cap;
  }
}

.chip {
  border: 1px solid rgba(0, 177, 230, 0.15);
  background-color: rgb(204, 239, 250);
  color: rgb(0, 35, 46);
}

.chip-icon {
  border: 1px solid rgb(0, 177, 230);
  background-color: rgb(0, 177, 230);
  color: rgb(255, 255, 255);
  padding: 0px 6px 0px 8px;
}

.chip.chip-grey {
  border: 1px solid rgba(171, 171, 171, 0.15);
  background-color: rgb(239, 239, 239);
  color: rgb(43, 43, 43);
}

/* =============
    Forms
============= */
[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  box-shadow: none;
}

[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
  box-shadow: none;
}

input[type=email],
input[type=password],
input[type=text],
textarea {
  -webkit-appearance: none;
}

/* =============
    Heroes
============= */
.hero {
  background-position: center;
  background-image: radial-gradient(rgb(171, 171, 171) 8%, transparent 0);
  background-size: 24px 24px;
  position: relative;
}
@media (min-device-width: 504px) {
  .hero {
    background-size: 40px 40px;
  }
}
@media (min-device-width: 768px) {
  .hero {
    background-image: radial-gradient(rgb(171, 171, 171) 8%, transparent 0);
  }
}
.hero article {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  height: 16vh;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .hero article {
    height: 28vh;
  }
}
.hero article h1 {
  color: rgb(46, 0, 14);
}

.hero.inset-page {
  background-position: bottom center;
  background-image: linear-gradient(rgb(171, 171, 171) 1px, transparent 1px), linear-gradient(to right, rgb(171, 171, 171) 1px, rgb(251, 251, 251) 1px);
  background-size: 24px 24px;
  border-top: 1px solid rgb(171, 171, 171);
  border-bottom: 1px solid rgb(171, 171, 171);
}
.hero.inset-page article {
  height: 36vh;
}
@media (min-device-width: 768px) {
  .hero.inset-page article {
    height: 24vh;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .hero.inset-page article {
    height: 40vh;
  }
}

.article.hero.inset-page {
  background-size: cover;
  border: none;
}
.article.hero.inset-page div {
  height: 100%;
}
.article.hero.inset-page div article {
  height: 64vh;
  display: flex;
  justify-content: flex-end;
}
.article.hero.inset-page div article p {
  color: rgb(239, 239, 239);
}
.article.hero.inset-page div article h1 {
  color: rgb(239, 239, 239);
}
.article.hero.inset-page div article h3 {
  padding: 6px 24px 2px;
  border-radius: 56px;
  background-color: rgb(250, 204, 218);
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgb(46, 0, 14);
  font-variation-settings: "slnt" 0, "wdth" 1000, "wght" 800, "INKT" 100;
  letter-spacing: 0.0625rem;
}

/*
* Fallback CSS
*/
.hero-gradient {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.163194) 17.89%, rgba(0, 0, 0, 0.307556) 33.48%, rgba(0, 0, 0, 0.42825) 48.13%, rgba(0, 0, 0, 0.520444) 63.19%, rgba(0, 0, 0, 0.579306) 80.02%, rgba(0, 0, 0, 0.6) 100%);
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 800, "GRAD" 0, "opsz" 24;
}

/* =============
    Case Study Components
============= */
.article-text article {
  display: flex;
  flex-direction: column;
}
.article-text article p {
  max-width: 80ch;
}
@media (min-device-width: 768px) {
  .article-text article p {
    width: 80%;
  }
}

.article-gallery article {
  display: flex;
  flex-direction: column;
}
.article-gallery article img {
  aspect-ratio: 3/2;
}
.article-gallery article p {
  max-width: 80ch;
}
@media (min-device-width: 768px) {
  .article-gallery article p {
    width: 80%;
  }
}

.article-gallery.inverse,
.article-text.inverse {
  background-color: rgb(239, 239, 239);
  color: rgb(43, 43, 43);
}
.article-gallery.inverse p > a,
.article-text.inverse p > a {
  text-decoration: none;
  transition: 0.25s;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 800, "INKT" 100;
  color: rgb(229, 0, 69);
}
.article-gallery.inverse p > a:link, .article-gallery.inverse p > a:visited,
.article-text.inverse p > a:link,
.article-text.inverse p > a:visited {
  color: rgb(229, 0, 69);
  border-bottom: 2px solid rgb(229, 0, 69);
}
.article-gallery.inverse p > a:hover, .article-gallery.inverse p > a:active,
.article-text.inverse p > a:hover,
.article-text.inverse p > a:active {
  color: rgb(250, 204, 218);
  border-bottom: 2px solid rgb(250, 204, 218);
}

.gallery-1-col {
  display: flex;
  flex-direction: column;
}

.gallery-2-col {
  display: flex;
  flex-direction: column;
}
@media (min-device-width: 504px) {
  .gallery-2-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}

.gallery-3-col {
  display: flex;
  flex-direction: column;
}
@media (min-device-width: 504px) {
  .gallery-3-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .gallery-3-col {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gallery-4-col {
  display: flex;
  flex-direction: column;
}
@media (min-device-width: 504px) {
  .gallery-4-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .gallery-4-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
  }
}

.color-palette-group {
  display: grid;
}
@media (min-device-width: 768px) {
  .color-palette-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .color-palette-group {
    grid-template-columns: repeat(3, 1fr);
  }
}
.color-palette-group .color-palette {
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 5px 0px 4px rgba(0, 0, 0, 0.08), 0px 3px 0px 2px rgba(0, 0, 0, 0.24);
}
.color-palette-group .color-palette div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-device-width: 768px) {
  .color-palette-group .color-palette div {
    column-gap: 24px;
    row-gap: 24px;
  }
}
.color-palette-group .color-palette div svg {
  height: 20vw;
  width: 20vw;
  border-radius: 100px;
}
@media (min-device-width: 768px) {
  .color-palette-group .color-palette div svg {
    height: 10vw;
    width: 10vw;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .color-palette-group .color-palette div svg {
    height: 5vw;
    width: 5vw;
  }
}
.color-palette-group .color-palette div svg circle {
  fill: red;
}

.poppins-font {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.open-sans-font {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 100%;
}

.brandon-grotesque-font {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.case-study-typography {
  background-color: rgb(253, 253, 253);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  line-height: unset;
  color: rgb(43, 43, 43);
  box-shadow: 0px 6px 0px 6px rgba(0, 0, 0, 0.08), 0px 5px 0px 2px rgba(0, 0, 0, 0.24);
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .case-study-typography {
    flex-direction: row;
    width: 80vw;
    max-width: 1024px;
    margin: 0px auto;
  }
}
.case-study-typography .case-study-typography-font-title {
  padding: 24px;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  height: auto;
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.08), 0px 1px 0px 0px rgba(0, 0, 0, 0.24);
}
@media (min-device-width: 768px) {
  .case-study-typography .case-study-typography-font-title {
    width: 140px;
  }
}
.case-study-typography .case-study-typography-font-title li:nth-child(1) {
  font-size: 3.5rem;
  text-align: center;
  color: rgb(0, 0, 0);
}
.case-study-typography .case-study-typography-font-title li:nth-child(2) {
  margin-top: 20px;
  border-top: 1px solid rgb(171, 171, 171);
  padding-top: 16px;
  color: rgb(43, 43, 43);
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .case-study-typography div {
    width: 100%;
  }
}
.case-study-typography div .case-study-typography-type-style li:nth-child(1) {
  color: rgb(0, 0, 0);
  height: 24px;
}
.case-study-typography div .case-study-typography-type-style li:nth-child(2) {
  padding-top: 16px;
  padding-bottom: 4px;
}
.case-study-typography div .case-study-typography-type-style li:nth-child(2),
.case-study-typography div .case-study-typography-type-style li:nth-child(3) {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500, "INKT" 100;
  color: rgb(43, 43, 43);
}

.case-study-icons {
  display: inline-flex;
  background-color: rgb(253, 253, 253);
  flex-direction: column;
  border-radius: 16px;
}
@media (min-device-width: 768px) {
  .case-study-icons {
    width: fit-content;
    margin: 0px auto;
  }
}
.case-study-icons ul {
  display: inline-flex;
  flex-wrap: wrap;
}
.case-study-icons ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-study-icons ul li img {
  height: 64px;
  width: 64px;
  overflow: visible;
}

.case-study-gallery > div article {
  grid-gap: 16px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.case-study-gallery > div article ul {
  grid-gap: 16px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media (min-device-width: 504px) {
  .case-study-gallery > div article ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-device-width: 768px) {
  .case-study-gallery > div article ul {
    grid-gap: 24px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .case-study-gallery > div article ul {
    grid-gap: 32px;
  }
}
.case-study-gallery > div article ul li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.case-study-progress {
  width: 100%;
  max-width: 100vw;
  height: 8px;
  display: inline-block;
  background-color: rgb(0, 177, 230);
  opacity: 1;
  position: fixed;
  top: 80px;
  bottom: auto;
  z-index: 5000;
}

.carousel-image {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.carousel-image ul {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  width: 90vw;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.carousel-image ul::-webkit-scrollbar {
  display: none;
}
@media (min-device-width: 768px) {
  .carousel-image ul {
    overflow: unset;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.carousel-image ul figure {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  scroll-snap-align: center;
  text-align: center;
}
.carousel-image ul figure img {
  width: 80vw;
  border-radius: 4px;
}
@media (min-device-width: 504px) {
  .carousel-image ul figure img {
    width: 70vw;
  }
}
@media (min-device-width: 768px) {
  .carousel-image ul figure img {
    width: 100%;
    border-radius: 8px;
  }
}

/* =============
    Case Study Pre Footer
============= */
#caseStudyPreFooter article {
  display: flex;
  flex-direction: column;
}
#caseStudyPreFooter article .case-study-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#caseStudyPreFooter article .case-study-card h3 {
  min-height: 2lh;
}
#caseStudyPreFooter article .case-study-card img {
  aspect-ratio: 3/2;
  border-radius: 8px;
}
@media (min-device-width: 504px) {
  #caseStudyPreFooter article .case-study-card img {
    aspect-ratio: 16/9;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #caseStudyPreFooter article .case-study-card img {
    border-radius: 16px;
  }
}

/* =============
    Header
============= */
header {
  position: fixed;
  height: 80px;
  background-color: #fbfbfb;
  width: 100%;
  z-index: 5000;
}
header > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* The side navigation menu */
}
header > div > a {
  margin-top: 6px;
  display: flex;
  align-items: center;
}
@media (min-device-width: 768px) {
  header > div > a {
    margin-top: 8px;
  }
}
header > div > a > svg {
  height: 28px;
  width: auto;
}
@media (min-device-width: 768px) {
  header > div > a > svg {
    height: 32px;
    width: auto;
  }
}
header > div > a > svg #wydradesigns {
  fill: rgb(46, 0, 14);
}
header > div #burger-container {
  height: 64px;
  width: 64px;
  z-index: 15000;
  position: absolute;
  right: 20px;
  margin-right: -8px;
  cursor: pointer;
}
@media (min-device-width: 768px) {
  header > div #burger-container {
    right: 40px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  header > div #burger-container {
    right: 64px;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  header > div #burger-container {
    right: 12vw;
  }
}
header > div #burger-container g path {
  fill: none;
  stroke: rgb(229, 0, 69);
}
header > div .sidenav {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  background-color: rgb(251, 251, 251);
  overflow-x: hidden;
  padding-top: 80px;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
}
header > div .sidenav a {
  padding: 20px 20px;
  align-items: center;
  text-decoration: none;
  font-size: 24px;
  color: rgb(229, 0, 69);
  display: block;
  transition: 0.25s;
}
@media (min-device-width: 768px) {
  header > div .sidenav a {
    padding: 20px 40px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  header > div .sidenav a {
    padding: 32px 40px;
    font-size: 32px;
  }
}
header > div .sidenav a:hover {
  background-color: #e50045;
  color: rgb(255, 255, 255);
}
header > div .sidenav a:active {
  background-color: rgba(229, 0, 69, 0.8);
  color: rgb(255, 255, 255);
}

/* =============
    Footer
============= */
footer {
  background-color: rgb(43, 43, 43);
  color: rgb(239, 239, 239);
  background-image: radial-gradient(circle at center, rgba(171, 171, 171, 0.1) 0.1rem, transparent 0), radial-gradient(circle at center, rgba(171, 171, 171, 0.1) 0.1rem, transparent 0);
  background-size: 1.3rem 1.3rem;
  background-position: 0 0, 0.65rem 0.65rem;
  overflow: hidden;
}
footer .button {
  text-transform: none;
  align-self: flex-start;
  background-color: rgb(204, 239, 250);
  width: 100%;
  border-radius: 16px;
}
footer .button > a {
  height: 100%;
  width: 100%;
  padding: 0px;
  align-items: center;
  border-radius: 16px;
  font-weight: 400;
  color: rgb(0, 35, 46);
}
footer .button > a > svg {
  fill: rgb(0, 35, 46);
}
footer .button > a > svg > path {
  fill: rgb(0, 35, 46);
}
footer .button:link > a, footer .button:visited > a {
  color: rgb(0, 35, 46);
}
footer .button:link > a > svg, footer .button:visited > a > svg {
  fill: rgb(0, 35, 46);
}
footer .button:link > a > svg > path, footer .button:visited > a > svg > path {
  fill: rgb(0, 35, 46);
}
footer .button:hover > a {
  background-color: rgba(0, 177, 230, 0.08);
  color: rgb(0, 35, 46);
}
footer .button:hover > a > svg {
  fill: rgb(0, 35, 46);
}
footer .button:hover > a > svg > path {
  fill: rgb(0, 35, 46);
}
footer .button:active > a {
  background-color: rgba(0, 177, 230, 0.1);
  color: rgb(0, 35, 46);
}
footer .button:active > a > svg {
  fill: rgb(0, 35, 46);
}
footer .button:active > a > svg > path {
  fill: rgb(0, 35, 46);
}
footer > div {
  display: flex;
  flex-direction: column;
  margin-top: 64px;
}
@media (min-device-width: 768px) {
  footer > div {
    display: grid;
    margin-top: 104px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    grid-template-areas: "h h h" "e e n" "a a a";
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  footer > div {
    margin-top: 160px;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  footer > div {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    grid-template-areas: "h h h h" "e e n a";
  }
}
footer > div h2 {
  grid-area: h;
  font-size: 3.25rem;
  line-height: 4rem;
}
footer > div article {
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-area: e;
}
footer > div article .button {
  height: 16vh;
}
@supports (width: stretch) {
  footer > div article .button {
    width: stretch;
  }
}
@supports (width: -webkit-fill-available) {
  footer > div article .button {
    width: -webkit-fill-available;
  }
}
@media (min-device-width: 768px) {
  footer > div article .button {
    height: 100%;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  footer > div article .button:hover {
    transform: scale(1.04);
  }
}
footer > div nav {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  grid-area: n;
}
footer > div nav .button {
  height: 8vh;
  width: 100%;
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  footer > div nav .button {
    height: 100%;
  }
}
@supports (width: stretch) {
  footer > div nav .button a {
    width: stretch;
  }
}
@supports (width: -webkit-fill-available) {
  footer > div nav .button a {
    width: -webkit-fill-available;
  }
}
footer > div aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  grid-area: a;
}
@supports (width: stretch) {
  footer > div aside {
    width: stretch;
  }
}
@supports (width: -webkit-fill-available) {
  footer > div aside {
    width: -webkit-fill-available;
  }
}
@media (min-device-width: 768px) {
  footer > div aside {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  footer > div aside {
    flex-direction: column;
  }
}
footer > div aside ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  footer > div aside ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
footer > div aside ul .button {
  height: 8vh;
  width: 8vh;
  border-radius: 100px;
  aspect-ratio: 1/1;
}
@media (min-device-width: 768px) {
  footer > div aside ul .button {
    height: 86px;
    width: 86px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  footer > div aside ul .button {
    height: 108px;
    width: 108px;
  }
}
footer > div aside ul .button > a {
  border-radius: 100px;
}
footer > div aside ul .button svg {
  margin: 0px;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  footer > div aside ul .button svg {
    height: 2em;
  }
}
footer > div aside > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: rgb(255, 252, 204);
  height: fit-content;
  width: 100%;
}
@supports (width: stretch) {
  footer > div aside > div {
    width: stretch;
  }
}
@supports (width: -webkit-fill-available) {
  footer > div aside > div {
    width: -webkit-fill-available;
  }
}
footer > div aside > div h5 {
  text-align: center;
  color: rgb(51, 48, 0);
}

/* =============
    CS Footer
============= */
#csFooter > div article {
  grid-gap: 16px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-areas: "b";
}
@media (min-device-width: 504px) {
  #csFooter > div article {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "b b .";
  }
}
@media (min-device-width: 768px) {
  #csFooter > div article {
    grid-gap: 24px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #csFooter > div article {
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas: "b b . . .";
  }
}
#csFooter > div article div {
  grid-area: b;
  width: 100%;
}
#csFooter > div article div a {
  width: 100%;
}

/* =============
    Index Hero
============= */
#indexHero {
  overflow-x: clip;
  overflow-y: visible;
}
#indexHero article {
  width: 100%;
  position: relative;
  height: auto;
  min-height: auto;
  justify-content: space-between;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexHero article {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
#indexHero article h1 {
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 100%;
  font-size: 20vw;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexHero article h1 {
    font-size: 12vw;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  #indexHero article h1 {
    font-size: 8vw;
  }
}
#indexHero article h1 span {
  width: 100%;
  text-align: right;
  min-height: 88px;
  height: 8vh;
  align-content: flex-end;
}
@media (min-device-width: 768px) {
  #indexHero article h1 span {
    height: 16vh;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexHero article h1 span {
    height: 12vh;
    text-align: center;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  #indexHero article h1 span {
    height: 4vh;
  }
}
#indexHero article img {
  position: absolute;
  width: 100vw;
  z-index: -1;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media (min-device-width: 504px) {
  #indexHero article img {
    width: 90vw;
  }
}
@media (min-device-width: 768px) {
  #indexHero article img {
    max-width: 800px;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  #indexHero article img {
    max-width: 1024px;
  }
}
#indexHero article img:nth-of-type(1) {
  top: -2vw;
  left: -40vw;
  rotate: -180deg;
}
@media (min-device-width: 504px) {
  #indexHero article img:nth-of-type(1) {
    top: -8vw;
  }
}
@media (min-device-width: 768px) {
  #indexHero article img:nth-of-type(1) {
    top: -4vw;
    left: -24vw;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexHero article img:nth-of-type(1) {
    top: -16vw;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  #indexHero article img:nth-of-type(1) {
    left: -16vw;
  }
}
#indexHero article img:nth-of-type(2) {
  bottom: -8vw;
  right: -32vw;
}
@media (min-device-width: 768px) {
  #indexHero article img:nth-of-type(2) {
    bottom: -12vw;
    right: -24vw;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexHero article img:nth-of-type(2) {
    bottom: -4vw;
    right: -20vw;
  }
}

/* =============
    Index Intro
============= */
#indexIntro article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  max-width: 600px;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexIntro article {
    max-width: 680px;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  #indexIntro article {
    max-width: 840px;
  }
}
#indexIntro article h3 {
  color: rgb(0, 35, 46);
}
#indexIntro article h3 .intro-angle {
  color: rgb(0, 35, 46);
  background-color: rgb(253, 253, 253);
  border: 2px solid rgb(0, 177, 230);
  padding: 8px 8px 4px;
  border-radius: 8px;
  display: inline-block;
}

/* =============
    Index Project
============= */
.index-project article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .index-project article {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  .index-project article {
    min-height: 500px;
    height: 40vh;
  }
}
.index-project article img {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  background-image: none;
  object-fit: cover;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .index-project article img {
    height: auto;
  }
}
.index-project article div {
  display: flex;
  flex-direction: column;
  padding: 0px;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .index-project article div {
    min-width: 200px;
    max-width: 901px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .index-project article div > div {
    padding: 16px;
    border-radius: 16px;
    background-color: rgba(253, 253, 253, 0.001);
    backdrop-filter: blur(4px);
  }
}
.index-project article div > div h3 {
  padding-bottom: 16px;
}
.index-project article div ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  .index-project article div ul,
  .index-project article div h6 {
    margin: 0px 16px;
  }
}
.index-project article div .button {
  align-self: initial;
}
@media (min-device-width: 504px) {
  .index-project article div .button {
    align-self: flex-start;
  }
}

.index-project.inverse {
  color: rgb(239, 239, 239);
}
.index-project.inverse .chip {
  border: none;
  color: rgb(0, 35, 46);
  background-color: rgb(204, 239, 250);
}

/* =============
    Index Project One
============= */
#indexProjectOne {
  background-color: #00003A;
  position: relative;
  overflow: hidden;
}
#indexProjectOne article {
  z-index: 1;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexProjectOne article figure {
    position: relative;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexProjectOne article figure img {
    position: absolute;
    z-index: 0;
    transform: scale(3);
    bottom: -52vh;
    left: 14vw;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  #indexProjectOne article figure img {
    transform: scale(2.5);
    bottom: -64vh;
    left: 7vw;
  }
}
#indexProjectOne article div {
  z-index: 1;
}
#indexProjectOne > svg {
  position: absolute;
  z-index: 0;
  transform: scale(0.3);
  transform-origin: top left;
  overflow: visible;
}
@media (min-device-width: 504px) {
  #indexProjectOne > svg {
    transform: scale(0.35);
  }
}
@media (min-device-width: 768px) {
  #indexProjectOne > svg {
    transform: scale(0.4);
  }
}
#indexProjectOne > svg #mdsCircle1 {
  transform-origin: top left;
  transform: translate(0vw, -10vh);
}
#indexProjectOne > svg #mdsCircle2 {
  transform-origin: top left;
  transform: translate(0vw, 40vh);
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexProjectOne > svg #mdsCircle2 {
    transform: translate(220vw, -40vh);
  }
}
#indexProjectOne > svg #mdsCircle3 {
  transform-origin: center left;
  transform: translate(-120vw, 140vh);
}
@media (min-device-width: 504px) {
  #indexProjectOne > svg #mdsCircle3 {
    transform: translate(-60vw, 80vh);
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexProjectOne > svg #mdsCircle3 {
    transform: translate(0vw, 70vh);
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  #indexProjectOne > svg #mdsCircle3 {
    transform: translate(70vw, 70vh);
  }
}

/* =============
    Index Project Two
============= */
#indexProjectTwo {
  background-color: #700000;
  background-image: url(../img/index/indexProjectTwo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}
#indexProjectTwo #cftLogo {
  height: 40vh;
  align-self: center;
  margin-bottom: 24px;
  transform-origin: 50% 50%;
  overflow: visible;
}
@media (min-device-width: 768px) {
  #indexProjectTwo #cftLogo {
    transform-origin: center left;
    margin: 0px;
    align-self: center;
    justify-self: center;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexProjectTwo #cftLogo {
    height: 50vh;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  #indexProjectTwo #cftLogo {
    height: 44vh;
  }
}
#indexProjectTwo #cftLogo .cls-1,
#indexProjectTwo #cftLogo .cls-2 {
  fill: #900;
}
#indexProjectTwo #cftLogo .cls-3 {
  stroke-width: 1.81px;
}
#indexProjectTwo #cftLogo .cls-3,
#indexProjectTwo #cftLogo .cls-4,
#indexProjectTwo #cftLogo .cls-5 {
  fill: #fff;
}
#indexProjectTwo #cftLogo .cls-3,
#indexProjectTwo #cftLogo .cls-5 {
  stroke: #fff;
}
#indexProjectTwo #cftLogo .cls-5 {
  stroke-width: 0.86px;
}
#indexProjectTwo #cftLogo .cls-2,
#indexProjectTwo #cftLogo .cls-5 {
  fill-rule: evenodd;
}
#indexProjectTwo #cftLogo #cftLogoInsert {
  transform-origin: 50% 50%;
}
#indexProjectTwo #cftLogo #cftLogoSymbolCircle {
  transform-origin: 50% 50%;
}

/* =============
    Index Project Three
============= */
#indexProjectThree {
  background-color: rgba(232, 242, 255, 0.4);
  position: relative;
  overflow: hidden;
}
#indexProjectThree article {
  z-index: 1;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexProjectThree article figure:nth-child(1) {
    display: none;
  }
}
#indexProjectThree article figure:nth-child(1) img {
  border-radius: 16px;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: bottom;
}
#indexProjectThree article figure:nth-child(2) {
  display: none;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexProjectThree article figure:nth-child(2) {
    position: relative;
    display: block;
  }
}
#indexProjectThree article figure:nth-child(2) img {
  object-fit: contain;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexProjectThree article figure:nth-child(2) img {
    z-index: 0;
    position: absolute;
    transform: scale(1.5);
    bottom: -48vh;
    left: 0vw;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  #indexProjectThree article figure:nth-child(2) img {
    transform: scale(1.4);
    bottom: -52vh;
    left: -2vw;
  }
}
#indexProjectThree article div {
  z-index: 1;
}

/* =============
    Index Project Four
============= */
#indexProjectFour {
  background-color: rgb(239, 239, 239);
}
#indexProjectFour figure img {
  object-fit: contain;
}

/* =============
    Index Marquees
============= */
#indexMarquee {
  overflow-x: clip;
  overflow-y: visible;
  margin-bottom: -24px;
}
#indexMarquee .marquee {
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  padding: 24px 0 8px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexMarquee .marquee {
    padding: 24px 0 8px;
  }
}
#indexMarquee .marquee li {
  font-size: 3.25rem;
  line-height: 100%;
  font-variation-settings: "slnt" 0, "wdth" 0, "wght" 800, "INKT" 100;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexMarquee .marquee li {
    font-size: 4.25rem;
  }
}
#indexMarquee > :nth-child(1) {
  background-color: rgb(255, 252, 204);
  color: rgb(51, 48, 0);
}
#indexMarquee > :nth-child(2) {
  background-color: rgb(0, 35, 46);
  color: rgb(153, 224, 245);
}
#indexMarquee > :nth-child(3) {
  background-color: rgb(239, 102, 143);
  color: rgb(0, 0, 0);
}
#indexMarquee .marquee-unit {
  flex-shrink: 0;
  padding: 0px 8px;
}
#indexMarquee .marquee-inner {
  width: fit-content;
  display: flex;
  flex: auto;
  flex-direction: row;
}

/* =============
    Index Project List
============= */
#indexProjectsList > article {
  display: flex;
  flex-direction: column;
}
#indexProjectsList > article > ul {
  display: flex;
  flex-direction: column;
}
@media (min-device-width: 768px) {
  #indexProjectsList > article > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexProjectsList > article > ul {
    display: flex;
    flex-direction: column;
  }
}
#indexProjectsList > article > ul .filterDiv {
  display: flex;
  flex-direction: column;
  overflow: clip;
  background-color: rgb(253, 253, 253);
}
@media (min-device-width: 768px) {
  #indexProjectsList > article > ul .filterDiv {
    height: 100%;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexProjectsList > article > ul .filterDiv {
    display: grid;
    grid-template-columns: 32vw 1fr;
    min-height: 472px;
  }
}
#indexProjectsList > article > ul .filterDiv img {
  aspect-ratio: 16/9;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexProjectsList > article > ul .filterDiv img {
    aspect-ratio: auto;
    height: 100%;
  }
}
#indexProjectsList > article > ul .filterDiv > div {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto 1fr 58px;
  align-self: stretch;
  height: stretch;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #indexProjectsList > article > ul .filterDiv > div {
    padding-left: 0px;
    grid-template-rows: auto auto 66px;
  }
}
#indexProjectsList > article > ul .filterDiv > div > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#indexProjectsList > article > ul .filterDiv > div > div h3 {
  min-height: 3lh;
}
@media (min-device-width: 768px) {
  #indexProjectsList > article > ul .filterDiv > div > div h3 {
    min-height: 3lh;
  }
}
#indexProjectsList > article > ul .filterDiv > div > div p {
  min-height: 3lh;
  margin-top: 12px;
}
@media (min-device-width: 768px) {
  #indexProjectsList > article > ul .filterDiv > div > div p {
    margin-top: 0px;
  }
}
#indexProjectsList > article > ul .filterDiv > div > div ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#indexProjectsList > article > ul .filterDiv > div > div ul .chip {
  height: 32px;
  max-height: 32px;
}
#indexProjectsList > article > ul .filterDiv .button {
  align-self: initial;
}
@media (min-device-width: 504px) {
  #indexProjectsList > article > ul .filterDiv .button {
    align-self: flex-start;
  }
}
@media (min-device-width: 768px) {
  #indexProjectsList > article > ul .filterDiv .button {
    justify-self: flex-start;
  }
}

/* =============
    About Who
============= */
#aboutWho > div {
  display: flex;
  flex-direction: column;
}
@media (min-device-width: 768px) {
  #aboutWho > div {
    flex-direction: row;
  }
}
@media (min-device-width: 768px) {
  #aboutWho > div aside {
    width: 80%;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #aboutWho > div aside {
    width: 32vw;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  #aboutWho > div aside {
    width: 16vw;
  }
}
#aboutWho > div aside img {
  aspect-ratio: 1/1;
  border-radius: 16px;
}

/* =============
    Resume Education
============= */
#resumeEducation > article {
  display: flex;
  flex-direction: column;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #resumeEducation > article {
    width: 75%;
  }
}
#resumeEducation > article div {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

/* =============
    Resume Honors
============= */
#resumeHonors > article {
  display: flex;
  flex-direction: column;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #resumeHonors > article {
    width: 75%;
  }
}

/* =============
    Resume Experience
============= */
#resumeExperience article {
  display: flex;
  flex-direction: column;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #resumeExperience article {
    width: 75%;
  }
}
#resumeExperience article h2 {
  color: rgb(43, 43, 43);
}
#resumeExperience article div ul {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
#resumeExperience article div ul p {
  color: rgb(43, 43, 43);
}
#resumeExperience article div ul ul {
  margin-top: 4px;
  padding-left: 8px;
  border-left: 2px solid rgb(171, 171, 171);
  margin-left: 2px;
}
@media (min-device-width: 768px) {
  #resumeExperience article div ul ul {
    padding-left: 12px;
    margin-left: 8px;
  }
}

/* =============
    Resume Skills
============= */
#resumeSkills > article {
  display: flex;
  flex-direction: column;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #resumeSkills > article {
    width: 75%;
  }
}
#resumeSkills > article div {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-device-width: 768px) {
  #resumeSkills > article div {
    grid-template-columns: repeat(2, 1fr);
  }
}
#resumeSkills > article div div {
  display: flex;
  flex-direction: column;
}
#resumeSkills > article div div ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  max-width: 500px;
}

/* =============
    ANTI Hero
============= */
#antiHero {
  background-image: url("../img/case-studies/anti/antiHero.jpg");
}
#antiHero article h1 {
  hyphens: manual;
}

/* =============
    ANTI Intro
============= */
#antiIntro article {
  display: flex;
  align-items: center;
  justify-content: center;
}
#antiIntro article div {
  display: flex;
  flex-direction: column;
  border-radius: 48px;
  border: 1px solid rgb(171, 171, 171);
  max-width: 600px;
}
@media (min-device-width: 768px) {
  #antiIntro article div {
    width: 72vw;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #antiIntro article div {
    width: 56vw;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  #antiIntro article div {
    width: 48vw;
  }
}

/* =============
    ANTI Gallery
============= */
#antiGallery article > img:nth-child(2) {
  aspect-ratio: 2/3;
  object-position: center 90%;
}
#antiGallery article > div:nth-child(4) > img:nth-child(1) {
  aspect-ratio: 2/1;
  object-fit: contain;
}
#antiGallery article li:nth-child(1) {
  background-image: url("../img/case-studies/anti/antiClosedFront.jpg");
  grid-area: ACF;
}
#antiGallery article li:nth-child(2) {
  background-image: url("../img/case-studies/anti/antiOpen.jpg");
  background-position: center 90%;
  grid-area: AO;
}
#antiGallery article li:nth-child(3) {
  background-image: url("../img/case-studies/anti/antiNeatFront.jpg");
  grid-area: ANF;
}
#antiGallery article li:nth-child(4) {
  background-image: url("../img/case-studies/anti/antiDogDetail.png");
  background-size: contain;
  grid-area: AntiDD;
}
@media (prefers-color-scheme: dark) {
  #antiGallery article li:nth-child(4) {
    background-image: url("../img/case-studies/anti/antiDogDetailWhite.png");
  }
}
#antiGallery article li:nth-child(5) {
  background-image: url("../img/case-studies/anti/antiClosedTopDetail.jpg");
  background-position: center 80%;
  grid-area: ACTD;
}
#antiGallery article li:nth-child(6) {
  background-image: url("../img/case-studies/anti/antiFullOpen.jpg");
  background-position: center 90%;
  grid-area: AFO;
}
@media (min-device-width: 504px) {
  #antiGallery article li:nth-child(6) {
    background-position: center 80%;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #antiGallery article li:nth-child(6) {
    background-position: center 90%;
  }
}

/* =============
    Attention to Detail Hero
============= */
#atdHero {
  background-image: url("../img/case-studies/atd/atdHero.jpg");
  background-position: 64% top;
}
@media (min-device-width: 768px) {
  #atdHero {
    background-position: center top;
  }
}

/* =============
    Attention to Detail Intro
============= */
#atdIntro > div {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
@media (min-device-width: 504px) {
  #atdIntro > div article {
    width: 72%;
  }
}
@media (min-device-width: 768px) {
  #atdIntro > div article {
    width: 50%;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #atdIntro > div article p {
    font-size: 1.25rem;
  }
}

/* =============
    Attention to Detail Gallery
============= */
#atdGallery article > img:nth-child(1),
#atdGallery article > img:nth-child(2),
#atdGallery article > img:nth-child(3) {
  object-fit: contain;
}
#atdGallery article > div:nth-child(4) > img:nth-child(1) {
  object-fit: contain;
}
#atdGallery article > img:nth-child(6) {
  aspect-ratio: unset;
}

/* =============
    Attention to Detail Color
============= */
#atdColor article .color-palette-group .color-palette div svg:nth-of-type(1) {
  box-shadow: inset 0px 0px 0px 1px rgba(128, 128, 128, 0.2);
}
#atdColor article .color-palette-group .color-palette div svg:nth-of-type(1) circle {
  fill: #FCFCFC;
}
#atdColor article .color-palette-group .color-palette div svg:nth-of-type(2) circle {
  fill: #E9E8E7;
}
#atdColor article .color-palette-group .color-palette div svg:nth-of-type(3) circle {
  fill: #1A1A1A;
}
#atdColor article .color-palette-group .color-palette div svg:last-child circle {
  fill: #FFBF00;
}
#atdColor article .color-palette:nth-of-type(1) div svg:nth-of-type(4) circle {
  fill: #10DAD7;
}
#atdColor article .color-palette:nth-of-type(1) div svg:nth-of-type(5) circle {
  fill: #003A4C;
}
#atdColor article .color-palette:nth-of-type(2) div svg:nth-of-type(4) circle {
  fill: #F28092;
}
#atdColor article .color-palette:nth-of-type(2) div svg:nth-of-type(5) circle {
  fill: #E60026;
}
#atdColor article .color-palette:nth-of-type(2) div svg:nth-of-type(6) circle {
  fill: #72051B;
}
#atdColor article .color-palette:nth-of-type(3) div svg:nth-of-type(4) circle {
  fill: #B89FDF;
}
#atdColor article .color-palette:nth-of-type(3) div svg:nth-of-type(5) circle {
  fill: #7140BF;
}
#atdColor article .color-palette:nth-of-type(3) div svg:nth-of-type(6) circle {
  fill: #382468;
}

/* =============
    Attention to Detail Iconography
============= */
#atdIconography article div:nth-child(2) {
  grid-area: icon-grid;
}
#atdIconography article div:nth-child(2) ul {
  grid-gap: 16px;
  display: grid;
  grid-template-areas: "halftone square outline-triangle" "dotted-circle dotted-circle lines" "dotted-square two-zig-zag-uneven two-zig-zag-uneven";
  grid-template-columns: repeat(3, 1fr);
}
@media (min-device-width: 504px) {
  #atdIconography article div:nth-child(2) ul {
    grid-template-areas: ". halftone halftone . square" ". halftone halftone outline-triangle ." "dotted-circle . two-zig-zag-uneven two-zig-zag-uneven ." "lines lines . . dotted-square";
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-device-width: 768px) {
  #atdIconography article div:nth-child(2) ul {
    grid-gap: 24px;
    grid-template-areas: ". halftone halftone . square dotted-circle dotted-circle two-zig-zag-uneven two-zig-zag-uneven" "lines halftone halftone outline-triangle . dotted-circle dotted-circle dotted-square .";
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #atdIconography article div:nth-child(2) ul {
    grid-gap: 32px;
  }
}
#atdIconography article div:nth-child(2) ul li:nth-child(1) {
  grid-area: halftone;
}
#atdIconography article div:nth-child(2) ul li:nth-child(2) {
  grid-area: square;
}
#atdIconography article div:nth-child(2) ul li:nth-child(3) {
  grid-area: lines;
}
#atdIconography article div:nth-child(2) ul li:nth-child(4) {
  grid-area: outline-triangle;
}
#atdIconography article div:nth-child(2) ul li:nth-child(5) {
  grid-area: dotted-circle;
}
#atdIconography article div:nth-child(2) ul li:nth-child(6) {
  grid-area: dotted-square;
}
#atdIconography article div:nth-child(2) ul li:nth-child(7) {
  grid-area: two-zig-zag-uneven;
}
#atdIconography article p:nth-child(3) {
  grid-area: p1;
}
#atdIconography article p:nth-child(4) {
  grid-area: p2;
}

/* =============
    Attention to Detail Iconography SVG Edits
============= */
#atdDottedCircle #ShapeDottedCircle #Oval {
  stroke: rgb(0, 0, 0);
}

#atdDottedSquare .st0,
#atdDottedSquare .st1 {
  stroke: rgb(0, 0, 0);
}

#atdHalftone #PatternHalftoneOffset {
  fill: rgb(0, 0, 0);
}

#atdLines #ShapeOutlineLines {
  stroke: rgb(0, 0, 0);
}

#atdOutlineTriangle #ShapeOutlineTriangle #Triangle {
  stroke: rgb(0, 0, 0);
}

#atdSquare #ShapeSolidSquare {
  fill: rgb(0, 0, 0);
  stroke: rgb(0, 0, 0);
}

#atdTwoZigZagUneven #Pattern2ZigZagUneven #Path-2,
#atdTwoZigZagUneven #Pattern2ZigZagUneven #Path-2-Copy {
  stroke: rgb(0, 0, 0);
}

/* =============
    Attention to Detail Imagery
============= */
#atdImagery article li {
  justify-content: center;
  align-self: center;
}
#atdImagery article li img {
  object-fit: contain;
  aspect-ratio: unset;
}

/* =============
    Attention to Detail Imagery SVG Edits
============= */
@media (prefers-color-scheme: dark) {
  #atdPictogram #atdSquareVM1 {
    stroke: #7140BF;
    fill: #7140BF;
  }
}

/* =============
    Attention to Detail Logo
============= */
#atdLogo div {
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #atdLogo div p {
    width: 100%;
    max-width: 100%;
  }
}

/* =============
    Attention to Detail Imagery SVG Edits
============= */
#atdLogoSVG #atdD,
#atdLogoSVG .cls-2 {
  fill: white;
}

/* =============
    BK Hero
============= */
#bkHero {
  background-image: url("../img/case-studies/bk/bkHero.jpg");
}

/* =============
    BK Gallery
============= */
/* =============
    CARDS FOR TODAY Hero
============= */
#cftHero {
  background-color: #700000;
  background-image: url("../img/case-studies/cft/cftHero.jpg");
  background-blend-mode: multiply;
}
#cftHero article h1 {
  hyphens: manual;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #cftHero article h1 {
    hyphens: none;
  }
}

/* =============
    CARDS FOR TODAY Branding
============= */
#cftBranding article img {
  object-fit: contain;
}
#cftBranding article .color-palette div svg:nth-of-type(1) {
  box-shadow: inset 0px 0px 0px 1px rgba(128, 128, 128, 0.2);
}
#cftBranding article .color-palette div svg:nth-of-type(1) circle {
  fill: white;
}
#cftBranding article .color-palette div svg:nth-of-type(2) circle {
  fill: black;
}
#cftBranding article .color-palette div svg:nth-of-type(3) circle {
  fill: #990000;
}
#cftBranding article .gallery-2-col figure:nth-child(1) img {
  background-color: rgb(0, 0, 0);
}
#cftBranding article .gallery-2-col figure:nth-child(2) img {
  background-color: rgb(255, 255, 255);
}

/* =============
    CARDS FOR TODAY Gallery
============= */
#cftGallery article .gallery-2-col img {
  aspect-ratio: 3/4;
}
#cftGallery article .gallery-2-col img:nth-child(1) {
  border-radius: 36px;
}
#cftGallery article .gallery-2-col img:nth-child(2) {
  object-fit: cover;
}

/* =============
    CL Hero
============= */
#clHero {
  background-image: url("../img/case-studies/cl/clHero.jpg");
  background-position: center top;
}

/* =============
    CL Gallery
============= */
#clGallery > div article ul {
  grid-template-areas: "CP" "paragraph1" "CPM";
  grid-template-rows: 400px auto 600px;
}
@media (min-device-width: 504px) {
  #clGallery > div article ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "CP CP CP" "paragraph1 paragraph1 paragraph1" ". CPM CPM";
    grid-template-rows: 600px auto 400px;
  }
}
@media (min-device-width: 768px) {
  #clGallery > div article ul {
    grid-template-rows: 800px auto 504px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #clGallery > div article ul {
    grid-template-columns: repeat(7, 1fr);
    grid-template-areas: "paragraph1 paragraph1 paragraph1 CP CP CP CP" "CPM CPM CPM CPM CPM . .";
    grid-template-rows: 744px 504px;
  }
}
#clGallery > div article ul li:nth-child(1) {
  background-image: url("../img/case-studies/cl/clPoster.jpg");
  grid-area: CP;
  background-size: contain;
}
#clGallery > div article ul li:nth-child(2) {
  background-image: url("../img/case-studies/cl/clPosterMockup.jpg");
  grid-area: CPM;
  background-position: 30% center;
}
@media (min-device-width: 504px) {
  #clGallery > div article ul li:nth-child(2) {
    background-position: 40% center;
  }
}
#clGallery > div article ul li:nth-child(3) {
  grid-area: paragraph1;
}
#clGallery > div article ul li:nth-child(3) p {
  width: 100%;
}

/* =============
    FENDER Hero
============= */
#fenderHero {
  background-image: url("../img/case-studies/fender/fenderHero.jpg");
  background-position: center bottom;
}

/* =============
    FENDER Text
============= */
#fenderText1 div img {
  aspect-ratio: 1/1;
}

/* =============
    FENDER Gallery
============= */
#fenderGallery article div img {
  aspect-ratio: 1/1;
}
#fenderGallery article > img:nth-child(4), #fenderGallery article img:nth-child(5) {
  aspect-ratio: 3/4;
}

/* =============
    ICM Hero
============= */
#icmHero {
  background-image: url("../img/case-studies/icm/icmHero.jpg");
  background-position: right bottom;
}

/* =============
    ICM Text
============= */
#icmText1 > div article p {
  margin: 0px 0px 48px 0px;
}
@media (min-device-width: 768px) {
  #icmText1 > div article p {
    margin: 0px 0px 56px 0px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #icmText1 > div article p {
    margin: 0px 0px 64px 0px;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  #icmText1 > div article p {
    margin: 0px 0px 80px 0px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #icmText1 > div article ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
#icmText1 > div article ul li {
  background-size: contain;
  height: 200px;
}
#icmText1 > div article ul li:nth-child(1) {
  background-image: url("../img/case-studies/icm/icmAbstract.svg");
}
@media (prefers-color-scheme: dark) {
  #icmText1 > div article ul li:nth-child(1) {
    background-image: url("../img/case-studies/icm/icmAbstractWhite.svg");
  }
}
#icmText1 > div article ul li:nth-child(2) {
  background-image: url("../img/case-studies/icm/icmPictographic.svg");
}
@media (prefers-color-scheme: dark) {
  #icmText1 > div article ul li:nth-child(2) {
    background-image: url("../img/case-studies/icm/icmPictographicWhite.svg");
  }
}
#icmText1 > div article ul li:nth-child(3) {
  background-image: url("../img/case-studies/icm/icmLettered.svg");
}
@media (prefers-color-scheme: dark) {
  #icmText1 > div article ul li:nth-child(3) {
    background-image: url("../img/case-studies/icm/icmLetteredWhite.svg");
  }
}
#icmText1 > div article ul li:nth-child(4) {
  background-image: url("../img/case-studies/icm/icmCombo.svg");
}
@media (prefers-color-scheme: dark) {
  #icmText1 > div article ul li:nth-child(4) {
    background-image: url("../img/case-studies/icm/icmComboWhite.svg");
  }
}

/* =============
    ICM Gallery
============= */
#icmGallery > div article ul {
  grid-template-areas: "paragraph1" "ISM" "IBP" "IPL";
  grid-template-rows: auto 200px 200px 176px;
}
@media (min-device-width: 504px) {
  #icmGallery > div article ul {
    grid-template-areas: "ISM ISM ISM" "paragraph1 paragraph1 ." ". IBP IBP" "IPL IPL IPL";
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 504px auto 200px 264px;
  }
}
@media (min-device-width: 768px) {
  #icmGallery > div article ul {
    grid-template-rows: 680px auto 304px 400px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #icmGallery > div article ul {
    grid-template-areas: "ISM ISM ISM ISM ISM ISM ISM" "IBP IBP . paragraph1 paragraph1 paragraph1 paragraph1" "IPL IPL IPL IPL IPL IPL IPL";
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 744px auto 640px;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  #icmGallery > div article ul {
    grid-template-rows: 800px auto 704px;
  }
}
#icmGallery > div article ul li:nth-child(1) {
  background-image: url("../img/case-studies/icm/icmStationaryMockup.jpg");
  grid-area: ISM;
}
#icmGallery > div article ul li:nth-child(2) {
  background-image: url("../img/case-studies/icm/icmButtonPins.jpg");
  grid-area: IBP;
  background-size: auto 150%;
}
@media (min-device-width: 504px) {
  #icmGallery > div article ul li:nth-child(2) {
    background-size: cover;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #icmGallery > div article ul li:nth-child(2) {
    background-size: auto 200%;
  }
}
#icmGallery > div article ul li:nth-child(3) {
  background-image: url("../img/case-studies/icm/icmPresentationLayout.jpg");
  grid-area: IPL;
  background-position: center 10%;
}
#icmGallery > div article ul li:nth-child(4) {
  grid-area: paragraph1;
}
#icmGallery > div article ul li:nth-child(4) p {
  width: 100%;
}

/* =============
    MERAKI DESIGN SYSTEM Hero
============= */
#mdsHero {
  background-image: url("../img/case-studies/mds/mdsHero.png");
  background-position: center;
}
#mdsHero article h1 {
  hyphens: manual;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #mdsHero article h1 {
    hyphens: none;
  }
}

/* =============
    MERAKI DESIGN SYSTEM Branding
============= */
#mdsProcess article iframe:nth-of-type(1) {
  height: auto;
}
@media (min-device-width: 768px) {
  #mdsProcess article iframe:nth-of-type(1) {
    height: 16vw;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #mdsProcess article iframe:nth-of-type(1) {
    height: 15vw;
  }
}
#mdsProcess article iframe:nth-of-type(2) {
  aspect-ratio: 11/7;
  height: auto;
}
#mdsProcess article ul:nth-child(15) {
  display: flex;
  flex-direction: column;
}
@media (min-device-width: 768px) {
  #mdsProcess article ul:nth-child(15) {
    flex-direction: row;
    align-items: baseline;
  }
}

/* =============
    MERAKI DESIGN SYSTEM Outcomes
============= */
/* =============
    Movebo Hero
============= */
#mHero {
  background-image: url("../img/case-studies/m/mHero.jpg");
  background-position: 24% top;
}

/* =============
    Movebo Gallery
============= */
#mGallery > div article ul {
  grid-template-areas: "MMHO" "paragraph1" "MSOne" "MMBHO" "MTHO" "MSTwo" "MSThree";
  grid-template-rows: 504px auto 200px 192px 400px 160px 160px;
}
@media (min-device-width: 504px) {
  #mGallery > div article ul {
    grid-template-areas: "MMHO MMHO MMHO" "paragraph1 paragraph1 ." "MSOne MSOne MSOne" "MMBHO MMBHO MMBHO" "MTHO MTHO MSThree" "MTHO MTHO ." "MSTwo MSTwo MSTwo";
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 600px auto 200px 264px 80px 200px 264px;
  }
}
@media (min-device-width: 768px) {
  #mGallery > div article ul {
    grid-template-areas: "MMTLD MMTLD MMTLD" "paragraph1 paragraph1 ." "MSOne MSOne MSThree" "MMBT MMBT MMBT" "MTHO MTHO ." "MSTwo MSTwo MSTwo";
    grid-template-rows: 400px auto 320px 600px 400px 400px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #mGallery > div article ul {
    grid-template-areas: "MMTLD MMTLD MMTLD paragraph1 paragraph1 paragraph1 paragraph1" "MSOne MSOne MSOne MSOne MSOne MSThree MSThree" "MTHO MTHO MMBT MMBT MMBT MMBT MMBT" "MSTwo MSTwo MSTwo MSTwo MSTwo MSTwo .";
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: auto 264px 416px 440px;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  #mGallery > div article ul {
    grid-template-rows: 280px 344px 560px 480px;
  }
}
#mGallery > div article ul li:nth-child(1) {
  background-image: url("../img/case-studies/m/mMobileHeadOn.png");
  grid-area: MMHO;
  background-size: auto 104%;
  background-position: center top;
}
@media (min-device-width: 768px) {
  #mGallery > div article ul li:nth-child(1) {
    display: none;
  }
}
#mGallery > div article ul li:nth-child(2) {
  background-image: url("../img/case-studies/m/mMobileTiltLeftDown.png");
  display: none;
}
@media (min-device-width: 768px) {
  #mGallery > div article ul li:nth-child(2) {
    display: initial;
    background-size: auto 110%;
    background-position: center top;
    grid-area: MMTLD;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #mGallery > div article ul li:nth-child(2) {
    background-size: 110% auto;
  }
}
#mGallery > div article ul li:nth-child(3) {
  background-image: url("../img/case-studies/m/mMacBookTilt.png");
  display: none;
}
@media (min-device-width: 768px) {
  #mGallery > div article ul li:nth-child(3) {
    grid-area: MMBT;
    background-size: contain;
    display: initial;
  }
}
#mGallery > div article ul li:nth-child(4) {
  background-image: url("../img/case-studies/m/mTabletHeadOn.png");
  grid-area: MTHO;
  background-size: auto 424px;
  background-position: left top;
}
@media (min-device-width: 504px) {
  #mGallery > div article ul li:nth-child(4) {
    background-size: auto 448px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #mGallery > div article ul li:nth-child(4) {
    background-size: auto 344px;
  }
}
#mGallery > div article ul li:nth-child(5) {
  background-image: url("../img/case-studies/m/mMacBookHeadOn.png");
  grid-area: MMBHO;
  background-size: contain;
}
@media (min-device-width: 768px) {
  #mGallery > div article ul li:nth-child(5) {
    display: none;
  }
}
#mGallery > div article ul li:nth-child(6) {
  background-image: url("../img/case-studies/m/mScreenshot1.png");
  grid-area: MSOne;
  background-position: center top;
}
@media (min-device-width: 504px) {
  #mGallery > div article ul li:nth-child(6) {
    background-position: right center;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #mGallery > div article ul li:nth-child(6) {
    background-position: center top;
  }
}
#mGallery > div article ul li:nth-child(7) {
  background-image: url("../img/case-studies/m/mScreenshot2.png");
  grid-area: MSTwo;
}
#mGallery > div article ul li:nth-child(8) {
  background-image: url("../img/case-studies/m/mScreenshot3.png");
  grid-area: MSThree;
}
@media (min-device-width: 768px) {
  #mGallery > div article ul li:nth-child(8) {
    background-position: 80% center;
  }
}
#mGallery > div article ul li:nth-child(9) {
  grid-area: paragraph1;
}
#mGallery > div article ul li:nth-child(9) p {
  width: 100%;
}

/* =============
    ON Hero
============= */
#onHero {
  background-image: url("../img/case-studies/on/onHero.jpg");
  background-position: center top;
}

/* =============
    ON Gallery
============= */
#onGallery > div article ul {
  grid-template-areas: "OP" "paragraph1" "OPM";
  grid-template-rows: 304px auto 480px;
}
@media (min-device-width: 504px) {
  #onGallery > div article ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "OP OP ." "paragraph1 paragraph1 ." ". OPM OPM";
    grid-template-rows: 400px auto 600px;
  }
}
@media (min-device-width: 768px) {
  #onGallery > div article ul {
    grid-template-rows: 504px auto 680px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #onGallery > div article ul {
    grid-template-columns: repeat(7, 1fr);
    grid-template-areas: "paragraph1 paragraph1 paragraph1 OP OP OP OP" ". . . OP OP OP OP" "OPM OPM OPM OPM OPM . .";
    grid-template-rows: auto 200px 800px;
  }
}
#onGallery > div article ul li:nth-child(1) {
  background-image: url("../img/case-studies/on/onPoster.jpg");
  grid-area: OP;
  background-size: contain;
}
#onGallery > div article ul li:nth-child(2) {
  background-image: url("../img/case-studies/on/onPosterMockup.jpg");
  grid-area: OPM;
}
#onGallery > div article ul li:nth-child(3) {
  grid-area: paragraph1;
}
#onGallery > div article ul li:nth-child(3) p {
  width: 100%;
}

/* =============
    QV Hero
============= */
#qvHero {
  background-image: url("../img/case-studies/qv/qvBrochureDetail2.jpg");
  background-position: center 80%;
}

/* =============
    QV Text
============= */
#qvText1 > div article p {
  margin: 0px 0px 40px 0px;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #qvText1 > div article p {
    margin: 0px 0px 56px 0px;
  }
}
#qvText1 > div article ul li {
  filter: saturate(0.75);
}
#qvText1 > div article ul li:nth-child(1) {
  background-image: url("../img/case-studies/qv/qvBrochureInspiration1.jpg");
}
#qvText1 > div article ul li:nth-child(2) {
  background-image: url("../img/case-studies/qv/qvBrochureInspiration2.jpg");
}
#qvText1 > div article ul li:nth-child(3) {
  background-image: url("../img/case-studies/qv/qvBrochureInspiration3.jpg");
  filter: saturate(1);
}
@media (min-device-width: 504px) {
  #qvText1 > div article ul li:nth-child(3) {
    grid-column: span 2;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #qvText1 > div article ul li:nth-child(3) {
    grid-column: span 1;
  }
}

/* =============
    QV Gallery
============= */
#qvGallery > div article ul {
  grid-template-areas: "BO2" "BO1" "BD3" "paragraph" "BI1" "BD4" "BI2";
  grid-template-rows: 240px 400px 200px auto 400px 200px 320px;
}
@media (min-device-width: 504px) {
  #qvGallery > div article ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "BO1 BO2 BO2" "BO1 BD3 BD3" ". BD3 BD3" "paragraph paragraph paragraph" "BI1 BI1 ." ". BD4 BD4" "BI2 BI2 BI2";
    grid-template-rows: 224px 104px 160px auto 400px 200px 400px;
  }
}
@media (min-device-width: 768px) {
  #qvGallery > div article ul {
    grid-template-areas: "BO1 BO2 BO2" "BO1 BD3 BD3" ". BD3 BD3" "paragraph paragraph ." "BI1 BI1 BD4" "BI1 BI1 ." "BI2 BI2 BI2";
    grid-template-rows: 280px 104px 120px auto 200px 304px 600px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #qvGallery > div article ul {
    grid-template-columns: repeat(7, 1fr);
    grid-template-areas: "BO1 BO1 . BO2 BO2 BO2 BO2" "BO1 BO1 . . paragraph paragraph paragraph" "BD3 BD3 BD3 BD3 paragraph paragraph paragraph" "BI2 BI2 BI2 BI2 BI2 . ." "BI2 BI2 BI2 BI2 BI2 BD4 BD4";
    grid-template-rows: 320px 200px auto 200px 400px;
  }
}
#qvGallery > div article ul li:nth-child(1) {
  background-image: url("../img/case-studies/qv/qvBrochureOutside2.jpg");
  grid-area: BO2;
}
@media (min-device-width: 768px) {
  #qvGallery > div article ul li:nth-child(1) {
    background-position: center bottom;
  }
}
#qvGallery > div article ul li:nth-child(2) {
  background-image: url("../img/case-studies/qv/qvBrochureOutside1.jpg");
  grid-area: BO1;
}
#qvGallery > div article ul li:nth-child(3) {
  background-image: url("../img/case-studies/qv/qvBrochureDetail3.jpg");
  grid-area: BD3;
  background-position: center bottom;
}
#qvGallery > div article ul li:nth-child(4) {
  background-image: url("../img/case-studies/qv/qvBrochureInside1.jpg");
  grid-area: BI1;
}
@media (min-device-width: 768px) {
  #qvGallery > div article ul li:nth-child(4) {
    background-position: center 56%;
  }
}
#qvGallery > div article ul li:nth-child(5) {
  background-image: url("../img/case-studies/qv/qvBrochureDetail4.jpg");
  grid-area: BD4;
  background-position: left top;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #qvGallery > div article ul li:nth-child(5) {
    background-position: 30% top;
  }
}
#qvGallery > div article ul li:nth-child(6) {
  background-image: url("../img/case-studies/qv/qvBrochureInside2.jpg");
  grid-area: BI2;
}
#qvGallery > div article ul li:nth-child(7) {
  grid-area: paragraph;
}
#qvGallery > div article ul li:nth-child(7) p {
  width: 100%;
}

/* =============
    R&D DASHBOARD Hero
============= */
#rddHero {
  background-image: url("../img/case-studies/rdd/rddHero.jpg");
  background-position: center;
}
#rddHero article h1 {
  hyphens: manual;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #rddHero article h1 {
    hyphens: none;
  }
}

/* =============
    SA Hero
============= */
#saHero {
  background-image: url("../img/case-studies/sa/saHero.jpg");
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #saHero {
    background-position: center 80%;
  }
}

/* =============
    SA Text
============= */
#saText1 {
  margin: 144px 0px 0px 0px;
  padding: 96px 0px 0px 0px;
}
#saText1 > div article {
  grid-template-areas: "i" "p";
}
@media (min-device-width: 504px) {
  #saText1 > div article {
    grid-template-areas: "p i";
  }
}
#saText1 > div article div {
  grid-area: i;
  position: relative;
}
#saText1 > div article div figure {
  background-image: url("../img/case-studies/sa/saCover2.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 304px;
  overflow-x: scroll;
  position: absolute;
  right: 0;
  top: -168px;
  width: 288px;
}
@media (min-device-width: 504px) {
  #saText1 > div article div figure {
    height: 304px;
    top: -176px;
    width: 320px;
  }
}
@media (min-device-width: 768px) {
  #saText1 > div article div figure {
    height: 336px;
    left: 400;
    width: 504px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #saText1 > div article div figure {
    height: 504px;
    left: 504;
    width: 520px;
    top: -152px;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  #saText1 > div article div figure {
    height: 520px;
    width: 640px;
  }
}

/* =============
    SA Gallery
============= */
#saGallery > div article ul {
  grid-template-areas: "C1" "paragraph" "ToC" "MS" "ISb1" "IS2";
  grid-template-rows: 240px auto 224px 200px 200px 224px;
}
@media (min-device-width: 504px) {
  #saGallery > div article ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "C1 ToC ToC" "paragraph paragraph ." "MS MS MS" "ISb1 ISb1 IS2";
    grid-template-rows: 224px auto 400px 224px;
  }
}
@media (min-device-width: 768px) {
  #saGallery > div article ul {
    grid-template-rows: 304px auto 504px 304px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #saGallery > div article ul {
    grid-template-columns: repeat(7, 1fr);
    grid-template-areas: "C1 C1 C1 ToC ToC ToC ToC" "C1 C1 C1 paragraph paragraph paragraph paragraph" ". . MS MS MS MS MS" "ISb1 ISb1 ISb1 ISb1 IS2 IS2 IS2";
    grid-template-rows: 360px auto 440px 344px;
  }
}
#saGallery > div article ul li:nth-child(1) {
  background-image: url("../img/case-studies/sa/saCover1.jpg");
  grid-area: C1;
  background-position: center 56%;
}
#saGallery > div article ul li:nth-child(2) {
  background-image: url("../img/case-studies/sa/saToC.jpg");
  grid-area: ToC;
  background-position: 32% center;
}
#saGallery > div article ul li:nth-child(3) {
  background-image: url("../img/case-studies/sa/saMainSpread.jpg");
  grid-area: MS;
  background-position: 32% center;
}
#saGallery > div article ul li:nth-child(4) {
  background-image: url("../img/case-studies/sa/saInsideSpread1b.jpg");
  grid-area: ISb1;
  background-position: 88% center;
}
#saGallery > div article ul li:nth-child(5) {
  background-image: url("../img/case-studies/sa/saInsideSpread2.jpg");
  grid-area: IS2;
  background-position: 64% center;
}
#saGallery > div article ul li:nth-child(6) {
  grid-area: paragraph;
}
#saGallery > div article ul li:nth-child(6) p {
  width: 100%;
}

/* =============
    SHM Hero
============= */
#shmHero {
  background-image: url("../img/case-studies/shm/shmHero.jpg");
  background-position: center;
}
#shmHero article h1 {
  hyphens: manual;
}

/* =============
    SHM Gallery
============= */
#shmGallery .gallery-2-col img {
  aspect-ratio: 3/2;
}
#shmGallery .gallery-3-col img {
  aspect-ratio: 3/4;
}

/* =============
    SCOUT AI Hero
============= */
#saiHero {
  background-image: url("../img/case-studies/sai/saiHero.jpg");
  background-position: center;
}
#saiHero article h1 {
  hyphens: manual;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #saiHero article h1 {
    hyphens: none;
  }
}

/* =============
    SCOUT AI Branding
============= */
#saiProcess article ul {
  list-style-type: circle;
}

/* =============
    SCOUT AI Prototyping
============= */
#saiPrototyping .gallery-2-col {
  padding-bottom: 24px;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #saiPrototyping .gallery-2-col {
    padding-bottom: 36px;
  }
}
#saiPrototyping .gallery-2-col:last-of-type {
  padding-bottom: 0px;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #saiPrototyping .gallery-2-col:last-of-type {
    padding-bottom: 0px;
  }
}
@media (min-device-width: 768px) {
  #saiPrototyping .gallery-2-col {
    align-items: flex-start;
    position: relative;
  }
}
@media (min-device-width: 768px) {
  #saiPrototyping .gallery-2-col > img:first-of-type {
    position: sticky;
    top: 104px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #saiPrototyping .gallery-2-col > img:first-of-type {
    top: 116px;
  }
}
#saiPrototyping .gallery-2-col > img:nth-of-type(2) {
  width: 100%;
  height: auto;
}

/* =============
    SECOND LIFE COMPOSTING Hero
============= */
#slcHero {
  background-image: url("../img/case-studies/slc/slcHero.jpg");
}
#slcHero article h1 {
  hyphens: manual;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #slcHero article h1 {
    hyphens: none;
  }
}

/* =============
    SECOND LIFE COMPOSTING Process
============= */
@media (min-device-width: 1024px) and (orientation: landscape) {
  #slcProcess article img:nth-of-type(4) {
    width: 80%;
  }
}

/* =============
    SECOND LIFE COMPOSTING Prototyping
============= */
@media (min-device-width: 768px) {
  #slcPrototyping h4 {
    width: 80%;
  }
}
@media (min-device-width: 768px) {
  #slcPrototyping .gallery-3-col img {
    height: 216px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #slcPrototyping .gallery-3-col img {
    height: 304px;
  }
}

/* =============
    SECOND LIFE COMPOSTING Branding
============= */
#slcBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(1) circle {
  fill: #FFCC33;
}
#slcBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(2) circle {
  fill: #694900;
}
#slcBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(3) circle {
  fill: #385243;
}
#slcBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(4) {
  box-shadow: inset 0px 0px 0px 1px rgba(128, 128, 128, 0.2);
}
#slcBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(4) circle {
  fill: #FFFFFF;
}
#slcBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(5) {
  box-shadow: inset 0px 0px 0px 1px rgba(128, 128, 128, 0.2);
}
#slcBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(5) circle {
  fill: #FCFCFC;
}
#slcBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(6) {
  box-shadow: inset 0px 0px 0px 1px rgba(128, 128, 128, 0.2);
}
#slcBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(6) circle {
  fill: #F5F4F2;
}
#slcBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(7) circle {
  fill: #666665;
}
#slcBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(8) circle {
  fill: #3D3D3D;
}
#slcBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(9) circle {
  fill: #1A1A1A;
}
#slcBranding article .color-palette:nth-of-type(2) div svg:nth-of-type(1) circle {
  fill: #E7FA8E;
}
#slcBranding article .color-palette:nth-of-type(2) div svg:nth-of-type(2) circle {
  fill: #9EC376;
}
#slcBranding article .color-palette:nth-of-type(2) div svg:nth-of-type(3) circle {
  fill: #698F6E;
}
#slcBranding article .color-palette:nth-of-type(2) div svg:nth-of-type(4) circle {
  fill: #FFF9AB;
}
#slcBranding article .color-palette:nth-of-type(2) div svg:nth-of-type(5) circle {
  fill: #FFC380;
}
#slcBranding article .color-palette:nth-of-type(2) div svg:nth-of-type(6) circle {
  fill: #FF8985;
}
#slcBranding article .case-study-typography div .case-study-typography-type-style:nth-of-type(1) li:nth-child(1) {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
#slcBranding article .case-study-typography div .case-study-typography-type-style:nth-of-type(2) li:nth-child(1) {
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}
#slcBranding article .case-study-typography div .case-study-typography-type-style:nth-of-type(3) li:nth-child(1) {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.24px;
  text-transform: capitalize;
}
#slcBranding article .case-study-typography div .case-study-typography-type-style:nth-of-type(4) li:nth-child(1) {
  font-size: 12px;
  font-weight: 400;
}

/* =============
    SOA Hero
============= */
#soaHero {
  background-image: url("../img/case-studies/soa/soaHero.jpg");
  background-position: center top;
}

/* =============
    SOA Gallery
============= */
#soaGallery > div article ul {
  grid-template-areas: "v" "paragraph1" "ST1" "ST2" "ST3" "ST4" "ST5" "ST6" "ST7";
  grid-template-rows: auto auto 80px 80px 80px 80px 80px 80px 80px;
}
@media (min-device-width: 504px) {
  #soaGallery > div article ul {
    grid-template-areas: "v v v" "paragraph1 paragraph1 ." "ST1 ST1 ST2" "ST3 . ST4" "ST6 ST6 ." "ST7 ST5 ST5" ". ST5 ST5";
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto 80px 80px 184px 80px 80px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #soaGallery > div article ul {
    grid-template-areas: "v v v v v v v" ". paragraph1 paragraph1 paragraph1 paragraph1 . ." "ST1 ST3 ST3 ST5 ST5 ST6 ." "ST2 ST2 ST4 ST5 ST5 . ST7";
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: auto auto 184px 184px;
  }
}
#soaGallery > div article ul li:nth-child(1) {
  background-image: url("../img/case-studies/soa/soaTimeline1.jpg");
  grid-area: ST1;
}
#soaGallery > div article ul li:nth-child(2) {
  background-image: url("../img/case-studies/soa/soaTimeline2.jpg");
  grid-area: ST2;
}
#soaGallery > div article ul li:nth-child(3) {
  background-image: url("../img/case-studies/soa/soaTimeline3.jpg");
  grid-area: ST3;
}
#soaGallery > div article ul li:nth-child(4) {
  background-image: url("../img/case-studies/soa/soaTimeline4.jpg");
  grid-area: ST4;
}
#soaGallery > div article ul li:nth-child(5) {
  background-image: url("../img/case-studies/soa/soaTimeline5.jpg");
  grid-area: ST5;
}
#soaGallery > div article ul li:nth-child(6) {
  background-image: url("../img/case-studies/soa/soaTimeline6.jpg");
  grid-area: ST6;
}
#soaGallery > div article ul li:nth-child(7) {
  background-image: url("../img/case-studies/soa/soaTimeline7.jpg");
  grid-area: ST7;
}
#soaGallery > div article ul li:nth-child(8) {
  grid-area: paragraph1;
}
#soaGallery > div article ul li:nth-child(8) p {
  width: 100%;
}
#soaGallery > div article ul li:nth-child(9) {
  grid-area: v;
}
#soaGallery > div article ul li:nth-child(9) video {
  background-image: url("../img/case-studies/soa/soaTimeline1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* =============
    SB Hero
============= */
#sbHero {
  background-image: url("../img/case-studies/sb/sbHero.jpg");
  background-position: center top;
}

/* =============
    SB Gallery
============= */
#sbGallery > div article ul {
  grid-template-areas: "SP1" "SP2" "paragraph1" "SPZ1" "SPZ2" "SBPM";
  grid-template-rows: 304px 304px auto 200px 200px 304px;
}
@media (min-device-width: 504px) {
  #sbGallery > div article ul {
    grid-template-areas: "SP1 SP1 SPZ1" "SPZ2 SP2 SP2" "paragraph1 paragraph1 ." "SBPM SBPM SBPM";
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 304px 304px auto 800px;
  }
}
@media (min-device-width: 768px) {
  #sbGallery > div article ul {
    grid-template-rows: 400px 400px auto 800px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #sbGallery > div article ul {
    grid-template-areas: "SP1 SP1 SP1 . SP2 SP2 SP2" "paragraph1 paragraph1 paragraph1 paragraph1 paragraph1 . ." "SPZ1 SPZ1 SPZ2 SPZ2 SPZ2 SPZ2 SPZ2" ". . . SBPM SBPM SBPM SBPM";
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 480px auto 200px 600px;
  }
}
#sbGallery > div article ul li:nth-child(1) {
  background-image: url("../img/case-studies/sb/sbPoster1.jpg");
  background-size: contain;
  grid-area: SP1;
}
#sbGallery > div article ul li:nth-child(2) {
  background-image: url("../img/case-studies/sb/sbPoster2.jpg");
  background-size: contain;
  grid-area: SP2;
}
#sbGallery > div article ul li:nth-child(3) {
  background-image: url("../img/case-studies/sb/sbPoster1.jpg");
  background-position: right bottom;
  background-size: auto 300%;
  grid-area: SPZ1;
}
#sbGallery > div article ul li:nth-child(4) {
  background-image: url("../img/case-studies/sb/sbPoster1.jpg");
  background-position: center 16%;
  background-size: auto 300%;
  grid-area: SPZ2;
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #sbGallery > div article ul li:nth-child(4) {
    background-size: auto 400%;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  #sbGallery > div article ul li:nth-child(4) {
    background-size: auto 480%;
  }
}
#sbGallery > div article ul li:nth-child(5) {
  background-image: url("../img/case-studies/sb/sbPosterMockup.jpg");
  grid-area: SBPM;
}
#sbGallery > div article ul li:nth-child(6) {
  grid-area: paragraph1;
}
#sbGallery > div article ul li:nth-child(6) p {
  width: 100%;
}

/* =============
    TPS Hero
============= */
#tpsHero {
  background-image: url("../img/case-studies/tps/tpsHero.png");
  background-position: right bottom;
}
#tpsHero article h1 {
  hyphens: manual;
}

/* =============
    TPS Text
============= */
#tpsText1 img {
  height: 100%;
  aspect-ratio: 1/1;
}

/* =============
    TARGET Hero
============= */
#tarHero {
  background-image: url("../img/case-studies/tar/tarHero.jpg");
  background-position: bottom center;
}
#tarHero article h1 {
  hyphens: manual;
}

/* =============
    TARGET Prototyping
============= */
#tarPrototyping .gallery-4-col img {
  outline: 1px solid rgb(128, 128, 128);
  border-radius: 8px;
}

/* =============
    TARGET Branding
============= */
#tarBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(1) circle {
  fill: #CC0000;
}
#tarBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(2) circle {
  fill: #9F1C1F;
}
#tarBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(3) circle {
  fill: #1CAB1C;
}
#tarBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(4) circle {
  fill: #000000;
}
#tarBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(5) circle {
  fill: #333333;
}
#tarBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(6) {
  box-shadow: inset 0px 0px 0px 1px rgba(128, 128, 128, 0.2);
}
#tarBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(6) circle {
  fill: #FFFFFF;
}
#tarBranding article .color-palette:nth-of-type(2) div svg:nth-of-type(1) circle {
  fill: #7F0000;
}
#tarBranding article .color-palette:nth-of-type(2) div svg:nth-of-type(2) circle {
  fill: #006600;
}
#tarBranding article .color-palette:nth-of-type(2) div svg:nth-of-type(3) circle {
  fill: #FFE500;
}
#tarBranding article .color-palette:nth-of-type(2) div svg:nth-of-type(4) circle {
  fill: #666666;
}
#tarBranding article .color-palette:nth-of-type(2) div svg:nth-of-type(5) circle {
  fill: #F4F4F4;
}
#tarBranding article .color-palette:nth-of-type(2) div svg:nth-of-type(6) circle {
  fill: #F7F7F7;
}
#tarBranding article .case-study-typography div .case-study-typography-type-style:nth-of-type(1) li:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
#tarBranding article .case-study-typography div .case-study-typography-type-style:nth-of-type(2) li:nth-child(1) {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: none;
}
#tarBranding article .case-study-typography div .case-study-typography-type-style:nth-of-type(3) li:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#tarBranding article .case-study-typography div .case-study-typography-type-style:nth-of-type(4) li:nth-child(1) {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
#tarBranding article .gallery-2-col {
  align-items: flex-start;
}
#tarBranding article .case-study-imagery {
  display: flex;
  flex-direction: column;
}
#tarBranding article .case-study-imagery ul {
  align-items: center;
}

/* =============
    TIKTOK Hero
============= */
#ttHero {
  background-image: url("../img/case-studies/tt/ttHero.jpg");
}
#ttHero article h1 {
  hyphens: manual;
}

/* =============
    TikTok Branding
============= */
#ttBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(1) circle {
  fill: #08082B;
}
#ttBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(2) circle {
  fill: #0F0C46;
}
#ttBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(3) circle {
  fill: #FACD13;
}
#ttBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(4) {
  box-shadow: inset 0px 0px 0px 1px rgba(128, 128, 128, 0.2);
}
#ttBranding article .color-palette:nth-of-type(1) div svg:nth-of-type(4) circle {
  fill: #F7F7F7;
}
#ttBranding article .case-study-typography div .case-study-typography-type-style:nth-of-type(1) li:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
}
#ttBranding article .case-study-typography div .case-study-typography-type-style:nth-of-type(2) li:nth-child(1) {
  font-size: 16px;
  font-weight: 500;
}
#ttBranding article .case-study-typography div .case-study-typography-type-style:nth-of-type(3) li:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
}
#ttBranding article .case-study-typography div .case-study-typography-type-style:nth-of-type(4) li:nth-child(1) {
  font-size: 24px;
  font-weight: 700;
}
#ttBranding article img:nth-child(10) {
  margin: 0px auto;
  height: 100%;
  width: 80%;
  object-fit: contain;
  aspect-ratio: auto;
}

/* =============
    TINDER Hero
============= */
#tgHero {
  background-image: url("../img/case-studies/tg/tgHero.jpeg");
}
#tgHero article h1 {
  hyphens: manual;
}

/* =============
    TRIUMPH Hero
============= */
#triumphHero {
  background-image: url("../img/case-studies/triumph/triumphHero.jpg");
  background-position: center top;
}

/* =============
    TRIUMPH Text
============= */
#triumphText1 > div article {
  grid-template-areas: "p" "v";
}
@media (min-device-width: 504px) {
  #triumphText1 > div article {
    grid-template-areas: "v p";
  }
}
#triumphText1 > div article div {
  grid-area: v;
  position: relative;
}
#triumphText1 > div article div video {
  background-image: url("../img/case-studies/triumph/triumphHero.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* =============
    TRIUMPH Gallery
============= */
#triumphGallery > div article ul {
  grid-template-areas: "Codepen" "paragraph";
  grid-template-rows: auto auto;
}
@media (min-device-width: 504px) {
  #triumphGallery > div article ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: ". Codepen Codepen" "paragraph paragraph .";
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #triumphGallery > div article ul {
    grid-template-areas: "Codepen Codepen Codepen paragraph paragraph paragraph paragraph";
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: auto;
  }
}
#triumphGallery > div article ul li:nth-child(1) {
  grid-area: Codepen;
  height: 100%;
}
#triumphGallery > div article ul li:nth-child(2) {
  grid-area: paragraph;
}
#triumphGallery > div article ul li:nth-child(2) p {
  width: 100%;
}

/* =============
    TOL Hero
============= */
#tolHero {
  background-image: url("../img/case-studies/tol/tolHero.svg");
}

/* =============
    TOL Gallery
============= */
#tolGallery > div article ul {
  grid-template-areas: "TIM" "paragraph1" "TCS" "TS" "TTM" "paragraph2" "TI" "TOB";
  grid-template-rows: 240px auto 344px 160px 304px auto 280px 280px;
}
@media (min-device-width: 504px) {
  #tolGallery > div article ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: ". TIM TIM" "paragraph1 paragraph1 ." "TCS TS TS" "TTM TTM ." "paragraph2 paragraph2 paragraph2" ". TI TI" "TOB TOB TOB";
    grid-template-rows: 304px auto 200px 304px auto 328px 400px;
  }
}
@media (min-device-width: 768px) {
  #tolGallery > div article ul {
    grid-template-rows: 312px auto 304px 440px auto 400px 504px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #tolGallery > div article ul {
    grid-template-columns: repeat(7, 1fr);
    grid-template-areas: "TIM TIM TIM TIM TIM . ." "TCS TCS . paragraph1 paragraph1 paragraph1 paragraph1" "TCS TCS . . TS TS TS" "TTM TTM TTM TTM TS TS TS" "TTM TTM TTM TTM . . ." ". paragraph2 paragraph2 paragraph2 paragraph2 . ." ". . TI TI TI TI TI" "TOB TOB TOB TOB . . .";
    grid-template-rows: 480px auto 200px 72px 400px auto 504px 480px;
  }
}
#tolGallery > div article ul li:nth-child(1) {
  background-image: url("../img/case-studies/tol/tolCoverStack.jpg");
  grid-area: TCS;
}
#tolGallery > div article ul li:nth-child(2) {
  background-image: url("../img/case-studies/tol/tolStack.jpg");
  grid-area: TS;
}
#tolGallery > div article ul li:nth-child(3) {
  background-image: url("../img/case-studies/tol/tolTrainMap.jpg");
  grid-area: TTM;
  background-size: contain;
}
#tolGallery > div article ul li:nth-child(4) {
  background-image: url("../img/case-studies/tol/tolInsideMap.jpg");
  grid-area: TIM;
}
#tolGallery > div article ul li:nth-child(5) {
  background-image: url("../img/case-studies/tol/tolInside.jpg");
  grid-area: TI;
}
#tolGallery > div article ul li:nth-child(6) {
  background-image: url("../img/case-studies/tol/tolOutsideBack.jpg");
  grid-area: TOB;
}
#tolGallery > div article ul li:nth-child(7) {
  grid-area: paragraph1;
}
#tolGallery > div article ul li:nth-child(7) p {
  width: 100%;
}
#tolGallery > div article ul li:nth-child(8) {
  grid-area: paragraph2;
}
#tolGallery > div article ul li:nth-child(8) p {
  width: 100%;
}

/* =============
    UN Hero
============= */
#unHero {
  background-image: url("../img/case-studies/un/unHero.jpg");
  background-position: center 80%;
}

/* =============
    UN Gallery
============= */
#unGallery > div article ul {
  grid-template-areas: "UPF" "paragraph1" "UPH";
  grid-template-rows: 400px auto 400px;
}
@media (min-device-width: 504px) {
  #unGallery > div article ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "UPF UPF UPF" "paragraph1 paragraph1 paragraph1" ". UPH UPH";
    grid-template-rows: 600px auto 504px;
  }
}
@media (min-device-width: 768px) {
  #unGallery > div article ul {
    grid-template-rows: 800px auto 600px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #unGallery > div article ul {
    grid-template-columns: repeat(7, 1fr);
    grid-template-areas: "paragraph1 paragraph1 paragraph1 UPF UPF UPF UPF" "UPH UPH UPH . . . .";
    grid-template-rows: 744px 600px;
  }
}
#unGallery > div article ul li:nth-child(1) {
  background-image: url("../img/case-studies/un/unPosterFull.jpg");
  grid-area: UPF;
  background-size: contain;
}
#unGallery > div article ul li:nth-child(2) {
  background-image: url("../img/case-studies/un/unPosterHanging.jpg");
  grid-area: UPH;
}
#unGallery > div article ul li:nth-child(3) {
  grid-area: paragraph1;
}
#unGallery > div article ul li:nth-child(3) p {
  width: 100%;
}

/* =============
    404 Main
============= */
#FourOhFourMain {
  background-image: url("../img/404/404op2.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 64vh;
}
#FourOhFourMain > div {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
#FourOhFourMain > div article {
  grid-gap: 16px;
  display: grid;
  grid-template-areas: "h1" "p" "btn";
  grid-template-columns: repeat(1, 1fr);
  margin: 16vh 0px 0px 0px;
}
@media (prefers-color-scheme: dark) {
  #FourOhFourMain > div article {
    color: purple;
  }
}
@media (min-device-width: 504px) {
  #FourOhFourMain > div article {
    grid-template-areas: "h1 h1 h1" "p p ." "btn btn .";
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-device-width: 768px) {
  #FourOhFourMain > div article {
    grid-gap: 24px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #FourOhFourMain > div article {
    grid-gap: 0px 32px;
    grid-template-areas: "h1 h1 h1 h1 h1" "p p . . ." "btn btn . . .";
    grid-template-columns: repeat(5, 1fr);
  }
}
#FourOhFourMain > div article h1 {
  font-size: 3rem;
  grid-area: h1;
}
#FourOhFourMain > div article p {
  grid-area: p;
}
#FourOhFourMain > div article div {
  grid-area: btn;
  margin: 64px 0px 0px 0px;
}
@media (min-device-width: 768px) {
  #FourOhFourMain > div article div {
    margin: 72px 0px 0px 0px;
  }
}
@media (min-device-width: 1024px) and (orientation: landscape) {
  #FourOhFourMain > div article div {
    margin: 80px 0px 0px 0px;
  }
}
@media (min-device-width: 1440px) and (orientation: landscape) {
  #FourOhFourMain > div article div {
    margin: 96px 0px 0px 0px;
  }
}
