/* Variables */
/* Utilities */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.8em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  color: inherit;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.wrap-1,
.wrap-2,
.wrap-3 {
  display: none !important;
}

@media (min-width: 1001px) {
  .wrap-1 {
    display: block !important;
  }
}

@media (max-width: 1000px) and (min-width: 500px) {
  .wrap-2 {
    display: block !important;
  }
}

@media (max-width: 500px) {
  .wrap-3 {
    display: block !important;
  }
}

/* Base */
/***** FONTS *****/
/***** VARIABLES *****/
/***** TYPOGRAPHY *****/
body {
  font-size: 100%;
}

body,
html {
  color: #181818;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
}
body *,
html * {
  -webkit-font-smoothing: antialiased !important;
}

header,
main,
footer {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h5,
h6,
p {
  font-weight: unset;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.4;
}

.title--1,
.title--2,
.title--3,
.title--4,
.title--5,
.title--6 {
  line-height: 1.2;
}

/***** HEADERS *****/
.title--1,
.title--1 p,
.admin-content h1 {
  font-family: "Playfair Display", sans-serif;
  font-size: 65px;
  line-height: 1.2;
  font-weight: 600;
  text-wrap: balance;
}
@media (max-width: 500px) {
  .title--1,
  .title--1 p,
  .admin-content h1 {
    font-size: 40px;
  }
}

.title--2,
.title--2 p {
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-wrap: balance;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.admin-content h2 {
  font-family: "Playfair Display", sans-serif;
  font-size: 32px;
  line-height: 0.9;
  font-weight: 400;
  text-wrap: balance;
}

.title--2 + .pad-1x,
.title--2 + .pad-2x {
  padding-top: 10px;
}

.title--3,
.title--3 p {
  font-family: "Playfair Display", sans-serif;
  font-size: 32px;
  line-height: 0.9;
  font-weight: 400;
  text-wrap: balance;
}

.admin-content h3 {
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.2em;
  padding-bottom: 5px;
}

.title--4 {
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.2em;
  padding-bottom: 5px;
}

.admin-content h4 {
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.2em;
  padding-bottom: 5px;
}

p {
  font-size: 16px;
  padding-bottom: 10px;
}
@media (max-width: 500px) {
  p {
    font-size: 15px;
  }
}

.admin-content ul,
.admin-content ol,
.styled-list {
  margin: 0;
  padding-top: 0;
  padding-left: 30px;
  font-size: 16px;
  padding-bottom: 10px;
}
@media (max-width: 500px) {
  .admin-content ul,
  .admin-content ol,
  .styled-list {
    font-size: 15px;
  }
}

.admin-content h2,
.admin-content h3,
.admin-content h4,
.admin-content h5 {
  padding-top: 30px;
}
.admin-content h2:first-child,
.admin-content h3:first-child,
.admin-content h4:first-child,
.admin-content h5:first-child {
  padding-top: 0;
}
.admin-content p {
  padding-top: 15px;
}
.admin-content p:first-child {
  padding-top: 0;
}

.admin-content--color h2,
.admin-content--color h3,
.admin-content--color h4,
.admin-content--color h5 {
  color: #1e1e1e;
}

.single .admin-content img {
  height: auto;
}
@media (min-width: 501px) {
  .single .admin-content .alignleft {
    float: left;
    margin-right: 30px;
  }
  .single .admin-content .alignright {
    float: right;
    margin-left: 30px;
  }
  .single .admin-content .aligncenter {
    display: block;
    margin: auto;
  }
}

.admin-content ul,
.admin-content ol {
  margin: 8px 0 10px;
}
.admin-content ul li,
.admin-content ol li {
  line-height: 1.4;
  font-size: 16px;
  padding-bottom: 10px;
}
@media (max-width: 500px) {
  .admin-content ul li,
  .admin-content ol li {
    font-size: 15px;
  }
}
.admin-content ul li,
.admin-content ol li {
  padding: 5px 0;
}

.p-medium,
.p-medium p,
.admin-content .p-medium li {
  font-size: 22px;
}

.admin-content .p-medium li {
  padding-top: 8px;
}

.p-small,
.p-small p,
.admin-content .p-small li,
.admin-content.p-small li {
  font-size: 15px;
}

.admin-content .p-small li,
.admin-content.p-small li {
  padding: 0 0 3px;
}

.p-tiny,
.p-tiny p {
  font-size: 10.5px;
}

/***** Font Classes *****/
.font-body-1 {
  font-family: "Red Hat Display", sans-serif;
}

.font-title-1 {
  font-family: "Playfair Display", sans-serif;
}

.font-light {
  font-weight: 300;
  font-variation-settings: "wght" 300;
}

.font-book {
  font-weight: 400;
  font-variation-settings: "wght" 400;
}

.font-medium {
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

.font-semi {
  font-weight: 600;
  font-variation-settings: "wght" 600;
}

.font-bold {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.font-xbold {
  font-weight: 800;
  font-variation-settings: "wght" 800;
}

/***** Colors *****/
.black {
  color: #181818;
}

.white {
  color: #FFFFFF;
}

.primary-1 {
  color: #1DD8A0;
}

.primary-2 {
  color: #009Ea1;
}

.primary-3 {
  color: #386C5F;
}

.primary-4 {
  color: #273C4E;
}

.primary-5 {
  color: #243C23;
}

.secondary-1 {
  color: #FF8273;
}

.secondary-2 {
  color: #803B68;
}

/* Base */
/* Standards */
.block {
  display: block;
}

.all-caps,
.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.clear {
  clear: both;
  float: none;
  display: block;
}

.align-middle {
  vertical-align: middle;
}

.align-top {
  vertical-align: top;
}

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

.alignleft {
  float: left;
  margin: 1rem;
  margin-left: 0;
}

.alignright {
  float: right;
  margin: 1rem;
  margin-right: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 1000px) {
  .alignright,
  .alignleft {
    float: none;
    margin: 1rem auto;
  }
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.center img {
  margin-left: auto;
  margin-right: auto;
}

.right {
  text-align: right;
}

b,
strong {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.admin-content blockquote {
  padding: 0;
  margin: 20px 0;
  border-left: 3px solid #1e1e1e;
  padding-left: 30px;
}
.admin-content blockquote,
.admin-content blockquote p {
  font-size: 17px;
}
.admin-content blockquote p {
  padding: 0;
}
.admin-content blockquote cite {
  font-size: 16px;
  display: block;
  margin-top: 20px;
}

@media (min-width: 1001px) {
  .mobile {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  .desktop {
    display: none !important;
  }
}

.hide {
  display: none !important;
}

.hide-accessible,
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.mobile-image-item {
  display: none;
}
@media (max-width: 1000px) {
  .mobile-image-item {
    display: block;
  }
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay {
  position: relative;
}
.bg-overlay .content {
  position: relative;
  z-index: 1;
}
.bg-overlay .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.88;
  z-index: 0;
}

hr {
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #874d31;
  margin: 20px 0;
}

.relative {
  position: relative;
}

/***** Overlay *****/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 100px 40px;
  overflow: auto;
}

.overlay--close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  position: relative;
  background-color: #1e1e1e;
  border-radius: 40px;
}
.overlay--close:before, .overlay--close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: white;
  position: absolute;
  transform: rotate(45deg);
}
.overlay--close:after {
  transform: rotate(-45deg);
}

.overlay--link {
  text-indent: -9999999px;
  overflow: hidden;
}

.overlay--trigger {
  cursor: pointer;
}

.overlay--fixed {
  transition: 0.3s all ease-in-out;
  transform: translateY(-15px);
  opacity: 0;
  display: block;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: rgba(24, 24, 24, 0.6);
  padding-top: 300px;
}
.overlay--fixed .content {
  max-height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.overlay--fixed .content * ::-webkit-scrollbar {
  display: none;
}
.overlay--fixed .close-video {
  position: absolute;
  top: 10px;
  right: 10px;
}
.overlay--fixed .close-video:after {
  transform-origin: right !important;
}
.overlay--fixed {
  /*
  &:after {
      content: 'Close';
      @extend h5;
      cursor: pointer;
      position: absolute;
      top: 20px;
      right: 20px;
  }
  */
}

.video-wrapper {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.video-wrapper iframe,
.video-wrapper video,
.video-wrapper .wistia_embed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.play-video {
  display: none;
}

.overlay--closed {
  transform: translateY(-15px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.overlay--open {
  transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: inherit !important;
}

.overlay--gate .content-wrapper--medium {
  max-width: 700px;
  padding: 0;
}

.bg-network {
  background-image: url(../../static/images/hero-bg-network.svg);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: top right;
}

.play-button {
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
  border: 1px solid #FFFFFF;
  border-radius: 40px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: -99999px;
  width: 80px;
  height: 80px;
  z-index: 9;
}
.play-button:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid white;
  position: absolute;
  top: 25px;
  left: 33px;
}

.is_IE .overlay-video,
.is_IE .overlay--fixed {
  display: none;
}
.is_IE .overlay--open {
  display: block;
}

.align-content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shake {
  animation: shake-rattle-roll 0.4s;
}

@keyframes shake-rattle-roll {
  0%, 100% {
    transform: translateX(0);
  }
  20%, 60% {
    transform: translateX(2%);
  }
  40%, 80% {
    transform: translateX(1%);
  }
}
@media (max-width: 500px) {
  .hide-bg-mobile {
    background-image: none !important;
  }
}

@media (max-width: 500px) {
  .hide-on-mobile {
    display: none !important;
  }
}

a.no-underline,
.no-underline a {
  text-decoration: none;
}

.bar {
  width: 100px;
  height: 5px;
  background-color: #1e1e1e;
  margin: 40px 0 20px;
}

.center .bar {
  margin-left: auto;
  margin-right: auto;
}

.shadow {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.rounded {
  border-radius: 15px;
  overflow: hidden;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  background-color: #1e1e1e;
  color: white;
  margin: auto;
  z-index: 9999;
  width: auto;
  display: inline-block;
  font-size: 18px;
  left: 20px;
  top: 20px;
  opacity: 0;
  transform: translateY(-300px);
  border-radius: 30px;
}
.skip-link:focus {
  border: 1px solid white;
  opacity: 1;
  transform: translate(0);
  z-index: 999;
  width: auto;
  height: auto;
  clip: unset;
  padding: 15px;
  text-decoration: none;
}

/* Lib: External library css */
/* Structure: General Layout or global items */
/***** Floating Footer *****/
html.sr .scr {
  visibility: hidden;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}
@media (max-width: 1000px) {
  html {
    scroll-padding-top: 95px;
  }
}
@media (max-width: 500px) {
  html {
    scroll-padding-top: 0;
  }
}

/***** Page Layout *****/
body {
  background-color: #FFFFFF;
}

.content-wrapper--full {
  width: 100%;
}

.content-wrapper--xlarge,
.content-wrapper--large,
.content-wrapper--medium,
.content-wrapper--small {
  width: 100%;
  margin: auto;
  padding: 0 8vw;
}
@media (max-width: 1220px) {
  .content-wrapper--xlarge,
  .content-wrapper--large,
  .content-wrapper--medium,
  .content-wrapper--small {
    padding-left: 9vw;
    padding-right: 9vw;
  }
}
@media (max-width: 500px) {
  .content-wrapper--xlarge,
  .content-wrapper--large,
  .content-wrapper--medium,
  .content-wrapper--small {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.content-wrapper--small {
  padding-left: 1rem;
  padding-right: 1rem;
}

.content-wrapper--large {
  max-width: calc(1560px + 16vw);
}

.content-wrapper--medium {
  max-width: calc(1000px + 16vw);
}

.content-wrapper--small {
  max-width: 680px;
}

.align-left {
  margin-left: 0;
  padding-left: 0;
}

.pad-half {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pad-1x {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pad-2x {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 1000px) {
  .pad-2x {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 500px) {
  .pad-2x {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.pad-3x {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 1000px) {
  .pad-3x {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 500px) {
  .pad-3x {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.pad-4x {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 500px) {
  .pad-4x {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.pad-5x {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media (max-width: 500px) {
  .pad-5x {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.pad-lr {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 1220px) {
  .pad-lr {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.pad-0 {
  padding: 0;
}

.pad-top-0 {
  padding-top: 0;
}

.pad-btm-0 {
  padding-bottom: 0;
}

/***** flex *****/
.flex,
.flex--wrap,
.flex--center,
.flex--top,
.flex--between {
  display: flex;
  width: 100%;
}
@media (max-width: 1000px) {
  .flex,
  .flex--wrap,
  .flex--center,
  .flex--top,
  .flex--between {
    flex-wrap: wrap;
  }
}

.flex--wrap {
  flex-wrap: wrap;
}

.flex--center {
  align-items: center;
}

.flex--top {
  align-items: flex-start;
}

.flex--jcenter {
  justify-content: center;
}

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

@media (min-width: 1001px) {
  .gutters [class^=col] {
    padding-right: 2rem;
  }
  .gutters [class^=col]:last-of-type {
    padding-right: 0;
  }
}

/***** Columns *****/
.col-1-1 {
  width: 100%;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33%;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-4 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-4-5 {
  width: 80%;
}

.col-3-4 {
  width: 75%;
}

.col-3-5 {
  width: 60%;
}

.col-2-5 {
  width: 40%;
}

.col-5-12 {
  width: 41.6666666667%;
}

.col-7-12 {
  width: 58.3333333333%;
}

@media (max-width: 1000px) {
  [class^=col-] {
    width: 100%;
  }
}

/***** Background Colors *****/
.bg-black {
  background-color: #181818;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-gray {
  background-color: rgba(24, 60, 78, 0.1);
}

.bg-gray-1 {
  background-color: #1e1e1e;
}

.bg-primary-1 {
  background-color: #1e1e1e;
}

.bg-primary-2 {
  background-color: #874d31;
}

.bg-secondary-1 {
  background-color: #cd8220;
}

.bg-secondary-2 {
  background-color: #972b25;
}

.bg-gray-3 {
  background-color: #EBEFFF;
}

.bg-grad-primary-1 {
  background-image: linear-gradient(-155deg, #386C5F, #233C2D, #181818);
}

.bg-grad-primary-2 {
  background-image: linear-gradient(-135deg, #1DD8A0, #009EA1);
}

.bg-grad-primary-3 {
  background-image: linear-gradient(0deg, #233C2D, #0F241F);
}

.bg-grad-primary-4 {
  background-image: linear-gradient(25deg, #386c5f, #1DD8A0 120%);
}

.bg-grad-split-white {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 50%, white 100%);
}

.bg-primary-2 {
  background-image: url(../../images/patterns/denim.png);
  background-color: #874d31;
  background-size: 150px;
  background-blend-mode: luminosity;
}

.fake-border-wrap {
  border-radius: 10px;
  padding: 2px;
}

.fake-border {
  border-radius: 8px;
  padding: 40px;
  background-color: white;
}

/***** Lists *****/
.list--inline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.list--inline li {
  padding: 0 1.5rem 0 0;
  display: inline-block;
}
.right .list--inline li, .list--inline.right li {
  padding: 0 0 0 1.5rem;
}

.admin-content .list--simple,
.list--simple {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wp-menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-menu a {
  text-decoration: none;
}
.wp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Base */
.site-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.site-header ul a {
  text-decoration: none;
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-wrap: balance;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.site-header ul a {
  display: inline-block;
  padding-bottom: 5px;
}

.site-header--home {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .site-header--home nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .site-header--home nav ul li {
    margin-left: 15px;
  }
  .site-header--home nav ul li a {
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .site-header--home .nav-work-categories {
    display: none;
  }
}
.site-header--home .nav-work-categories ul {
  margin-top: 20px;
}
.site-header--home .nav-work-categories a:not(.filter-reset) {
  display: inline-block;
  font-weight: 500;
  outline: none;
  transition: 0.2s all ease-in-out;
  position: relative;
}
.site-header--home .nav-work-categories a:not(.filter-reset):after {
  transition: 0.2s all ease-in;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: rgb(141, 141, 143);
  border-radius: 8px;
  margin: 0 0 3px 8px;
  position: absolute;
  top: 6px;
  opacity: 0;
}
.site-header--home .nav-work-categories a:not(.filter-reset):hover {
  transform: translateX(-14px);
}
.site-header--home .nav-work-categories a:not(.filter-reset):hover:after {
  opacity: 1;
  background-color: rgb(141, 141, 143);
}
.site-header--home .nav-work-categories a[aria-pressed=true] {
  color: rgb(60, 60, 197);
  transform: translateX(-14px);
}
.site-header--home .nav-work-categories a[aria-pressed=true]:after {
  opacity: 1;
  background-color: rgb(60, 60, 197);
}
.site-header--home .nav-work-categories .filter-reset {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  text-align: right;
  margin-top: 20px;
  margin-left: auto;
}
.site-header--home .nav-work-categories .filter-reset[hidden] {
  display: none;
}
.site-header--home .nav-work-categories .filter-reset:hover {
  color: rgb(60, 60, 197);
}

.site-header--default {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
}
.site-header--default ul {
  display: flex;
  margin: 10px 20px;
}
.site-header--default ul li {
  margin-left: 20px;
}
.site-header--default h1 {
  padding: 10px 20px 15px;
  background-color: #181818;
  color: white;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 500px) {
  .site-header--default h1 {
    padding: 11px 13px 15px;
    font-size: 28px;
  }
}

/* Base */
/* Components: Individual, repeatable items to be used across site and in modules */
/* Base */
button {
  cursor: pointer;
}

.button {
  border: 1px solid #1e1e1e;
  background-color: #1e1e1e;
  cursor: pointer;
  color: white;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  transition: 0.2s all cubic-bezier(0.55, 0.06, 0.68, 0.19);
  padding: 20px 40px 20px;
}
.button:hover, .button:focus {
  border-color: inherit;
  background-color: #874d31;
  border-color: #874d31;
  color: #FFFFFF;
}

p + .button {
  margin-top: 20px;
}

.link:hover, .link:focus {
  color: #874d31;
}
.link:active {
  color: #772925;
}

.link--arrow, .link--arrow--back, .link--external {
  position: relative;
  display: inline-block;
  padding-right: 2em;
}
.link--arrow:before, .link--arrow--back:before, .link--external:before, .link--arrow:after, .link--arrow--back:after, .link--external:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  pointer-events: none;
}
.link--arrow:before, .link--arrow--back:before, .link--external:before {
  width: 1em;
  height: 2px;
  background-color: #CCCCCC;
  transform: translateY(-50%);
}
.link--arrow:after, .link--arrow--back:after, .link--external:after {
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #CCCCCC;
  border-right: 2px solid #CCCCCC;
  transform: translateY(-50%) rotate(45deg);
}

.link--external {
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  margin-top: 10px;
  padding-right: 1.5em;
}
@media (max-width: 500px) {
  .link--external {
    margin-bottom: 20px;
  }
}
.link--external:before, .link--external:after {
  top: calc(50% - 0.35em);
}
.link--external:before {
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: right center;
  top: 3px;
}
.link--external:after {
  transform: translateY(-1px);
  top: 4px;
}

.link--arrow--back {
  padding-right: 0;
  padding-left: 2em;
}
.link--arrow--back:before, .link--arrow--back:after {
  right: auto;
  left: 0;
}
.link--arrow--back:after {
  transform: translateY(-50%) rotate(-135deg);
}

/* Base */
.form {
  display: grid;
  gap: 10px;
  grid-template-columns: auto auto;
  padding-top: 20px;
  max-width: 500px;
  margin: auto;
}
.form .form-field:nth-child(3) {
  grid-column: span 2;
}
.form button {
  margin: auto;
  grid-column: span 2;
  padding: 15px 45px;
  font-size: 14px;
  font-weight: 700;
  background-color: white;
  margin-top: 10px;
}
.form button:hover, .form button:focus {
  background-color: rgb(235, 255, 58);
}
.form button:active {
  background-color: rgb(228, 238, 138);
}

.form-field input,
.form-field textarea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 0;
  padding: 20px;
  color: white;
  font-size: 15px;
  border-bottom: 2px solid transparent;
}
.form-field input:focus,
.form-field textarea:focus {
  border-bottom: 2px solid rgb(229, 255, 0);
  outline: none;
}
.form-field textarea {
  min-height: 50px;
  min-width: 100%;
  max-width: 500px;
  height: 100px;
}

/* Base */
/* Style (project-level overrides and site modules) */
/* Layout: Page specifc changes */
.page--home {
  display: grid;
  grid-template-columns: auto auto;
}
.page--home header {
  order: 2;
}
.page--home main {
  display: flex;
}
@media (max-width: 1000px) {
  .page--home {
    display: block;
  }
  .page--home main {
    display: block;
  }
}

.section-about {
  padding: 6vw;
}
@media (min-width: 1001px) {
  .section-about {
    height: 100vh;
  }
}
.section-about .title--1 {
  padding-bottom: 50px;
}
.section-about p {
  text-wrap: balance;
}
.section-about .email {
  display: inline-block;
  margin-top: 50px;
  text-decoration: none;
}
@media (max-width: 500px) {
  .section-about .email {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .section-about {
    padding: 15vw 20px 10vw;
  }
}

.nav-work::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1001px) {
  .nav-work {
    height: 100vh;
    overflow: auto;
  }
}
.nav-work ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
.nav-work li {
  padding: 10px 20px;
}
.nav-work a {
  background-size: cover;
  background-position: center;
  display: block;
  height: 35vh;
  min-height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-work a img {
  max-width: 320px;
  max-height: 130px;
}
@media (max-width: 500px) {
  .nav-work a img {
    max-width: 230px;
    max-height: 90px;
  }
}
@media (max-width: 500px) {
  .nav-work a {
    height: 28vh;
  }
}

.work--adc a {
  background: linear-gradient(99deg, rgba(30, 248, 247, 0.8) 0%, rgba(255, 67, 0, 0.8) 41%, rgba(255, 192, 0, 0.75) 110%);
}

.work--kl a {
  background-image: url(../../images/home-client-bg/bg-kl.jpg);
}

.work--dcr a {
  background-image: url(../../images/home-client-bg/bg-dc.jpg);
}

.work--hdm a {
  background-image: url(../../images/home-client-bg/bg-hdm.jpg);
}

.work--hh a {
  background-image: url(../../images/home-client-bg/bg-hh.png);
}

.work--rrk a {
  background-image: url(../../images/home-client-bg/bg-rrk.jpg);
}
.work--rrk a img {
  max-width: 400px;
}
@media (max-width: 500px) {
  .work--rrk a img {
    max-width: 280px;
  }
}

.work--ss a {
  background-image: url(../../images/home-client-bg/bg-ss.jpg);
}

.work--craft a {
  background-image: url(../../images/home-client-bg/bg-craft.png);
}
.work--craft a img {
  max-width: 200px;
}
@media (max-width: 500px) {
  .work--craft a img {
    max-width: 150px;
  }
}

.work--rd a {
  background-image: url(../../images/home-client-bg/bg-rd.png);
}

.work--cn a {
  background-image: url(../../images/home-client-bg/bg-cn.jpg);
  background-position: top left;
}

.work--bhs a {
  background-color: #f7f2eb;
}

.project-header {
  padding: 15vh 20vw;
  text-align: center;
}
@media (max-width: 500px) {
  .project-header {
    padding: 10vh 10vw;
  }
}

.project-logo {
  width: 100%;
  max-width: 500px;
  max-height: 200px;
  display: block;
  margin: auto;
}

.project--craft .project-logo {
  max-height: 70px;
}

.project-slider {
  margin: 0;
  padding: 30px 0;
  list-style: none;
}
.project-slider video {
  width: 100%;
  clip-path: inset(1px 1px);
}
.project-slider img {
  display: block;
  width: 100%;
  height: auto;
}

.embla {
  overflow: hidden;
}

.embla__container {
  display: flex;
}

.embla__slide {
  flex: 0 0 80%;
  min-width: 0;
  margin-right: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
@media (max-width: 500px) {
  .embla__slide {
    margin-right: 15px;
  }
}

.embla__slide {
  cursor: pointer;
}

.embla__slide.is-selected {
  cursor: default;
}

.project-pagination {
  border-top: 1px solid #CCCCCC;
  margin: 3rem auto 0;
}
.project-pagination .title--2 {
  padding: 0;
}
.project-pagination a {
  text-decoration: none;
}
@media (max-width: 1000px) {
  .project-pagination .flex {
    flex-wrap: nowrap;
  }
}
@media (max-width: 500px) {
  .project-pagination .flex {
    padding-left: 20px;
    padding-right: 20px;
  }
  .project-pagination .flex a {
    font-size: 13px;
  }
}

.project-approach {
  padding-top: 30px;
}
.project-approach p:last-child {
  padding-bottom: 0;
}

.project-details-1 {
  border-left: 1px solid #CCCCCC;
  padding-left: 30px;
}
@media (max-width: 1000px) {
  .project-details-1 {
    padding-left: 20px;
  }
}

.project-details-2 {
  align-self: flex-start;
}
.project-details-2 .col-1-3 {
  border-left: 1px solid #CCCCCC;
  padding-left: 25px;
  padding-bottom: 80px;
}
.project-details-2 .col-1-3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-details-2 .col-1-3 ul li {
  padding: 0 0 8px;
}
@media (max-width: 1000px) {
  .project-details-2 .col-1-3 {
    padding-bottom: 0;
    padding-top: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1001px) {
  .grid--about {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: max-content minmax(0, 1fr);
    grid-template-areas: "contact bio" "image bio";
    height: 100vh;
    height: 100dvh;
  }
}
.grid--about > .image,
.grid--about > .contact,
.grid--about > .bio {
  min-width: 0;
  min-height: 0;
  padding: 6vw;
}
.grid--about > .image {
  grid-area: image;
  background-image: url(../../images/bio/bio-2.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 1000px) {
  .grid--about > .image {
    height: 50vh;
  }
}
.grid--about > .contact {
  grid-area: contact;
  background-color: #181818;
  color: white;
  padding-top: 4vw;
  padding-bottom: 4vw;
}
.grid--about > .contact h1 {
  margin-bottom: 30px;
}
.grid--about > .contact a {
  text-decoration: none;
}
.grid--about > .contact a:hover, .grid--about > .contact a:focus {
  color: rgb(235, 255, 58);
}
.grid--about > .contact .link--arrow--back {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}
.grid--about > .contact .link--arrow--back:after {
  width: 0.6em;
  height: 0.6em;
  border-width: 1px;
}
.grid--about > .contact .link--arrow--back:before {
  height: 1px;
  width: 0.9em;
}
@media (max-width: 1000px) {
  .grid--about > .contact {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}
.grid--about > .bio {
  grid-area: bio;
  overflow-y: auto;
}

.main--contact {
  min-height: calc(100vh - 58px);
  padding: 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main--contact > div {
  max-width: 500px;
}

.bg-black p a {
  text-decoration: none;
}
.bg-black p a:hover, .bg-black p a:focus {
  color: rgb(235, 255, 58);
}

/*# sourceMappingURL=style.css.map */
