/*
Theme Name: Clare Gaskin
Author: We Are Flourish
Author URI: https://weareflourish.com/
*/

@font-face {
  font-family: "sk-modernist";
  src: url("fonts/sk-modernist-regular-webfont.woff2") format("woff2"),
    url("fonts/sk-modernist-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
    font-family: 'sk-modernist';
    src: url('fonts/sk-modernist-bold-webfont.woff2') format('woff2'),
         url('fonts/sk-modernist-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'sk-modernistmono';
    src: url('fonts/sk-modernist-mono-webfont.woff2') format('woff2'),
         url('fonts/sk-modernist-mono-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

/* resets
--------------------------------------------------------------------------
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  overflow-y: scroll;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}

svg:not(:root) {
  overflow: hidden;
}

img,
iframe {
  border: 0;
  vertical-align: middle;
}

strong {
  font-weight: bolder;
}
em {
  font-style: italic;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  font-size: 100%;
  line-height: 1;
  vertical-align: baseline;
  color: inherit;
  outline: 0;
  border-radius: 0;
}
button,
input,
textarea {
  padding: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
label,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button {
  width: auto;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  vertical-align: top;
}
th {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}
li {
  display: list-item;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  color: #000000;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  text-decoration-skip: ink;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}

.hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

a,
span,
button {
  transition: color 0.4s ease, background-color 0.4s ease,
    border-color 0.4s ease, opacity 0.4s ease, text-decoration-color 0.4s ease;
}

/* global
--------------------------------------------------------------------------
*/

body {
  font: 62.5%/1 "sk-modernist", "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #000000;
}

.anim,
.animc > * {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.8s ease;
}
.anim.inview,
.animc > *.inview {
  transition-delay: 0.4s;
  transform: translateY(0);
  opacity: 1;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body > #landing {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  content: " ";
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 101;
}
body > #landing span {
  width: 100vh;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
body > #landing span#iconlandscape {
  display: none;
}

@media (orientation: landscape) {
  body > #landing span {
    width: 100vw;
    height: 100vw;
  }
  body > #landing span#iconportrait {
    display: none;
  }
  body > #landing span#iconlandscape {
    display: block;
  }
}

#cursor {
  display: none;
}
@media (pointer: fine) {
  html,
  *,
  a,
  button {
    cursor: none;
  }
  #cursor {
    width: 23px;
    height: 23px;
    position: fixed;
    background: #f55d48;
    border-radius: 50%;
    transition: transform 0.2s;
    pointer-events: none;
    display: block;
    z-index: 100;
  }
  body.page-id-10 #cursor {
    background: #000000;
  }
}

body > nav > ul:nth-of-type(1) {
  position: absolute;
  top: 24px;
  right: 22px;
}
body > nav > ul:nth-of-type(1):before {
  width: 1px;
  height: 56px;
  background: #f55d48;
  position: absolute;
  top: calc(50% - 28px);
  left: -22px;
  transform: rotate(25deg);
  content: " ";
  display: block;
}
body > nav > ul:nth-of-type(1) button {
  background: none;
  border: 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body > nav > ul:nth-of-type(1) button:before {
  padding: 0 0 2px;
  font-size: 6px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-transform: uppercase;
  content: "Close";
  display: block;
}
body > nav > ul:nth-of-type(1) button:after {
  width: 0.9em;
  font-size: 36px;
  text-transform: uppercase;
  content: "X";
  display: block;
}

@media only screen and (min-width: 1024px) {
  body > nav > ul:nth-of-type(1) {
    top: 30px;
    right: 54px;
  }
  body > nav > ul:nth-of-type(1):before {
    height: 98px;
    top: calc(50% - 49px);
    left: -52px;
    transform: rotate(25deg);
  }
  body > nav > ul:nth-of-type(1) button:before {
    padding-bottom: 2.222em;
    font-size: 9px;
    transition: opacity 0.4s ease;
  }
  body > nav > ul:nth-of-type(1) button:after {
    font-size: 60px;
    transition: opacity 0.4s ease;
  }
}

@media only screen and (min-width: 1024px) {
  body > nav > ul:nth-of-type(1) {
    top: 1.563vw;
    right: 2.813vw;
  }
  body > nav > ul:nth-of-type(1):before {
    height: 5.104vw;
    top: calc(50% - 2.552vw);
    left: -2.708vw;
  }
  body > nav > ul:nth-of-type(1) button:before {
    font-size: 0.469vw;
  }
  body > nav > ul:nth-of-type(1) button:after {
    font-size: 3.125vw;
  }
}

body > nav:nth-of-type(1) {
  width: 272px;
  padding: 25.355vh 33px 5.45vh;
  position: fixed;
  top: 0;
  right: -272px;
  background: #efefef;
  transition: right 0.4s ease;
  z-index: 99;
}
html.menu-white body > nav:nth-of-type(1) {
  background: #ffffff;
}
html.nav body > nav:nth-of-type(1) {
  right: 0;
}
body > nav:nth-of-type(1) > ul:nth-of-type(2) {
  font-size: 12px;
  text-transform: uppercase;
}
body > nav:nth-of-type(1) > ul:nth-of-type(2) li {
  margin: 4.621vh 0 0;
}
body > nav:nth-of-type(1) > ul:nth-of-type(2) li:first-child {
  margin: 0;
}

@media only screen and (min-width: 1024px) {
  body > nav:nth-of-type(1) {
    width: 493px;
    padding: 302px 39px 56px;
    right: -493px;
  }
  html.nav body > nav:nth-of-type(1) {
    right: 0;
  }
  body > nav:nth-of-type(1) > ul:nth-of-type(2) {
    font-size: 14px;
  }
  body > nav:nth-of-type(1) > ul:nth-of-type(2) li {
    margin-top: 40px;
  }
  body > nav:nth-of-type(1) > ul:nth-of-type(2) li:first-child {
    margin-top: 0;
  }
  body > nav:nth-of-type(1) > ul:nth-of-type(2) li a {
    transition: padding 0.4s ease;
    position: relative;
    display: inline-flex;
  }
  body > nav:nth-of-type(1) > ul:nth-of-type(2) li a:after {
    width: 3px;
    height: 3px;
    background: #f55d48;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -8px;
    opacity: 0;
    transition: opacity 0.4s ease;
    content: " ";
    display: block;
  }
  /*body > nav:nth-of-type(1) > ul:nth-of-type(2) li a:hover { padding-left: 69px; }*/
  body > nav:nth-of-type(1) > ul:nth-of-type(2) li a:hover:after {
    opacity: 1;
  }
}

@media only screen and (min-width: 1024px) {
  body > nav:nth-of-type(1) {
    padding-top: 27.963vh;
    padding-bottom: 5.185vh;
  }
  body > nav:nth-of-type(1) > ul:nth-of-type(2) {
    font-size: 0.729vw;
  }
  body > nav:nth-of-type(1) > ul:nth-of-type(2) li {
    margin-top: 3.704vh;
  }
  body > nav:nth-of-type(1) > ul:nth-of-type(2) li:first-child {
    margin-top: 0;
  }
}

body > nav:nth-of-type(2),
body > nav:nth-of-type(3),
body > nav:nth-of-type(4) {
  width: 100%;
  height: 100%;
  padding: 118px 20px 36px 36px;
  position: fixed;
  top: 0;
  right: -100%;
  background: #ffffff;
  transition: right 0.4s ease;
  z-index: 99;
}
html.projects body > nav:nth-of-type(2) 
{
  right: 0;
}
body > nav:nth-of-type(2) ul li,
body > nav:nth-of-type(3) ul li,
body > nav:nth-of-type(4) ul li {
  margin: 16px 0 0;
}
body > nav:nth-of-type(2) ul li:first-child,
body > nav:nth-of-type(3) ul li:first-child,
body > nav:nth-of-type(4) ul li:first-child {
  margin: 0;
}
body > nav:nth-of-type(2) ul li a,
body > nav:nth-of-type(3) ul li a,
body > nav:nth-of-type(4) ul li a {
  display: block;
}
body > nav:nth-of-type(2) ul li a h2,
body > nav:nth-of-type(3) ul li a h2,
body > nav:nth-of-type(4) ul li a h2 {
  font-family: "p22-mackinac-pro", serif;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}
body > nav:nth-of-type(2) ul li a span,
body > nav:nth-of-type(3) ul li a span,
body > nav:nth-of-type(4) ul li a span {
  padding: 5px 0 0;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  display: block;
}
body > nav:nth-of-type(2) ul li a img,
body > nav:nth-of-type(3) ul li a img,
body > nav:nth-of-type(4) ul li a img {
  display: none;
}

@media only screen and (min-width: 1024px) {
  body > nav:nth-of-type(2),
  body > nav:nth-of-type(3),
  body > nav:nth-of-type(4) {
    padding: 25px 100px 25px 396px;
  }
  body > nav:nth-of-type(2) ul li,
  body > nav:nth-of-type(3) ul li,
  body > nav:nth-of-type(4) ul li {
    margin-top: 13px;
  }
  body > nav:nth-of-type(2) ul li:first-child,
  body > nav:nth-of-type(3) ul li:first-child,
  body > nav:nth-of-type(4) ul li:first-child {
    margin-top: 0;
  }
  body > nav:nth-of-type(2) ul li a,
  body > nav:nth-of-type(3) ul li a,
  body > nav:nth-of-type(4) ul li a {
    display: inline-flex;
    align-items: center;
  }
  body > nav:nth-of-type(2) ul li a h2,
  body > nav:nth-of-type(3) ul li a h2,
  body > nav:nth-of-type(4) ul li a h2 {
    font-size: 48px;
    line-height: 1;
  }
  body > nav:nth-of-type(2) ul li a span,
  body > nav:nth-of-type(3) ul li a span,
  body > nav:nth-of-type(4) ul li a span {
    margin: 0 0 0 5.9em;
    padding: 0 0 0 4.7em;
    font-size: 12px;
    line-height: 1;
  }
  body > nav:nth-of-type(2) ul li a span:before,
  body > nav:nth-of-type(3) ul li a span:before,
  body > nav:nth-of-type(4) ul li a span:before {
    width: 1px;
    height: 4.4em;
    background: #000;
    position: absolute;
    top: calc(50% - 2.2em);
    left: 0;
    transform: rotate(24deg);
    content: " ";
    display: block;
  }
  body > nav:nth-of-type(2) ul li a img,
  body > nav:nth-of-type(3) ul li a img,
  body > nav:nth-of-type(4) ul li a img {
    height: auto;
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease;
    display: block;
  }
  body > nav:nth-of-type(2) ul li:nth-of-type(3n-2) a img,
  body > nav:nth-of-type(3) ul li:nth-of-type(3n-2) a img,
  body > nav:nth-of-type(4) ul li:nth-of-type(3n-2) a img {
    width: 673px;
    bottom: 0;
    right: 0;
  }
  body > nav:nth-of-type(2) ul li:nth-of-type(3n-1) a img,
  body > nav:nth-of-type(3) ul li:nth-of-type(3n-1) a img,
  body > nav:nth-of-type(4) ul li:nth-of-type(3n-1) a img {
    width: 477px;
    bottom: 138px;
    right: 293px;
  }
  body > nav:nth-of-type(2) ul li:nth-of-type(3n) a img,
  body > nav:nth-of-type(3) ul li:nth-of-type(3n) a img,
  body > nav:nth-of-type(4) ul li:nth-of-type(3n) a img {
    width: 621px;
    bottom: 416px;
    right: 156px;
  }
  /*body > nav:nth-of-type(2) ul:hover li:nth-of-type(1) a img { opacity: 0; }
	body > nav:nth-of-type(2) ul:hover li:nth-of-type(1):hover a img { opacity: 1; }*/
  body > nav:nth-of-type(2) ul li a,
  body > nav:nth-of-type(3) ul li a,
  body > nav:nth-of-type(4) ul li a {
    opacity: 0.1;
  }
  body > nav:nth-of-type(2) ul:hover li a:hover,
  body > nav:nth-of-type(3) ul:hover li a:hover,
  body > nav:nth-of-type(4) ul:hover li a:hover {
    opacity: 1;
  }
  body > nav:nth-of-type(2) ul:hover li a:hover img,
  body > nav:nth-of-type(3) ul:hover li a:hover img,
  body > nav:nth-of-type(4) ul:hover li a:hover img {
    opacity: 1;
  }
}

@media only screen and (min-width: 1024px) {
  body > nav:nth-of-type(2),
  body > nav:nth-of-type(3),
  body > nav:nth-of-type(4) {
    padding: 1.302vw 5.208vw 1.302vw 20.625vw;
  }
  body > nav:nth-of-type(2) ul li,
  body > nav:nth-of-type(3) ul li,
  body > nav:nth-of-type(4) ul li {
    margin-top: 0.677vw;
  }
  body > nav:nth-of-type(2) ul li:first-child,
  body > nav:nth-of-type(3) ul li:first-child,
  body > nav:nth-of-type(4) ul li:first-child {
    margin-top: 0;
  }
  body > nav:nth-of-type(2) ul li a h2,
  body > nav:nth-of-type(3) ul li a h2,
  body > nav:nth-of-type(4) ul li a h2 {
    font-size: 2.5vw;
  }
  body > nav:nth-of-type(2) ul li a span,
  body > nav:nth-of-type(3) ul li a span,
  body > nav:nth-of-type(4) ul li a span {
    font-size: 0.625vw;
  }
  body > nav:nth-of-type(2) ul li:nth-of-type(3n-2) a img,
  body > nav:nth-of-type(3) ul li:nth-of-type(3n-2) a img,
  body > nav:nth-of-type(4) ul li:nth-of-type(3n-2) a img {
    width: 35.052vw;
  }
  body > nav:nth-of-type(2) ul li:nth-of-type(3n-1) a img,
  body > nav:nth-of-type(3) ul li:nth-of-type(3n-1) a img,
  body > nav:nth-of-type(4) ul li:nth-of-type(3n-1) a img {
    width: 24.844vw;
    bottom: 7.188vw;
    right: 15.26vw;
  }
  body > nav:nth-of-type(2) ul li:nth-of-type(3n) a img,
  body > nav:nth-of-type(3) ul li:nth-of-type(3n) a img,
  body > nav:nth-of-type(4) ul li:nth-of-type(3n) a img {
    width: 32.344vw;
    bottom: 21.667vw;
    right: 8.125vw;
  }
}

body > header:nth-of-type(1) {
  width: 100%;
  padding: 12px 9px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 90;
}
body > header:nth-of-type(1) a:hover {
  opacity: 0.5;
}
body > header:nth-of-type(1) h1 a img {
  width: 92px;
  height: 24px;
}
body > header:nth-of-type(1) p {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  display: none;
}
body > header:nth-of-type(1) ul {
  padding: 0 4px 0 0;
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
}
body > header:nth-of-type(1) ul:before {
  width: 1px;
  height: 22px;
  background: #2b2b2b;
  position: absolute;
  top: calc(50% - 11px);
  left: -18px;
  transform: rotate(25deg);
  content: " ";
  display: block;
}
body > header:nth-of-type(1) ul li a {
  position: relative;
  display: inline-flex;
}
body > header:nth-of-type(1) ul li a:after {
  width: 3px;
  height: 3px;
  background: #f55d48;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: -3px;
  content: " ";
  display: block;
}

@media only screen and (min-width: 1024px) {
  body > header:nth-of-type(1) {
    padding: 18px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  body > header:nth-of-type(1) p {
    display: block;
  }
  body > header:nth-of-type(1) ul {
    justify-self: end;
  }
}

body > header:nth-of-type(2) {
  width: 100%;
  padding: 12px;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 93;
}
body > header:nth-of-type(2).headroom--not-top {
  transform: translateY(0);
}
body > header:nth-of-type(2) p {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
body > header:nth-of-type(2) ul {
  position: relative;
}
body > header:nth-of-type(2) ul:before {
  width: 1px;
  height: 14px;
  background: #f55d48;
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  transform: rotate(25deg);
  content: " ";
  display: block;
}
body > header:nth-of-type(2) ul li button {
  font-size: 12px;
  text-transform: uppercase;
  background: none;
  border: 0;
}

@media only screen and (min-width: 1024px) {
  body > header:nth-of-type(2) {
    display: none;
  }
}

body > ul {
  position: absolute;
  top: 24px;
  right: 22px;
  z-index: 92;
}
body > ul:before {
  width: 1px;
  height: 56px;
  background: #f55d48;
  position: absolute;
  top: calc(50% - 28px);
  left: -22px;
  transform: rotate(25deg);
  content: " ";
  display: block;
}
body.page-id-10 > ul:before {
  background: #000000;
}
body > ul li button {
  background: none;
  border: 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body > ul li button:before {
  padding: 0 0 2px;
  font-size: 6px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-transform: uppercase;
  content: "Explore";
  display: block;
}
body > ul li button:after {
  width: 0.9em;
  font-size: 36px;
  text-transform: uppercase;
  content: "M";
  display: block;
}
body > ul li button > span {
  display: none;
}
body > ul li button > span span {
  position: relative;
  display: block;
}
body > ul li a {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body > ul li a:before {
  padding: 0 0 2px;
  font-size: 6px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-transform: uppercase;
  content: "Close";
  display: block;
}
body > ul li a:after {
  width: 0.9em;
  font-size: 36px;
  text-transform: uppercase;
  content: "X";
  display: block;
}
body > ul li a > span {
  display: none;
}

body > ul li button > span {
  font-size: 22px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%);
  transition: opacity 0.4s ease;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
body > ul li button > span span:nth-of-type(3) {
  left: -0.025em;
}
body > ul li button:before,
body > ul li button:after {
  opacity: 0;
}
body > ul li button > span {
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  body > ul {
    position: fixed;
    top: 30px;
    right: 54px;
  }
  body > ul:before {
    height: 98px;
    top: calc(50% - 49px);
    left: -52px;
    transform: rotate(25deg);
    content: " ";
    display: block;
  }
  body > ul li button:before {
    padding-bottom: 2.222em;
    font-size: 9px;
    transition: opacity 0.4s ease;
  }
  body > ul li button:after {
    font-size: 60px;
    transition: opacity 0.4s ease;
  }
  body > ul li button > span {
    font-size: 36px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    transition: opacity 0.4s ease;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body > ul li button > span span:nth-of-type(3) {
    left: -0.025em;
  }
  body > ul li button:hover > span span {
    position: relative;
  }
  body > ul li button:hover:before,
  body > ul li button:hover:after {
    opacity: 0;
  }
  body > ul li button:hover > span {
    opacity: 1;
  }
  body > ul li a:before {
    padding-bottom: 2.222em;
    font-size: 9px;
    transition: opacity 0.4s ease;
  }
  body > ul li a:after {
    font-size: 60px;
    transition: opacity 0.4s ease;
  }
  body > ul li a > span {
    font-size: 36px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    transition: opacity 0.4s ease;
    display: grid;
    grid-template-columns: 1fr;
  }
  body > ul li a:hover:before,
  body > ul li a:hover:after {
    opacity: 0;
  }
  body > ul li a:hover > span {
    opacity: 1;
  }

  body > ul li button:before,
  body > ul li button:after {
    opacity: 0;
  }
  body > ul li button > span {
    opacity: 1;
  }
}

@media only screen and (min-width: 1024px) {
  body > ul {
    top: 1.563vw;
    right: 2.813vw;
  }
  body > ul:before {
    height: 5.104vw;
    top: calc(50% - 2.552vw);
    left: -2.708vw;
  }
  body > ul li button:before {
    font-size: 0.469vw;
  }
  body > ul li button:after {
    font-size: 3.125vw;
  }
  body > ul li button > span {
    font-size: 1.875vw;
  }
  body > ul li a:before {
    font-size: 0.469vw;
  }
  body > ul li a:after {
    font-size: 3.125vw;
  }
  body > ul li a > span {
    font-size: 1.875vw;
  }
}

main {
  position: relative;
}

main img {
  max-width: 100%;
}

main > .banner {
  height: calc(100vh - 48px);
  padding: 22px 9px 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto 1fr;
}
main > .banner h1 {
  font-size: 24px;
  line-height: 1.167;
  text-transform: uppercase;
  grid-column: 1 / span 2;
}
main > .banner h1 span {
  padding: 0 0 0 79px;
  display: block;
}
main > .banner p {
  width: 171px;
  padding: 27px 0 7px;
  font-family: "p22-mackinac-pro", serif;
  font-size: 10px;
  line-height: 1.4;
  text-indent: 22px;
}
main > .banner p + p {
  width: 112px;
  margin: 0 0 0 auto;
  text-indent: 0;
  align-self: flex-end;
}
main > .banner figure {
  grid-column: 1 / span 2;
  overflow: hidden;
}
main > .banner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main > .banner figure img + img {
  display: none;
}

@media (orientation: landscape) {
  main > .banner figure img {
    display: none;
  }
  main > .banner figure img:last-child {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  main > .banner {
    height: calc(100vh + 200px);
    padding: 42px 23px 0;
  }
  main > .banner h1 {
    font-size: 90px;
    line-height: 0.933;
  }
  main > .banner h1 span {
    padding-left: 3.233em;
  }
  main > .banner p {
    width: 17em;
    padding: 2.875em 0 2em;
    font-size: 16px;
    line-height: 1;
    text-indent: 2.25em;
  }
  main > .banner p + p {
    width: 41.5em;
    padding-right: 29.375em;
    text-indent: 0;
  }
}

@media only screen and (min-width: 1024px) {
  main > .banner {
    height: calc(100vh + 10.417vw);
    padding: 2.188vw 1.198vw 0;
  }
  main > .banner h1 {
    font-size: 4.688vw;
  }
  main > .banner p {
    font-size: 0.833vw;
  }
}

main > .projects {
  padding: 0 0 122px;
  position: relative;
}
main > .projects ul {
  position: relative;
}
main > .projects ul li {
  padding: 100px 0 0;
  position: relative;
}
main > .projects ul li header {
  padding: 0 9px;
  display: flex;
  align-items: flex-end;
}
main > .projects ul li header h2 {
  width: 270px;
  font-size: 14px;
  text-transform: uppercase;
}
main > .projects ul li header p {
  font-size: 10px;
  text-transform: uppercase;
}
main > .projects ul li .images {
  margin: 6px 0 0;
  display: flex;
  align-items: center;
}
main > .projects ul li .images figure a {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
main > .projects ul li .images figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
main > .projects ul li .images figure a:hover img {
  transform: scale(1.1);
}
main > .projects ul li.layout-1 .images figure:nth-of-type(1) {
  display: none;
}
main > .projects ul li.layout-1 .images figure:nth-of-type(2) {
  width: 223px;
  height: 315px;
  margin: 0 0 0 9px;
}
main > .projects ul li.layout-1 .images figure:nth-of-type(3) {
  width: 140px;
  height: 231px;
  margin: 0 0 0 10px;
}
main > .projects ul li.layout-2 .images figure {
  width: 300px;
  height: 369px;
  margin: 0 0 0 80px;
}
main > .projects ul li.layout-3 .images figure:nth-of-type(1) {
  width: 140px;
  height: 294px;
  margin: 0 0 0 9px;
}
main > .projects ul li.layout-3 .images figure:nth-of-type(2) {
  width: 222px;
  height: 294px;
  margin: 0 0 0 9px;
}
main > .projects ul li.layout-4 .images {
  align-items: flex-end;
}
main > .projects ul li.layout-4 .images figure:nth-of-type(1) {
  width: 236px;
  height: 310px;
  margin: 0 0 0 9px;
}
main > .projects ul li.layout-4 .images figure:nth-of-type(2) {
  width: 126px;
  height: 209px;
  margin: 0 0 0 9px;
}
main > .projects ul li.layout-5 .images figure:nth-of-type(1) {
  display: none;
}
main > .projects ul li.layout-5 .images figure:nth-of-type(2) {
  width: 336px;
  height: 340px;
  margin: 0 0 0 9px;
}

main > .projects ul li.layout-video {
  display: flex;
  flex-direction: column;
}
main > .projects ul li.layout-video header {
  margin: 8px 0 0;
  align-items: center;
  order: 2;
}
main > .projects ul li.layout-video header h2 {
  width: auto;
  padding: 0 28px 0 0;
  font-family: "p22-mackinac-pro", serif;
  font-size: 10px;
  text-transform: none;
  position: relative;
}
main > .projects ul li.layout-video header h2:before {
  width: 20px;
  height: 1px;
  background: #c1c1c1;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: rotate(-45deg);
  content: " ";
  display: block;
}
main > .projects ul li.layout-video header p {
  font-size: 8px;
}
main > .projects ul li.layout-video .video {
  padding: 0 9px;
  order: 1;
}
main > .projects ul li.layout-video .video > div {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
main > .projects ul li.layout-video .video > div a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
}
main > .projects ul li.layout-video .video > div video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.4s ease;
}
main > .projects ul li.layout-video .video > div:hover video {
  transform: scale(1.1);
}

main > .projects ul li header {
  padding: 0 2.308vw;
}
main > .projects ul li header h2 {
  width: 69.231vw;
}
main > .projects ul li.layout-1 .images figure:nth-of-type(2) {
  width: 57.179vw;
  height: 80.769vw;
  margin: 0 0 0 2.308vw;
}
main > .projects ul li.layout-1 .images figure:nth-of-type(3) {
  width: 35.897vw;
  height: 59.231vw;
  margin: 0 0 0 2.564vw;
}
main > .projects ul li.layout-2 .images figure {
  width: 76.923vw;
  height: 94.615vw;
  margin: 0 0 0 20.513vw;
}
main > .projects ul li.layout-3 .images figure:nth-of-type(1) {
  width: 35.897vw;
  height: 75.385vw;
  margin: 0 0 0 2.308vw;
}
main > .projects ul li.layout-3 .images figure:nth-of-type(2) {
  width: 56.923vw;
  height: 75.385vw;
  margin: 0 0 0 2.308vw;
}
main > .projects ul li.layout-4 .images figure:nth-of-type(1) {
  width: 60.513vw;
  height: 79.487vw;
  margin: 0 0 0 2.308vw;
}
main > .projects ul li.layout-4 .images figure:nth-of-type(2) {
  width: 32.308vw;
  height: 53.59vw;
  margin: 0 0 0 2.308vw;
}
main > .projects ul li.layout-5 .images figure:nth-of-type(2) {
  width: 86.154vw;
  height: 87.179vw;
  margin: 0 0 0 2.308vw;
}
main > .projects ul li.layout-video .video {
  padding: 0 2.308vw;
}

@media only screen and (min-width: 1024px) {
  main > .projects {
    padding-bottom: 390px;
  }
  main > .projects ul li {
    padding-top: 212px;
  }
  main > .projects ul li header {
    padding: 0 242px;
  }
  main > .projects ul li header h2 {
    width: 590px;
    font-size: 24px;
  }
  main > .projects ul li header p {
    font-size: 14px;
  }
  main > .projects ul li .images {
    margin-top: 9px;
  }
  main > .projects ul li.layout-1 .images figure:nth-of-type(1) {
    width: 385px;
    height: 435px;
    margin: 0 0 0 24px;
    display: block;
  }
  main > .projects ul li.layout-1 .images figure:nth-of-type(2) {
    width: 643px;
    height: 837px;
    margin: 0 0 0 24px;
  }
  main > .projects ul li.layout-1 .images figure:nth-of-type(3) {
    width: 392px;
    height: 593px;
    margin: 0 0 0 24px;
  }
  main > .projects ul li.layout-2 .images figure {
    width: 1105px;
    height: 852px;
    margin: 0 0 0 575px;
  }
  main > .projects ul li.layout-3 .images figure:nth-of-type(1) {
    width: 733px;
    height: 785px;
    margin: 0 0 0 407px;
  }
  main > .projects ul li.layout-3 .images figure:nth-of-type(2) {
    width: 733px;
    height: 785px;
    margin: 0 0 0 24px;
  }
  main > .projects ul li.layout-4 .images {
    align-items: center;
  }
  main > .projects ul li.layout-4 .images figure:nth-of-type(1) {
    width: 1104px;
    height: 821px;
    margin: 0 0 0 24px;
  }
  main > .projects ul li.layout-4 .images figure:nth-of-type(2) {
    width: 626px;
    height: 622px;
    margin: 0 0 0 24px;
  }
  main > .projects ul li.layout-5 .images {
    align-items: flex-start;
  }
  main > .projects ul li.layout-5 .images figure:nth-of-type(1) {
    width: 528px;
    height: 530px;
    margin: 0 0 0 24px;
    display: block;
  }
  main > .projects ul li.layout-5 .images figure:nth-of-type(2) {
    width: 1059px;
    height: 831px;
    margin: 0 0 0 24px;
  }
  main > .projects ul li.layout-video header {
    margin-top: 8px;
    padding: 0 394px;
  }
  main > .projects ul li.layout-video header h2 {
    width: auto;
    padding: 0 2.833em 0 0;
    font-size: 12px;
  }
  main > .projects ul li.layout-video header h2:before {
    width: 1.667em;
    right: 0.333em;
  }
  main > .projects ul li.layout-video header p {
    font-size: 10px;
    padding-left: 0.4em;
  }
  main > .projects ul li.layout-video .video {
    padding: 0 394px;
  }
}

@media only screen and (min-width: 1024px) {
  main > .projects {
    padding-bottom: 20.313vw;
  }
  main > .projects ul li {
    padding-top: 11.042vw;
  }
  main > .projects ul li header {
    padding: 0 12.604vw;
  }
  main > .projects ul li header h2 {
    width: 30.729vw;
    font-size: 1.25vw;
  }
  main > .projects ul li header p {
    font-size: 0.729vw;
  }
  main > .projects ul li .images {
    margin-top: 0.469vw;
  }
  main > .projects ul li.layout-1 .images figure:nth-of-type(1) {
    width: 20.052vw;
    height: 22.656vw;
    margin: 0 0 0 1.25vw;
  }
  main > .projects ul li.layout-1 .images figure:nth-of-type(2) {
    width: 33.49vw;
    height: 43.594vw;
    margin: 0 0 0 1.25vw;
  }
  main > .projects ul li.layout-1 .images figure:nth-of-type(3) {
    width: 20.417vw;
    height: 30.885vw;
    margin: 0 0 0 1.25vw;
  }
  main > .projects ul li.layout-2 .images figure {
    width: 57.552vw;
    height: 44.375vw;
    margin: 0 0 0 29.948vw;
  }
  main > .projects ul li.layout-3 .images figure:nth-of-type(1) {
    width: 38.177vw;
    height: 40.885vw;
    margin: 0 0 0 21.198vw;
  }
  main > .projects ul li.layout-3 .images figure:nth-of-type(2) {
    width: 38.177vw;
    height: 40.885vw;
    margin: 0 0 0 1.25vw;
  }
  main > .projects ul li.layout-4 .images figure:nth-of-type(1) {
    width: 57.5vw;
    height: 42.76vw;
    margin: 0 0 0 1.25vw;
  }
  main > .projects ul li.layout-4 .images figure:nth-of-type(2) {
    width: 32.604vw;
    height: 32.396vw;
    margin: 0 0 0 1.25vw;
  }
  main > .projects ul li.layout-5 .images figure:nth-of-type(1) {
    width: 27.5vw;
    height: 27.604vw;
    margin: 0 0 0 1.25vw;
  }
  main > .projects ul li.layout-5 .images figure:nth-of-type(2) {
    width: 55.156vw;
    height: 43.281vw;
    margin: 0 0 0 1.25vw;
  }
  main > .projects ul li.layout-video header {
    margin-top: 0.417vw;
    padding: 0 20.521vw;
  }
  main > .projects ul li.layout-video header h2 {
    font-size: 0.625vw;
  }
  main > .projects ul li.layout-video header p {
    font-size: 0.521vw;
  }
  main > .projects ul li.layout-video .video {
    padding: 0 20.521vw;
  }
}

main > .studio-overview {
  padding: 22px 9px 0;
  background: #f55d48;
  position: relative;
}
main > .studio-overview h1 {
  padding: 0 80px 0 0;
  font-size: 24px;
  line-height: 1.167;
  text-indent: 35px;
}
main > .studio-overview h2 {
  margin: 27px 0 0;
  padding: 0 0 0 91px;
  font-size: 24px;
  line-height: 1.167;
}
main > .studio-overview dl {
  margin: 62px 0 0;
  font-family: "p22-mackinac-pro", serif;
  font-size: 12px;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 120px auto;
  grid-gap: 18px 0;
}
main > .studio-overview dl dt {
  padding: 3px 0 0;
  text-transform: uppercase;
}
main > .studio-overview dl dd {
  padding: 0 38px 0 0;
}
main > .studio-overview figure {
  margin: 20px 0 0;
  position: relative;
}
main > .studio-overview figure img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1024px) {
  main > .studio-overview {
    padding: 35px 25px 0 23px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  main > .studio-overview h1 {
    width: 100%;
    padding: 0 6.233em 0 0.122em;
    font-size: 90px;
    line-height: 1.089;
    text-indent: 3.2em;
    order: 1;
  }
  main > .studio-overview h2 {
    width: 100%;
    margin-top: 0.1em;
    padding: 0 0 0 8.322em;
    font-size: 90px;
    line-height: 1.089;
    order: 2;
  }
  main > .studio-overview dl {
    width: 31.25em;
    margin: 0;
    padding: 0 0 2.313em;
    font-size: 16px;
    line-height: 1.375;
    grid-template-columns: auto 21.875em;
    grid-gap: 1.375em 0;
    order: 4;
  }
  main > .studio-overview dl dt {
    padding: 0 0.938em 0 0;
    text-align: right;
  }
  main > .studio-overview dl dd {
    padding: 0;
  }
  main > .studio-overview figure {
    width: 682px;
    margin: 0;
    top: -80px;
    order: 3;
  }
}

@media only screen and (min-width: 1024px) {
  main > .studio-overview {
    padding: 1.823vw 1.302vw 0 1.198vw;
  }
  main > .studio-overview h1 {
    font-size: 4.688vw;
  }
  main > .studio-overview h2 {
    font-size: 4.688vw;
  }
  main > .studio-overview dl {
    font-size: 0.833vw;
  }
  main > .studio-overview figure {
    width: 35.521vw;
    top: -4.167vw;
  }
}

main > .studio-people {
  padding: 90px 0 0;
  background: #f55d48;
  position: relative;
}
main > .studio-people ul li {
  border-top: 1px solid #000;
}
main > .studio-people ul li a {
  padding: 28px 9px 24px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
main > .studio-people ul li a h2 {
  margin: 0 auto 0 0;
  font-size: 16px;
  text-transform: uppercase;
}
main > .studio-people ul li a h2 span {
  display: none;
}
main > .studio-people ul li a figure {
  margin: 0 0 0 5px;
}
main > .studio-people ul li a figure img {
  width: 121px;
  height: 107px;
  object-fit: cover;
}
main > .studio-people ul li a figure:nth-of-type(3),
main > .studio-people ul li a figure:nth-of-type(4),
main > .studio-people ul li a figure:nth-of-type(5) {
  display: none;
}

@media only screen and (min-width: 1024px) {
  main > .studio-people {
    padding-top: 300px;
  }
  main > .studio-people ul li a {
    padding: 62px 139px 62px 296px;
    align-items: center;
  }
  main > .studio-people ul li a h2 {
    font-size: 50px;
    position: relative;
    left: 0;
    display: inline-flex;
    transition: all 0.4s ease;
  }
  main > .studio-people ul li a h2:before {
    width: 1px;
    height: 2.5em;
    background: #000000;
    position: absolute;
    top: calc(50% - 1.3em);
    right: -1.95em;
    transform: rotate(25deg);
    opacity: 0;
    transition: opacity 0.4s ease;
    content: " ";
    display: block;
  }
  main > .studio-people ul li a h2 span {
    font-size: 0.3em;
    text-transform: uppercase;
    position: absolute;
    top: calc(50% - 0.5em);
    left: calc(100% + 17.333em);
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.4s ease;
    display: block;
  }
  main > .studio-people ul li a figure {
    margin-left: 23px;
    transition: opacity 0.4s ease;
  }
  main > .studio-people ul li a figure img {
    width: 187px;
    height: auto;
  }
  main > .studio-people ul li a figure:nth-of-type(3),
  main > .studio-people ul li a figure:nth-of-type(4),
  main > .studio-people ul li a figure:nth-of-type(5) {
    display: block;
  }
  main > .studio-people ul li a:hover {
    background-color: #efefef;
  }
  main > .studio-people ul li a:hover h2 {
    font-family: "p22-mackinac-pro", serif;
    left: 279px;
  }
  main > .studio-people ul li a:hover h2:before,
  main > .studio-people ul li a:hover h2 span {
    opacity: 1;
  }
  main > .studio-people ul li a:hover figure {
    opacity: 0;
  }
}

@media only screen and (min-width: 1024px) {
  main > .studio-people {
    padding-top: 15.625vw;
  }
  main > .studio-people ul li a {
    padding: 3.229vw 7.24vw 3.229vw 15.417vw;
  }
  main > .studio-people ul li a h2 {
    font-size: 2.604vw;
  }
  main > .studio-people ul li a figure {
    margin-left: 1.198vw;
  }
  main > .studio-people ul li a figure img {
    width: 9.74vw;
  }
  main > .studio-people ul li a:hover h2 {
    left: 14.531vw;
  }
}

main > .person {
  padding: 20px 9px 16px;
  position: relative;
}
main > .person .images {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 9px;
  align-items: end;
}
main > .person .images figure img {
  width: 100%;
  height: auto;
}
main > .person .images figure + figure {
  height: calc(100% - 113px);
}
main > .person .images figure + figure img {
  max-height: 100%;
  object-fit: cover;
}
main > .person header {
  padding: 28px 0 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
main > .person header h1 {
  font-size: 24px;
  line-height: 1.167;
  text-transform: uppercase;
  color: #f55d48;
  position: relative;
  display: inline-flex;
}
main > .person header h1:after {
  width: 1px;
  height: 56px;
  background: #f55d48;
  position: absolute;
  top: calc(50% - 18px);
  right: -18px;
  transform: rotate(25deg);
  content: " ";
  display: block;
}
main > .person header > p {
  width: 100%;
  padding: 5px 0 0 24px;
  font-size: 24px;
  line-height: 1.167;
  text-transform: uppercase;
}
main > .person header > h1 + p {
  width: auto;
  padding: 38px 0 0 18px;
}
main > .person header .text {
  width: 100%;
  margin-top: 31px;
}
main > .person header .text p {
  margin: 1.333em 0 0;
  font-family: "p22-mackinac-pro", serif;
  font-size: 12px;
  line-height: 1.333;
}
main > .person header .text p:first-of-type {
  margin-top: 0;
  text-indent: 42px;
}
main > .person .facts {
  padding: 69px 0 0;
  position: relative;
}
main > .person .facts ul li h2 {
  padding: 16px 0 0;
  font-size: 12px;
  line-height: 1.333;
  text-transform: uppercase;
}
main > .person .facts ul li:first-child h2 {
  padding: 0;
}
main > .person .facts ul li p {
  font-family: "p22-mackinac-pro", serif;
  font-size: 12px;
  line-height: 1.333;
}

@media only screen and (min-width: 1024px) {
  main > .person {
    padding: 23px 520px 23px 540px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  main > .person .images {
    position: absolute;
    bottom: 23px;
    left: 23px;
    display: flex;
    grid-gap: 0;
  }
  main > .person .images figure {
    width: 495px;
  }
  main > .person .images figure + figure {
    width: 488px;
    height: auto;
    margin: 0 0 0 22px;
  }
  main > .person header {
    padding: 0 0 48px;
  }
  main > .person header h1 {
    font-size: 90px;
    line-height: 1.2;
  }
  main > .person header h1:after {
    height: 1.622em;
    top: calc(50% - 0.667em);
    right: -0.5em;
  }
  main > .person header > p {
    margin: -0.056em 0 0;
    padding: 0 0 0 0.5em;
    font-size: 90px;
    line-height: 1;
  }
  main > .person header > h1 + p {
    width: auto;
    margin: 0;
    padding: 1.067em 0 0 0.578em;
  }
  main > .person header .text {
    width: 326px;
    margin: 0;
    position: absolute;
    top: 200px;
    right: 0;
  }
  main > .person header .text p {
    margin: 1.333em 0 0;
    font-size: 14px;
    line-height: 1.333;
  }
  main > .person header .text p:first-of-type {
    margin-top: 0;
    text-indent: 3.5em;
  }
  main > .person .facts {
    padding: 0 0 0 534px;
    height: 543px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  main > .person .facts ul li h2 {
    padding-top: 1.333em;
    font-size: 14px;
    line-height: 1.333;
  }
  main > .person .facts ul li:first-child h2 {
    padding: 0;
  }
  main > .person .facts ul li p {
    font-size: 14px;
    line-height: 1.333;
  }
}

@media only screen and (min-width: 1024px) {
  main > .person {
    padding: 1.198vw 27.083vw 1.198vw 28.125vw;
  }
  main > .person .images {
    bottom: 1.198vw;
    left: 1.198vw;
  }
  main > .person .images figure {
    width: 25.781vw;
  }
  main > .person .images figure + figure {
    width: 25.417vw;
    margin: 0 0 0 1.146vw;
  }
  main > .person header {
    padding: 0 0 2.5vw;
  }
  main > .person header h1 {
    font-size: 4.688vw;
  }
  main > .person header > p {
    font-size: 4.688vw;
  }
  main > .person header .text {
    width: 16.979vw;
    top: 10.417vw;
  }
  main > .person header .text p {
    font-size: 0.729vw;
  }
  main > .person .facts {
    padding: 0 0 0 27.813vw;
    height: 28.281vw;
  }
  main > .person .facts ul li h2 {
    font-size: 0.729vw;
  }
  main > .person .facts ul li p {
    font-size: 0.729vw;
  }
}

main > .project {
  padding: 18px 0 0;
  position: relative;
}
main > .project img {
  width: 100%;
  height: auto;
}

main > .project header {
  padding: 0 0 70px;
  position: relative;
}
main > .project header > p {
  width: 274px;
  margin: 0 0 0 8px;
  font-family: "p22-mackinac-pro", serif;
  font-size: 12px;
  line-height: 1.333;
}
main > .project header > ul {
  margin: 71px 55px 0 0;
  font-family: "p22-mackinac-pro", serif;
  font-size: 12px;
  line-height: 1.333;
  border-top: 1px solid #e0e0e0;
}
main > .project header > ul li {
  padding: 8px 0 6px 8px;
  border-bottom: 1px solid #e0e0e0;
}
main > .project header > ul li strong {
  font-weight: 400;
}
main > .project header .title {
  padding: 63px 9px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
main > .project header .title h1 {
  font-size: 24px;
  line-height: 1.167;
}
main > .project header .title p {
  font-size: 10px;
  line-height: 1.6;
  text-transform: uppercase;
}
main > .project header figure {
  padding: 8px 9px 0;
}

main > .project .layout-1 {
  padding: 75px 9px 0 36px;
}
main > .project .layout-1 p {
  width: 258px;
  margin: 10px 0 0 auto;
  font-family: "p22-mackinac-pro", serif;
  font-size: 12px;
  line-height: 1.333;
  text-transform: none;
}

main > .project .layout-2 {
  padding: 75px 9px 0 64px;
}
main > .project .layout-2 figure + figure {
  padding: 80px 0 0 38px;
}
main > .project .layout-2 p {
  margin: 8px 0 0 38px;
  font-family: "p22-mackinac-pro", serif;
  font-size: 12px;
  line-height: 1.333;
}

main > .project .layout-3 {
  padding: 75px 9px 0 36px;
}

main > .project .layout-4 {
  padding: 62px 9px 0 36px;
}
main > .project .layout-4 p {
  width: 288px;
  margin: 10px 0 0;
  font-family: "p22-mackinac-pro", serif;
  font-size: 12px;
  line-height: 1.333;
}
main > .project .layout-4 figure ~ figure {
  padding: 75px 0 0 65px;
}

main > .project .layout-5 {
  padding: 78px 9px 0 64px;
}
main > .project .layout-5 p {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.375;
  text-transform: uppercase;
}
main > .project .layout-5 figure + p {
  width: 264px;
  margin: 10px 0 0 auto;
  font-family: "p22-mackinac-pro", serif;
  font-size: 12px;
  line-height: 1.333;
  text-transform: none;
}

main > .project .layout-6 {
  padding: 75px 0 0;
}
main > .project .layout-6 figure {
  padding: 0 9px;
}
main > .project .layout-6 figure + figure {
  padding: 9px 9px 0 101px;
}

main > .project .layout-video {
  padding: 75px 9px 0;
  display: flex;
  flex-direction: column;
}
main > .project .layout-video .info {
  margin: 8px 0 0;
  display: flex;
  align-items: flex-end;
  align-items: center;
  order: 2;
}
main > .project .layout-video .info h2 {
  width: auto;
  padding: 0 28px 0 0;
  font-family: "p22-mackinac-pro", serif;
  font-size: 10px;
  text-transform: none;
  position: relative;
}
main > .project .layout-video .info h2:before {
  width: 20px;
  height: 1px;
  background: #c1c1c1;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: rotate(-45deg);
  content: " ";
  display: block;
}
main > .project .layout-video .info p {
  font-size: 8px;
}
main > .project .layout-video .video {
  order: 1;
}
main > .project .layout-video .video > div {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
main > .project .layout-video .video > div video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.4s ease;
}

main > .project ul.nav {
  padding: 75px 9px 50px;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
}
main > .project ul.nav li {
  display: flex;
}
main > .project ul.nav li + li:before {
  padding: 0 0.25em;
  content: "/";
  display: block;
}
main > .project ul.nav li a {
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
}
main > .project ul.nav li a:hover {
  text-decoration-color: #000000;
}

@media only screen and (min-width: 1024px) {
  main > .project {
    padding: 0;
  }

  main > .project header {
    padding: 0 23px 0 0;
    display: grid;
    grid-template-columns: auto 1076px;
    grid-template-rows: auto auto 1fr;
  }
  main > .project header > p {
    width: 348px;
    margin: 0;
    padding: 2.167em 0 0 1.833em;
    font-size: 14px;
    line-height: 1.333;
    grid-column: 1;
    grid-row: 1;
  }
  main > .project header > ul {
    margin: 3.833em 0 0;
    font-size: 14px;
    line-height: 1.333;
    justify-self: start;
    grid-column: 1;
    grid-row: 2;
  }
  main > .project header > ul li {
    padding: 0.667em 0 0.583em 1.833em;
  }
  main > .project header .title {
    padding: 36px 92px 0 22px;
    grid-column: 1;
    grid-row: 3;
    align-self: start;
  }
  main > .project header .title h1 {
    font-size: 48px;
    line-height: 1.208;
  }
  main > .project header .title p {
    padding: 0 0 0.8em;
    font-size: 12px;
    line-height: 1.6;
  }
  main > .project header figure {
    padding: 161px 0 0;
    grid-column: 2;
    grid-row: 1 / span 3;
  }

  main > .project .layout-1 {
    padding: 400px 273px 0 206px;
  }
  main > .project .layout-1 p {
    width: 632px;
    margin-top: 1.833em;
    font-size: 14px;
    line-height: 1.333;
  }

  main > .project .layout-2 {
    padding: 346px 0 0 23px;
    display: flex;
    align-items: flex-end;
  }
  main > .project .layout-2 figure {
    width: 584px;
  }
  main > .project .layout-2 figure + figure {
    width: 676px;
    margin: 0 25px;
    padding: 0;
  }
  main > .project .layout-2 p {
    width: 260px;
    margin: 0;
    font-size: 14px;
    line-height: 1.333;
  }

  main > .project .layout-3 {
    padding: 400px 23px 0 638px;
  }

  main > .project .layout-4 {
    padding: 400px 195px 0 51px;
    display: grid;
    grid-template-columns: 1103px auto;
    grid-template-rows: auto 1fr;
    grid-gap: 0 25px;
  }
  main > .project .layout-4 p {
    width: 323px;
    margin: 0;
    font-size: 14px;
    line-height: 1.333;
    grid-column: 2;
    grid-row: 1;
  }
  main > .project .layout-4 figure {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  main > .project .layout-4 figure ~ figure {
    padding: 0;
    grid-column: 2;
    grid-row: 2;
    align-self: end;
  }

  main > .project .layout-5 {
    padding: 401px 316px 0 51px;
  }
  main > .project .layout-5 p {
    width: 790px;
    margin: 0 0 2em;
    font-size: 24px;
    line-height: 1.333;
  }
  main > .project .layout-5 figure + p {
    width: 465px;
    margin: 3em 0 0 auto;
    font-size: 14px;
    line-height: 1.333;
  }

  main > .project .layout-6 {
    padding: 422px 262px 0 23px;
    display: flex;
    align-items: center;
  }
  main > .project .layout-6 figure {
    width: 1116px;
    padding: 0;
  }
  main > .project .layout-6 figure + figure {
    width: 494px;
    margin: 0 0 0 25px;
    padding: 0;
  }

  main > .project .layout-video {
    padding: 400px 394px 0;
  }
  main > .project .layout-video .info {
    margin-top: 8px;
  }
  main > .project .layout-video .info h2 {
    width: auto;
    padding: 0 2.833em 0 0;
    font-size: 14px;
  }
  main > .project .layout-video .info h2:before {
    width: 1.667em;
    right: 0.333em;
  }
  main > .project .layout-video .info p {
    font-size: 10px;
    padding-left: 0.4em;
  }

  main > .project ul.nav {
    padding: 150px 250px 308px;
    font-size: 24px;
  }
}

@media only screen and (min-width: 1024px) {
  main > .project {
    padding: 0;
  }

  main > .project header {
    padding: 0 1.198vw 0 0;
    grid-template-columns: auto 56.042vw;
  }
  main > .project header > p {
    width: 18.125vw;
    font-size: 0.729vw;
  }
  main > .project header > ul {
    font-size: 0.729vw;
  }
  main > .project header .title {
    padding: 1.875vw 4.792vw 0 1.146vw;
  }
  main > .project header .title h1 {
    font-size: 2.5vw;
  }
  main > .project header .title p {
    font-size: 0.625vw;
  }
  main > .project header figure {
    padding: 8.385vw 0 0;
  }

  main > .project .layout-1 {
    padding: 20.833vw 14.219vw 0 10.729vw;
  }
  main > .project .layout-1 p {
    width: 32.917vw;
    font-size: 0.729vw;
  }

  main > .project .layout-2 {
    padding: 18.021vw 0 0 1.198vw;
  }
  main > .project .layout-2 figure {
    width: 30.417vw;
  }
  main > .project .layout-2 figure + figure {
    width: 35.208vw;
    margin: 0 1.302vw;
  }
  main > .project .layout-2 p {
    width: 13.542vw;
    font-size: 0.729vw;
  }

  main > .project .layout-3 {
    padding: 20.833vw 1.198vw 0 33.229vw;
  }

  main > .project .layout-4 {
    padding: 20.833vw 10.156vw 0 2.656vw;
    grid-template-columns: 57.448vw auto;
    grid-gap: 0 1.302vw;
  }
  main > .project .layout-4 p {
    width: 16.823vw;
    font-size: 0.729vw;
  }

  main > .project .layout-5 {
    padding: 20.885vw 16.458vw 0 2.656vw;
  }
  main > .project .layout-5 p {
    width: 41.146vw;
    font-size: 1.25vw;
  }
  main > .project .layout-5 figure + p {
    width: 24.219vw;
    font-size: 0.729vw;
  }

  main > .project .layout-6 {
    padding: 21.979vw 13.646vw 0 1.198vw;
  }
  main > .project .layout-6 figure {
    width: 58.125vw;
  }
  main > .project .layout-6 figure + figure {
    width: 25.729vw;
    margin: 0 0 0 1.302vw;
  }

  main > .project .layout-video {
    padding: 20.833vw 20.521vw 0;
  }
  main > .project .layout-video .info {
    margin-top: 0.417vw;
  }
  main > .project .layout-video .info h2 {
    font-size: 0.729vw;
  }
  main > .project .layout-video .info p {
    font-size: 0.521vw;
  }

  main > .project ul.nav {
    padding: 7.813vw 13.021vw 16.042vw;
    font-size: 1.25vw;
  }
}

main > .process {
  background: #efefef;
  position: relative;
}
main > .process header {
  padding: 19px 8px 0;
  position: relative;
}
main > .process header h2 {
  font-size: 14px;
  line-height: 1.214;
  text-transform: uppercase;
}
main > .process header h2 span {
  padding: 3px 0 0 56px;
  display: block;
}
main > .process header p {
  margin: 1.333em 0 0;
  padding: 0 72px 0 28px;
  font-family: "p22-mackinac-pro", serif;
  font-size: 12px;
  line-height: 1.333;
}
main > .process header h2 + p {
  margin-top: 32px;
}
main > .process .insight {
  padding: 55px 26px 0 36px;
  position: relative;
}
main > .process .insight h2 {
  width: 150px;
  font-size: 14px;
  line-height: 1.286;
  text-transform: uppercase;
}
main > .process .insight dl {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: 120px auto;
  grid-gap: 16px 0;
}
main > .process .insight dl dt {
  padding: 3px 0 0;
  font-size: 14px;
  line-height: 1.214;
  text-transform: uppercase;
}
main > .process .insight dl dd {
  font-family: "p22-mackinac-pro", serif;
  font-size: 12px;
  line-height: 1.333;
}
main > .process .services {
  padding: 46px 0 0;
  position: relative;
}
main > .process .services h2 {
  width: 120px;
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.286;
  text-transform: uppercase;
}
main > .process .services ul {
  margin: 19px 0 0;
  font-family: "p22-mackinac-pro", serif;
  font-size: 12px;
  line-height: 1.333;
  border-top: 1px solid #e0e0e0;
}
main > .process .services ul li {
  padding: 8px 26px 7px 106px;
  border-bottom: 1px solid #e0e0e0;
}
main > .process .images {
  padding: 78px 9px 0;
  display: grid;
  grid-template-columns: 66% 31%;
  grid-gap: 3%;
}
main > .process .images figure img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1024px) {
  main > .process {
    min-height: 100vh;
    padding: 30px 23px calc(60px + 55px) 0;
    display: grid;
    grid-template-columns: auto 842px;
    grid-template-rows: auto auto 1fr;
  }
  main > .process header {
    width: 460px;
    padding: 0 0 0 23px;
    grid-column: 1;
    grid-row: 1;
  }
  main > .process header h2 {
    font-size: 16px;
    line-height: 1.214;
  }
  main > .process header h2 span {
    padding: 0.214em 0 0 4em;
  }
  main > .process header p {
    margin-top: 1.333em;
    padding: 0 0 0 10.333em;
    font-size: 14px;
    line-height: 1.333;
  }
  main > .process header h2 + p {
    margin-top: 1.833em;
  }
  main > .process .insight {
    width: 462px;
    padding: 64px 0 0 23px;
    grid-column: 1;
    grid-row: 2;
  }
  main > .process .insight h2 {
    width: 10.714em;
    margin: 0 0 0 8.857em;
    font-size: 16px;
    line-height: 1.286;
  }
  main > .process .insight dl {
    margin-top: 25px;
    grid-template-columns: 142px auto;
    grid-gap: 16px 0;
  }
  main > .process .insight dl dt {
    padding: 0.214em 1em 0 0;
    font-size: 16px;
    line-height: 1.214;
  }
  main > .process .insight dl dd {
    font-size: 14px;
    line-height: 1.333;
  }
  main > .process .services {
    width: 462px;
    padding: 96px 0 75px;
    grid-column: 1;
    grid-row: 3;
  }
  main > .process .services h2 {
    width: 8.571em;
    margin: 0 1.643em;
    font-size: 16px;
    line-height: 1.286;
  }
  main > .process .services ul {
    margin-top: 1.083em;
    font-size: 14px;
    line-height: 1.333;
  }
  main > .process .services ul li {
    padding: 0.667em 0.667em 0.583em 12.25em;
  }
  main > .process .images {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    grid-column: 2;
    grid-row: 1 / span 3;
    grid-gap: 0;
  }
  main > .process .images figure {
    width: 568px;
  }
  main > .process .images figure + figure {
    width: 259px;
  }
}

@media only screen and (min-width: 1024px) {
  main > .process {
    padding: 1.563vw 1.198vw calc(60px + 2.865vw) 0;
    grid-template-columns: auto 43.854vw;
  }
  main > .process header {
    width: 23.958vw;
    padding: 0 0 0 1.198vw;
  }
  main > .process header h2 {
    font-size: 0.833vw;
  }
  main > .process header p {
    font-size: 0.729vw;
  }
  main > .process .insight {
    width: 24.063vw;
    padding: 3.333vw 0 0 1.198vw;
  }
  main > .process .insight h2 {
    font-size: 0.833vw;
  }
  main > .process .insight dl {
    margin-top: 1.302vw;
    grid-template-columns: 7.396vw auto;
    grid-gap: 0.833vw 0;
  }
  main > .process .insight dl dt {
    font-size: 0.833vw;
  }
  main > .process .insight dl dd {
    font-size: 0.729vw;
  }
  main > .process .services {
    width: 24.063vw;
    padding: 5vw 0 3.906vw;
  }
  main > .process .services h2 {
    font-size: 0.833vw;
  }
  main > .process .services ul {
    font-size: 0.729vw;
  }
  main > .process .images figure {
    width: 29.583vw;
  }
  main > .process .images figure + figure {
    width: 13.49vw;
  }
}

main > .press {
  padding: 110px 9px 0;
  background: #efefef;
  position: relative;
}
main > .press:first-child {
  padding-top: 78px;
}
main > .press:last-child {
  padding-bottom: 64px;
}
main > .press header {
  padding: 0 3px;
}
main > .press header h2 {
  font-size: 12px;
  line-height: 1.333;
  text-transform: uppercase;
}
main > .press header h2:after {
  width: 4px;
  height: 4px;
  margin: 0 0 0 3px;
  background: #f55d48;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  vertical-align: top;
}
main > .press .block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 65px 11px;
}
main > .press .block .article a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main > .press .block .article a figure {
  width: 100%;
  margin: 0 0 6px;
  position: relative;
  overflow: hidden;
  display: block;
}
main > .press .block .article a figure img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
main > .press .block .article a:hover figure img {
  transform: scale(1.1);
}
main > .press .block .article h3 {
  font-family: "p22-mackinac-pro", serif;
  font-size: 10px;
  line-height: 1.2;
}
main > .press .block .article time {
  margin: 0 0 0 6px;
  font-size: 8px;
  line-height: 1.2;
  text-transform: uppercase;
}
main > .press .block .article p {
  width: 100%;
  margin: 2px 0 0;
  font-size: 8px;
  line-height: 1.2;
  text-transform: uppercase;
}
main > .press .block .quote {
  padding: 0 74px 0 0;
  grid-column: span 2;
}
main > .press .block .quote blockquote q {
  font-family: "p22-mackinac-pro", serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.375;
}
main > .press .block .quote blockquote cite {
  margin: 11px 0 0;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
}

@media only screen and (min-width: 1024px) {
  main > .press {
    padding: 110px 24px 0;
  }
  main > .press:first-child {
    padding-top: 154px;
  }
  main > .press:last-child {
    padding-bottom: 260px;
  }
  main > .press header {
    padding: 0 0 6px;
  }
  main > .press header h2 {
    font-size: 16px;
    line-height: 1;
  }
  main > .press header h2:after {
    width: 0.313em;
    height: 0.313em;
    margin: -0.25em 0 0 0.25em;
  }
  main > .press .block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    grid-gap: 65px 0;
  }
  main > .press .block .article {
    width: 571px;
    margin: 0 48px 0 0;
  }
  main > .press .block .article a {
    justify-content: space-between;
  }
  main > .press .block .article a figure {
    margin-bottom: 8px;
  }
  main > .press .block .article h3 {
    font-size: 14px;
    line-height: 1.333;
  }
  main > .press .block .article time {
    width: 13.5em;
    margin: 0;
    font-size: 12px;
  }
  main > .press .block .article p {
    margin-top: 0.3em;
    font-size: 12px;
  }
  main > .press .block .quote {
    width: 433px;
    margin: 0 92px 0 auto;
    padding: 116px 0;
    align-self: flex-end;
  }
  main > .press .block .quote blockquote q {
    font-size: 24px;
    line-height: 1.417;
  }
  main > .press .block .quote blockquote cite {
    margin-top: 2.667em;
    font-size: 14px;
    line-height: 1.167;
  }
}

@media only screen and (min-width: 1024px) {
  main > .press {
    padding: 5.729vw 1.25vw 0;
  }
  main > .press:first-child {
    padding-top: 8.021vw;
  }
  main > .press:last-child {
    padding-bottom: 13.542vw;
  }
  main > .press header {
    padding: 0 0 0.313vw;
  }
  main > .press header h2 {
    font-size: 0.833vw;
  }
  main > .press .block {
    grid-gap: 3.385vw 0;
  }
  main > .press .block .article {
    width: 29.74vw;
    margin: 0 2.5vw 0 0;
  }
  main > .press .block .article a figure {
    margin-bottom: 0.417vw;
  }
  main > .press .block .article h3 {
    font-size: 0.729vw;
  }
  main > .press .block .article time {
    font-size: 0.625vw;
  }
  main > .press .block .article p {
    font-size: 0.625vw;
  }
  main > .press .block .quote {
    width: 22.552vw;
    margin: 0 4.792vw 0 auto;
    padding: 6.042vw 0;
  }
  main > .press .block .quote blockquote q {
    font-size: 1.25vw;
  }
  main > .press .block .quote blockquote cite {
    font-size: 0.729vw;
  }
}

main > .contact {
  padding: 24px 8px 32px;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main > .contact header {
  padding: 0 0 24px;
}
main > .contact header h1 {
  font-size: 12px;
  line-height: 1.167;
  text-transform: uppercase;
}
main > .contact header h1 span {
  padding: 0 0 0 28px;
  display: block;
}
main > .contact header p {
  width: 212px;
  margin: 20px 0 0 62px;
  font-family: "p22-mackinac-pro", serif;
  font-size: 12px;
  line-height: 1.333;
}
main > .contact .footer .email {
  position: relative;
}
main > .contact .footer .email ul {
  font-size: 16px;
  line-height: 1.188;
}
main > .contact .footer .email ul li {
  margin: 7px 0 0;
}
main > .contact .footer .email ul li:first-child {
  margin-top: 0;
}
main > .contact .footer .email ul li a {
  text-decoration: underline;
}
main > .contact .footer .email ul li a:hover {
  text-decoration-color: #efefef;
}
main > .contact .footer .text {
  width: 274px;
  margin: 18px 0 0;
  position: relative;
}
main > .contact .footer .text p {
  margin: 1.333em 0 0;
  font-size: 12px;
  line-height: 1.333;
}
main > .contact .footer .text p:first-child {
  margin: 0;
  font-family: "p22-mackinac-pro", serif;
}
main > .contact .footer .text p a {
  text-decoration: underline;
}
main > .contact .footer .text p a:hover {
  text-decoration-color: #efefef;
}
main > .contact .footer .link {
  width: 280px;
  margin: 25px 0 0;
  position: relative;
}
main > .contact .footer .link p {
  font-size: 48px;
}
main > .contact .footer .link p a {
  text-decoration: underline;
  position: relative;
  display: inline-flex;
}
main > .contact .footer .link p a:hover {
  text-decoration-color: #efefef;
}
main > .contact .footer .link p a:after {
  width: 15px;
  height: 15px;
  margin: 4px 0 0 8px;
  background: #f55d48;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  vertical-align: top;
}

@media only screen and (min-width: 1024px) {
  main > .contact {
    padding: 30px 23px 86px;
  }
  main > .contact header {
    padding: 0 0 30px;
  }
  main > .contact header h1 {
    font-size: 16px;
    line-height: 1.188;
  }
  main > .contact header h1 span {
    padding-left: 3.813em;
  }
  main > .contact header p {
    width: 17.667em;
    margin: 1.333em 0 0 11em;
    font-size: 14px;
    line-height: 1.333;
  }
  main > .contact .footer {
    display: grid;
    grid-template-columns: 388px auto;
    grid-template-rows: 1fr auto;
  }
  main > .contact .footer .email {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
  }
  main > .contact .footer .email ul {
    font-size: 24px;
    line-height: 1.167;
  }
  main > .contact .footer .email ul li {
    margin-top: 0.333em;
  }
  main > .contact .footer .email ul li:first-child {
    margin-top: 0;
  }
  main > .contact .footer .text {
    width: auto;
    margin: 0;
    padding: 26px 0 28px;
    grid-column: 1;
    grid-row: 2;
  }
  main > .contact .footer .text p {
    margin-top: 1.375em;
    font-size: 16px;
    line-height: 1.375;
  }
  main > .contact .footer .text p:first-child {
    margin-top: 0;
  }
  main > .contact .footer .link {
    width: auto;
    margin: 0;
    padding: 0 0 0 138px;
    grid-column: 2;
    grid-row: 1 / span 2;
  }
  main > .contact .footer .link p {
    width: 1188px;
    font-size: 180px;
  }
  main > .contact .footer .link p a:after {
    width: 0.211em;
    height: 0.211em;
    margin: -0.044em 0 0 0.167em;
  }
}

@media only screen and (min-width: 1024px) {
  main > .contact {
    padding: 1.563vw 1.198vw 4.479vw;
  }
  main > .contact header {
    padding: 0 0 1.563vw;
  }
  main > .contact header h1 {
    font-size: 0.833vw;
  }
  main > .contact header p {
    font-size: 0.729vw;
  }
  main > .contact .footer {
    grid-template-columns: 20.208vw auto;
  }
  main > .contact .footer .email ul {
    font-size: 1.25vw;
  }
  main > .contact .footer .text {
    padding: 1.354vw 0 1.458vw;
  }
  main > .contact .footer .text p {
    font-size: 0.833vw;
  }
  main > .contact .footer .link {
    padding: 0 0 0 7.188vw;
  }
  main > .contact .footer .link p {
    width: 61.875vw;
    font-size: 9.375vw;
  }
}

main > .form {
  background: #efefef;
  position: relative;
}
main > .form .gform_wrapper > .gform_heading,
main > .form .gform_wrapper > .gform_validation_errors {
  display: none;
}
main > .form .gform_wrapper .gform_body .gform_fields .gfield {
  border-bottom: 1px solid #707070;
}
main > .form .gform_wrapper .gform_body .gform_fields .gfield.gfield_html {
  padding: 113px 25px 47px 36px;
}
main > .form .gform_wrapper .gform_body .gform_fields .gfield.gfield_html a {
  text-decoration: underline;
}
main
  > .form
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield.gfield_html
  a:hover {
  text-decoration-color: #ffffff;
}
main > .form .gform_wrapper .gform_body .gform_fields .gfield.gfield_html h2 {
  font-size: 24px;
  line-height: 1.167;
}
main > .form .gform_wrapper .gform_body .gform_fields .gfield.gfield_html p {
  width: 212px;
  margin: 1.333em 0 0;
  font-family: "p22-mackinac-pro", serif;
  font-size: 12px;
  line-height: 1.333;
}
main
  > .form
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield.gfield_html
  p:first-child {
  margin-top: 0;
}
main
  > .form
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield.gfield_html
  h2
  + p {
  margin-top: 98px;
}
main
  > .form
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield.gfield_html:first-child {
  padding: 22px 118px 188px 36px;
}
main
  > .form
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield.gfield_html:first-child
  h2
  + p {
  margin-top: 19px;
}
main
  > .form
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield.gfield_html
  ~ .gfield.gfield_html
  ~ .gfield.gfield_html
  h2 {
  text-indent: 46px;
}

main
  > .form
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield.footer.gfield_html {
  padding: 36px 36px 0;
  border-bottom: 0;
}
main
  > .form
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield.footer.gfield_html
  p {
  width: 100%;
}

main > .form .gform_wrapper .gform_body .gform_fields .gfield > label {
  display: none;
}
main
  > .form
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container {
  padding: 10px 36px;
}
main
  > .form
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input[type="text"],
main
  > .form
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input[type="email"],
main
  > .form
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  textarea {
  width: 100%;
  padding: 0;
  font-size: 12px;
  line-height: 1.167;
  background: none;
  border: 0;
}
main
  > .form
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input[type="text"]::placeholder,
main
  > .form
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input[type="email"]::placeholder,
main
  > .form
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  textarea::placeholder {
  text-transform: uppercase;
}
main > .form .gform_wrapper .gform_body .gform_fields .gfield.gfield_error {
  background-color: rgba(255, 0, 0, 0.2);
}
main
  > .form
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .gfield_description {
  padding: 0 36px 10px;
  font-size: 12px;
  line-height: 1.167;
}
main
  > .form
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .gfield_description.validation_message {
  color: #ff0000;
}

main > .form .gform_wrapper .gform_footer {
  padding: 28px 36px 32px;
}
main > .form .gform_wrapper .gform_footer button[type="submit"] {
  font-size: 24px;
  line-height: 1;
  background: none;
  border: 0;
  text-decoration: underline;
  position: relative;
  display: inline-flex;
}
main > .form .gform_wrapper .gform_footer button[type="submit"]:hover {
  text-decoration-color: #efefef;
}
main > .form .gform_wrapper .gform_footer button[type="submit"]:after {
  width: 7px;
  height: 7px;
  background: #f55d48;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -12px;
  content: " ";
  display: block;
}

@media only screen and (min-width: 1024px) {
  main > .form {
    padding: 0 960px 0 0;
  }
  main > .form .gform_wrapper .gform_body .gform_fields .gfield.gfield_html {
    padding: 165px 90px 104px 58px;
  }
  main > .form .gform_wrapper .gform_body .gform_fields .gfield.gfield_html h2 {
    width: 16.444em;
    font-size: 45px;
    line-height: 1.111;
  }
  main > .form .gform_wrapper .gform_body .gform_fields .gfield.gfield_html p {
    width: 24.375em;
    margin-top: 1.25em;
    font-size: 16px;
    line-height: 1.25;
  }
  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield.gfield_html
    p:first-child {
    margin-top: 0;
  }
  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield.gfield_html
    h2
    + p {
    margin-top: 6.25em;
  }
  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield.gfield_html:first-child {
    padding: 28px 90px 184px 58px;
  }
  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield.gfield_html:first-child
    h2 {
    width: 14.533em;
  }
  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield.gfield_html:first-child
    p {
    width: 20em;
  }
  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield.gfield_html:first-child
    h2
    + p {
    margin-top: 2.75em;
  }
  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield.gfield_html
    ~ .gfield.gfield_html
    ~ .gfield.gfield_html
    h2 {
    width: 15.111em;
    text-indent: 1.911em;
  }

  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield.footer.gfield_html {
    padding: 76px 0 52px 58px;
  }
  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield.footer.gfield_html
    p {
    width: 26.833em;
    margin: 1.333em 0 0;
    font-size: 12px;
    line-height: 1.333;
  }
  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield.footer.gfield_html
    p:first-child {
    margin-top: 0;
  }

  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield
    .ginput_container {
    padding: 10px 42px 12px;
  }
  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield
    .ginput_container
    input[type="text"],
  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield
    .ginput_container
    input[type="email"],
  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield
    .ginput_container
    textarea {
    font-size: 14px;
    line-height: 1.167;
  }
  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield
    .gfield_description {
    padding: 0 42px 12px;
    font-size: 14px;
    line-height: 1.167;
  }

  main > .form .gform_wrapper .gform_footer {
    padding: 0;
    position: absolute;
    bottom: 52px;
    right: 960px;
  }
  main > .form .gform_wrapper .gform_footer button[type="submit"] {
    font-size: 45px;
  }
  main > .form .gform_wrapper .gform_footer button[type="submit"]:after {
    width: 0.289em;
    height: 0.289em;
    top: -0.311em;
    right: -0.267em;
  }
}

@media only screen and (min-width: 1024px) {
  main > .form {
    padding: 0 50vw 0 0;
  }
  main > .form .gform_wrapper .gform_body .gform_fields .gfield.gfield_html {
    padding: 8.594vw 4.688vw 5.417vw 3.021vw;
  }
  main > .form .gform_wrapper .gform_body .gform_fields .gfield.gfield_html h2 {
    font-size: 2.344vw;
  }
  main > .form .gform_wrapper .gform_body .gform_fields .gfield.gfield_html p {
    font-size: 0.833vw;
  }
  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield.gfield_html:first-child {
    padding: 1.458vw 4.688vw 9.583vw 3.021vw;
  }

  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield.footer.gfield_html {
    padding: 3.958vw 0 2.708vw 3.021vw;
  }
  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield.footer.gfield_html
    p {
    font-size: 0.625vw;
  }

  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield
    .ginput_container {
    padding: 0.521vw 2.188vw 0.625vw;
  }
  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield
    .ginput_container
    input[type="text"],
  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield
    .ginput_container
    input[type="email"],
  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield
    .ginput_container
    textarea {
    font-size: 0.729vw;
  }
  main
    > .form
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield
    .gfield_description {
    padding: 0 2.188vw 0.625vw;
    font-size: 0.729vw;
  }

  main > .form .gform_wrapper .gform_footer {
    bottom: 2.708vw;
    right: 50vw;
  }
  main > .form .gform_wrapper .gform_footer button[type="submit"] {
    font-size: 2.344vw;
  }
}

main > .notice {
  padding: 37px 89px 37px 37px;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main > .notice p {
  font-size: 24px;
  line-height: 1.333;
}
main > .notice ul {
  margin: 11px 0 0;
  font-size: 12px;
  line-height: 1.333;
  letter-spacing: 0.05em;
}
main > .notice ul li a {
  text-decoration: underline;
  position: relative;
  display: inline-flex;
}
main > .notice ul li a:hover {
  text-decoration-color: #efefef;
}
main > .notice ul li a:after {
  width: 3px;
  height: 3px;
  margin: 1px 0 0 4px;
  background: #f55d48;
  border-radius: 50%;
  content: " ";
  display: inline-block;
}

@media only screen and (min-width: 1024px) {
  main > .notice {
    padding: 271px 863px 271px 271px;
  }
  main > .notice p {
    font-size: 45px;
    line-height: 1.111;
  }
  main > .notice ul {
    margin: 1.5em 10.667em 0 auto;
    font-size: 12px;
    line-height: 1.333;
  }
  body.error404 main > .notice ul {
    margin-left: 0;
  }
  main > .notice ul li a:after {
    width: 0.25em;
    height: 0.25em;
    margin: 0.083em 0 0 1.333em;
  }
}

@media only screen and (min-width: 1024px) {
  main > .notice {
    padding: 14.115vw 44.948vw 14.115vw 14.115vw;
  }
  main > .notice p {
    font-size: 2.344vw;
  }
  main > .notice ul {
    font-size: 0.625vw;
  }
  body.error404 main > .notice ul {
    margin-left: 0;
  }
}

main > .legal {
  padding: 0 0 95px;
  position: relative;
}
main > .legal a {
  text-decoration: underline;
}
main > .legal a:hover {
  text-decoration-color: #ffffff;
}
main > .legal h2 {
  width: 240px;
  margin: 4.167em 10px 0;
  padding: 0 0 0 80px;
  font-size: 12px;
  line-height: 1.167;
  text-transform: uppercase;
}
main > .legal h2 span {
  left: -80px;
  position: relative;
  display: block;
}
main > .legal header + h2 {
  margin-top: 0;
}
main > .legal h3,
main > .legal p,
main > .legal ul,
main > .legal ol {
  margin: 1.333em 0 0;
  padding: 0 52px 0 46px;
  font-family: "p22-mackinac-pro", serif;
  font-size: 12px;
  line-height: 1.333;
}
main > .legal h3 {
  font-weight: 700;
  text-transform: uppercase;
}
main > .legal ul li {
  margin: 1.333em 0 0;
}
main > .legal ul {
  list-style: disc inside;
}
main > .legal ul ul {
  margin: 0 0 0 2em;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
main > .legal h2 + p {
  margin-top: 3.333em;
}
main > .legal table {
  width: 100%;
  margin: 65px 0;
  font-family: "p22-mackinac-pro", serif;
  font-size: 12px;
  line-height: 1.333;
}
main > .legal table th,
main > .legal table td {
  padding: 20px 8px 16px;
  border-bottom: 1px solid #e0e0e0;
}
main > .legal table p {
  margin: 6px 0 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
main > .legal table p:first-child {
  margin: 0;
}
main > .legal table thead th {
  width: calc(100% / 3);
  padding: 0 8px 9px;
  font-weight: 700;
}
main > .legal header {
  padding: 22px 200px 100px 10px;
  position: relative;
}
main > .legal header h1 {
  font-size: 24px;
  line-height: 1.167;
  text-transform: uppercase;
  display: inline;
}
main > .legal header.indent {
  width: 400px;
}
main > .legal header.indent h1:before {
  width: 54px;
  height: 1px;
  content: " ";
  display: inline-block;
}
main > .legal header p {
  margin: 2px 0 0 12px;
  padding: 0;
  font-size: 10px;
  line-height: 1.4;
  position: absolute;
  display: inline-block;
}

@media only screen and (min-width: 1024px) {
  main > .legal {
    padding: 0 0 95px;
  }
  main > .legal h2 {
    width: 18.333em;
    margin: 5.667em 0 0 5em;
    padding: 0;
    font-size: 14px;
    line-height: 1.167;
  }
  main > .legal h2 span {
    left: -3.083em;
  }
  main > .legal header + h2 {
    margin-top: 0;
  }
  main > .legal h3,
  main > .legal p,
  main > .legal ul,
  main > .legal ol {
    width: 26.25em;
    margin: 1.333em 0 0 5.833em;
    padding: 0;
    font-size: 14px;
    line-height: 1.333;
  }
  main > .legal ul li {
    margin-top: 1.333em;
  }
  main > .legal ul ul {
    margin-left: 2em;
  }
  main > .legal h2 + p {
    margin-top: 3.5em;
  }
  main > .legal table {
    width: 37.917em;
    margin: 9.417em 0;
    font-size: 14px;
    line-height: 1.333;
  }
  main > .legal table th,
  main > .legal table td {
    padding: 1.667em 0 1.333em 1.917em;
  }
  main > .legal table p {
    width: auto;
    margin: 0.5em 0 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
  }
  main > .legal table p:first-child {
    margin: 0;
  }
  main > .legal table thead th {
    padding: 0 0 0.75em 1.917em;
  }
  main > .legal header {
    padding: 30px 200px 74px 23px;
  }
  main > .legal header h1 {
    font-size: 90px;
    line-height: 1.2;
  }
  main > .legal header.indent {
    width: 800px;
  }
  main > .legal header.indent h1:before {
    width: 2.089em;
  }
  main > .legal header.indent-desktop h1:before {
    width: 2.089em;
    height: 1px;
    content: " ";
    display: inline-block;
  }
  main > .legal header p {
    width: auto;
    margin: 0 0 0 1.5em;
    padding: 0;
    font-size: 14px;
    line-height: 1.333;
    position: relative;
  }
}

@media only screen and (min-width: 1024px) {
  main > .legal {
    padding: 0 0 4.948vw;
  }
  main > .legal h2 {
    font-size: 0.729vw;
  }
  main > .legal h3,
  main > .legal p,
  main > .legal ul,
  main > .legal ol {
    font-size: 0.729vw;
  }
  main > .legal table {
    font-size: 0.729vw;
  }
  main > .legal header {
    padding: 1.563vw 10.417vw 3.854vw 1.198vw;
  }
  main > .legal header h1 {
    font-size: 4.688vw;
  }
  main > .legal header.indent {
    width: 41.667vw;
  }
  main > .legal header p {
    font-size: 0.729vw;
  }
}

body > footer {
  padding: 78px 0 84px;
  background: #efefef;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 91;
}
body > footer h1 {
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  text-align: center;
}
body > footer h1 img {
  width: 358px;
  height: 24px;
}
body > footer .contact {
  width: 100%;
  padding: 0 50px 0 9px;
  position: relative;
}
body > footer .contact p {
  margin: 0.833em 0 0;
  font-size: 24px;
  line-height: 1.167;
}
body > footer .contact p:first-child {
  margin: 0;
}
body > footer .contact p a {
  text-decoration: underline;
  position: relative;
  display: inline-flex;
}
body > footer .contact p a:hover {
  text-decoration-color: #efefef;
}
body > footer .contact p a:after {
  width: 9px;
  height: 9px;
  background: #f55d48;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: -15px;
  content: " ";
  display: block;
}
body > footer .form {
  width: 100%;
  padding: 70px 0 0 9px;
  position: relative;
}
body > footer .form h2 {
  font-size: 16px;
  line-height: 1.188;
}
body > footer .form .gform_wrapper {
  margin: 12px 0 0;
}
body > footer .form .gform_wrapper > .gform_heading,
body > footer .form .gform_wrapper > .gform_validation_errors {
  display: none;
}
body > footer .form .gform_wrapper form .gform_body .gform_fields {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
body > footer .form .gform_wrapper form .gform_body .gform_fields .gfield {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
body
  > footer
  .form
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  > label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
body
  > footer
  .form
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input {
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
  line-height: 1;
  background: none;
  border: 0;
}
body
  > footer
  .form
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield.gfield_error {
  background-color: rgba(255, 0, 0, 0.2);
}
body
  > footer
  .form
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .gfield_description {
  padding: 0 0 10px;
  font-size: 12px;
  line-height: 1.167;
}
body
  > footer
  .form
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .gfield_description.validation_message {
  color: #ff0000;
}
body
  > footer
  .form
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield.gfield_html {
  padding: 10px 0 0;
  border-bottom: 0;
}
body
  > footer
  .form
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield.gfield_html
  a {
  text-decoration: underline;
}
body
  > footer
  .form
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield.gfield_html
  a:hover {
  text-decoration-color: #efefef;
}
body
  > footer
  .form
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield.gfield_html
  p {
  margin: 1.2em 0 0;
  font-family: "p22-mackinac-pro", serif;
  font-size: 10px;
  line-height: 1.2;
}
body
  > footer
  .form
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield.gfield_html
  p:first-child {
  margin-top: 0;
}
body > footer .form .gform_wrapper form .gform_footer {
  margin: 12px 0 0;
}
body > footer .form .gform_wrapper form .gform_footer button[type="submit"] {
  font-size: 16px;
  line-height: 1;
  background: none;
  border: 0;
  text-decoration: underline;
  position: relative;
  display: inline-flex;
}
body
  > footer
  .form
  .gform_wrapper
  form
  .gform_footer
  button[type="submit"]:hover {
  text-decoration-color: #efefef;
}
body
  > footer
  .form
  .gform_wrapper
  form
  .gform_footer
  button[type="submit"]:after {
  width: 3px;
  height: 3px;
  background: #f55d48;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -5px;
  content: " ";
  display: block;
}
body > footer .email {
  width: 100%;
  padding: 74px 9px 0;
  position: relative;
}
body > footer .email ul {
  font-size: 16px;
  line-height: 1.188;
}
body > footer .email ul li {
  margin: 6px 0 0;
}
body > footer .email ul li:first-child {
  margin: 0;
}
body > footer .email ul li a {
  text-decoration: underline;
}
body > footer .email ul li a:hover {
  text-decoration-color: #efefef;
}
body > footer .logos {
  width: 100%;
  padding: 10px 9px 0;
  position: relative;
}
body > footer .logos ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body > footer .logos ul li {
  padding: 12px 12px 0 0;
}
body > footer .logos ul li img {
  max-width: 90px;
  width: auto;
  /* height: 36px; */
  object-fit: contain;
  align-self: flex-start;
}
body > footer .studio {
  width: 100%;
  padding: 76px 9px 0;
  position: relative;
}
body > footer .studio h2 {
  font-family: "p22-mackinac-pro", serif;
  font-size: 16px;
  line-height: 1.2;
}
body > footer .studio p {
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 1.188;
}
body > footer .studio a {
  text-decoration: underline;
}
body > footer .phone {
  padding: 0 9px 0;
  position: relative;
}
body > footer .phone p {
  font-size: 16px;
  line-height: 1.188;
}
body > footer .phone a {
  text-decoration: underline;
}
body > footer .phone a:hover {
  text-decoration-color: #efefef;
}
body > footer .legal {
  padding: 2px 16px 0 0;
  position: relative;
}
body > footer .legal ul {
  font-size: 10px;
  line-height: 1.4;
}
body > footer .legal a {
  text-decoration: underline;
  text-decoration-color: #efefef;
}
body > footer .legal a:hover {
  text-decoration-color: #000000;
}

@media only screen and (min-width: 1024px) {
  body > footer {
    padding: 0 0 145px 24px;
    justify-content: flex-end;
    align-items: flex-start;
  }
  body > footer h1 {
    width: 1704px;
    bottom: -32px;
    left: 108px;
  }
  body > footer h1 img {
    width: 1704px;
    height: 114px;
  }
  body > footer .contact {
    width: 936px;
    margin: 0 auto 0 0;
    padding: 102px 0 0;
    order: 1;
  }
  body > footer .contact p {
    margin-top: 0.844em;
    font-size: 45px;
    line-height: 1.2;
  }
  body > footer .contact p:first-child {
    margin-top: 0;
  }
  body > footer .contact p a:after {
    width: 0.289em;
    height: 0.289em;
    top: 0.178em;
    right: -0.667em;
  }
  body > footer .form {
    width: 682px;
    padding: 192px 0 0;
    order: 2;
  }
  body > footer .form h2 {
    font-size: 24px;
    line-height: 1.167;
  }
  body > footer .form .gform_wrapper {
    margin-top: 10px;
  }
  body
    > footer
    .form
    .gform_wrapper
    form
    .gform_body
    .gform_fields
    .gfield
    .ginput_container
    input {
    padding: 0.833em 0;
    font-size: 14px;
  }
  body
    > footer
    .form
    .gform_wrapper
    form
    .gform_body
    .gform_fields
    .gfield
    .gfield_description {
    padding: 0 0 0.833em;
    font-size: 14px;
    line-height: 1.167;
  }
  body
    > footer
    .form
    .gform_wrapper
    form
    .gform_body
    .gform_fields
    .gfield.gfield_html {
    padding-top: 10px;
  }
  body
    > footer
    .form
    .gform_wrapper
    form
    .gform_body
    .gform_fields
    .gfield.gfield_html
    p {
    font-size: 14px;
  }
  body > footer .form .gform_wrapper form .gform_footer {
    margin-top: 12px;
  }
  body > footer .form .gform_wrapper form .gform_footer button[type="submit"] {
    font-size: 24px;
  }
  body
    > footer
    .form
    .gform_wrapper
    form
    .gform_footer
    button[type="submit"]:after {
    width: 0.25em;
    height: 0.25em;
    top: 0;
    right: -0.417em;
  }
  body > footer .email {
    width: 936px;
    margin: 0 auto 0 0;
    padding: 158px 0 0;
    align-self: flex-end;
    order: 3;
  }
  body > footer .email ul {
    font-size: 24px;
    line-height: 1.167;
  }
  body > footer .email ul li {
    margin-top: 0.333em;
  }
  body > footer .email ul li:first-child {
    margin-top: 0;
  }
  body > footer .logos {
    width: 936px;
    margin: 0 auto 0 0;
    padding: 14px 0 0;
    order: 5;
  }
  body > footer .logos ul li {
    padding: 12px 12px 0 0;
  }
  body > footer .logos ul li img {
    max-width: 8vw;
    /* height: 36px; */
    height: auto;
  }
  body > footer .studio {
    width: 682px;
    padding: 158px 0 28px;
    order: 4;
  }
  body > footer .studio h2 {
    width: 13.333em;
    font-size: 24px;
    line-height: 1;
  }
  body > footer .studio p {
    margin-top: 0.583em;
    font-size: 24px;
    line-height: 1.167;
  }
  body > footer .phone {
    width: 552px;
    padding: 0;
    order: 6;
  }
  body > footer .phone p {
    font-size: 24px;
    line-height: 1.167;
  }
  body > footer .legal {
    width: 130px;
    padding: 0;
    display: flex;
    order: 7;
  }
  body > footer .legal ul {
    font-size: 10px;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 1024px) {
  body > footer {
    padding: 0 0 7.552vw 1.25vw;
  }
  body > footer h1 {
    width: 88.75vw;
    bottom: -1.667vw;
    left: 5.625vw;
  }
  body > footer h1 img {
    width: 88.75vw;
    height: 5.938vw;
  }
  body > footer .contact {
    width: 48.75vw;
    padding: 5.313vw 0 0;
  }
  body > footer .contact p {
    font-size: 2.344vw;
  }
  body > footer .form {
    width: 35.521vw;
    padding: 10vw 0 0;
  }
  body > footer .form h2 {
    font-size: 1.25vw;
  }
  body > footer .form .gform_wrapper {
    margin-top: 0.521vw;
  }
  body
    > footer
    .form
    .gform_wrapper
    form
    .gform_body
    .gform_fields
    .gfield
    .ginput_container
    input {
    font-size: 0.729vw;
  }
  body
    > footer
    .form
    .gform_wrapper
    form
    .gform_body
    .gform_fields
    .gfield
    .gfield_description {
    font-size: 0.729vw;
  }
  body
    > footer
    .form
    .gform_wrapper
    form
    .gform_body
    .gform_fields
    .gfield.gfield_html {
    padding-top: 0.521vw;
  }
  body
    > footer
    .form
    .gform_wrapper
    form
    .gform_body
    .gform_fields
    .gfield.gfield_html
    p {
    font-size: 0.729vw;
  }
  body > footer .form .gform_wrapper form .gform_footer {
    margin-top: 0.625vw;
  }
  body > footer .form .gform_wrapper form .gform_footer button[type="submit"] {
    font-size: 1.25vw;
  }
  body > footer .email {
    width: 48.75vw;
    padding: 8.229vw 0 0;
  }
  body > footer .email ul {
    font-size: 1.25vw;
  }
  body > footer .logos {
    width: 48.75vw;
    padding: 0.729vw 0 0;
  }
  body > footer .logos ul li {
    padding: 0.625vw 0.625vw 0 0;
  }
  body > footer .logos ul li img {
    max-width: 8vw;
    /* height: 1.875vw; */
  }
  body > footer .studio {
    width: 35.521vw;
    padding: 8.229vw 0 1.458vw;
  }
  body > footer .studio h2 {
    font-size: 1.25vw;
  }
  body > footer .studio p {
    font-size: 1.25vw;
  }
  body > footer .phone {
    width: 28.75vw;
  }
  body > footer .phone p {
    font-size: 1.25vw;
  }
  body > footer .legal {
    width: 6.771vw;
  }
  body > footer .legal ul {
    font-size: 0.521vw;
  }
}

html.hide-footer {
  height: -webkit-fill-available;
}
html.hide-footer body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
}
html.hide-footer main {
  display: flex;
  flex-direction: column;
  flex: 1;
}
html.hide-footer body > header:nth-of-type(1),
html.hide-footer body > footer {
  display: none;
}
