@view-transition {
  navigation: auto;
}
::view-transition-old(root),
::view-transition-new(root) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

/*Fonts*/
@font-face {
  font-family: "Archia";
  src: url("../fonts/archia-thin-webfont.eot");
  src: url("../fonts/archia-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/archia-thin-webfont.woff2") format("woff2"), url("../fonts/archia-thin-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Archia";
  src: url("../fonts/archia-light-webfont.eot");
  src: url("../fonts/archia-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/archia-light-webfont.woff2") format("woff2"), url("../fonts/archia-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Archia";
  src: url("../fonts/archia-regular-webfont.eot");
  src: url("../fonts/archia-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/archia-regular-webfont.woff2") format("woff2"), url("../fonts/archia-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Archia";
  src: url("../fonts/archia-medium-webfont.eot");
  src: url("../fonts/archia-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/archia-medium-webfont.woff2") format("woff2"), url("../fonts/archia-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Archia";
  src: url("../fonts/archia-semibold-webfont.eot");
  src: url("../fonts/archia-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/archia-semibold-webfont.woff2") format("woff2"), url("../fonts/archia-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Archia";
  src: url("../fonts/archia-bold-webfont.eot");
  src: url("../fonts/archia-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/archia-bold-webfont.woff2") format("woff2"), url("../fonts/archia-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/*CSS Variables*/
:root {
  --text-color: #0B0B0B;
  --bkgd-color: rgb(247, 244, 236);
  --text-color-value: 11, 11, 11;
  --bkgd-color-value: 247, 244, 236;
  --st: 0px;
  --bgColorValue: rgb(247, 244, 236);
  --textColorValue: rgb(0, 0, 0);
  --footer-height: 0px;
}

.is-dark-mode,
.has-dark-bkgd {
  --text-color: #F7F5EC;
  --bkgd-color: #0B0B0B;
  --text-color-value: 247, 244, 236;
  --bkgd-color-value: 11, 11, 11;
  color: var(--text-color);
  background-color: var(--bkgd-color);
}

::-moz-selection {
  background: #FC4C02;
  color: #0B0B0B;
}

::selection {
  background: #FC4C02;
  color: #0B0B0B;
}

*:focus {
  outline-color: #FC4C02;
  outline-offset: 3px;
}

/*Reset*/
html {
  overflow-y: scroll;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  z-index: 1;
  font-family: "Archia", sans-serif;
  font-size: 100%;
  line-height: 1.6;
  background: #0B0B0B;
}

body:not(.page-template-contact-page) {
  padding-bottom: var(--footer-height);
}

.no-body-scroll {
  max-width: 100%;
  width: 100%;
  overflow-y: scroll;
}

.noscroll {
  position: fixed;
  top: var(--st);
  inline-size: 100%;
  overflow-y: scroll;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

embed,
iframe,
object {
  max-width: 100%;
}

input, select, option, textarea {
  font-family: inherit;
}

hr {
  background-color: #CCC8B6;
  border: 0;
  height: 1px;
  margin: 100px 0;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

p {
  margin: 0 0 1.5em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

input[type=search],
input[type=submit],
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/*Links & Buttons*/
a {
  font-weight: 600;
  color: var(--text-color);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, text-decoration-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}
a:visited {
  color: var(--text-color);
}
a:focus {
  color: var(--text-color);
}
a:hover {
  color: #FC4C02;
}
a:active {
  color: var(--text-color);
}
a:hover, a:focus {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.btn,
.wp-block-button__link,
.wpforms-submit {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.375em;
  padding: 0 10px 0.375em 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  font-family: "Archia", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  color: var(--text-color);
}
.btn:visited,
.wp-block-button__link:visited,
.wpforms-submit:visited {
  color: var(--text-color);
}
.btn:focus,
.wp-block-button__link:focus,
.wpforms-submit:focus {
  color: var(--text-color);
}
.btn:hover,
.wp-block-button__link:hover,
.wpforms-submit:hover {
  color: var(--text-color);
}
.btn:active,
.wp-block-button__link:active,
.wpforms-submit:active {
  color: var(--text-color);
}
.btn::before, .btn::after,
.wp-block-button__link::before,
.wp-block-button__link::after,
.wpforms-submit::before,
.wpforms-submit::after {
  transition: transform 0.4s ease, background-color 0.3s ease;
}
.btn::before,
.wp-block-button__link::before,
.wpforms-submit::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 0.125em;
  background-color: #FC4C02;
  transform: translateX(calc(100% - 11px));
}
.btn::after,
.wp-block-button__link::after,
.wpforms-submit::after {
  display: block;
  content: "";
  -webkit-mask: url("../svg/btn-arrow.svg") no-repeat center;
          mask: url("../svg/btn-arrow.svg") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 1.0625em;
  height: 0.9375em;
  background-color: #FC4C02;
}
.btn:hover::before, .btn:hover::after,
.wp-block-button__link:hover::before,
.wp-block-button__link:hover::after,
.wpforms-submit:hover::before,
.wpforms-submit:hover::after {
  background-color: #60C6AB;
}
.btn:hover::before,
.wp-block-button__link:hover::before,
.wpforms-submit:hover::before {
  transform: translateX(21px);
}
.btn:hover::after,
.wp-block-button__link:hover::after,
.wpforms-submit:hover::after {
  transform: translateX(10px);
}

.btn--back {
  padding: 0 0 0 10px;
  text-transform: none;
  flex-direction: row-reverse;
  gap: 0.875em;
}
.btn--back::before {
  display: none;
}
.btn--back::after {
  width: 2.125em;
  height: 1em;
  -webkit-mask: url("../svg/btn-arrow-back.svg") no-repeat center;
          mask: url("../svg/btn-arrow-back.svg") no-repeat center;
}
.btn--back:hover::after {
  transform: translateX(-10px);
}

.btn--reverse {
  flex-direction: row-reverse;
  overflow: visible;
  position: relative;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}
.btn--reverse:before {
  scale: -1;
  right: 10px;
  width: calc(100% - 10px);
  transform: unset;
  transition: all 0.3s ease;
}
.btn--reverse::after {
  scale: -1;
}
.btn--reverse:hover:before {
  transform: unset;
  width: 20px;
}
.btn--reverse:hover::after {
  transform: translateX(5px);
}

.btn--more {
  font-weight: 600;
  font-size: 40px;
  padding: 0;
  flex-direction: column;
  gap: 0.5em;
}
.btn--more::before {
  display: none;
}
.btn--more::after {
  width: 2.075em;
  height: 0.4em;
  -webkit-mask: url("../svg/btn-arrow-long.svg") no-repeat center;
          mask: url("../svg/btn-arrow-long.svg") no-repeat center;
}

/*Headings*/
h1,
.h1-like {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  margin: 0 0 14px;
}
@media (max-width: 782px) {
  h1,
.h1-like {
    font-size: 38px;
  }
}

h2,
.h2-like {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: -0.008em;
  margin: 0 0 10px;
}
@media (max-width: 782px) {
  h2,
.h2-like {
    font-size: 33px;
  }
}

h3,
.h3-like {
  font-style: normal;
  font-weight: 400;
  font-size: 33px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  margin: 0 0 15px;
}
@media (max-width: 782px) {
  h3,
.h3-like {
    font-size: 26px;
  }
}

h4,
.h4-like {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  margin: 0 0 12px;
}
@media (max-width: 782px) {
  h4,
.h4-like {
    font-size: 24px;
  }
}

h5,
.h5-like {
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  margin: 0 0 9px;
}
@media (max-width: 782px) {
  h5,
.h5-like {
    font-size: 20px;
  }
}

h6,
.h6-like {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: normal;
  margin: 0 0 9px;
}

/*Styles*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.cover-image {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}
.cover-image img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.cover-image-link {
  display: block;
  overflow: hidden;
}
.cover-image-link .cover-image {
  transition: transform 0.4s ease;
}
.cover-image-link:hover .cover-image, .cover-image-link:focus .cover-image {
  transform: scale(1.1);
}

.menu {
  list-style: none;
  margin: 0;
}

.container {
  margin: auto;
  width: calc(100% - 72px - 60px);
  max-width: 1218px;
}
@media screen and (max-width: 1371px) {
  .container {
    margin: auto 6vw;
  }
}
@media screen and (max-width: 782px) {
  .container {
    width: 90%;
  }
}

.has-custom-cursor {
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: none;
}

.custom-cursor {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  width: 166px;
  height: 166px;
  border-radius: 50%;
  background-color: #FC4C02;
  color: var(--bkgd-color);
  box-shadow: 0 0 10px 10px #FC4C02;
  opacity: 0;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, opacity 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-cursor .cursor-eyeball {
  width: 110px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  .custom-cursor {
    width: 90px;
    height: 90px;
  }
  .custom-cursor .cursor-eyeball {
    width: 80px;
  }
}

.generic-page {
  margin-top: 250px;
}

.error-404 {
  min-height: 100vh;
  padding: 15px 0;
}
.error-404-image {
  margin-bottom: 15px;
}
.error-404-title {
  font-style: normal;
  font-weight: 700;
  font-size: 128px;
  line-height: 1;
}
@media (max-width: 782px) {
  .error-404-image {
    width: 200px;
  }
  .error-404-title {
    font-size: 60px;
  }
}
.error-404 + .site-footer {
  display: none;
}

#fadeBkgd {
  --fade-bkgd-color: rgba(11, 11, 11, 0);
  --fade-out-opacity: 1;
  background-color: var(--fade-bkgd-color);
}

.loading_container {
  position: relative;
  text-align: center;
  padding: 60px;
  display: none;
}
.loading_container .loading {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
}
.loading_container .loading::before, .loading_container .loading::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #c8bc9a;
  -webkit-animation: prixClipFix 2s linear infinite;
          animation: prixClipFix 2s linear infinite;
}
.loading_container .loading::after {
  transform: rotate3d(90, 90, 0, 180deg);
  border-color: #FC4C02;
}

.hide-pointer * {
  cursor: none !important;
}

#custom_cursor {
  position: fixed;
  display: block;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, width 0.2s ease, height 0.2s ease, opacity 0.2s ease;
  z-index: 9999;
}
#custom_cursor.active {
  width: 84px;
  height: 84px;
  opacity: 1;
}
#custom_cursor.clickable {
  pointer-events: all !important;
}
#custom_cursor.hidden {
  opacity: 0 !important;
}
#custom_cursor .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#custom_cursor.show-more {
  mix-blend-mode: difference;
  background-color: #FC4C02;
  box-shadow: 0 0 10px 10px #FC4C02;
  border-radius: 50%;
  /*transition: background-color 0.2s ease, box-shadow 0.2s ease, width 0.2s ease, height 0.2s ease, opacity 0.5s ease;*/
}
#custom_cursor.show-more.active {
  width: 166px;
  height: 166px;
}
#custom_cursor.show-more .content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/M-eyeball.webp);
  background-size: 110px auto;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
#custom_cursor.play-reel {
  mix-blend-mode: difference;
  background-color: #FC4C02;
  box-shadow: 0 0 10px 10px #FC4C02;
  border-radius: 50%;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, width 0.2s ease, height 0.2s ease, opacity 0.2s ease;
}
#custom_cursor.play-reel.active {
  width: 240px;
  height: 240px;
}
#custom_cursor.play-reel .content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/M-eyeball.webp);
  background-size: 110px auto;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
#custom_cursor.play-reel .content::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../images/play-that-reel-2x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 179px 179px;
  transform-origin: center;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#custom_cursor.play-reel-alt {
  mix-blend-mode: difference;
  background-color: #FC4C02;
  box-shadow: 0 0 10px 10px #FC4C02;
  border-radius: 50%;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, width 0.2s ease, height 0.2s ease, opacity 0.2s ease;
}
#custom_cursor.play-reel-alt.active {
  width: 140px;
  height: 140px;
}
#custom_cursor.play-reel-alt .content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/M-eyeball.webp);
  background-size: 64px auto;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
#custom_cursor.play-reel-alt .content::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../images/play-that-reel-2x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 105px 105px;
  transform-origin: center;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#custom_cursor.next-prev {
  mix-blend-mode: difference;
  background-color: #FC4C02;
  box-shadow: 0 0 10px 10px #FC4C02;
  border-radius: 50%;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, width 0.2s ease, height 0.2s ease, opacity 0.5s ease;
}
#custom_cursor.next-prev.active {
  width: 106px;
  height: 106px;
}
#custom_cursor.next-prev .content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-mask-image: url(../svg/prev-next-arrows.svg);
          mask-image: url(../svg/prev-next-arrows.svg);
  -webkit-mask-size: 55px auto;
          mask-size: 55px auto;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  #custom_cursor {
    display: none !important;
  }
}

.social-select {
  position: absolute;
  display: block;
  padding: 15px;
  opacity: 0;
  background-color: #0B0B0B;
  pointer-events: none;
  left: -999px;
  top: -999px;
  min-width: 150px;
  transition: opacity 0.3s ease;
  z-index: 999;
  border-radius: 4px;
}
.social-select::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #0B0B0B;
}
.social-select.open {
  opacity: 1;
  pointer-events: all;
}
.social-select ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-select ul li a {
  display: block;
  color: #FC4C02;
  padding: 5px 0;
  text-align: center;
}
.social-select ul li a:hover {
  color: #fff;
}
.admin-bar .social-select {
  transform: translateY(-30px);
}
.is-dark-mode .social-select {
  background-color: #F7F5EC;
}
.is-dark-mode .social-select::after {
  border-top: 12px solid #F7F5EC;
}
.is-dark-mode .social-select ul li a {
  color: #000;
}
.is-dark-mode .social-select ul li a:hover {
  color: #FC4C02;
}

.grecaptcha-badge {
  z-index: 999;
}

.highlight {
  display: inline-block;
  padding: 3px 10px;
  background-color: #FC4C02;
  color: #fff !important;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition-duration: 0s !important;
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-webkit-keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  75%, 100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
}
@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  75%, 100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
}
@-webkit-keyframes onLoadFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes onLoadFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body:not(.single-blog) .wp-block-image,
body:not(.single-blog) .wp-block-video,
body:not(.single-blog) .wp-block-embed:not(.modalEmbed),
.fade-in {
  opacity: 0;
}
body:not(.single-blog) .wp-block-image.loaded, body:not(.single-blog) .wp-block-image.show, .is-internet-explorer body:not(.single-blog) .wp-block-image,
body:not(.single-blog) .wp-block-video.loaded,
body:not(.single-blog) .wp-block-video.show,
.is-internet-explorer body:not(.single-blog) .wp-block-video,
body:not(.single-blog) .wp-block-embed:not(.modalEmbed).loaded,
body:not(.single-blog) .wp-block-embed:not(.modalEmbed).show,
.is-internet-explorer body:not(.single-blog) .wp-block-embed:not(.modalEmbed),
.fade-in.loaded,
.fade-in.show,
.is-internet-explorer .fade-in {
  opacity: 1;
  -webkit-animation: fadeInUp 0.5s;
          animation: fadeInUp 0.5s;
}

.fade-only {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.fade-only.loaded, .fade-only.show, .is-internet-explorer .fade-only {
  opacity: 1;
}

.zoom-card {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.zoom-card.visible {
  opacity: 1;
  transform: scale(1);
}

.list-reveal-card .wp-block-heading {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.3s ease;
}
.list-reveal-card .wp-block-heading.show {
  opacity: 1;
  transform: translateY(0px);
}
.list-reveal-card ul li {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.3s ease;
}
.list-reveal-card ul li.show {
  opacity: 1;
  transform: translateX(0px);
}

.bg-parallax {
  background-size: auto 105% !important;
  background-attachment: fixed;
}

.parallax-movement {
  --initial-transform: translateY(20px);
  --parallax-transform: translateY(-19px);
  transform: var(--initial-transform) var(--parallax-transform);
  will-change: transform;
}

.radial-in {
  -webkit-clip-path: inset(0px 25% round 20px);
          clip-path: inset(0px 25% round 20px);
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.play-pause-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s opacity ease;
  color: inherit;
}
.play-pause-button svg {
  display: block;
  width: 24px;
  height: auto;
  fill: #FC4C02;
}
.play-pause-button .icon-pause {
  display: none;
}
.play-pause-button.playing .icon-pause {
  display: block;
}
.play-pause-button.playing .icon-play {
  display: none;
}
.play-pause-button:hover, .play-pause-button:focus {
  opacity: 1;
}

.site-header {
  color: var(--text-color);
}
.site-header-content {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 26px 60px 0 72px;
}
@media (max-width: 782px) {
  .site-header-content {
    padding: 20px 5%;
  }
}
.site-header-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  padding: 0.9em 2.2em;
  border: 2px #FC4C02 solid;
  border-radius: 3em;
  text-align: center;
  text-decoration: none;
  background-color: rgba(var(--bkgd-color-value), 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  color: var(--text-color);
}
.site-header-btn:visited {
  color: var(--text-color);
}
.site-header-btn:focus {
  color: var(--text-color);
}
.site-header-btn:hover {
  color: #fff;
}
.site-header-btn:active {
  color: #fff;
}
.site-header-btn:hover {
  background-color: #FC4C02;
}
.inverse-colors .site-header-btn {
  --text-color: #F7F5EC;
  --bkgd-color: #0B0B0B;
  --bkgd-color-value: 11, 11, 11;
}
.transparent-header-buttons .site-header-btn {
  color: #fff;
  background: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.transparent-header-buttons .site-header-btn:visited {
  color: #fff;
}
.transparent-header-buttons .site-header-btn:focus {
  color: #fff;
}
.transparent-header-buttons .site-header-btn:hover {
  color: #fff;
}
.transparent-header-buttons .site-header-btn:active {
  color: #fff;
}
.transparent-header-buttons .site-header-btn:hover {
  background-color: #FC4C02;
}
.transparent-header-buttons .site-header-btn.site-navigation-button {
  border-color: transparent;
}
.transparent-header-buttons .site-header-btn.site-navigation-button:hover {
  background-color: #0B0B0B;
}
.is-dark-mode.transparent-header-buttons .site-header-btn {
  border-color: #0B0B0B;
}
.is-dark-mode.transparent-header-buttons .site-header-btn:hover {
  background-color: #0B0B0B;
}
.single-blog.is-dark-mode.transparent-header-buttons .site-header-btn, .single-our-work.is-dark-mode.transparent-header-buttons .site-header-btn, .page-template-agency-page.is-dark-mode.transparent-header-buttons .site-header-btn, .page-template-careers-page.is-dark-mode.transparent-header-buttons .site-header-btn {
  border-color: #fff;
}
.single-blog.is-dark-mode.transparent-header-buttons .site-header-btn:first-child, .single-our-work.is-dark-mode.transparent-header-buttons .site-header-btn:first-child, .page-template-agency-page.is-dark-mode.transparent-header-buttons .site-header-btn:first-child, .page-template-careers-page.is-dark-mode.transparent-header-buttons .site-header-btn:first-child {
  border-color: #FC4C02;
}
.home.is-dark-mode.transparent-header-buttons .site-header-btn.site-navigation-button {
  border-color: transparent;
}
@media (max-width: 782px) {
  .site-header-btn {
    font-size: 14px;
    padding: 0.5em 1em;
    line-height: 1;
  }
}
@media (max-width: 400px) {
  .site-header-btn {
    font-size: 13px;
  }
}
.site-header-btn .flip-text::before, .site-header-btn .flip-text::after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: attr(aria-label);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.4s ease, opacity 0.2s ease;
}
.site-header-btn .flip-text::before {
  opacity: 0;
  transform: translateY(-100%);
}
.site-header-btn .flip-text::after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.site-header-btn .flip-text-inner {
  visibility: hidden;
}
.site-header-btn:hover .flip-text::before {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.site-header-btn:hover .flip-text::after {
  opacity: 0;
  transform: translateY(100%);
}

.site-branding {
  width: 165px;
  flex-shrink: 0;
  pointer-events: all;
}
.site-branding a {
  color: #fff;
}
.site-branding a:visited {
  color: #fff;
}
.site-branding a:focus {
  color: #fff;
}
.site-branding a:hover {
  color: #FC4C02;
}
.site-branding a:active {
  color: #fff;
}
.site-branding-logo {
  fill: var(--text-color);
  /*@include breakpoint('medium'){
    &:not(.nav-menu-active .site-branding-logo){
      fill:$text-color;
      .bkgd{
        fill:$bkgd-color;
      }
    }
  }*/
}
.site-branding-logo,
.site-branding-logo .bkgd {
  transition: box-shadow 0.3s ease;
}
.site-branding-logo .bkgd {
  fill: var(--bkgd-color);
}
.site-branding-logo .hover-image {
  opacity: 0;
}
.site-branding-logo:hover {
  fill: transparent;
  box-shadow: 0 0 30px rgba(var(--text-color-value), 0.2);
}
.site-branding-logo:hover .bkgd {
  fill: var(--bkgd-color);
}
.site-branding-logo:hover .hover-image {
  opacity: 1;
}
@media (max-width: 782px) {
  .site-branding {
    width: 120px;
  }
}

.site-navigation-button {
  border-color: var(--text-color);
}
.site-navigation-button:hover {
  background-color: var(--text-color);
}
.inverse-colors .site-navigation-button:hover {
  background-color: var(--bkgd-color);
}
.is-dark-mode .site-navigation-button {
  color: var(--text-color);
}
.is-dark-mode .site-navigation-button:visited {
  color: var(--text-color);
}
.is-dark-mode .site-navigation-button:focus {
  color: var(--text-color);
}
.is-dark-mode .site-navigation-button:hover {
  color: var(--bkgd-color);
}
.is-dark-mode .site-navigation-button:active {
  color: var(--bkgd-color);
}
.is-dark-mode.transparent-header-buttons .site-navigation-button {
  color: #fff;
}
.is-dark-mode.transparent-header-buttons .site-navigation-button:visited {
  color: #fff;
}
.is-dark-mode.transparent-header-buttons .site-navigation-button:focus {
  color: #fff;
}
.is-dark-mode.transparent-header-buttons .site-navigation-button:hover {
  color: #fff;
}
.is-dark-mode.transparent-header-buttons .site-navigation-button:active {
  color: #fff;
}
.site-navigation-button .icon-menu {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 12px;
  height: 10px;
}
.site-navigation-button .icon-menu span {
  height: 2px;
  width: 100%;
  background: currentColor;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.site-navigation-button .icon-menu span::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FC4C02;
  transform: translateX(-100%);
  transition: transform 0.2s ease;
}
@media (max-width: 782px) {
  .site-navigation-button .icon-menu span::after {
    transition: none;
  }
}
.site-navigation-button .icon-menu span:nth-child(2)::after {
  transition-delay: 0.1s;
}
.site-navigation-button .icon-menu span:nth-child(3)::after {
  transition-delay: 0.2s;
}
.site-navigation-button:hover .icon-menu span::after {
  transform: none;
}

.site-header-controls {
  display: flex;
  align-items: center;
  gap: 30px;
  pointer-events: all;
}
.home .site-header-controls {
  padding-bottom: 10px;
}
@media (max-width: 640px) {
  .site-header-controls {
    gap: 18px;
  }
}
@media (max-width: 400px) {
  .site-header-controls {
    gap: 13px;
  }
}

.inverse-colors .site-branding-logo {
  fill: #fff;
}

.hero-header {
  margin-bottom: 53px;
}
.hero-header-title {
  position: relative;
  z-index: 3;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  margin: -82px 2em 0 0;
  line-height: 1em;
}
@media (max-width: 1000px) {
  .hero-header-title {
    font-size: 48px;
    margin: -50px 50px 0 0;
  }
}
@media (max-width: 782px) {
  .hero-header-title {
    font-size: 33px;
  }
}
.hero-header-title span {
  display: inline-block;
  background-color: var(--bkgd-color);
  padding: 15px 50px 15px 66px;
  border-top-right-radius: 10px;
}
@media (min-width: 1350px) {
  .hero-header-title span {
    padding-left: calc((100vw - 1218px) / 2);
  }
}
@media (max-width: 782px) {
  .hero-header-title span {
    padding-left: 5%;
    padding-right: 8%;
  }
}
.hero-header .video-background-wrapper::after,
.hero-header .cover-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero-header .video-background-wrapper {
  position: relative;
  z-index: 1;
  height: 90vh;
}
.hero-header .video-background-wrapper .video-background {
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-header .video-background-wrapper .video-background-controls {
  position: absolute;
  z-index: 3;
  right: 48px;
  bottom: 48px;
}
@media screen and (max-width: 1000px) {
  .hero-header .video-background-wrapper .video-background-controls {
    bottom: 100px;
  }
}
.hero-header .cover-image {
  z-index: 1;
  height: calc(90vh - 52px);
}
@media (max-width: 1000px) {
  .hero-header .cover-image {
    height: calc(75vh - 52px);
  }
}

.site-navigation {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 100px 60px 0 60px;
  transition: transform 0.5s ease;
  transform: translateX(100%);
  overflow-y: auto;
  scrollbar-width: none;
  visibility: hidden;
}
.site-navigation-graphic {
  pointer-events: none;
}
.site-navigation-menu {
  text-align: right;
  padding-bottom: 73px;
}
.site-navigation-primary {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.site-navigation-primary a {
  display: inline-block;
  color: #F7F5EC;
  text-decoration: none;
}
.site-navigation-primary a:visited {
  color: #F7F5EC;
}
.site-navigation-primary a:focus {
  color: #F7F5EC;
}
.site-navigation-primary a:hover {
  color: #F7F5EC;
}
.site-navigation-primary a:active {
  color: #F7F5EC;
}
.site-navigation-primary > li {
  overflow: hidden;
  margin-bottom: 10px;
}
.site-navigation-primary > li > a {
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}
.site-navigation-primary > li > a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 137px;
  height: 2px;
  background-color: #FC4C02;
  transition: background-color 0.3s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.site-navigation-primary > li > a:hover::after, .site-navigation-primary > li > a:focus::after {
  background-color: #60C6AB;
  transform: translateX(112px);
}
.site-navigation-utility {
  margin-bottom: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.site-navigation-utility li {
  margin-bottom: 1em;
}
.site-navigation-utility a {
  display: inline-block;
  color: #FC4C02;
}
.site-navigation-utility a:visited {
  color: #FC4C02;
}
.site-navigation-utility a:focus {
  color: #FC4C02;
}
.site-navigation-utility a:hover {
  color: #FC4C02;
}
.site-navigation-utility a:active {
  color: #FC4C02;
}
@media (max-width: 782px) {
  .site-navigation-utility {
    display: none;
  }
}
.site-navigation-bottom {
  font-size: 12px;
  color: #CCC8B6;
  text-transform: uppercase;
  max-width: 200px;
}
@media (max-width: 1000px) {
  .site-navigation {
    gap: 10px;
    padding: 60px 5% 20px;
    overflow: auto;
  }
  .site-navigation-menu {
    align-self: flex-start;
    padding-top: 20px;
    margin-right: 50px;
  }
  .site-navigation-primary {
    font-size: 30px;
  }
}
@media (max-width: 782px) {
  .site-navigation-menu {
    margin-right: 0;
  }
  .site-navigation-primary {
    font-size: 30px;
  }
  .site-navigation-primary > li > a::after {
    background-color: transparent;
  }
  .site-navigation-primary > li > a:hover::after {
    background-color: #60C6AB;
  }
}
.site-navigation-close {
  position: absolute;
  z-index: 8;
  top: 26px;
  right: 60px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px #FC4C02 solid;
  background-color: #0B0B0B;
  transform: rotate(45deg);
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.2s ease;
}
@media (max-width: 782px) {
  .site-navigation-close {
    right: 5vw;
    transform-origin: right center;
    transform: rotate(45deg) scale(0.75);
  }
}
.site-navigation-close::before, .site-navigation-close::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  height: 2px;
  width: 30px;
  left: 8px;
  top: 22px;
  transform-origin: center;
  background-color: #fff;
}
.site-navigation-close::after {
  transform: rotate(90deg);
}
.site-navigation-close:hover {
  background-color: #FC4C02;
}

.site-content {
  position: relative;
  z-index: 1;
  width: 100%;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-clip-path 0s linear 0.43s;
  transition: transform 0.4s ease, clip-path 0s linear 0.43s, opacity 0.4s ease;
  transition: transform 0.4s ease, clip-path 0s linear 0.43s, opacity 0.4s ease, -webkit-clip-path 0s linear 0.43s;
  background: var(--bkgd-color);
}
.site-content-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: inherit;
}

body.nav-menu-active {
  background: #0B0B0B;
  height: 100vh;
  overflow: hidden !important;
}
body.nav-menu-active.admin-bar {
  height: calc(100vh - 32px);
}
body.nav-menu-active .site-content {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scale(0.7) translateX(-300px);
  filter: grayscale(1);
  pointer-events: none;
}
body.nav-menu-active .site-content * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 640px) {
  body.nav-menu-active .site-content {
    opacity: 0;
  }
}
body.nav-menu-active .site-content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border: 6px #0B0B0B solid;
}
body.nav-menu-active .site-content .site-header-controls {
  visibility: hidden;
}
body.nav-menu-active .site-navigation {
  transform: none;
  visibility: visible;
}

.dark-mode-controls {
  width: 52px;
  margin: 30px 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}
.nav-menu-active .dark-mode-controls {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
@media (max-width: 640px) {
  .dark-mode-controls {
    width: 42px;
    height: 24px;
  }
}
.dark-mode-switch {
  display: block;
}
.dark-mode-switch path {
  transition: stroke 0.2s ease, fill 0.2s ease;
}
.dark-mode-switch .border {
  stroke: #FC4C02;
}
.dark-mode-switch .moon {
  fill: #666;
}
.dark-mode-switch .sun {
  fill: #FC4C02;
}
.dark-mode-controls[aria-checked=true] .dark-mode-switch .border {
  stroke: #60C6AB;
}
.dark-mode-controls[aria-checked=true] .dark-mode-switch .sun {
  fill: #666;
}
.dark-mode-controls[aria-checked=true] .dark-mode-switch .moon {
  fill: #60C6AB;
}

/* =WordPress Core
-------------------------------------------------------------- */
#wpadminbar {
  position: fixed !important;
}

.alignnone {
  margin: 0 0 40px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 40px auto;
}

.alignright {
  float: right;
  margin: 0 0 40px 40px;
}

.alignleft {
  float: left;
  margin: 0 40px 40px 0;
}

@media (max-width: 782px) {
  .alignright,
.alignleft {
    display: block;
    float: none;
    margin: 0 auto 40px auto;
  }
}
.aligncenter,
.wp-block-spacer {
  clear: both;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

.items-justified-left {
  justify-content: flex-start;
}

.items-justified-center {
  text-align: center;
  justify-content: center;
}

.items-justified-right {
  justify-content: flex-end;
}

.items-justified-space-between {
  justify-content: space-between;
}

.wp-block-embed {
  overflow-wrap: break-word;
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-embed iframe {
  max-width: 100%;
}
.wp-block-embed__wrapper {
  position: relative;
}
.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-block-embed.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left] > [data-type="core/embed"],
.wp-block[data-align=right] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-pause {
  display: none;
}

.page-header {
  padding-top: 135px;
  margin-bottom: 80px;
}
.page-header .btn--back {
  margin-left: -5px;
}
.page-header-title {
  font-size: 96px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-top: 65px;
  margin-bottom: 25px;
}
.page-header-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 63px;
}
@media screen and (max-width: 1199px) {
  .page-header-intro {
    flex-direction: column-reverse;
  }
}
.page-header-intro-content {
  padding-top: 50px;
  width: 66%;
  max-width: 652px;
}
.page-header-intro-content h2,
.page-header-intro-content .wp-block-heading {
  font-style: normal;
  font-weight: 400;
  font-size: 33px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  margin: 0 0 22px;
}
@media (max-width: 782px) {
  .page-header-intro-content h2,
.page-header-intro-content .wp-block-heading {
    font-size: 26px;
  }
}
.page-header-intro-content .mobile-only {
  display: none;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 1199px) {
  .page-header-intro-content {
    max-width: 100%;
    width: 100%;
  }
  .page-header-intro-content .mobile-only {
    display: block;
  }
}
.page-header-intro-image {
  padding-top: 60px;
  justify-self: flex-start;
  align-self: flex-start;
  flex-grow: 1;
  max-width: 464px;
  width: 33%;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .page-header-intro-image {
    max-width: 100%;
    width: 100%;
  }
}
.page-header-intro-image .featured-video-section .cover-image {
  padding-top: 55.94%;
}
.page-header-intro-image img {
  vertical-align: center;
}
.screen-reader-text + .page-header-intro {
  padding-top: 15px;
}
.page-header-logo {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 300px;
  fill: currentColor;
}
.page-header-logo .jhu-logo-white {
  opacity: 0;
}
.is-dark-mode .page-header-logo .jhu-logo-white {
  opacity: 1;
}
.is-dark-mode .page-header-logo .jhu-logo-black {
  opacity: 0;
}
@media (max-width: 1000px) {
  .page-header-title {
    font-size: 48px;
    margin-bottom: 14px;
  }
  .page-header-intro {
    gap: 20px;
    padding-top: 20px;
  }
  .page-header-intro-content {
    padding-top: 0;
  }
  .page-header-intro-image {
    padding-top: 0;
  }
}
@media (max-width: 782px) {
  .page-header {
    padding-top: 75px;
  }
  .page-header .btn--back {
    font-size: 14px;
  }
  .page-header-title {
    margin-top: 25px;
  }
  .page-header-intro-image .page-header-illustration {
    width: 150px;
    float: right;
  }
  .page-header-intro-image .page-header-logo {
    max-width: 250px;
    margin: 40px 0;
  }
}
@media (min-width: 1001px) {
  .page-header--capabilities .page-header-title, .page-header--agency .page-header-title {
    margin-bottom: 62px;
  }
  .page-header--capabilities .page-header-intro-content, .page-header--agency .page-header-intro-content {
    padding-top: 0;
  }
  .page-header--capabilities .page-header-intro-image, .page-header--agency .page-header-intro-image {
    text-align: left;
  }
  .page-header--capabilities .page-header-intro-image {
    max-width: 41.5%;
    width: 450px;
    flex-shrink: 0;
  }
}
.page-header--news {
  margin-bottom: 45px;
}
.page-header--news .page-header-title {
  /*margin-top: 0;*/
}

.page-header--capabilities .page-header-intro-image {
  padding-top: 0;
  transform: rotate(-4deg);
  -webkit-animation: slight-rotate 0.8s ease-in-out forwards;
          animation: slight-rotate 0.8s ease-in-out forwards;
}

.rotate-in {
  transform: rotate(-4deg);
  -webkit-animation: slight-rotate 0.8s ease-in-out forwards;
          animation: slight-rotate 0.8s ease-in-out forwards;
}

@media screen and (max-width: 1199px) {
  .page-header--capabilities .page-header-intro-content .mobile-only.light {
    display: block;
  }
  .page-header--capabilities .page-header-intro-content .mobile-only.dark {
    display: none;
  }

  .is-dark-mode .page-header--capabilities .page-header-intro-content .mobile-only.light {
    display: none;
  }
  .is-dark-mode .page-header--capabilities .page-header-intro-content .mobile-only.dark {
    display: block;
  }

  .page-header--capabilities .page-header-intro-image {
    display: none;
  }

  .page-header--client-landing .page-header-intro {
    flex-direction: column;
  }

  .page-header--client-landing .page-header-intro-image {
    width: 100%;
    max-width: 100%;
  }
  .page-header--client-landing .page-header-intro-image svg {
    max-width: 100%;
  }
}
@-webkit-keyframes slight-rotate {
  from {
    transform: rotate(-4deg);
  }
  to {
    transform: rotate(0deg);
    /* Adjust rotation amount here */
  }
}
@keyframes slight-rotate {
  from {
    transform: rotate(-4deg);
  }
  to {
    transform: rotate(0deg);
    /* Adjust rotation amount here */
  }
}
.fixed-cta-widget {
  position: fixed;
  z-index: 9998;
  top: 466px;
  right: 0;
  padding: 30px 33px 34px;
  border-bottom-left-radius: 10px;
}
.is-dark-mode .fixed-cta-widget {
  border: 1px var(--text-color) solid;
  border-right: 0;
}
.fixed-cta-widget, .entry > .fixed-cta-widget {
  width: 242px;
}
.fixed-cta-content h2 {
  font: inherit;
}
@media (max-width: 1000px) {
  .fixed-cta-widget {
    top: auto;
    bottom: 5vw;
    padding: 20px 5%;
    margin-left: 5%;
  }
  .fixed-cta-widget, .entry > .fixed-cta-widget {
    width: auto;
  }
  .fixed-cta-content {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .fixed-cta-content {
    font-size: 14px;
  }
  .fixed-cta-content .btn {
    font-size: inherit;
  }
}

.entry > * {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 72px - 60px);
  max-width: 1040px;
}
@media screen and (max-width: 782px) {
  .entry > * {
    width: 90%;
  }
}
.entry > p, .entry > ul, .entry > ol, .entry > .wp-block-heading, .entry > .wp-block-quote, .entry > .wp-block-buttons {
  max-width: 806px;
}
.entry .alignwide, .entry > .alignwide {
  max-width: 1218px;
}
.entry .alignfull, .entry > .alignfull {
  margin-left: 0;
  margin-right: 0;
  width: auto;
  max-width: 100%;
}
.entry .alignfull:last-child, .entry > .alignfull:last-child {
  margin-bottom: 0;
}
.entry > p, .entry > .wp-block, .entry > .wp-block-buttons {
  margin-bottom: 53px;
}
.entry > ul, .entry > ol {
  margin-bottom: 43px;
}
@media (min-width: 641px) {
  .entry > ul.has-2-columns, .entry > ol.has-2-columns {
    -moz-columns: 2;
         columns: 2;
    gap: 40px;
  }
}
.entry > ul {
  padding-left: 1.2em;
}
.entry > ul li {
  margin-bottom: 15px;
}
.entry ol {
  list-style-type: decimal-leading-zero;
  padding-left: 2em;
}
.entry ol li {
  margin-bottom: 2em;
}
.entry ol li::marker {
  color: #FC4C02;
}
.entry > .wp-block-quote {
  border-left: 0;
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 33px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 57px;
}
@media (max-width: 782px) {
  .entry > .wp-block-quote {
    font-size: 26px;
  }
}
.entry > .wp-block-quote p {
  margin-bottom: 19px;
}
.entry > .wp-block-quote cite {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.666;
  padding-left: 80px;
}
.entry > .wp-block-quote cite::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 49px;
  height: 2px;
  background-color: #FC4C02;
}
.entry > .wp-block-media-text, .entry > .wp-block-image, .entry > .wp-block-video, .entry > .wp-block-columns, .entry > .wp-block-embed {
  margin-bottom: 87px;
}
.entry > .wp-block-media-text {
  grid-template-columns: 57.5% 1fr;
  gap: 51px;
}
@media (max-width: 640px) {
  .entry > .wp-block-media-text {
    gap: 20px;
  }
}
.entry > .wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 57.5%;
}
.entry > .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  max-width: 360px;
}
@media (max-width: 640px) {
  .entry > .wp-block-media-text .wp-block-media-text__content {
    max-width: 100%;
  }
}
.entry > .wp-block-media-text .wp-block-media-text__content .wp-block-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  margin: 0 0 15px;
}
@media (max-width: 782px) {
  .entry > .wp-block-media-text .wp-block-media-text__content .wp-block-heading {
    font-size: 20px;
  }
}
.entry > .wp-block-image figcaption {
  font: inherit;
  text-align: left;
  margin-top: 1em;
  color: var(--text-color);
}
.entry .entry-content-centered {
  padding: 95px 0;
  max-width: 550px;
  text-align: center;
}
.entry .large-text {
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
}
@media (max-width: 782px) {
  .entry .large-text {
    font-size: 20px;
  }
}
@media (max-width: 782px) {
  .entry .wp-block-columns {
    margin-bottom: 87px;
    gap: 87px;
  }
  .entry .wp-block-columns .wp-block-column .wp-block-video,
.entry .wp-block-columns .wp-block-column .wp-block-image {
    margin-bottom: 0;
  }
}

.image-column-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 58px;
  margin-bottom: 87px;
}
.image-column-section.is-style-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 782px) {
  .image-column-section {
    gap: 87px;
  }
  .image-column-section, .image-column-section.is-style-reverse {
    flex-direction: column;
    align-items: center;
  }
}
.image-column--narrow, .image-column--wide {
  max-width: 100%;
}
.two-up-image .image-column--narrow {
  width: 290px;
}
.two-up-image .image-column--narrow .cover-image {
  padding-top: 178.27%;
}
.two-up-image .image-column--wide {
  width: 664px;
}
.two-up-image .image-column--wide .cover-image {
  padding-top: 56.02%;
  margin-bottom: 34px;
}
.offset-style-1 .image-column--narrow {
  width: 393px;
  padding-top: 101px;
}
.offset-style-1 .image-column--narrow .cover-image {
  padding-top: 149.61%;
}
.offset-style-1 .image-column--wide {
  width: 701px;
}
.offset-style-1 .image-column--wide .cover-image {
  padding-top: 64.62%;
  margin-bottom: 48px;
}
@media (max-width: 782px) {
  .offset-style-1 .image-column--wide .cover-image {
    margin-bottom: 0;
  }
}
.offset-style-2 .image-column--narrow {
  width: 496px;
}
.offset-style-2 .image-column--narrow .cover-image {
  padding-top: 116.12%;
  margin-bottom: 30px;
}
.offset-style-2 .image-column--wide {
  width: 600px;
  padding-top: 80px;
}
.offset-style-2 .image-column--wide .cover-image {
  padding-top: 116%;
}
@media (max-width: 782px) {
  .offset-style-1 .image-column--narrow, .offset-style-1 .image-column--wide, .offset-style-2 .image-column--narrow, .offset-style-2 .image-column--wide {
    padding-top: 0;
  }
}
@media (max-width: 782px) {
  .image-column-content {
    margin-top: 87px;
  }
}
.image-column-content .wp-block-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
}
@media (max-width: 782px) {
  .image-column-content .wp-block-heading {
    font-size: 20px;
  }
}
.image-column-content p:last-of-type {
  margin-bottom: 0px;
}

.image-column-section.offset-style-1 .hasVideo {
  position: relative;
}
.image-column-section.offset-style-1 .hasVideo.image-column--wide video {
  width: 100%;
  height: auto;
  aspect-ratio: 701/453;
}
@media (max-width: 782px) {
  .image-column-section.offset-style-1 .hasVideo.image-column--wide video {
    position: relative;
  }
}
.image-column-section.offset-style-1 .hasVideo.image-column--wide .image-column-content {
  margin-top: calc(64.62% + 48px);
}
.image-column-section.offset-style-1 .hasVideo.image-column--wide .image-column-content:last-of-type {
  margin-bottom: 0px;
}
@media (max-width: 782px) {
  .image-column-section.offset-style-1 .hasVideo.image-column--wide .image-column-content {
    margin-top: 48px;
  }
}
.image-column-section.offset-style-1 .hasVideo.image-column--narrow video {
  width: 100%;
  height: auto;
  aspect-ratio: 330/494;
  /*margin-top: 101px;*/
}
.image-column-section.offset-style-1 .hasVideo.image-column--narrow video.video-background {
  position: relative;
}
@media (max-width: 782px) {
  .image-column-section.offset-style-1 .hasVideo.image-column--narrow video {
    position: relative;
    margin-top: 0;
  }
}

.image-column-section.offset-style-2 .hasVideo {
  position: relative;
}
.image-column-section.offset-style-2 .hasVideo.image-column--wide video {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 600/696;
  margin-top: 80px;
}
@media (max-width: 782px) {
  .image-column-section.offset-style-2 .hasVideo.image-column--wide video {
    margin-top: 0px;
  }
}
.image-column-section.offset-style-2 .hasVideo.image-column--narrow video {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 496/576;
  margin-bottom: 30px;
}

.image-column-section.two-up-image .hasVideo {
  position: relative;
}
.image-column-section.two-up-image .hasVideo.image-column--wide video {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 664/372;
}
.image-column-section.two-up-image .hasVideo.image-column--narrow video {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 290/517;
}

.cta-section {
  margin: 60px auto;
  text-align: center;
}
.cta-section-inner {
  border: 1px transparent solid;
}
.is-dark-mode .cta-section-inner {
  border-color: var(--text-color);
}
.cta-section-inner p {
  margin-left: auto;
  margin-right: auto;
}
.aligncenter .cta-section-inner, .alignwide .cta-section-inner, .alignfull .cta-section-inner {
  margin-left: auto;
  margin-right: auto;
}
.cta-section-image img {
  display: block;
}
.cta-section--standard .cta-section-inner {
  max-width: 703px;
  padding: 69px 45px 65px;
}
.cta-section--standard .cta-section-inner p {
  max-width: 416px;
}
.cta-section--standard.alignwide .cta-section-inner {
  max-width: 1040px;
}
.cta-section--standard .wp-block-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
}
@media (max-width: 782px) {
  .cta-section--standard .wp-block-heading {
    font-size: 26px;
  }
}
.cta-section--awards {
  text-align: left;
}
.cta-section--awards .cta-section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 58px 76px 75px 103px;
}
.cta-section--awards.alignfull .cta-section-inner {
  max-width: 1218px;
  padding-left: 88px;
}
.cta-section--awards .cta-section-image {
  width: 282px;
  flex-shrink: 0;
}
.cta-section--awards .cta-section-content {
  max-width: 647px;
  flex-grow: 1;
}
.cta-section--awards .wp-block-heading {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  margin: 0 0 12px;
}
@media (max-width: 782px) {
  .cta-section--awards .wp-block-heading {
    font-size: 24px;
  }
}
.cta-section--awards .wp-block-buttons,
.cta-section--awards .is-layout-flex {
  gap: 24px;
}
.cta-section--awards .btn {
  margin-right: 24px;
}
.cta-section--basic {
  text-align: left;
  margin-bottom: 85px;
}
.cta-section--basic .cta-section-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 60px;
}
.cta-section--basic .cta-section-content {
  max-width: 652px;
}
.cta-section--basic .cta-section-image {
  flex-shrink: 0;
}
.cta-section--basic .wp-block-heading {
  font-style: normal;
  font-weight: 400;
  font-size: 33px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  margin: 0 0 18px;
}
@media (max-width: 782px) {
  .cta-section--basic .wp-block-heading {
    font-size: 26px;
  }
}
.cta-section--career {
  text-align: left;
  padding: 0 63px 0 110px;
  margin-bottom: 50px;
  border: 0;
  background-image: url("../images/career-cta-bkgd-2x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-section--career .cta-section-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  padding: 70px 0;
  min-height: 345px;
}
.cta-section--career .cta-section-content {
  width: 90%;
  max-width: 443px;
}
.cta-section--career .cta-section-image {
  flex-shrink: 0;
  max-width: 494px;
  margin-top: -145px;
}
.cta-section--career .wp-block-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: normal;
  letter-spacing: -0.04em;
  margin: 0 0 34px;
  max-width: 300px;
}
@media (max-width: 1000px) {
  .cta-section--standard .cta-section-inner, .cta-section--awards .cta-section-inner {
    padding: 50px 50px 70px;
  }
  .cta-section--awards .cta-section-image {
    flex-shrink: 1;
  }
  .cta-section--awards .cta-section-content {
    width: 60%;
  }
}
@media (max-width: 782px) {
  .cta-section--standard .cta-section-inner, .cta-section--awards .cta-section-inner {
    padding-left: 8%;
    padding-right: 8%;
  }
  .cta-section--awards .cta-section-inner {
    flex-direction: column;
    align-items: center;
  }
  .cta-section--awards .cta-section-content {
    width: 100%;
  }
}

.stats-block-section {
  margin: 115px auto;
  border: 1px #CCC8B6 solid;
  padding: 65px 97px 79px;
}
@media (max-width: 1000px) {
  .stats-block-section {
    padding: 40px;
  }
}
@media (max-width: 782px) {
  .stats-block-section {
    margin: 60px auto;
  }
}
.stats-block-section .wp-block-heading {
  font-weight: bold;
  margin-bottom: 40px;
}
.stats-block-list {
  margin: 0;
  list-style: none;
}
.stats-block-list-item {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4;
}
.stats-block-list-item strong {
  display: block;
  font-weight: bold;
  font-size: 2.1em;
}
@media (max-width: 782px) {
  .stats-block-list-item {
    font-size: 1em;
  }
}
.stats-block-section--standard {
  text-align: center;
}
.stats-block-section--standard .stats-block-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.stats-block-section--standard .stats-block-list-item {
  max-width: 182px;
}
@media (max-width: 782px) {
  .stats-block-section--standard .stats-block-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .stats-block-section--standard .stats-block-list-item {
    max-width: 100%;
  }
}
.stats-block-section--grid {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 40px;
  padding: 78px 77px 100px;
}
@media (max-width: 1000px) {
  .stats-block-section--grid {
    padding: 40px 40px 60px;
  }
}
@media (max-width: 782px) {
  .stats-block-section--grid {
    display: block;
  }
}
.stats-block-section--grid .stats-block-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: inherit;
  max-width: 577px;
}
@media (max-width: 640px) {
  .stats-block-section--grid .stats-block-list {
    grid-template-columns: 1fr;
  }
}
.stats-block-section--grid .stats-block-list-item {
  font-size: 16px;
  line-height: 1.6;
}
.stats-block-section--grid .stats-block-list-item strong {
  font-size: 1.75em;
  line-height: 1.4;
  margin-bottom: 6px;
}
.stats-block-section--grid .wp-block-heading {
  width: 290px;
}

.detail-intro-section {
  margin-bottom: 87px;
  display: flex;
  align-items: flex-start;
  gap: 90px;
}
@media (max-width: 782px) {
  .detail-intro-section {
    display: block;
  }
}
.detail-intro-content {
  max-width: 685px;
}
.detail-intro-content .wp-block-heading {
  font-style: normal;
  font-weight: 400;
  font-size: 33px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 20px;
}
@media (max-width: 782px) {
  .detail-intro-content .wp-block-heading {
    font-size: 26px;
  }
}
.detail-intro-content p {
  max-width: 647px;
}
.detail-intro-content p:last-of-type {
  margin-bottom: 0px;
}
.detail-intro-columns {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 10px;
  flex-shrink: 0;
}
@media (max-width: 782px) {
  .detail-intro-columns {
    max-width: 100%;
    margin-top: 40px;
    flex-direction: column;
    gap: 0px;
  }
}
.detail-intro-columns .column {
  min-width: 170px;
  flex-shrink: 0;
}
.detail-intro-columns .column-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
.detail-intro-columns .column .menu {
  padding-bottom: 20px;
}
.detail-intro-columns .column .menu li {
  margin-bottom: 0.5em;
  font-size: 14px;
  line-height: 1.4;
}
.detail-intro-columns .column .menu li:last-of-type {
  margin-bottom: 0;
}
.detail-intro-columns .column .menu a {
  color: inherit;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  font-weight: normal;
  transition: -webkit-text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}
.detail-intro-columns .column .menu a:visited {
  color: inherit;
}
.detail-intro-columns .column .menu a:focus {
  color: inherit;
}
.detail-intro-columns .column .menu a:hover {
  color: inherit;
}
.detail-intro-columns .column .menu a:active {
  color: inherit;
}
.detail-intro-columns .column .menu a:hover, .detail-intro-columns .column .menu a:focus {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.detail-intro-columns .column:last-of-type .menu:last-of-type {
  padding-bottom: 0;
}

.device-mockup-section {
  position: relative;
  z-index: 1;
  margin-bottom: 111px;
}
@media (min-width: 783px) {
  .image-column-section:not(.is-style-reverse) + .device-mockup-section {
    margin-top: -101px;
  }
}
.device-mockup-section .cover-image {
  z-index: 1;
  padding-top: 92.44%;
}
.device-mockup-caption {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  max-width: 300px;
}
.device-mockup-caption .wp-block-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  margin: 0 0 15px;
}
@media (max-width: 782px) {
  .device-mockup-caption .wp-block-heading {
    font-size: 20px;
  }
}
@media (max-width: 782px) {
  .device-mockup-caption {
    position: relative;
  }
}
@media (max-width: 640px) {
  .device-mockup-caption {
    max-width: 100%;
  }
}

.device-mockup-block {
  display: block;
  position: relative;
  width: 90%;
  padding-bottom: min(65.7354149548069%, 984px);
  margin: 60px auto;
  overflow: visible;
}

.device-mockup-block canvas {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  width: 100vw !important;
  max-width: 1218px;
  max-width: 1512px;
  z-index: 1;
}

.device-mockup-block .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.device-mockup-block .content {
  position: absolute;
  max-width: 600px;
  bottom: 20px;
  left: 0;
  padding: 20px;
  z-index: 2;
  color: #000;
  background-color: rgba(255, 255, 255, 0.4);
}

.device-mockup-block .video_container video {
  display: none;
}

/* Loading Animation */
.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.full-width-image-slider-block {
  position: relative;
  z-index: 1;
  margin: 87px 0;
}

.slider-cursor {
  width: 106px;
  height: 106px;
}
.has-custom-cursor:hover .slider-cursor {
  opacity: 1;
}
*:active + .slider-cursor {
  background-color: #60C6AB;
  box-shadow: 0 0 10px 10px #60C6AB;
}
.slider-cursor .icon-prev-next-arrows {
  width: 55px;
  fill: currentColor;
}
@media (max-width: 1000px) {
  .slider-cursor {
    width: 55px;
    height: 55px;
  }
  .slider-cursor .icon-prev-next-arrows {
    width: 40px;
  }
}
.slider-controls {
  display: flex;
  gap: 13px;
  font-size: 1rem;
}
.slider-prev, .slider-next {
  font: inherit;
  width: 24px;
  padding-bottom: 4px;
  border: 0;
  border-bottom: 2px #FC4C02 solid;
  background-color: transparent;
  cursor: pointer;
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
  color: #FC4C02;
}
.slider-prev:visited, .slider-next:visited {
  color: #FC4C02;
}
.slider-prev:focus, .slider-next:focus {
  color: #FC4C02;
}
.slider-prev:hover, .slider-next:hover {
  color: #60C6AB;
}
.slider-prev:active, .slider-next:active {
  color: #FC4C02;
}
.slider-prev:hover, .slider-next:hover {
  border-bottom-color: transparent;
}
.slider-prev svg, .slider-next svg {
  display: block;
  width: 100%;
  height: auto;
  fill: currentColor;
  transition: fill 0.2s ease;
}
.slider-prev svg {
  transform-origin: center;
  transform: rotate(180deg);
}
.slider-block {
  position: relative;
  z-index: 1;
}
.slider-block .slide {
  vertical-align: bottom;
}
.slider-block .slide .cover-image {
  padding-top: 56.94%;
}
.slider-block-controls {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  background-color: #FC4C02;
  gap: 15px;
  padding: 5px 10px;
  border-radius: 28px;
}
.slider-block-controls .slider-prev,
.slider-block-controls .slider-next {
  width: 24px;
  padding: 2px;
  border: 0;
  color: #fff;
}
.slider-block-controls .slider-prev:visited,
.slider-block-controls .slider-next:visited {
  color: #fff;
}
.slider-block-controls .slider-prev:focus,
.slider-block-controls .slider-next:focus {
  color: #fff;
}
.slider-block-controls .slider-prev:hover,
.slider-block-controls .slider-next:hover {
  color: #fff;
}
.slider-block-controls .slider-prev:active,
.slider-block-controls .slider-next:active {
  color: #fff;
}
@media (min-width: 783px) {
  .slider-block-controls {
    display: none;
  }
}

.expo-video-placeholder {
  display: block;
  position: relative;
  z-index: 1;
}

.expo-video-placeholder .play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 12px;
  border-color: rgba(252, 76, 2, 0.53);
  border-style: solid;
  text-align: center;
  box-shadow: inset 125px 0px 0px #FC4C02;
  z-index: 100;
  transition: 0.3s ease all;
}

.expo-video-placeholder .play-btn::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 26px;
  border-color: transparent transparent transparent var(--bkgd-color);
  margin-left: 10px;
  flex-shrink: 0;
}

.expo-video-placeholder:hover .play-btn,
.expo-video-placeholder:focus .play-btn {
  border-width: 0;
}

.expo-video-placeholder .cover-image,
.expo-video-placeholder .cover-image {
  transition: transform 0.4s ease;
}

.expo-video-placeholder:hover .cover-image,
.expo-video-placeholder:focus .cover-image {
  transform: scale(1.1);
}

.expo-slider-section:nth-child(even) .expo-slider-header {
  right: 83px;
}
@media screen and (max-width: 1000px) {
  .expo-slider-section:nth-child(even) .expo-slider-header {
    right: unset;
  }
}

.expo-slider-section {
  display: flex;
  align-items: center;
  max-width: 1321px;
  padding: 0;
  margin-bottom: 50px;
}

.expo-slider-header {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #0B0B0B;
  color: #F7F5EC;
  padding: 70px 44px;
  margin-right: -83px;
  width: 336px;
  min-height: 436px;
  flex-shrink: 0;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}
.is-dark-mode .expo-slider-header {
  border: 1px var(--text-color) solid;
}

.expo-slider-section + .expo-slider-section .expo-slider-header {
  /*margin-right:0;*/
}

.expo-slider-section + .expo-slider-section:nth-child(even) {
  flex-direction: row-reverse;
}

.expo-slider-title {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 1em;
  margin-bottom: 12px;
}

.expo-slider-title::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 4px;
  background-color: #FC4C02;
}

.expo-slider-description {
  color: inherit;
}

.expo-slider-nav .slick-dots {
  text-align: left;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.expo-slider-nav .slick-dots li {
  font-size: inherit;
  display: inline-block;
  border: 0;
  background: transparent;
  border-radius: 0;
  margin: 0 15px 0 0;
  line-height: 1;
}

.expo-slider-nav .slick-dots li:last-child {
  margin: 0;
}

.expo-slider-nav .slick-dots li button {
  font-size: inherit;
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 50%;
  border: 2px rgba(252, 76, 2, 0.45) solid;
  padding: 0;
  transition: all 0.2s ease;
  overflow: hidden;
  text-indent: -9999em;
}

.expo-slider-nav .slick-dots li button:hover {
  background-color: rgba(252, 76, 2, 0.45);
}

.expo-slider-nav .slick-dots li.slick-active button {
  background-color: #FC4C02;
  border-color: #FC4C02;
}

.expo-slider-wrapper {
  flex-grow: 1;
  min-width: 0;
}

.expo-slider {
  width: 100%;
  position: relative;
  z-index: 1;
}

.expo-slider .cover-image {
  z-index: 5;
}

.expo-slider .slide-image {
  padding-top: 56.17%;
}

.expo-slider .expo-video-placeholder .play-btn {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1000px) {
  .expo-slider-section,
.expo-slider-section + .expo-slider-section {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: stretch;
  }

  .expo-slider-section + .expo-slider-section:nth-child(even) {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: stretch;
  }

  .expo-slider-header,
.expo-slider-section + .expo-slider-section .expo-slider-header {
    margin: -18px 14px 0;
    flex-direction: row;
    align-items: flex-start;
    width: auto;
    min-height: 0;
    padding: 35px 22px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  }

  .expo-slider-wrapper {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .expo-slider-header,
.expo-slider-section + .expo-slider-section .expo-slider-header {
    padding: 14px 16px;
  }

  .expo-slider-title {
    font-size: 14px;
  }

  .expo-slider-nav .slick-dots li button {
    width: 14px;
    height: 14px;
  }
}
.wpforms-container {
  font-size: 19px;
}
@media (max-width: 782px) {
  .wpforms-container {
    font-size: 1em;
  }
}
.entry .wpforms-container {
  padding-bottom: 82px;
}
.wpforms-container .wpforms-field {
  padding: 0 0 40px;
}
.wpforms-container .wpforms-field input,
.wpforms-container .wpforms-field textarea,
.wpforms-container .wpforms-field select {
  color: var(--text-color);
  background: transparent no-repeat right 29px center;
  border-radius: 0;
  font-size: inherit;
}
.wpforms-container .wpforms-field input::-webkit-input-placeholder,
.wpforms-container .wpforms-field textarea::-webkit-input-placeholder,
.wpforms-container .wpforms-field select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1A1A1A;
}
.wpforms-container .wpforms-field input::-moz-placeholder,
.wpforms-container .wpforms-field textarea::-moz-placeholder,
.wpforms-container .wpforms-field select::-moz-placeholder {
  /* Firefox 19+ */
  color: #1A1A1A;
}
.wpforms-container .wpforms-field input:-ms-input-placeholder,
.wpforms-container .wpforms-field textarea:-ms-input-placeholder,
.wpforms-container .wpforms-field select:-ms-input-placeholder {
  /* IE 10+ */
  color: #1A1A1A;
}
.wpforms-container .wpforms-field input:-moz-placeholder,
.wpforms-container .wpforms-field textarea:-moz-placeholder,
.wpforms-container .wpforms-field select:-moz-placeholder {
  /* Firefox 18- */
  color: #1A1A1A;
}
.is-dark-mode .wpforms-container .wpforms-field input::-webkit-input-placeholder, .has-dark-bkgd .wpforms-container .wpforms-field input::-webkit-input-placeholder,
.is-dark-mode .wpforms-container .wpforms-field textarea::-webkit-input-placeholder,
.has-dark-bkgd .wpforms-container .wpforms-field textarea::-webkit-input-placeholder,
.is-dark-mode .wpforms-container .wpforms-field select::-webkit-input-placeholder,
.has-dark-bkgd .wpforms-container .wpforms-field select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--text-color);
}
.is-dark-mode .wpforms-container .wpforms-field input::-moz-placeholder, .has-dark-bkgd .wpforms-container .wpforms-field input::-moz-placeholder,
.is-dark-mode .wpforms-container .wpforms-field textarea::-moz-placeholder,
.has-dark-bkgd .wpforms-container .wpforms-field textarea::-moz-placeholder,
.is-dark-mode .wpforms-container .wpforms-field select::-moz-placeholder,
.has-dark-bkgd .wpforms-container .wpforms-field select::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--text-color);
}
.is-dark-mode .wpforms-container .wpforms-field input:-ms-input-placeholder, .has-dark-bkgd .wpforms-container .wpforms-field input:-ms-input-placeholder,
.is-dark-mode .wpforms-container .wpforms-field textarea:-ms-input-placeholder,
.has-dark-bkgd .wpforms-container .wpforms-field textarea:-ms-input-placeholder,
.is-dark-mode .wpforms-container .wpforms-field select:-ms-input-placeholder,
.has-dark-bkgd .wpforms-container .wpforms-field select:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--text-color);
}
.is-dark-mode .wpforms-container .wpforms-field input:-moz-placeholder, .has-dark-bkgd .wpforms-container .wpforms-field input:-moz-placeholder,
.is-dark-mode .wpforms-container .wpforms-field textarea:-moz-placeholder,
.has-dark-bkgd .wpforms-container .wpforms-field textarea:-moz-placeholder,
.is-dark-mode .wpforms-container .wpforms-field select:-moz-placeholder,
.has-dark-bkgd .wpforms-container .wpforms-field select:-moz-placeholder {
  /* Firefox 18- */
  color: var(--text-color);
}
.wpforms-container .wpforms-field input,
.wpforms-container .wpforms-field select {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px var(--text-color) solid;
  border-right: 0;
  height: 2.63em;
}
.wpforms-container .wpforms-field input[type=checkbox] {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.wpforms-container .wpforms-field input[type=checkbox] + label {
  position: relative;
  z-index: 2;
  display: block;
  min-height: 31px;
  padding-left: 46px;
}
.wpforms-container .wpforms-field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../svg/plus.svg");
  background-size: 12px auto;
}
.wpforms-container .wpforms-field textarea {
  border: 2px var(--text-color) solid;
  padding: 1.21em 1.578em;
}
.wpforms-container .wpforms-field ul {
  list-style: none;
}
.wpforms-container .wpforms-field ul li {
  position: relative;
  z-index: 1;
}
.wpforms-container .wpforms-field .wpforms-datepicker {
  padding-right: 60px;
}
.wpforms-container .wpforms-field .wpforms-datepicker-wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: var(--text-color);
  -webkit-mask: url("../svg/calendar.svg") no-repeat center;
          mask: url("../svg/calendar.svg") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media (max-width: 640px) {
  .wpforms-container .wpforms-field .wpforms-datepicker-wrap::after {
    transform: translate(9px, -50%);
  }
}
.wpforms-container .wpforms-field-checkbox li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 31px;
  height: 31px;
  background-color: var(--text-color);
  -webkit-mask: url("../svg/checkbox-empty.svg") no-repeat center;
          mask: url("../svg/checkbox-empty.svg") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.wpforms-container .wpforms-field-checkbox li.wpforms-selected::before {
  -webkit-mask-image: url("../svg/checkbox.svg");
          mask-image: url("../svg/checkbox.svg");
}
.wpforms-container .wpforms-field-checkbox li:focus-within {
  outline: 2px #FC4C02 solid;
  outline-offset: 3px;
}
.wpforms-container .wpforms-list-inline ul {
  display: flex;
  gap: 20px 45px;
  flex-wrap: wrap;
}
.wpforms-container .wpforms-submit {
  font-size: inherit;
}
.modal {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.modal.active {
  opacity: 1;
  pointer-events: all;
}
.modal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.88);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: opacity 0.3s ease;
  z-index: 1;
}
.modal-content {
  position: relative;
  z-index: 2;
  max-width: 90%;
}
.modal-content .close {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #FC4C02;
  -webkit-mask-image: url("/wp-content/themes/mission24/assets/svg/close.svg");
          mask-image: url("/wp-content/themes/mission24/assets/svg/close.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}

.popup-modal {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.88);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}
.popup-modal.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.popup-modal-inner {
  position: relative;
  z-index: 1;
}
.popup-modal-close {
  position: absolute;
  z-index: 2;
  right: -33px;
  top: -33px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 0;
  color: #FC4C02;
  background-color: transparent;
  cursor: pointer;
  transition: color 0.2s ease;
}
.popup-modal-close .icon-close {
  width: 25px;
  height: 25px;
  margin: 0;
  fill: currentColor;
}
.popup-modal-close:hover, .popup-modal-close:focus {
  color: #60C6AB;
}
@media (max-width: 1000px) {
  .popup-modal-close {
    width: 25px;
    height: 25px;
  }
}

@property --overlay-blur {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@supports not (-moz-appearance: none) {
  .popup-modal {
    --overlay-blur: 0px;
    -webkit-backdrop-filter: blur(var(--overlay-blur));
    backdrop-filter: blur(var(--overlay-blur));
  }

  .popup-modal.active {
    --overlay-blur: 20px;
  }
}
.video-modal .popup-modal-inner {
  width: 90%;
  background: #000;
  max-width: 800px;
}
.video-modal .popup-modal-inner .popup-modal-close {
  position: absolute;
  top: -40px;
  right: -40px;
}
@media (max-width: 1000px) {
  .video-modal .popup-modal-inner .popup-modal-close {
    top: -30px;
    right: 0;
  }
}
.video-modal .wp-block-embed.wp-embed-aspect-1-2, .video-modal .wp-block-embed.wp-embed-aspect-9-16, .video-modal .wp-block-embed.wp-embed-aspect-1-1 {
  max-width: 40vh;
}

.blog-search-modal .popup-modal-inner {
  background-color: #00000035;
  padding: 60px;
}
.blog-search-modal .popup-modal-inner form {
  position: relative;
}
.blog-search-modal .popup-modal-inner form span {
  position: relative;
}
.blog-search-modal .popup-modal-inner form span input[type=text] {
  font-style: normal;
  font-weight: 200;
  font-size: 40px;
  line-height: normal;
  letter-spacing: -0.04em;
  background-color: transparent;
  border: none;
  color: #fff;
  padding-right: 60px;
  outline: none;
}
.blog-search-modal .popup-modal-inner form span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FC4C02;
}
.blog-search-modal .popup-modal-inner form button {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 30px;
  height: 30px;
  -webkit-mask: url(../svg/btn-arrow.svg) no-repeat center;
          mask: url(../svg/btn-arrow.svg) no-repeat center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #FC4C02;
  cursor: pointer;
  transition: all 0.3s ease;
}
.blog-search-modal .popup-modal-inner form button:hover {
  background-color: #60C6AB;
}
.blog-search-modal .popup-modal-inner .popup-modal-close {
  position: absolute;
  top: -40px;
  right: -40px;
}
@media (max-width: 1000px) {
  .blog-search-modal .popup-modal-inner .popup-modal-close {
    top: -30px;
    right: 0;
  }
}

.profile-modal {
  background: rgba(0, 0, 0, 0.2);
}
.profile-modal .popup-modal-inner {
  width: 90%;
  max-width: 1030px;
  border: 2px solid #FC4C02;
  border-radius: 10px;
  padding: 40px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .profile-modal .popup-modal-inner {
    padding: 40px 30px;
  }
}
.profile-modal-content {
  display: flex;
  gap: 40px;
  color: #fff;
  max-height: 550px;
  height: 50vh;
}
@media screen and (max-width: 768px) {
  .profile-modal-content {
    max-height: 70vh;
    height: 70vh;
  }
}
.profile-modal-content .image {
  aspect-ratio: 480/596;
  width: calc(40% - 20px);
}
@media screen and (max-width: 768px) {
  .profile-modal-content .image {
    display: none;
  }
}
.profile-modal-content .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile-modal-content .content {
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow-y: auto;
  padding-right: 45px;
}
@media screen and (max-width: 768px) {
  .profile-modal-content .content {
    margin-top: 30px;
    height: calc(100% - 30px);
  }
}
.profile-modal-content .content::-webkit-scrollbar-track {
  background-color: #464646;
  width: 2px;
  transform: translateY(60px);
}
.profile-modal-content .content::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
  border-radius: 2px;
  transform: translateY(60px);
}
.profile-modal-content .content::-webkit-scrollbar-thumb {
  background-color: #FC4C02;
  width: 6px;
  transform: translateY(60px);
}
.profile-modal-content .content h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .profile-modal-content .content h2 {
    font-size: 40px;
  }
}
.profile-modal-content .content h3 {
  font-weight: 400;
  font-size: 23px;
  color: #FC4C02;
}
.profile-modal .popup-modal-close {
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .profile-modal .popup-modal-close {
    top: 20px;
    right: 20px;
  }
}

.search-modal .popup-modal-inner {
  width: 90%;
  max-width: 1030px;
}
.search-modal .popup-modal-inner .popup-modal-close {
  position: absolute;
  top: -150px;
  right: 0;
}
@media (max-width: 1000px) {
  .search-modal .popup-modal-inner .popup-modal-close {
    top: -100px;
  }
}
@media (max-width: 782px) {
  .search-modal .popup-modal-inner .popup-modal-close {
    position: fixed;
    top: 30px;
    right: 30px;
  }
}

.searchform {
  font-size: 40px;
}
@media (max-width: 782px) {
  .searchform {
    font-size: 5vw;
  }
}
.searchform-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 2px #FC4C02 solid;
}
.searchform-input, .searchform-submit {
  font: inherit;
  height: 1.9375em;
}
.searchform-input {
  padding: 0 0.5em 0 0.25em;
  min-width: 1em;
  flex-grow: 1;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  color: #fff;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.searchform-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.searchform-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.searchform-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.searchform-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.searchform-input:focus {
  outline: none;
}
@media (min-width: 641px) {
  .searchform-input:focus {
    outline-offset: -5px;
  }
}
.keyboard-in-use .searchform-input:focus {
  outline: #fff;
}
.searchform-submit {
  flex-shrink: 0;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 1.25em;
  margin-left: 0.125em;
  color: #FC4C02;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.2s ease;
}
.searchform-submit svg {
  width: auto;
  height: 16px;
  flex-shrink: 0;
  fill: currentColor;
  transition: -webkit-clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
  -webkit-clip-path: inset(0 0 0 33px);
          clip-path: inset(0 0 0 33px);
}
.searchform-submit:hover {
  color: #60C6AB;
}
.searchform-submit:hover svg {
  -webkit-clip-path: inset(0 0 0 50px);
          clip-path: inset(0 0 0 50px);
}
.searchform-submit:focus {
  outline-color: transparent;
}

.home .site-header-content .site-branding {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.home .site-header-content:not(.header-logo-visible .site-header-content) .site-branding {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}
.home.is-dark-mode.transparent-header-buttons .site-header-btn:not(.site-navigation-button) {
  border-color: #0B0B0B;
}
.home .entry {
  position: relative;
  z-index: 1;
  background-color: var(--bkgd-color);
  padding-top: calc(100vh - 14.7vw);
}
.home.intro-content-visible .entry {
  --home-title-height:374px;
  padding-top: calc(100vh - 14.7vw - var(--home-title-height));
}
@media (max-width: 640px) {
  .home.intro-content-visible .entry {
    --home-title-height:344px;
  }
}

.home-hero-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 100vh;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-mask: url("../svg/mission-text.svg") left bottom -1px/100%, linear-gradient(0deg, #000, #000);
          mask: url("../svg/mission-text.svg") left bottom -1px/100%, linear-gradient(0deg, #000, #000);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 640px) {
  .home-hero-section {
    min-height: 86vh;
    pointer-events: none;
  }
  .home-hero-section .home-hero-link {
    pointer-events: auto;
  }
}
.home-hero-section .featured-video-cursor {
  mix-blend-mode: difference;
}
.home-hero-section:hover .featured-video-cursor {
  opacity: 1;
}
.home-hero-fixed {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 226px 0 14.722vw 0;
}
.home-hero-fixed .video-background {
  filter: grayscale(100%);
}
.home-hero-fixed .video-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.home-hero-fixed .video-background-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.71);
}
.is-dark-mode .home-hero-fixed .video-background-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background-color: rgba(252, 76, 2, 0.71);
}
.home-hero-link {
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .home-hero-link {
    mix-blend-mode: difference;
    background-color: #FC4C02;
    box-shadow: 0 0 10px 10px #FC4C02;
    border-radius: 50%;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, width 0.2s ease, height 0.2s ease, opacity 0.5s ease;
    width: 140px;
    height: 140px;
    top: 362px;
    left: unset;
    right: 40px;
  }
  .home-hero-link .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .home-hero-link .content::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/M-eyeball.webp);
    background-size: 75px auto;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
  }
  .home-hero-link .content::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url("../images/play-that-reel-2x.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 110px 110px;
    transform-origin: center;
    -webkit-animation-name: rotate;
            animation-name: rotate;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}
.home-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.home-hero-content-inner {
  width: 100%;
  max-width: 1218px;
  margin: auto;
}
@media screen and (max-width: 1371px) {
  .home-hero-content-inner {
    width: 90%;
    margin: auto 6vw;
  }
}
.home-hero-content .icon-btn-arrow-down {
  width: 16px;
  fill: #FC4C02;
}
.is-dark-mode .home-hero-content .icon-btn-arrow-down {
  fill: #0B0B0B;
}
.home-hero-title {
  font-style: normal;
  font-weight: 200;
  font-size: 40px;
  line-height: normal;
  letter-spacing: -0.04em;
  max-width: 10em;
  margin-bottom: 48px;
}
.home-hero-title strong {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
}
.is-dark-mode .home-hero-content .home-hero-title strong {
  color: #0B0B0B;
}
@media (max-width: 640px) {
  .home-hero-title {
    font-size: 32px;
  }
}
.home-hero-logo {
  position: relative;
  z-index: 1;
  width: 100%;
  pointer-events: none;
}
.home-hero-logo svg {
  display: block;
  fill: var(--bkgd-color);
  vertical-align: bottom;
}
.home-hero-video-controls {
  position: absolute;
  z-index: 4;
  bottom: 20vw;
  right: 40px;
}
@media (max-width: 640px) {
  .home-hero-video-controls {
    display: none;
    right: unset;
    bottom: unset;
    top: 3vw;
    left: 3vw;
  }
}
.home-hero-video-controls .play-pause-button {
  width: 50px;
  height: 50px;
}
.home-hero-video-controls .play-pause-button svg {
  transition: fill 0.2s ease;
}
.is-dark-mode .home-hero-video-controls .play-pause-button svg {
  fill: #0B0B0B;
}
.home-hero-video-controls .play-pause-button:hover svg, .home-hero-video-controls .play-pause-button:focus svg {
  fill: #fff;
}

.agency .video-background-wrapper .home-hero-video-controls,
.careers .video-background-wrapper .home-hero-video-controls {
  bottom: 50px !important;
}

.home-intro-section {
  margin-bottom: 140px;
}
.home-intro-section .container {
  padding-right: 105px;
}
@media (max-width: 640px) {
  .home-intro-section .container {
    padding-right: 0;
  }
}
.home-intro-header-wrapper {
  width: 100%;
  max-width: 100%;
  position: fixed;
  top: 26px;
}
.intro-content-visible .home-intro-header-wrapper {
  position: relative;
  top: 0px;
}
.home-intro-header, .home-intro-content {
  display: flex;
  align-items: flex-start;
}
.home-intro-header {
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 200px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.home-intro-header .icon-btn-arrow-down {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  margin-top: 18px;
  width: 16px;
  fill: #FC4C02;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear, transform 0.2s ease;
  transform: none;
}
.intro-content-visible .home-intro-header .icon-btn-arrow-down {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.35s, opacity 0.35s linear, transform 0.25s ease;
  transform: translateY(30px);
}
@media (max-width: 640px) {
  .header-logo-visible .home-intro-header .icon-btn-arrow-down {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.35s, opacity 0.35s linear, transform 0.25s ease;
    transform: translateY(30px);
  }
}
.home-intro-content {
  justify-content: flex-end;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.666;
}
@media (max-width: 640px) {
  .home-intro-content {
    font-size: 16px;
  }
}
.home-intro-content-inner {
  max-width: 702px;
}
.home-intro-content-inner .wp-block-heading,
.home-intro-content-inner .h5-like {
  font-weight: 500;
  margin-bottom: 1em;
}
.home-intro-content-inner .wp-block-buttons {
  gap: 40px;
}
.home-intro-title {
  color: #FC4C02;
  margin-bottom: 0;
}
.home-intro-title strong {
  color: var(--text-color);
}

.home-work-section {
  margin-bottom: 112px;
}
@media (max-width: 640px) {
  .home-work-section {
    margin-bottom: 80px;
  }
}
.home-work-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 88px;
}
.home-work-header-title {
  font-style: normal;
  font-weight: 500;
  font-size: 96px;
  line-height: 1.09;
}
@media (max-width: 1000px) {
  .home-work-header-title {
    font-size: 64px;
  }
}
@media (max-width: 640px) {
  .home-work-header-title {
    font-size: 44px;
  }
}
.home-work-header-desc {
  position: relative;
  z-index: 1;
  max-width: 296px;
  margin-top: 35px;
  padding-left: 64px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.666;
}
.home-work-header-desc::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0.66em;
  left: 0;
  width: 49px;
  height: 2px;
  background-color: #FC4C02;
}
@media (max-width: 782px) {
  .home-work-header {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 40px;
  }
  .home-work-header-title {
    width: 100%;
  }
}

.home-project-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 88px 10%;
}
@media (max-width: 640px) {
  .home-project-grid {
    gap: 30px;
    flex-direction: column;
  }
}
.home-project-grid .project-card {
  opacity: 0;
  position: relative;
  top: 75px;
  transition: all 0.3s ease;
}
.home-project-grid .project-card.left {
  left: -75px;
}
.home-project-grid .project-card:nth-child(1) {
  width: 40.67%;
}
.home-project-grid .project-card:nth-child(1) .project-card-image {
  padding-top: 152.72%;
}
.home-project-grid .project-card:nth-child(2) {
  margin-top: 174px;
  width: 49.22%;
}
.home-project-grid .project-card:nth-child(2) .project-card-image {
  padding-top: 73.12%;
}
.home-project-grid .project-card:nth-child(3) {
  width: 74.69%;
  margin-top: 40px;
  margin-left: 8.2%;
}
.home-project-grid .project-card:nth-child(3) .project-card-image {
  padding-top: 65.78%;
}
.home-project-grid .project-card:nth-child(4) {
  margin-top: 200px;
  width: 57.76%;
}
.home-project-grid .project-card:nth-child(4) .project-card-image {
  padding-top: 85.06%;
}
@media (max-width: 640px) {
  .home-project-grid .project-card:nth-child(4) {
    margin-top: 100px;
  }
}
.home-project-grid .project-card:nth-child(5) {
  width: 32.21%;
}
.home-project-grid .project-card:nth-child(5) .project-card-image {
  padding-top: 152.55%;
}
.home-project-grid .project-card.show {
  top: 0;
  opacity: 1;
}
.home-project-grid .project-card.show.left {
  left: 0;
}
@media (max-width: 640px) {
  .home-project-grid .project-card {
    width: 100% !important;
    margin: 0px !important;
  }
  .home-project-grid .project-card .project-card-image {
    padding-top: 73.12% !important;
  }
}

.home-news-item {
  position: relative;
  z-index: 1;
  padding-bottom: 119px;
  min-height: 45.13vw;
}
.home-news-item-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.home-news-item:hover .home-news-item-image, .home-news-item:focus-within .home-news-item-image {
  filter: grayscale(0%);
}
.home-news-item-content {
  position: relative;
  z-index: 2;
  background-color: var(--bkgd-color);
  max-width: 700px;
  padding: 130px 94px 130px 111px;
  border-bottom-right-radius: 10px;
}
.home-news-item-content p:last-child {
  margin-bottom: 0;
}
.home-news-item-title {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.395;
  letter-spacing: -0.04em;
  margin-bottom: 0.9em;
  text-underline-offset: 3px;
}
.home-news-item-title a {
  color: inherit;
  font-weight: 500;
}
.home-news-item-title a:visited {
  color: inherit;
}
.home-news-item-title a:focus {
  color: inherit;
}
.home-news-item-title a:hover {
  color: inherit;
}
.home-news-item-title a:active {
  color: inherit;
}
@media (max-width: 1200px) {
  .home-news-item-content {
    max-width: 600px;
    padding: 80px 60px 80px 70px;
  }
}
@media (max-width: 1000px) {
  .home-news-item-content {
    max-width: 500px;
    padding: 50px;
  }
  .home-news-item-title {
    font-size: 34px;
  }
}
@media (max-width: 640px) {
  .home-news-item-content {
    max-width: 60%;
    padding: 50px 5%;
  }
  .home-news-item-title {
    font-size: 24px;
  }
  .home-news-item-image {
    filter: grayscale(0%);
  }
}

/*
.listing-page-header{
  padding:115px 0 135px;

  &-row{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 15px;
    .row-image{
      flex-shrink: 0;
      margin-left: 50px;
      padding-bottom: 30px;
      visibility: hidden;
      img{
        display: block;
      }
    }
    .row-text{
      p{
        max-width: 652px;
        margin-top: 56px;
        margin-left: 76px;
        &:last-child{
          margin-bottom: 0;
        }
      }
    }
    &--reverse{
      flex-direction: row-reverse;
      .row-image{
        margin-left: 0;
        margin-right: 68px;
        padding-bottom: 0;
      }
    }
  }
  &-title{
    @include fonts('SemiBold', 96px, 1);
    letter-spacing: -0.04em;
    margin: 0;
    span{
      font-weight: 200;
      color:$orange;
    }
  }
  @include breakpoint('full'){
    &-title{
      font-size: 72px;
    }
  }
  @include breakpoint('large'){
    &-title{
      font-size: 60px;
    }
    &-row{
      .row-image{
        padding-top: 30px;
      }
      .row-text{
        p{
          margin-left: 0;
        }
      }
      &--reverse{
        align-items: flex-start;
      }
    }
  }
  @include breakpoint('wp-mobile'){
    margin-bottom: 80px;
    &-title{
      font-size: 48px;
    }
    &-row{
      display: block;
      .row-image{
        &,
        img{
          //margin: auto;
          display: none;
        }
      }
      &--reverse{
        .listing-page-header-title{
          text-align: right;
        }
      }
    }
  }
}
*/
.listing-page-header {
  padding: 209px 0 135px;
}
@media screen and (max-width: 550px) {
  .listing-page-header {
    padding: 150px 0 80px;
  }
}
.listing-page-header-title {
  font-style: normal;
  font-weight: 600;
  font-size: clamp(38px, 6.66vw, 96px);
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 0;
}
@media screen and (max-width: 450px) {
  .listing-page-header-title {
    font-size: 30px;
  }
}
.listing-page-header-title span {
  font-weight: 200;
  color: #FC4C02;
}
.listing-page-header-row {
  padding-left: clamp(5%, 7.11vw, 7.11%);
  margin-bottom: 15px;
}
@media screen and (max-width: 783px) {
  .listing-page-header-row {
    padding-left: 5%;
  }
}
@media screen and (max-width: 450px) {
  .listing-page-header-row {
    padding-left: 0;
  }
}
.listing-page-header-row--reverse {
  padding-right: clamp(5%, 14.577vw, 14.577%);
}
@media screen and (max-width: 783px) {
  .listing-page-header-row--reverse {
    padding-right: 5%;
  }
}
@media screen and (max-width: 450px) {
  .listing-page-header-row--reverse {
    padding-right: 0;
  }
}
.listing-page-header-row--reverse h2 {
  text-align: right;
  margin-bottom: 60px;
}
.listing-page-header-row--reverse p {
  padding-left: 38%;
}
@media screen and (max-width: 783px) {
  .listing-page-header-row--reverse p {
    padding-left: 0px;
  }
}

.entry > .listing-page-content {
  max-width: 1500px;
}

.listing-page-filters {
  margin-bottom: 100px;
  scroll-margin-top: 160px;
  position: relative;
  z-index: 10;
}
.listing-page-filters, .listing-page-filters-list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 40px;
}
.listing-page-filters-list {
  list-style: none;
  margin: 0;
}
@media (max-width: 1000px) {
  .listing-page-filters-list {
    width: 100%;
    max-width: 680px;
  }
}
@media (max-width: 1000px) {
  .listing-page-filters {
    flex-wrap: wrap;
  }
  .listing-page-filters > .filter-box {
    width: 100%;
    max-width: 680px;
  }
}
@media (max-width: 782px) {
  .listing-page-filters-list {
    justify-content: space-between;
    gap: 20px;
  }
  .listing-page-filters > .filter-box {
    max-width: 100%;
  }
}

.filter-box {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 200px;
  padding: 10px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  background-color: transparent;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, border-radius 0.2s ease;
}
@media (max-width: 1000px) {
  .filter-box {
    min-width: 0;
    flex-grow: 1;
  }
}
.filter-box::before, .filter-box::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.filter-box::before {
  z-index: 1;
  background-color: #FC4C02;
}
.filter-box::after {
  z-index: 2;
  background-color: var(--text-color);
  width: 0;
  transition: width 0.3s ease-out;
}
.filter-box:hover::after {
  width: 100%;
}
.filter-box-text {
  display: block;
  transition: transform 0.2s ease;
}
.filter-box[aria-selected=true] {
  color: var(--bkgd-color);
  background-color: var(--text-color);
  border-bottom-color: transparent;
  border-bottom-right-radius: 10px;
}
.filter-box[aria-selected=true] .filter-box-text {
  transform: translateX(15px);
}
.filter-box[aria-selected=true]::before, .filter-box[aria-selected=true]::after {
  display: none;
}
@media screen and (max-width: 640px) {
  .filter-box--select {
    padding: 0;
  }
}
@media screen and (min-width: 641px) {
  .filter-box--select {
    width: 30%;
    max-width: 343px;
  }
}
.filter-box--button {
  overflow: hidden;
}
.filter-box select,
.filter-box input {
  position: relative;
  z-index: 1;
  color: var(--text-color);
}
.filter-box select::-webkit-input-placeholder,
.filter-box input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--text-color);
}
.filter-box select::-moz-placeholder,
.filter-box input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--text-color);
}
.filter-box select:-ms-input-placeholder,
.filter-box input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--text-color);
}
.filter-box select:-moz-placeholder,
.filter-box input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--text-color);
}
.filter-box select,
.filter-box input[type=date],
.filter-box input[type=text],
.filter-box .ui-datepicker-trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  font: inherit;
  line-height: inherit;
  height: 45px;
}
.filter-box select,
.filter-box .ui-datepicker-trigger {
  padding-right: 30px;
  cursor: pointer;
}
.filter-box .ui-datepicker-trigger {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  text-align: left;
  color: var(--text-color);
}
.filter-box input:not(:-moz-placeholder-shown) + .ui-datepicker-trigger {
  opacity: 0;
}
.filter-box input:not(:-ms-input-placeholder) + .ui-datepicker-trigger {
  opacity: 0;
}
.filter-box input:not(:placeholder-shown) + .ui-datepicker-trigger {
  opacity: 0;
}
.filter-box select {
  background: transparent url("../svg/plus.svg") no-repeat center right 10px;
  background-size: 12px 12px;
}
.filter-box select::-ms-expand {
  display: none;
}
.filter-box ::-webkit-calendar-picker-indicator {
  background: transparent;
  cursor: pointer;
}

.listing-page-panel {
  padding-bottom: 72px;
}
.listing-page-panel.is-hidden {
  display: none;
}

.project-grid {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 35px 10%;
}
@media (max-width: 1000px) {
  .project-grid {
    margin-bottom: 50px;
  }
}
@media (max-width: 782px) {
  .project-grid {
    gap: 50px;
  }
}
.project-grid-section {
  padding-bottom: 60px;
}
.project-grid .project-card {
  opacity: 0;
  position: relative;
  top: 75px;
  transition: all 0.5s ease;
}
.project-grid .project-card:nth-child(4n+1), .project-grid .project-card:nth-child(4n+4), .project-grid .project-card--narrow {
  width: 40%;
}
.project-grid .project-card:nth-child(4n+2), .project-grid .project-card:nth-child(4n+3), .project-grid .project-card--wide {
  margin-top: 60px;
  width: 50%;
}
@media (max-width: 782px) {
  .project-grid .project-card, .project-grid .project-card:nth-child(4n+1), .project-grid .project-card:nth-child(4n+2), .project-grid .project-card:nth-child(4n+3), .project-grid .project-card:nth-child(4n+4), .project-grid .project-card--narrow, .project-grid .project-card--wide {
    width: 100%;
    margin-top: 0;
  }
}
.project-grid .project-card-image {
  padding-top: 75%;
}
.project-grid .project-card.show {
  top: 0;
  opacity: 1;
}
@media (min-width: 1001px) {
  .project-grid--3-wide {
    gap: 45px 5.592%;
  }
  .project-grid--3-wide .project-card:nth-child(9n+1), .project-grid--3-wide .project-card:nth-child(9n+3), .project-grid--3-wide .project-card:nth-child(9n+5), .project-grid--3-wide .project-card:nth-child(9n+6), .project-grid--3-wide .project-card:nth-child(9n+7), .project-grid--3-wide .project-card:nth-child(9n) {
    margin-top: 0;
  }
  .project-grid--3-wide .project-card:nth-child(9n+2), .project-grid--3-wide .project-card:nth-child(9n+4), .project-grid--3-wide .project-card:nth-child(9n+8) {
    margin-top: 97px;
  }
  .project-grid--3-wide .project-card:nth-child(9n+2), .project-grid--3-wide .project-card:nth-child(9n+3), .project-grid--3-wide .project-card:nth-child(9n+4), .project-grid--3-wide .project-card:nth-child(9n+6), .project-grid--3-wide .project-card:nth-child(9n+7), .project-grid--3-wide .project-card:nth-child(9n+8), .project-grid--3-wide .project-card--narrow {
    width: 23.848%;
  }
  .project-grid--3-wide .project-card:nth-child(9n+1), .project-grid--3-wide .project-card:nth-child(9n+5), .project-grid--3-wide .project-card:nth-child(9n), .project-grid--3-wide .project-card--wide {
    width: 41.118%;
  }
}
.project-grid-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 90px;
}
.project-grid-more-link {
  display: flex;
  width: 100%;
  max-width: 480px;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 20px;
  overflow: visible;
}
.project-grid-more-link-content {
  position: relative;
  z-index: 3;
}
.project-grid-more-link:hover .custom-cursor {
  opacity: 1;
}
@media (max-width: 640px) {
  .project-grid-more-link {
    overflow: hidden;
  }
}

.project-card--square .project-card-image {
  padding-top: 100%;
}
.project-card-link {
  position: relative;
  z-index: 1;
  color: var(--text-color);
  text-decoration: none;
}
.project-card-link:visited {
  color: var(--text-color);
}
.project-card-link:focus {
  color: var(--text-color);
}
.project-card-link:hover {
  color: var(--text-color);
}
.project-card-link:active {
  color: var(--text-color);
}
.project-card-image {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  transition: border-radius 0.2s ease;
}
a:hover .project-card-image {
  border-radius: 10px;
}
.project-card-image .cover-image {
  position: absolute;
  z-index: 2;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
a:hover .project-card-image .cover-image {
  transform: scale(1.05);
}
.project-card-image .video-background {
  z-index: 1;
}
a:hover .project-card-image .video-background + .cover-image {
  opacity: 0;
  transform: none;
}
.project-card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
@media (max-width: 640px) {
  .project-card-title {
    font-size: 14px;
  }
}
.project-card-subtitle, .project-card-list {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .project-card-subtitle, .project-card-list {
    font-size: 12px;
  }
}
.project-card-list {
  list-style: none;
  margin: 0;
}
.project-card-list li {
  margin: 0 0 0.35em;
}
.project-card-list li::before {
  display: none;
}
.project-card-award {
  display: none;
  position: relative;
  z-index: 2;
  float: right;
  width: 35px;
  height: auto;
  margin: -44px 44px 0 0;
}
@media (max-width: 782px) {
  .project-card-award {
    width: 25px;
    margin: -40px 12px 0 0;
  }
}
.project-card.has-award .project-card-award {
  display: block;
}

.client-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  list-style: none;
  margin: 0;
}
@media (max-width: 782px) {
  .client-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10vw;
    padding: 0 5%;
  }
}
.client-grid-item {
  position: relative;
  z-index: 1;
  padding-top: 100%;
  overflow: hidden;
  transition: border-radius 0.2s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0B0B0B;
}
.client-grid-item:hover {
  border-radius: 10px;
}
.client-grid-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 20px;
  color: #0B0B0B;
  background-color: #DEDBCE;
  transition: color 0.2s ease, background-color 0.2s ease, border-radius 0.2s ease;
  overflow: hidden;
  text-decoration: none;
}
.client-grid-item-image svg,
.client-grid-item-image img {
  display: block;
  max-width: 200px;
  max-height: 200px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.client-grid-item-image svg.logo-wilson-sporting-goods,
.client-grid-item-image img.logo-wilson-sporting-goods {
  max-width: 150px;
  max-height: 150px;
}
.client-grid-item-image svg.logo-johns-hopkins-university,
.client-grid-item-image img.logo-johns-hopkins-university {
  max-width: 250px;
  max-height: 250px;
}
.client-grid-item-image svg {
  fill: currentColor;
}
.client-grid-item-image .jhu-logo-white {
  opacity: 0;
}
.client-grid-item-image:visited {
  color: #0B0B0B;
}
.client-grid-item-image:hover {
  color: #fff;
  background-color: transparent;
}
.client-grid-item-image:hover .jhu-logo-white {
  opacity: 1;
}
.client-grid-item-image:hover .jhu-logo-black {
  opacity: 0;
}
.client-grid-item-label {
  display: block;
  max-width: 250px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: normal;
}

.project-carousel-section {
  border-bottom: 1px #CCC8B6 solid;
  margin-bottom: 60px;
}
@media (max-width: 782px) {
  .project-carousel-section {
    border-bottom: 0;
    margin-bottom: 80px;
  }
}
.project-carousel-section:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.project-carousel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}
@media (max-width: 782px) {
  .project-carousel-header {
    margin-bottom: 12px;
  }
  .project-carousel-header-more {
    display: none;
  }
}
.project-carousel-title {
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .project-carousel-title {
    line-height: 1.15;
  }
}
.project-carousel-slider {
  position: relative;
  z-index: 3;
  margin: 0 -30px;
}
@media (max-width: 782px) {
  .project-carousel-slider {
    margin: 0 -10px;
  }
}
@media (max-width: 640px) {
  .project-carousel-slider {
    margin: 0 -10px;
  }
}
.project-carousel-slider:not(.slick-initialized) {
  opacity: 0;
}
.project-carousel-slider-item {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 782px) {
  .project-carousel-slider-item {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .project-carousel-slider-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.project-carousel-footer {
  display: none;
}
@media (max-width: 782px) {
  .project-carousel-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
  }
  .project-carousel-footer-more {
    padding-bottom: 6px;
    margin-right: -10px;
  }
  .project-carousel-footer-more::before {
    height: 2px;
  }
  .project-carousel-footer-more::after {
    width: 24px;
    height: 21px;
  }
  .project-carousel-footer .slider-controls {
    flex-grow: 1;
    align-items: flex-end;
  }
  .project-carousel-footer .slider-controls::after {
    display: block;
    content: "";
    height: 2px;
    flex-grow: 1;
    background: #CCC8B6;
    margin-left: 7px;
  }
}

.next-client-footer {
  overflow: hidden;
}
.next-client-footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1296px;
  border-top: 1px #CCC8B6 solid;
  padding: 88px 0 200px;
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
}
.next-client-footer-title {
  margin-bottom: 146px;
}
.next-client-footer-link {
  display: block;
  text-decoration: none;
  color: var(--text-color);
}
.has-custom-cursor .next-client-footer-link {
  cursor: none;
}
.next-client-footer-link:visited {
  color: var(--text-color);
}
.next-client-footer-link:focus {
  color: var(--text-color);
}
.next-client-footer-link:hover {
  color: var(--text-color);
}
.next-client-footer-link:active {
  color: var(--text-color);
}
.next-client-footer-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.next-client-footer-logo {
  position: relative;
  z-index: 4;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.next-client-footer-logo svg {
  display: block;
  width: 100%;
  height: auto;
  fill: currentColor;
}
@media (max-width: 782px) {
  .next-client-footer-logo {
    max-width: 350px;
  }
}
.next-client-footer-inner:hover .next-client-footer-cursor {
  opacity: 1;
}

.mosaic-cta-list {
  padding-bottom: 80px;
}
.mosaic-cta-item {
  border-top: 1px #CCC8B6 solid;
  padding-top: 100px;
  margin-bottom: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 62px;
}
.mosaic-cta-content .wp-block-heading {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  font-weight: bold;
}
@media (max-width: 782px) {
  .mosaic-cta-content .wp-block-heading {
    font-size: 24px;
  }
}
.mosaic-cta-content ul {
  margin-left: 0;
  list-style: none;
}
.mosaic-cta-content ul li {
  position: relative;
  z-index: 1;
  padding-left: 1em;
  margin-bottom: 0.75em;
}
.mosaic-cta-content ul li::before {
  display: inline-block;
  content: "+";
  color: #FC4C02;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.mosaic-cta-image {
  margin-right: 80px;
  width: 380px;
  max-width: 50%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  --parallax-transform-up: translateY(0px);
  --parallax-transform-down: translateY(0px);
}
@media screen and (max-width: 1199px) {
  .mosaic-cta-image {
    margin-right: 20px;
  }
}
.mosaic-cta-image .image-top {
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
.mosaic-cta-image .image-top.parallax-movement-capabilities {
  transform: translateY(var(--parallax-transform-down));
  will-change: transform;
  transition: transform 0.05s linear;
}
.mosaic-cta-image .image-top .cover-image {
  width: 100%;
  height: 100%;
}
.mosaic-cta-image .image-middle {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
}
.mosaic-cta-image .image-middle .cover-image {
  width: 100%;
  height: 100%;
}
.mosaic-cta-image .image-bottom {
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.mosaic-cta-image .image-bottom.parallax-movement-capabilities {
  transform: translateY(var(--parallax-transform-up));
  will-change: transform;
  transition: transform 0.05s linear;
}
.mosaic-cta-image .image-bottom .cover-image {
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  .mosaic-cta-list {
    padding-right: 0;
  }
}
@media screen and (max-width: 850px) {
  .mosaic-cta-list {
    margin-bottom: 80px;
  }
  .mosaic-cta-item {
    flex-direction: column-reverse;
    gap: 100px;
    border-top: 0;
    padding-top: 0;
  }
  .mosaic-cta-image {
    max-width: 70%;
    align-self: center;
  }
}

.featured-video-section {
  margin-bottom: 95px;
  position: relative;
}
@media (max-width: 782px) {
  .featured-video-section {
    margin-bottom: 60px;
  }
}
.featured-video-section .cover-image {
  padding-top: 52.94%;
  background-color: #0B0B0B;
}
.featured-video-cursor {
  width: 240px;
  height: 240px;
  left: -15px;
  top: -15px;
}
.featured-video-cursor::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 179px;
  height: 179px;
  background-image: url("../images/play-that-reel-2x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  top: 30px;
  left: 30px;
  transform-origin: center;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 1000px) {
  .featured-video-cursor {
    display: none;
    width: 120px;
    height: 120px;
    opacity: 1;
  }
  .featured-video-cursor::after {
    width: 100px;
    height: 100px;
    top: 10px;
    left: 10px;
  }
  .featured-video-cursor .cursor-eyeball {
    width: 60px;
    height: 60px;
  }
}

.featured-news-section {
  margin-bottom: 60px;
}
.featured-news-image .cover-image {
  padding-top: 53.85%;
}
.featured-news-content {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 600px;
  min-height: 200px;
  margin-top: -200px;
  padding-top: 35px;
  padding-right: 30px;
  background-color: var(--bkgd-color);
  border-top-right-radius: 10px;
}
.featured-news-content .wp-block-heading {
  font-weight: 500;
}
.featured-news-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-bottom: 8px;
}
@media (max-width: 782px) {
  .featured-news-subtitle {
    font-size: inherit;
  }
}
@media (max-width: 1000px) {
  .featured-news-content {
    margin-top: -80px;
  }
}

.news-listing-section {
  display: grid;
  grid-template-columns: 212px 1fr;
  grid-template-areas: "sidebar content" "loading loading" "footer footer";
  margin-bottom: 60px;
}
@media (max-width: 1000px) {
  .news-listing-section {
    display: block;
  }
}
.news-listing-section.has-search-results {
  margin-top: 100px;
}
.news-listing-sidebar {
  grid-area: sidebar;
  padding-right: 30px;
  padding-top: 60px;
}
.news-listing-sidebar .desktop_filters {
  display: block;
}
.news-listing-sidebar .mobile_filters {
  display: none;
}
@media (max-width: 1000px) {
  .news-listing-sidebar {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .news-listing-sidebar .desktop_filters {
    display: none;
  }
  .news-listing-sidebar .mobile_filters {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .news-listing-sidebar .mobile_filters .filter {
    position: relative;
  }
  .news-listing-sidebar .mobile_filters .filter.search input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #FC4C02;
    padding: 15px 30px 15px 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.05em;
  }
  .news-listing-sidebar .mobile_filters .filter.search input::-moz-placeholder {
    color: #000;
  }
  .news-listing-sidebar .mobile_filters .filter.search input:-ms-input-placeholder {
    color: #000;
  }
  .news-listing-sidebar .mobile_filters .filter.search input::placeholder {
    color: #000;
  }
  .news-listing-sidebar .mobile_filters .filter.search button {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/search-icon.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    z-index: 1;
    cursor: pointer;
    border: none;
  }
  .news-listing-sidebar .mobile_filters .filter.categories select {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: none;
    border-bottom: 2px solid #FC4C02;
    padding: 15px 30px 15px 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.05em;
  }
  .news-listing-sidebar .mobile_filters .filter.categories::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/plus-icon.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 12px;
    height: 12px;
    z-index: 1;
  }
}
.has-search-results .news-listing-sidebar {
  padding-top: 110px;
}
.news-listing-sidebar-content {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  margin-bottom: 130px;
}
.news-listing-sidebar-widget {
  margin-bottom: 35px;
}
.news-listing-sidebar-widget-title {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: normal;
  margin-bottom: 26px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.news-listing-sidebar-categories {
  list-style: none;
  margin-left: 0;
}
.news-listing-sidebar-categories li {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 1.5em;
}
.news-listing-sidebar-categories li a {
  font: inherit;
}
.news-listing-sidebar-categories li.current {
  font-weight: bold;
}
.news-listing-sidebar-categories li.current a {
  pointer-events: none;
  text-decoration: none;
}
.news-listing-sidebar .search-btn {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  box-shadow: 0 0 8px 8px #FC4C02;
  background-color: #FC4C02;
  color: #F7F5EC;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.news-listing-sidebar .search-btn-image {
  width: 70px;
}
.news-listing-sidebar .search-btn-image,
.news-listing-sidebar .search-btn-image img {
  display: block;
}
.news-listing-sidebar .search-btn-text {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: -0.75em;
  padding-bottom: 0.75em;
}
.news-listing-sidebar .search-btn:hover {
  background-color: #60C6AB;
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.25);
}
.news-listing-grid {
  grid-area: content;
  display: grid;
  gap: 50px 78px;
  grid-template-columns: 1fr 1fr;
  /*min-height: 1000px;*/
}
.news-listing-grid.no-more-results {
  padding-bottom: 120px;
}
@media (max-width: 1000px) {
  .news-listing-grid {
    min-height: 0;
    gap: 50px;
  }
}
@media (max-width: 640px) {
  .news-listing-grid {
    display: block;
  }
}
.news-listing-grid-header {
  grid-column: span 2;
}
.news-listing-search-results {
  display: none;
}
.has-search-results .news-listing-search-results {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border-bottom: 1px #CCC8B6 solid;
}
.news-listing-search-results-label {
  font: inherit;
  margin: 10px 0;
}
.news-listing-filter-clear {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.05em;
}
.news-listing-item {
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .news-listing-item {
    margin-bottom: 50px;
  }
}
.news-listing-item-image {
  overflow: hidden;
  margin-bottom: 27px;
}
.news-listing-item-image .cover-image {
  padding-top: 56.12%;
  transition: transform 0.4s ease;
}
.news-listing-item:hover .news-listing-item-image .cover-image, .news-listing-item:focus-within .news-listing-item-image .cover-image {
  transform: scale(1.1);
}
.news-listing-item-categories {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}
.news-listing-item-categories .article-category {
  margin-right: 10px;
}
.news-listing-item-title {
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 12px;
}
@media (max-width: 782px) {
  .news-listing-item-title {
    font-size: 20px;
  }
}
.news-listing-item-meta {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 17px;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: normal;
  color: #888888;
}
.news-listing-item-meta .article-length {
  display: flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
  flex-grow: 1;
}
.news-listing-item-meta .article-length .icon-clock {
  width: 15px;
  fill: currentColor;
  margin-top: -1px;
}
.news-listing-item-link {
  font-weight: inherit;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: inherit;
}
.news-listing-item-link:visited {
  color: inherit;
}
.news-listing-item-link:focus {
  color: inherit;
}
.news-listing-item-link:hover {
  color: inherit;
}
.news-listing-item-link:active {
  color: inherit;
}
.news-listing-item-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.news-listing-item-link:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
@media (max-width: 640px) {
  .news-listing-item-title {
    font-size: 18px;
  }
  .news-listing-item-meta {
    flex-direction: column;
    gap: 10px;
  }
}
.news-listing-footer {
  grid-area: footer;
}
.news-listing-footer .project-grid-more-link {
  margin-top: 117px;
  padding-top: 0;
  padding-bottom: 90px;
}

.is-dark-mode .news-listing-sidebar .mobile_filters .filter.search input {
  color: #fff;
}
.is-dark-mode .news-listing-sidebar .mobile_filters .filter.search input::-moz-placeholder {
  color: #D9D9D9;
}
.is-dark-mode .news-listing-sidebar .mobile_filters .filter.search input:-ms-input-placeholder {
  color: #D9D9D9;
}
.is-dark-mode .news-listing-sidebar .mobile_filters .filter.search input::placeholder {
  color: #D9D9D9;
}
.is-dark-mode .news-listing-sidebar .mobile_filters .filter.categories select {
  color: #fff;
}

#news-listing_anchor {
  height: 1px;
  width: 100%;
  scroll-margin-top: 100px;
}

#news-loading-container {
  grid-area: loading;
  position: relative;
  text-align: center;
  padding: 60px;
  display: none;
}

#news-loading-container.initial {
  margin-top: 60px;
  grid-area: content;
}

#news-loading-container .loading {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
}

#news-loading-container .loading::before, #news-loading-container .loading::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #c8bc9a;
  -webkit-animation: prixClipFix 2s linear infinite;
          animation: prixClipFix 2s linear infinite;
}

#news-loading-container .loading::after {
  transform: rotate3d(90, 90, 0, 180deg);
  border-color: #FC4C02;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  75%, 100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
}
@media (min-width: 1001px) {
  .news-article-header {
    margin-bottom: 0;
  }
}
.news-article-header-image {
  max-height: 90vh;
  overflow: hidden;
}
.news-article-header .cover-image {
  padding-top: 50.34%;
  height: auto;
}
@media (max-width: 782px) {
  .news-article-header .cover-image {
    aspect-ratio: 1/1;
  }
}
.news-article-header-bottom {
  position: relative;
  z-index: 2;
  min-height: 150px;
  margin-top: -148px;
  width: 90%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 20px;
  background-color: var(--bkgd-color);
  padding: 52px 83px 0 0;
  border-top-right-radius: 20px;
}
@media (min-width: 1201px) {
  .news-article-header-bottom {
    justify-content: space-between;
  }
}
@media (min-width: 1001px) {
  .news-article-header-bottom {
    max-width: calc(50vw + 361px);
  }
}
@media (max-width: 1000px) {
  .news-article-header-bottom {
    display: block;
    margin: 0;
    width: auto;
    background-color: transparent;
    padding: 0;
    border-top-right-radius: 0;
  }
}
.news-article-header-title {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.28;
  letter-spacing: -0.02em;
  margin: 0 0 1.1em;
  max-width: 806px;
  width: 100%;
}
@media (max-width: 1000px) {
  .news-article-header-title {
    background-color: var(--bkgd-color);
    padding: 0.5em 38px 0;
    border-top-right-radius: 20px;
    margin: -1.5em 0 0.75em;
    width: 90%;
  }
}
@media (max-width: 782px) {
  .news-article-header-title {
    font-size: 30px;
    padding: 0.5em 5% 0;
  }
}
.news-article-header-title span.date {
  padding-top: 0.5em;
  display: flex;
  font-family: "Archia", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.news-article-header-title span.date .time2read {
  position: relative;
  display: flex;
  margin-left: 20px;
}
.news-article-header-title span.date .time2read svg {
  width: 20px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 7px;
}
.news-article-header-title ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.news-article-header-title ul li {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news-article-header-title ul li a {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.8em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.news-article-sidebar {
  max-height: 150px;
  overflow: visible;
  padding: 10px 38px 0;
  flex-shrink: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.05em;
}
.news-article-sidebar.sticky {
  position: fixed;
  top: 128px;
  left: 0px;
}
.news-article-sidebar-widget, .news-article-sidebar-widget-title {
  margin: 0 0 24px;
}
.news-article-sidebar-widget-title {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 2em;
}
.news-article-sidebar-widget .menu li {
  margin-bottom: 1em;
}
.news-article-sidebar-widget .menu a {
  font-weight: inherit;
}
@media (max-width: 1000px) {
  .news-article-sidebar {
    max-height: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .news-article-sidebar-widget-title {
    margin-bottom: 10px;
  }
  .news-article-sidebar-widget .menu {
    display: flex;
    gap: 20px;
  }
}
@media (max-width: 782px) {
  .news-article-sidebar {
    display: block;
    padding: 0 5%;
  }
  .news-article-sidebar-widget {
    margin-bottom: 10px;
  }
}
.news-article-content {
  margin-bottom: 60px;
}
@media (min-width: 1001px) {
  .news-article-content.entry {
    width: 100%;
    max-width: 100%;
    padding: 0 190px;
  }
}
.news-article-content.entry > * {
  width: 100%;
}
.news-article-content.entry > .wp-block-media-text, .news-article-content.entry > .wp-block-image, .news-article-content.entry > .wp-block-video, .news-article-content.entry > .wp-block-columns, .news-article-content.entry > .wp-block-embed {
  margin-bottom: 30px;
}
.news-article-content.entry > p, .news-article-content.entry > .wp-block, .news-article-content.entry > .wp-block-buttons {
  margin-bottom: 30px;
}
.news-article-footer {
  max-width: 1296px;
  border-top: 1px #CCC8B6 solid;
  padding: 80px 0 140px;
}

.is-dark-mode .news-article-header-title span.date .time2read svg {
  fill: #fff;
}

.related-articles-section {
  max-width: 1040px;
  margin: auto;
}
.related-articles-title {
  font-weight: bold;
  margin-bottom: 1.325em;
}
.related-articles-grid {
  display: grid;
  gap: 78px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1000px) {
  .related-articles-grid {
    gap: 50px;
  }
}
@media (max-width: 782px) {
  .related-articles-grid {
    grid-template-columns: 1fr;
  }
}

.agency-listing-section {
  margin-bottom: 50px;
}
.agency-listing-grid {
  opacity: var(--fade-out-opacity);
  max-width: 1296px;
  padding: 60px 38px 120px 38px;
  margin-bottom: 120px;
  /*border-top:1px #CCC8B6 solid;*/
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.agency-listing-grid-item .item-image {
  position: relative;
  z-index: 1;
  padding-top: 124.13%;
  overflow: hidden;
  transition: border-radius 0.3s ease;
  background-color: #000;
}
.agency-listing-grid-item .item-image .cover-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.agency-listing-grid-item .item-image .cover-image--primary {
  z-index: 1;
}
.agency-listing-grid-item .item-image .cover-image--primary img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  clip: unset;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.agency-listing-grid-item .item-image .cover-image--secondary {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.agency-listing-grid-item .item-image .cover-image--secondary img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  clip: unset;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.agency-listing-grid-item .item-label {
  position: relative;
  z-index: 2;
  margin-top: -37px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--textColorValue);
}
.is-dark-mode .agency-listing-grid-item .item-label {
  color: var(--text-color);
}
.agency-listing-grid-item .item-label-name {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  padding: 15px 30px 0 0;
  background-color: var(--bkgd-color);
  border-top-right-radius: 20px;
  overflow: hidden;
}
.agency-listing-grid-item .item-label-name::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: var(--bkgd-color);
}
.agency-listing-grid-item .item-label-position {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.agency-listing-grid-item:hover .cover-image--secondary, .agency-listing-grid-item:focus .cover-image--secondary {
  opacity: 1;
}
.agency-listing-bottom {
  padding-top: 24.7%;
  padding-bottom: 1px;
}

.floating-illustration-section {
  padding-top: 26%;
  padding-bottom: 14.93%;
  background-color: transparent;
}
.floating-illustration-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}
.floating-illustration-content {
  width: 346px;
  flex-shrink: 0;
}
.floating-illustration-content p {
  max-width: 332px;
}
.floating-illustration-title {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 15px;
}
@media (max-width: 782px) {
  .floating-illustration-title {
    font-size: 20px;
  }
}
.floating-illustration-title-arrow {
  position: absolute;
  z-index: 2;
  width: 270px;
  bottom: -10px;
  left: 100%;
}
.floating-illustration-image {
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}

.timeline-section {
  margin-bottom: 184px;
}

#pagination_container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
#pagination_container hr {
  margin: 20px 0;
}
#pagination_container p {
  font-weight: 700;
  font-size: 14px;
}
#pagination_container ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#pagination_container ul li {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  vertical-align: middle;
}
#pagination_container ul li a {
  text-decoration: none;
  font-size: 19px;
  font-weight: 400;
}
#pagination_container ul li a.active, #pagination_container ul li a.first, #pagination_container ul li a.last {
  font-weight: 700;
}
#pagination_container ul li a.prev {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 2.5px;
  background-color: black;
  -webkit-mask-image: url(../svg/chevron-left-r.svg);
          mask-image: url(../svg/chevron-left-r.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
#pagination_container ul li a.next {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 2.5px;
  background-color: black;
  -webkit-mask-image: url(../svg/chevron-right-r.svg);
          mask-image: url(../svg/chevron-right-r.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
#pagination_container ul li a.prev:hover, #pagination_container ul li a.next:hover {
  background-color: #FC4C02;
}

.next-prev-project {
  position: relative;
  display: flex;
  padding-bottom: 80px;
}
@media screen and (max-width: 782px) {
  .next-prev-project {
    flex-direction: column-reverse;
  }
}
.next-prev-project div {
  position: relative;
  width: 50%;
  aspect-ratio: 40/33;
}
@media screen and (max-width: 782px) {
  .next-prev-project div {
    width: 100%;
  }
}
.next-prev-project div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.75;
  z-index: 5;
  transition: all 0.3s ease;
}
.next-prev-project div .video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transition: all 0.3s ease;
}
.next-prev-project div .cover-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.next-prev-project div .cover-image::before {
  display: none;
}
.next-prev-project div .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.next-prev-project div .content a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.next-prev-project div .content a .label {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
}
.next-prev-project div .content a h2 {
  text-transform: none;
  font-weight: 700;
  font-size: clamp(44px, 0.04vw, 64px);
  margin-bottom: 15px;
}
.next-prev-project div .content a .arrow {
  display: inline-block;
  width: 52px;
  height: 16px;
  background-image: url(../svg/arrow-icon.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);
}
.next-prev-project div .content::before {
  display: none;
}
.next-prev-project div.next-project .content a .label {
  display: block;
  transform: scaleX(-1);
}
.next-prev-project div.next-project .content a .arrow {
  transform: rotate(0deg);
}
.next-prev-project div:hover::before {
  opacity: 0.35;
}
.next-prev-project div:hover .video-background {
  z-index: 2;
}
.next-prev-project.clients {
  width: 100% !important;
  max-width: 100% !important;
}
.next-prev-project.clients .cover-image {
  color: #0B0B0B;
  display: flex;
  justify-content: center;
  align-items: center;
}
.next-prev-project.clients .cover-image svg {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 50%;
  height: 50%;
  fill: currentColor;
  transform: translateY(20px);
}
.next-prev-project.clients .prev-project,
.next-prev-project.clients .next-project {
  cursor: pointer;
  background-color: #DEDBCE;
  transition: all 0.3s ease;
}
.next-prev-project.clients .prev-project .content,
.next-prev-project.clients .next-project .content {
  padding-top: 60px;
  justify-content: flex-start;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.next-prev-project.clients .prev-project .content .label,
.next-prev-project.clients .next-project .content .label {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
  color: #000;
}
.next-prev-project.clients .prev-project .content .arrow,
.next-prev-project.clients .next-project .content .arrow {
  display: inline-block;
  width: 52px;
  height: 16px;
  background-image: url(../svg/arrow-icon.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);
}
.next-prev-project.clients .prev-project::before,
.next-prev-project.clients .next-project::before {
  display: none;
}
.next-prev-project.clients .prev-project:hover,
.next-prev-project.clients .next-project:hover {
  background-color: #000;
}
.next-prev-project.clients .prev-project:hover .cover-image,
.next-prev-project.clients .next-project:hover .cover-image {
  color: #fff;
}
.next-prev-project.clients .prev-project:hover .content .label,
.next-prev-project.clients .next-project:hover .content .label {
  color: #fff;
}
.next-prev-project.clients .prev-project .content .label {
  display: block;
  transform: scaleX(-1);
}
.next-prev-project.clients .prev-project .content .arrow {
  transform: rotate(0deg);
}
.next-prev-project.clients .next-project .content .label {
  display: block;
  transform: scaleX(1) !important;
}
.next-prev-project.clients .next-project .content .arrow {
  transform: rotate(180deg);
}
.next-prev-project.show-single div {
  width: 100%;
  aspect-ratio: 40/16.5;
}
.next-prev-project .back-to-listing {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  display: flex;
  aspect-ratio: unset;
}
.next-prev-project .back-to-listing::before {
  display: none;
}
.next-prev-project .back-to-listing:hover::before {
  dispaly: none;
}
.next-prev-project .back-to-listing a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  transition: all 0.3s ease;
}
.next-prev-project .back-to-listing a .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 20px;
  aspect-ratio: 1/1;
  background-color: #fff;
  -webkit-mask-image: url(../svg/grid-icon.svg);
          mask-image: url(../svg/grid-icon.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  transition: all 0.3s ease;
}
.next-prev-project .back-to-listing a:hover {
  color: #FC4C02;
}
.next-prev-project .back-to-listing a:hover .icon {
  background-color: #FC4C02;
}

.contact-page .entry {
  padding-top: 100px;
  min-height: 90vh;
}
.contact-page .site-footer-content {
  display: none;
}
.contact-page-header {
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
}
@media (max-width: 782px) {
  .contact-page-header {
    font-size: 20px;
  }
}
.contact-page-header .wp-block-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.28;
  letter-spacing: -0.02em;
  margin: 0 0 0.5em;
}
@media (max-width: 782px) {
  .contact-page-header .wp-block-heading {
    font-size: 33px;
  }
}
.contact-page-header p {
  max-width: 703px;
}
.contact-page .wpforms-container .wpforms-field {
  margin-bottom: 10px;
}
.contact-page .wpforms-container .wpforms-field input,
.contact-page .wpforms-container .wpforms-field select {
  border-bottom: 1px #CCC8B6 solid;
  height: 2em;
}
.contact-page .wpforms-container .wpforms-field textarea {
  border: none;
  border-bottom: 1px #CCC8B6 solid;
  padding: 1.21em 0;
}
.contact-page-success {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding-bottom: 21%;
  background: transparent url("../images/stickers-2x.png") no-repeat center bottom;
  background-size: 100% auto;
}
@media (max-width: 1000px) {
  .contact-page-success {
    padding-bottom: 210px;
    background-size: auto 210px;
  }
}
.contact-page-success .entry {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.contact-page-success .entry .wp-block-heading {
  font-weight: bold;
  margin-bottom: 60px;
}
.contact-page-success + .site-footer {
  display: none;
}
@media (min-width: 1001px) {
  .contact-page .entry {
    padding-top: 157px;
    padding-right: 288px;
  }
  .contact-page .site-footer {
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: stretch;
    padding: 164px 30px 50px 40px;
    min-width: 288px;
  }
  .contact-page .site-footer-columns {
    flex-direction: column;
  }
  .contact-page .site-footer-copyright {
    position: relative;
    transform: none;
  }
  .contact-page .site-footer .container {
    width: 100%;
    margin: 0;
    flex-direction: column;
  }
}
@media (min-width: 1201px) {
  .contact-page .entry {
    padding-right: 450px;
  }
  .contact-page .site-footer {
    width: 450px;
    padding-left: 89px;
  }
}

html {
  overflow-x: hidden;
}

.page-template-careers-page {
  transition: all 300ms ease-out;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
}
.page-template-careers-page .careers-header {
  min-height: 75vh;
  position: relative;
}
.page-template-careers-page .careers-header .video-background-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-template-careers-page .careers-header .video-background-wrapper .video-background.mobile {
  display: none;
}
@media (max-width: 640px) {
  .page-template-careers-page .careers-header .video-background-wrapper.hasMobile .video-background {
    display: none;
  }
  .page-template-careers-page .careers-header .video-background-wrapper.hasMobile .video-background.mobile {
    display: block;
  }
}
.page-template-careers-page .careers-header .home-hero-video-controls {
  bottom: 45px;
}
.page-template-careers-page .marquee_section {
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
.page-template-careers-page .marquee {
  position: relative;
  top: -35px;
  transition: all 250ms ease-out;
}
.page-template-careers-page .marquee .marquee_row {
  display: flex;
  white-space: nowrap;
  font-size: 128px;
  font-weight: bold;
  line-height: 104%;
  margin: 0;
  text-transform: uppercase;
  gap: 40px;
}
.page-template-careers-page .marquee .marquee_row div {
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page-template-careers-page .marquee .marquee_row.first_row {
  transform: translateX(-25%);
}
.page-template-careers-page .marquee .marquee_row.second_row {
  transform: translateX(-90%);
}
.page-template-careers-page .marquee .marquee_row .orange {
  color: #FC4C02;
}
@media (max-width: 600px) {
  .page-template-careers-page .marquee .marquee_row {
    font-size: 64px;
  }
}
.page-template-careers-page .intro-section-container {
  margin-bottom: 60px;
}
.page-template-careers-page .careers .entry .intro-container {
  color: var(--textColorValue) !important;
  background-color: transparent !important;
}
.page-template-careers-page .careers .entry .intro-container a h2 {
  color: var(--textColorValue) !important;
}
.page-template-careers-page .careers .entry .container {
  max-width: 1040px;
}
.page-template-careers-page .flex {
  display: flex;
}
.page-template-careers-page .flex.space-between {
  justify-content: space-between;
}
.page-template-careers-page .flex.space-evenly {
  justify-content: space-evenly;
}
.page-template-careers-page .flex.space-around {
  justify-content: space-around;
}
.page-template-careers-page .flex.justify-center {
  justify-content: center;
  gap: 40px;
}
.page-template-careers-page .flex.flex_wrap {
  flex-wrap: wrap;
}
@media (max-width: 850px) {
  .page-template-careers-page .flex {
    flex-wrap: wrap;
  }
}
.page-template-careers-page #openings {
  padding-bottom: 90px;
}
.page-template-careers-page #openings .flex {
  gap: 20px;
}
.page-template-careers-page .opening {
  max-width: 496px;
  border: 2px solid #FC4C02;
  padding: 50px;
  width: 49%;
  box-sizing: border-box;
  transition: all 300ms ease-out;
  margin-top: 30px;
  margin-bottom: 30px;
  text-decoration: none;
}
.page-template-careers-page .opening h6 {
  color: #FC4C02;
  font-weight: bold;
  max-width: 307px;
}
.page-template-careers-page .opening * {
  transition: all 300ms ease-out;
}
@media (max-width: 850px) {
  .page-template-careers-page .careers .opening {
    width: 100%;
    max-width: 100%;
  }
}
.page-template-careers-page .opening:hover {
  border-radius: 10px;
  border-color: #60C6AB;
}
.page-template-careers-page .opening:hover svg {
  transform: translateX(10px);
}
.page-template-careers-page .opening:hover svg path {
  fill: #60C6AB;
}
.page-template-careers-page .opening:hover h6 {
  color: #60C6AB;
}
.page-template-careers-page .opening:hover h2 {
  color: white;
}
.page-template-careers-page .careers * {
  transition: all 300ms ease-out;
}
.page-template-careers-page .careers .intro {
  max-width: 515px;
}
@media (max-width: 850px) {
  .page-template-careers-page .careers .intro {
    max-width: 100%;
  }
}
.page-template-careers-page .careers .full_width {
  width: 100%;
  max-width: 100%;
}
.page-template-careers-page .careers ol {
  margin-left: 0;
  margin-top: 25px;
}
.page-template-careers-page .careers ol li {
  margin-bottom: 25px;
}
.page-template-careers-page .careers .bold, .page-template-careers-page .careers .bold * {
  font-weight: bold;
}
.page-template-careers-page .background-area {
  width: 100%;
  max-width: 100%;
  padding-top: 36px;
  padding-bottom: 50px;
  background-image: url("../images/m.jpg");
  background-position: bottom center;
}
.page-template-careers-page .background-area h2 {
  font-weight: 700;
  font-size: 96px;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .page-template-careers-page .background-area h2 {
    font-size: 50px;
  }
}
.page-template-careers-page .benefits_section .has-custom-cursor {
  max-width: 584px;
  width: 33.333%;
  text-align: center;
  padding: 50px;
  overflow: visible;
  cursor: default;
}
.page-template-careers-page .benefits_section .has-custom-cursor .custom-cursor img {
  -webkit-mask: url("../svg/oddmask.svg");
          mask: url("../svg/oddmask.svg");
  -webkit-mask-image: url("../svg/oddmask.svg");
  mask-size: 0%;
  -webkit-mask-size: 0%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  width: 300px;
  height: 300px;
}
.page-template-careers-page .benefits_section .has-custom-cursor:nth-child(2n) .custom-cursor img {
  -webkit-mask: url("../svg/evenmask.svg");
          mask: url("../svg/evenmask.svg");
  -webkit-mask-image: url("../svg/evenmask.svg");
  mask-size: 0%;
  -webkit-mask-size: 0%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.page-template-careers-page .benefits_section .has-custom-cursor:hover {
  z-index: 2;
}
.page-template-careers-page .benefits_section .has-custom-cursor:hover .custom-cursor img {
  mask-size: 100%;
  -webkit-mask-size: 100%;
}
@media (max-width: 750px) {
  .page-template-careers-page .benefits_section {
    padding: 60px 0;
  }
  .page-template-careers-page .benefits_section .has-custom-cursor {
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 50px;
    overflow: visible;
  }
  .page-template-careers-page .benefits_section .flex {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .page-template-careers-page .benefits_section .has-custom-cursor {
    padding: 0px;
  }
  .page-template-careers-page .benefits_section .has-custom-cursor .custom-cursor {
    display: none;
  }
}
.page-template-careers-page .careers .has-custom-cursor:hover .custom-cursor {
  opacity: 1;
  top: -225px;
  left: 50%;
  transform: translateX(-50%);
}
.page-template-careers-page .careers .has-custom-cursor:nth-child(2n) .custom-cursor {
  top: -250px;
}
.page-template-careers-page .careers .custom-cursor {
  box-shadow: none;
  background-color: transparent;
  transition: all 0ms ease;
  height: 300px;
  width: 300px;
}
.page-template-careers-page .mission_quote {
  max-width: 753px;
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  color: var(--textColorValue) !important;
}
@media screen and (max-width: 700px) {
  .page-template-careers-page .mission_quote {
    padding: 0 5vw;
  }
}
@media (max-width: 750px) {
  .page-template-careers-page .mission_quote {
    font-size: 27px;
  }
}
.page-template-careers-page .fadesec {
  height: 325px;
}
.page-template-careers-page .is-dark-mode .fadesec {
  height: 0;
}
.page-template-careers-page .center_orange {
  text-align: center;
  color: #FC4C02;
  margin-bottom: 80px;
}
.page-template-careers-page .careers_cta {
  max-width: 639px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .page-template-careers-page .careers_cta {
    padding: 0 5vw;
  }
}
.page-template-careers-page .slider_section {
  margin-bottom: 100px;
  overflow: visible;
  /* Photos */
}
.page-template-careers-page .slider_section .slider {
  max-width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.page-template-careers-page .slider_section .slider.snap {
  scroll-behavior: smooth;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.page-template-careers-page .slider_section .slider.active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  scroll-behavior: auto;
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.page-template-careers-page .slider_section .slider .slide_container {
  display: flex;
}
.page-template-careers-page .slider_section .slider .slide_container::-webkit-scrollbar {
  display: none;
}
.page-template-careers-page .slider_section .slider .slide_container .slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  scroll-snap-align: center;
  pointer-events: none;
}
.page-template-careers-page .slider_section .slider .slide_container .slide .content {
  position: relative;
  height: 200px;
  pointer-events: none;
}
.page-template-careers-page .slider_section .slider .slide_container .slide .content p {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-careers-page .slider_section #careers_timeline {
  overflow-y: visible;
  padding: 150px 0;
}
.page-template-careers-page .slider_section #careers_timeline .slide_container .slide {
  width: clamp(291px, 34vw, 491px);
  box-shadow: 2px 2px 18px -7px rgba(0, 0, 0, 0.46);
  z-index: 1;
}
.page-template-careers-page .slider_section #careers_timeline .slide_container .slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bennies.alignwide {
  margin: auto;
}

.careers-footer img {
  display: block;
  width: 100%;
}

.agency {
  /*
    .cta-section.cta-section--basic {
      margin-top:90px;
    }

    .cta-section--career {
      margin-top:200px;
    }
    .item-label-name {
      transition:all 1000ms ease-out;
    }
  */
}
.agency .timeline-section {
  display: none;
}
.agency .marquee_section {
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
  overflow: hidden;
}
.agency .marquee {
  position: relative;
  top: 0px;
  transition: all 250ms ease-out;
}
.agency .marquee .marquee_row {
  display: flex;
  white-space: nowrap;
  font-size: 128px;
  font-weight: bold;
  line-height: 104%;
  margin: 0;
  text-transform: uppercase;
  gap: 40px;
}
.agency .marquee .marquee_row div {
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.agency .marquee .marquee_row.first_row {
  transform: translateX(-25%);
}
.agency .marquee .marquee_row.second_row {
  transform: translateX(-90%);
}
.agency .marquee .marquee_row .orange {
  color: #FC4C02;
}
@media (max-width: 600px) {
  .agency .marquee .marquee_row {
    font-size: 64px;
  }
}
.agency .agency-header {
  height: 810px;
  position: relative;
}
.agency .agency-header .video-background-wrapper .video-background.mobile {
  display: none;
}
@media (max-width: 640px) {
  .agency .agency-header .video-background-wrapper.hasMobile .video-background {
    display: none;
  }
  .agency .agency-header .video-background-wrapper.hasMobile .video-background.mobile {
    display: block;
  }
}
.agency .agency-header .overlay {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding-left: 75px;
  padding-bottom: 75px;
  padding-right: 75px;
  flex-wrap: wrap;
}
.agency .agency-header .overlay .agency-hero-content {
  width: 644px;
  margin-right: 60px;
  margin-bottom: 64px;
}
.agency .agency-header .overlay h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: normal;
  letter-spacing: -0.04em;
}
.agency .agency-header .overlay .hero_content {
  max-width: 444px;
}
.agency .agency-header .overlay .hero_content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
}
.agency .agency-header .overlay .icon-agency_arrow {
  -webkit-animation-name: bounceArrow;
          animation-name: bounceArrow;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.agency .float_bg_section {
  display: flex;
  position: relative;
  margin-top: 80px;
}
.agency .float_bg_section .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.agency .float_bg_section .container .background-section {
  position: relative;
  width: 33%;
}
.agency .float_bg_section .container .background-section img {
  top: 50%;
  left: calc(21.05% + 26.48px);
  transform: rotate(-16.25deg) translateY(-54%);
  will-change: transform;
  position: absolute;
  width: 100%;
  aspect-ratio: 488.48/804.71;
  z-index: 2;
}
@media screen and (max-width: 749px) {
  .agency .float_bg_section .container .background-section {
    display: none;
  }
}
.agency .float_bg_section .container .about_content {
  margin-top: 150px;
  margin-bottom: 150px;
  margin-left: 10%;
  width: 66%;
  max-width: unset;
  /* max-width:717px; */
  box-sizing: border-box;
  /*
  @media screen and (max-width: 1200px) {
    margin-left:120px;
    margin-right:25px;
  }

  @media screen and (max-width: 1000px) {
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 60px;
    margin-right: 60px;
  }

  @media screen and (max-width: 768px) {
    width: 100%;
    max-width: 1296px;
    margin-left: 38px;
    margin-right: 38px;
  }
  */
}
@media screen and (max-width: 749px) {
  .agency .float_bg_section .container .about_content {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
.agency .float_bg_section .container .about_content h3 {
  margin-bottom: 40px;
}
.agency .float_bg_section .container .about_content p {
  max-width: 630px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
}
.agency .float_bg_section .container .about_content p strong {
  background-color: #FC4C02;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.agency .aboutus {
  background-size: auto 85%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 749px) {
  .agency .aboutus {
    background-size: 120% auto;
  }
}
.agency #scroll-reveal-container .scroll-reveal-section {
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.agency #scroll-reveal-container .scroll-reveal-section:last-of-type {
  padding-bottom: 0;
}
.agency #scroll-reveal-container .scroll-reveal-section .sticky-wrapper {
  position: relative;
  top: 0;
  width: 90%;
  max-width: 1218px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--textColorValue);
}
.agency #scroll-reveal-container .scroll-reveal-section p {
  width: 100%;
  max-width: 100%;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 850px) {
  .agency #scroll-reveal-container .scroll-reveal-section p {
    font-size: clamp(15px, 2.3vw, 20px);
  }
}
.agency #scroll-reveal-container .scroll-reveal-section p.right {
  text-align: right;
  justify-self: flex-end;
}
.agency #scroll-reveal-container .scroll-reveal-section p span {
  display: inline-block;
  opacity: 0;
  filter: blur(15px);
  transition: all 0.6s ease;
}
@media screen and (max-width: 850px) {
  .agency #scroll-reveal-container .scroll-reveal-section p span {
    margin-bottom: 10px;
  }
}
.agency #scroll-reveal-container .scroll-reveal-section p span.visible {
  opacity: 1;
  filter: blur(0px);
}
.agency-listing-grid-item {
  position: relative;
}
.agency-listing-grid-item .item-image {
  display: block;
  overflow: hidden;
  border-radius: 0;
  transition: all 0.3s ease;
}
.agency-listing-grid-item:hover .item-image {
  border-radius: 10px;
}
.agency-listing-grid-item.hasVideo:hover .cover-image {
  opacity: 0 !important;
}
.agency-listing-grid-item .modal-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
}
.agency-listing-grid-item .modal-controls .profile-modal-trigger {
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  background-image: url(../svg/plus-btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.aboutus {
  padding-top: 120px;
  padding-bottom: 80px;
}
.aboutus .container {
  display: flex;
  flex-direction: column;
}
.aboutus p {
  max-width: 732px;
  margin-bottom: 120px;
}
.aboutus p:nth-child(2) {
  align-self: flex-end;
  max-width: 778px;
}

.agency .cta-section-inner {
  border: none;
}

@media (max-width: 1300px) {
  .agency .agency-header .overlay {
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
  }

  .agency .agency-header .overlay .agency-hero-content, .agency .agency-header .overlay .hero_content {
    margin-bottom: 50px;
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 1250px) {
  .agency .agency-header .overlay h2 {
    font-size: 70px;
    line-height: 75px;
  }
}
@media (max-width: 900px) {
  .cta-section--career .cta-section-image {
    max-width: 40%;
    margin-top: 0px;
  }
}
@media (max-width: 800px) {
  .agency-listing-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .cta-section--career .cta-section-inner {
    flex-direction: column;
  }

  .cta-section--career .cta-section-image {
    max-width: 100%;
    margin-top: 0px;
  }

  .agency .agency-header .overlay {
    padding-left: calc(5vw - 3px);
    padding-right: calc(5vw - 3px);
  }

  .agency .agency-header .overlay h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 600px) {
  .agency-listing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .agency-listing-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .cta-section--career {
    padding-right: 30px;
    padding-left: 50px;
  }
}
@media (max-width: 400px) {
  .agency .agency-header .overlay h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }
}
.fadeElement {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--bkgd-color);
}

@-webkit-keyframes fadeLetters {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadeLetters {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes bounceArrow {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes bounceArrow {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.custom-select {
  position: relative;
  width: 100%;
}
.custom-select button {
  display: none;
  position: absolute;
  top: 50%;
  right: 1px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .custom-select select {
    display: none;
  }
  .custom-select span {
    position: relative;
    z-index: 1;
  }
  .custom-select span::after {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 10px;
    background-image: url("../svg/plus.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }
  .custom-select.hasValue span::after, .custom-select.open span::after {
    transform: translateY(-50%) rotate(45deg);
  }
  .custom-select.hasValue button, .custom-select.open button {
    display: block;
  }
  .custom-select .option-list {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    max-height: 0;
    will-change: height;
    overflow: hidden;
    background-color: #000;
    padding: 10px 10px;
    margin: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
  }
  .custom-select .option-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .custom-select .option-list ul li {
    margin: 0;
    padding: 5px 0;
    color: #fff;
  }
  .custom-select .option-list ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    margin-right: 5px;
  }
  .custom-select .option-list ul li a:hover {
    text-decoration: underline;
  }
  .custom-select .option-list ul li.child {
    list-style: disc;
    margin-left: 25px;
  }
  .custom-select .option-list ul li.child a {
    font-weight: 400;
  }
  .custom-select .option-list.open {
    opacity: 1;
    pointer-events: all;
  }
  .custom-select .option-list.open ul {
    overflow-y: scroll;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }
  .custom-select .option-list.open ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #D9D9D9;
    border-radius: 6px;
  }
  .custom-select .option-list.open ul::-webkit-scrollbar {
    width: 6px;
    background-color: #D9D9D9;
    border-radius: 6px;
  }
  .custom-select .option-list.open ul::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 6px;
  }
}
@media screen and (max-width: 640px) {
  .custom-select span,
.custom-select .option-list {
    display: none;
  }
}

.site-footer {
  position: relative;
  z-index: 3;
  padding: 149px 0 155px;
}
@media (max-width: 782px) {
  .site-footer {
    padding: 60px 0 40px;
  }
}
.site-footer .container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 782px) {
  .site-footer .container {
    display: block;
  }
}
.site-footer-statement {
  font-style: normal;
  font-weight: 200;
  font-size: 40px;
  line-height: normal;
  max-width: 11.1em;
  letter-spacing: -0.04em;
}
.site-footer-statement p {
  margin-bottom: 1em;
}
@media (max-width: 1000px) {
  .site-footer-statement {
    font-size: 33px;
  }
}
.site-footer-statement strong {
  font-style: normal;
  font-weight: 600;
}
.site-footer-content {
  margin-bottom: 50px;
}
.site-footer-columns {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.site-footer-columns .column {
  width: 185px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.78;
}
.site-footer-columns .column-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.78;
  margin-bottom: 16px;
}
.site-footer-columns .column p {
  margin-bottom: 16px;
}
.site-footer-columns .column .menu {
  margin-bottom: 29px;
}
.site-footer-columns .column a {
  color: #FC4C02;
}
.site-footer-columns .column a:visited {
  color: #FC4C02;
}
.site-footer-columns .column a:focus {
  color: #FC4C02;
}
.site-footer-columns .column a:active {
  color: #FC4C02;
}
.site-footer-columns .column a:hover {
  color: #fff;
}
.site-footer-copyright {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right top;
  transform: rotate(-90deg);
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #6E6E6E;
}
.site-footer-copyright p {
  margin: 0;
}
@media (max-width: 640px) {
  .site-footer-copyright {
    position: relative;
    transform: none;
    margin-top: 30px;
  }
}

body:not(.page-template-contact-page) .site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
