@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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: none;
}

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

:root,
::after,
::before {
  --sections-theme-black: #090b0b;
  --sections-theme-soft-black: #171717;
  --sections-theme-grey: #4d554e;
  --sections-theme-green: #299b7c;
  --sections-theme-blue: #1c77c3;
  --sections-theme-purple: #7529cc;
  --sections-theme-red: #e01a4f;
  --sections-theme-orange: #f17300;
  --sections-theme-white: #fffefa;
  --section-padding-vertical: 70px;
  --section-padding-horizontal: 20px;
  --sections-theme-grid-column-spacing: 40px;
  --sections-theme-grid-row-spacing: 70px;
  --body-font-size: 22px;
  --body-line-height: 132%;
  --body-letter-spacing: 0;
  --h1-font-size: 48px;
  --h1-line-height: 140%;
  --h1-letter-spacing: 0;
  --h2-font-size: 37px;
  --h2-line-height: 115%;
  --h2-letter-spacing: 0;
  --h3-font-size: 28px;
  --h3-line-height: 130%;
  --h3-letter-spacing: 0;
  --h4-font-size: 18px;
  --h4-line-height: 138%;
  --h4-letter-spacing: 0;
  --h5-font-size: 16px;
  --h5-line-height: 138%;
  --h5-letter-spacing: 0;
  --h6-font-size: 14px;
  --h6-line-height: 138%;
  --h6-letter-spacing: 0;
  --button-font-size: 15px;
  --button-line-height: 130%;
  --button-letter-spacing: 0;
  --button-padding-vertical: 6px;
  --button-padding-horizontal: 31px;
  --button-border-radius: 100px;
  --button-expand-border-radiu: 40px;
  --form-field-border-radius: 20px;
}

/**
 * Define media queries
 */
* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow: unset;
  background: var(--sections-theme-white);
  color: var(--sections-theme-black);
}

button,
a {
  color: var(--sections-theme-black);
  cursor: pointer;
}

.m2__body-freeze {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.m2__margins {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.m2__margins--large {
  padding-right: 22px;
  padding-left: 22px;
}
@media screen and (min-width: 960px) {
  .m2__margins {
    padding-right: 35px;
    padding-left: 35px;
  }

  .m2__margins--large {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 68px;
    padding-left: 68px;
  }
}

.m2__helper-text {
  position: absolute;
  font-size: 0;
  line-height: 0;
}

.m2__404 {
  padding-top: 100px;
  padding-bottom: 180px;
  text-align: center;
}

.m2__404 h1 {
  margin-bottom: .5em;
}

img {
  max-width: 100%;
  height: auto;
}

.mosaic-section {
  overflow: unset;
}

.spacer {
  padding-bottom: 100px;
}

.spacer--large {
  padding-bottom: 120px;
}
@media screen and (min-width: 960px) {
  .spacer--large {
    padding-bottom: 170px;
  }
}

.reverse .project-column-image-grid__left-column {
  order: 2;
}

.reverse .project-column-image-grid__right-column {
  order: 1;
}

.grid-gap {
  padding-bottom: 20px;
}

.mosaic-section {
  position: relative;
  background: transparent;
  color: inherit;
}

body {
  font-family: "GT America Standard", sans-serif;
  font-size: calc(16px + 6 * ((100vw - 375px) / 1065));
  font-size: clamp(16px, 16px + 6 * ((100vw - 375px) / 1065), 22px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: var(--body-line-height);
}

.m2__copy,
.m2__copy--large {
  font-family: "GT America Standard", sans-serif;
  font-size: calc(16px + 6 * ((100vw - 375px) / 1065));
  font-size: clamp(16px, 16px + 6 * ((100vw - 375px) / 1065), 22px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: var(--body-line-height);
}

.m2__copy--large,
.m2__copy--large--large {
  font-size: calc(16px + 2 * ((100vw - 375px) / 1065));
  font-size: clamp(16px, 16px + 2 * ((100vw - 375px) / 1065), 18px);
  line-height: 142%;
}

.m2__copy p,
.m2__copy--large p {
  padding-bottom: 20px;
}

.m2__copy p:last-of-type,
.m2__copy--large p:last-of-type {
  padding-bottom: 0;
}
@media screen and (min-width: 960px) {
  .m2__copy p,
.m2__copy--large p {
    padding-bottom: 25px;
  }
}

.m2__copy strong,
.m2__copy--large strong {
  font-weight: 700;
}

.m2__copy i,
.m2__copy em,
.m2__copy--large i,
.m2__copy--large em {
  font-style: italic;
}

h1,
.mosaic-section h1,
.h1,
.header__nav-list-link,
.mosaic-section .h1,
.mosaic-section .mosaic-section h1,
.mosaic-section .mosaic-section .h1,
.m2__heading--h1,
.mosaic-section .m2__heading--h1 {
  color: var(--sections-theme-black);
  font-size: calc(32px + 16 * ((100vw - 375px) / 1065));
  font-size: clamp(32px, 32px + 16 * ((100vw - 375px) / 1065), 48px);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: var(--h1-line-height);
}

h2,
 .mosaic-section h2,
.h2,
.mosaic-section .h2,
.mosaic-section h2,
.mosaic-section .mosaic-section h2,
.mosaic-section .h2,
.mosaic-section .mosaic-section .h2,
.m2__heading--h2,
.mosaic-section .m2__heading--h2 {
  padding-bottom: 9px;
  color: var(--sections-theme-black);
  font-size: calc(24px + 13 * ((100vw - 375px) / 1065));
  font-size: clamp(24px, 24px + 13 * ((100vw - 375px) / 1065), 37px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: var(--h2-line-height);
}
@media screen and (min-width: 960px) {
  h2,
 .mosaic-section h2,
.h2,
.mosaic-section .h2,
.mosaic-section h2,
.mosaic-section .mosaic-section h2,
.mosaic-section .h2,
.mosaic-section .mosaic-section .h2,
.m2__heading--h2,
.mosaic-section .m2__heading--h2 {
    padding-bottom: 16px;
  }
}

h3,
 .mosaic-section h3,
.h3,
.mosaic-section .h3,
.mosaic-section h3,
.mosaic-section .mosaic-section h3,
.mosaic-section .h3,
.mosaic-section .mosaic-section .h3,
.m2__heading--h3,
.mosaic-section .m2__heading--h3 {
  color: var(--sections-theme-black);
  font-size: calc(17px + 11 * ((100vw - 375px) / 1065));
  font-size: clamp(17px, 17px + 11 * ((100vw - 375px) / 1065), 28px);
  font-weight: 500;
  line-height: var(--h3-line-height);
}

h4,
 .mosaic-section h4,
.h4,
.mosaic-section .h4,
.mosaic-section h4,
.mosaic-section .mosaic-section h4,
.mosaic-section .h4,
.mosaic-section .mosaic-section .h4,
.m2__heading--h4,
.mosaic-section .m2__heading--h4 {
  font-size: calc(16px + 2 * ((100vw - 375px) / 1065));
  font-size: clamp(16px, 16px + 2 * ((100vw - 375px) / 1065), 18px);
  font-weight: 500;
  line-height: var(--h4-line-height);
}

h5,
 .mosaic-section h5,
.h5,
.mosaic-section .h5,
.mosaic-section h5,
.mosaic-section .mosaic-section h5,
.mosaic-section .h5,
.mosaic-section .mosaic-section .h5,
.m2__heading--h5,
.mosaic-section .m2__heading--h5 {
  font-size: calc(16px + 0 * ((100vw - 375px) / 1065));
  font-size: clamp(16px, 16px + 0 * ((100vw - 375px) / 1065), 16px);
  font-weight: 500;
  line-height: var(--h5-line-height);
}

h6,
 .mosaic-section h6,
.h6,
.mosaic-section .h6,
.mosaic-section h6,
.mosaic-section .mosaic-section h6,
.mosaic-section .h6,
.mosaic-section .mosaic-section .h6,
.m2__heading--h6,
.mosaic-section .m2__heading--h6 {
  font-size: calc(12px + 2 * ((100vw - 375px) / 1065));
  font-size: clamp(12px, 12px + 2 * ((100vw - 375px) / 1065), 14px);
  font-weight: 400;
  line-height: var(--h6-line-height);
}

.m2__lead {
  font-size: calc(18px + 0 * ((100vw - 375px) / 1065));
  font-size: clamp(18px, 18px + 0 * ((100vw - 375px) / 1065), 18px);
  font-weight: 500;
  line-height: 26px;
}

a,
 .mosaic-section a {
  font-weight: 500;
}

.mosaic__button,
.button,
.button-outline,
.mosaic-section .button,
.mosaic-section .button-outline,
.mosaic-section input[type=submit],
.mosaic-section input[type=button],
#sidebar-footer_sidebar .button,
#sidebar-footer_sidebar .button-outline,
#sidebar-after_footer_sidebar .button,
#sidebar-after_footer_sidebar .button-outline,
.m2__button {
  display: initial;
  padding: var(--button-padding-vertical) var(--button-padding-horizontal);
  transition: all .3s ease-in-out;
  border: 1px solid;
  border-radius: var(--button-border-radius);
  background: transparent;
  font-size: var(--button-font-size);
  font-weight: 700;
  line-height: var(--button-line-height);
  text-align: center;
  text-transform: none;
}

.mosaic__button:focus,
.button:focus,
.button-outline:focus,
.mosaic-section input[type=submit]:focus,
.mosaic-section input[type=button]:focus,
#sidebar-footer_sidebar .button:focus,
#sidebar-footer_sidebar .button-outline:focus,
#sidebar-after_footer_sidebar .button:focus,
#sidebar-after_footer_sidebar .button-outline:focus,
.m2__button:focus {
  border-color: var(--sections-theme-black);
  background: var(--sections-theme-black);
  color: var(--sections-theme-white);
}

.mosaic__button:focus,
.button:focus,
.button-outline:focus,
.mosaic-section input[type=submit]:focus,
.mosaic-section input[type=button]:focus,
#sidebar-footer_sidebar .button:focus,
#sidebar-footer_sidebar .button-outline:focus,
#sidebar-after_footer_sidebar .button:focus,
#sidebar-after_footer_sidebar .button-outline:focus,
.m2__button:focus,
.mosaic-section .m2__button:focus {
  text-decoration: none;
}
@media (hover: hover) {
  .mosaic__button:hover,
.button:hover,
.button-outline:hover,
.mosaic-section input[type=submit]:hover,
.mosaic-section input[type=button]:hover,
#sidebar-footer_sidebar .button:hover,
#sidebar-footer_sidebar .button-outline:hover,
#sidebar-after_footer_sidebar .button:hover,
#sidebar-after_footer_sidebar .button-outline:hover,
.m2__button:hover {
    border-color: var(--sections-theme-black);
    background: var(--sections-theme-black);
    color: var(--sections-theme-white);
  }

  .mosaic__button:hover,
.button:hover,
.button-outline:hover,
.mosaic-section input[type=submit]:hover,
.mosaic-section input[type=button]:hover,
#sidebar-footer_sidebar .button:hover,
#sidebar-footer_sidebar .button-outline:hover,
#sidebar-after_footer_sidebar .button:hover,
#sidebar-after_footer_sidebar .button-outline:hover,
.m2__button:hover,
.mosaic-section .m2__button:hover {
    text-decoration: none;
  }
}

.m2__button--expand {
  padding: 5px 15px;
  border-radius: 40px;
  background: rgba(9, 11, 11, .2);
}
@media screen and (min-width: 960px) {
  .m2__button--contact-form {
    min-width: 175px;
    text-align: center;
  }
}

.text-heading-standard {
  margin-top: -35px;
}

.px-section-horizontal-spacing {
  padding-right: 1rem;
  padding-left: 1rem;
}

button {
  transition: all .3s ease-in-out;
  border-color: #d91000;
  background-color: #fce3e3;
  color: #d91000;
}

button:hover,
 button:focus {
  border-color: #fce3e3;
  background-color: #d91000;
  color: #fce3e3;
}

.featured-collection .px-section-horizontal-spacing {
  padding: .5rem;
}

.product-item-hover {
  border-radius: 5%;
}

border-scheme-text {
  border-color: #dd1000;
}

.theme-link {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

button,
.theme-button--secondary {
  transition: all .3s ease-in-out;
}

button:hover,
.theme-button--secondary:hover {
  border-color: #681c10;
  background-color: #681c10;
  color: #f3b96c;
}

@media (min-width: 1024px) {
  .featured-collection .px-section-horizontal-spacing {
    padding: 1rem;
  }

  .text-heading-standard {
    padding-top: 1.5rem;
    padding-bottom: 1.3rem;
  }
}

.header__skip-cta {
  position: absolute;
  height: 0;
  border-radius: 0;
  border-color: transparent;
  color: transparent;
  text-decoration: none;
}

.header__skip-cta:focus {
  position: static;
  height: auto;
  border: 1px solid;
}

.header__body-wrap {
  position: sticky;
  z-index: 4;
  top: 0;
}

.header__nav-body-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--sections-theme-white);
}
@media screen and (min-width: 720px) {
  .header__nav-body-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: transparent;
  }
}
@media screen and (min-width: 960px) {
  .header__nav-body-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav-body-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.header__nav-body {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (min-width: 720px) {
  .header__nav-body {
    flex-direction: row;
  }
}

.header__color-swatch--wrap {
  display: none;
  position: relative;
  z-index: 9999999999;
  width: 60px;
}
@media screen and (min-width: 720px) {
  .header__color-swatch--wrap {
    width: 250px;
  }
}

.header__blurb-wrap {
  display: none;
  width: 40%;
  max-width: 130px;
}
@media screen and (min-width: 720px) {
  .header__blurb-wrap {
    display: block;
    width: 20%;
  }
}

.header__blurb {
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
}

.header__logo-element-wrap {
  flex-grow: 1;
  width: 65%;
  text-align: center;
}

.header__logo-wrap {
  display: inline-block;
  width: 100%;
  max-width: 222px;
  margin: 25px auto 0;
}
@media screen and (min-width: 720px) {
  .header__logo-wrap {
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .header__logo-wrap {
    width: 40%;
    max-width: 260px;
  }
}

.header__logo {
  width: 100%;
  height: auto;
}

.header__nav-wrap {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: end;
}
@media screen and (min-width: 720px) {
  .header__nav-wrap {
    width: 20%;
    max-width: 130px;
  }
}

.header__form-control {
  padding-right: 17px;
  padding-left: 17px;
}

.header__form-control,
 .mosaic-section .header__form-control {
  color: var(--sections-theme-black);
}

.header__form-control:focus,
 .mosaic-section .header__form-control:focus {
  background-color: var(--sections-theme-black);
  color: var(--sections-theme-white);
}

.header__nav-content-wrap {
  display: block;
  position: fixed;
  z-index: 999999999999;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  transition: right .3s ease-in-out;
  background: rgba(210, 205, 194, .6);
  color: var(--sections-theme-black);
}

.header__nav-content-wrap--open {
  right: 0;
}

.header__nav-menu-wrap {
  display: flex;
  position: absolute;
  right: 0;
  flex-flow: column;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  padding: 40px 25px;
  overflow: auto;
  background: var(--sections-theme-white);
}
@media screen and (min-width: 960px) {
  .header__nav-menu-wrap {
    width: 807px;
    padding: 40px;
  }
}

.header__menu-btn {
  z-index: 3;
  height: 25px;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.header__menu-btn-line {
  display: block;
  position: relative;
  left: 50%;
  width: 29px;
  height: 3px;
  transform: rotate(0deg) translateX(-50%);
  transition: .25s ease-in-out;
  background: var(--sections-theme-black);
}

.header__menu-btn-line:first-of-type {
  top: -4px;
}

.header__menu-btn-line:nth-child(2) {
  top: 0;
}

.header__menu-btn-line:nth-child(3) {
  top: 4px;
}

.header__menu-btn--close {
  width: 25px;
  border: 0;
  background: none;
}

.header__menu-btn--close .header__menu-btn-line:first-of-type,
.header__menu-btn--close .header__menu-btn-line:nth-child(2) {
  width: 29px;
  height: 3px;
  background-color: var(--sections-theme-black);
}

.header__menu-btn--close .header__menu-btn-line:first-of-type {
  top: -1px;
  left: 1px;
  transform: rotate(45deg) translateX(0%);
}

.header__menu-btn--close .header__menu-btn-line:nth-child(2) {
  top: -4px;
  left: 3%;
  transform: rotate(-45deg) translateX(0%);
}

.header__menu-btn--close .header__menu-btn-line:nth-child(3) {
  width: 0;
  height: 0;
  border: 0;
}

.header__primary-nav--wrap,
.header__secondary-nav--wrap,
.header__nav-logo-wrap,
.header__nav-social-media-links-wrap {
  padding-top: 45px;
}
@media screen and (min-width: 720px) {
  .header__primary-nav--wrap,
.header__secondary-nav--wrap,
.header__nav-logo-wrap,
.header__nav-social-media-links-wrap {
    padding-top: 45px;
    padding-left: 60px;
  }
}

.header__nav-list-item {
  display: block;
}

.header__nav-list-item + .header__nav-list-item {
  margin-top: 10px;
}

.header__nav-list-link {
  display: inline-block;
  padding: 0;
  color: var(--sections-theme-black);
  font-weight: 400;
}

.header__secondary-nav--wrap {
  max-width: 300px;
}

.header__secondary-nav--list-wrap {
  display: flex;
  grid-gap: 10px 30px;
  flex-flow: column;
}
@media screen and (min-width: 720px) {
  .header__secondary-nav--list-wrap {
    flex-flow: row wrap;
  }
}

.secondary__nav-list-link {
  display: inline-block;
  padding: 0;
  color: var(--sections-theme-black);
  font-size: calc(16px + 6 * ((100vw - 375px) / 1065));
  font-size: clamp(16px, 16px + 6 * ((100vw - 375px) / 1065), 22px);
  font-weight: 500;
}

.header__nav-social-media-links-wrap {
  display: flex;
  align-items: center;
}

.header__nav-social-media-item {
  display: inline-block;
  margin-right: 30px;
}

.header__nav-social-media-link {
  padding: 0;
}

.header__nav-logo-wrap {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  justify-content: end;
  margin-top: 20px;
}

.header__nav-logo {
  max-width: 108px;
}

.header__color-swatch-button {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
}

.header__color-swatch-button--green {
  background: var(--sections-theme-green);
}

.header__color-swatch-button--blue {
  background: var(--sections-theme-blue);
}

.header__color-swatch-button--purple {
  background: var(--sections-theme-purple);
}

.header__color-swatch-button--red {
  background: var(--sections-theme-red);
}

.header__color-swatch-button--yellow {
  background: var(--sections-theme-orange);
}

.m2__color-swatch-playground-wrap {
  position: absolute !important;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  background: transparent;
}

.m2__color-swatch-playground-wrap--active {
  z-index: 3;
}

.m2__color-swatch-playground {
  width: 325% !important;
  height: 100% !important;
}
@media screen and (min-width: 720px) {
  .m2__color-swatch-playground {
    width: 100% !important;
    height: 100% !important;
  }
}

.header__color-swatch-toggle {
  width: 24px;
  border: 0;
  background: none;
}

.header__color-swatch-toggle span {
  display: none;
}

.header__color-swatch-toggle path,
.header__color-swatch-toggle .pencil {
  stroke: var(--sections-theme-purple);
}

.header__color-swatch-toggle--active .pencil {
  fill: var(--sections-theme-purple);
}

@media (hover: hover) {
  .header__form-control:hover,
 .mosaic-section .header__form-control:hover {
    background-color: var(--sections-theme-black);
    color: var(--sections-theme-white);
  }
}

.contact-us-form__title,
 .mosaic-section .contact-us-form__title {
  padding-bottom: 50px;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .contact-us-form__title,
 .mosaic-section .contact-us-form__title {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 720px) {
  .contact-us-form__title {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .contact-us-form__title {
    max-width: 1200px;
    margin: 0;
  }
}

.contact-us-form__wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-bottom: 60px;
}
@media screen and (min-width: 720px) {
  .contact-us-form__wrap {
    display: block;
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .contact-us-form__wrap {
    display: grid;
    grid-gap: 35px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: none;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 960px) {
  .contact-us-form__wrap {
    grid-gap: 55px;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .contact-us-form__wrap {
    grid-gap: 95px;
    padding-bottom: 150px;
  }
}

.contact-us-form__image-wrap {
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .contact-us-form__image-wrap {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .contact-us-form__image-wrap {
    padding-bottom: 0;
  }
}

.contact-us-form__image {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .contact-us-form__form-wrap {
    width: 90%;
    max-width: 550px;
  }
}

.contact-hero__body-wrap {
  padding-bottom: 60px;
}
@media screen and (min-width: 720px) {
  .contact-hero__body-wrap {
    width: 85%;
    max-width: 1200px;
    margin: 0;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .contact-hero__body-wrap {
    width: 100%;
    padding-bottom: 100px;
  }
}

.contact-hero__rotating-words-title-wrap {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .contact-hero__rotating-words-title-wrap {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .contact-hero__rotating-words-title-wrap {
    margin-top: 80px;
  }
}

.contact-hero__rotating-words-title-wrap,
 .mosaic-section .contact-hero__rotating-words-title-wrap {
  padding-bottom: 20px;
  font-weight: 500;
}
@media screen and (min-width: 720px) {
  .contact-hero__rotating-words-title-wrap,
 .mosaic-section .contact-hero__rotating-words-title-wrap {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .contact-hero__rotating-words-title-wrap,
 .mosaic-section .contact-hero__rotating-words-title-wrap {
    padding-bottom: 40px;
  }
}

.contact-hero__rotating-words-wrap {
  display: inline-block;
  transition: all .3s ease-in-out;
  text-align: left;
}

.contact-hero__rotating-word {
  display: inline-block;
  position: absolute;
  top: 0;
  padding-right: 7px;
  transition: width .3s ease-in-out;
  animation: rotateWord 5s linear infinite 0s;
  opacity: 0;
  color: var(--sections-theme-blue);
}

.contact-hero__rotating-word--0 {
  color: var(--sections-theme-orange);
}

.contact-hero__rotating-word--1 {
  color: var(--sections-theme-purple);
}

.contact-hero__rotating-word--2 {
  color: var(--sections-theme-green);
}

.contact-hero__rotating-word--3 {
  color: var(--sections-theme-red);
}

.contact-hero__rotating-word--4 {
  color: var(--sections-theme-blue);
}

.contact-hero__rotating-word--5 {
  color: var(--sections-theme-orange);
}

.contact-hero__intro-text-wrap h1,
 .mosaic-section .contact-hero__intro-text-wrap h1,
.contact-hero__intro-text-wrap h2,
.mosaic-section .contact-hero__intro-text-wrap h2,
.contact-hero__intro-text-wrap h3,
.mosaic-section .contact-hero__intro-text-wrap h3,
.contact-hero__intro-text-wrap h4,
.mosaic-section .contact-hero__intro-text-wrap h4,
.contact-hero__intro-text-wrap h5,
.mosaic-section .contact-hero__intro-text-wrap h5,
.contact-hero__intro-text-wrap h6,
.mosaic-section .contact-hero__intro-text-wrap h6 {
  font-weight: 500;
}

.purple .contact-skills__body-wrap {
  background-color: #f1e9f5;
}

.purple .contact-skills__body-overlay {
  background-color: var(--sections-theme-purple);
}

.purple .contact-skills__body-title {
  background-color: var(--sections-theme-purple);
}

.purple .contact-skills__content ul li:first-of-type {
  color: var(--sections-theme-purple);
}

.blue .contact-skills__body-wrap {
  background-color: #e8f1f5;
}

.blue .contact-skills__body-overlay {
  background-color: var(--sections-theme-blue);
}

.blue .contact-skills__body-title {
  background-color: var(--sections-theme-blue);
}

.blue .contact-skills__content ul li:first-of-type {
  color: var(--sections-theme-blue);
}

.green .contact-skills__body-wrap {
  background-color: #eaf4ed;
}

.green .contact-skills__body-overlay {
  background-color: var(--sections-theme-green);
}

.green .contact-skills__body-title {
  background-color: var(--sections-theme-green);
}

.green .contact-skills__content ul li:first-of-type {
  color: var(--sections-theme-green);
}

.contact-skills__section-wrap {
  position: relative;
}

.contact-skills__section-title,
 .mosaic-section .contact-skills__section-title {
  padding-bottom: 0;
  font-weight: 500;
}
@media screen and (min-width: 720px) {
  .contact-skills__section-title {
    padding-left: 40px;
  }
}

.contact-skills__body-wrap {
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 40px;
  border-radius: 8px;
}
@media screen and (min-width: 720px) {
  .contact-skills__body-wrap {
    padding: 80px 40px 60px;
  }
}
@media screen and (min-width: 960px) {
  .contact-skills__body-wrap {
    margin-top: 60px;
  }
}

.contact-skills__body-overlay {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}

.contact-skills__body-title-wrap {
  margin-bottom: 40px;
  perspective: 800px;
}
@media screen and (min-width: 960px) {
  .contact-skills__body-title-wrap {
    margin-bottom: 50px;
  }
}

.contact-skills__body-title {
  display: inline-block;
  width: fit-content;
  padding: 10px 30px;
  transform-origin: 50% 0;
  backface-visibility: hidden;
  border-radius: 8px;
}

.contact-skills__body-title,
 .mosaic-section .contact-skills__body-title {
  color: var(--sections-theme-white);
}

@media screen and (min-width: 720px) {
  .contact-skills__content-wrap {
    display: grid;
    grid-gap: 35px 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .contact-skills__content-wrap {
    display: grid;
    grid-gap: 35px 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.contact-skills__content ul {
  padding: 0 0 30px;
}
@media screen and (min-width: 720px) {
  .contact-skills__content ul {
    padding: 0;
  }
}

.contact-skills__content ul,
 .mosaic-section .contact-skills__content ul {
  list-style: none;
}

.contact-skills__content ul li {
  margin: 0;
}

.contact-skills__content ul li:first-of-type {
  font-weight: 500;
}

.home__vertical-carousel {
  padding: 10px 0;
}
@media screen and (min-width: 720px) {
  .home__vertical-carousel {
    padding: 15px 0;
  }
}

.home__vertical-carousel ul {
  padding: 0;
  list-style: none;
}

.home__vertical-carousel ul li {
  margin: 0;
}

.home__vertical-carousel--slides-wrap .swiper-pagination-horizontal {
  top: 335px;
  bottom: auto;
}

@media screen and (min-width: 720px) {
  .home__vertical-carousel--slides {
    max-height: 450px;
  }
}

.home__vertical-carousel--slide {
  display: flex;
  flex-flow: column;
  height: auto;
}
@media screen and (min-width: 720px) {
  .home__vertical-carousel--slide {
    flex-flow: row nowrap;
    height: 100%;
    max-height: 450px;
  }
}
@media screen and (min-width: 720px) {
  .home__vertical-carousel--image-right .home__vertical-carousel--slide {
    flex-flow: row-reverse nowrap;
  }
}

.home__vertical-carousel--slide-image-wrap {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 720px) {
  .home__vertical-carousel--slide-image-wrap {
    flex-shrink: 0;
    width: 55%;
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (min-width: 720px) {
  .home__vertical-carousel--image-right .home__vertical-carousel--slide-image-wrap {
    border-radius: 0 20px 20px 0;
  }
}

.home__vertical-carousel--slide-image {
  aspect-ratio: 1/1;
  display: block;
  width: 100%;
  object-fit: cover;
  height: 320px;
}
@media screen and (min-width: 720px) {
  .home__vertical-carousel--slide-image {
    aspect-ratio: unset;
    height: 100%;
  }
}

.home__vertical-carousel--slide-content-wrap {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  min-height: 250px;
  padding: 40px 20px;
  border: 2px solid var(--sections-theme-white);
  border-radius: 0 0 20px 20px;
  border-top-color: transparent;
}
@media screen and (min-width: 720px) {
  .home__vertical-carousel--slide-content-wrap {
    display: flex;
    flex-flow: column;
    min-height: auto;
    padding: 40px 40px 40px 50px;
    border-left: transparent;
    border-radius: 0 20px 20px 0;
    border-top-color: var(--sections-theme-white);
  }
}
@media screen and (min-width: 720px) {
  .home__vertical-carousel--image-right .home__vertical-carousel--slide-content-wrap {
    padding: 40px 50px 40px 40px;
    border-right: transparent;
    border-left: 2px solid var(--sections-theme-white);
    border-radius: 20px 0 0 20px;
  }
}

.home__vertical-carousel--slide-content {
  flex-grow: 1;
  padding-top: 15px;
  padding-bottom: 10px;
}

.home__vertical-carousel--slide-content-footer {
  display: flex;
  grid-gap: 40px;
  align-items: flex-end;
}
@media screen and (min-width: 720px) {
  .home__vertical-carousel--slide-content-footer {
    grid-gap: 70px;
  }
}

.home__our-work {
  padding: var(--section-padding-vertical) 0;
}

.home__our-work--section-headline {
  margin-bottom: 40px;
  letter-spacing: -.02em;
  text-align: center;
  text-transform: uppercase;
}

.home__our-work--grid {
  display: grid;
  grid-gap: 60px 20px;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 30ch), 1fr));
}
@media screen and (min-width: 960px) {
  .home__our-work--grid {
    grid-gap: 70px 30px;
    grid-template-columns: repeat(12, 1fr);
  }
}

.home__our-work--grid,
 .mosaic-section .home__our-work--grid {
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 960px) {
  .home__our-work--grid-item {
    grid-column: span 4;
  }
}

.home__our-work--grid-item-content-wrap {
  padding: 0 15px;
}

.home__our-work--grid-item-headline,
 .mosaic-section .home__our-work--grid-item-headline {
  font-weight: 400;
  letter-spacing: -.02em;
}
@media only screen and (max-width: 720px) {
  .home__our-work--grid-item-headline,
 .mosaic-section .home__our-work--grid-item-headline {
    font-size: 24px;
  }
}

.home__our-work--grid-item-copy {
  display: none;
}
@media screen and (min-width: 720px) {
  .home__our-work--grid-item-copy {
    display: block;
  }
}

.home__our-work--grid-item-image-wrap {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
}

.home__our-work--grid-item-image {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  vertical-align: bottom;
}

.home__our-work--grid-item-link {
  display: inline-block;
  margin-top: 10px;
}
@media screen and (min-width: 720px) {
  .home__our-work--grid-item-link {
    margin-top: 35px;
  }
}

.home__quote-carousel {
  padding-top: var(--section-padding-vertical);
  padding-bottom: var(--section-padding-vertical);
}

.home__quote-carousel--slides-wrap {
  max-width: 900px;
  padding-bottom: 50px;
}

.mosaic-section .home__quote-carousel--slides {
  padding: 0;
  list-style: none;
}

.home__quote-carousel--slide {
  text-align: center;
}

.home__quote-carousel--slide-quote {
  margin-bottom: 40px;
}

.mosaic-section .home__quote-carousel--slide-quote {
  font-weight: 400;
}

.home__quote-carousel--slide-quote::before {
  content: "“";
  display: block;
  font-size: 38px;
}
@media screen and (min-width: 720px) {
  .home__quote-carousel--slide-quote::before {
    font-size: 58px;
  }
}

.home__quote-carousel--slide-quoter {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 40px;
}
@media screen and (min-width: 720px) {
  .home__quote-carousel--slide-quoter {
    padding: 5px 25px;
  }
}

.home__hero {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 720px) {
  .home__hero {
    overflow: hidden;
  }
}

.home__hero--content-wrap {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: calc(var(--section-padding-vertical) * 2.5);
  padding-bottom: calc(var(--section-padding-vertical) * 2.5);
  text-align: center;
}
@media screen and (min-width: 720px) {
  .home__hero--content-wrap {
    padding-top: calc(var(--section-padding-vertical) * 2);
    padding-bottom: calc(var(--section-padding-vertical) * 2);
  }
}

.home__hero--content-wrap h1 {
  font-weight: 400;
}

.home__hero--svg-wrap svg {
  display: block;
  width: 100%;
  height: auto;
}

.home__hero--slides-wrap {
  margin-top: -28px;
  padding: 7px 20px;
  border: 1px solid var(--sections-theme-white);
  border-radius: 40px;
  background: var(--sections-theme-white);
}
@media screen and (min-width: 720px) {
  .home__hero--slides-wrap {
    margin-top: -38px;
    padding: 10px 25px;
  }
}

.home__hero--slides {
  transition-timing-function: linear;
}

.mosaic-section .home__hero--slides {
  padding: 0;
  list-style: none;
}

.home__hero--slide {
  width: auto;
}

.mosaic-section .home__hero--slide {
  margin: 0;
}

.home__our-services-body-wrap {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
@media screen and (min-width: 720px) {
  .home__our-services-body-wrap {
    padding-top: 70px;
  }
}
@media screen and (min-width: 960px) {
  .home__our-services-body-wrap {
    padding-top: 80px;
  }
}

.home__our-services-content-wrap {
  text-align: center;
}

.home__our-services-content-headline {
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .home__our-services-content-headline {
    padding-bottom: 110px;
  }
}

.home__our-services-content-headline,
 .mosaic-section .home__our-services-content-headline {
  color: var(--sections-theme-black);
}

.home__about-body-wrap {
  margin-bottom: 75px;
}
@media screen and (min-width: 960px) {
  .home__about-body-wrap {
    margin-bottom: 120px;
  }
}

.home__about-copy-title,
 .mosaic-section .home__about-copy-title {
  padding-bottom: 20px;
}
@media screen and (min-width: 720px) {
  .home__about-copy-title,
 .mosaic-section .home__about-copy-title {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .home__about-copy-title,
 .mosaic-section .home__about-copy-title {
    padding-bottom: 42px;
  }
}

@media screen and (min-width: 720px) {
  .home__about-content-wrap {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 30% 1fr;
  }
}
@media screen and (min-width: 960px) {
  .home__about-content-wrap {
    grid-gap: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .home__about-content-wrap {
    grid-gap: 125px;
    grid-template-columns: 22% 1fr;
  }
}

.home__about-content-blurb {
  padding-bottom: 20px;
}
@media screen and (min-width: 720px) {
  .home__about-content-blurb {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 720px) {
  .home__about-copy {
    max-width: 720px;
  }
}

@media (hover: hover) {
  .home__project-link-wrap:hover,
 .mosaic-section .home__project-link-wrap:hover {
    text-decoration: none;
  }

  .home__project-link-wrap:hover .home__project-cta {
    border-color: var(--sections-theme-black);
    background: var(--sections-theme-black);
    color: var(--sections-theme-white);
  }

  .home__project-link-wrap:hover .home__project-image {
    opacity: .8;
  }
}

.magnets__wrap {
  padding-bottom: 85px;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .magnets__wrap {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 960px) {
  .magnets__wrap {
    display: block;
    max-width: 1150px;
    margin: 0 auto;
  }
}

.magnets__drop-zone {
  display: flex;
  grid-gap: 20px 10px;
  flex-flow: row wrap;
  justify-content: center;
  padding-bottom: 100px;
  list-style: none;
}
@media screen and (min-width: 720px) {
  .magnets__drop-zone {
    padding: 0 0 110px;
  }
}

.mosaic-section .magnets__drop-zone {
  padding-left: 0;
  list-style: none;
}

.magnets__drop-zone > :nth-child(1) [data-aos=jump].aos-animate {
  animation: jump 3s cubic-bezier(0, 0, .58, 1);
  animation-iteration-count: 1;
}

.magnets__drop-zone > :nth-child(3) [data-aos=jump].aos-animate {
  animation: jump-small 2.5s cubic-bezier(.4, 0, 1, 1);
  animation-iteration-count: 1;
}

.magnets__drop-zone > :nth-child(5) [data-aos=jump].aos-animate {
  animation: jump 3s cubic-bezier(.4, 0, 1, 1);
  animation-iteration-count: 1;
}

.magnets__drop-zone > :nth-child(7) [data-aos=jump].aos-animate {
  animation: jump-small 3s cubic-bezier(0, 0, .58, 1);
  animation-iteration-count: 1;
}

.magnets__drop-zone > :nth-child(2n) [data-aos=jump].aos-animate {
  animation: jump 0s ease-in-out;
  animation-iteration-count: 0;
}

.magnets__magnet {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 500;
}

.magnets__magnet,
 .mosaic-section .magnets__magnet {
  margin: 5px 5px 5px 0;
}
@media screen and (min-width: 720px) {
  .magnets__magnet,
 .mosaic-section .magnets__magnet {
    margin: 10px 10px 5px 0;
  }
}

.magnets__magnet--tilt-left .magnets__magnet-copy {
  transform: rotate(-15deg);
  transform-origin: center;
}

.magnets__magnet:nth-child(odd) .magnets__magnet-copy {
  transform: rotate(-15deg);
}

.magnets__magnet:nth-child(even) .magnets__magnet-copy {
  transform: rotate(-15deg);
}

.magnets__magnet:nth-child(3n) .magnets__magnet-copy {
  transform: rotate(-15deg);
}

.magnets__magnet:nth-child(3n+1) .magnets__magnet-copy {
  transform: rotate(10deg);
}

.magnets__magnet:nth-child(4n) .magnets__magnet-copy {
  transform: rotate(-5deg);
}

.magnets__magnet:nth-child(4n+1) .magnets__magnet-copy {
  transform: rotate(6deg);
}

.magnets__magnet--blue .magnets__magnet-copy {
  background-color: var(--sections-theme-blue);
  color: var(--sections-theme-white);
}

.magnets__magnet--green .magnets__magnet-copy {
  background-color: var(--sections-theme-green);
  color: var(--sections-theme-white);
}

.magnets__magnet--purple .magnets__magnet-copy {
  background-color: var(--sections-theme-purple);
  color: var(--sections-theme-white);
}

.magnets__magnet--orange .magnets__magnet-copy {
  background-color: var(--sections-theme-orange);
  color: var(--sections-theme-white);
}

.magnets__magnet--red .magnets__magnet-copy {
  background-color: var(--sections-theme-red);
  color: var(--sections-theme-white);
}

.magnets__magnet--tilt-right {
  transform: rotate(15deg);
  transform-origin: center;
}

.magnets__magnet--moving {
  z-index: 2;
}

.magnets__labels-wrap {
  display: flex;
  grid-gap: 5px;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 720px) {
  .magnets__labels-wrap {
    grid-gap: 25px;
  }
}

.magnets__labels-wrap,
 .mosaic-section .magnets__labels-wrap {
  padding: 0;
  list-style: none;
}

.magnets__labels-wrap .magnets__magnet,
 .mosaic-section .magnets__labels-wrap .magnets__magnet {
  margin: 0;
  transform: none;
}

.magnets__magnet-body {
  transition: all .2s ease-in-out;
}

.magnets__magnet-copy {
  display: block;
  padding: 4px 13px;
  border-radius: 5px;
  background: var(--sections-theme-white);
}

.magnets__magnet--draggable {
  cursor: move;
}

.magnets__pile-wrap > :nth-child(1n) [data-aos=jump].aos-animate {
  animation: jump 0s ease-in-out;
  animation-iteration-count: 0;
}

.magnets-alt {
  padding-top: 100px;
  padding-bottom: 75px;
}
@media screen and (min-width: 720px) {
  .magnets-alt .magnets__magnet {
    border: .8px solid #cfcdc0;
  }
}

.magnets-alt__content-headline {
  text-transform: none;
}

.mosaic-section .magnets-alt__content-headline {
  font-size: calc(26px + 27 * ((100vw - 375px) / 1065));
  font-size: clamp(26px, 26px + 27 * ((100vw - 375px) / 1065), 53px);
}

.magnets-alt__drop-zone {
  padding-top: 20px;
}

@media (hover: hover) {
  .magnets__magnet-body:hover {
    animation: tilt-shaking .25s ease-in-out;
  }
}

.section-orbits {
  overflow: hidden;
}

.orbits {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 720px) {
  .orbits {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.orbits__headline-wrap {
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .orbits__headline-wrap {
    padding-bottom: 60px;
  }
}

.orbits__headline {
  text-transform: uppercase;
}

.orbits__wrap {
  position: relative;
}

.orbits__orbit-wrap {
  display: none;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 720px) {
  .orbits__orbit-wrap {
    display: block;
  }
}

.orbits__content-wrap {
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .orbits__content-wrap {
    position: absolute;
    padding: 0;
    overflow: unset;
  }
}

.orbits__content-slides {
  align-items: center;
}
@media screen and (min-width: 720px) {
  .orbits__content-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: unset;
    transform: none !important;
  }
}

.orbits__content-slides,
 .mosaic-section .orbits__content-slides {
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 720px) {
  .orbits__content-slides,
 .mosaic-section .orbits__content-slides {
    padding-bottom: 15px;
  }
}

.orbits__orbit {
  position: relative;
  width: 303px;
  max-width: 303px;
  height: 1048px;
  margin: 0 auto;
}

.orbits__orbit svg {
  width: 100%;
  height: auto;
}

.orbits__orbit--purple {
  max-width: 303px;
}

.orbits__orbit--green {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.orbits__orbit--purple {
  position: absolute;
  top: calc(50% + 10px);
  left: 50%;
  transform: translateX(calc(-50% - 25px)) translateY(-50%) rotate(-46deg);
}

.orbits__orbit--purple svg {
  width: 327px;
}

.orbits__orbit--blue {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  transform-origin: center;
}

.orbits__orbit--blue svg {
  width: 324px;
}

.orbits__orbit-content-block {
  position: relative;
  z-index: 1;
  height: auto;
  border: 1px solid;
  border-radius: 20px;
  background: var(--sections-theme-bone);
  color: var(--sections-theme-black);
}

.mosaic-section .orbits__orbit-content-block {
  margin-bottom: 0;
}
@media screen and (min-width: 540px) {
  .orbits__orbit-content-block {
    max-width: 350px;
  }
}
@media screen and (min-width: 720px) {
  .orbits__orbit-content-block {
    width: 350px;
  }
}

.orbits__orbit-content-block::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%) rotate(45deg);
  transform-origin: center;
  border: 1px solid;
  border-radius: 6px;
  border-top-color: transparent;
  border-left-color: transparent;
  background: var(--sections-theme-white);
}

.orbits__orbit-content-block:first-child {
  border-color: var(--sections-theme-green);
}

.orbits__orbit-content-block:first-child::after {
  border-color: var(--sections-theme-green);
}

.orbits__orbit-content-block:nth-child(2) {
  border-color: var(--sections-theme-purple);
}

.orbits__orbit-content-block:nth-child(2)::after {
  border-color: var(--sections-theme-purple);
}

.orbits__orbit-content-block:nth-child(3) {
  border-color: var(--sections-theme-blue);
}

.orbits__orbit-content-block:nth-child(3)::after {
  border-color: var(--sections-theme-blue);
}

.orbits__orbit-content-block:nth-child(4) {
  border-color: var(--sections-theme-red);
}

.orbits__orbit-content-block:nth-child(4)::after {
  border-color: var(--sections-theme-red);
}

.orbits__orbit-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 30px;
  border: 1px solid transparent;
  border-radius: 20px;
  background: var(--sections-theme-white);
  color: var(--sections-theme-black);
}
@media screen and (min-width: 720px) {
  .orbits__orbit-content {
    height: auto;
  }
}

.orbits__orbit-content-headline {
  margin-bottom: 5px;
}

.orbits__mobile-orbit-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform-origin: center;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 720px) {
  .orbits__mobile-orbit-wrap {
    display: none;
  }
}

.orbits__mobile-orbit-wrap[data-orbit-slide-index="1"] {
  transform: rotate(-45deg);
}

.orbits__mobile-orbit-wrap[data-orbit-slide-index="2"] {
  transform: rotate(-90deg);
}

.orbits__mobile-orbit-wrap[data-orbit-slide-index="3"] {
  transform: rotate(-135deg);
}

.orbits__mobile-orbit {
  position: absolute;
  max-width: 130px;
  margin-top: -15px;
}

.orbits__mobile-orbit svg {
  display: block;
  width: 100%;
  height: auto;
}

.orbits__mobile-orbit--green {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.orbits__mobile-orbit--purple {
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.orbits__mobile-orbit--blue {
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}

.orbits__mobile-orbit--coral {
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
}

.image-carousel-with-modal {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 720px) {
  .image-carousel-with-modal {
    padding-top: 59px;
  }
}

.image-carousel-with-modal__slides-wrap {
  margin-right: -25px;
  margin-left: -25px;
}
@media screen and (min-width: 720px) {
  .image-carousel-with-modal__slides-wrap {
    margin-right: auto;
    margin-left: auto;
  }
}

.image-carousel-with-modal__slides-wrap .swiper-pagination {
  position: relative;
  bottom: 0;
  padding: 24px 25px 0;
}
@media screen and (min-width: 720px) {
  .image-carousel-with-modal__slides-wrap .swiper-pagination {
    padding-top: 36px;
  }
}

.image-carousel-with-modal__slides {
  width: 100%;
}

.mosaic-section .image-carousel-with-modal__slides {
  padding: 0;
  list-style: none;
}

.image-carousel-with-modal__slide {
  position: relative;
}

.mosaic-section .image-carousel-with-modal__slide {
  margin: 0;
}

.image-carousel-with-modal__slide-image-wrap {
  overflow: hidden;
}

.image-carousel-with-modal__slide-image {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 720px) {
  .image-carousel-with-modal__slide-image {
    aspect-ratio: 14/9;
  }
}

.image-carousel-with-modal__slide-button-wrap {
  display: none;
  position: absolute;
  z-index: 2;
  right: 50px;
  bottom: 27px;
}
@media screen and (min-width: 720px) {
  .image-carousel-with-modal__slide-button-wrap {
    display: block;
  }
}

.image-carousel-with-modal__slide-button {
  display: inline-block;
  padding: 10px 15px;
  border: 0;
  border-radius: 40px;
  background: rgba(255, 255, 255, .2);
  font-size: 13px;
}

.mosaic-section .image-carousel-with-modal__slide-button {
  color: #fff;
}

.projects-hero {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (min-width: 720px) {
  .projects-hero {
    padding-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .projects-hero {
    padding: 100px 100px 110px;
  }
}
@media screen and (min-width: 1200px) {
  .projects-hero {
    padding: 100px 150px 137px;
  }
}

.projects-hero__headline {
  padding-bottom: 35px;
}
@media screen and (min-width: 720px) {
  .projects-hero__headline {
    width: 60%;
  }
}

.projects-hero__headline h1 {
  color: var(--sections-theme-real-black);
}

.projects-hero__headline h1,
 .mosaic-section .projects-hero__headline h1 {
  padding-bottom: 0;
  font-weight: 400;
}

.projects-hero__grid-wrap {
  display: grid;
  grid-gap: 30px 0;
  grid-template-columns: repeat(12, 1fr);
  max-width: 500px;
}
@media screen and (min-width: 960px) {
  .projects-hero__grid-wrap {
    grid-gap: 30px 90px;
    grid-template-columns: 20% 1fr;
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .projects-hero__grid-wrap {
    grid-gap: 30px 125px;
  }
}

.projects-hero__grid-item {
  grid-column: span 12;
}
@media screen and (min-width: 960px) {
  .projects-hero__grid-item {
    grid-column: inherit;
  }
}

.project__image-hero-image {
  width: 100%;
}

.projects-hero__name-wrap,
 .mosaic-section .projects-hero__name-wrap {
  line-height: 153%;
}

.projects-hero__name-wrap a {
  position: relative;
  transition: all .3s ease-in-out;
}

.projects-hero__name-wrap a::after {
  content: "";
  visibility: hidden;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all .3s ease-in-out;
  background-color: #7529cc;
}

@media screen and (min-width: 960px) {
  .projects-hero__copy-middle-wrap {
    max-width: 600px;
  }
}

@media screen and (min-width: 960px) {
  .projects-hero__copy-right-wrap {
    grid-column: span 4;
  }
}

.projects-copy {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 960px) {
  .projects-copy {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.projects-copy__content-wrap {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 720px) {
  .projects-copy__content-wrap {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .projects-copy__content-wrap {
    width: 50%;
  }
}

.projects-quote {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 960px) {
  .projects-quote {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.projects-quote__wrap {
  max-width: 599px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.projects-quote__headline {
  color: var(--sections-theme-black);
}

.mosaic-section .projects-quote__headline {
  font-weight: 400;
  line-height: 138%;
}

.projects-quote__headline::before {
  content: "“";
  display: block;
  font-size: 40px;
}
@media screen and (min-width: 960px) {
  .projects-quote__headline::before {
    font-size: 50px;
  }
}

.projects-quote__credit {
  width: fit-content;
  margin: 0 auto;
  padding-top: 20px;
  color: var(--sections-theme-black);
}

.mosaic-section .projects-quote__credit {
  font-weight: 400;
  line-height: 138%;
}
@media screen and (min-width: 720px) {
  .projects-quote__credit {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .projects-quote__credit {
    padding-top: 40px;
  }
}

.project-image-grid__wrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
}

.mosaic-section .project-image-grid__wrap {
  padding-left: 0;
  list-style: none;
}

.project-image-grid__grid-item {
  position: relative;
  grid-column: span 12;
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .project-image-grid__grid-item--half-width {
    grid-column: span 6;
  }
}

.project-image-grid__grid-item--half-width .project-image-grid__content-quote-wrap {
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 720px) {
  .project-image-grid__grid-item--third-width {
    grid-column: span 4;
  }
}

.mosaic-section .project-image-grid__grid-item {
  margin-bottom: 0;
}

.project-image-grid__home-grid-item::before {
  content: "";
  position: absolute;
  z-index: 25;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
  opacity: 0;
  background-color: var(--sections-theme-soft-black);
}

.project-column-image-grid__wrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 720px) {
  .project-column-image-grid__wrap {
    grid-template-columns: 1fr 1fr;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 960px) {
  .project-column-image-grid__wrap {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .project-column-image-grid__wrap {
    padding-right: 150px;
    padding-left: 150px;
  }
}

.project-image-grid__image-wrap {
  height: 100%;
}

.project-image-grid__image {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.project-image-grid__video-wrap {
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 720px) {
  .project-image-grid__video-wrap {
    display: block;
    aspect-ratio: inherit;
  }
}

.project-image-grid__video {
  width: 100%;
  transition: border-radius .3s ease-in-out;
}
@media screen and (min-width: 720px) {
  .project-image-grid__video {
    aspect-ratio: inherit;
  }
}

.project-image-grid__video--desktop {
  display: none;
}
@media screen and (min-width: 720px) {
  .project-image-grid__video--desktop {
    display: block;
  }
}

.project-image-grid__video--mobile {
  object-fit: cover;
  height: 100% !important;
}
@media screen and (min-width: 720px) {
  .project-image-grid__video--mobile {
    display: none;
  }
}

.project-image-grid__content-wrap {
  display: flex;
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  grid-gap: 15px;
  flex-direction: column;
  width: 100%;
  padding: 40px 30px 30px;
  transition: all .3s ease-in-out;
  transition-delay: .25s;
  opacity: 0;
  color: var(--sections-theme-white);
}
@media screen and (min-width: 960px) {
  .project-image-grid__content-wrap {
    padding: 70px 55px 45px;
  }
}
@media screen and (min-width: 1200px) {
  .project-image-grid__content-wrap {
    padding: 100px 75px 65px;
  }
}

.project-image-grid__content-title {
  transition: all .2s ease-in-out;
}

.project-image-grid__content-title,
 .mosaic-section .project-image-grid__content-title {
  padding-bottom: 0;
  color: var(--sections-theme-white);
  font-weight: 500;
}

.project-image-grid__content-quote-wrap {
  display: none;
  position: relative;
  max-width: 350px;
}
@media screen and (min-width: 720px) {
  .project-image-grid__content-quote-wrap {
    width: 80%;
    max-width: 720px;
  }
}
@media screen and (min-width: 960px) {
  .project-image-grid__content-quote-wrap {
    display: block;
    max-width: 820px;
  }
}
@media screen and (min-width: 1200px) {
  .project-image-grid__content-quote-wrap {
    max-width: 900px;
  }
}

.project-image-grid__quote-copy,
 .mosaic-section .project-image-grid__quote-copy {
  font-weight: 400;
}

.project-image-grid__content-button {
  margin-top: auto;
}

.project-image-grid__content-button,
 .mosaic-section .project-image-grid__content-button {
  width: fit-content;
  color: var(--sections-theme-white);
}

.project-image-grid__quote-credit {
  padding-top: 30px;
}
@media screen and (min-width: 960px) {
  .project-image-grid__quote-credit {
    padding-top: 43px;
  }
}

.project-image-grid__quote-credit,
 .mosaic-section .project-image-grid__quote-credit {
  font-weight: 400;
}

.project-column-image-grid__right-column {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
}

.project-column-image-grid__left-grid-item {
  height: 100%;
}

.project-column-image-grid__grid-item-image-wrap {
  height: 100%;
  overflow: hidden;
}

.project-column-image-grid__grid-item-image {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-video__body-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.project__large-image-grid-wrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 720px) {
  .project__large-image-grid-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .project__large-image-grid-wrap {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .project__large-image-grid-wrap {
    padding-right: 150px;
    padding-left: 150px;
  }
}

@media screen and (min-width: 960px) {
  .projects-next-project {
    margin-top: 100px;
    padding-bottom: 40px;
  }
}

.projects-next-project__wrap {
  padding-top: 68px;
  border-top: 2px solid;
}
@media screen and (min-width: 960px) {
  .projects-next-project__wrap {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .projects-next-project__wrap {
    padding-left: 120px;
  }
}

.projects-next-project__content-headline,
 .mosaic-section .projects-next-project__content-headline {
  padding-bottom: 33px;
  color: var(--sections-theme-real-black);
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .projects-next-project__content-headline,
 .mosaic-section .projects-next-project__content-headline {
    padding-bottom: 30px;
    font-size: 36px;
  }
}

.projects-next-project__content-link {
  display: inline-block;
  position: relative;
  font-size: 18px;
  letter-spacing: -.2px;
}

.mosaic-section .projects-next-project__content-link {
  font-weight: 400;
  text-decoration: none;
}

.projects-next-project__content-link::after {
  content: "";
  visibility: hidden;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all .3s ease-in-out;
  background-color: var(--sections-theme-black);
}

.mosaic-section .projects-next-project__content-link:focus {
  text-decoration: none;
}

.projects-next-project__content-link:focus::after {
  visibility: visible;
  width: 100%;
}

.project-studio-team__body-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 960px) {
  .project-studio-team__body-wrap {
    padding-bottom: 0;
    padding-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .project-studio-team__body-wrap {
    padding-left: 150px;
  }
}

.project-studio-team__content-wrap {
  width: 80%;
  max-width: 400px;
}

.project-studio-team__content strong {
  font-weight: 600;
}

@media (hover: hover) {
  .project-image-grid__home-grid-item:hover .project-image-grid__image,
.project-image-grid__home-grid-item:hover .project-image-grid__video {
    border-radius: 50px;
  }

  .project-image-grid__home-grid-item:hover .project-image-grid__content-wrap {
    opacity: 1;
  }

  .project-image-grid__home-grid-item:hover::before {
    border-radius: 50px;
    opacity: 1;
  }

  .projects-hero__name-wrap a:hover {
    color: #f17300;
  }

  .projects-hero__name-wrap a:hover,
 .mosaic-section .projects-hero__name-wrap a:hover {
    text-decoration: none;
  }

  .projects-hero__name-wrap a:hover::after {
    visibility: visible;
    width: 100%;
  }

  .project-image-grid__content-button:hover {
    border-color: var(--sections-theme-white);
  }

  .mosaic-section .projects-next-project__content-link:hover {
    text-decoration: none;
  }

  .projects-next-project__content-link:hover::after {
    visibility: visible;
    width: 100%;
  }
}

.staff {
  padding-bottom: 100px;
}
@media screen and (min-width: 720px) {
  .staff {
    padding-bottom: 40px;
  }
}

.staff__wrap {
  display: grid;
  grid-gap: 100px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 40ch), 1fr));
}
@media screen and (min-width: 720px) {
  .staff__wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .staff__wrap {
    grid-gap: 140px;
  }
}

@media screen and (min-width: 720px) {
  .staff__content-wrap {
    padding-top: 44px;
  }
}

.staff__content-wrap > * {
  margin-bottom: 1em;
}

.staff__content-wrap p {
  margin-bottom: 0;
  padding-bottom: 1.2em;
}

.staff__content-wrap :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.staff__staff-grid-items {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 720px) {
  .staff__staff-grid-items {
    grid-gap: 40px;
  }
}

.mosaic-section .staff__staff-grid-items {
  padding: 0;
  list-style: none;
}

.mosaic-section .staff__staff-grid-item {
  margin-bottom: 0;
}

.staff__staff-link {
  display: block;
}

.mosaic-section .staff__staff-link:hover {
  text-decoration: none;
}

.mosaic-section .staff__staff-link {
  text-decoration: none;
}

.staff__staff-image-wrap {
  overflow: hidden;
}

.staff__staff-image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.staff__staff-content-wrap {
  padding: 15px;
  border: 1px solid var(--sections-theme-white);
  border-top-color: transparent;
}
@media screen and (min-width: 720px) {
  .staff__staff-content-wrap {
    padding: 26px;
  }
}

@media screen and (min-width: 720px) {
  .staff__staff-name {
    margin-bottom: 10px;
  }
}

.mosaic-section .staff__staff-name {
  font-size: 14px;
  letter-spacing: -.02em;
  line-height: 116%;
}
@media screen and (min-width: 720px) {
  .mosaic-section .staff__staff-name {
    font-size: 20px;
    line-height: 130%;
  }
}

.staff__staff-title {
  font-size: 8px;
  letter-spacing: -.02em;
}
@media screen and (min-width: 720px) {
  .staff__staff-title {
    font-size: 13px;
  }
}

.staff-copy__wrap {
  padding-bottom: 100px;
}
@media screen and (min-width: 720px) {
  .staff-copy__wrap {
    padding-top: 100px;
  }
}

.staff-copy__content-wrap > * {
  margin-bottom: 1em;
}

.staff-copy__content-wrap p {
  margin-bottom: 0;
  padding-bottom: 1.2em;
}

.staff-copy__content-wrap :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.staff-member {
  padding-top: 20px;
  padding-bottom: 100px;
}
@media screen and (min-width: 720px) {
  .staff-member {
    padding-top: 70px;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 960px) {
  .staff-member {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .staff-member {
    padding-top: 140px;
  }
}

.staff-member__wrap {
  display: flex;
  grid-gap: 45px;
  flex-flow: row wrap;
}
@media screen and (min-width: 720px) {
  .staff-member__wrap {
    flex-flow: row nowrap;
  }
}
@media screen and (min-width: 960px) {
  .staff-member__wrap {
    grid-gap: 50px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .staff-member__wrap {
    padding-right: 65px;
  }
}

.staff-member__image-wrap {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .staff-member__image-wrap {
    width: 35%;
  }
}

.staff-member__image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 0;
}

.staff-member__social-list-wrap {
  display: flex;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
@media screen and (min-width: 960px) {
  .staff-member__social-list-wrap {
    justify-content: flex-start;
  }
}

.staff-member__content-wrap {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .staff-member__content-wrap {
    width: 65%;
    max-width: 850px;
  }
}

.staff-member__content-name {
  margin-bottom: 12px;
}

.mosaic-section .staff-member__content-name {
  font-size: calc(22px + 10 * ((100vw - 375px) / 1065));
  font-size: clamp(22px, 22px + 10 * ((100vw - 375px) / 1065), 32px);
}

.mosaic-section .staff-member__content-sub-title {
  font-size: calc(18px + 4 * ((100vw - 375px) / 1065));
  font-size: clamp(18px, 18px + 4 * ((100vw - 375px) / 1065), 22px);
}

.staff-member__content-copy-wrap {
  margin-top: 10px;
}
@media screen and (min-width: 720px) {
  .staff-member__content-copy-wrap {
    margin-top: 35px;
  }
}

.staff-member__content-copy-wrap p:not(:last-child) {
  padding-bottom: 1.2em;
}

.staff-feature-projects__body-wrap {
  display: block;
  position: relative;
}

.staff-feature-projects__body-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 2px;
  background-color: var(--sections-theme-black);
}
@media screen and (min-width: 960px) {
  .staff-feature-projects__body-wrap::before {
    right: 37px;
    left: 37px;
  }
}

.staff-feature-projects__content-wrap {
  padding-top: 45px;
  padding-bottom: 60px;
}
@media screen and (min-width: 720px) {
  .staff-feature-projects__content-wrap {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

.mosaic-section .staff-feature-projects__content-title {
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .mosaic-section .staff-feature-projects__content-title {
    padding-bottom: 30px;
  }
}

.staff-feature-projects__projects-wrap {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 720px) {
  .staff-feature-projects__projects-wrap {
    grid-gap: 30px 16px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .staff-feature-projects__projects-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.staff-feature-projects__projects-link-wrap {
  display: block;
  position: relative;
}

.staff-feature-projects__projects-link-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .3s ease-in-out;
  opacity: 0;
  background-color: var(--sections-theme-black);
}

.staff-feature-projects__projects-image-wrap {
  line-height: 0;
}

.staff-feature-projects__projects-image {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.staff-feature-projects__projects-title {
  z-index: 1;
  padding: 15px 20px 0;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 720px) {
  .staff-feature-projects__projects-title {
    max-width: 300px;
  }
}
@media screen and (min-width: 960px) {
  .staff-feature-projects__projects-title {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    max-width: 250px;
    padding: 0;
    opacity: 0;
  }
}
@media screen and (min-width: 1200px) {
  .staff-feature-projects__projects-title {
    right: 25px;
    bottom: 30px;
    left: 25px;
  }
}

.mosaic-section .staff-feature-projects__projects-title {
  color: var(--sections-theme-black);
}
@media screen and (min-width: 960px) {
  .mosaic-section .staff-feature-projects__projects-title {
    color: var(--sections-theme-white);
  }
}

@media screen and (min-width: 720px) {
  .transform-staff-copy .staff__content-wrap {
    transform: translateY(-25%);
  }
}

@media (hover: hover) {
  .staff-feature-projects__projects-link-wrap:hover {
    text-decoration: none;
  }

  .mosaic-section .staff-feature-projects__projects-link-wrap:hover {
    text-decoration: none;
  }
}
@media screen and (hover: hover) and (min-width: 960px) {
  .staff-feature-projects__projects-link-wrap:hover::after {
    border-radius: 20px;
    opacity: 1;
  }
}
@media (hover: hover) {
  .staff-feature-projects__projects-link-wrap:hover .staff-feature-projects__projects-image {
    border-radius: 50px;
  }
}
@media screen and (hover: hover) and (min-width: 960px) {
  .staff-feature-projects__projects-link-wrap:hover .staff-feature-projects__projects-image {
    border-radius: 20px;
  }
}
@media (hover: hover) {
  .staff-feature-projects__projects-link-wrap:hover .staff-feature-projects__projects-title {
    opacity: 1;
  }

  .mosaic-section .staff-feature-projects__projects-link-wrap:hover .staff-feature-projects__projects-title {
    text-decoration: none;
  }
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
  margin-bottom: 25px;
  padding: 10px 25px;
  border: none;
  border-bottom: 1px solid var(--sections-theme-black);
  outline: none;
  background: var(--sections-theme-white);
  color: var(--sections-theme-black);
  font-size: 16px;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: var(--sections-theme-black);
  font-family: "GT America Standard", sans-serif;
  font-size: 16px;
}

textarea {
  padding-top: 20px;
  padding-bottom: 20px;
}

label {
  display: none;
}

.contact-us-form__form-wrap .gform_title,
.jobs-form__form-wrap .gform_title {
  display: none;
}

.contact-us-form__form-wrap .gform_footer,
.jobs-form__form-wrap .gform_footer {
  margin-top: 18px;
}

.contact-us-form__form-wrap .gform_footer .gform_button,
.jobs-form__form-wrap .gform_footer .gform_button {
  min-height: 32px;
  margin: 20px 0 0;
  padding: 3px 55px;
}
@media screen and (min-width: 960px) {
  .contact-us-form__form-wrap .gform_footer .gform_button,
.jobs-form__form-wrap .gform_footer .gform_button {
    padding: 12px 62px;
  }
}

.contact-us-form__form-wrap .gform_wrapper.gravity-theme .gform_fields,
.jobs-form__form-wrap .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 29px;
}

.contact-us-form__form-wrap .gform_wrapper.gravity-theme input[type=email],
.contact-us-form__form-wrap .gform_wrapper.gravity-theme input[type=text],
.jobs-form__form-wrap .gform_wrapper.gravity-theme input[type=email],
.jobs-form__form-wrap .gform_wrapper.gravity-theme input[type=text] {
  padding: 6px 14px;
}
@media screen and (min-width: 720px) {
  .contact-us-form__form-wrap .gform_wrapper.gravity-theme input[type=email],
.contact-us-form__form-wrap .gform_wrapper.gravity-theme input[type=text],
.jobs-form__form-wrap .gform_wrapper.gravity-theme input[type=email],
.jobs-form__form-wrap .gform_wrapper.gravity-theme input[type=text] {
    padding: 12px 22px;
  }
}

.contact-us-form__form-wrap .gform_wrapper.gravity-theme textarea,
.jobs-form__form-wrap .gform_wrapper.gravity-theme textarea {
  padding: 22px;
}

.contact-us-form__form-wrap .gform_wrapper.gravity-theme .gfield textarea,
.jobs-form__form-wrap .gform_wrapper.gravity-theme .gfield textarea {
  font-family: "GT America Standard", sans-serif;
  font-size: 16px;
}

.contact-us-form__form-wrap .gform_wrapper.gravity-theme .gfield textarea::placeholder,
.jobs-form__form-wrap .gform_wrapper.gravity-theme .gfield textarea::placeholder {
  font-size: 16px;
}

.contact-us-form__form-wrap .gfield_description,
.jobs-form__form-wrap .gfield_description {
  font-family: "GT America Standard", sans-serif;
  font-size: 16px;
}

.contact-us-form__form-wrap .field_description_above .gfield_description,
.jobs-form__form-wrap .field_description_above .gfield_description {
  padding-bottom: 8px !important;
}

.contact-us-form__form-wrap .ginput_container_fileupload,
.jobs-form__form-wrap .ginput_container_fileupload {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}

.contact-us-form__form-wrap .ginput_container_fileupload input.large,
.jobs-form__form-wrap .ginput_container_fileupload input.large {
  max-width: 300px;
  border: 1px solid #090b0b;
  font-family: "GT America Standard", sans-serif;
  font-size: 16px;
}

.contact-us-form__form-wrap .gform_fileupload_rules,
.jobs-form__form-wrap .gform_fileupload_rules {
  margin-top: 0;
  font-family: "GT America Standard", sans-serif;
  font-size: 16px;
}

.contact-us-form__form-wrap .gform_submission_error,
.jobs-form__form-wrap .gform_submission_error {
  padding-bottom: 0;
}

.footer__form-wrap .gform_wrapper {
  margin-top: 20px;
}

.footer__form-wrap .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]) {
  padding: 12px;
  line-height: 100%;
}

.footer__form-wrap .gfield_label {
  height: 0;
  margin: 0;
  opacity: 0;
}

.footer__form-wrap .gform_wrapper.gravity-theme .gfield_label {
  display: none;
}

.footer__form-wrap .ginput_container_email input {
  padding-left: 0 !important;
  border: none;
  border-bottom: 1px solid var(--sections-theme-white);
  border-radius: 0;
  background-color: transparent;
  color: var(--sections-theme-white);
}

.footer__form-wrap .ginput_container_email input::placeholder {
  color: var(--sections-theme-white);
}

.footer__form-wrap .gform_button {
  display: initial;
  min-height: 32px;
  padding: 0 23px;
  transition: all .3s ease-in-out;
  border: 1px solid;
  border-radius: var(--button-border-radius);
  background: transparent;
  color: var(--sections-theme-white);
  font-size: var(--button-font-size);
  font-weight: 700;
  line-height: var(--button-line-height);
  text-transform: none;
}
@media screen and (min-width: 960px) {
  .footer__form-wrap .gform_button {
    padding: 8px 23px;
  }
}

.footer__form-wrap .gform_button:focus {
  border-color: var(--sections-theme-white);
  background-color: var(--sections-theme-white);
  color: var(--sections-theme-green);
}

@media (hover: hover) {
  .footer__form-wrap .gform_button:hover {
    background-color: var(--sections-theme-white);
    color: var(--sections-theme-green);
  }
}

.footer__body-wrap {
  display: grid;
  grid-gap: 28px;
  padding-top: 41px;
}
@media screen and (min-width: 960px) {
  .footer__body-wrap {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 10fr 47fr 45fr;
    max-width: none;
    padding: 0 30px 20px 0;
  }
}

.footer__links-body-wrap {
  padding: 40px 40px 98px;
  border-radius: 8px;
  background: var(--sections-theme-blue);
  color: var(--sections-theme-white);
  text-align: center;
}
@media screen and (min-width: 960px) {
  .footer__links-body-wrap {
    order: 2;
    padding: 80px 40px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .footer__links-body-wrap {
    order: 2;
    padding: 98px 55px 98px 87px;
    text-align: left;
  }
}

@media screen and (min-width: 960px) {
  .footer__main-nav-wrap,
.footer__form-wrap {
    grid-column: span 4;
  }
}

.footer__logo-wrap {
  display: inline-block;
  margin-bottom: 51px;
}
@media screen and (min-width: 720px) {
  .footer__logo-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .footer__logo-wrap {
    width: 60%;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__logo-wrap {
    margin-bottom: 75px;
  }
}

.footer__logo {
  width: 100%;
  max-width: 222px;
  opacity: .8;
}
@media screen and (min-width: 960px) {
  .footer__logo {
    max-width: 246px;
  }
}

.footer__main-content-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .footer__main-content-wrap {
    grid-gap: 5px 25px;
    flex-direction: inherit;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .footer__main-content-wrap {
    grid-gap: 5px 60px;
  }
}

.footer__nav-list-wrap {
  display: grid;
  grid-template-columns: 1fr;
  order: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .footer__nav-list-wrap {
    width: 40%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer__nav-list-wrap {
    width: 33%;
  }
}

.footer__nav-list-item {
  transition: all .3s ease-in-out;
  line-height: 110%;
}

.footer__nav-list-item a {
  color: var(--sections-theme-white);
  font-size: 16px;
}

.footer__nav-list-item:last-of-type {
  padding-bottom: 0;
}

.footer__nav-list-link {
  font-weight: 500;
}

.footer__copyright-wrap {
  order: 3;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .footer__copyright-wrap {
    order: 2;
    width: 50%;
    margin-top: 0;
  }
}

.footer__copyright-content {
  font-size: 16px;
  line-height: 138%;
}

.footer__copyright-content strong {
  font-weight: 600;
}

.footer__social-list-wrap {
  display: flex;
  grid-gap: 20px;
  align-items: center;
  justify-content: center;
  order: 2;
}
@media screen and (min-width: 960px) {
  .footer__social-list-wrap {
    justify-content: flex-start;
    order: 3;
    width: 100%;
    padding-top: 30px;
  }
}

.footer__social-link {
  transition: all .3s ease-in-out;
}

.footer__form-body-wrap {
  padding: 59px 30px;
  border-radius: 8px;
  background: var(--sections-theme-green);
  color: var(--sections-theme-white);
  text-align: center;
}
@media screen and (min-width: 960px) {
  .footer__form-body-wrap {
    display: flex;
    align-items: center;
    order: 3;
    padding: 0 40px;
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .footer__form-body-wrap {
    padding: 0 80px;
  }
}

.footer__form-wrap {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 145%;
}
@media screen and (min-width: 960px) {
  .footer__form-wrap {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer__form-wrap {
    width: 80%;
  }
}

.footer__form-wrap p {
  padding-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .footer__form-wrap p {
    padding-bottom: 10px;
  }
}

.footer__form-wrap p:nth-child(2) {
  margin-bottom: 10px;
}

.footer__form-wrap strong {
  font-weight: 600;
}

.footer__blue-block {
  width: 100%;
  height: 50px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: var(--sections-theme-red);
}
@media screen and (min-width: 960px) {
  .footer__blue-block {
    order: 1;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-right-radius: 8px;
  }
}

@media (hover: hover) {
  .footer__nav-list-wrap:hover > .footer__nav-list-item {
    opacity: .5;
  }

  .footer__nav-list-wrap:hover > .footer__nav-list-item:hover {
    opacity: 1;
  }

  .footer__social-list-wrap:hover .footer__social-link {
    opacity: .5;
  }

  .footer__social-list-wrap:hover .footer__social-link:hover {
    opacity: 1;
  }
}

.home__vertical-carousel--slides-wrap .swiper-pagination-vertical.swiper-pagination-bullets,
.home__vertical-carousel--slides-wrap .swiper-vertical > .swiper-pagination-bullets {
  top: 40px;
  transform: none;
}
@media screen and (min-width: 720px) {
  .home__vertical-carousel--slides-wrap .swiper-pagination-vertical.swiper-pagination-bullets,
.home__vertical-carousel--slides-wrap .swiper-vertical > .swiper-pagination-bullets {
    top: 20px;
    right: auto;
    left: calc(55% + 15px);
  }
}
@media screen and (min-width: 720px) {
  .home__vertical-carousel--image-right .swiper-pagination-vertical.swiper-pagination-bullets,
.home__vertical-carousel--image-right .swiper-vertical > .swiper-pagination-bullets {
    right: calc(55% + 15px);
    left: auto;
  }
}

.mosaic-section .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
 .home__vertical-carousel--slides-wrap .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.mosaic-section .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.home__vertical-carousel--slides-wrap .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 41px;
  height: 10px;
  border: 1px solid;
  border-radius: 40px;
  opacity: 1;
  background: transparent;
}

.mosaic-section .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
 .home__vertical-carousel--slides-wrap .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.mosaic-section .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.home__vertical-carousel--slides-wrap .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--sections-theme-black);
}
@media screen and (min-width: 720px) {
  .mosaic-section .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
 .home__vertical-carousel--slides-wrap .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.mosaic-section .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.home__vertical-carousel--slides-wrap .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 41px;
  }
}

.mosaic-section .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
 .home__vertical-carousel--slides-wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
 .home__quote-carousel--slides-wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.mosaic-section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.home__vertical-carousel--slides-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.home__quote-carousel--slides-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 41px;
  height: 10px;
  border: 1px solid;
  border-radius: 40px;
  opacity: 1;
  background: transparent;
}

.mosaic-section .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
 .home__vertical-carousel--slides-wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
 .home__quote-carousel--slides-wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.mosaic-section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.home__vertical-carousel--slides-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.home__quote-carousel--slides-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--sections-theme-black);
}

.home__quote-carousel--slides-wrap .swiper-horizontal > .swiper-pagination-bullets,
.home__quote-carousel--slides-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.home__quote-carousel--slides-wrap .swiper-pagination-custom,
.home__quote-carousel--slides-wrap .swiper-pagination-fraction {
  bottom: 0;
}

.modal {
  display: none;
  position: fixed;
  z-index: 100000000000000020;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transition: all .2s ease-in-out;
  opacity: 0;
  background-color: var(--sections-theme-white);
}

.modal--active {
  display: block;
  opacity: 1;
}

.modal__wrap {
  display: flex;
  position: relative;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.modal__content-wrap {
  padding: 30px 0;
}
@media screen and (min-width: 720px) {
  .modal__content-wrap {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 50px 0;
  }

  .modal__content-wrap img {
    aspect-ratio: auto;
  }
}

.modal__btn--close {
  position: absolute;
  z-index: 3;
  top: 15px;
  right: 12px;
  height: 25px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.modal__btn-line {
  display: block;
  position: relative;
  left: 50%;
  width: 29px;
  height: 3px;
  transform: rotate(0deg) translateX(-50%);
  transition: .25s ease-in-out;
  background: var(--sections-theme-black);
}

.modal__btn-line:first-of-type,
.modal__btn-line:nth-child(2) {
  width: 29px;
  height: 3px;
  background-color: var(--sections-theme-black);
}

.modal__btn-line:first-of-type {
  top: -1px;
  left: 1px;
  transform: rotate(45deg) translateX(0%);
}

.modal__btn-line:nth-child(2) {
  top: -4px;
  left: 3%;
  transform: rotate(-45deg) translateX(0%);
}

.modal__btn-line:nth-child(3) {
  width: 0;
  height: 0;
  border: 0;
}

.blog__article-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  color: #000;
}

.blog__post-body-wrap {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 180px;
}

.blog__post-title-wrap {
  max-width: 563px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.blog__post-title {
  color: #000;
}

.blog__post-author {
  margin-top: 15px;
  line-height: 125%;
  text-transform: capitalize;
}
@media screen and (min-width: 720px) {
  .blog__post-author {
    margin-top: 20px;
    font-size: 20px;
  }
}

.blog__post-content-wrap {
  margin-top: 45px;
  font-size: calc(22px + 2 * ((100vw - 375px) / 1065));
  font-size: clamp(22px, 22px + 2 * ((100vw - 375px) / 1065), 24px);
  line-height: 155%;
}

.blog__post-content-wrap p:not(:last-child) {
  padding-bottom: 2em;
}

.blog__post-content-wrap blockquote {
  padding-top: 2em;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}

.blog__post-content-wrap blockquote:not(:last-child) {
  padding-bottom: 4em;
}
@media screen and (min-width: 720px) {
  .blog__post-content-wrap blockquote {
    font-size: 28px;
  }
}

.blog__post-content-wrap blockquote::before {
  content: "“";
  display: block;
  font-size: 28px;
  line-height: 150%;
}

.animating-svg-drawings__wrap {
  --svg-stroke-dasharray: 900;
  --svg-stroke-dashoffset: 900;
  --svg-animation-duration: 2s;
  --svg-animation-timing-funciton: linear;
  --svg-animation-fill-mode: forwards;
  display: block;
}
@media screen and (min-width: 720px) {
  .animating-svg-drawings__wrap {
    display: block;
  }
}

.animating-svg-drawings__drawing {
  position: absolute;
  z-index: 4;
  transition: all 4s cubic-bezier(.4, 0, 1, 1);
  animation: animate-line-svg var(--svg-animation-duration) var(--svg-animation-timing-funciton) var(--svg-animation-fill-mode);
  animation-delay: 1.75s;
  stroke-dasharray: var(--svg-stroke-dasharray);
  stroke-dashoffset: var(--svg-stroke-dashoffset);
}

.animating-svg-drawings__drawing--red-horizontal-lines {
  position: absolute;
  bottom: 215px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 720px) {
  .animating-svg-drawings__drawing--red-horizontal-lines {
    bottom: 50%;
  }
}
@media only screen and (max-width: 720px) {
  .animating-svg-drawings__drawing--red-horizontal-lines {
    width: 200px;
  }

  .animating-svg-drawings__drawing--red-horizontal-lines svg {
    display: block;
    width: 100%;
  }
}

.animating-svg-drawings__drawing--red-horizontal-lines path:nth-child(2) {
  animation-delay: 8s;
}

.animating-svg-drawings__drawing--red-horizontal-lines path:last-child {
  animation-delay: 12s;
}

.animating-svg-drawings__drawing--blue-squiggle {
  --svg-animation-duration: 2.25s;
  position: absolute;
  bottom: 10%;
  left: -5%;
}
@media only screen and (max-width: 720px) {
  .animating-svg-drawings__drawing--blue-squiggle {
    width: 100px;
  }

  .animating-svg-drawings__drawing--blue-squiggle svg {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 720px) {
  .animating-svg-drawings__drawing--blue-squiggle {
    bottom: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .animating-svg-drawings__drawing--blue-squiggle {
    bottom: 170px;
    left: 5px;
  }
}

.animating-svg-drawings__drawing--green-star {
  --svg-animation-duration: 3s;
  position: absolute;
  bottom: 70%;
  left: 10%;
}
@media only screen and (max-width: 720px) {
  .animating-svg-drawings__drawing--green-star {
    width: 45px;
  }

  .animating-svg-drawings__drawing--green-star svg {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .animating-svg-drawings__drawing--green-star {
    bottom: 70%;
    left: 200px;
  }
}

.animating-svg-drawings__drawing--red-zig-zag {
  --svg-stroke-dasharray: 1000;
  --svg-stroke-dashoffset: 1000;
  position: absolute;
  top: -10%;
  left: 25%;
}
@media only screen and (max-width: 720px) {
  .animating-svg-drawings__drawing--red-zig-zag {
    width: 100px;
    transform: rotate(-10deg);
    transform-origin: center;
  }

  .animating-svg-drawings__drawing--red-zig-zag svg {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 720px) {
  .animating-svg-drawings__drawing--red-zig-zag {
    top: -20%;
    left: 25%;
  }
}

.animating-svg-drawings__drawing--purple-zig-zag {
  --svg-animation-duration: 3.75s;
  position: absolute;
  right: 25%;
  bottom: 12%;
}
@media only screen and (max-width: 720px) {
  .animating-svg-drawings__drawing--purple-zig-zag {
    width: 100px;
    transform: rotate(20deg);
    transform-origin: center;
  }

  .animating-svg-drawings__drawing--purple-zig-zag svg {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 720px) {
  .animating-svg-drawings__drawing--purple-zig-zag {
    right: 22%;
    bottom: 22%;
  }
}
@media screen and (min-width: 1200px) {
  .animating-svg-drawings__drawing--purple-zig-zag {
    right: 335px;
    bottom: 200px;
  }
}

.animating-svg-drawings__drawing--green-spiral {
  --svg-animation-duration: 3.5s;
  position: absolute;
  top: 2%;
  right: 20%;
}
@media only screen and (max-width: 720px) {
  .animating-svg-drawings__drawing--green-spiral {
    width: 45px;
  }

  .animating-svg-drawings__drawing--green-spiral svg {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 720px) {
  .animating-svg-drawings__drawing--green-spiral {
    top: -2%;
    right: 25%;
  }
}

.animating-svg-drawings__drawing--purple-star {
  --svg-animation-duration: 3s;
  position: absolute;
  top: 15%;
  right: 10px;
}
@media only screen and (max-width: 720px) {
  .animating-svg-drawings__drawing--purple-star {
    width: 50px;
  }

  .animating-svg-drawings__drawing--purple-star svg {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .animating-svg-drawings__drawing--purple-star {
    top: 12%;
    right: 100px;
  }
}

.animating-svg-drawings__drawing--purple-squiggle {
  --svg-stroke-dasharray: 900;
  --svg-stroke-dashoffset: -700;
  --svg-animation-duration: 1.25s;
  right: -8%;
  bottom: -1%;
}
@media only screen and (max-width: 720px) {
  .animating-svg-drawings__drawing--purple-squiggle {
    width: 100px;
  }

  .animating-svg-drawings__drawing--purple-squiggle svg {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 720px) {
  .animating-svg-drawings__drawing--purple-squiggle {
    right: -5%;
    bottom: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .animating-svg-drawings__drawing--purple-squiggle {
    right: 1%;
    bottom: 9%;
  }
}

.animating-svg-drawings__drawing--purple-eyes {
  --svg-animation-duration: 4.5s;
  top: 50%;
  right: 5%;
}
@media only screen and (max-width: 720px) {
  .animating-svg-drawings__drawing--purple-eyes {
    width: 40px;
    transform: rotate(-10deg);
    transform-origin: center;
  }

  .animating-svg-drawings__drawing--purple-eyes svg {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 720px) {
  .animating-svg-drawings__drawing--purple-eyes {
    top: 37%;
    right: 15%;
  }
}
@media screen and (min-width: 1200px) {
  .animating-svg-drawings__drawing--purple-eyes {
    top: 30%;
    right: 250px;
    transform: translateY(10px);
  }
}

@keyframes animate-line-svg {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}
@keyframes jump-small {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotateWord {
  0% {
    opacity: 0;
  }

  2% {
    transform: translateY(-30px);
    opacity: 0;
  }

  10% {
    transform: translateY(0);
    opacity: 1;
  }

  90% {
    transform: translateY(0);
    opacity: 1;
  }

  98% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

[data-aos=remove-overlay] {
  top: 0;
  transition-property: top;
  transition-delay: .7s;
}

[data-aos=remove-overlay].aos-animate {
  top: 100%;
}

.coming-soon__body-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  min-height: 500px;
  text-align: center;
}

.coming-soon__logo-wrap {
  display: block;
  position: absolute;
  top: 40px;
  left: 50%;
  width: 70%;
  max-width: 222px;
  transform: translateX(-50%);
}
@media screen and (min-width: 720px) {
  .coming-soon__logo-wrap {
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .coming-soon__logo-wrap {
    top: 65px;
    width: 40%;
    max-width: 260px;
  }
}

.coming-soon__logo {
  width: 100%;
  height: auto;
}

.coming-soon__title-wrap {
  justify-self: center;
}

.coming-soon__title,
 .mosaic-section .coming-soon__title {
  font-weight: 400;
}

.coming-soon__email-wrap {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .coming-soon__email-wrap {
    bottom: 65px;
  }
}

.coming-soon__email a {
  padding-bottom: 2px;
  transition: all .3s ease-in-out;
  border-bottom: 1px solid var(--sections-theme-black);
  font-weight: 400;
}

.coming-soon__email a:focus {
  border-color: var(--sections-theme-green);
  color: var(--sections-theme-green);
}

@media (hover: hover) {
  .coming-soon__email a:hover {
    border-color: var(--sections-theme-green);
    color: var(--sections-theme-green);
  }
}

.mosaic_404__body-wrap {
  position: relative;
  max-width: none;
  height: 100vh;
  min-height: 500px;
  padding-top: 50px;
}
@media screen and (min-width: 720px) {
  .mosaic_404__body-wrap {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .mosaic_404__body-wrap {
    padding-top: 100px;
  }
}

.mosaic-404__copy-wrap {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
}

.mosaic-404__title-wrap {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (min-width: 720px) {
  .mosaic-404__title-wrap {
    max-width: 600px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 960px) {
  .mosaic-404__title-wrap {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .mosaic-404__title-wrap {
    padding-top: 110px;
  }
}

.mosaic-404__color-watch-wrap {
  display: block;
  position: relative;
  z-index: 9999999999;
  width: auto;
  margin: 0 auto;
}

.m2__color-swatch--wrap {
  display: flex;
  grid-gap: 10px;
  flex-flow: row wrap;
  justify-content: center;
}

.mosaic-404__title-num {
  position: relative;
  width: 30%;
  max-width: 145px;
}
@media screen and (min-width: 720px) {
  .mosaic-404__title-num {
    display: block;
    width: fit-content;
    max-width: none;
    height: auto;
  }
}

.mosaic-404__title-num svg {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .mosaic-404__title-num img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.callout-with-cta__body-wrap {
  padding-top: 10px;
  padding-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .callout-with-cta__body-wrap {
    padding-top: 35px;
    padding-bottom: 110px;
  }
}

.callout-with-cta__copy-wrap {
  max-width: 900px;
  padding-bottom: 20px;
}
@media screen and (min-width: 720px) {
  .callout-with-cta__copy-wrap {
    width: 80%;
  }
}
@media screen and (min-width: 960px) {
  .callout-with-cta__copy-wrap {
    padding-bottom: 35px;
  }
}

.callout-with-cta__copy-wrap h1,
 .mosaic-section .callout-with-cta__copy-wrap h1,
.callout-with-cta__copy-wrap h2,
.mosaic-section .callout-with-cta__copy-wrap h2,
.callout-with-cta__copy-wrap h3,
.mosaic-section .callout-with-cta__copy-wrap h3,
.callout-with-cta__copy-wrap h4,
.mosaic-section .callout-with-cta__copy-wrap h4,
.callout-with-cta__copy-wrap h5,
.mosaic-section .callout-with-cta__copy-wrap h5,
.callout-with-cta__copy-wrap h6,
.mosaic-section .callout-with-cta__copy-wrap h6 {
  font-weight: 500;
}

.form__body-wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 100vh;
  padding: 60px 20px 120px;
}
@media screen and (min-width: 960px) {
  .form__body-wrap {
    padding-top: 80px;
  }
}

.jobs-form__margins {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.jobs-form__content-wrap {
  width: 90%;
  max-width: 466px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 34px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .jobs-form__content-wrap {
    padding-bottom: 52px;
  }
}
