@charset "UTF-8";
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/*
* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
* Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
* Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
* and Safari 4.
* Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/* ==========================================================================
Base
========================================================================== */
/*
* 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
* `em` units.
* 2. Prevents iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
* Addresses `font-family` inconsistency between `textarea` and other form
* elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
* Addresses margins handled incorrectly in IE 6/7.
*/
body {
  margin: 0;
}

/* ==========================================================================
Links
========================================================================== */
/*
* Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}

/*
* Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */
/*
* Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
* and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/*
* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
* Addresses styling not present in Safari 5 and Chrome.
*/
dfn {
  font-style: italic;
}

/*
* Addresses styling not present in IE 6/7/8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/*
* Addresses margins set differently in IE 6/7.
*/
p,
pre,
ol,
ul {
  margin: 1em 0;
}

/*
* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
* Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
* Addresses CSS quotes not supported in IE 6/7.
*/
q {
  quotes: none;
}

/*
* Addresses `quotes` property not supported in Safari 4.
*/
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
Lists
========================================================================== */
/*
* Addresses margins set differently in IE 6/7.
*/
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
* Addresses paddings set differently in IE 6/7.
*/
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
* Corrects list images handled incorrectly in IE 7.
*/
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
Embedded content
========================================================================== */
/*
* 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7.
*/
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
* Corrects overflow displayed oddly in IE 9.
*/
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
Figures
========================================================================== */
/*
* Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/
figure {
  margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */
/*
* Corrects margin displayed oddly in IE 6/7.
*/
form {
  margin: 0;
}

/*
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
* 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
* 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
* and Chrome.
* 3. Improves appearance and consistency in all browsers.
*/
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
* Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/*
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
* `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
* Known issue: inner spacing remains in IE 6.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
* Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
  cursor: default;
}

/*
* 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
* Known issue: excess padding remains in IE 6.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
* Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
* Removes inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
* 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */
/*
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: 0;
}

input:focus,
button,
textarea:focus {
  outline: 0;
  border: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  padding-left: 1.5em;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "GT-ultra-fine";
  src: url("../assets/fonts/GT-Ultra-Fine-Regular.woff2") format("woff2"), url("../assets/fonts/GT-Ultra-Fine-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "soleil";
  src: url("../assets/fonts/Soleil.woff2") format("woff2"), url("../assets/fonts/Soleil.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "soleil";
  src: url("../assets/fonts/Soleil-Bold.woff2") format("woff2"), url("../assets/fonts/Soleil-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "charter";
  src: url("../assets/fonts/charter_regular-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "charter";
  src: url("../assets/fonts/charter_italic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
:root {
  --col-w: calc((min(100vw, 1425px) - 12px * 11) / 12);
  --col-gap: 12px;
}

html {
  font-family: "soleil", Lato, Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  background: #16161D;
  color: #DDDDDD;
}

body {
  font-size: 1.6rem;
  max-width: 2000px;
  margin: 0 auto;
  overflow-x: clip;
}

.page-wrapper {
  overflow-x: clip;
}

a {
  color: rgb(112, 247, 206);
  cursor: pointer;
}
a:hover {
  color: rgb(112, 247, 206);
}

.top-nav {
  display: none;
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 100;
  gap: 4px;
  align-items: center;
}

.top-nav__link {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
  font-family: "soleil", Lato, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 200ms ease;
}
.top-nav__link:hover {
  color: rgb(255, 255, 255);
}
.top-nav__link--active {
  color: rgb(255, 255, 255);
}

.hero {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 11px;
  max-width: 1424px;
  margin-left: calc(1 * (var(--col-w) + var(--col-gap)));
  margin-right: calc(1 * (var(--col-w) + var(--col-gap)));
  padding: 150px 0px 0px;
  padding-bottom: calc(0.5 * (var(--col-w) + 0 * var(--col-gap)));
}
@media (min-width: 1000px) {
  .hero {
    padding-top: 20vw;
  }
}
@media (min-width: 1640px) {
  .hero {
    padding-top: 320px;
    margin: 0 auto 40px;
  }
}
.hero h1 {
  grid-column: 1/span 12;
  font-family: "GT-ultra-fine", "charter", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: clamp(44px, 8vw, 91px);
  font-weight: 400;
  letter-spacing: -5%;
  color: #FFF;
}
@media (min-width: 700px) {
  .hero h1 {
    margin-left: -3px;
    margin-bottom: 40px;
  }
}
.hero .hero-what-i-do {
  grid-column: 1/span 8;
  margin: 12px 0 0 0;
  text-align: left;
}
@media (min-width: 1000px) {
  .hero .hero-what-i-do {
    grid-column: 1/span 3;
  }
}
.hero .hero-what-i-do__label {
  margin: 0 0 0 0;
  font-family: "soleil", Lato, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #70F7CE;
}
@media (min-width: 700px) {
  .hero .hero-what-i-do__label {
    font-size: 18.5px;
  }
}
.hero .hero-what-i-do__tags {
  margin: 0;
  font-family: "GT-ultra-fine", "charter", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  color: #FFF;
}
@media (min-width: 700px) {
  .hero .hero-what-i-do__tags {
    font-size: 24px;
  }
}

#selected-work {
  margin-top: 80px;
}
@media (min-width: 800px) {
  #selected-work {
    margin-top: 160px;
  }
}

.selected-work__container {
  max-width: 1424px;
  margin: 0 auto;
}

#selected-work h2 {
  font-family: "GT-ultra-fine", "charter", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  color: #fff;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 800px) {
  #selected-work h2 {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    display: block;
    font-size: 40px;
    line-height: 82%;
    text-align: center;
  }
}

.case-study {
  margin-top: 160px;
  scroll-margin-top: 60px;
}
@media (min-width: 800px) {
  .case-study {
    margin-top: 300px;
    scroll-margin-top: 125px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 12px;
  }
  .case-study:first-of-type {
    margin-top: 150px;
  }
}

.case-study .case-intro {
  margin-bottom: 32px;
  padding: 0 calc(1 * var(--col-w) + 1 * var(--col-gap));
}
@media (min-width: 800px) {
  .case-study .case-intro {
    grid-column: 2/span 4;
    grid-row: 1;
    margin-bottom: 0;
    padding: 0;
    padding-right: 16px;
    padding-right: calc(1 * var(--col-w) + 0 * var(--col-gap));
  }
}
@media (min-width: 1640px) {
  .case-study .case-intro {
    grid-column: 1/span 4;
    margin: 0 auto 40px;
  }
}
.case-study .case-intro .title {
  font-family: "soleil", Lato, Helvetica, Arial, sans-serif;
  font-family: "GT-ultra-fine", "charter", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: 400;
  color: #70F7CE;
  margin: 0;
  color: #fff;
}
@media (min-width: 1640px) {
  .case-study .case-intro .title {
    font-size: 40px;
    margin: 0 0 6px;
  }
}
.case-study .case-intro .intro {
  font-family: "charter", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.17px;
  color: rgba(255, 255, 255, 0.71);
  margin: 10px 0;
}
@media (min-width: 1640px) {
  .case-study .case-intro .intro {
    margin: 20px 0;
    font-size: 18px;
  }
}
.case-study .case-intro ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.case-study .case-intro li {
  font-family: "soleil", Lato, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  color: rgba(255, 255, 255, 0.71);
  margin: 0 0 4px;
  padding: 0;
  padding-left: 1.5em;
  position: relative;
}
@media (min-width: 1640px) {
  .case-study .case-intro li {
    font-size: 16px;
  }
}
.case-study .case-intro li:before {
  position: absolute;
  left: 0;
  content: "— ";
  margin-right: 0 1em;
}
.case-study .case-intro .label {
  font-family: "soleil", Lato, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #fff;
  color: rgba(255, 255, 255, 0.71);
}
.case-study .case-intro .read-more {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: "soleil", Lato, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.16px;
  color: rgba(255, 255, 255, 0.71);
  transition: color 150ms ease;
  color: #70F7CE;
}
@media (min-width: 1640px) {
  .case-study .case-intro .read-more {
    font-size: 16px;
  }
}
.case-study .case-intro .read-more:hover {
  color: #DDDDDD;
}
.case-study .case-intro .read-more.is-hidden {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.case-study .more-content {
  display: none;
}

.case-visuals {
  min-width: 0;
}
@media (min-width: 800px) {
  .case-visuals {
    grid-column: 6/-1;
    grid-row: 1;
    margin-right: calc((min(100vw, 1424px) - 100vw) / 2);
    overflow: hidden;
  }
}
@media (min-width: 1640px) {
  .case-visuals {
    grid-column: 5/-1;
  }
}

.case-visuals .wrapper {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-left: calc(var(--col-w) + var(--col-gap));
  padding-right: calc(var(--col-w) + var(--col-gap));
  cursor: grab;
}
.case-visuals .wrapper::-webkit-scrollbar {
  display: none;
}
.case-visuals .wrapper {
  height: 500px;
}
@media (min-width: 800px) {
  .case-visuals .wrapper {
    padding-left: 0;
    padding-right: max(0px, (100vw - 1424px) / 2);
    height: 600px;
    align-items: stretch;
  }
}

.text-column .top {
  text-align: left;
  padding-right: 30px;
}
.text-column .bottom {
  text-align: right;
  padding-left: 30px;
}
.text-column p {
  display: block;
  width: 80vw;
  max-width: 300px;
  line-height: 120%;
  font-family: "charter", Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.17px;
  color: rgba(255, 255, 255, 0.71);
}

.case-visuals .column {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 10px;
  overflow: hidden;
}
.case-visuals .column picture {
  display: block;
  width: 100%;
  height: 100%;
}
.case-visuals .column img,
.case-visuals .column video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  user-select: none;
  -webkit-user-drag: none;
}
@media (min-width: 800px) {
  .case-visuals .column {
    aspect-ratio: unset;
    overflow: visible;
    position: relative;
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    opacity: 0;
    transform: translateX(32px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .case-visuals .column.is-visible {
    opacity: 1;
    transform: translateX(0);
  }
  .case-visuals .column img,
  .case-visuals .column video {
    display: block;
    flex-shrink: 0;
  }
}

.visual-tooltip {
  position: fixed;
  z-index: 200;
  background: rgba(10, 10, 10, 0.92);
  color: rgba(255, 255, 255, 0.9);
  font-family: "soleil", Lato, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  padding: 8px 14px;
  border-radius: 8px;
  backdrop-filter: blur(8px);
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, calc(-100% - 14px));
  transition: opacity 0.15s ease;
}
.visual-tooltip.is-visible {
  opacity: 1;
}

.case-study__scroll-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.12);
  margin: 28px calc(var(--col-w) + var(--col-gap)) 0;
  border-radius: 9999px;
  position: relative;
  overflow: hidden;
  transition: height 0.2s ease;
  cursor: pointer;
}
.case-study__scroll-track:hover {
  height: 12px;
}
@media (min-width: 800px) {
  .case-study__scroll-track {
    grid-column: 6/-1;
    grid-row: 2;
    margin: 16px 0 0;
  }
}
@media (min-width: 1640px) {
  .case-study__scroll-track {
    grid-column: 5/-1;
  }
}

.case-study__scroll-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #70F7CE;
  background: #fff;
  border-radius: 9999px;
  will-change: transform;
  cursor: grab;
}
.case-study__scroll-thumb:active {
  cursor: grabbing;
}

.case-demo-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 20px;
  border-radius: 10px;
  background: #FFF;
  color: #000;
  text-align: center;
  font-family: "soleil", Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  transition: opacity 150ms ease;
}
.case-demo-btn:hover {
  opacity: 0.85;
  color: #000;
}

.case-study--adios .case-visuals .column video {
  border-radius: 16px;
}

.cs-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  transition: background 0.2s ease;
}
.cs-modal-overlay.is-open {
  background: rgba(0, 0, 0, 0.75);
}
.cs-modal-overlay.is-open .cs-modal {
  opacity: 1;
  transform: translateY(0);
}

.cs-modal {
  position: relative;
  background: #181818;
  border-radius: 12px;
  width: 100%;
  max-width: 560px;
  max-height: 80vh;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.cs-modal__header {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  padding: 16px 16px 0;
  background: #181818;
}
.cs-modal__header .cs-modal__close {
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  font-size: 22px;
  line-height: 1;
  padding: 4px 8px;
  transition: color 150ms ease;
}
.cs-modal__header .cs-modal__close:hover {
  color: #DDDDDD;
}

.cs-modal__body {
  padding: 8px 40px 40px;
}
.cs-modal__body h2 {
  margin-top: 40px;
}
.cs-modal__body h3 {
  margin-top: 10px;
}
.cs-modal__body li {
  font-family: "charter", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.71);
}
.cs-modal__body p {
  font-family: "charter", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.71);
  margin: 0;
}
.cs-modal__body p + p {
  margin-top: 14px;
}

.unglamorous {
  margin: 160px calc(1 * var(--col-w) + var(--col-gap)) 160px;
  text-align: center;
}
@media (min-width: 800px) {
  .unglamorous {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 12px;
    margin: 300px 0 300px;
    text-align: left;
  }
}
.unglamorous .title {
  font-family: "GT-ultra-fine", "charter", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 10px;
}
@media (min-width: 800px) {
  .unglamorous .title {
    grid-column: 2/span 4;
    grid-row: 1;
  }
}
.unglamorous .intro {
  font-family: "charter", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.17px;
  color: rgba(255, 255, 255, 0.71);
  margin: 0;
}
@media (min-width: 800px) {
  .unglamorous .intro {
    grid-column: 2/span 4;
    grid-row: 2;
    margin-top: 10px;
  }
}

#about {
  margin-top: 60px;
}
@media (min-width: 700px) {
  #about {
    margin-top: 240px;
  }
}
#about p {
  margin: 0;
}
#about p + p {
  margin-top: 12px;
}
#about h2,
#about .paragraphs,
#about .about__logos li,
#about .about__testimonial .quote.is-active {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
#about h2.is-visible,
#about .paragraphs.is-visible,
#about .about__logos li.is-visible,
#about .about__testimonial .quote.is-active.is-visible {
  opacity: 1;
  transform: translateY(0);
}
#about .about__myself {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  max-width: 1424px;
  margin: 0 auto 0;
  align-items: start;
}
@media (min-width: 800px) {
  #about .about__myself {
    align-items: end;
  }
}
#about .about__myself .photo {
  grid-column: 2/-2;
  grid-row: 2;
}
@media (min-width: 800px) {
  #about .about__myself .photo {
    display: block;
    grid-column: 2/span 3;
    grid-row: auto;
    width: calc(2.5 * var(--col-w) + 1.5 * var(--col-gap));
  }
}
#about .about__myself .photo picture,
#about .about__myself .photo img {
  width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  #about .about__myself .photo picture,
  #about .about__myself .photo img {
    filter: saturate(0.8) brightness(1.05) contrast(102%);
  }
}
#about .about__myself .text-content {
  display: contents;
}
@media (min-width: 800px) {
  #about .about__myself .text-content {
    display: block;
    grid-column: 5/span 6;
  }
}
#about .about__myself .text-content h2 {
  margin: 0;
  margin-bottom: calc(0.5 * var(--col-w) + 0 * var(--col-gap));
  grid-column: 2/span 9;
  grid-row: 1;
  font-size: clamp(18px, 7vw, 30px);
  min-height: calc(8 * clamp(18px, 7vw, 30px));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#about .about__myself .text-content h2 .h2-body {
  display: block;
}
@media (min-width: 1100px) {
  #about .about__myself .text-content h2 {
    grid-column: auto;
    grid-row: auto;
    font-size: 42px;
    min-height: unset;
    display: block;
  }
  #about .about__myself .text-content h2 .h2-body {
    display: inline;
  }
}
#about .about__myself .text-content h2 {
  align-self: center;
  color: #FFF;
  font-family: "GT-ultra-fine", "charter", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 115%;
}
#about .about__myself .text-content h2 .typed-role.is-animating::after {
  content: "|";
  margin-left: 2px;
  color: #70F7CE;
  font-weight: 300;
  animation: cursor-blink 0.65s step-end infinite;
}
@keyframes cursor-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
#about .about__myself .text-content .paragraphs {
  grid-column: 2/span 10;
  grid-row: 3;
}
@media (min-width: 800px) {
  #about .about__myself .text-content .paragraphs {
    grid-column: auto;
    grid-row: auto;
  }
}
#about .about__myself .text-content p {
  font-family: "charter", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
}
#about .about__myself .text-content p a {
  color: inherit;
  text-decoration: underline;
}
#about .about__logos {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  max-width: 1424px;
  margin-top: calc(1 * var(--col-w) + 1 * var(--col-gap));
}
@media (min-width: 1000px) {
  #about .about__logos {
    margin: calc(0.5 * var(--col-w)) auto;
  }
}
#about .about__logos .wrapper {
  display: grid;
  grid-template-columns: subgrid;
  gap: 12px;
  grid-column: 1/-1;
}
@media (min-width: 1000px) {
  #about .about__logos .wrapper {
    grid-column: 5/11;
  }
}
#about .about__logos ul {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 2/-2;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1000px) {
  #about .about__logos ul {
    grid-column: 1/12;
  }
}
#about .about__logos li {
  grid-column: span 2;
}
@media (min-width: 1000px) {
  #about .about__logos li {
    grid-column: span 1;
  }
}
#about .about__logos li {
  aspect-ratio: 1;
  background: rgba(0, 118, 135, 0.1);
}
#about .about__logos li:nth-last-child(-n+2) {
  display: none;
}
@media (min-width: 1000px) {
  #about .about__logos li:nth-last-child(-n+2) {
    display: block;
  }
}
#about .about__logos svg {
  display: block;
  width: 100%;
  height: auto;
}
#about .about__testimonial {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  max-width: 1424px;
  margin: 0 auto 0;
  position: relative;
  margin-top: calc(1 * var(--col-w) + 1 * var(--col-gap));
  margin-bottom: 160px;
}
@media (min-width: 1000px) {
  #about .about__testimonial {
    margin-bottom: 0;
  }
}
#about .about__testimonial .testimonial-nav {
  grid-column: 2/-2;
  text-align: left;
  position: relative;
}
@media (min-width: 1000px) {
  #about .about__testimonial .testimonial-nav {
    grid-column: 2/span 3;
    margin-top: calc(0.5 * var(--col-w) + 10px);
    width: calc(2.5 * var(--col-w) + 1.5 * var(--col-gap));
    text-align: right;
  }
}
#about .about__testimonial .testimonial-nav .label {
  margin: 0 0;
  font-family: "GT-ultra-fine", "charter", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 30px;
  margin-top: 160px;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  #about .about__testimonial .testimonial-nav .label {
    font-size: 28px;
    margin: 0 0;
  }
}
#about .about__testimonial .testimonial-nav .label {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FFF;
}
#about .about__testimonial .testimonial-nav .label br {
  display: none;
}
@media (min-width: 1000px) {
  #about .about__testimonial .testimonial-nav .label br {
    display: block;
  }
}
#about .about__testimonial .testimonial-nav .testimonial-nav__buttons {
  display: none;
}
@media (min-width: 1000px) {
  #about .about__testimonial .testimonial-nav .testimonial-nav__buttons {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    justify-content: flex-end;
  }
}
#about .about__testimonial .testimonial-nav .testimonial-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  line-height: 0;
}
#about .about__testimonial .testimonial-nav .testimonial-btn:hover {
  opacity: 1;
}
#about .about__testimonial .testimonial-nav .testimonial-btn:disabled {
  opacity: 0.25;
  cursor: default;
}
#about .about__testimonial .slider {
  grid-column: 2/-2;
}
@media (min-width: 1000px) {
  #about .about__testimonial .slider {
    grid-column: 5/span 6;
  }
}
#about .about__testimonial .slider .testimonial-slides {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 350px;
}
#about .about__testimonial .slider .quote {
  display: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
#about .about__testimonial .slider .quote.is-active {
  display: block;
}
#about .about__testimonial .slider blockquote {
  color: rgba(255, 255, 255, 0.6);
  font-family: "charter", Georgia, Cambria, "Times New Roman", Times, serif;
  font-family: "soleil", Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0 0 16px;
  padding: 0;
  border: none;
}
#about .about__testimonial .slider blockquote .highlight {
  color: rgb(112, 247, 206);
  color: #fff;
  font-weight: 800;
  font-family: "soleil", Lato, Helvetica, Arial, sans-serif;
  font-style: normal;
}
#about .about__testimonial .slider p:first-of-type {
  position: relative;
}
#about .about__testimonial .slider p:first-of-type:before {
  content: "“";
  position: absolute;
  right: calc(100% + 0.5 * var(--col-gap));
  top: 3px;
  font-size: 250%;
  font-family: "GT-ultra-fine", "charter", Georgia, Cambria, "Times New Roman", Times, serif;
}
@media (min-width: 1000px) {
  #about .about__testimonial .slider p:first-of-type:before {
    right: calc(100% + var(--col-gap));
  }
}
#about .about__testimonial .slider p:last-of-type {
  position: relative;
}
#about .about__testimonial .slider p:last-of-type:after {
  content: "”";
  position: absolute;
  bottom: -5px;
  font-size: 250%;
  font-family: "GT-ultra-fine", "charter", Georgia, Cambria, "Times New Roman", Times, serif;
}
#about .about__testimonial .slider .quote_author {
  color: rgba(255, 255, 255, 0.9);
  font-family: "soleil", Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 25px;
  margin: 0;
}
#about .about__testimonial .slider .quote_author_role {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-family: "soleil", Lato, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}
#about .about__testimonial .slider .testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
@media (min-width: 1000px) {
  #about .about__testimonial .slider .testimonial-dots {
    display: none;
  }
}
#about .about__testimonial .slider .testimonial-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.25);
  transition: background 0.25s ease, transform 0.25s ease;
}
#about .about__testimonial .slider .testimonial-dots .dot.is-active {
  background: rgba(255, 255, 255, 0.85);
  transform: scale(1.2);
}

#blog .nav {
  display: none;
}
@media (min-width: 1000px) {
  #blog .nav {
    display: block;
    float: left;
    width: 10vw;
    text-align: right;
    top: 30vh;
    top: 30dvh;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
  }
}
#blog .nav a {
  display: inline-block;
}
#blog .nav a.active {
  position: relative;
  line-height: 1.2em;
  font-size: 24px;
  color: #000;
  margin: 0px -8px 5px 0;
  z-index: -20;
}
#blog .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#blog .nav ul li {
  margin: 0;
}

.dark-theme .nav a.active {
  color: #DDDDDD;
}

.sticky-not-supported nav {
  top: 0px;
}

.sticky-not-supported .sticky-fallback {
  position: fixed;
}

#blog .articles {
  position: relative;
  z-index: 1;
}

#blog .case {
  display: block;
  max-width: 680px;
}
@media (min-width: 1px) {
  #blog .case {
    margin: 20vw 8vw 0 8vw;
  }
}
@media (min-width: 700px) {
  #blog .case {
    margin: 16vw 8vw 0 8vw;
  }
}
@media (min-width: 1000px) {
  #blog .case {
    margin: 8vw 8vw 8vw 25vw;
  }
}
@media (min-width: 1200px) {
  #blog .case:first-of-type {
    margin: 0px auto 125px auto;
  }
  #blog .case:not(:first-of-type) {
    margin: 8vw auto 125px auto;
  }
}
@media (min-width: 1px) {
  #blog .case article + article {
    margin-top: 20vw;
  }
}
@media (min-width: 700px) {
  #blog .case article + article {
    margin-top: 16vw;
  }
}
@media (min-width: 1000px) {
  #blog .case article + article {
    margin-top: 8vw;
  }
}

#blog article:after {
  content: "";
  display: table;
  clear: both;
}
#blog article h1 {
  line-height: 1.2em;
  margin-bottom: 8px;
  font-size: 28px;
}
@media (min-width: 700px) {
  #blog article h1 {
    font-size: 42px;
  }
}
#blog article .article__details {
  font-size: 18px;
  font-weight: 300;
}
#blog article h2 {
  font-family: "soleil", Lato, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
}
@media (min-width: 1000px) {
  #blog article h2 {
    margin-top: 30px;
  }
}
#blog article p, #blog article li, #blog article li::before {
  font-weight: 300;
  font-family: "charter", Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 26px;
  font-size: 19px;
  letter-spacing: -0.003em;
  color: rgb(41, 41, 41);
  margin-top: 0.8em;
  margin-bottom: 0;
  word-break: break-word;
}
@media (min-width: 1000px) {
  #blog article p, #blog article li, #blog article li::before {
    margin-top: 30px;
    line-height: 32px;
    font-size: 21px;
  }
}
#blog article .external-link {
  margin-top: 15px;
}
#blog article .external-link a:after {
  content: "";
  display: inline-block;
  background: url(img/external-link.svg) no-repeat 0px 4px;
  background-size: 12px 12px;
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
#blog article .list-with-small-margin li {
  margin-top: 0.4em;
}
#blog article h2 + p,
#blog article h2 + ol,
#blog article h2 + ul {
  margin-top: 0.8em;
}

.dark-theme article p,
.dark-theme article li,
.dark-theme article li:before {
  color: white;
}

.with-content-masked {
  z-index: 1;
  position: relative;
  height: auto;
}

#blog .masked {
  overflow: hidden;
}
#blog .masked:before {
  content: "Read More";
  position: absolute;
  bottom: 0px;
  left: 50%;
  padding: 5px 15px;
  z-index: 3;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background: rgba(112, 247, 206, 0.1);
  border-radius: 20px;
  box-shadow: 0px 0px 40px #fff;
  color: rgb(112, 247, 206);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
#blog .masked:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 190px;
  z-index: 2;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
}

.dark-theme .masked:before {
  background: rgba(112, 247, 206, 0.2);
  box-shadow: none;
}
.dark-theme .masked:after {
  background: -webkit-linear-gradient(rgba(22, 22, 29, 0) 0%, rgb(22, 22, 29) 70%);
  background: -moz-linear-gradient(rgba(22, 22, 29, 0) 0%, rgb(22, 22, 29) 70%);
  background: -o-linear-gradient(rgba(22, 22, 29, 0) 0%, rgb(22, 22, 29) 70%);
  background: linear-gradient(rgba(22, 22, 29, 0) 0%, rgb(22, 22, 29) 70%);
}

.masked#adios {
  height: 580px;
}

.masked#one-year-in-the-making {
  height: 720px;
}

.masked#switch-to-product {
  height: 300px;
}

.masked#gsk {
  height: 600px;
}

.masked#altissia {
  height: 750px;
}

.blog-back {
  display: inline-block;
  margin: 6vh 8vw 0;
  margin: 6dvh 8vw 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(112, 247, 206);
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  body.blog-page .case:first-of-type {
    margin-top: 8vw;
  }
}

#blog .visual {
  display: block;
  border-radius: 10px;
}
@media (min-width: 1px) {
  #blog .visual {
    margin-top: 4vw;
  }
}
@media (min-width: 1000px) {
  #blog .visual {
    margin-top: 30px;
  }
}
#blog .visual video,
#blog .visual img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 10px;
}
#blog .visual video.shadow,
#blog .visual img.shadow {
  border: 1px solid #eee;
}
@media (min-width: 600px) {
  #blog .visual.out-of-frame {
    width: 70%;
    float: right;
    margin: 30px -10vw 30px 30px;
  }
}
#blog .visual.out-of-frame .caption {
  text-align: center;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

#blog .multiple-thumbnails:after {
  content: "";
  display: table;
  clear: both;
}
#blog .multiple-thumbnails .visual {
  float: left;
}
@media (min-width: 1px) {
  #blog .multiple-thumbnails .visual {
    width: calc(50% - 2vw);
  }
}
@media (min-width: 1000px) {
  #blog .multiple-thumbnails .visual {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1px) {
  #blog .multiple-thumbnails .visual.left {
    margin-right: 4vw;
  }
}
@media (min-width: 1000px) {
  #blog .multiple-thumbnails .visual.left {
    margin-right: 30px;
  }
}

#blog .caption {
  display: block;
  font-family: "soleil", Lato, Helvetica, Arial, sans-serif;
  color: #757575;
  font-size: 15px;
  font-weight: 300;
  margin: 5px 0 0;
}

.dark-theme .caption {
  color: #999;
}

.col-left {
  float: left;
}
@media (min-width: 1px) {
  .col-left {
    width: calc(50% - 2vw);
    margin-right: 4vw;
  }
}
@media (min-width: 1000px) {
  .col-left {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}

.col-right {
  float: left;
}
@media (min-width: 1px) {
  .col-right {
    width: calc(50% - 2vw);
  }
}
@media (min-width: 1000px) {
  .col-right {
    width: calc(50% - 15px);
  }
}

.atmosphere {
  display: block;
  position: relative;
  background: #16161D;
  width: 100vw;
  height: 620px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  border-radius: 0px;
}
@media (min-width: 1000px) {
  .atmosphere {
    height: 800px;
    width: 800px;
    margin-left: -60px;
    border-radius: 10px;
    z-index: 1;
    text-align: center;
  }
}

.circle {
  left: calc(50% - 300px);
  top: calc(50% - 300px);
}
@media (min-width: 1000px) {
  .circle {
    left: calc(50% - 375px);
    top: calc(50% - 375px);
  }
}

.circle,
.circle:before,
.circle:after {
  position: absolute;
  display: block;
  width: 600px;
  height: 600px;
  mix-blend-mode: color-dodge;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 10px 0px 5px rgba(182, 68, 222, 0.8), inset 0px 3px 1px rgba(182, 68, 222, 0.8), inset 0px 0px 60px rgb(56, 16, 170);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (min-width: 1000px) {
  .circle,
  .circle:before,
  .circle:after {
    width: 750px;
    height: 750px;
  }
}

.circle:before,
.circle:after {
  content: "";
  left: 1px;
  top: 5px;
}

.circle-1 {
  animation-name: circle-1;
  animation-duration: 6s;
}

.circle-1:before {
  animation-name: circle-1-before;
  animation-direction: reverse;
  animation-duration: 7s;
}

.circle-1:after {
  animation-name: circle-1-after;
  animation-direction: reverse;
  animation-duration: 8s;
}

.circle-2 {
  animation-name: circle-2;
  animation-direction: reverse;
  animation-duration: 6.5s;
}

.circle-2:before {
  animation-name: circle-2-slow;
  animation-direction: reverse;
  animation-duration: 10s;
}

.circle-2:after {
  animation-name: circle-2-fast;
  animation-duration: 2s;
}

@keyframes circle-1 {
  from {
    border-radius: 46% 50% 50% 48%;
    transform: scale(1) rotate(0deg) translate(0.5%, 0%);
  }
  60% {
    border-radius: 50% 50% 50% 49%;
    transform: scale(1) rotate(180deg) translate(0%, 0%);
  }
  100% {
    border-radius: 46% 50% 50% 48%;
    transform: scale(1) rotate(360deg) translate(0.5%, 0%);
  }
}
@keyframes circle-1-before {
  from {
    border-radius: 49% 50% 51% 53%;
    transform: scale(1) rotate(60deg) translate(0%, 0%);
  }
  50% {
    border-radius: 50% 50% 48% 50%;
    transform: scale(1) rotate(240deg) translate(0%, 0.5%);
  }
  to {
    border-radius: 49% 50% 51% 53%;
    transform: scale(1) rotate(420deg) translate(0%, 0%);
  }
}
@keyframes circle-1-after {
  from {
    border-radius: 49% 50% 50% 50%;
    transform: scale(1) rotate(120deg) translate(0.3%, 0%);
  }
  55% {
    border-radius: 50% 50% 51% 51%;
    transform: scale(1) rotate(300deg) translate(0%, 0%);
  }
  to {
    border-radius: 49% 50% 50% 50%;
    transform: scale(1) rotate(480deg) translate(0.3%, 0%);
  }
}
@keyframes circle-2 {
  from {
    border-radius: 51% 50% 50% 48%;
    transform: scale(1) rotate(25deg) translate(0%, 0%);
  }
  45% {
    border-radius: 50% 49% 50% 49%;
    transform: scale(1) rotate(205deg) translate(0%, 0%);
  }
  100% {
    border-radius: 51% 50% 50% 48%;
    transform: scale(1) rotate(385deg) translate(0%, 0%);
  }
}
@keyframes circle-2-fast {
  from {
    border-radius: 49% 50% 51% 53%;
    transform: scale(1) rotate(50deg) translate(1%, 0%);
  }
  52% {
    border-radius: 50% 50% 48% 50%;
    transform: scale(1) rotate(230deg) translate(0%, 0%);
  }
  to {
    border-radius: 49% 50% 51% 53%;
    transform: scale(1) rotate(410deg) translate(1%, 0%);
  }
}
@keyframes circle-2-slow {
  from {
    border-radius: 51% 50% 49% 50%;
    transform: scale(1) rotate(140deg) translate(0%, 0%);
  }
  49% {
    border-radius: 50% 50% 50% 50%;
    transform: scale(1) rotate(320deg) translate(0%, 1%);
  }
  to {
    border-radius: 51% 50% 49% 50%;
    transform: scale(1) rotate(500deg) translate(0%, 0%);
  }
}
.site-footer {
  text-align: center;
  padding: 16vw 8vw;
}
@media (min-width: 700px) {
  .site-footer {
    padding: 20vh 8vw;
    padding: 20dvh 8vw;
  }
}
@media (min-width: 1000px) {
  .site-footer {
    padding: 25vh 8vw 15vh;
    padding: 25dvh 8vw 15dvh;
  }
}
.site-footer__eyebrow {
  margin: 0 0 24px;
  font-family: "soleil", Lato, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: normal;
  color: #fff;
}
@media (min-width: 700px) {
  .site-footer__eyebrow {
    font-size: 18.5px;
  }
}
.site-footer__headline {
  margin: 0 0 60px;
  font-family: "GT-ultra-fine", "charter", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: clamp(24px, 8vw, 90px);
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -5%;
  color: #FFF;
}
.site-footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.site-footer__social li {
  display: inline-flex;
}
.site-footer__social li + li {
  margin-left: calc(0.25 * (var(--col-w) + var(--col-gap)));
}
.site-footer__social .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}
@media (min-width: 700px) {
  .site-footer__social .button {
    width: 54px;
    height: 54px;
  }
}
.site-footer__social .button {
  border-radius: 8px;
  transition: transform 250ms cubic-bezier(0.34, 1.56, 0.64, 1), filter 250ms ease;
  color: #fff;
}
.site-footer__social .button:hover {
  transform: scale(1.1);
  filter: brightness(1.3);
}
