/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://use.typekit.net/xez0fcz.css");
*,
*:after,
*:before {
  box-sizing: inherit;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
  box-sizing: border-box;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
br {
  display: block;
  margin: 10px 0;
  content: "";
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a,
button {
  cursor: pointer;
}

@font-face {
  font-family: "DX Sitrus";
  src: url("dxsitrus-expanded-webfont.d9771961.woff2") format("woff2");
  src: url("dxsitrus-expanded-webfont.add3bd70.woff") format("woff");
}
@font-face {
  font-family: "Bigger";
  src: url("BiggerDisplay.01489345.woff") format("woff");
}
.highlighted__text {
  font-family: "Bigger", serif;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
}

.inter {
  font-weight: 500;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0;
}

.small-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #7d7d7d;
}

b,
strong {
  font-weight: bold;
}

p {
  margin-top: 0;
}

.type-thin {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
.page_item a {
  margin-bottom: 1rem;
  margin-top: 0;
  color: var(--white);
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .page_item a {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .page_item a {
    margin-bottom: 2rem;
  }
}

.neue-haas {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}

.big-h1 {
  font-size: 3.5rem;
}
@media (min-width: 576px) {
  .big-h1 {
    font-size: 5.4rem;
  }
}
@media (min-width: 992px) {
  .big-h1 {
    font-size: 7.6rem;
  }
}
@media (min-width: 1440px) {
  .big-h1 {
    font-size: 8rem;
  }
}

h1,
.h1 {
  font-family: "Bigger", serif;
  text-transform: uppercase;
  font-size: 3rem;
}
@media (min-width: 576px) {
  h1,
  .h1 {
    font-size: 4.4rem;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 4.6rem;
  }
}
@media (min-width: 1440px) {
  h1,
  .h1 {
    font-size: 5.2rem;
  }
}

h2,
.h2 {
  font-family: "Bigger", serif;
  text-transform: uppercase;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 3.8rem;
  }
}

h3,
.h3,
.contact .cc_email {
  font-family: "Bigger", serif;
  text-transform: uppercase;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  h3,
  .h3,
  .contact .cc_email {
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  h3,
  .h3,
  .contact .cc_email {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  h3,
  .h3,
  .contact .cc_email {
    font-size: 2.5rem;
  }
}

h4,
.h4 {
  font-size: 1.7rem;
  font-family: "Bigger", serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.9rem;
  }
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 2.1rem;
  }
}

h5,
.h5 {
  font-size: 1.3rem;
  font-family: "Bigger", serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 1.6rem;
  }
}

h6,
.h6 {
  font-size: 1.2rem;
  font-family: "Bigger", serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 1.5rem;
  }
}

.menu-item a {
  color: var(--black);
  font-weight: 500;
  font-size: 1.1rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
}
@media (min-width: 768px) {
  .menu-item a {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .menu-item a {
    font-size: 1.4rem;
  }
}

p,
a {
  margin-top: 0;
  color: var(--white);
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  p,
  a {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  p,
  a {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}

li {
  margin-top: 0;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.font-bold-title {
  letter-spacing: 3px;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "neue-haas-grotesk-display", sans-serif;
}

.dmtitle {
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.italic {
  font-style: italic;
}

.top-popup-header,
.is_subtitle {
  font-weight: 300;
}

.canvas-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(125deg, hsl(0, 0%, 11%) 0%, hsl(210, 4%, 11%) 5%, hsl(210, 7%, 11%) 12%, hsl(195, 7%, 11%) 23%, hsl(200, 11%, 11%) 39%, hsl(240, 23%, 17%) 59%, hsl(280, 36%, 23%) 77%, hsl(320, 49%, 30%) 90%, hsl(0, 62%, 36%) 100%);
  z-index: -1;
  pointer-events: none;
}

.dark-mode {
  background-image: linear-gradient(125deg, hsl(0, 0%, 11%) 0%, hsl(210, 4%, 11%) 5%, hsl(210, 7%, 11%) 12%, hsl(195, 7%, 11%) 23%, hsl(200, 11%, 11%) 39%, hsl(240, 23%, 17%) 59%, hsl(280, 36%, 23%) 77%, hsl(320, 49%, 30%) 90%, hsl(0, 62%, 36%) 100%);
  opacity: 0.85;
  mix-blend-mode: difference;
}

.light-mode {
  background-image: linear-gradient(125deg, hsl(46, 100%, 97%) 0%, hsl(46, 100%, 97%) 11%, hsl(46, 100%, 97%) 21%, hsl(46, 100%, 97%) 32%, hsl(46, 100%, 97%) 43%, hsl(46, 100%, 97%) 53%, hsl(46, 100%, 97%) 63%, hsl(28, 94%, 94%) 72%, hsl(8, 92%, 90%) 81%, hsl(350, 91%, 87%) 88%, hsl(331, 86%, 83%) 93%, hsl(312, 83%, 79%) 97%, hsl(294, 81%, 76%) 100%);
  opacity: 0.95;
  mix-blend-mode: multiply;
}

.splitting .word {
  vertical-align: bottom;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

:root {
  --black: #191919;
  --white: #fffcf2;
  --red: #942323;
  --purple: #e98ff3;
  --yellow: #e4cd5d;
}

body {
  background: var(--black);
  color: var(--white);
  transition: all 0.3s ease-in-out;
}

.block-button {
  background: var(--white);
  padding: 1em 2em;
  color: var(--black);
  margin-top: 1em;
  display: inline-block;
  border: 2px solid var(--white);
  position: relative;
  cursor: pointer;
}
.block-button:hover {
  background: transparent;
  color: var(--white);
}
.block-button:hover:before {
  width: 100%;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  max-height: 100vh;
}
.preloader .preloader-inner {
  width: fit-content;
  height: fit-content;
}
.preloader .preloader-inner .preloader_logo {
  overflow: hidden;
}
.preloader .preloader-inner .preloader_logo svg {
  opacity: 0;
}
.preloader.js-hide {
  display: none;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 2em 0;
  max-width: 95%;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .header-inner {
    max-width: 90%;
  }
}
.header-inner .menu-link {
  margin: 0 1em;
  display: block;
}
@media (min-width: 992px) {
  .header-inner .menu-link {
    display: inline;
  }
}
.header-inner .menu-link:hover {
  opacity: 0.6 !important;
}
.header-inner .menu-link:last-of-type {
  margin-right: 1em;
}
.header-inner .home-link {
  margin: 0;
  width: 5rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .header-inner .home-link {
    width: 7.5rem;
  }
}
@media (min-width: 992px) {
  .header-inner .home-link {
    border-radius: none;
    border: none;
    height: initial;
    width: 7.5rem;
  }
}

.js-toggle-text {
  opacity: 0.6;
}

footer {
  width: 100%;
  margin-top: 10vh;
}

.footer__inner {
  margin: 2em auto;
  max-width: 95%;
  text-align: center;
}
@media (min-width: 1920px) {
  .footer__inner {
    max-width: 90%;
  }
}
.footer__inner p {
  font-size: 0.75rem;
}

.hero-subtitle-group {
  margin-bottom: 1.5rem;
}

.underline {
  width: 100%;
  margin: 0 auto;
  height: 2px;
  background: var(--white);
  margin-top: 1.5rem;
}

.menu-link {
  color: var(--white);
}

.text-holder {
  overflow: hidden;
}
.text-holder * {
  margin: 0;
  line-height: 1.2;
}

.px__image {
  width: 100%;
  overflow: hidden;
}
.px__image .px__image--mask {
  overflow: hidden;
}

.noise {
  z-index: -2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-in-out;
  pointer-events: none;
  opacity: 1;
}

.grided {
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  z-index: -1;
}
.grided .gi {
  border-right: 1px solid var(--white);
  opacity: 0.15;
  flex: 1;
}
.grided .gi:last-of-type {
  border-right: 0;
}

.wi-item-main-image-group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.inner-awards-group-item {
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.ah_text_title {
  margin-bottom: 1.5rem;
}

.i-disclaimer {
  font-size: 0.8rem;
}
.i-disclaimer a {
  font-size: inherit;
}

.award-body-title {
  display: block;
  line-height: 1;
  margin: 1rem 0;
}

.aw-title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.8rem;
  border-bottom: 1px solid var(--white);
}

.mindsparkle-badge {
  position: absolute;
  right: 0;
  width: 2.5rem !important;
  object-fit: contain !important;
}

.css-design-badge {
  width: 2.8rem !important;
  margin: 0 0.8rem;
  height: auto;
}
@media (min-width: 992px) {
  .css-design-badge {
    width: 4.2rem !important;
  }
}
.css-design-badge:first-of-type {
  margin-left: 0.8rem;
}
@media (min-width: 992px) {
  .css-design-badge:first-of-type {
    margin-left: 0;
  }
}

.awards-group-item {
  padding-bottom: 0.5rem;
}

.hero__grid-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
@media (min-width: 992px) {
  .hero__grid-wrapper {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
.hero__grid-wrapper .div1 {
  grid-area: 1/1/2/3;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .hero__grid-wrapper .div1 {
    grid-area: 1/2/2/5;
  }
}
.hero__grid-wrapper .div2 {
  grid-area: 2/1/3/3;
}
@media (min-width: 992px) {
  .hero__grid-wrapper .div2 {
    grid-area: 2/3/3/5;
  }
}
.hero__grid-wrapper .div3 {
  grid-area: 6/1/7/3;
}
@media (min-width: 992px) {
  .hero__grid-wrapper .div3 {
    grid-area: 3/3/4/6;
  }
}
.hero__grid-wrapper .div4 {
  grid-area: 3/1/6/3;
}
@media (min-width: 992px) {
  .hero__grid-wrapper .div4 {
    grid-area: 2/1/5/3;
  }
}

.word {
  overflow: hidden;
}

.px__image {
  max-width: 100%;
  object-fit: cover;
  margin: 1em auto;
  display: block;
  padding-top: 0;
}
@media (min-width: 576px) {
  .px__image {
    margin: 2em auto;
  }
}
@media (min-width: 992px) {
  .px__image {
    max-width: 90%;
    padding-top: 0.5rem;
    margin: 0 auto;
  }
}
.px__image img {
  width: 100%;
}

.hh_title {
  font-size: 20vw;
  line-height: 0.8;
  margin: 0;
  position: relative;
  overflow: hidden;
  letter-spacing: 0px;
}
@media (min-width: 576px) {
  .hh_title {
    font-size: 16vw;
  }
}
@media (min-width: 992px) {
  .hh_title {
    font-size: 14vw;
  }
}
@media (min-width: 1920px) {
  .hh_title {
    font-size: 14vw;
  }
}
.hh_title span.word {
  line-height: 1;
}

.char {
  display: inline-block;
  line-height: 1;
}

.word {
  display: block;
}

.hero__grid-wrapper {
  max-width: 95%;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .hero__grid-wrapper {
    max-width: 90%;
  }
}

button#contact {
  display: block;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 2px solid var(--white);
  font-family: "neue-haas-grotesk-display";
  font-size: 1.4rem;
  transition: background, color 0.4s ease-in-out;
  background: var(--white);
  color: var(--black);
  cursor: pointer;
  margin-top: 1em;
  outline: none;
}
@media (min-width: 992px) {
  button#contact {
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  button#contact {
    width: 15rem;
    height: 15rem;
  }
}
button#contact:hover {
  background: transparent;
  color: var(--white);
  transform: scale(1.2);
}

.hero-info-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0px auto;
}
@media (min-width: 992px) {
  .hero-info-bar {
    margin: 0px 2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}

.hero_info-dd {
  margin-bottom: 0.5em;
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .hero_info-dd {
    width: fit-content;
  }
}

.about-section {
  position: relative;
}

.ah_title {
  font-size: 15vw;
  margin: 0;
  line-height: 1;
  letter-spacing: 0px;
}
@media (min-width: 992px) {
  .ah_title {
    font-size: 10vw;
  }
}
@media (min-width: 1920px) {
  .ah_title {
    font-size: 8vw;
  }
}

.ah_shape-box {
  position: absolute;
  top: 40%;
  left: 5%;
}

.ah_text {
  padding-right: 0;
  padding-top: 2em;
}
@media (min-width: 992px) {
  .ah_text {
    padding-right: 2em;
    padding-top: 0;
  }
}

.about__grid-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 90%;
  margin: 2em auto;
}
@media (min-width: 992px) {
  .about__grid-wrapper {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr);
    margin: 0 auto;
    grid-row-gap: 0px;
    max-width: 95%;
  }
}
@media (min-width: 1920px) {
  .about__grid-wrapper {
    max-width: 90%;
  }
}
.about__grid-wrapper .div1 {
  grid-area: 1/1/2/3;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .about__grid-wrapper .div1 {
    grid-area: 1/3/2/5;
  }
}
.about__grid-wrapper .div2 {
  grid-area: 2/1/3/3;
}
@media (min-width: 992px) {
  .about__grid-wrapper .div2 {
    grid-area: 2/3/3/4;
  }
}
.about__grid-wrapper .div3 {
  grid-area: 3/1/6/3;
}
@media (min-width: 992px) {
  .about__grid-wrapper .div3 {
    grid-area: 2/4/5/6;
  }
}
.about__grid-wrapper .div4 {
  grid-area: 6/1/8/3;
}
@media (min-width: 992px) {
  .about__grid-wrapper .div4 {
    grid-area: 3/2/5/4;
  }
}

#work {
  margin-top: 2em;
}

.recent-work {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  max-width: 90%;
  margin: 0 auto;
  padding: 2em 0;
  position: relative;
}
@media (min-width: 992px) {
  .recent-work {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
  }
}
.recent-work .rw-item {
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .recent-work .rw-item {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .recent-work .rw-item {
    max-width: 45%;
  }
}
.recent-work .rw-item .rw-title {
  font-size: 15vw;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 0px;
}
@media (min-width: 992px) {
  .recent-work .rw-item .rw-title {
    font-size: 8vw;
  }
}
@media (min-width: 1920px) {
  .recent-work .rw-item .rw-title {
    font-size: 6vw;
  }
}
.recent-work .rw-item .rw_shape-box {
  margin-bottom: 2em;
  position: absolute;
  width: 6em;
  top: 0;
}
@media (min-width: 992px) {
  .recent-work .rw-item .rw_shape-box {
    padding-right: 2em;
    padding-top: 0;
    position: relative;
    width: initial;
  }
}
.recent-work .rw-item .rw_shape-box svg {
  width: 100%;
  height: auto;
}

.hero,
.about-section {
  overflow: hidden;
}

.rw-item-end {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0 !important;
}

.wi-disclaimer {
  font-size: 1rem;
}
.wi-disclaimer a {
  font-size: 1rem;
}

.work-item {
  margin: 10vh 0;
  position: relative;
}
@media (min-width: 768px) {
  .work-item {
    margin-top: 10vh;
  }
}
.work-item .rw_shape-box {
  position: absolute;
  right: 5%;
  bottom: -5%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .work-item .rw_shape-box {
    bottom: 0;
  }
}
.work-item .work-item__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-direction: column-reverse;
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .work-item .work-item__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}
.work-item .work-item__inner .wi-item {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .work-item .work-item__inner .wi-item {
    width: 50%;
  }
}
.work-item .work-item__inner .wi-item img {
  width: 100%;
  object-fit: cover;
}
.work-item .work-item__inner .wi-item .wi-item-iiner {
  padding: 2em 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .work-item .work-item__inner .wi-item .wi-item-iiner {
    max-width: 90%;
    padding: 0;
  }
}
.work-item .work-item__inner .wi-item .wi-item-iiner h2 {
  font-size: 12vw;
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .work-item .work-item__inner .wi-item .wi-item-iiner h2 {
    font-size: 5vw;
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .work-item .work-item__inner .wi-item .wi-item-iiner h2 {
    font-size: 4vw;
  }
}
.work-item .work-item__inner .wi-item .wi-item-iiner p {
  margin-bottom: 1rem;
}
.work-item .work-item__inner .wi-item .tags-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  padding: 0;
}
.work-item .work-item__inner .wi-item .tags-group .tag-item {
  margin: 0 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (min-width: 768px) {
  .work-item .work-item__inner .wi-item .tags-group .tag-item {
    margin: 0 1em;
  }
}
.work-item .work-item__inner .wi-item .tags-group .tag-item p {
  margin: 0;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .work-item .work-item__inner .wi-item .tags-group .tag-item p {
    font-size: 1rem;
  }
}
.work-item .work-item__inner .wi-item .tags-group .tag-item:first-of-type {
  margin-left: 0;
}
.work-item .work-item__inner .wi-item .tags-group .tag-item:last-of-type {
  margin-right: 0;
}
.work-item .work-item__inner .wi-item .tags-group .tag-item .circle {
  width: 7px;
  height: 7px;
  display: block;
  background: var(--white);
  transform: rotate(45deg);
  margin-right: 7px;
}
@media (min-width: 768px) {
  .work-item .work-item__inner .wi-item .tags-group .tag-item .circle {
    margin-right: 15px;
    width: 10px;
    height: 10px;
  }
}

#work .work-item:nth-child(odd) .work-item__inner {
  flex-direction: column;
}
@media (min-width: 992px) {
  #work .work-item:nth-child(odd) .work-item__inner {
    flex-direction: row;
  }
}
#work .work-item:nth-child(odd) .work-item__inner .wi-item-iiner {
  padding-left: 0;
}
@media (min-width: 992px) {
  #work .work-item:nth-child(odd) .work-item__inner .wi-item-iiner {
    padding-left: 4em;
  }
}

.skills__inner {
  max-width: 90%;
}

.sl-item {
  margin: 0;
  line-height: 1.2;
  font-size: 8vw;
  margin-top: 1em;
}
@media (min-width: 576px) {
  .sl-item {
    font-size: 12vw;
  }
}
@media (min-width: 992px) {
  .sl-item {
    font-size: 5vw;
  }
}
@media (min-width: 1920px) {
  .sl-item {
    font-size: 4vw;
  }
}
.sl-item .word,
.sl-item .dash {
  display: inline;
}

.skills {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (min-width: 768px) {
  .skills {
    min-height: 100vh;
  }
}

.contact {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .contact {
    min-height: 100vh;
  }
}
.contact p {
  max-width: 95%;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .contact p {
    max-width: 80%;
    margin: 0 auto;
  }
}
.contact .c-diamond {
  position: absolute;
  width: 70vw;
  height: 70vw;
  background: transparent;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
  border: 2px solid var(--white);
  opacity: 0.1;
}
@media (min-width: 992px) {
  .contact .c-diamond {
    width: 70vh;
    height: 70vh;
    opacity: 1;
  }
}
.contact .cc_email {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  margin-bottom: 1em;
  display: block;
  position: relative;
  text-transform: lowercase;
}
.contact .cc_email:hover .strike-through {
  width: 100%;
}
.contact .cc_email .strike-through {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 2px;
  transform: translateY(-50%);
  transition: all 0.35s ease-in-out;
  background: var(--white);
}
.contact .c_box-section {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .contact .c_box-section {
    max-width: 100%;
  }
}
.contact .ch_title {
  font-size: 15vw;
  margin-bottom: 10px;
  letter-spacing: 0px;
  line-height: 1;
}
@media (min-width: 992px) {
  .contact .ch_title {
    font-size: 8vw;
  }
}
@media (min-width: 1440px) {
  .contact .ch_title {
    font-size: 7vw;
  }
}

.link-menu {
  position: relative;
  z-index: 2;
}
.link-menu .menu-link {
  margin: 0 1em;
}
.link-menu .menu-link:hover {
  opacity: 0.6 !important;
}

div2.text-holder {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  div2.text-holder {
    margin-bottom: inherit;
  }
}