@charset "UTF-8";
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;
}

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

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.hidden {
  display: none !important;
}

textarea,
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

input,
textarea,
input::placeholder,
textarea::placeholder {
  background: inherit;
  color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
  opacity: 1;
}

textarea {
  resize: none;
}

input:not([type=submit]),
textarea {
  display: block;
  width: 100%;
  border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 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;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  background: none;
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0;
  color: var(--fg);
  margin: 0;
  padding: 0;
}

select option {
  color: var(--fg);
  margin: 0;
  padding: 0;
  background: var(--bg);
}

select:focus {
  outline: none;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

/* Input Elements */
button,
input[type=submit],
input[type=reset],
div[role=button] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=button],
input[type=button]:focus {
  outline: none;
}

a:link,
a:visited,
a:link span,
a:visited span {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

@font-face {
  font-family: "FT Regola Neue";
  src: url("../fonts/fonts/FTRegolaNeue-Regular.otf");
  src: url("../fonts/FTRegolaNeue-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FTRegolaNeue-Regular.woff2") format("woff2"), url("../fonts/FTRegolaNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FT Regola Neue Italic";
  src: url("../fonts/fonts/FTRegolaNeue-RegularItalic.otf");
  src: url("../fonts/FTRegolaNeue-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/FTRegolaNeue-RegularItalic.woff2") format("woff2"), url("../fonts/FTRegolaNeue-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FT Regola Neue Semibold";
  src: url("../fonts/fonts/FTRegolaNeue-Semibold.otf");
  src: url("../fonts/FTRegolaNeue-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/FTRegolaNeue-Semibold.woff2") format("woff2"), url("../fonts/FTRegolaNeue-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FT Regola Neue Semibold Italic";
  src: url("../fonts/fonts/FTRegolaNeue-SemiboldItalic.otf");
  src: url("../fonts/FTRegolaNeue-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/FTRegolaNeue-SemiboldItalic.woff2") format("woff2"), url("../fonts/FTRegolaNeue-SemiboldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Times";
  src: url("../fonts/fonts/TimesLTPro-Roman.otf");
  src: url("../fonts/TimesLTPro-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/TimesLTPro-Roman.woff2") format("woff2"), url("../fonts/TimesLTPro-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Times Italic";
  src: url("../fonts/fonts/TimesLTPro-Italic.otf");
  src: url("../fonts/TimesLTPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/TimesLTPro-Italic.woff2") format("woff2"), url("../fonts/TimesLTPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Root Elements */
:root {
  --Fb: 1rem;
  --black: #000000;
  --white: #ffffff;
  --grey: #a6a6a6;
  --fg: var(--black);
  --bg: var(--white);
  --accent: var(--grey);
  --Pm: 30px;
  --Pg: 20px;
  --Ph: calc(0.5 * var(--Pm));
  --Pd: calc(2 * var(--Pm));
  --Pt: calc(3 * var(--Pm));
  --Hh: 65px;
  --Hs: calc(100vh - var(--Hh));
  --Wf: calc(100% + (2 * var(--Pg)));
  --Wg: calc(100% + var(--Pg));
  --Ml: calc(-1 * var(--Pg));
  --ease: cubic-bezier(0.66, 0.03, 0.16, 1);
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

html {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: initial;
  font-family: "FT Regola Neue", Arial, Helvetica, sans-serif;
  background-color: var(--bg);
  color: var(--fg);
}

html,
body {
  min-height: 100%;
  height: auto;
}

body.noscroll {
  height: 100vh;
  overflow: none;
}

.sans-xs {
  font-family: "FT Regola Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
}

.sans-s {
  font-family: "FT Regola Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: normal;
}

.sans-sm {
  font-family: "FT Regola Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: normal;
}

.sans-m {
  font-family: "FT Regola Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.15;
  letter-spacing: normal;
}

.sans-l {
  font-family: "FT Regola Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: normal;
}

.serif-xs {
  font-family: "Times";
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: normal;
}

.serif-s {
  font-family: "Times";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 28px;
  letter-spacing: normal;
}

.serif-m {
  font-family: "Times";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 37px;
  letter-spacing: normal;
}
@media screen and (max-width: 1500px) {
  .serif-m {
    font-size: 2.335vw;
    line-height: 2.47vw;
  }
}

.serif-l {
  font-family: "Times";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: normal;
}
@media screen and (max-width: 1500px) {
  .serif-l {
    font-size: 4.001vw;
    line-height: 4.01vw;
  }
}

.serif-xl {
  font-family: "Times";
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: normal;
}
@media screen and (max-width: 1500px) {
  .serif-xl {
    font-size: 5.336vw;
    line-height: 5.336vw;
  }
}

strong,
.semi {
  font-family: "FT Regola Neue SemiBold";
  letter-spacing: normal;
}

.sans-italic {
  font-family: "FT Regola Neue Italic";
  font-weight: 400;
  letter-spacing: normal;
}

.serif-italic {
  font-family: "Times Italic";
  font-weight: 400;
  letter-spacing: normal;
}

.semi-italic {
  font-family: "FT Regola Neue Semibold Italic";
  letter-spacing: normal;
}

.flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}

.flex-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.space-b {
  justify-content: space-between;
}

.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--Pm);
  row-gap: var(--Pm);
  width: 100%;
  padding: 0 var(--Pm);
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--Pm);
  row-gap: var(--Pm);
  width: 100%;
  padding: 0;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: 0;
  row-gap: 0;
  width: 100%;
  padding: 0;
}

/* Details Elements */
summary,
summary:focus {
  outline: none;
  list-style-type: none;
  position: relative;
  cursor: pointer;
  transition: all 0.15s;
}

details summary::marker,
details summary::-webkit-details-marker {
  content: "";
  visibility: hidden;
  position: absolute;
  z-index: -10;
  list-style-type: none;
  display: none;
}

summary > * {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

summary > *::after {
  content: "+";
  margin-left: var(--Pm);
}

@media (hover: hover) and (pointer: fine) {
  details summary:hover {
    opacity: 0.5;
  }
}
details[open] summary > *::after {
  content: "-";
}

details[open] summary ~ * {
  animation: appear 0.4s ease-in;
  -webkit-animation: appear 0.4s ease-in;
}

details.closing summary ~ * {
  animation: close 0.4s ease-out;
}

@keyframes appear {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: 100vh;
  }
}
@keyframes close {
  0% {
    opacity: 1;
    max-height: 100vh;
  }
  100% {
    opacity: 0;
    max-height: 0;
  }
}
main {
  min-height: 100vh;
  position: relative;
}

/* Image/Video Elements */
.aspectholder {
  background-color: var(--accent);
  position: relative;
}
.aspectholder .aspectcaption {
  position: absolute !important;
  bottom: var(--Pm) !important;
  left: var(--Pm) !important;
  width: calc(100% - var(--Pd)) !important;
  background-color: transparent !important;
  height: fit-content !important;
  color: var(--white);
  opacity: 0;
}

.aspectholder > * {
  display: block;
}

.vsc-controller {
  height: 0 !important;
  width: 0 !important;
  object-fit: unset !important;
}

.enter {
  opacity: 0;
  transition: opacity 1.5s var(--ease), transform 1.5s var(--ease);
}
.enter.entered {
  opacity: 1;
}

.split {
  transform: translateY(10vh);
  opacity: 0;
  transition: opacity 0.5s var(--ease) 0.5s, transform 1s var(--ease);
}
.split.splined {
  transform: translateY(0);
  opacity: 1;
}

header {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  transition: background-color 0.15s ease;
  height: var(--Hh);
}
header .header__icon {
  grid-column: 1/7;
  width: fit-content;
  position: relative;
  padding-left: 25px;
}
header .header__icon:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: black;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
}
header .nav {
  grid-column: 7/13;
  justify-content: flex-end;
  column-gap: var(--Pg);
}
header .nav li {
  transition: color 0.15s ease;
}
header .nav li:hover {
  color: var(--grey);
}
header .nav svg {
  height: 20px;
  width: 20px;
  position: relative;
  top: 3px;
}
header .nav svg path {
  stroke: var(--black);
}
@media screen and (min-width: 1000px) {
  header:hover {
    background-color: var(--white);
    transition: background-color 0.15s ease;
  }
}
header.dark {
  color: var(--white);
}
header.dark .header__icon:before {
  background-color: var(--white);
}
@media screen and (min-width: 1000px) {
  header.dark:hover {
    background-color: var(--black);
    transition: background-color 0.15s ease;
  }
}
header.dark svg path {
  stroke: var(--white);
}

footer {
  padding-top: var(--Pg) !important;
  padding-bottom: var(--Pg) !important;
}
footer .copright {
  grid-column: span 2;
}
footer .copright .builtBy {
  color: var(--grey);
  opacity: 0;
  transition: 0.15s ease;
}
footer .copright:hover .builtBy {
  opacity: 1;
}
footer .social {
  grid-column: span 1;
}
footer .address {
  grid-column: span 3;
}
footer .message {
  grid-column: 7/13;
}

.burger,
.mobile_nav {
  display: none;
}

@media screen and (max-width: 1270px) {
  footer {
    padding-top: var(--Pg) !important;
    padding-bottom: var(--Pg) !important;
    row-gap: 0 !important;
  }
  footer .copright {
    grid-column: span 3;
    grid-row: 1;
  }
  footer .social {
    grid-column: 4/5;
    grid-row: 1;
  }
  footer .address {
    grid-column: 5/8;
  }
  footer .message {
    grid-column: 8/13;
    grid-row: 1;
  }
  footer .builtBy {
    color: var(--grey);
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --Pm: 15px;
    --Pg: 20px;
    --Hh: 60px;
  }
  .sans-xs {
    font-size: 16px;
    line-height: 19px;
  }
  .sans-s {
    font-size: 16px;
    line-height: 19px;
  }
  .sans-m {
    font-size: 35px;
    line-height: 39px;
  }
  .sans-l {
    font-size: 35px;
    line-height: 38px;
  }
  .serif-xs {
    font-size: 20px;
    line-height: 24px;
  }
  .serif-s {
    font-size: 20px;
    line-height: 24px;
  }
  .serif-m {
    font-size: 23px;
    line-height: 28px;
  }
  .serif-l {
    font-size: 35px;
    line-height: 37px;
  }
  .serif-xl {
    font-size: 35px;
    line-height: 37px;
  }
  .header__icon {
    height: fit-content;
  }
  .header__icon:before {
    content: "";
    width: 13px !important;
    height: 13px !important;
  }
  .nav {
    display: none;
  }
  .burger {
    position: relative;
    display: block;
    margin-top: 5px;
    grid-column: 11/13;
    aspect-ratio: 1/1;
    -webkit-tap-highlight-color: transparent;
  }
  .burger::before, .burger::after {
    content: "";
  }
  .burger::before, .burger::after,
  .burger span {
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 100%;
    max-width: 20px;
    top: 0;
    right: 0;
    background-color: #000000;
    transition: transform 300ms ease, width 300ms ease, top 150ms ease 250ms;
  }
  .burger::before {
    top: 5px;
  }
  .burger::after {
    top: 10px;
  }
  .burger.active::before, .burger.active::after,
  .burger.active span {
    transition: transform 250ms ease 150ms, width 250ms ease 150ms, top 150ms ease;
    top: 5px;
  }
  .burger.active span {
    transform: rotate(-45deg);
  }
  .burger.active::before, .burger.active::after {
    transform: rotate(45deg);
  }
  header.dark .burger::before, header.dark .burger::after,
  header.dark .burger span {
    background-color: var(--white);
  }
  /** styling mobile nav **/
  .mobile_nav {
    z-index: 10000;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    background-color: var(--white);
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    transform: translateY(-110%);
    padding-top: 80px;
    padding: 140px 15px 15px 15px;
  }
  .mobile_nav ul {
    width: 100%;
  }
  .mobile_nav .footer_contact {
    color: var(--black);
  }
  .mobile_nav .footer_contact .mb {
    margin-bottom: 10px;
  }
  .mobile_nav .footer_contact li {
    opacity: 0;
    text-decoration: none;
  }
  .mobile_nav .overlay_nav_item {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
    height: fit-content;
    overflow: hidden;
  }
  .mobile_nav .underline {
    border-bottom: 1px solid var(--black);
    width: 100%;
  }
  .mobile_nav .nav__link {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    color: var(--black);
    opacity: 1;
    text-decoration: none;
    transform: translateY(70px);
    opacity: 0;
  }
  .mobile_nav.dark {
    background-color: var(--black);
    color: var(--white);
  }
  .mobile_nav.dark .footer_contact {
    color: var(--white);
  }
  .mobile_nav.dark .underline {
    border-bottom: 1px solid var(--white);
  }
  .mobile_nav.dark .nav__link {
    color: var(--white);
  }
  footer {
    padding-top: var(--Pg) !important;
    padding-bottom: var(--Pg) !important;
    row-gap: var(--Pm) !important;
  }
  footer .copright {
    grid-column: 1/8;
    grid-row: unset;
  }
  footer .social {
    grid-column: 1/5;
    grid-row: unset;
  }
  footer .address {
    grid-column: 1/8;
  }
  footer .message {
    grid-column: 1/13;
    grid-row: unset;
  }
  footer .builtBy {
    color: var(--grey);
  }
}
.work-card {
  width: 100%;
  border-radius: 0;
}
.work-card .aspectholder {
  width: 100%;
  aspect-ratio: 6/4;
  background-color: var(--accent);
  transition: border-radius 0.15s ease;
}
.work-card .aspectholder * {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: border-radius 0.15s ease;
}
.work-card h4 {
  padding-top: var(--Pg);
  padding-bottom: var(--Pg);
  transition: color 0.15s ease, opacity 0.3s ease;
}
.work-card h4 span {
  padding-right: 8px;
}
.work-card:hover h4 {
  color: #a6a6a6;
}

.landing_carousel {
  height: 100vh;
  position: sticky;
  top: var(--Hh);
}
.landing_carousel .swiper-container {
  position: relative;
  grid-column: 1/13;
  padding-bottom: var(--Pg);
  height: calc(100vh - var(--Hh));
}
.landing_carousel .swiper-container .swiper-wrapper {
  height: calc(100vh - var(--Hh));
}
.landing_carousel .swiper-container .swiper-slide {
  width: 100%;
  height: calc(100vh - var(--Hh));
}
.landing_carousel .swiper-container .swiper-slide .desktop-hero {
  height: calc(100% - var(--Hh));
}
.landing_carousel .swiper-container .swiper-slide .mobile-hero {
  display: none;
}
.landing_carousel .swiper-container .swiper-slide .desktop-hero.mobile-hero {
  display: block;
}
.landing_carousel .swiper-container .swiper-slide .aspectholder {
  width: 100%;
  height: 100%;
}
.landing_carousel .swiper-container .swiper-slide .aspectholder * {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.landing_carousel .swiper-container .swiper-slide h4 {
  padding-top: var(--Pg);
}
.landing_carousel .swiper-container .swiper-slide h4 span {
  margin-right: 5px;
}
.landing_carousel .swiper-container .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 1000;
  left: unset;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.landing_carousel .swiper-container .next,
.landing_carousel .swiper-container .prev {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white, var(--white));
}
.landing_carousel .swiper-container .next:after,
.landing_carousel .swiper-container .prev:after {
  display: none;
}
@media screen and (min-width: 900px) {
  .landing_carousel .swiper-container .next,
  .landing_carousel .swiper-container .prev {
    display: none;
  }
}

.scroll {
  min-height: 100vh;
  background-color: var(--white);
  position: relative;
  z-index: 10;
}

.feature-heading .heading {
  padding-top: var(--Hh);
  grid-column: 1/13;
  padding-bottom: var(--Pt);
}

.accordians {
  padding-top: var(--Hh);
  row-gap: 0;
  padding-bottom: 200px;
}
.accordians .heading {
  padding-top: var(--Pg);
  grid-column: 1/13;
  padding-bottom: var(--Pt);
}
.accordians .toggle {
  grid-column: 1/13;
  transition: padding-bottom 0.8s ease;
  position: relative;
  padding: var(--Pg) 0;
}
.accordians .toggle .bottom-line {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  margin-left: 0;
}
.accordians .toggle:first-of-type .top-line {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: var(--black);
}
.accordians .toggle.active .summary {
  color: var(--accent);
}
.accordians .toggle.active .summary .svg_holder {
  opacity: 0.5 !important;
}
.accordians .toggle.active .summary .svg_holder .down:first-of-type svg {
  transform: rotate(-90deg);
}
.accordians .toggle.active .summary .svg_holder .down:last-of-type svg {
  transform: rotate(-90deg);
}
.accordians .toggle .summary {
  cursor: pointer;
  color: var(--font);
  transition: color 0.15s ease;
  justify-content: space-between;
  align-items: center;
  transition: color 0.15s ease;
}
.accordians .toggle .summary svg path {
  stroke: var(--black);
}
.accordians .toggle .summary .svg_holder {
  position: relative;
  top: 5px;
  height: 20px;
  width: 40px;
  overflow: hidden;
}
.accordians .toggle .summary .svg_holder .down svg {
  position: relative;
  transform: rotate(90deg);
  transition: top 0.5s ease, transform 0.5s ease, opacity 0.2s ease;
}
.accordians .toggle .summary .svg_holder .down:first-of-type svg {
  position: absolute;
  top: -25px;
  right: 5px;
  opacity: 0;
}
.accordians .toggle .summary .svg_holder .down:last-of-type svg {
  position: absolute;
  top: 0px;
  right: 5px;
  opacity: 1;
}
.accordians .toggle .summary:hover {
  color: var(--accent);
}
.accordians .toggle .summary:hover .svg_holder {
  opacity: 0.5 !important;
}
.accordians .toggle .dropdown {
  padding-top: 5px;
  height: 0px;
  overflow: hidden;
  margin-bottom: 5px;
  opacity: 0;
}
.accordians .toggle .dropdown p {
  width: 75%;
}
.accordians .toggle .dropdown ul {
  padding-top: var(--Pd);
  padding-bottom: var(--Pd);
}
.accordians .toggle .dropdown ul li {
  grid-column: span 3;
}
.accordians ::marker {
  font-size: 0px;
}

.about_tabs {
  padding-top: 210px;
  position: relative;
  border-bottom: none;
}
.about_tabs ul {
  column-gap: var(--Pg);
  padding-bottom: var(--Ph);
  grid-column: 1/13;
  position: relative;
}
.about_tabs ul a {
  transition: color 0.15s ease;
  font-family: "FT Regola Neue SemiBold";
  color: var(--grey);
}
.about_tabs ul a.active {
  color: var(--black);
}
.about_tabs ul a:not(.active):hover {
  color: var(--black);
}
.about_tabs ul a strong {
  font-family: "FT Regola Neue SemiBold";
}

.about_tab_holder {
  min-height: 80vh;
  position: relative;
  background-color: white;
}
.about_tab_holder .about_tab {
  position: relative;
  min-height: 80vh;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: visibility 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
  background-color: white;
}
.about_tab_holder .about_tab.active {
  visibility: visible;
  opacity: 1;
  display: block;
}
.about_tab_holder .about_tab .about-block {
  position: relative;
  padding-top: var(--Pm);
  padding-bottom: 10px;
}
.about_tab_holder .about_tab .about-block .line-holder {
  grid-column: 1/13;
  position: relative;
}
.about_tab_holder .about_tab .about-block .bottom-line {
  position: absolute;
  bottom: 0;
  width: 0;
  margin-left: 0;
  height: 1px;
  background-color: var(--black);
}
.about_tab_holder .about_tab .about-block:last-of-type {
  padding-bottom: 90px;
}
.about_tab_holder .about_tab .about-block:last-of-type .bottom-line {
  display: none;
}
.about_tab_holder .text_media_block {
  position: relative;
  padding-top: var(--Pm);
}
.about_tab_holder .text_media_block .line-holder {
  padding-top: 100px;
  grid-column: 1/13;
}
.about_tab_holder .text_media_text {
  grid-column: 1/7;
  padding-bottom: 100px;
}
@media screen and (min-width: 1400px) {
  .about_tab_holder .text_media_text {
    max-width: 800px;
  }
}
.about_tab_holder .text_media_text strong {
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 45px;
}
@media screen and (max-width: 1600px) {
  .about_tab_holder .text_media_text strong {
    font-size: 2.81vw;
    line-height: 2.787vw;
  }
}
.about_tab_holder .text_media_media {
  grid-column: 7/13;
}
.about_tab_holder .text_media_media .aspectholder {
  background-color: transparent;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.about_tab_holder .text_media_media .aspectholder * {
  width: 100%;
  object-fit: cover;
}
.about_tab_holder .text_list_list {
  grid-column: 7/13;
  column-gap: var(--Pm);
  row-gap: var(--Pm);
}
.about_tab_holder .text_list_item {
  row-gap: var(--Pm);
  max-width: 400px;
}
.about_tab_holder .text_list_item p {
  padding-bottom: var(--Pm);
}
.about_tab_holder .listed_block .list_row {
  grid-column: 1/13;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 100px;
  position: relative;
  border-bottom: 1px solid black;
}
.about_tab_holder .listed_block .list_row:last-of-type {
  border: none;
}
.about_tab_holder .listed_block .list_row .heading {
  grid-column: 1/4;
}
.about_tab_holder .listed_block .list_row .list_list {
  grid-column: 4/13;
  row-gap: 0;
}
.about_tab_holder .listed_block .list_row .list_list ul {
  column-count: 3;
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .about_tab_holder .listed_block .list_row .heading {
    grid-column: 1/6;
  }
  .about_tab_holder .listed_block .list_row .grid-6 {
    grid-column: 7/13;
    row-gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .about_tab_holder .listed_block .list_row .grid-6 p {
    display: block;
    grid-column: span 2;
  }
}

.line-holder {
  position: relative;
}
.line-holder .bottom-line {
  position: absolute;
  bottom: 0;
  width: 0;
  margin-left: 0;
  height: 1px;
  background-color: var(--black);
}

.contact_tab,
.careers_tab,
.career_tab {
  position: relative;
  min-height: 80vh;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: visibility 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
  background-color: white;
}
.contact_tab.active,
.careers_tab.active,
.career_tab.active {
  visibility: visible;
  opacity: 1;
  display: block;
}

.marker {
  content: "";
  background-color: var(--black);
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.contact_form,
.contact_map {
  padding-bottom: 10px;
  padding-top: var(--Pm);
  position: relative;
}
.contact_form .contact_text,
.contact_map .contact_text {
  grid-column: 1/6;
}
.contact_form .contact_text h4,
.contact_map .contact_text h4 {
  padding-bottom: var(--Pd);
}
.contact_form .contact_text a,
.contact_map .contact_text a {
  color: var(--grey);
  transition: color 0.15s ease;
}
.contact_form .contact_text a:hover,
.contact_map .contact_text a:hover {
  color: var(--black);
}
.contact_form .contact_right,
.contact_map .contact_right {
  grid-column: 7/13;
}
.contact_form .contact_right p,
.contact_map .contact_right p {
  width: 83.333%;
  color: var(--grey);
  padding-bottom: 100px;
}
.contact_form .contact_right .map_holder,
.contact_map .contact_right .map_holder {
  width: 100%;
  background-color: var(--grey);
  height: 500px;
}
.contact_form .contact_right .map_holder .mapboxgl-ctrl-top-left,
.contact_form .contact_right .map_holder .mapboxgl-ctrl-top-right,
.contact_form .contact_right .map_holder .mapboxgl-ctrl-bottom-left,
.contact_form .contact_right .map_holder .mapboxgl-ctrl,
.contact_map .contact_right .map_holder .mapboxgl-ctrl-top-left,
.contact_map .contact_right .map_holder .mapboxgl-ctrl-top-right,
.contact_map .contact_right .map_holder .mapboxgl-ctrl-bottom-left,
.contact_map .contact_right .map_holder .mapboxgl-ctrl {
  display: none;
}
.contact_form .careers_right,
.contact_map .careers_right {
  grid-column: 7/13;
}
.contact_form .careers_right p,
.contact_map .careers_right p {
  padding-bottom: var(--Pd);
}
.contact_form .line-holder,
.contact_map .line-holder {
  grid-column: 1/13;
  padding-bottom: 100px;
}

.contact_map {
  padding-bottom: 100px;
}

form ::placeholder {
  color: var(--grey);
}
form input {
  width: 100%;
  border-top: 1px solid var(--black);
  padding: 10px 0;
  margin-bottom: 20px;
}
form button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  color: var(--white);
  background-color: var(--black);
  padding: 20px;
  text-align: center;
  transition: color 300ms ease, background-color 300ms ease;
  height: 60px;
}
form button:hover {
  background-color: var(--grey);
}
form button.success {
  background-color: transparent;
  color: var(--black);
  border: 1px solid var(--black);
}

.pulsate-bck {
  -webkit-animation: pulsate-bck 0.5s ease-in-out infinite both;
  animation: pulsate-bck 0.5s ease-in-out infinite both;
}

@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.995);
    transform: scale(0.995);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.995);
    transform: scale(0.995);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.careers_right ul {
  border-top: 1px solid var(--black);
}
.careers_right ul li {
  padding: 10px 0;
  border-bottom: 1px solid var(--black);
}
.careers_right ul li .careers_btn {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.careers_right ul li .careers_btn span {
  transition: color 0.3s ease;
}
.careers_right ul li .careers_btn svg {
  transition: margin-right 0.3s ease;
}
.careers_right ul li .careers_btn svg path {
  stroke: var(--black);
}
.careers_right ul li .careers_btn:hover span {
  color: var(--grey);
}
.careers_right ul li .careers_btn:hover svg {
  margin-right: 10px;
}

.career_content {
  padding-top: var(--Pm);
}
.career_content .career_left {
  grid-column: 1/7;
}
.career_content .career_left ul {
  padding-top: var(--Pd);
  row-gap: var(--Pm);
  width: 40%;
}
.career_content .career_left ul ul {
  width: 100%;
  padding-top: 0;
}
.career_content .career_left ul ul li {
  position: relative;
  padding-left: var(--Pg);
}
.career_content .career_left ul ul li:before {
  content: "– ";
  position: absolute;
  left: 0;
}
.career_content .career_left a {
  color: var(--grey);
  transition: color 0.15s ease;
}
.career_content .career_left a:hover {
  color: var(--black);
}
.career_content .career_right {
  grid-column: 7/13;
  padding-bottom: 100px;
}
.career_content .career_right ul {
  padding-top: var(--Pm);
}
.career_content .career_right ul .semi {
  padding-bottom: var(--Pm);
}
.career_content .career_right ul li {
  position: relative;
}
.career_content .career_right ul li:not(.semi) {
  margin-left: 20px;
  margin-bottom: 5px;
}
.career_content .career_right ul li:not(.semi):before {
  content: "–";
  position: absolute;
  left: -20px;
  top: 0;
}

.career_btn:first-of-type {
  font-family: "FT Regola Neue" !important;
}
.career_btn:first-of-type:hover {
  color: var(--grey);
}

.career_content {
  position: relative;
}

.work_filters {
  padding-top: 100px;
  position: relative;
  border-bottom: none;
}
.work_filters .filter_btns {
  column-gap: var(--Pg);
  grid-column: 1/13;
  position: relative;
  font-family: "FT Regola Neue SemiBold" !important;
  border-bottom: 1px solid black;
  padding-bottom: var(--Ph);
}
.work_filters .filter_btns a {
  display: inline-block;
}
.work_filters .filter_btns .filter_btn {
  color: var(--grey);
  margin: auto;
}
.work_filters .filter_btns .filter_btn:hover {
  color: var(--black);
}
.work_filters .filter_btns .filter_btn.all {
  color: var(--black);
}
.work_filters .filter_btns .filter_btn.active {
  font-family: "FT Regola Neue SemiBold" !important;
  color: var(--black);
}
.work_filters .filter_btns .bottom-line {
  position: absolute;
  bottom: -15px;
  width: 0;
  margin-left: 0;
  height: 1px;
  background-color: var(--black);
}

.filters_holder {
  height: auto;
  overflow: hidden;
  opacity: 1;
  position: relative;
  margin-top: 20px;
}
.filters_holder .filters {
  width: 100%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  column-count: 4;
  padding: 0 var(--Pm);
}
.filters_holder .filters .filters_spacer {
  height: var(--Pg);
  width: 100%;
  grid-column: 1/13;
}
.filters_holder .filters.sectors li {
  grid-column: 1/3;
}
.filters_holder .filters li {
  grid-column: span 3;
  width: fit-content;
}
.filters_holder .filters li:hover {
  color: var(--grey);
}

.work_works {
  margin-top: var(--Pm);
  padding-bottom: 140px;
  column-gap: var(--Pm);
  row-gap: var(--Pm);
}
.work_works .card-holder {
  grid-column: span 6;
}

.work_hero {
  height: calc(100vh - var(--Hh));
  row-gap: 0;
}
.work_hero.grid-12 {
  padding-left: 0;
  padding-right: 0;
}
.work_hero .hero_container {
  padding-top: var(--Hh);
  height: calc(100vh - var(--Hh) * 2);
  grid-column: 1/13;
}
.work_hero .hero_container .desktop-hero {
  height: 100%;
}
.work_hero .hero_container .mobile-hero {
  height: 100%;
  display: none;
}
.work_hero .hero_container .desktop-hero.mobile-hero {
  display: block;
}
.work_hero .hero_container .aspectholder {
  height: 100%;
  width: 100%;
}
.work_hero .hero_container .aspectholder * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work_hero .hero_container .work_hero {
  height: var(--Hh);
  align-items: center;
}
.work_hero .hero_container .work_hero.flex-row {
  padding-left: var(--Pm);
  padding-right: var(--Pm);
}

.work_info {
  padding-top: var(--Pg);
  padding-bottom: 120px;
}
.work_info .toggle {
  grid-column: 1/13;
  transition: padding-bottom 0.8s ease;
  position: relative;
  scroll-margin-top: 200px;
}
.work_info .toggle .summary {
  cursor: pointer;
  color: var(--font);
  transition: color 0.3s ease;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0 !important;
  padding-right: 0 !important;
  cursor: default;
}
.work_info .toggle .summary .read-more {
  transition: opacity 0.15s ease, color 0.15s ease;
  cursor: pointer;
}
.work_info .toggle .summary .read-more:hover {
  color: var(--grey);
}
.work_info .toggle .summary .read-more.hide {
  opacity: 0;
}
.work_info .toggle .summary .toggle_top {
  grid-column: 1/8;
  display: flex;
  flex-direction: column;
  row-gap: var(--Pd);
}
.work_info .toggle .summary .toggle_top h4 {
  padding-bottom: 10px;
}
.work_info .toggle .summary .services {
  grid-column: 10/13;
  width: 90%;
}
.work_info .toggle .summary .services ul {
  flex-wrap: wrap;
  width: 100%;
}
.work_info .toggle .summary .services li:not(:last-of-type):after {
  content: ",";
  margin-right: 5px;
}
.work_info .toggle .summary .services li {
  transition: color 0.15s ease;
}
.work_info .toggle .summary .services li:hover {
  color: var(--grey);
}
.work_info .toggle .collab {
  grid-column: 10/13;
  width: 90%;
  display: flex;
  flex-direction: column;
  row-gap: var(--Pm);
}
.work_info .toggle .collab .collab-inner {
  padding-bottom: var(--Pm);
}
.work_info .toggle .collab a {
  transition: color 0.15s ease;
}
.work_info .toggle .collab a:hover {
  color: var(--grey);
}
.work_info .toggle .dropdown {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.work_info .toggle .dropdown .work_text {
  grid-column: 1/7;
}
.work_info .toggle .dropdown .work_text strong {
  font-family: "FT Regola Neue SemiBold";
}
.work_info .toggle .dropdown .read-less {
  transition: opacity 0.15s ease, color 0.15s ease;
  cursor: pointer;
  grid-column: 1/8;
  width: fit-content;
}
.work_info .toggle .dropdown .read-less:hover {
  color: var(--grey);
}
.work_info .toggle .dropdown .read-less.hide {
  opacity: 0;
}

.work_media {
  padding-bottom: 140px;
  row-gap: var(--Pm);
}

.related_work {
  padding-bottom: 100px;
  row-gap: 10px;
}
.related_work h2 {
  grid-column: 1/13;
}
.related_work .card-holder {
  grid-column: span 6;
}

.spacer {
  height: 250px;
}

.insights {
  position: relative;
}
.insights .left-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background-color: var(--fg);
}
.insights .line-top,
.insights .bottom-line {
  position: absolute;
  top: 0;
  height: 1px;
  background-color: var(--fg);
  width: calc(100% - var(--Pd));
  left: var(--Pm);
}
.insights .bottom-line {
  top: unset;
  bottom: 1px;
  left: 30px !important;
}
.insights ul {
  margin-bottom: 0px;
}

.insight-card {
  position: relative;
  padding: 30px;
  width: 50%;
}
.insight-card .insights_content {
  width: 100%;
}
.insight-card .insights_content .date,
.insight-card .insights_content h2 {
  padding-bottom: 20px;
}
.insight-card .insights_content h2 {
  transition: color 0.3s ease;
  width: 100%;
}
.insight-card .insights_content .aspectholder {
  width: 100%;
  aspect-ratio: 5/3;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.insight-card .insights_content .aspectholder * {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.insight-card .insights_content.text h2 {
  padding-bottom: 100px;
}
.insight-card .hr {
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: var(--fg);
  opacity: 0;
  width: calc(100% - 30px);
  left: 0;
}
.insight-card:hover .insights_content h2 {
  color: var(--grey) !important;
}
.insight-card.left .hr {
  left: unset;
  right: 0 !important;
}
.insight-card:last-of-type .hr {
  display: none;
}

.insight_hero {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: var(--black);
  color: var(--white);
  padding-top: 120px;
  position: relative;
}
.insight_hero h2 {
  grid-column: 1/8;
  max-width: 1200px;
}
.insight_hero h4 {
  grid-column: 1/8;
  max-width: 1200px;
}
.insight_hero .sharable_btns {
  position: absolute;
  bottom: var(--Pm);
  left: var(--Pm);
  display: flex;
  flex-direction: row;
  column-gap: 15px;
}
.insight_hero .sharable_btns .sub-btn {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.insight_hero .sharable_btns:hover .sub-btn {
  opacity: 1;
}

.double_insights {
  margin: 0;
  width: calc(100% - 60px);
  margin: auto;
}
.double_insights .date {
  margin-bottom: 30px;
}
.double_insights p {
  max-width: 800px;
}
.double_insights strong {
  font-style: normal !important;
  font-size: 20px !important;
  line-height: 25px !important;
  font-family: "FT Regola Neue SemiBold" !important;
}
.double_insights .insights_col {
  grid-column: span 1;
  padding: var(--Pm);
  padding-bottom: var(--Pd);
  position: relative;
  row-gap: var(--Pd);
  justify-content: center;
}
.double_insights .insights_col.double_insights_left {
  padding-left: 0;
}
.double_insights .insights_col.double_insights_right {
  padding-right: 0;
}
.double_insights .insights_col .insights_col_media {
  width: 100%;
}
.double_insights .insights_col .insights_col_media .aspectholder {
  width: 100%;
  height: auto;
}
.double_insights .insights_col .insights_col_media .aspectholder * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.double_insights .insights_col .insights_col_media .caption {
  margin-top: var(--Ph);
}
.double_insights .insights_col .left-line {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background-color: var(--black);
}

.single_insights {
  padding: 50px 30px;
  text-align: center;
  row-gap: var(--Pg);
  width: calc(100% - 60px);
  margin: auto;
}
.single_insights h4 {
  width: 90%;
  margin: auto;
  max-width: 1500px;
}

.insight_blocks .insights_block.desktop {
  border-bottom: 1px solid var(--black);
}
.insight_blocks .insights_block.desktop:last-of-type {
  border-bottom: none;
}

.insight_buttons {
  background-color: var(--black);
  position: relative;
  margin-top: -1px;
}
.insight_buttons a {
  color: white;
  display: block;
  width: 50%;
  min-height: 300px;
  padding: var(--Pm);
  transition: color 0.3s ease;
  border-top: 1px solid var(--black);
}
.insight_buttons a:hover {
  color: var(--grey);
}
.insight_buttons a:first-child {
  border-right: 1px solid var(--white);
}
.insight_buttons a h4 {
  padding-top: var(--Pm);
  padding-bottom: 100px;
}
.insight_buttons .hr {
  position: absolute;
  width: calc(100% - var(--Pd));
  left: var(--Pm);
  height: 1px;
  background-color: var(--white);
  bottom: 0;
}

.double_insights.mobile {
  display: none;
}

.single-media {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-media .aspectholder {
  grid-column: 1/13;
  aspect-ratio: 1379/920;
}
.single-media .aspectholder:hover .aspectcaption {
  opacity: 1;
  transition: opacity 0.15s ease;
}
.single-media .aspectholder * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-media .caption {
  opacity: 0;
  position: absolute;
  bottom: var(--Pm);
  left: var(--Pm);
  width: calc(100% - var(--Pd));
  color: var(--white);
  transition: opacity 0.3s ease;
}
.single-media:hover .caption {
  opacity: 1;
}

.double-media {
  column-gap: var(--Pm);
  row-gap: var(--Pm);
}
.double-media .double-media_item {
  position: relative;
  grid-column: span 6;
}
.double-media .double-media_item .caption {
  opacity: 0;
  position: absolute;
  bottom: var(--Pm);
  left: var(--Pm);
  width: calc(100% - var(--Pd));
  color: var(--white);
  transition: opacity 0.3s ease;
}
.double-media .double-media_item:hover .caption {
  opacity: 1;
}
.double-media .aspectholder {
  aspect-ratio: 675/920;
}
.double-media .aspectholder:hover .aspectcaption {
  opacity: 1;
  transition: opacity 0.15s ease;
}
.double-media .aspectholder * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact_snip {
  padding-bottom: 80px;
}
.contact_snip .contact_snip_holder {
  grid-column: 1/5;
}
.contact_snip .contact_snip_holder a {
  color: var(--grey);
  width: fit-content;
  transition: color 0.3s ease;
}
.contact_snip .contact_snip_holder a:hover {
  color: var(--black);
}
.contact_snip .klaviyo-holder {
  grid-column: 7/13;
  display: flex;
  flex-direction: column;
  row-gap: var(--Pg);
}
.contact_snip .klaviyo-holder strong {
  font-family: "FT Regola Neue SemiBold";
  letter-spacing: normal;
}
.contact_snip .klaviyo-holder form {
  border-bottom: 1px solid var(--fg) !important;
}
.contact_snip .klaviyo-holder input {
  padding: 0 !important;
  border: none !important;
}
.contact_snip .klaviyo-holder input:focus-visible {
  outline-width: 0px !important;
  outline-style: auto !important;
  outline-color: #000000 !important;
  outline-offset: 0 !important;
}
.contact_snip .klaviyo-holder button {
  padding-right: 0 !important;
  position: relative;
  transition: opacity 0.3s ease;
}
.contact_snip .klaviyo-holder button:after {
  content: url("../graphics/Arrow.svg");
  position: absolute;
  right: 0;
  top: 2px;
  width: 60%;
  height: 100%;
  background-color: var(--white);
  z-index: 1;
  pointer-events: none;
}
.contact_snip .klaviyo-holder button:hover {
  opacity: 0.5;
}

.search_form {
  padding-top: 180px;
  position: relative;
}
.search_form input {
  grid-column: 1/13;
  border-top: none;
  border-bottom: 1px solid black;
  position: relative;
}
.search_form ::placeholder {
  color: var(--black);
  margin-left: 100px;
  background: url("../graphics/search.svg");
  background-repeat: no-repeat;
  background-size: 53px;
  background-position: 0 10px;
  text-indent: 60px;
}
@media screen and (max-width: 1000px) {
  .search_form ::placeholder {
    background-size: 30px;
    background-position: 0 6px;
    text-indent: 40px;
  }
}

.search_results {
  padding-bottom: 100px;
}
.search_results li {
  grid-column: span 6;
}

.error_content h2,
.error_content a {
  grid-column: 1/13;
  width: fit-content;
  transition: 0.15s ease;
  text-align: center;
}
.error_content a:hover {
  color: var(--grey);
}

.media-text .media-text-media {
  grid-column: 1/7;
  grid-row: 1;
}
.media-text .media-text-media .aspectholder {
  aspect-ratio: 0.75;
}
.media-text .media-text-media .aspectholder * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-text .media-text-text {
  grid-column: 7/12;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  row-gap: var(--Pg);
  padding: var(--Pm);
}
.media-text.right .media-text-media {
  grid-column: 7/13;
  grid-row: 1;
}
.media-text.right .media-text-text {
  grid-column: 1/6;
  grid-row: 1;
}

.work-text {
  --gap: var(--Pg);
  padding-top: var(--Pd);
  padding-bottom: var(--Pd);
}
.work-text .work-text-content {
  grid-column: 1/7;
  display: flex;
  flex-direction: column;
  row-gap: var(--gap);
}
.work-text.heading {
  --gap: var(--Pd);
}
.work-text.heading .work-text-content {
  grid-column: 1/9;
}
.work-text .work-text-info {
  grid-column: 10/13;
  display: flex;
  flex-direction: column;
  row-gap: var(--Ph);
}

.pull-quote.grid-12 {
  padding-top: calc(var(--Pd) * 2);
  padding-bottom: calc(var(--Pd) * 2);
  text-align: center;
}
.pull-quote .pull-quote_quote {
  grid-column: 2/-2;
}
.pull-quote .citation {
  grid-column: 3/-3;
}
