.desktop-layout-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 2vw;
}
/*===========================================================
=============================================================
**
**  Reset & Utilities
**
=============================================================
===========================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/* Border-Box */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | 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 {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* 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 */
}
/**
 * 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: monospace, 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: monospace, 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 {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
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 {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*===========================================================
=============================================================
**
**  Main
**
**  01 - Variables & Mixins
**  02 - Basics
**  03 - Header
**  04 - Footer
**  05 - Content
**  06 - Media Queries
**
=============================================================
===========================================================*/
/*===================================
01 - Variables & Mixins
====================================*/
:root {
  --article_dark: #E50000;
  --article_light: #FFF6F5;
}
@font-face {
  font-family: "Adieu-Regular";
  src: url("../fonts/Adieu-Regular.eot");
  src: url("../fonts/Adieu-Regular?#iefix") format("embedded-opentype"), url("../fonts/Adieu-Regular.woff2") format("woff2"), url("../fonts/Adieu-Regular.woff") format("woff");
}
@font-face {
  font-family: "PostGrotesk";
  src: url("../fonts/PostGrotesk-Light.eot");
  src: url("../fonts/PostGrotesk-Light?#iefix") format("embedded-opentype"), url("../fonts/PostGrotesk-Light.woff2") format("woff2"), url("../fonts/PostGrotesk-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PostGrotesk";
  src: url("../fonts/PostGrotesk-LightItalic.eot");
  src: url("../fonts/PostGrotesk-LightItalic?#iefix") format("embedded-opentype"), url("../fonts/PostGrotesk-LightItalic.woff2") format("woff2"), url("../fonts/PostGrotesk-LightItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "PostGrotesk";
  src: url("../fonts/PostGrotesk-Bold.eot");
  src: url("../fonts/PostGrotesk-Bold?#iefix") format("embedded-opentype"), url("../fonts/PostGrotesk-Bold.woff2") format("woff2"), url("../fonts/PostGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "PostGrotesk";
  src: url("../fonts/PostGrotesk-BoldItalic.eot");
  src: url("../fonts/PostGrotesk-BoldItalic?#iefix") format("embedded-opentype"), url("../fonts/PostGrotesk-BoldItalic.woff2") format("woff2"), url("../fonts/PostGrotesk-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.allcaps {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.txt-med {
  color: #FF463A;
  font-size: 1.5rem;
  line-height: 3rem;
}
.txt-big {
  color: #FF463A;
  font-size: 2rem;
  line-height: 4rem;
}
.heads-giant {
  color: #FF463A;
  font-family: "Adieu-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9vw;
  line-height: 9vw;
  margin-bottom: 5vw;
}
.heads-big {
  color: #FF463A;
  font-family: "Adieu-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: calc(18px + 5vw);
  line-height: calc(20px + 5.5vw);
  margin-bottom: 2.5vw;
}
.heads-medium {
  color: #FF463A;
  font-size: calc(18px + 2vw);
  font-weight: bold;
  line-height: 100%;
}
.heads-giant-mobile {
  color: #FF463A;
  font-family: "Adieu-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14vw;
  line-height: 14vw;
  margin-bottom: 6vw;
}
.cf {
  clear: both;
  zoom: 1;
}
.cf::before {
  content: "";
  display: table;
}
.content-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.imagereplace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.fade {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.fade_slow {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.check-it {
  background: url('../ui/check-it.svg') right center no-repeat;
  margin-right: calc((100vw - 22vw - 200px) / 12);
  padding-right: 4rem;
  text-align: right;
}
.check-it:hover {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  margin-right: calc(calc((100vw - 22vw - 200px) / 12) - 1rem);
  padding-right: 6rem;
}
.check-it a {
  text-decoration: none;
  background: linear-gradient(to bottom, rgba(255, 70, 58, 0.2) 100%, rgba(255, 70, 58, 0.2) 100%);
  background-position: 0 100%;
  background-size: 10px 10px;
  background-repeat: repeat-x;
}
.prevNext {
  box-shadow: 1px 1px 2px hsl(0deg 0% 70% / 0.333), 2px 2px 4px hsl(0deg 0% 70% / 0.333), 3px 3px 6px hsl(0deg 0% 70% / 0.333);
  border: none;
  border-radius: 100%;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1rem;
  opacity: 0.95;
  position: absolute;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/*===================================
02 - Basics
====================================*/
html {
  font-size: 100%;
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: #E50000;
  font-family: "PostGrotesk", "Arial Narrow", Arial, sans-serif;
}
main p {
  margin-bottom: 2rem;
}
main a {
  color: #E50000;
  text-decoration: underline;
}
main h2 {
  color: #FF463A;
  font-family: "Adieu-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: calc(18px + 5vw);
  line-height: calc(20px + 5.5vw);
  margin-bottom: 2.5vw;
}
#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/loading.gif") center center no-repeat;
  z-index: 9998;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.placeholder {
  color: #AAA;
}
/*===================================
03 - Header
====================================*/
header #main_nav {
  z-index: 10000;
}
header #main_nav #swink_logo {
  background: url("../ui/swink-logo.svg") left top no-repeat;
  float: left;
  position: absolute;
  top: 25px;
  left: 35px;
  width: 153px;
  height: 113px;
  text-indent: -200vw;
  z-index: inherit;
}
/*===================================
04 - Footer
====================================*/
footer {
  background: #FFF6F5 url('../ui/swink-footer.svg') left bottom no-repeat;
  position: relative;
}
footer h2 {
  *zoom: 1;
  clear: both;
  zoom: 1;
  color: #FF463A;
  font-family: "Adieu-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: calc(18px + 5vw);
  line-height: calc(20px + 5.5vw);
  margin-bottom: 2.5vw;
  padding: 2vh 0;
}
footer h2::before {
  content: "";
  display: table;
}
footer .footer-drop {
  background: url('../ui/swink-drop.svg') left top no-repeat;
  float: left;
  text-indent: -200vw;
  width: 62px;
  height: 81px;
}
footer .contact a {
  color: #FF463A;
  text-decoration: none;
}
footer .address {
  font-size: 0.8rem;
  line-height: 1rem;
  text-transform: uppercase;
}
footer .address p {
  margin-bottom: 1rem;
  padding-left: 40px;
}
footer .address p.wisconsin {
  background: url('../ui/footer-wi.svg') left center no-repeat;
}
footer .address p.utah {
  background: url('../ui/footer-ut.svg') left center no-repeat;
}
footer .address .socials {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
footer .address .socials li {
  flex-basis: 10%;
}
footer .address .socials li a {
  float: left;
  text-indent: -200vw;
  width: 28px;
  height: 28px;
}
footer .address .socials li .twitter {
  background: url('../ui/footer-twitter.svg') center center no-repeat;
}
footer .address .socials li .facebook {
  background: url('../ui/footer-facebook.svg') center center no-repeat;
}
footer .address .socials li .instagram {
  background: url('../ui/footer-instagram.svg') center center no-repeat;
}
/*===================================
05 - Content
====================================*/
#home #hero_banner {
  background-color: #FFF6F5;
  position: relative;
}
#home #hero_banner h3 {
  color: #FF463A;
}
#home #hero_banner p {
  background: url('../ui/kitty-kitty.png') right top no-repeat;
  background-size: contain;
  position: absolute;
  text-indent: -200vw;
}
#home #featured_work {
  background: url('../ui/featured-bg.png') left top repeat-x;
  overflow: hidden;
  position: relative;
}
#home #featured_work article .container {
  text-decoration: none;
}
#home #featured_work article .container img {
  grid-area: row01 / 1 / row03 / 11;
  width: 100%;
}
#home #featured_work article .container .picture-title {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  background-color: white;
  padding: 4vw;
}
#home #featured_work article .container .picture-title h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #E50000;
  font-size: 0.8rem;
  line-height: 1rem;
  margin-bottom: 0.3rem;
}
#home #featured_work article .container .picture-title h1 {
  color: #FF463A;
  font-size: calc(18px + 2vw);
  font-weight: bold;
  line-height: 100%;
}
#home #featured_work .slideshow-nav button {
  box-shadow: 1px 1px 2px hsl(0deg 0% 70% / 0.333), 2px 2px 4px hsl(0deg 0% 70% / 0.333), 3px 3px 6px hsl(0deg 0% 70% / 0.333);
  border: none;
  border-radius: 100%;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1rem;
  opacity: 0.95;
  position: absolute;
  letter-spacing: 1px;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-75%);
}
#home #featured_work .slideshow-nav button.next {
  background: rgba(255, 255, 255, 0.95) url('../ui/arrow-next.svg') center center no-repeat;
  text-indent: -200vw;
}
#home #featured_work .slideshow-nav button.prev {
  background: rgba(255, 255, 255, 0.95) url('../ui/arrow-prev.svg') center center no-repeat;
  z-index: 10;
  text-indent: -200vw;
}
#home #featured_work .slideshow-nav button:hover {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#home #what_we_do {
  position: relative;
}
#home #what_we_do .up-for-change p {
  color: #FF463A;
  font-size: 1.5rem;
  line-height: 3rem;
}
#home #what_we_do .wwsd dt {
  color: #FF463A;
  font-size: calc(18px + 2vw);
  font-weight: bold;
  line-height: 100%;
  padding-bottom: 0.5rem;
  padding-left: 100px;
}
#home #what_we_do .wwsd dt.startup {
  background: url('../ui/startup.svg') left center no-repeat;
}
#home #what_we_do .wwsd dt.pivot {
  background: url('../ui/pivot.svg') left center no-repeat;
}
#home #what_we_do .wwsd dt.merger {
  background: url('../ui/merger.svg') left center no-repeat;
}
#home #what_we_do .wwsd dt.focus {
  background: url('../ui/focus.svg') left center no-repeat;
}
#home #what_we_do .wwsd dd {
  padding-left: 100px;
  margin-bottom: 3rem;
}
#home #our_clients .clients-heading {
  text-align: center;
}
#home #our_clients h2 {
  margin-bottom: 1vw;
}
#home #our_clients h3 {
  color: #FF463A;
  font-size: 1.5rem;
  line-height: 3rem;
}
#home #our_clients .featured-clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 6vh;
}
#home #our_clients .featured-clients li {
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  text-indent: -200vw;
}
#home #our_clients .client-list {
  column-gap: 2vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-transform: uppercase;
}
#home #our_clients .client-list li {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.25rem;
}
#home #contact_us {
  background: url('../ui/bg-dots.png') left top repeat;
}
#studio #hero_banner h2 {
  min-height: 16vw;
}
#studio #hero_banner h2 em {
  border-bottom: solid 6px #FF463A;
  padding-bottom: 0.5rem;
}
#studio #about {
  margin-top: 4rem;
}
#studio #about .img-and-head img {
  width: 100%;
}
#studio #about .img-and-head:before {
  content: '';
  background: url('../ui/bg-dots.png') left top repeat;
  position: absolute;
  height: 100%;
  overflow: hidden;
  z-index: -10;
}
#studio #about .about-us {
  padding-top: 4vh;
}
#studio #about .about-us p {
  color: #FF463A;
  font-size: 1.5rem;
  line-height: 3rem;
}
#studio #about .design-rules {
  display: flex;
  flex-flow: row wrap;
  gap: 10%;
  justify-content: center;
  padding-top: 30px;
}
#studio #about .design-rules li {
  color: #FF463A;
  font-size: calc(18px + 2vw);
  font-weight: bold;
  line-height: 100%;
  flex: 0 1 45%;
  font-size: 1.4rem;
  line-height: 1.7rem;
  padding-top: 140px;
  text-align: center;
}
#studio #about .design-rules li.stories {
  background: url('../ui/studio-stories.svg') center top no-repeat;
}
#studio #about .design-rules li.promises {
  background: url('../ui/studio-promises.svg') center 15px no-repeat;
}
#studio #about .design-rules li.company {
  background: url('../ui/studio-company.svg') center 50px no-repeat;
}
#studio #about .design-rules li.restless {
  background: url('../ui/studio-restless.svg') center 40px no-repeat;
}
#studio #about .what-we-do h3 {
  color: #FF463A;
  font-size: calc(18px + 2vw);
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 2rem;
}
#studio #about .what-we-do li {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 2rem;
}
#studio #crew h2 {
  text-align: center;
}
#studio #crew .profile .profile-text h3 {
  color: #FF463A;
  font-size: calc(18px + 2vw);
  font-weight: bold;
  line-height: 100%;
}
#studio #crew .profile .profile-text h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin: 1rem 0 2rem 0;
}
#studio #press {
  background: url('../ui/bg-dots.png') left top repeat;
  display: flex;
  gap: 5%;
}
#studio #press h3,
#studio #press ul {
  color: #FF463A;
  font-size: 1.5rem;
  line-height: 3rem;
  flex: 0 1 47%;
}
#studio #press h3 {
  padding-right: calc(calc((100vw - 22vw - 200px) / 12) + 2vw);
}
#studio #press li {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 2rem;
}
#work main #hero_banner p {
  background: url('../ui/work-bear.svg') top right no-repeat;
  background-size: contain;
  right: calc((100vw - 22vw - 200px) / 12);
  top: 3vw;
  position: absolute;
  text-indent: -200vw;
  width: max(245px, 23%);
  height: max(250px, 40%);
  z-index: -10;
}
#work main #list_work .project {
  position: relative;
}
#work main #list_work .project img {
  display: block;
  width: 100%;
  height: 100%;
}
#work main #list_work .project h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #E50000;
  font-size: 0.8rem;
  line-height: 1rem;
  margin-bottom: 0.3rem;
}
#work main #list_work .project h1 {
  color: #FF463A;
  font-size: calc(18px + 2vw);
  font-weight: bold;
  line-height: 100%;
}
#work main #list_work .project .picture-title {
  background: white;
  max-width: 65%;
  position: absolute;
  padding: 2vw;
}
#project main {
  color: #323232;
}
#project main #hero_banner img {
  width: 100%;
}
#project main #hero_banner .title-box {
  color: #FF463A;
  font-size: 1.5rem;
  line-height: 3rem;
  color: var(--article_dark);
  margin-top: 5vw;
}
#project main #hero_banner .title-box h1 {
  color: #FF463A;
  font-family: "Adieu-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: calc(18px + 5vw);
  line-height: calc(20px + 5.5vw);
  margin-bottom: 2.5vw;
  color: var(--article_dark);
}
#project main #hero_banner .categories {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--article_dark);
  font-size: 0.9rem;
  line-height: 1.75rem;
}
#project main .content .caption {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1.25rem;
}
#project main .content .txt h3 {
  color: var(--article_dark);
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
}
#project main .content .txt-img {
  width: 100%;
}
#project main .content .txt-img h3 {
  color: #FF463A;
  font-size: 2rem;
  line-height: 4rem;
  color: var(--article_dark);
  margin-bottom: 1rem;
}
#project main .content .txt-img .img-box img {
  width: 100%;
}
#project main .content .txt-img .txt-box {
  position: relative;
}
#project main .content .txt-img .txt-box.colored:before {
  content: "";
  background-color: var(--article_light);
  position: absolute;
  z-index: -100;
}
#project main .content .img1 img {
  display: block;
  width: 100%;
}
#project main .content .pullquote h3 {
  font-weight: bold;
}
#project main .content .pullquote.pull,
#project main .content .pullquote.results {
  background-color: var(--article_light);
  color: var(--article_dark);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  text-align: center;
}
#project main .content .pullquote.pull::before,
#project main .content .pullquote.results::before {
  content: '';
  background-color: var(--article_light);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -100;
}
#project main .content .pullquote.pull::before {
  height: calc(100% + 8vw);
}
#project main .content .pullquote.results::before {
  height: calc(100% + 15vw);
}
#project main .content .pullquote.testimonial {
  background: var(--article_light) url('../ui/story-quote.svg') 20vw 10vw no-repeat;
  color: var(--article_dark);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
}
#project main .content .pullquote.testimonial .citation p {
  line-height: 2rem;
}
#project main .content .pullquote.testimonial .citation p em {
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  font-size: 1rem;
}
#project main #related {
  margin: 10vw 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 2vw;
  justify-content: center;
}
#project main #related h3 {
  min-height: 129px;
  min-width: 129px;
  position: relative;
}
#project main #related h3 a {
  box-shadow: 1px 1px 2px hsl(0deg 0% 70% / 0.333), 2px 2px 4px hsl(0deg 0% 70% / 0.333), 3px 3px 6px hsl(0deg 0% 70% / 0.333);
  border: none;
  border-radius: 100%;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1rem;
  opacity: 0.95;
  position: absolute;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 10;
}
#project main #related h3 a.next {
  background: rgba(255, 255, 255, 0.95) url('../ui/arrow-next.svg') center center no-repeat;
}
#project main #related h3 a.next span {
  left: 140px;
  position: absolute;
  top: 80px;
  width: 129px;
  height: 129px;
}
#project main #related h3 a.next span em {
  display: block;
  font-weight: bold;
}
#project main #related h3 a.prev {
  background: rgba(255, 255, 255, 0.95) url('../ui/arrow-prev.svg') center center no-repeat;
}
#project main #related h3 a.prev span {
  right: 140px;
  position: absolute;
  top: 80px;
  text-align: right;
  width: 129px;
  height: 129px;
}
#project main #related h3 a.prev span em {
  display: block;
  font-weight: bold;
}
#project main #related h3 a:hover {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  transform: translate(-2px, -2px);
}
#contact main {
  background: #FFF6F5 url('../ui/contact-lion.svg') 50vw top no-repeat;
}
#contact main #contact-form #dainty-flowers {
  display: none;
}
#contact main #contact-form h3 {
  margin-bottom: 4rem;
}
#contact main #contact-form form label {
  display: none;
}
#contact main #contact-form form input[type='text'],
#contact main #contact-form form input[type='email'],
#contact main #contact-form form input[type='phone'],
#contact main #contact-form form textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #FF463A;
  margin-bottom: 3rem;
  min-height: 4rem;
  padding: 1rem 0;
  width: 100%;
  font-size: 2rem;
  color: #E50000;
}
#contact main #contact-form form input[type='text']::placeholder,
#contact main #contact-form form input[type='email']::placeholder,
#contact main #contact-form form input[type='phone']::placeholder,
#contact main #contact-form form textarea::placeholder {
  color: #E50000;
  font-size: 1.25rem;
  vertical-align: bottom;
}
#contact main #contact-form form input[type='text']:focus,
#contact main #contact-form form input[type='email']:focus,
#contact main #contact-form form input[type='phone']:focus,
#contact main #contact-form form textarea:focus {
  background-color: white;
  border-bottom: 2px solid #FF463A;
  outline: none;
  padding: 1rem;
}
#contact main #contact-form button {
  background-color: transparent;
  border: 1px solid #FF463A;
  border-radius: 100px;
  color: #E50000;
  width: 170px;
  height: 56px;
}
#contact main #contact-form button:hover,
#contact main #contact-form button:focus {
  background-color: white;
  border-width: 2px;
  cursor: pointer;
  outline: none;
}
#contact main #media-and-jobs h4 {
  color: #FF463A;
  font-size: calc(18px + 2vw);
  font-weight: bold;
  line-height: 100%;
}
/*===================================
06 - Media Queries — Desktop
====================================*/
@media screen and (min-width: 960px) {
  .desktop-layout-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2vw;
  }
  main {
    width: calc(100vw - 55px);
  }
  header #main_nav button {
    display: none;
  }
  header #main_nav nav {
    background-color: white;
    display: flex;
    font-size: 18pt;
    font-family: "Adieu-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    justify-content: space-around;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 55px;
    height: 100vh;
    z-index: inherit;
  }
  header #main_nav nav li {
    display: inline-block;
    height: 33%;
    width: 55px;
    flex: 0 1 auto;
    text-align: center;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  header #main_nav nav li a {
    color: #FF463A;
    padding-left: 8px;
    position: relative;
    text-decoration: none;
    right: 14%;
  }
  header #main_nav nav li a.active {
    border-left: 5px solid #FF463A;
  }
  header #main_nav nav li.home {
    display: none;
  }
  footer {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2vw;
    padding: 8vh 100px 2vh 100px;
  }
  footer .contact {
    grid-area: 1 / 2 / 2 / 9;
  }
  footer .address {
    grid-area: 2 / 10 / 3 / 13;
    place-self: end start;
  }
  footer .address .socials {
    padding-left: 20px;
  }
  footer .address .socials li {
    padding-left: 20px;
  }
  #home #hero_banner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2vw;
    grid-template-rows: [row01] minmax(140px, 1fr) [row02] 3fr [row03] 1fr [end];
    padding: 0 45px 0 100px;
  }
  #home #hero_banner .content {
    grid-area: row02 / 2 / row03 / 10;
  }
  #home #hero_banner h1 {
    margin-bottom: 2rem;
  }
  #home #hero_banner h2 {
    color: #FF463A;
    font-family: "Adieu-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 9vw;
    line-height: 9vw;
    margin-bottom: 5vw;
  }
  #home #hero_banner h3 {
    font-size: 1.8rem;
    margin-left: calc((100vw - 22vw - 200px) / 12);
  }
  #home #hero_banner p {
    top: 10%;
    left: 12%;
    width: 80%;
    height: 90%;
  }
  #home #featured_work {
    padding: 0 0 1vh 100px;
  }
  #home #featured_work .slick-slide {
    margin-right: 9vw;
    width: calc(10 * calc((100vw - 22vw - 200px) / 12) + 18vw);
  }
  #home #featured_work .slick-disabled {
    opacity: 0;
    pointer-events: none;
  }
  #home #featured_work article .container {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: [row01] 1fr [row02] 30% [row03] 2rem [end];
    grid-column-gap: 2vw;
    text-decoration: none;
  }
  #home #featured_work article .container img {
    grid-area: row01 / 1 / row03 / 11;
    width: 100%;
  }
  #home #featured_work article .container .picture-title {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    grid-area: row02 / 6 / row03 / 11;
    background-color: white;
    padding: 4vw;
  }
  #home #featured_work article .container .picture-title h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #E50000;
    font-size: 0.8rem;
  }
  #home #featured_work article .container .picture-title h2 {
    color: #FF463A;
    font-family: "Adieu-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 9vw;
    line-height: 9vw;
    margin-bottom: 5vw;
  }
  #home #featured_work article .container .picture-title h1 {
    color: #FF463A;
    font-size: calc(18px + 2vw);
    font-weight: bold;
    line-height: 100%;
  }
  #home #featured_work article .container .pagination {
    grid-area: row03 / 1 / end / 11;
    font-size: 0.8rem;
    text-align: right;
  }
  #home #featured_work .slideshow-nav button {
    width: 125px;
    height: 125px;
  }
  #home #featured_work .slideshow-nav button.next {
    right: 145px;
  }
  #home #featured_work .slideshow-nav button.prev {
    left: -20px;
  }
  #home #featured_work .slideshow-nav button:hover {
    width: 129px;
    height: 129px;
  }
  #home #featured_work .slideshow-nav button:hover.next {
    right: 143px;
  }
  #home #featured_work .slideshow-nav button:hover.prev {
    left: -22px;
  }
  #home .check-it {
    margin-top: 4rem;
  }
  #home #what_we_do,
  #home #our_clients,
  #home #contact_us {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2vw;
    position: relative;
  }
  #home #what_we_do h2,
  #home #our_clients h2,
  #home #contact_us h2 {
    color: #FF463A;
    font-family: "Adieu-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(18px + 5vw);
    line-height: calc(20px + 5.5vw);
    margin-bottom: 2.5vw;
  }
  #home #what_we_do .up-for-change,
  #home #our_clients .up-for-change,
  #home #contact_us .up-for-change {
    grid-area: 1 / 2 / 2 / 6;
  }
  #home #what_we_do .wwsd,
  #home #our_clients .wwsd,
  #home #contact_us .wwsd {
    grid-area: 1 / 7 / 2 / 11;
  }
  #home #what_we_do {
    padding: 12vh 45px 4vw 100px;
  }
  #home #what_we_do .up-for-change p {
    color: #FF463A;
    font-size: 1.5rem;
    line-height: 3rem;
  }
  #home #what_we_do .up-for-change p::after {
    content: url('../ui/up-for-change-hands.svg');
    display: block;
    left: 7vw;
    padding-top: 2vh;
    position: absolute;
    width: 194px;
    height: 293px;
  }
  #home #what_we_do .up-for-change::before {
    content: '';
    background: url('../ui/bg-dots.png') left top repeat;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    width: calc(8 * calc((100vw - 22vw - 200px) / 12) + 14vw + 45px);
    z-index: -10;
  }
  #home #our_clients {
    padding: 0 45px 0 100px;
  }
  #home #our_clients .clients-heading {
    grid-area: 1 / 1 / 2 / 13;
    padding: 8vh 0 4vh 0;
  }
  #home #our_clients .featured-clients {
    grid-area: 2 / 1 / 3 / 13;
  }
  #home #our_clients .featured-clients li {
    width: 20%;
    height: 100px;
  }
  #home #our_clients .client-list {
    grid-area: 3 / 1 / 4 / 13;
    padding-bottom: 8vh;
  }
  #home #our_clients .client-list li {
    margin-bottom: 1.25rem;
    width: 18%;
    height: 2rem;
  }
  #home #contact_us {
    padding: 8vh 45px 8vh 100px;
  }
  #home #contact_us h2 {
    grid-column: 2 / 13;
    margin-bottom: 4vh;
  }
  #home #contact_us .check-it {
    grid-column: 2 / 7;
    grid-row: 2 / 3;
    place-self: center;
  }
  #home #contact_us .help-you {
    color: #FF463A;
    font-size: 1.5rem;
    line-height: 3rem;
    grid-column: 7 / 13;
    grid-row: 2 / 3;
  }
  #studio #hero_banner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2vw;
    padding: 180px 45px 0 100px;
  }
  #studio #hero_banner h1 {
    grid-column: 2 / 12;
  }
  #studio #hero_banner h2 {
    font-size: calc(18px + 4.25vw);
    grid-column: 3 / 12;
    margin: 4vh 0;
  }
  #studio #about {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2vw;
    grid-template-rows: [row01] 200px [row02] 1fr [row03] 1fr [row04] 1fr [end];
    padding: 0 45px 0 100px;
  }
  #studio #about .img-and-head {
    grid-area: row01 / 1 / row04 / 7;
  }
  #studio #about .img-and-head h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    padding: 2vh 1vw 0 calc(calc((100vw - 22vw - 200px) / 12) + 2vw);
    max-width: 24ch;
  }
  #studio #about .img-and-head:before {
    right: calc((100vw - 22vw - 200px) / 12);
    top: 200px;
    width: calc(8 * calc((100vw - 22vw - 200px) / 12) + 14vw + 45px);
  }
  #studio #about .about-us {
    grid-area: row03 / 7 / row05 / 12;
  }
  #studio #about .what-we-do {
    grid-area: row05 / 2 / end / 6;
  }
  #studio #crew {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2vw;
    padding: 14vh 45px 4vh 100px;
  }
  #studio #crew h2 {
    grid-column: 1 / 12;
    margin-bottom: 6rem;
  }
  #studio #crew .profile {
    display: flex;
    column-gap: 2vw;
    flex-flow: row nowrap;
    grid-column: 1 / 12;
    padding-bottom: 10vh;
  }
  #studio #crew .profile img {
    flex: 0 1 50%;
    align-self: start;
  }
  #studio #crew .profile .profile-text {
    flex: 0 1 50%;
  }
  #studio #crew .profile.alt {
    flex-direction: row-reverse;
    grid-column: 2 / 13;
  }
  #studio #press {
    padding: 8vh 45px 8vh 100px;
  }
  #work main {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2vw;
    padding: 12vw 45px 8vw 100px;
  }
  #work main #hero_banner {
    grid-column: 2 / 12;
    padding-right: 11%;
  }
  #work main #list_work {
    grid-column: 1 / 13;
    align-items: start;
    grid-row-gap: 2vw;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2vw;
  }
  #work main #list_work .project.project1 {
    grid-column: 5 / 13;
  }
  #work main #list_work .project.project1 .picture-title {
    bottom: 0;
    left: 0;
  }
  #work main #list_work .project.project2 {
    grid-column: 1 / 8;
  }
  #work main #list_work .project.project2 .picture-title {
    bottom: 2vw;
    left: 2vw;
  }
  #work main #list_work .project.project3 {
    grid-column: 8 / 13;
  }
  #work main #list_work .project.project3 .picture-title {
    bottom: 0;
    right: 0;
  }
  #work main #list_work .project.project4 {
    grid-column: 1 / 13;
  }
  #work main #list_work .project.project4 .picture-title {
    bottom: 0;
    left: 0;
  }
  #work main #list_work .project.project5 {
    grid-column: 1 / 6;
  }
  #work main #list_work .project.project5 .picture-title {
    bottom: 0;
    left: 0;
  }
  #work main #list_work .project.project6 {
    grid-column: 6 / 13;
  }
  #work main #list_work .project.project6 .picture-title {
    bottom: 0;
    right: 0;
  }
  #project main #hero_banner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2vw;
    grid-auto-flow: column;
  }
  #project main #hero_banner img {
    grid-column: 3 / -1;
  }
  #project main #hero_banner .title-box {
    grid-column: 5 / -2;
  }
  #project main #hero_banner .categories {
    grid-column: 2 / 4;
    margin-top: 18vw;
    text-align: right;
  }
  #project main .content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2vw;
    margin: 5vw 45px 5vw 100px;
  }
  #project main .content .caption {
    margin-bottom: 0;
    margin-top: 1.25rem;
  }
  #project main .content .txt {
    margin: 7vw 0 0 0;
  }
  #project main .content .txt.left {
    grid-column: 1 / span 4;
  }
  #project main .content .txt.center {
    grid-column: 5 / span 4;
  }
  #project main .content .txt.right {
    grid-column: 9 / span 4;
  }
  #project main .content .txt.h3-text {
    grid-column: 4 / span 7;
    padding-top: 8rem;
  }
  #project main .content .txt.h3-text h3 {
    float: left;
    width: calc(3 * calc((100vw - 22vw - 200px) / 12) + 4vw);
  }
  #project main .content .txt.h3-text p {
    float: right;
    width: calc(4 * calc((100vw - 22vw - 200px) / 12) + 6vw);
  }
  #project main .content .txt-img {
    grid-column: 1 / -1;
    align-items: flex-start;
    display: flex;
    justify-content: center;
    margin-top: 5vw;
  }
  #project main .content .txt-img .img-box {
    width: 50%;
  }
  #project main .content .txt-img .txt-box {
    margin-left: -5%;
    margin-top: 5%;
    min-height: 600px;
    padding: 10vw;
    width: 55%;
  }
  #project main .content .txt-img .txt-box.colored:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #project main .content .txt-img.imageRight {
    flex-direction: row-reverse;
  }
  #project main .content .img1 {
    margin-top: 5vw;
  }
  #project main .content .img1.full {
    grid-column: 1 / -1;
  }
  #project main .content .img1.right {
    grid-column: 3 / -1;
  }
  #project main .content .img1.left {
    grid-column: 1 / -3;
  }
  #project main .content .img2 {
    grid-column: 1 / -1;
    align-items: flex-start;
    column-gap: 2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 5vw;
  }
  #project main .content .img2 img {
    display: block;
    width: calc(50% - 1vw);
  }
  #project main .content .img2 .caption {
    width: calc(50% - 1vw);
  }
  #project main .content .img2.rightTall {
    justify-content: flex-end;
  }
  #project main .content .img3 {
    grid-column: 1 / -1;
    display: inline-grid;
    margin-top: 5vw;
  }
  #project main .content .img3.twoLeft {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2vw;
  }
  #project main .content .img3.twoLeft img {
    display: block;
    padding-bottom: 2vw;
    width: 100%;
  }
  #project main .content .img3.twoLeft .singleton {
    grid-area: 1 / 2 / 2 / 3;
  }
  #project main .content .img3.twoLeft .singleton img {
    padding-bottom: 0;
  }
  #project main .content .img3.twoLeft .twins {
    grid-area: 1 / 1 / 2 / 2;
  }
  #project main .content .img3.twoRight {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2vw;
  }
  #project main .content .img3.twoRight img {
    display: block;
    padding-bottom: 2vw;
    width: 100%;
  }
  #project main .content .img3.twoRight .singleton {
    grid-area: 1 / 1 / 2 / 2;
  }
  #project main .content .img3.twoRight .singleton img {
    padding-bottom: 0;
  }
  #project main .content .img3.twoRight .twins {
    grid-area: 1 / 2 / 2 / 3;
  }
  #project main .content .img3.threeInRow {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2vw;
  }
  #project main .content .img3.threeInRow img {
    display: block;
    width: 100%;
  }
  #project main .content .img3.threeInRow .caption {
    grid-column: 1 / span 2;
  }
  #project main .content .img3.threeOverlapping {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }
  #project main .content .img3.threeOverlapping img {
    display: block;
    width: 100%;
  }
  #project main .content .img3.threeOverlapping img:nth-of-type(1) {
    grid-area: 2 / 1 / 4 / 7;
  }
  #project main .content .img3.threeOverlapping img:nth-of-type(2) {
    grid-area: 1 / 6 / 3 / -1;
  }
  #project main .content .img3.threeOverlapping img:nth-of-type(3) {
    align-self: start;
    grid-area: 3 / 7 / 4 / -1;
  }
  #project main .content .video {
    grid-column: 1 / -1;
    margin-top: 5vw;
  }
  #project main .content .pullquote {
    grid-column: 1 / -1;
    margin-top: 5vw;
  }
  #project main .content .pullquote.pull,
  #project main .content .pullquote.results {
    color: #FF463A;
    font-size: 2rem;
    line-height: 4rem;
    color: var(--article_dark);
    padding: 10vw 20vw 0 20vw;
  }
  #project main .content .pullquote.testimonial {
    color: #FF463A;
    font-size: 2rem;
    line-height: 4rem;
    color: var(--article_dark);
    padding: 12vw 20vw 10vw 30vw;
  }
  #project main #related h3 a {
    width: 125px;
    height: 125px;
  }
  #project main #related h3 a:hover {
    width: 129px;
    height: 129px;
  }
  #contact main {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2vw;
    padding: 12vw 45px 8vw 100px;
  }
  #contact main #contact-form {
    grid-column: 2 / 7;
  }
  #contact main #contact-form h3 {
    padding-right: calc((100vw - 22vw - 200px) / 12);
  }
  #contact main #media-and-jobs {
    grid-column: 8 / 12;
  }
  #contact main #media-and-jobs h4 {
    margin: 4vw 0 1vw 0;
  }
}
/*===================================
06 - Media Queries — Mobile
====================================*/
@media screen and (max-width: 959px) {
  header #main_nav nav {
    font-family: "Adieu-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(42px + 3vw);
    z-index: 10000;
  }
  header #main_nav nav button {
    background-color: transparent;
    border: 0;
    color: #FF463A;
    cursor: pointer;
    display: inline-block;
    position: fixed;
    top: 20px;
    right: 20px;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    z-index: 99999;
  }
  header #main_nav nav button .line1,
  header #main_nav nav button .line2,
  header #main_nav nav button .line3 {
    width: 35px;
    height: 4px;
    background-color: #FF463A;
    margin: 7px 0;
    transition: 0.4s;
    display: block;
  }
  header #main_nav nav ul {
    align-items: center;
    background-color: white;
    display: flex;
    flex-flow: column nowrap;
    gap: 10vh;
    height: 0;
    width: 100vw;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 99998;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header #main_nav nav a {
    color: #FF463A;
    text-decoration: none;
  }
  header #main_nav nav.open ul {
    height: 100vh;
    width: 100vw;
  }
  header #main_nav nav.open .line1 {
    -webkit-transform: rotate(45deg) translate(7px, 5px);
    transform: rotate(45deg) translate(7px, 5px);
  }
  header #main_nav nav.open .line2 {
    opacity: 0;
  }
  header #main_nav nav.open .line3 {
    -webkit-transform: rotate(-45deg) translate(10px, -8px);
    transform: rotate(-45deg) translate(10px, -8px);
  }
  footer {
    padding: 100px calc(20px + 2vw);
  }
  footer .address .socials {
    margin: 40px 0;
  }
  #home #hero_banner {
    padding: 180px calc(20px + 2vw) 0 calc(20px + 2vw);
  }
  #home #hero_banner h1 {
    margin-bottom: 1rem;
  }
  #home #hero_banner h2 {
    color: #FF463A;
    font-family: "Adieu-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14vw;
    line-height: 14vw;
    margin-bottom: 6vw;
  }
  #home #hero_banner h3 {
    font-size: calc(1.3rem + 1vw);
    padding-right: 10%;
  }
  #home #hero_banner p {
    top: 120px;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #home #featured_work {
    padding-top: 6vw;
  }
  #home #featured_work .container {
    display: relative;
  }
  #home #featured_work .container .picture-title {
    left: 20%;
    top: -40px;
    position: relative;
    width: 80%;
  }
  #home #featured_work .container .pagination {
    bottom: 20px;
    font-size: 0.8rem;
    padding: 20px;
    position: absolute;
  }
  #home #featured_work .slideshow-nav button {
    width: 100px;
    height: 100px;
  }
  #home #featured_work .slideshow-nav button.next {
    right: -20px;
  }
  #home #featured_work .slideshow-nav button.prev {
    left: -20px;
  }
  #home #featured_work .slideshow-nav button:hover {
    width: 104px;
    height: 104px;
  }
  #home #featured_work .slideshow-nav button:hover.next {
    right: -22px;
  }
  #home #featured_work .slideshow-nav button:hover.prev {
    left: -22px;
  }
  #home #what_we_do {
    background: url('../ui/bg-dots.png') left top repeat;
    margin-top: 12vw;
    padding: 12vw calc(20px + 2vw);
  }
  #home #what_we_do .wwsd {
    margin: 8vw 0;
  }
  #home #what_we_do > span {
    background: url('../ui/up-for-change-hands.svg') left top no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    width: 138px;
    height: 219px;
  }
  #home #our_clients {
    margin-top: 175px;
    padding: 0 calc(20px + 2vw);
  }
  #home #our_clients .featured-clients {
    column-gap: calc(20px + 2vw);
    margin-top: 2vh;
  }
  #home #our_clients .featured-clients li {
    width: 142px;
    height: 100px;
  }
  #home #our_clients .client-list {
    column-gap: calc(20px + 2vw);
    padding-bottom: 5vh;
  }
  #home #our_clients .client-list li {
    margin-bottom: 1.75rem;
    width: 40%;
  }
  #home #contact_us {
    padding: 6vh calc(20px + 2vw);
  }
  #studio main {
    padding-top: 200px;
  }
  #studio #hero_banner {
    padding: 0 20px;
  }
  #studio #hero_banner h2 {
    margin: 2vh 0;
  }
  #studio #about {
    padding: 0 20px;
  }
  #studio #about .img-and-head h2 {
    margin: 2rem;
  }
  #studio #about .img-and-head:before {
    right: 0;
    top: 320px;
    width: 100%;
  }
  #studio #about .about-us p {
    padding: 0 2rem;
  }
  #studio #about .design-rules li {
    flex: 0 1 150px;
  }
  #studio #about .what-we-do {
    margin: 6rem 2rem 2rem 2rem;
  }
  #studio #about .what-we-do ul {
    padding-left: 20%;
  }
  #studio #crew {
    margin-top: 6rem;
    padding: 0 20px;
  }
  #studio #crew h2 {
    color: #FF463A;
    font-family: "Adieu-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14vw;
    line-height: 14vw;
    margin-bottom: 6vw;
  }
  #studio #crew .profile img {
    width: 100%;
  }
  #studio #crew .profile .profile-text {
    padding: 2rem 0;
  }
  #studio #press {
    padding: 8vh 20px;
  }
  #studio #press ul {
    padding-top: 8vh;
  }
  #work main {
    padding: 220px 20px 0 20px;
  }
  #work main #list_work {
    margin-top: 40px;
  }
  #work main #list_work .project {
    margin-bottom: 2rem;
  }
  #work main #list_work .project .picture-title {
    bottom: 0;
    left: 0;
    padding: 1rem 2rem;
  }
  #project main {
    padding: 200px 6rem 0 6rem;
  }
  #project main #hero_banner .categories {
    border-bottom: 1px solid var(--article_light);
    border-top: 1px solid var(--article_light);
    margin-bottom: 3rem;
    padding: 20px 0;
  }
  #project main .content img {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
  }
  #project main .content .caption {
    margin-bottom: 3rem;
  }
  #project main .content .txt,
  #project main .content .txt-img,
  #project main .content .img1,
  #project main .content .img2,
  #project main .content .img3,
  #project main .content .video,
  #project main .content .pullquote {
    display: block;
  }
  #project main .content .txt-img .txt-box.colored:before {
    top: -5rem;
    left: -6rem;
    width: 100vw;
    height: calc(100% + 8rem);
  }
  #project main .content .txt-img {
    margin-bottom: 4rem;
  }
  #project main .content .pullquote {
    padding: 4rem 6rem;
  }
  #project main .content .pullquote.testimonial {
    background-position: 2rem 3rem;
  }
  #project main #related h3 a {
    width: 100px;
    height: 100px;
  }
  #project main #related h3 a.prev span {
    right: 35px;
    top: 114px;
  }
  #project main #related h3 a.next span {
    left: 35px;
    top: 114px;
  }
  #project main #related h3 a:hover {
    width: 104px;
    height: 104px;
  }
  #contact main {
    padding: 200px 20px 8vw 20px;
  }
  #contact main h2 {
    color: #FF463A;
    font-family: "Adieu-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14vw;
    line-height: 14vw;
    margin-bottom: 6vw;
  }
  #contact main #contact-form,
  #contact main #media-and-jobs {
    margin: 0 auto;
    max-width: 600px;
  }
  #contact main #media-and-jobs {
    margin-top: 150px;
  }
  #contact main #media-and-jobs h4 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #project main {
    padding-left: 20px;
    padding-right: 20px;
  }
  #project main .content .txt-img .txt-box.colored:before {
    top: -3rem;
    left: -20px;
    width: 100vw;
    height: calc(100% + 5rem);
  }
  #project main .content .pullquote {
    padding: 4rem 2rem;
  }
  #project main .content .pullquote.testimonial {
    background-position: 10px 30px;
  }
}
