@charset "UTF-8";
.page_article .hero {
  display: flex;
  height: 100vh;
}
.page_article .hero .left,
.page_article .hero .right {
  width: 50%;
}
.page_article .hero .right .aspectholder {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_article .hero .right .aspectholder img,
.page_article .hero .right .aspectholder video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_article .hero .left {
  padding-bottom: 40px;
}
.page_article .hero .left .inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: var(--Pm);
  row-gap: var(--Pm);
  width: 100%;
  height: 100%;
}
.page_article .hero .left .inner .col {
  height: 100%;
  grid-column: span 3;
}
.page_article .hero .left .inner .col-1 {
  padding-top: var(--top);
  display: flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page_article .hero .left .inner .col-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page_article .hero .left .inner .details-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page_article .hero .left .inner .details-group.mobile-only {
  display: none;
}

@media (max-width: 960px) {
  .page_article .hero {
    height: 100dvh;
    flex-wrap: wrap;
  }
  .page_article .hero .right {
    order: -1;
    height: 68%;
  }
  .page_article .hero .left,
  .page_article .hero .right {
    width: 100%;
  }
  .page_article .hero .left .inner .col-1 {
    padding-top: 0;
    grid-column: 1/-1;
  }
  .page_article .hero .left .inner .col-1 .details-group {
    display: none;
  }
  .page_article .hero .left {
    padding-top: 40px;
  }
  .page_article .hero .left .inner {
    row-gap: 40px;
  }
  .page_article .hero .left .col-2 {
    grid-column: 1/-1 !important;
    flex-direction: row !important;
  }
  .page_article .hero .left .col-2 .details-group {
    width: 50%;
  }
  .page_article .hero .left .details-group.mobile-only {
    display: flex !important;
  }
  .page_article .hero .fh2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: -1.08px;
  }
}
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 {
  cursor: pointer;
  text-decoration: none;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-SemiBold.woff2") format("woff2"), url("../fonts/SuisseIntl-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl Book";
  src: url("../fonts/SuisseIntl-Book.woff2") format("woff2"), url("../fonts/SuisseIntl-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-Medium.woff2") format("woff2"), url("../fonts/SuisseIntl-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.visually-hidden {
  visibility: hidden;
  position: absolute;
  z-index: -10;
  display: none;
}

.absolute-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.outline {
  border: 2px solid green;
}

.fade50 {
  opacity: 50%;
}

.fade40 {
  opacity: 40%;
}

.writer-styling strong {
  font-weight: 600;
}
.writer-styling em {
  font-style: italic;
}
.writer-styling u {
  text-decoration: none;
}
.writer-styling a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  opacity: 0.5;
  color: var(--fg);
}
.writer-styling ul {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.writer-styling ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.26em;
}
.writer-styling ul li::before {
  color: black;
  content: "•";
  position: absolute !important;
  top: -0.08em;
  left: 0;
  font-size: 25px;
  display: block;
}
.writer-styling p:not(:last-child) {
  padding-bottom: 1em;
}
.writer-styling p,
.writer-styling .fs {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
}
.writer-styling h6,
.writer-styling .fh6,
.writer-styling .accordion-group .accordion .accordion-title,
.accordion-group .accordion .writer-styling .accordion-title,
.writer-styling .accordion-group .accordion .accordion-content .accordion-inner button,
.accordion-group .accordion .accordion-content .accordion-inner .writer-styling button {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.72px;
}
.writer-styling h5,
.writer-styling .fh5 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.32px;
}
.writer-styling h4,
.writer-styling .fh4 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -1.2px;
}
.writer-styling h3,
.writer-styling .fh3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -1.44px;
}
.writer-styling h2,
.writer-styling .fh2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: -1.92px;
}
.writer-styling h1,
.writer-styling .fh1,
.writer-styling .block__banner_with_title .para p,
.block__banner_with_title .para .writer-styling p,
.writer-styling .block__banner_with_title .para h1,
.block__banner_with_title .para .writer-styling h1,
.writer-styling .block__banner_with_title .para h2,
.block__banner_with_title .para .writer-styling h2,
.writer-styling .block__banner_with_title .para h3,
.block__banner_with_title .para .writer-styling h3,
.writer-styling .block__banner_with_title .para h4,
.block__banner_with_title .para .writer-styling h4,
.writer-styling .block__banner_with_title .para h5,
.block__banner_with_title .para .writer-styling h5,
.writer-styling .block__banner_with_title .para h6,
.block__banner_with_title .para .writer-styling h6 {
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: -2.4px;
}

.noSelect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.sc {
  text-transform: none !important;
}

.uc {
  text-transform: uppercase;
}

/* Root Elements */
:root {
  --Fb: 1rem;
  --black: #000000;
  --off_black: #1a1a1a;
  --white: #ebeaea;
  --faded_white: rgba(235, 234, 234, 0.5);
  --red: #d11111;
  --off-white: #ebebeb;
  --black50: rgba(0, 0, 0, 0.5);
  --black25: rgba(0, 0, 0, 0.25);
  --blue: #251fdd;
  --fg: var(--black);
  --bg: var(--white);
  --Pm: 20px;
  --top: 180px;
  --padding-xs: 40px;
  --padding-s: 100px;
  --padding-standard: 150px;
  --padding-l: 180px;
  --padding-xl: 250px;
}

.fs {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
}

.fh6, .accordion-group .accordion .accordion-content .accordion-inner button, .accordion-group .accordion .accordion-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.72px;
}

.fh5 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.32px;
}

.fh4 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -1.2px;
}

.fh3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -1.44px;
}

.fh2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: -1.92px;
}

.fh1, .block__banner_with_title .para p,
.block__banner_with_title .para h1,
.block__banner_with_title .para h2,
.block__banner_with_title .para h3,
.block__banner_with_title .para h4,
.block__banner_with_title .para h5,
.block__banner_with_title .para h6 {
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: -2.4px;
}

@media (max-width: 960px) {
  :root {
    --top: 110px;
    --padding-xs: 40px;
    --padding-s: 50px;
    --padding-standard: 50px;
    --padding-l: 50px;
    --padding-xl: 50px;
    --Pm: 16px;
  }
  .fh1, .block__banner_with_title .para p,
  .block__banner_with_title .para h1,
  .block__banner_with_title .para h2,
  .block__banner_with_title .para h3,
  .block__banner_with_title .para h4,
  .block__banner_with_title .para h5,
  .block__banner_with_title .para h6 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -1.08px;
  }
  .fh2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -1.44px;
  }
  .fh4 {
    font-size: 36px;
    line-height: 32px;
    letter-spacing: -1.08px;
  }
  .fh5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.32px;
  }
  .writer-styling .fh5 {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 20px !important;
    letter-spacing: -0.14px !important;
  }
  .writer-styling a {
    text-decoration: none;
  }
}
.fade-50 {
  opacity: 50%;
}

.font-heavy {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: var(--fg);
}

.padding_t-xs {
  padding-top: var(--padding-xs);
}

.padding_t-s {
  padding-top: var(--padding-s);
}

.padding_t-standard {
  padding-top: var(--padding-standard);
}

.padding_t-l {
  padding-top: var(--padding-l);
}

.padding_t-xl {
  padding-top: var(--padding-xl);
}

.padding_b-xs {
  padding-bottom: var(--padding-xs);
}

.padding_b-s {
  padding-bottom: var(--padding-s);
}

.padding_b-standard {
  padding-bottom: var(--padding-standard);
}

.padding_b-l {
  padding-bottom: var(--padding-l);
}

.padding_b-xl {
  padding-bottom: var(--padding-xl);
}

html {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Suisse Intl", Helvetica, sans-serif;
  background-color: var(--bg);
}

html,
body {
  overflow-x: hidden;
}

body.no-scroll {
  height: 100vh;
  overflow: hidden;
}

main {
  min-height: 100vh;
}

.enter {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
}

.enter.entered {
  transform: translateY(0);
  opacity: 1;
}

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

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: calc(var(--vh, 1vh) * 100);
  }
}
@keyframes close {
  0% {
    opacity: 1;
    max-height: calc(var(--vh, 1vh) * 100);
  }
  100% {
    opacity: 0;
    max-height: 0;
  }
}
.standard-block {
  background-color: var(--bg);
}

/* Image/Video Elements */
.aspectholder > * {
  display: block;
}

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

.px, footer {
  padding-left: var(--Pm);
  padding-right: var(--Pm);
}

.pl {
  padding-left: var(--Pm);
}

.pr {
  padding-right: var(--Pm);
}

.py, footer {
  padding-top: var(--Pm);
  padding-bottom: var(--Pm);
}

.pt {
  padding-top: var(--Pm);
}

.pb {
  padding-bottom: var(--Pm);
}

.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%;
}
@media (max-width: 960px) {
  .grid-12 {
    grid-template-columns: repeat(6, 1fr);
  }
}

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

header {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  align-items: center;
  z-index: 100;
  padding-top: var(--Pm);
  mix-blend-mode: difference;
}
header .navigation {
  grid-column: 8/-1;
  display: flex;
  justify-content: flex-end;
}
header .navigation .page-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 80px;
}
header .navigation .page-links a {
  display: flex;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
header .navigation .page-links a .dash {
  display: inline-block;
  width: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  color: var(--red);
}
header .navigation .page-links a:hover {
  color: var(--red);
}
header .navigation .page-links a:hover .dash {
  width: 10px;
}
header .navigation .mobile-open {
  display: none;
}
header a {
  color: white;
}
header .header-icon a:hover svg g {
  mix-blend-mode: normal !important;
}
header .header-icon a:hover svg path {
  fill: var(--red);
}
@media (max-width: 960px) {
  header .navigation {
    grid-column: 1/-1;
    justify-content: space-between;
    align-items: flex-start;
  }
  header .navigation .page-links {
    display: none;
  }
  header .navigation .header-icon svg {
    height: 33px;
    width: auto;
  }
  header .navigation .mobile-open {
    display: block;
    width: 27px;
    height: 27px;
  }
  header .navigation .mobile-open .icons {
    position: relative;
    width: 27px;
    height: 27px;
  }
  header .navigation .mobile-open .icons svg {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease-in-out;
  }
  header .navigation .mobile-open .icons .close {
    left: 2px;
    opacity: 0;
  }
}

body:has(.mobile-menu__overlay.active) button.mobile-open .icons .hamburger {
  opacity: 0;
}
body:has(.mobile-menu__overlay.active) button.mobile-open .icons .close {
  opacity: 1;
}

.mobile-menu__overlay {
  display: none;
  pointer-events: none;
}

@media (max-width: 960px) {
  .mobile-menu__overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--off_black);
    z-index: 20;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .mobile-menu__overlay.active {
    opacity: 1;
    pointer-events: all;
  }
  .mobile-menu__overlay .mobile-page-links {
    padding-top: 178px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
  }
  .mobile-menu__overlay .mobile-page-links a {
    color: var(--white);
  }
  .mobile-menu__overlay .site-links {
    row-gap: 40px;
  }
  .mobile-menu__overlay .site-links > div {
    grid-column: span 3;
    border-top: 1px solid #ebeaea;
  }
  .mobile-menu__overlay .site-links > div > div {
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }
  .mobile-menu__overlay .site-links .follow-us .title {
    padding-bottom: 28px;
  }
  .mobile-menu__overlay .site-links .follow-us .social-icons {
    display: flex;
    gap: 15px;
  }
  .mobile-menu__overlay .site-links .follow-us .social-icons svg {
    height: 28px;
    width: 28px;
  }
  .mobile-menu__overlay .site-links p,
  .mobile-menu__overlay .site-links a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
  }
}
main {
  min-height: calc(100vh - var(--Hh));
}

.page-content {
  position: relative;
  z-index: 1;
  background-color: var(--bg);
}

footer {
  position: relative;
  background-color: var(--off_black);
  width: 100%;
  z-index: 1;
  row-gap: 140px;
  color: var(--white);
}
footer p,
footer a {
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.3s ease;
}
footer a:hover {
  color: rgb(255, 255, 255);
}
footer .message {
  grid-column: 1/7;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .message > div p {
  color: rgba(255, 255, 255, 0.5);
}
footer .message > div p strong {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
footer .message > div a,
footer .message > div span {
  color: rgba(255, 255, 255, 0.5);
}
footer .message .btm {
  display: flex;
  gap: 10px;
  padding-top: 20px;
}
footer .locations-socials {
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-column: span 6;
}
footer .locations-socials .locations,
footer .locations-socials .socials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .locations-socials .locations .item,
footer .locations-socials .socials .item {
  width: calc(50% - 10px);
}
footer .locations {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .locations .location {
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
footer .locations .location .address {
  max-width: 200px;
}
footer .locations .location-1 {
  padding-bottom: 8px;
}
footer .mobile-copyright {
  display: none;
}
footer .socials {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .socials .general-inq {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .socials .follow-us {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 8px;
}
footer .socials .follow-us p {
  padding-bottom: 47px;
}
footer .socials .follow-us a {
  margin-right: 7px;
}
footer .socials .follow-us svg {
  height: 28px;
  width: 28px;
}
@media (max-width: 960px) {
  footer {
    row-gap: 40px !important;
  }
  footer .message,
  footer .locations,
  footer .socials,
  footer .mobile-copyright {
    grid-column: 1/-1;
  }
  footer .message {
    grid-row: 1;
    padding-right: 0;
  }
  footer .message p {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 94.444% */
    letter-spacing: -1.08px;
  }
  footer .message .btm {
    display: none;
  }
  footer .locations {
    grid-row: 2;
    flex-direction: row;
  }
  footer .locations .location {
    width: 50%;
    font-size: 14px;
  }
  footer .socials {
    grid-row: 3;
    flex-direction: row;
    font-size: 14px;
  }
  footer .socials > div {
    width: 50%;
  }
  footer .mobile-copyright {
    display: block;
  }
  footer .mobile-copyright .btm {
    display: flex;
    gap: 10px;
    padding-top: 55px;
  }
  footer .follow-us a {
    height: 28px;
    display: inline-block;
    margin-right: 15px;
  }
}

.accordion-group .accordion .accordion-title {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.accordion-group .accordion .accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}
.accordion-group .accordion .accordion-content .accordion-inner {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.accordion-group .accordion .accordion-content .accordion-inner button {
  color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}
.accordion-group .accordion .accordion-content .accordion-inner button:hover {
  color: rgba(0, 0, 0, 0.5);
}
.accordion-group .accordion .accordion-content .accordion-inner button.active {
  color: rgb(0, 0, 0);
}
.accordion-group .accordion .accordion-content .accordion-inner button:disabled {
  color: rgba(0, 0, 0, 0.15);
  cursor: not-allowed;
}
@media (max-width: 960px) {
  .accordion-group button,
  .accordion-group .accordion .accordion-title {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

.fade-none {
  color: rgb(255, 255, 255) !important;
}

.pilled {
  display: flex;
  width: 26px;
  height: 26px;
  padding: 10px 15px;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  color: var(--white);
  gap: 6px;
  position: relative;
  overflow: hidden;
}
.pilled * {
  position: relative;
  z-index: 1;
}

.card-project {
  display: flex;
  flex-direction: column;
  height: fit-content;
}
.card-project .thumbholder {
  aspect-ratio: 2.4;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.card-project .thumbholder .sneaky {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
}
.card-project .thumbholder .duration-item {
  position: absolute;
  width: fit-content;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.card-project .thumbholder .aspectholder {
  aspect-ratio: 2.4;
  width: 100%;
}
.card-project .thumbholder .aspectholder * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-project-title {
  display: flex;
  flex-direction: column;
  padding-top: var(--Ph);
}
.card-project-title span {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .card-project:hover .thumbholder .duration-item {
    opacity: 1;
  }
}

.work-page {
  padding-top: var(--top);
  padding-bottom: 100px;
}
.work-page .filters {
  grid-column: 1/4;
}
.work-page .filters .custom-reset-filters {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.72px;
  color: var(--red);
}
.work-page .grid-inner {
  grid-column: 4/13;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--Pm);
  row-gap: var(--Pm);
  width: 100%;
}
.work-page .grid-inner .work-container {
  grid-column: span 3;
}
@media (max-width: 960px) {
  .work-page .filters button {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .work-page .filters .accordion-inner {
    padding-bottom: 15px !important;
  }
  .work-page .filters,
  .work-page .grid-inner {
    grid-column: 1/-1;
  }
  .work-page .grid-inner .work-container {
    grid-column: 1/-1;
  }
}

.homepage .homepage-video-hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
}
.homepage .homepage-video-hero .aspectholder {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.homepage .homepage-video-hero .aspectholder img,
.homepage .homepage-video-hero .aspectholder video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-page {
  padding-top: var(--top);
  padding-bottom: 80px;
  row-gap: 150px;
}
.news-page .component__single-article {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-page .component__single-article:nth-child(1) {
  grid-column: 1/span 6;
}
.news-page .component__single-article:nth-child(2) {
  grid-column: 9/span 4;
}
.news-page .component__single-article:nth-child(3) {
  grid-column: 3/span 8;
}
.news-page .component__single-article:nth-child(4) {
  grid-column: 1/span 4;
}
.news-page .component__single-article:nth-child(5) {
  grid-column: 7/span 6;
}
.news-page .component__single-article:nth-child(6) {
  grid-column: 1/span 6;
}
.news-page .component__single-article:nth-child(7) {
  grid-column: 9/span 4;
}
.news-page .component__single-article:nth-child(8) {
  grid-column: 3/span 8;
}
.news-page .component__single-article:nth-child(9) {
  grid-column: 1/span 4;
}
.news-page .component__single-article:nth-child(10) {
  grid-column: 7/span 6;
}
@media (max-width: 960px) {
  .news-page {
    row-gap: 50px;
  }
  .news-page .component__single-article {
    grid-column: 1/-1 !important;
  }
}

.homepage .page-blocks {
  margin-top: 100dvh;
  position: relative;
  background-color: var(--bg);
}

main {
  min-height: 100vh;
}

.homepage-hero {
  margin: auto;
  width: 100vw;
  overflow: hidden;
  height: calc(100vh - var(--Hh));
}
.homepage-hero .main-item {
  display: block;
  width: 453px;
  height: 180px;
  margin: auto;
  overflow: hidden;
  border-radius: 5px;
}
.homepage-hero .main-item .opening-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  position: absolute;
}
.homepage-hero .main-item .main-video {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: var(--bg);
}
.homepage-hero .main-item .opening-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage-hero .main-item .opening-item.not-first {
  top: 100%;
}
.homepage-hero .main-item .opening-item .aspectholder {
  width: 100%;
  height: 100%;
}
.homepage-hero .main-item .opening-item .aspectholder * {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.homepage-hero .aspectholder {
  width: 100%;
  height: 100%;
}
.homepage-hero .aspectholder * {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 500px) {
  .homepage-hero .main-item {
    width: 100%;
  }
}
.project-main {
  height: 100vh;
  position: relative;
}
.project-main .main-video {
  height: 100vh;
  transition: filter 0.4s ease;
  position: relative;
}
.project-main .main-video .top-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: var(--Pm);
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.project-main .main-video .top-info .main-video-text p {
  color: var(--white);
}
.project-main .main-video .top-info .main-video-text .sub-title {
  color: var(--faded_white);
}
.project-main .main-video .top-info .back_btn {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-color: transparent;
  transition: background-color 0.15s ease;
}
.project-main .main-video .top-info .back_btn svg {
  fill: var(--white);
  padding-top: 1px;
  width: 12px;
  height: 12px;
  object-fit: contain;
}
.project-main .main-video .aspectholder {
  height: 100vh;
}
.project-main .main-video .aspectholder video,
.project-main .main-video .aspectholder img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.project-main .main-video.blur {
  filter: blur(12px);
}
.project-main .pag-btn {
  position: absolute;
  z-index: 10;
  top: 45%;
  transform: translateY(-50%);
  display: flex;
  gap: var(--Pm);
  align-items: center;
}
.project-main .pag-btn.prev {
  left: var(--Pm);
}
.project-main .pag-btn.next {
  right: var(--Pm);
}
.project-main .pag-btn .card-project {
  position: relative;
  top: 20px;
  width: 175px;
  color: var(--white);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.project-main .pag-btn .card-project .thumbholder {
  aspect-ratio: 1.6;
}
.project-main .pag-btn .card-project .thumbholder * {
  aspect-ratio: 1.6;
}
@media (hover: hover) and (pointer: fine) {
  .project-main .pag-btn:hover .card-project {
    opacity: 1;
  }
}

.aspectholder.video-w-c {
  position: relative;
}
.aspectholder.video-w-c .video-controls-holder {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  gap: 2px;
}
.aspectholder.video-w-c .video-controls {
  background-color: transparent;
  width: 100%;
  min-height: 35px;
  display: flex;
  gap: 15px;
  padding: 2px 15px 0 15px;
  font-size: 14px !important;
}
.aspectholder.video-w-c .video-controls.do-not-show {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: -11000px;
  pointer-events: none;
}
.aspectholder.video-w-c .video-controls svg {
  height: 12px;
  width: auto;
}
.aspectholder.video-w-c .video-controls svg path {
  height: 15px;
}
.aspectholder.video-w-c .video-controls .play-btn {
  padding-top: 2px;
}
.aspectholder.video-w-c .video-controls .play-btn * {
  pointer-events: none;
}
.aspectholder.video-w-c .video-controls .play-btn .pause {
  display: none;
}
.aspectholder.video-w-c .video-controls .play-btn.playing .pause {
  display: block;
}
.aspectholder.video-w-c .video-controls .play-btn.playing .play {
  display: none;
}
.aspectholder.video-w-c .video-controls .volume {
  padding-top: 2px;
}
.aspectholder.video-w-c .video-controls .volume * {
  pointer-events: none;
}
.aspectholder.video-w-c .video-controls .volume .mute {
  display: none;
}
.aspectholder.video-w-c .video-controls .volume.muted .mute {
  display: block;
}
.aspectholder.video-w-c .video-controls .volume.muted .unmute {
  display: none;
}
.aspectholder.video-w-c .video-controls .video-progress {
  position: relative;
}
.aspectholder.video-w-c .video-controls .video-progress .seek-tooltip {
  display: none;
}
.aspectholder.video-w-c .video-controls .progress {
  min-width: 100px;
  flex-grow: 1;
  padding: 0 var(--Ph);
  cursor: pointer;
}
.aspectholder.video-w-c .video-controls progress {
  border-radius: 5px;
  width: 100%;
  height: 3px;
  position: relative;
  bottom: 4px;
}
.aspectholder.video-w-c .video-controls progress::-webkit-progress-bar {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.aspectholder.video-w-c .video-controls progress::-webkit-progress-value {
  background-color: var(--bg);
  border-radius: 5px;
}

.credits-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.credits-popup.active {
  opacity: 1;
  visibility: visible;
}
.credits-popup .credits-popup-close {
  position: absolute;
  top: var(--Pm);
  right: var(--Pm);
  width: 30px;
  height: 30px;
  border-radius: 1000px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.15s ease;
}
.credits-popup .credits-popup-close svg {
  fill: var(--white);
  padding-top: 1px;
}
.credits-popup .credits-popup-close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.credits-popup .card-project-title {
  position: absolute;
  top: calc(var(--Pm) * 2);
  left: 50%;
  transform: translateX(-50%);
  color: var(--white);
  display: flex;
  padding: 0;
  flex-direction: column;
  text-align: center;
  text-align: center;
  color: var(--white);
}
.credits-popup .credits-credits {
  color: var(--white);
  display: flex;
  column-gap: 30px;
  row-gap: 10px;
  max-width: 670px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: var(--Pm);
}
.credits-popup .credits-credits-item {
  display: flex;
  align-items: flex-start;
  column-gap: 5px;
}
.credits-popup .credits-credits-item span {
  font-family: "Univers";
}

.component__video-modal {
  height: 100vh;
  position: relative;
  background-color: var(--black);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
}
.component__video-modal .main-video {
  height: 100vh;
  transition: filter 0.4s ease;
  position: relative;
}
.component__video-modal .main-video .top-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: var(--Pm);
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.component__video-modal .main-video .top-info .main-video-text p {
  color: var(--white);
}
.component__video-modal .main-video .top-info .main-video-text .sub-title {
  color: var(--faded_white);
}
.component__video-modal .main-video .top-info .back_btn {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-color: transparent;
  transition: background-color 0.15s ease;
}
.component__video-modal .main-video .top-info .back_btn svg {
  fill: var(--white);
  padding-top: 1px;
  width: 12px;
  height: 12px;
  object-fit: contain;
}
.component__video-modal .main-video .aspectholder {
  height: 100vh;
}
.component__video-modal .main-video .aspectholder video,
.component__video-modal .main-video .aspectholder img {
  object-fit: contain;
  width: 100%;
  height: auto;
  height: 100%;
}
.component__video-modal .main-video.blur {
  filter: blur(12px);
}
.component__video-modal .main-video .video-w-c {
  opacity: 0;
}
.component__video-modal .pag-btn {
  position: absolute;
  z-index: 10;
  top: 45%;
  transform: translateY(-50%);
  display: flex;
  gap: var(--Pm);
  align-items: center;
}
.component__video-modal .pag-btn.prev {
  left: var(--Pm);
}
.component__video-modal .pag-btn.next {
  right: var(--Pm);
}
.component__video-modal .pag-btn .card-project {
  position: relative;
  top: 20px;
  width: 175px;
  color: var(--white);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.component__video-modal .pag-btn .card-project .thumbholder {
  aspect-ratio: 1.6;
}
.component__video-modal .pag-btn .card-project .thumbholder * {
  aspect-ratio: 1.6;
}
@media (hover: hover) and (pointer: fine) {
  .component__video-modal .pag-btn:hover .card-project {
    opacity: 1;
  }
}
@media (max-width: 960px) {
  .component__video-modal .main-video .video-w-c.aspectholder {
    padding-left: var(--Pm);
    padding-right: var(--Pm);
  }
  .component__video-modal .main-video .top-info {
    padding-top: 70px;
  }
}

.index_grid {
  padding-top: var(--top);
  padding-bottom: var(--top);
  min-height: 100vh;
}
.index_grid .index_grid-filter {
  grid-column: 1/5;
}
.index_grid .index_grid-filter .filter-list {
  padding-top: var(--Ph);
}
.index_grid .index_grid-filter .filter-list button {
  color: var(--black50);
  transition: color 0.15s ease;
}
.index_grid .index_grid-filter .filter-list button:hover, .index_grid .index_grid-filter .filter-list button.active {
  color: var(--black);
}
.index_grid .index_grid-list {
  grid-column: 6/13;
}
.index_grid .index_grid-list .index_grid-item {
  padding: 8px 0;
  border-bottom: 1px solid var(--black25);
  position: relative;
}
.index_grid .index_grid-list .index_grid-item span {
  transition: left 0.3s ease, opacity 0.3s ease;
}
.index_grid .index_grid-list .index_grid-item .play {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: left 0.3s ease, opacity 0.3s ease;
}
.index_grid .index_grid-list .index_grid-item .bump {
  transition: padding-left 0.3s ease;
}
.index_grid .index_grid-list .index_grid-item .thumbholder {
  position: absolute;
  aspect-ratio: 2.4;
  width: 100%;
  max-width: 335px;
  top: calc(100% - 6px);
  left: var(--Pm);
  border-radius: 5px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: left 0.3s ease, opacity 0.3s ease;
  z-index: 10;
}
.index_grid .index_grid-list .index_grid-item .thumbholder .duration-item {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: fit-content;
  color: var(--white);
}
.index_grid .index_grid-list .index_grid-item .thumbholder .aspectholder {
  width: 100%;
  height: 100%;
}
.index_grid .index_grid-list .index_grid-item .thumbholder .aspectholder * {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .index_grid .index_grid-list .index_grid-item:hover .play {
    opacity: 1;
    left: -5px;
  }
  .index_grid .index_grid-list .index_grid-item:hover .bump {
    padding-left: var(--Ph);
  }
  .index_grid .index_grid-list .index_grid-item:hover .thumbholder {
    opacity: 1;
  }
}
.index_grid .index_grid-list .index_grid-item.active {
  pointer-events: none;
}
.index_grid .index_grid-list .index_grid-item.active span:not(.play) {
  opacity: 0.2;
}

.about_page {
  padding-top: var(--top);
  min-height: 100vh;
}
.about_page-media {
  grid-column: 2/5;
}
.about_page-media .aspectholder {
  width: 100%;
}
.about_page-media .aspectholder * {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.about_page-text {
  grid-column: 6/12;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.priv {
  padding-top: var(--top);
  padding-bottom: calc(var(--top) * 2);
}
.priv-heading {
  grid-column: 1/5;
}
.priv-body {
  grid-column: 6/11;
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  row-gap: var(--Pd);
}
.priv-body-item {
  display: flex;
  flex-direction: column;
  row-gap: var(--Ph);
}
.priv-body-item:not(:last-child) {
  padding-bottom: 15px;
}
.priv-body-item .light {
  color: var(--black50);
}

@media screen and (max-width: 800px) {
  .priv-heading {
    grid-column: 1/-1;
    padding-bottom: var(--Pm);
  }
  .priv-body {
    grid-column: 1/-1;
  }
}
.component__single-work .media-holder,
.component__single-article .media-holder {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.component__single-work .media-holder .aspectholder,
.component__single-article .media-holder .aspectholder {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.component__single-work .media-holder .aspectholder:not(.thumb),
.component__single-article .media-holder .aspectholder:not(.thumb) {
  transition: opacity 0.3s ease-in-out;
}
.component__single-work .media-holder img,
.component__single-work .media-holder video,
.component__single-article .media-holder img,
.component__single-article .media-holder video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.component__single-work .titles-wrap,
.component__single-article .titles-wrap {
  padding-top: 20px;
  display: flex;
}
.component__single-work .titles-wrap *,
.component__single-article .titles-wrap * {
  transition: all 0.5s ease-in-out;
}
.component__single-work .titles-wrap .hover-line,
.component__single-article .titles-wrap .hover-line {
  width: 0px;
  overflow: hidden;
}
.component__single-work .titles-wrap .hover-line .line-inner,
.component__single-article .titles-wrap .hover-line .line-inner {
  padding-right: 5px;
  height: 100%;
  padding-bottom: 5px;
}
.component__single-work .titles-wrap .hover-line .line-inner .line,
.component__single-article .titles-wrap .hover-line .line-inner .line {
  height: 100%;
  width: 0px;
  background-color: var(--fg);
  transform-origin: bottom left;
}
.component__single-work .titles-wrap-article,
.component__single-article .titles-wrap-article {
  padding-top: 20px;
  max-width: 454px;
}
.component__single-work .titles-wrap-article h3,
.component__single-article .titles-wrap-article h3 {
  padding-bottom: 7px;
}
.component__single-work:hover .aspectholder:not(.thumb),
.component__single-article:hover .aspectholder:not(.thumb) {
  opacity: 0;
}
.component__single-work:hover .hover-line,
.component__single-article:hover .hover-line {
  width: 30px;
}
.component__single-work:hover .hover-line .line-inner .line,
.component__single-article:hover .hover-line .line-inner .line {
  transform: rotate(35deg);
  width: 1px;
}

.block__text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.block__text.width-small .inner {
  max-width: 690px;
}
.block__text.width-medium .inner {
  max-width: 926px;
}
.block__text.width-large .inner {
  max-width: 1100px;
}
@media (max-width: 960px) {
  .block__text .inner.mobile-font-large__true h5 {
    font-size: 32px !important;
    font-weight: 500 !important;
    line-height: 32px !important;
    letter-spacing: -0.32px !important;
    color: var(--Secondary-Text, rgba(0, 0, 0, 0.5));
  }
  .block__text .inner.mobile-font-large__true.writer-styling u {
    color: black;
  }
}

.block__text_and_title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.block__text_and_title .inner {
  max-width: 636px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block__text_and_title .inner .fh3 {
  padding-bottom: 25px;
}
.block__text_and_title .inner .para {
  text-align: center;
}
@media (max-width: 960px) {
  .block__text_and_title .inner .fh3 {
    text-align: center;
  }
}

.block__display_work {
  row-gap: 150px;
  padding-bottom: 100px;
}
.block__display_work .component__single-work {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block__display_work .component__single-work:nth-child(2) {
  grid-column: 7/span 6;
}
.block__display_work .component__single-work:nth-child(3) {
  grid-column: 3/span 8;
}
.block__display_work .component__single-work:nth-child(4) {
  grid-column: 1/span 6;
}
.block__display_work .component__single-work:nth-child(5) {
  grid-column: 9/span 4;
}
.block__display_work .component__single-work:nth-child(6) {
  grid-column: 3/span 8;
}
.block__display_work .component__single-work:nth-child(7) {
  grid-column: 1/span 4;
}
.block__display_work .component__single-work:nth-child(8) {
  grid-column: 7/span 6;
}
.block__display_work .component__single-work:nth-child(9) {
  grid-column: 3/span 8;
}
.block__display_work .component__single-work:nth-child(10) {
  grid-column: 1/span 6;
}
.block__display_work .component__single-work:nth-child(11) {
  grid-column: 9/span 4;
}
.block__display_work .component__single-work:nth-child(12) {
  grid-column: 3/span 8;
}
.block__display_work .component__single-work:nth-child(13) {
  grid-column: 1/span 4;
}
.block__display_work .component__single-work:nth-child(14) {
  grid-column: 7/span 6;
}
.block__display_work .component__single-work:nth-child(15) {
  grid-column: 3/span 8;
}
@media (max-width: 960px) {
  .block__display_work {
    row-gap: 45px;
    padding-bottom: 40px;
  }
  .block__display_work .component__single-work {
    grid-column: span 3;
  }
  .block__display_work .component__single-work:nth-child(2) {
    grid-column: 2/span 5;
  }
  .block__display_work .component__single-work:nth-child(3) {
    grid-column: 1/-1;
  }
  .block__display_work .component__single-work:nth-child(4) {
    grid-column: 1/span 5;
  }
  .block__display_work .component__single-work:nth-child(5) {
    grid-column: 4/span 3;
  }
  .block__display_work .component__single-work:nth-child(6) {
    grid-column: 1/-1;
  }
  .block__display_work .component__single-work:nth-child(7) {
    grid-column: 1/span 3;
  }
  .block__display_work .component__single-work:nth-child(8) {
    grid-column: 2/span 5;
  }
  .block__display_work .component__single-work:nth-child(9) {
    grid-column: 1/-1;
  }
  .block__display_work .component__single-work:nth-child(10) {
    grid-column: 1/span 5;
  }
  .block__display_work .component__single-work:nth-child(11) {
    grid-column: 4/span 3;
  }
  .block__display_work .component__single-work:nth-child(12) {
    grid-column: 1/-1;
  }
  .block__display_work .component__single-work:nth-child(13) {
    grid-column: 1/span 3;
  }
  .block__display_work .component__single-work:nth-child(14) {
    grid-column: 2/span 5;
  }
  .block__display_work .component__single-work:nth-child(15) {
    grid-column: 1/-1;
  }
}

.block__stats {
  display: flex;
  justify-content: center;
}
.block__stats .inner {
  display: flex;
  width: fit-content;
}
.block__stats .inner .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(300px, 28vw, 400px);
  gap: 20px;
}
@media (max-width: 960px) {
  .block__stats .inner {
    flex-direction: column;
    row-gap: 80px;
  }
  .block__stats .inner .stat-item {
    width: unset;
  }
  .block__stats .inner svg {
    display: none;
  }
}

.block__image_and_text .heading {
  padding-bottom: 20px;
}
.block__image_and_text .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block__image_and_text .aspectholder img,
.block__image_and_text .aspectholder video {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.block__image_and_text.text_left .text {
  grid-column: 2/span 4;
  grid-row: 1;
}
.block__image_and_text.text_left .aspectholder {
  grid-column: 8/span 4;
  overflow: hidden;
}
.block__image_and_text.text_right .text {
  grid-column: 8/span 4;
  grid-row: 1;
}
.block__image_and_text.text_right .text .heading {
  max-width: 230px;
}
.block__image_and_text.text_right .aspectholder {
  grid-column: 2/span 4;
  overflow: hidden;
}
@media (max-width: 960px) {
  .block__image_and_text {
    row-gap: 40px;
  }
  .block__image_and_text.text_left .text, .block__image_and_text.text_right .text {
    grid-row: 1;
    grid-column: 1/-1;
  }
  .block__image_and_text.text_left .aspectholder, .block__image_and_text.text_right .aspectholder {
    grid-row: 2;
    grid-column: 1/-1;
  }
}

.block__media_grid .inner {
  grid-column: 2/12;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.block__media_grid .inner .aspectholder {
  width: 100%;
  overflow: hidden;
}
.block__media_grid .inner .aspectholder img,
.block__media_grid .inner .aspectholder video {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (max-width: 960px) {
  .block__media_grid .inner {
    grid-column: 1/-1;
    grid-template-columns: repeat(2, 1fr);
  }
}

.block__media .aspectholder img,
.block__media .aspectholder video {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.block__media.width-small .aspectholder {
  grid-column: 4/10;
}
.block__media.width-medium .aspectholder {
  grid-column: 3/11;
}
.block__media.width-large .aspectholder {
  grid-column: 2/12;
}
@media (max-width: 960px) {
  .block__media.width-small .aspectholder {
    grid-column: 1/-1;
  }
  .block__media.width-medium .aspectholder {
    grid-column: 1/-1;
  }
  .block__media.width-large .aspectholder {
    grid-column: 1/-1;
  }
}

.block__more_projects .fh5 {
  grid-column: 1/3;
}
.block__more_projects .component__single-work:first-of-type {
  grid-column: 7/10;
}
.block__more_projects .component__single-work:nth-of-type(2) {
  grid-column: 10/13;
}
@media (max-width: 960px) {
  .block__more_projects .fh5 {
    grid-column: 1/-1;
    grid-row: 1;
  }
  .block__more_projects .component__single-work:first-of-type {
    grid-column: span 3;
    grid-row: 2;
  }
  .block__more_projects .component__single-work:nth-of-type(2) {
    grid-column: span 3;
    grid-row: 2;
  }
}

.block__banner_with_title {
  position: relative;
  grid-auto-rows: 100%;
}
.block__banner_with_title.height-full {
  height: 100vh;
}
.block__banner_with_title.height-medium {
  height: 88vh;
}
.block__banner_with_title.height-small {
  height: 55vh;
}
.block__banner_with_title.text-pos-center .para {
  grid-column: 4/span 6;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 100px;
}
.block__banner_with_title.text-pos-top-left .para {
  grid-column: 2/span 7;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 200px;
}
.block__banner_with_title .aspectholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.block__banner_with_title .aspectholder img,
.block__banner_with_title .aspectholder video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block__banner_with_title .para {
  z-index: 1;
}
.block__banner_with_title .para p,
.block__banner_with_title .para h1,
.block__banner_with_title .para h2,
.block__banner_with_title .para h3,
.block__banner_with_title .para h4,
.block__banner_with_title .para h5,
.block__banner_with_title .para h6 {
  color: var(--off-white) !important;
}
@media (max-width: 960px) {
  .block__banner_with_title.height-full {
    height: 100dvh;
  }
  .block__banner_with_title.text-pos-center .para {
    grid-column: 1/-1;
    padding-left: var(--Pm);
    padding-bottom: 20px;
  }
  .block__banner_with_title.height-medium {
    height: 87svh;
  }
  .block__banner_with_title.text-pos-top-left .para {
    grid-column: 1/-1;
    padding-left: var(--Pm);
    padding-bottom: 20px;
  }
}

.block__accordion .accordion-group {
  grid-column: 4/span 6;
}
.block__accordion .accordion-group .top-t {
  padding-bottom: 20px;
}
.block__accordion .accordion-group .accordion .accordion-title {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.block__accordion .accordion-group .accordion .accordion-title .text .title {
  padding-bottom: 4px;
}
.block__accordion .accordion-group .accordion .accordion-title .icon .icon-inner svg {
  transition: all 0.3s ease-in-out;
}
.block__accordion .accordion-group .accordion .accordion-title.active .icon .icon-inner svg {
  transform: rotate(45deg);
}
@media (max-width: 960px) {
  .block__accordion .accordion-group {
    grid-column: 1/-1;
  }
  .block__accordion .accordion-group .fh5 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    letter-spacing: -0.96px;
  }
}
