body main#primary {
  padding-top: 74px;
}
@media only screen and (min-width : 640px) {
  body main#primary {
    padding-top: 98px;
  }
}

body.page-template-page-gallerylanding, body.post-type-archive-gallery, body.single-gallery, body.post-type-archive-video, body.tax-video-tag {
  background: white;
  color: #000;
}
body.page-template-page-gallerylanding a, body.post-type-archive-gallery a, body.single-gallery a, body.post-type-archive-video a, body.tax-video-tag a {
  text-decoration: none;
  color: #000;
  transition: all ease-in-out 0.25s;
}
body.page-template-page-gallerylanding a:hover, body.page-template-page-gallerylanding a:active, body.page-template-page-gallerylanding a:focus, body.post-type-archive-gallery a:hover, body.post-type-archive-gallery a:active, body.post-type-archive-gallery a:focus, body.single-gallery a:hover, body.single-gallery a:active, body.single-gallery a:focus, body.post-type-archive-video a:hover, body.post-type-archive-video a:active, body.post-type-archive-video a:focus, body.tax-video-tag a:hover, body.tax-video-tag a:active, body.tax-video-tag a:focus {
  color: #18799B;
}
body.page-template-page-gallerylanding a:visited, body.post-type-archive-gallery a:visited, body.single-gallery a:visited, body.post-type-archive-video a:visited, body.tax-video-tag a:visited {
  color: #000;
}
body.page-template-page-gallerylanding a:visited:hover, body.page-template-page-gallerylanding a:visited:active, body.page-template-page-gallerylanding a:visited:focus, body.post-type-archive-gallery a:visited:hover, body.post-type-archive-gallery a:visited:active, body.post-type-archive-gallery a:visited:focus, body.single-gallery a:visited:hover, body.single-gallery a:visited:active, body.single-gallery a:visited:focus, body.post-type-archive-video a:visited:hover, body.post-type-archive-video a:visited:active, body.post-type-archive-video a:visited:focus, body.tax-video-tag a:visited:hover, body.tax-video-tag a:visited:active, body.tax-video-tag a:visited:focus {
  color: #18799B;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  padding-top: 8px;
  background: #000;
}
@media only screen and (min-width : 640px) {
  .site-header {
    padding-top: 12px;
  }
}

.site-header .container {
  padding: 10px 12px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media only screen and (min-width : 640px) {
  .site-header .container {
    padding: 18px 32px;
  }
}
@media only screen and (min-width : 1024px) {
  .site-header .container {
    padding: 18px 48px;
  }
}

.site-header .logo {
  width: 135px;
  display: block;
  margin: 0;
}
.site-header .logo img {
  display: block;
  margin: 0;
}
@media only screen and (min-width : 640px) {
  .site-header .logo {
    width: 180px;
  }
}

.site-header .contact-link {
  text-transform: uppercase;
  font-size: 13px;
  margin-left: auto;
  padding: 12px 18px 12px 12px;
  margin-right: 18px;
  border-right: 1px solid white;
  text-underline-offset: 0.5em;
  transition: all ease 0.3s;
}
@media only screen and (min-width : 640px) {
  .site-header .contact-link {
    padding: 12px 32px 12px 12px;
    margin-right: 32px;
    font-size: 16px;
  }
}

.site-header .nav-toggle {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  color: white;
  padding: 0 14px;
  font-size: 28px;
  cursor: pointer;
}
@media only screen and (min-width : 640px) {
  .site-header .nav-toggle {
    font-size: 32px;
    padding: 0 14px;
  }
}
.site-header .nav-toggle svg {
  transition: all ease 0.3s;
}
.site-header .nav-toggle:hover svg {
  color: #18799B;
}

/*
*
*
* HOME
*
*/
body.home .site-header {
  background: transparent;
  position: absolute;
}

body.home .site-header .container {
  border: none;
}

body.home .site-header .logo {
  display: none;
}

body.home .site-header .contact-link {
  border-right: none;
  margin-right: 0;
}

body.home .site-header .nav-toggle {
  border: 1px solid white;
  border-radius: 100vmin;
  padding: 12px 15px;
}

/*
*
*
* GALLERIES
*
*/
body.page-template-page-gallerylanding .site-header, body.post-type-archive-gallery .site-header, body.single-gallery .site-header, body.post-type-archive-video .site-header, body.tax-video-tag .site-header {
  background: white;
}
body.page-template-page-gallerylanding .site-header .container, body.post-type-archive-gallery .site-header .container, body.single-gallery .site-header .container, body.post-type-archive-video .site-header .container, body.tax-video-tag .site-header .container {
  border-color: #000;
}
body.page-template-page-gallerylanding .site-header .logo img, body.post-type-archive-gallery .site-header .logo img, body.single-gallery .site-header .logo img, body.post-type-archive-video .site-header .logo img, body.tax-video-tag .site-header .logo img {
  filter: brightness(0%);
}
body.page-template-page-gallerylanding .site-header .contact-link, body.post-type-archive-gallery .site-header .contact-link, body.single-gallery .site-header .contact-link, body.post-type-archive-video .site-header .contact-link, body.tax-video-tag .site-header .contact-link {
  border-color: #000;
}
body.page-template-page-gallerylanding .site-header .nav-toggle, body.post-type-archive-gallery .site-header .nav-toggle, body.single-gallery .site-header .nav-toggle, body.post-type-archive-video .site-header .nav-toggle, body.tax-video-tag .site-header .nav-toggle {
  color: #000;
}

/*
*
*
* PRESS
*
*/
body.page-template-page-press .site-header {
  background: #13163C;
}

/*
*
*
* HEADER - NAV
*
*
*/
#site-navigation {
  position: fixed;
  z-index: 800;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0.7s ease-in-out, opacity 0.7s ease-in-out;
  background: #000;
}

body.nav-active {
  overflow: hidden;
}
body.nav-active #site-navigation {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

#site-navigation__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}

#site-navigation__content .close {
  margin-top: 8px;
  padding: 10px 12px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 65.5px;
}
@media only screen and (min-width : 640px) {
  #site-navigation__content .close {
    padding: 18px 32px;
    margin-top: 12px;
    height: 86px;
  }
}
@media only screen and (min-width : 1024px) {
  #site-navigation__content .close {
    padding: 18px 48px;
  }
}

#site-navigation__content .close button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: transform ease 0.3s;
}
#site-navigation__content .close button span {
  color: white;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  margin-right: 1em;
  line-height: 1;
}
#site-navigation__content .close button span {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  #site-navigation__content .close button span {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  #site-navigation__content .close button span {
    font-size: 22px;
  }
}
#site-navigation__content .close button span, #site-navigation__content .close button svg g {
  transition: all ease 0.45s;
}
#site-navigation__content .close button:hover {
  transform: scale(0.99);
}
#site-navigation__content .close button:hover span {
  color: #18799B;
}
#site-navigation__content .close button:hover svg g {
  stroke: #18799B;
}

#site-navigation__content .nav-content {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
}
@media only screen and (min-width : 1024px) {
  #site-navigation__content .nav-content {
    display: flex;
    flex-flow: row nowrap;
  }
}

#site-navigation__content #primary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
}
@media only screen and (min-width : 1024px) {
  #site-navigation__content #primary-menu {
    order: 3;
    width: 50%;
    border-left: 1px solid white;
  }
}

#site-navigation__content #primary-menu li {
  flex: 1;
  border-bottom: 1px solid white;
}

#site-navigation__content #primary-menu a {
  display: block;
  padding: 1rem;
  height: 100%;
  display: inline-flex;
  width: 100%;
  flex-flow: column nowrap;
  justify-content: center;
  text-decoration: none;
  color: white;
  transition: all ease-in-out 0.25s;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  background-size: 70px 41px;
  background-position: 95% center;
}
#site-navigation__content #primary-menu a:hover, #site-navigation__content #primary-menu a:active, #site-navigation__content #primary-menu a:focus {
  color: white;
}
#site-navigation__content #primary-menu a:visited {
  color: white;
}
#site-navigation__content #primary-menu a:visited:hover, #site-navigation__content #primary-menu a:visited:active, #site-navigation__content #primary-menu a:visited:focus {
  color: white;
}
#site-navigation__content #primary-menu a {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  #site-navigation__content #primary-menu a {
    font-size: calc(24px + 16 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  #site-navigation__content #primary-menu a {
    font-size: 40px;
  }
}
@media only screen and (min-width : 1024px) {
  #site-navigation__content #primary-menu a {
    padding: 1rem 2rem;
  }
}
#site-navigation__content #primary-menu a:hover {
  background: url(img/arrow--right.svg) no-repeat;
  background-size: 70px 41px;
  background-position: 95% center;
}

#site-navigation__content .contact {
  border-bottom: 1px solid white;
  padding: 1.5rem 1rem;
}
@media only screen and (min-width : 1024px) {
  #site-navigation__content .contact {
    order: 2;
    width: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    flex: 1;
    padding: 2.75rem;
  }
}

#site-navigation__content .contact h2 {
  display: none;
}

@media only screen and (min-width : 1024px) and (min-width: 320px) {
  #site-navigation__content .contact h2 {
    font-size: calc(30px + 60 * (100vw - 320px) / 1280);
  }
}
@media only screen and (min-width : 1024px) and (min-width: 1600px) {
  #site-navigation__content .contact h2 {
    font-size: 90px;
  }
}

#site-navigation__content .contact > div {
  align-self: flex-start;
}

#site-navigation__content .contact .emailtel {
  text-decoration: none;
  color: white;
  transition: all ease-in-out 0.25s;
}
#site-navigation__content .contact .emailtel:hover, #site-navigation__content .contact .emailtel:active, #site-navigation__content .contact .emailtel:focus {
  color: #18799B;
}
#site-navigation__content .contact .emailtel:visited {
  color: white;
}
#site-navigation__content .contact .emailtel:visited:hover, #site-navigation__content .contact .emailtel:visited:active, #site-navigation__content .contact .emailtel:visited:focus {
  color: #18799B;
}
#site-navigation__content .contact .emailtel:nth-of-type(2) {
  padding-left: 0.75rem;
  margin-left: 0.75rem;
  position: relative;
}
#site-navigation__content .contact .emailtel:nth-of-type(2):before {
  content: "|";
  display: block;
  position: absolute;
  left: -3px;
  top: -1px;
}
@media only screen and (min-width : 1024px) {
  #site-navigation__content .contact .emailtel {
    display: block;
    font-size: 1.25em;
  }
  #site-navigation__content .contact .emailtel:nth-of-type(2) {
    padding: 0;
    margin: 0;
  }
  #site-navigation__content .contact .emailtel:nth-of-type(2):before {
    display: none;
  }
}

#site-navigation__content .contact address {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  margin-top: 0.5rem;
  color: white;
}
#site-navigation__content .contact address {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #site-navigation__content .contact address {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  #site-navigation__content .contact address {
    font-size: 16px;
  }
}
#site-navigation__content .contact address br {
  display: none;
}
@media only screen and (min-width : 1024px) {
  #site-navigation__content .contact address {
    text-transform: uppercase;
    line-height: 1.15;
    font-weight: 300;
    padding: 1rem 0;
    margin: 1rem 0 0 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
  #site-navigation__content .contact address {
    font-size: 16px;
  }
}
@media only screen and (min-width : 1024px) and (min-width: 320px) {
  #site-navigation__content .contact address {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media only screen and (min-width : 1024px) and (min-width: 1700px) {
  #site-navigation__content .contact address {
    font-size: 22px;
  }
}
@media only screen and (min-width : 1024px) {
  #site-navigation__content .contact address br {
    display: block;
  }
}

#site-navigation__content .contact .social-media {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0.5rem;
}
#site-navigation__content .contact .social-media li {
  display: inline-block;
}
#site-navigation__content .contact .social-media li:nth-of-type(n+2) {
  margin-left: 15px;
}
@media only screen and (min-width : 1024px) {
  #site-navigation__content .contact .social-media {
    margin-top: 1rem;
    font-size: 1.25em;
  }
}
#site-navigation__content .contact .social-media a {
  text-decoration: none;
  color: white;
  transition: all ease-in-out 0.25s;
}
#site-navigation__content .contact .social-media a:hover, #site-navigation__content .contact .social-media a:active, #site-navigation__content .contact .social-media a:focus {
  color: #18799B;
}
#site-navigation__content .contact .social-media a:visited {
  color: white;
}
#site-navigation__content .contact .social-media a:visited:hover, #site-navigation__content .contact .social-media a:visited:active, #site-navigation__content .contact .social-media a:visited:focus {
  color: #18799B;
}

#site-navigation__content .logo {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  padding-top: 0.5rem;
}
@media only screen and (min-width : 1024px) {
  #site-navigation__content .logo {
    order: 4;
  }
}

#site-navigation__content .logo img {
  width: 100%;
  opacity: 0.15;
  display: block;
  margin: 0;
}

.pagination {
  padding: 1.5rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}
.pagination .nav-links {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
}
.pagination .nav-links {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .pagination .nav-links {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .pagination .nav-links {
    font-size: 16px;
  }
}
.pagination .nav-links .page-numbers {
  margin: 0 8px;
  text-decoration: none;
  color: #000;
  transition: all ease-in-out 0.25s;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers:active, .pagination .nav-links .page-numbers:focus {
  color: #18799B;
}
.pagination .nav-links .page-numbers:visited {
  color: #000;
}
.pagination .nav-links .page-numbers:visited:hover, .pagination .nav-links .page-numbers:visited:active, .pagination .nav-links .page-numbers:visited:focus {
  color: #18799B;
}
.pagination .nav-links .page-numbers:hover {
  text-decoration: underline;
}
.pagination .nav-links span.current {
  background: #000;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.video-controls {
  position: absolute;
  bottom: 30px;
  left: 25px;
  display: flex;
  flex-flow: row nowrap;
}

body.touch .video-controls {
  display: none;
}

.video-playpause, .video-sound {
  position: relative;
  width: 50px;
  height: 50px;
  background: white;
  transition: background ease-in-out 0.3s;
  will-change: background;
  border: none;
}
.video-playpause svg, .video-sound svg {
  pointer-events: none;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
}
.video-playpause svg path, .video-sound svg path {
  fill: #18799B;
}
.video-playpause:hover, .video-sound:hover {
  background: #18799B;
}
.video-playpause:hover svg path, .video-sound:hover svg path {
  fill: white;
}

.video-playpause .play-icon {
  display: none;
}
.video-playpause .pause-icon {
  display: block;
}
.video-playpause.paused .play-icon {
  display: block;
}
.video-playpause.paused .pause-icon {
  display: none;
}

.video-sound {
  margin-left: 0.5em;
}
.video-sound .mute-icon {
  display: block;
}
.video-sound .sound-icon {
  display: none;
}
.video-sound.muted .mute-icon {
  display: none;
}
.video-sound.muted .sound-icon {
  display: block;
}

/* Cursor
--------------------------------------------- */
/*
*
*
* CURSOR
*
*/
#ball {
  display: none;
}
@media (pointer: fine) {
  #ball {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    background: #18799B;
    border-radius: 50%;
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
  }
  #ball .text {
    color: white;
    text-transform: uppercase;
    line-height: 1.15;
    font-weight: 300;
  }
  #ball .text {
    font-size: 12px;
  }
}
@media screen and (pointer: fine) and (min-width: 320px) {
  #ball .text {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (pointer: fine) and (min-width: 1700px) {
  #ball .text {
    font-size: 16px;
  }
}
@media (pointer: fine) {
  #ball .text span {
    font-size: 20px;
    margin: 0 3px;
  }
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Tabs
--------------------------------------------- */
/*
*
*
* ACCORDION
*
*
*/
.accordion {
  color: white;
  border-bottom: 1px solid white;
}

.accordion-tab {
  width: 100%;
  border-radius: 0;
  border: none;
  background: none;
  text-align: left;
  color: white;
  line-height: 1;
  cursor: pointer;
  position: relative;
  padding: 2rem 0;
}
@media only screen and (min-width : 1024px) {
  .accordion-tab {
    padding: 2.5rem 0;
  }
}
.accordion-tab:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
}
.accordion-tab:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 2.5rem;
  height: 2.5rem;
  background: url(img/x.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  transition: transform ease-in-out 0.3s;
}
@media only screen and (min-width : 1024px) {
  .accordion-tab:after {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.accordion-tab h3 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  font-weight: 400;
}
.accordion-tab h3 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .accordion-tab h3 {
    font-size: calc(28px + 28 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .accordion-tab h3 {
    font-size: 56px;
  }
}

.accordion-tab.active:after {
  transform: translateY(-50%) rotate(0deg);
}

.accordion-panel {
  display: none;
  overflow: hidden;
  max-width: 2000px;
  margin: 0 auto;
}
.accordion-panel.active {
  display: block;
  padding: 0 0 2rem 0;
}
@media only screen and (min-width : 768px) {
  .accordion-panel.active {
    display: block;
  }
}

/* Callout
--------------------------------------------- */
.callout-contact {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1440px;
}
@media (orientation: portrait) {
  .callout-contact {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}
@media (orientation: landscape) {
  .callout-contact {
    padding-top: 20vh;
    padding-bottom: 20vh;
  }
}

.callout-contact .container {
  text-align: center;
}

.callout-contact p {
  margin-bottom: 1.5em;
}

.callout-contact a {
  text-decoration: none;
  color: #18799B;
  transition: all ease-in-out 0.25s;
  display: inline-block;
}
.callout-contact a:hover, .callout-contact a:active, .callout-contact a:focus {
  color: #FFF;
}
.callout-contact a:visited {
  color: #18799B;
}
.callout-contact a:visited:hover, .callout-contact a:visited:active, .callout-contact a:visited:focus {
  color: #FFF;
}
.callout-contact a:hover h2 {
  border-bottom: 1px solid #FFF;
}


@media screen and (min-width: 320px) {
  .callout-contact h2 {
    font-size: calc(54px + 66 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .callout-contact h2 {
    font-size: 120px;
  }
}
@media only screen and (min-width : 640px) {
  .callout-contact h2 {
    width: auto;
  }
}

.callout-contact a span {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.callout-contact a span {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .callout-contact a span {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .callout-contact a span {
    font-size: 16px;
  }
}

/* Sliders
--------------------------------------------- */
/*
*
*
* PRAISE SLIDER
*
*/
.praise-slider .container {
  width: 95%;
  margin-left: 5%;
}
@media only screen and (min-width : 1024px) {
  .praise-slider .container {
    width: 92.5%;
    margin-left: 7.5%;
  }
}

.praise-slider header {
  margin-bottom: 3em;
}

.praise-slider h2 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  font-weight: 400;
}
.praise-slider h2 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .praise-slider h2 {
    font-size: calc(28px + 28 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .praise-slider h2 {
    font-size: 56px;
  }
}

@media only screen and (min-width : 768px) {
  .praise-slider p {
    width: 50%;
    max-width: 700px;
  }
}

.praise-slider .swiper-slide {
  width: 45vw;
}
@media only screen and (min-width : 768px) {
  .praise-slider .swiper-slide {
    width: 35vw;
  }
}
@media only screen and (min-width : 1024px) {
  .praise-slider .swiper-slide {
    width: 25vw;
  }
}
@media only screen and (min-width : 1700px) {
  .praise-slider .swiper-slide {
    width: 22.5vw;
  }
}

.praise-slider .swiper-slide:nth-of-type(n+2) {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid white;
}
@media only screen and (min-width : 1024px) {
  .praise-slider .swiper-slide:nth-of-type(n+2) {
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width : 1700px) {
  .praise-slider .swiper-slide:nth-of-type(n+2) {
    margin-left: 20px;
    padding-left: 20px;
  }
}

.praise-slider .swiper img {
  display: block;
  margin: 0;
}

/* Footer
--------------------------------------------- */
#smooth-content {
  min-height: 100vh;
}

.site-footer .top {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 12px;
}
@media only screen and (min-width : 768px) {
  .site-footer .top {
    padding: 15px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
}
@media only screen and (min-width : 1280px) {
  .site-footer .top {
    padding: 20px;
  }
}

.site-footer .top address {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
}
.site-footer .top address {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .site-footer .top address {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .site-footer .top address {
    font-size: 22px;
  }
}
@media only screen and (min-width : 768px) {
  .site-footer .top address {
    order: 1;
  }
}

.site-footer .top address:nth-of-type(2) {
  padding-top: 8px;
}
@media only screen and (min-width : 768px) {
  .site-footer .top address:nth-of-type(2) {
    padding: 0 0 0 1em;
    margin: 0 0 0 1em;
    border-left: 1px solid white;
  }
}

.site-footer .top a {
  display: block;
  margin-bottom: 12px;
  width: 180px;
}
@media only screen and (min-width : 768px) {
  .site-footer .top a {
    margin: 0 0 0 auto;
    width: 220px;
    order: 3;
  }
}
@media only screen and (min-width : 1280px) {
  .site-footer .top a {
    margin-left: auto;
    width: 300px;
  }
}

.site-footer .top a img {
  display: block;
  margin: 0;
}

.site-footer .bot {
  padding: 12px 12px 24px 12px;
}
@media only screen and (min-width : 768px) {
  .site-footer .bot {
    padding: 15px 15px 30px 15px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width : 1280px) {
  .site-footer .bot {
    padding: 20px 20px 40px 20px;
  }
}

.site-footer .bot .contact {
  margin-bottom: 12px;
}
.site-footer .bot .contact a {
  display: block;
  text-decoration: none;
  color: white;
  transition: all ease-in-out 0.25s;
}
.site-footer .bot .contact a:hover, .site-footer .bot .contact a:active, .site-footer .bot .contact a:focus {
  color: white;
}
.site-footer .bot .contact a:visited {
  color: white;
}
.site-footer .bot .contact a:visited:hover, .site-footer .bot .contact a:visited:active, .site-footer .bot .contact a:visited:focus {
  color: white;
}

.site-footer .bot .social-media {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .bot .social-media li {
  display: inline-block;
}
.site-footer .bot .social-media li:nth-of-type(n+2) {
  margin-left: 15px;
}

/*
*
*
* GALLERIES
*
*/
body.page-template-page-gallerylanding .site-footer .bot .contact a, body.post-type-archive-gallery .site-footer .bot .contact a, body.single-gallery .site-footer .bot .contact a, body.post-type-archive-video .site-footer .bot .contact a, body.tax-video-tag .site-footer .bot .contact a {
  text-decoration: none;
  color: #000;
  transition: all ease-in-out 0.25s;
}
body.page-template-page-gallerylanding .site-footer .bot .contact a:hover, body.page-template-page-gallerylanding .site-footer .bot .contact a:active, body.page-template-page-gallerylanding .site-footer .bot .contact a:focus, body.post-type-archive-gallery .site-footer .bot .contact a:hover, body.post-type-archive-gallery .site-footer .bot .contact a:active, body.post-type-archive-gallery .site-footer .bot .contact a:focus, body.single-gallery .site-footer .bot .contact a:hover, body.single-gallery .site-footer .bot .contact a:active, body.single-gallery .site-footer .bot .contact a:focus, body.post-type-archive-video .site-footer .bot .contact a:hover, body.post-type-archive-video .site-footer .bot .contact a:active, body.post-type-archive-video .site-footer .bot .contact a:focus, body.tax-video-tag .site-footer .bot .contact a:hover, body.tax-video-tag .site-footer .bot .contact a:active, body.tax-video-tag .site-footer .bot .contact a:focus {
  color: #18799B;
}
body.page-template-page-gallerylanding .site-footer .bot .contact a:visited, body.post-type-archive-gallery .site-footer .bot .contact a:visited, body.single-gallery .site-footer .bot .contact a:visited, body.post-type-archive-video .site-footer .bot .contact a:visited, body.tax-video-tag .site-footer .bot .contact a:visited {
  color: #000;
}
body.page-template-page-gallerylanding .site-footer .bot .contact a:visited:hover, body.page-template-page-gallerylanding .site-footer .bot .contact a:visited:active, body.page-template-page-gallerylanding .site-footer .bot .contact a:visited:focus, body.post-type-archive-gallery .site-footer .bot .contact a:visited:hover, body.post-type-archive-gallery .site-footer .bot .contact a:visited:active, body.post-type-archive-gallery .site-footer .bot .contact a:visited:focus, body.single-gallery .site-footer .bot .contact a:visited:hover, body.single-gallery .site-footer .bot .contact a:visited:active, body.single-gallery .site-footer .bot .contact a:visited:focus, body.post-type-archive-video .site-footer .bot .contact a:visited:hover, body.post-type-archive-video .site-footer .bot .contact a:visited:active, body.post-type-archive-video .site-footer .bot .contact a:visited:focus, body.tax-video-tag .site-footer .bot .contact a:visited:hover, body.tax-video-tag .site-footer .bot .contact a:visited:active, body.tax-video-tag .site-footer .bot .contact a:visited:focus {
  color: #18799B;
}
body.page-template-page-gallerylanding .site-footer .top, body.post-type-archive-gallery .site-footer .top, body.single-gallery .site-footer .top, body.post-type-archive-video .site-footer .top, body.tax-video-tag .site-footer .top {
  border-color: #000;
}
body.page-template-page-gallerylanding .site-footer .top a img, body.post-type-archive-gallery .site-footer .top a img, body.single-gallery .site-footer .top a img, body.post-type-archive-video .site-footer .top a img, body.tax-video-tag .site-footer .top a img {
  filter: brightness(0%);
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.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;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #FFF;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
/* PAGES
--------------------------------------------- */
body.home main#primary {
  padding: 0;
}

.indicator {
  position: absolute;
  top: 100vh;
  right: 2vh;
  transform: translateY(-100%);
  padding: 3vh;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
}
.indicator {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .indicator {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .indicator {
    font-size: 22px;
  }
}
.indicator a {
  display: block;
  text-decoration: none;
  color: #FFF;
  transition: all ease-in-out 0.25s;
  margin: 0 1em 0 0;
  white-space: nowrap;
}
.indicator a:hover, .indicator a:active, .indicator a:focus {
  color: #18799B;
}
.indicator a:visited {
  color: #FFF;
}
.indicator a:visited:hover, .indicator a:visited:active, .indicator a:visited:focus {
  color: #18799B;
}
.indicator svg {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .indicator svg {
    font-size: calc(24px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .indicator svg {
    font-size: 30px;
  }
}
@media (orientation: portrait) {
  .indicator {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}

/*
*
*
* HOME - INTRO
*
*/
.home-intro {
  width: 100vw;
  position: relative;
}

body.touch .home-intro {
  width: 100vw;
}
@media (orientation: portrait) {
  body.touch .home-intro {
    height: calc(375vh - 15vw);
  }
}

.home-intro .home-indicator {
  position: absolute;
  top: 100vh;
  right: 2vh;
  padding: 3vh;
  transform: translateY(-100%);
}
.home-intro .home-indicator p {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  margin: 0;
}
.home-intro .home-indicator p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .home-intro .home-indicator p {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .home-intro .home-indicator p {
    font-size: 22px;
  }
}

body.touch .home-intro .home-indicator {
  position: fixed;
  top: 100dvh;
  right: 0;
  text-align: right;
  transform: translateY(-100%);
}

.home-intro .logo {
  height: 300vh;
}
@media (orientation: portrait) {
  .home-intro .logo {
    height: 225vh;
  }
}

.home-intro .logo .sticky-logo {
  position: -webkit-sticky;
  position: sticky;
  left: 12.5vw;
  top: 50vh;
  width: 75vw;
  transform: translateY(-50%);
  z-index: 100;
  opacity: 0;
}

.home-intro .logo .flower {
  position: absolute;
}

.home-intro .logo .flower-1 {
  top: 115vh;
  left: 45%;
  opacity: 0.75;
  filter: blur(10px);
  width: 26vw;
  height: auto;
}

.home-intro .logo .flower-2 {
  top: 100vh;
  right: 0;
  z-index: 200;
  width: 19vw;
  height: auto;
}

.home-intro .logo .flower-3 {
  top: 175vh;
  right: 0;
  z-index: 200;
  width: 37.5vw;
  height: auto;
}

.home-intro .logo .flower-4 {
  top: 200vh;
  left: 20%;
  z-index: 200;
  width: 16.4vw;
  height: auto;
}

.home-intro .logo .flower-5 {
  top: 150vh;
  left: 0%;
  filter: blur(10px);
  width: 17.25vw;
  height: auto;
}

.home-intro .logo .flower-6 {
  top: 125vh;
  left: 0%;
  z-index: 200;
  width: 23.25vw;
  height: auto;
}

.home-intro .text {
  height: 200vh;
  position: relative;
  margin-top: -15vw;
}
@media (orientation: portrait) {
  .home-intro .text {
    height: 150vh;
  }
}

.home-intro .text h2 {
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.home-intro .text h2 {
}
@media screen and (min-width: 320px) {
  .home-intro .text h2 {
    font-size: calc(60px + 100 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .home-intro .text h2 {
    font-size: 160px;
  }
}
.home-intro .text h2 span {
  display: inline-block;
  opacity: 0;
}

body.touch .home-intro .text h2 {
  position: -webkit-sticky;
  position: sticky;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

body.no-touch .home-intro .text h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*
*
*
* HOME - ABOUT
*
*/
.home-about {
  max-width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
@media (orientation: portrait) {
  .home-about {
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
}
@media (orientation: landscape) {
  .home-about {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media (orientation: portrait) {
  .home-about {
    min-height: 75vh;
  }
}


@media screen and (min-width: 320px) {
  .home-about h2 {
    font-size: calc(30px + 60 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .home-about h2 {
    font-size: 90px;
  }
}

.home-about p {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}

/*
*
*
* HOME - TEAM
*
*/
.home-team {
  width: 100vw;
  min-height: 125vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (orientation: portrait) {
  .home-team {
    min-height: 75vh;
  }
}

.home-team p {
  width: 60%;
  max-width: 480px;
  margin: 0 auto;
}

.home-team .circular-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (orientation: portrait) {
  .home-team .circular-text {
    transform: translateX(-50%) translateY(-50%) scale(1.2);
  }
}

/*
*
*
* HOME - CAPABILITIES
*
*/
.home-capabilities {
  min-height: 125vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media (orientation: portrait) {
  .home-capabilities {
    min-height: 75vh;
    margin: 10vh 0;
  }
}

.home-capabilities h2 span {

}

.home-capabilities h2 .static-hl {

}
.home-capabilities h2 .static-hl {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .home-capabilities h2 .static-hl {
    font-size: calc(30px + 60 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .home-capabilities h2 .static-hl {
    font-size: 90px;
  }
}

.home-capabilities h2 .anim-hl {
 
}
.home-capabilities h2 .anim-hl {
  font-size: 54px;
}
@media screen and (min-width: 320px) {
  .home-capabilities h2 .anim-hl {
    font-size: calc(54px + 66 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .home-capabilities h2 .anim-hl {
    font-size: 120px;
  }
}

.home-capabilities > p {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}

/*
*
*
* HOME - WORK
*
*/
.home-work {
  width: 100vw;
  position: relative;
  overflow: hidden;
  min-height: calc(95vw + 25vh);
}


@media screen and (min-width: 320px) {
  .home-work h2 {
    font-size: calc(30px + 60 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .home-work h2 {
    font-size: 90px;
  }
}

.home-work .images {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100vw;
}
@media (orientation: portrait) {
  .home-work .images {
    height: 110vw;
  }
}
@media (orientation: landscape) {
  .home-work .images {
    height: 90vw;
  }
}

.home-work .images img {
  display: block;
  margin: 0;
  position: absolute;
  z-index: 1;
  filter: grayscale(100%);
  border-radius: 0px;
  transition: filter ease-in-out 0.5s;
}
.home-work .images img:hover {
  filter: grayscale(0%);
  border-radius: 12px;
  transition: filter ease-in-out 0.5s;
}

.home-work .images img:nth-of-type(1) {
  width: 20.4vw;
  height: auto;
  top: 15%;
  left: 0;
  transform: translateX(-22%);
}
@media only screen and (min-width : 640px) {
  .home-work .images img:nth-of-type(1) {
    width: 17vw;
  }
}

.home-work .images img:nth-of-type(2) {
  width: 25.2vw;
  height: auto;
  top: 0;
  left: 17.5%;
}
@media only screen and (min-width : 640px) {
  .home-work .images img:nth-of-type(2) {
    top: 5%;
    width: 21vw;
  }
}

.home-work .images img:nth-of-type(3) {
  width: 19.2vw;
  height: auto;
  top: 12%;
  left: 45%;
}
@media only screen and (min-width : 640px) {
  .home-work .images img:nth-of-type(3) {
    top: 21%;
    width: 16vw;
  }
}

.home-work .images img:nth-of-type(4) {
  width: 36vw;
  height: auto;
  top: -5%;
  right: 0%;
}
@media only screen and (min-width : 640px) {
  .home-work .images img:nth-of-type(4) {
    top: 0;
    width: 30vw;
  }
}

.home-work .images img:nth-of-type(5) {
  width: 24vw;
  height: auto;
  top: 25%;
  right: 0%;
  transform: translateX(32%);
}
@media only screen and (min-width : 640px) {
  .home-work .images img:nth-of-type(5) {
    top: 32.5%;
    width: 20vw;
  }
}

.home-work .images img:nth-of-type(6) {
  width: 30.6vw;
  height: auto;
  bottom: 0%;
  left: 0;
  transform: translateX(-38%);
}
@media only screen and (min-width : 640px) {
  .home-work .images img:nth-of-type(6) {
    width: 25.5vw;
    bottom: 17%;
  }
}

.home-work .images img:nth-of-type(7) {
  width: 22.8vw;
  height: auto;
  bottom: 10%;
  left: 22%;
}
@media only screen and (min-width : 640px) {
  .home-work .images img:nth-of-type(7) {
    bottom: 0%;
    width: 19vw;
  }
}

.home-work .images img:nth-of-type(8) {
  width: 24vw;
  height: auto;
  bottom: 6%;
  left: 46.5%;
}
@media only screen and (min-width : 640px) {
  .home-work .images img:nth-of-type(8) {
    width: 20vw;
  }
}

.home-work .images img:nth-of-type(9) {
  width: 25.2vw;
  height: auto;
  bottom: 5.5%;
  left: 75%;
}
@media only screen and (min-width : 640px) {
  .home-work .images img:nth-of-type(9) {
    width: 21vw;
  }
}

/*
*
*
* HOME - MESSAGE
*
*/
.home-message {
  min-height: 125vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media (orientation: portrait) {
  .home-message {
    min-height: 75vh;
  }
}

.home-message h2 {

}
.home-message h2 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .home-message h2 {
    font-size: calc(30px + 60 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .home-message h2 {
    font-size: 90px;
  }
}

.home-message h2 span {
  display: block;
  margin-bottom: 1em;
}

/*
*
*
* HOME - PRAISE
*
*/
@media (orientation: portrait) {
  .home-praise {
    padding-top: 0vh;
    padding-bottom: 8vh;
  }
}
@media (orientation: landscape) {
  .home-praise {
    padding-top: 0vh;
    padding-bottom: 12vh;
  }
}

/*
*
*
* ABOUT
*
*/
.about-video {
  position: relative;
  width: 100vw;
  height: calc(100dvh - 74px);
}
@media only screen and (min-width : 640px) {
  .about-video {
    height: calc(100dvh - 98px);
  }
}

.about-video .text {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 15%;
}
.about-video .text p:last-of-type {
  margin-bottom: 0;
}
.about-video .text h1 {

}
.about-video .text h1 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .about-video .text h1 {
    font-size: calc(30px + 42 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .about-video .text h1 {
    font-size: 72px;
  }
}
.about-video .text p {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 768px;
  font-size: 1.25em;
}

.about-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-video .video-link {
  position: absolute;
  bottom: 2vh;
  right: 2vh;
  padding: 3vh;
  z-index: 10;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.about-video .video-link span {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  margin: 0 0.5em 0 0;
}
.about-video .video-link span {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .about-video .video-link span {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .about-video .video-link span {
    font-size: 22px;
  }
}
.about-video .video-link button {
  background: none;
  position: relative;
  width: 50px;
  height: 50px;
  transition: background ease-in-out 0.3s;
  will-change: border-color;
  border: 1px solid white;
  border-radius: 100vmin;
  cursor: pointer;
}
.about-video .video-link button svg {
  pointer-events: none;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
}
.about-video .video-link button svg path {
  fill: #FFF;
}
.about-video .video-link button:hover {
  background: #18799B;
}
.about-video .video-link button:hover svg path {
  fill: white;
}

.video-dialog {
  position: fixed;
  z-index: 900;
  top: 0%;
  left: 0%;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  border: none;
  padding: 0;
  background: none;
  color: white;
  padding: 15px;
}
@media only screen and (min-width : 768px) {
  .video-dialog {
    padding: 1.5em;
  }
}
@media only screen and (min-width : 1024px) {
  .video-dialog {
    padding: 2.5em;
  }
}
@media only screen and (min-width : 1280px) {
  .video-dialog {
    padding: 3em;
  }
}

.video-dialog[open] {
  background: #000;
  animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.video-dialog .video-close {
  position: absolute;
  z-index: 100;
  top: 25px;
  right: 25px;
  background: url(img/x.svg) no-repeat, #000;
  background-size: 55% 55%;
  background-position: center center;
  border: none;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 100vmin;
  border: 1px solid white;
  cursor: pointer;
}
.video-dialog .video-close span {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(1px);
          clip-path: inset(1px);
  white-space: nowrap;
  position: absolute;
}

/*
*
*
* ABOUT - BIRCH EDGE
*
*/
@media (orientation: portrait) {
  .about-birchedge {
    padding-top: 8vh;
    padding-bottom: 0;
  }
}
@media (orientation: landscape) {
  .about-birchedge {
    padding-top: 12vh;
    padding-bottom: 0;
  }
}

.about-birchedge .container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1440px;
}

.about-birchedge .container header {
  text-align: center;
  padding-bottom: 3rem;
}
.about-birchedge .container header h2 {

}
.about-birchedge .container header h2 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .about-birchedge .container header h2 {
    font-size: calc(30px + 42 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .about-birchedge .container header h2 {
    font-size: 72px;
  }
}
.about-birchedge .container header .text {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 768px;
  margin-bottom: 0.5em;
  font-size: 1.25em;
}

@media only screen and (min-width : 768px) {
  .about-birchedge .accordion-panel .text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
}

/*
*
*
* ABOUT - MESSAGE
*
*/
.about-message {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media (orientation: portrait) {
  .about-message {
    min-height: 100vh;
  }
}
@media (orientation: landscape) {
  .about-message {
    min-height: 125vh;
  }
}

.about-message h2 {

}
.about-message h2 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .about-message h2 {
    font-size: calc(30px + 60 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .about-message h2 {
    font-size: 90px;
  }
}

.about-message h2 span {
  display: block;
}

.about-message .flower {
  position: absolute;
}

.about-message .flower-1 {
  top: 15vh;
  right: 10%;
  opacity: 0.75;
  filter: blur(5px);
  width: 16vw;
  height: auto;
}
@media (orientation: portrait) {
  .about-message .flower-1 {
    width: 20vw;
  }
}
@media (orientation: landscape) {
  .about-message .flower-1 {
    width: 16vw;
  }
}

.about-message .flower-2 {
  top: 65vh;
  right: 0;
  z-index: 200;
  width: 25vw;
  height: auto;
}
@media (orientation: portrait) {
  .about-message .flower-2 {
    width: 30vw;
  }
}
@media (orientation: landscape) {
  .about-message .flower-2 {
    width: 25vw;
  }
}

.about-message .flower-3 {
  left: 7.5%;
  width: 25vw;
  height: auto;
  filter: blur(5px);
  z-index: -1;
}
@media (orientation: portrait) {
  .about-message .flower-3 {
    width: 35vw;
    top: 75vh;
  }
}
@media (orientation: landscape) {
  .about-message .flower-3 {
    width: 25vw;
    top: 85vh;
  }
}

.about-message .flower-4 {
  top: 15vh;
  left: 0%;
  width: 17.25vw;
  height: auto;
}
@media (orientation: portrait) {
  .about-message .flower-4 {
    width: 20vw;
    top: 10vh;
  }
}
@media (orientation: landscape) {
  .about-message .flower-4 {
    width: 17.25vw;
    top: 15vh;
  }
}

/*
*
*
* ABOUT - TEAM
*
*/
.about-team .container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 2000px;
}

.about-team h2 {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 1.5rem 0.75rem;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  font-weight: 400;
}
.about-team h2 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .about-team h2 {
    font-size: calc(28px + 28 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .about-team h2 {
    font-size: 56px;
  }
}

.about-team .team-list .list-header {
  border-bottom: 1px solid white;
  padding: 0.75rem;
}
.about-team .team-list .list-header h3 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
}
.about-team .team-list .list-header h3 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .about-team .team-list .list-header h3 {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .about-team .team-list .list-header h3 {
    font-size: 22px;
  }
}

.about-team .team-list .list {
  border-bottom: 1px solid white;
}
@media only screen and (min-width : 640px) {
  .about-team .team-list .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4em;
    position: relative;
  }
  .about-team .team-list .list:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: white;
  }
}

.about-team .team-member {
  padding: 2em 0 0 0;
}
@media only screen and (min-width : 1440px) {
  .about-team .team-member {
    padding: 3em 0 1.5em 0;
  }
}
.about-team .team-member .post-thumbnail img {
  display: block;
  margin: 0;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.about-team .team-member .placeholder {
  aspect-ratio: 1/1;
  width: 100%;
  background: url(img/white-logo.svg) no-repeat;
  background-size: 50%;
  background-position: center center;
  opacity: 0.25;
  border: 1px solid white;
}
.about-team .team-member .text {
  padding: 1.5em 0;
}
.about-team .team-member h4 {
  font-weight: 300;
  line-height: 1.1;
}
.about-team .team-member h4 {
  font-size: 21px;
}
@media screen and (min-width: 320px) {
  .about-team .team-member h4 {
    font-size: calc(21px + 11 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .about-team .team-member h4 {
    font-size: 32px;
  }
}
.about-team .team-member span.title {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
}
.about-team .team-member span.title {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .about-team .team-member span.title {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .about-team .team-member span.title {
    font-size: 16px;
  }
}
.about-team .team-member .dialog-trigger {
  cursor: pointer;
  display: table;
  margin: 1em 0 0 0;
  border: 1px solid white;
  border-radius: 100vmin;
  width: 32px;
  height: 32px;
  background: url(img/+.svg) no-repeat;
  background-size: 65% 65%;
  background-position: center center;
}
.about-team .team-member .dialog-trigger span {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(1px);
          clip-path: inset(1px);
  white-space: nowrap;
  position: absolute;
}

/*
*
*
* ABOUT - TEAM - EMPLOYEES
*
*/
@media only screen and (min-width : 1024px) {
  .about-employees .team-list .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 4em;
    position: relative;
  }
  .about-employees .team-list .list:before {
    left: calc(33.3333333333% - 0.6667em);
  }
  .about-employees .team-list .list:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: calc(33.3333333333% - 0.6667em);
    width: 1px;
    height: 100%;
    background: white;
  }
}
@media only screen and (min-width : 1440px) {
  .about-employees .team-list .list {
    grid-column-gap: 6em;
  }
  .about-employees .team-list .list:before {
    left: calc(33.3333333333% - 1em);
  }
  .about-employees .team-list .list:after {
    right: calc(33.3333333333% - 1em);
  }
}

/*
*
*
* ABOUT - TEAM - DIALOG
*
*/
.team-dialog {
  position: fixed;
  z-index: 900;
  top: 0%;
  left: 0%;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  border: none;
  padding: 0;
  background: none;
  color: white;
  padding: 15px;
}
@media only screen and (min-width : 768px) {
  .team-dialog {
    padding: 1.5em;
  }
}
@media only screen and (min-width : 1024px) {
  .team-dialog {
    padding: 2.5em;
  }
}
@media only screen and (min-width : 1280px) {
  .team-dialog {
    padding: 3em;
  }
}

.team-dialog[open] {
  background: #000;
  animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.team-dialog .dialog-close {
  position: absolute;
  z-index: 100;
  top: 30px;
  right: 15px;
  background: url(img/x.svg) no-repeat;
  background-size: 55% 55%;
  background-position: center center;
  border: none;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 100vmin;
  border: 1px solid white;
  cursor: pointer;
}
@media only screen and (min-width : 768px) {
  .team-dialog .dialog-close {
    top: 3em;
    right: 2em;
    width: 36px;
    height: 36px;
  }
}
@media only screen and (min-width : 1024px) {
  .team-dialog .dialog-close {
    top: 3.5em;
    right: 3.25em;
    width: 36px;
    height: 36px;
  }
}
@media only screen and (min-width : 1280px) {
  .team-dialog .dialog-close {
    top: 4em;
    right: 3.75em;
  }
}
.team-dialog .dialog-close:focus {
  outline: none;
}
.team-dialog .dialog-close span {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(1px);
          clip-path: inset(1px);
  white-space: nowrap;
  position: absolute;
}

.team-dialog__member {
  display: none;
}
.team-dialog__member.active {
  display: block;
}
@media only screen and (min-width : 768px) {
  .team-dialog__member.active {
    display: flex;
    flex-flow: row wrap;
  }
}

.team-dialog__member header {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 1rem 0;
}
@media only screen and (min-width : 768px) {
  .team-dialog__member header {
    width: 100%;
    padding: 1.5rem 0;
  }
}
@media only screen and (min-width : 1024px) {
  .team-dialog__member header {
    padding: 2.5rem 0 1.5rem 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-right: 5rem;
  }
}
.team-dialog__member header h4 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  font-weight: 400;
  padding-right: 40px;
}
.team-dialog__member header h4 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .team-dialog__member header h4 {
    font-size: calc(28px + 28 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .team-dialog__member header h4 {
    font-size: 56px;
  }
}
.team-dialog__member header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0.65rem;
}
.team-dialog__member header ul a {
  text-decoration: none;
  color: white;
  transition: all ease-in-out 0.25s;
}
.team-dialog__member header ul a:hover, .team-dialog__member header ul a:active, .team-dialog__member header ul a:focus {
  color: #18799B;
}
.team-dialog__member header ul a:visited {
  color: white;
}
.team-dialog__member header ul a:visited:hover, .team-dialog__member header ul a:visited:active, .team-dialog__member header ul a:visited:focus {
  color: #18799B;
}
.team-dialog__member header ul svg {
  margin: 0 15px -1px 0;
  font-size: 0.8em;
}

.team-dialog__member .thumbnail {
  padding: 15px 0;
  border-bottom: 1px solid white;
}
@media only screen and (min-width : 768px) {
  .team-dialog__member .thumbnail {
    width: 35%;
    padding: 1.25em 1.25em 1.25em 0;
  }
}
@media only screen and (min-width : 1024px) {
  .team-dialog__member .thumbnail {
    width: 40%;
    padding: 2em 2em 2em 0;
  }
}
@media only screen and (min-width : 1280px) {
  .team-dialog__member .thumbnail {
    padding: 3.25em 3.25em 3.25em 0;
  }
}
.team-dialog__member .thumbnail img {
  display: block;
  margin: 0;
  aspect-ratio: 1/1.2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.team-dialog__member .thumbnail .placeholder {
  aspect-ratio: 1/1.2;
  width: 100%;
  background: url(img/white-logo.svg) no-repeat;
  background-size: 50%;
  background-position: center center;
  opacity: 0.25;
}

.team-dialog__member .bio {
  border-bottom: 1px solid white;
  padding-top: 1.5em;
}
@media only screen and (min-width : 768px) {
  .team-dialog__member .bio {
    width: 65%;
    border-top: none;
    border-left: 1px solid white;
    padding: 1.25em 0 0 1.25em;
  }
}
@media only screen and (min-width : 1024px) {
  .team-dialog__member .bio {
    width: 60%;
    padding: 2em;
  }
}
@media only screen and (min-width : 1280px) {
  .team-dialog__member .bio {
    padding: 3.25em;
  }
}
.team-dialog__member .bio dl {
  padding: 0;
  margin: 0;
}
.team-dialog__member .bio dt {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  color: #A9A9A9;
  margin: 0 0 0.5em 0;
}
.team-dialog__member .bio dt {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .team-dialog__member .bio dt {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .team-dialog__member .bio dt {
    font-size: 22px;
  }
}
.team-dialog__member .bio dd {
  margin: 0 0 1.25em 0;
  font-size: 1.1em;
}
@media only screen and (min-width : 1024px) {
  .team-dialog__member .bio dd {
    margin: 0 0 2.25em 0;
  }
}

/*
*
*
* ABOUT - TEAM - QUOTE
*
*/
.about-teamquote {
  position: relative;
  overflow: hidden;
}
@media (orientation: portrait) {
  .about-teamquote {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media (orientation: landscape) {
  .about-teamquote {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}

.about-teamquote .container {
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 2000px;
}
@media only screen and (min-width : 1024px) and (orientation: portrait) {
  .about-teamquote .container {
    padding-top: 16vh;
    padding-bottom: 16vh;
  }
}
@media only screen and (min-width : 1024px) and (orientation: landscape) {
  .about-teamquote .container {
    padding-top: 24vh;
    padding-bottom: 24vh;
  }
}
.about-teamquote .container h2 {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}
.about-teamquote .container img {
  display: none;
}
@media only screen and (min-width : 1024px) {
  .about-teamquote .container img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
    filter: brightness(40%);
  }
}

.about-teamquote h2 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  line-height: 1.6;
}
.about-teamquote h2 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .about-teamquote h2 {
    font-size: calc(24px + 16 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .about-teamquote h2 {
    font-size: 40px;
  }
}

.about-teamquote .flower {
  position: absolute;
  z-index: -1;
}

.about-teamquote .flower-1 {
  bottom: 15%;
  opacity: 0.75;
  width: 16vw;
  height: auto;
}
@media (orientation: portrait) {
  .about-teamquote .flower-1 {
    width: 20vw;
    left: -5vw;
  }
}
@media (orientation: landscape) {
  .about-teamquote .flower-1 {
    width: 16vw;
    left: -4vw;
  }
}

.about-teamquote .flower-2 {
  top: 10%;
  right: -10vw;
  opacity: 0.75;
  filter: blur(10px);
  width: 26vw;
  height: auto;
}

/*
*
*
* ABOUT - GALLERY
*
*/
.about-gallery .container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 2000px;
}

@media (orientation: portrait) {
  .about-gallery header {
    padding-top: 8vh;
    padding-bottom: 6vh;
  }
}
@media (orientation: landscape) {
  .about-gallery header {
    padding-top: 10vh;
    padding-bottom: 6vh;
  }
}
@media only screen and (min-width : 640px) {
  .about-gallery header {
    width: 60%;
  }
}
.about-gallery header h2 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  font-weight: 400;
  margin-bottom: 0.2em;
}
.about-gallery header h2 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .about-gallery header h2 {
    font-size: calc(28px + 28 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .about-gallery header h2 {
    font-size: 56px;
  }
}

.about-gallery .images img {
  display: block;
  margin: 0 0 1em 0;
}
@media only screen and (min-width : 640px) {
  .about-gallery .images img {
    margin: 0;
  }
}
@media only screen and (min-width : 640px) {
  .about-gallery .images > div {
    margin: 0 0 1.5em 0;
  }
}
@media only screen and (min-width : 1024px) {
  .about-gallery .images > div {
    margin: 0 0 2em 0;
  }
}

@media only screen and (min-width : 640px) {
  .about-gallery .images .wide-left {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 1.5em;
  }
  .about-gallery .images .wide-left > div:first-of-type {
    grid-column: 1/span 3;
  }
  .about-gallery .images .wide-left > div:last-of-type {
    grid-column: 4/span 2;
  }
  .about-gallery .images .wide-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width : 1024px) {
  .about-gallery .images .wide-left {
    grid-column-gap: 2em;
  }
}

@media only screen and (min-width : 640px) {
  .about-gallery .images .wide-right {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 1.5em;
  }
  .about-gallery .images .wide-right > div:first-of-type {
    grid-column: 1/span 2;
  }
  .about-gallery .images .wide-right > div:last-of-type {
    grid-column: 3/span 3;
  }
  .about-gallery .images .wide-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width : 1024px) {
  .about-gallery .images .wide-right {
    grid-column-gap: 2em;
  }
}

/*
*
*
* GALLERY LANDING
*
*
*/
.gallery-landing {
  visibility: hidden;
  text-align: center;
  height: calc(100dvh - 74px);
}
@media only screen and (min-width : 640px) {
  .gallery-landing {
    height: calc(100dvh - 98px);
  }
}
@media (orientation: landscape) {
  .gallery-landing {
    display: flex;
    flex-flow: row nowrap;
  }
}

.gallery-landing > a {
  display: block;
  margin: 0;
  position: relative;
}
@media (orientation: portrait) {
  .gallery-landing > a {
    width: 100%;
    height: 50%;
  }
}
@media (orientation: landscape) {
  .gallery-landing > a {
    width: 50%;
    height: 100%;
  }
}
.gallery-landing > a > img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-landing .center-img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  border: 3px solid white;
}
@media (orientation: portrait) {
  .gallery-landing .center-img {
    width: calc(100% - 25vw);
    height: calc(100% - 25vw);
  }
}
@media (orientation: landscape) {
  .gallery-landing .center-img {
    width: calc(100% - 15vw);
    height: calc(100% - 15vw);
  }
}
.gallery-landing .center-img img, .gallery-landing .center-img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-landing .center-img h2 {
 
}
.gallery-landing .center-img h2 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .gallery-landing .center-img h2 {
    font-size: calc(24px + 24 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .gallery-landing .center-img h2 {
    font-size: 48px;
  }
}
@media (hover: hover) {
  .gallery-landing .center-img h2 {
    opacity: 0;
  }
}

.gallery-landing > a:hover h2 {
  opacity: 1;
}

body.page-template-page-capabilities main#primary {
  padding: 0;
}

/*
*
*
* CAPABILITIES - INTRO
*
*/
.capabilities-intro {
  padding-top: 74px;
}
@media only screen and (min-width : 640px) {
  .capabilities-intro {
    padding-top: 98px;
  }
}

body.touch .capabilities-intro {
  height: 400vh;
  position: relative;
}

.capabilities-intro .indicator {
  position: absolute;
  top: 100vh;
  right: 2vh;
  transform: translateY(-100%);
  padding: 3vh;
}
.capabilities-intro .indicator p {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  margin: 0;
}
.capabilities-intro .indicator p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .capabilities-intro .indicator p {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .capabilities-intro .indicator p {
    font-size: 22px;
  }
}

.capabilities-intro .banner {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

body.no-touch .capabilities-intro .banner {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

body.touch .capabilities-intro .banner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.capabilities-intro .frame-1 {
  position: relative;
  text-align: center;
  height: 200vh;
  max-width: 100vw;
}

.capabilities-intro .frame-1-hl {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  max-width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.capabilities-intro .frame-1-hl h2 {
 
}
.capabilities-intro .frame-1-hl h2 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .capabilities-intro .frame-1-hl h2 {
    font-size: calc(30px + 60 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .capabilities-intro .frame-1-hl h2 {
    font-size: 90px;
  }
}

body.touch .capabilities-intro .frame-1-hl {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.capabilities-intro .frame-2 {
  position: relative;
  visibility: hidden;
}

.capabilities-intro .frame-2 .flower {
  position: absolute;
}

.capabilities-intro .frame-2 .flower-1 {
  top: -50vh;
  right: 10%;
  opacity: 0.75;
  filter: blur(5px);
  width: 16vw;
  height: auto;
}
@media (orientation: portrait) {
  .capabilities-intro .frame-2 .flower-1 {
    width: 20vw;
  }
}
@media (orientation: landscape) {
  .capabilities-intro .frame-2 .flower-1 {
    width: 16vw;
  }
}

.capabilities-intro .frame-2 .flower-2 {
  top: 0vh;
  right: 0;
  z-index: 200;
  width: 25vw;
  height: auto;
}
@media (orientation: portrait) {
  .capabilities-intro .frame-2 .flower-2 {
    width: 30vw;
  }
}
@media (orientation: landscape) {
  .capabilities-intro .frame-2 .flower-2 {
    width: 25vw;
  }
}

.capabilities-intro .frame-2 .flower-3 {
  top: 0vh;
  left: 7.5%;
  width: 25vw;
  height: auto;
  filter: blur(5px);
  z-index: -1;
}
@media (orientation: portrait) {
  .capabilities-intro .frame-2 .flower-3 {
    width: 35vw;
  }
}
@media (orientation: landscape) {
  .capabilities-intro .frame-2 .flower-3 {
    width: 25vw;
  }
}

.capabilities-intro .frame-2 .flower-4 {
  top: -60vh;
  left: 0%;
  width: 17.25vw;
  height: auto;
}
@media (orientation: portrait) {
  .capabilities-intro .frame-2 .flower-4 {
    width: 20vw;
  }
}
@media (orientation: landscape) {
  .capabilities-intro .frame-2 .flower-4 {
    width: 17.25vw;
  }
}

.capabilities-intro .frame-2-hl {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  max-width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.capabilities-intro .frame-2-hl h2 {
  
}
.capabilities-intro .frame-2-hl h2 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .capabilities-intro .frame-2-hl h2 {
    font-size: calc(30px + 60 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .capabilities-intro .frame-2-hl h2 {
    font-size: 90px;
  }
}

body.touch .capabilities-intro .frame-2-hl {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.capabilities-intro .frame-2-text {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 100vh;
}
.capabilities-intro .frame-2-text p:last-of-type {
  margin-bottom: 0;
}
.capabilities-intro .frame-2-text p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 768px;
  font-size: 1.5em;
}

body.touch .capabilities-intro .frame-2-text {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

/*
*
*
* CAPABILITIES - VIDEO
*
*/
.capabilities-video {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: relative;
  background: white;
}
.capabilities-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (orientation: portrait) {
  .capabilities-video {
    height: 50vh;
  }
}

/*
*
*
* CAPABILITIES - SLIDER
*
*/
@media (orientation: portrait) {
  .capabilities-slider {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media (orientation: landscape) {
  .capabilities-slider {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}

.capabilities-slider .container {
  width: 100%;
  padding-left: 5vw;
}

.capabilities-slider header {
  margin: 0 5vw 3rem 5vw;
}
@media only screen and (min-width : 768px) {
  .capabilities-slider header {
    padding-right: 35%;
    position: relative;
  }
}
@media only screen and (min-width : 1280px) {
  .capabilities-slider header {
    padding-right: 45%;
  }
}
.capabilities-slider header h2 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  font-weight: 400;
  margin-bottom: 0.65rem;
}
.capabilities-slider header h2 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .capabilities-slider header h2 {
    font-size: calc(28px + 28 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .capabilities-slider header h2 {
    font-size: 56px;
  }
}

.capabilities-slider header svg {
  margin-top: 1.5rem;
  width: 100px;
  height: 100px;
}
@media only screen and (min-width : 768px) {
  .capabilities-slider header svg {
    position: absolute;
    top: 0%;
    right: 0;
    margin: 0;
  }
}
@media only screen and (min-width : 1024px) {
  .capabilities-slider header svg {
    width: 125px;
    height: 125px;
  }
}
.capabilities-slider header svg .badge-text {
  transform-origin: 50% 50%;
  animation: rotation 45s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.capabilities-slider .swiper {
  width: 100%;
  padding-left: 5vw;
}

.capabilities-slider .swiper-slide {
  width: 40vw;
  aspect-ratio: 640/1383;
  overflow: hidden;
}
.capabilities-slider .swiper-slide:nth-of-type(n+2) {
  margin-left: 1rem;
}
@media only screen and (min-width : 640px) {
  .capabilities-slider .swiper-slide {
    width: 35vw;
  }
}
@media only screen and (min-width : 768px) {
  .capabilities-slider .swiper-slide {
    width: 30vw;
  }
}
@media only screen and (min-width : 1024px) {
  .capabilities-slider .swiper-slide {
    width: 25vw;
  }
}
@media only screen and (min-width : 1280px) {
  .capabilities-slider .swiper-slide {
    width: 20vw;
  }
}
@media only screen and (min-width : 1440px) {
  .capabilities-slider .swiper-slide {
    width: 18vw;
    max-width: 360px;
  }
}

.capabilities-slider .swiper-slide:nth-of-type(n+2) {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid white;
}
@media only screen and (min-width : 1024px) {
  .capabilities-slider .swiper-slide:nth-of-type(n+2) {
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width : 1700px) {
  .capabilities-slider .swiper-slide:nth-of-type(n+2) {
    margin-left: 20px;
    padding-left: 20px;
  }
}

.capabilities-slider .swiper-slide video {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
*
*
* CAPABILITIES - TIMELINE
*
*/
.capabilities-timeline {
  background: black;
}
@media (orientation: portrait) {
  .capabilities-timeline {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media (orientation: landscape) {
  .capabilities-timeline {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}

.capabilities-timeline header {
  padding: 0 5vw 3rem 5vw;
}
@media only screen and (min-width : 768px) {
  .capabilities-timeline header {
    padding-right: 35%;
  }
}
@media only screen and (min-width : 1280px) {
  .capabilities-timeline header {
    padding-right: 50%;
  }
}
.capabilities-timeline header h2 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  font-weight: 400;
  margin-bottom: 0.65rem;
}
.capabilities-timeline header h2 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .capabilities-timeline header h2 {
    font-size: calc(28px + 28 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .capabilities-timeline header h2 {
    font-size: 56px;
  }
}

.capabilities-timeline .timeline-container {
  margin-left: 5vw;
  position: relative;
}

.capabilities-timeline .timeline {
  margin-left: 90px;
  position: relative;
}
@media only screen and (min-width : 640px) {
  .capabilities-timeline .timeline {
    margin-left: 110px;
  }
}
@media only screen and (min-width : 1280px) {
  .capabilities-timeline .timeline {
    margin-left: 125px;
  }
}

.capabilities-timeline .labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}
.capabilities-timeline .labels > div {
  text-transform: uppercase;
  font-size: 12px;
}
.capabilities-timeline .labels > div:nth-of-type(1) {
  height: 200px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 70px;
}
.capabilities-timeline .labels > div:nth-of-type(1) span {
  transform-origin: center center;
  transform: rotate(-90deg);
}
.capabilities-timeline .labels > div:nth-of-type(2) {
  height: 30px;
  border: 1px solid white;
  border-radius: 100vmin;
  background: white;
  color: #000;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.capabilities-timeline .labels > div:nth-of-type(3) {
  height: 200px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
}
.capabilities-timeline .labels > div:nth-of-type(3) span {
  transform-origin: center center;
  transform: rotate(-90deg);
}

.capabilities-timeline .swiper-slide {
  width: calc(95vw - 90px);
  transition: opacity ease-in-out 0.4s;
  padding-left: 16px;
}
.capabilities-timeline .swiper-slide p:last-of-type {
  margin-bottom: 0;
}
.capabilities-timeline .swiper-slide:last-of-type {
  width: calc(95vw - 106px);
}
@media only screen and (min-width : 768px) {
  .capabilities-timeline .swiper-slide {
    width: 594px;
  }
  .capabilities-timeline .swiper-slide:last-of-type {
    width: calc(95vw - 126px);
  }
}
@media only screen and (min-width : 1024px) {
  .capabilities-timeline .swiper-slide {
    width: 726px;
  }
}
@media only screen and (min-width : 1280px) {
  .capabilities-timeline .swiper-slide {
    width: 792px;
  }
  .capabilities-timeline .swiper-slide:last-of-type {
    width: calc(95vw - 141px);
  }
}
@media only screen and (min-width : 1440px) {
  .capabilities-timeline .swiper-slide {
    width: 924px;
  }
}
@media only screen and (min-width : 1700px) {
  .capabilities-timeline .swiper-slide {
    width: 990px;
  }
}
.capabilities-timeline .swiper-slide .client, .capabilities-timeline .swiper-slide .birch {
  height: 160px;
  opacity: 0.25;
}
.capabilities-timeline .swiper-slide .client h3, .capabilities-timeline .swiper-slide .birch h3 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  margin-bottom: 0.35em;
}
.capabilities-timeline .swiper-slide .client h3, .capabilities-timeline .swiper-slide .birch h3 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .capabilities-timeline .swiper-slide .client h3, .capabilities-timeline .swiper-slide .birch h3 {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .capabilities-timeline .swiper-slide .client h3, .capabilities-timeline .swiper-slide .birch h3 {
    font-size: 22px;
  }
}
.capabilities-timeline .swiper-slide .client h3, .capabilities-timeline .swiper-slide .client p, .capabilities-timeline .swiper-slide .birch h3, .capabilities-timeline .swiper-slide .birch p {
  padding-right: 15%;
  max-width: 540px;
}
.capabilities-timeline .swiper-slide.swiper-slide-active .client, .capabilities-timeline .swiper-slide.swiper-slide-active .birch {
  opacity: 1;
}

.capabilities-timeline .swiper-slide .client {
  padding-top: 40px;
}

.capabilities-timeline .swiper-slide .birch {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  padding-bottom: 40px;
}

.capabilities-timeline .track {
  width: 100%;
  height: 30px;
  background: url(img/tl-unit.svg);
}
.capabilities-timeline .track .phase {
  width: 32px;
  height: 32px;
  background: white;
  color: #000;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 100vmin;
  transform: translateX(-50%);
  font-size: 12px;
}

.capabilities-timeline .slider-nav .btns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.capabilities-timeline .slider-nav .btns .slider-prev, .capabilities-timeline .slider-nav .btns .slider-next {
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: background ease-in-out 0.3s;
  border: 1px solid white;
  border-radius: 100vmin;
}
.capabilities-timeline .slider-nav .btns .slider-prev {
  background: url(img/arrow--left.svg) no-repeat;
  background-position: center center;
  margin-right: 24px;
}
.capabilities-timeline .slider-nav .btns .slider-prev:hover {
  background: url(img/arrow--left--black.svg) no-repeat, white;
  background-position: center center;
}
.capabilities-timeline .slider-nav .btns .slider-next {
  background: url(img/arrow--right.svg) no-repeat;
  background-position: center center;
}
.capabilities-timeline .slider-nav .btns .slider-next:hover {
  background: url(img/arrow--right--black.svg) no-repeat, white;
  background-position: center center;
}
.capabilities-timeline .slider-nav .btns .swiper-button-disabled {
  opacity: 0.25;
}

/*
*
*
* CAPABILITIES - VALUES
*
*/
@media (orientation: portrait) {
  .capabilities-services {
    padding-top: 8vh;
    padding-bottom: 0;
  }
}
@media (orientation: landscape) {
  .capabilities-services {
    padding-top: 12vh;
    padding-bottom: 0;
  }
}

.capabilities-services .container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1440px;
}

.capabilities-services .container header {
  text-align: center;
  padding-bottom: 3rem;
}

@media screen and (min-width: 320px) {
  .capabilities-services .container header h2 {
    font-size: calc(30px + 60 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .capabilities-services .container header h2 {
    font-size: 90px;
  }
}
.capabilities-services .container header .label {
  display: block;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  margin-bottom: 0.5em;
}
.capabilities-services .container header .label {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .capabilities-services .container header .label {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .capabilities-services .container header .label {
    font-size: 22px;
  }
}

.capabilities-services .accordion-panel .text {
  padding-bottom: 2rem;
}
@media only screen and (min-width : 768px) {
  .capabilities-services .accordion-panel .text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    padding-bottom: 3rem;
  }
}

@media only screen and (min-width : 768px) {
  .capabilities-services .accordion-panel .text > div {
    padding-right: 10%;
  }
}
@media only screen and (min-width : 1024px) {
  .capabilities-services .accordion-panel .text > div {
    padding-right: 20%;
  }
}

.capabilities-services .accordion-panel .text ul {
  list-style-position: inside;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
}
.capabilities-services .accordion-panel .text ul li:nth-of-type(n+2) {
  margin-top: 0.75rem;
}

.capabilities-services .accordion-panel .images ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width : 640px) {
  .capabilities-services .accordion-panel .images ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
  }
}
@media only screen and (min-width : 1024px) {
  .capabilities-services .accordion-panel .images ul {
    grid-gap: 1.5rem;
  }
}
.capabilities-services .accordion-panel .images li:nth-of-type(n+2) {
  margin-top: 1.5rem;
}
@media only screen and (min-width : 640px) {
  .capabilities-services .accordion-panel .images li:nth-of-type(n+2) {
    margin: 0;
  }
}
.capabilities-services .accordion-panel .images img {
  display: block;
  margin: 0;
}

/*
*
*
* CAPABILITIES - STATS
*
*/
@media (orientation: portrait) {
  .capabilities-stats {
    padding-top: 8vh;
    padding-bottom: 0;
  }
}
@media (orientation: landscape) {
  .capabilities-stats {
    padding-top: 12vh;
    padding-bottom: 0;
  }
}

.capabilities-stats .container {
  background: white;
  color: #000;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1440px;
  padding: 3em;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .capabilities-stats .container {
    padding: 3.5em 1em;
  }
}
@media only screen and (min-width : 1024px) {
  .capabilities-stats .container {
    padding: 3.5em 1.5em;
  }
}

.capabilities-stats h2 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
}
.capabilities-stats h2 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .capabilities-stats h2 {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .capabilities-stats h2 {
    font-size: 22px;
  }
}

.capabilities-stats ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2.5em;
}
@media only screen and (min-width : 768px) {
  .capabilities-stats ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
  }
  .capabilities-stats ul:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 33.333%;
    width: 1px;
    height: 100%;
    background: black;
  }
  .capabilities-stats ul:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 66.6%;
    width: 1px;
    height: 100%;
    background: black;
  }
}

.capabilities-stats ul li {
  padding: 1em 0;
}
.capabilities-stats ul li:nth-of-type(n+2) {
  border-top: 1px solid black;
}
@media only screen and (min-width : 768px) {
  .capabilities-stats ul li:nth-of-type(n+2) {
    border: none;
  }
}


@media screen and (min-width: 320px) {
  .capabilities-stats ul li h3 {
    font-size: calc(20px + 40 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .capabilities-stats ul li h3 {
    font-size: 60px;
  }
}

.capabilities-stats ul li .label {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
}
.capabilities-stats ul li .label {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .capabilities-stats ul li .label {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .capabilities-stats ul li .label {
    font-size: 16px;
  }
}

/*
*
*
* CAPABILITIES - ABOUT
*
*/
.capabilities-about {
  overflow: hidden;
}
@media (orientation: portrait) {
  .capabilities-about {
    padding-top: 12vh;
    padding-bottom: 8vh;
  }
}
@media (orientation: landscape) {
  .capabilities-about {
    padding-top: 12vh;
    padding-bottom: 0;
  }
}

.capabilities-about .container {
  min-height: 100dvh;
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  max-width: 1700px;
  margin: 0 auto;
}
@media only screen and (min-width : 1024px) {
  .capabilities-about .container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
}

.capabilities-about .text {
  padding: 0 10vw 80px 10vw;
}
@media only screen and (min-width : 1024px) {
  .capabilities-about .text {
    width: 45%;
    padding: 0 0 0 5vw;
  }
}
@media only screen and (min-width : 1280px) {
  .capabilities-about .text {
    width: 40%;
    padding: 0 0 0 7.5vw;
  }
}
@media only screen and (min-width : 1440px) {
  .capabilities-about .text {
    padding: 0 0 0 7.5%;
  }
}
.capabilities-about .text h2 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.capabilities-about .text h2 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .capabilities-about .text h2 {
    font-size: calc(28px + 28 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .capabilities-about .text h2 {
    font-size: 56px;
  }
}

.capabilities-about .images {
  position: relative;
}
@media only screen and (min-width : 1024px) {
  .capabilities-about .images {
    width: 55%;
  }
}
@media only screen and (min-width : 1280px) {
  .capabilities-about .images {
    width: 60%;
  }
}

.capabilities-about .images .slider {
  aspect-ratio: 1/1;
  width: 240px;
  height: 240px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width : 640px) {
  .capabilities-about .images .slider {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width : 1024px) {
  .capabilities-about .images .slider {
    margin: 0 0 0 auto;
    width: 360px;
    height: 360px;
  }
}
@media only screen and (min-width : 1280px) {
  .capabilities-about .images .slider {
    width: 480px;
    height: 480px;
  }
}
@media only screen and (min-width : 1440px) {
  .capabilities-about .images .slider {
    width: 540px;
    height: 540px;
  }
}

.capabilities-about .images .slider img {
  position: absolute;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.275em;
}
@media only screen and (min-width : 1024px) {
  .capabilities-about .images .slider img {
    border-radius: 1.275em 0 0 1.275em;
  }
}
@media only screen and (min-width : 1700px) {
  .capabilities-about .images .slider img {
    border-radius: 1.275em;
  }
}

.capabilities-about .images .circular-text {
  position: absolute;
  z-index: -1;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
  width: 300px;
  height: 300px;
  transform-origin: 50% 50%;
  animation: rotation 75s infinite linear;
}
@media only screen and (min-width : 640px) {
  .capabilities-about .images .circular-text {
    top: calc(50% - 200px);
    left: calc(50% - 200px);
    width: 400px;
    height: 400px;
  }
}
@media only screen and (min-width : 1024px) {
  .capabilities-about .images .circular-text {
    width: 800px;
    height: 800px;
    top: calc(50% - 400px);
    left: auto;
    right: -160px;
  }
}
@media only screen and (min-width : 1280px) {
  .capabilities-about .images .circular-text {
    width: 900px;
    height: 900px;
    top: calc(50% - 450px);
    left: auto;
    right: -180px;
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*
*
*
* CAPABILITIES - WORK
*
*/
.capabilities-work {
  position: relative;
  overflow: hidden;
}
@media (orientation: portrait) {
  .capabilities-work {
    height: 175vw;
  }
}
@media (orientation: landscape) {
  .capabilities-work {
    height: calc(90vw + 35vh);
  }
}

.capabilities-work .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  width: 100vw;
  pointer-events: none;
}

@media screen and (min-width: 320px) {
  .capabilities-work .text h2 {
    font-size: calc(30px + 60 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .capabilities-work .text h2 {
    font-size: 90px;
  }
}
.capabilities-work .text p {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 768px;
}

.capabilities-work .images {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100vw;
}
@media (orientation: portrait) {
  .capabilities-work .images {
    height: 135vw;
  }
}
@media (orientation: landscape) {
  .capabilities-work .images {
    height: 90vw;
  }
}

.capabilities-work .images img {
  display: block;
  margin: 0;
  position: absolute;
  z-index: 1;
  filter: grayscale(100%);
  border-radius: 0px;
  transition: filter ease-in-out 0.5s;
}
.capabilities-work .images img:hover {
  filter: grayscale(0%);
  border-radius: 12px;
  transition: filter ease-in-out 0.5s;
}

.capabilities-work .images img:nth-of-type(1) {
  width: 20.4vw;
  height: auto;
  top: 15%;
  left: 0;
  transform: translateX(-22%);
}
@media only screen and (min-width : 640px) {
  .capabilities-work .images img:nth-of-type(1) {
    width: 17vw;
  }
}

.capabilities-work .images img:nth-of-type(2) {
  width: 25.2vw;
  height: auto;
  top: 0;
  left: 17.5%;
}
@media only screen and (min-width : 640px) {
  .capabilities-work .images img:nth-of-type(2) {
    top: 5%;
    width: 21vw;
  }
}

.capabilities-work .images img:nth-of-type(3) {
  width: 19.2vw;
  height: auto;
  top: 12%;
  left: 45%;
}
@media only screen and (min-width : 640px) {
  .capabilities-work .images img:nth-of-type(3) {
    top: 21%;
    width: 16vw;
  }
}

.capabilities-work .images img:nth-of-type(4) {
  width: 36vw;
  height: auto;
  top: -5%;
  right: 0%;
}
@media only screen and (min-width : 640px) {
  .capabilities-work .images img:nth-of-type(4) {
    top: 0;
    width: 30vw;
  }
}

.capabilities-work .images img:nth-of-type(5) {
  width: 24vw;
  height: auto;
  top: 25%;
  right: 0%;
  transform: translateX(32%);
}
@media only screen and (min-width : 640px) {
  .capabilities-work .images img:nth-of-type(5) {
    top: 32.5%;
    width: 20vw;
  }
}

.capabilities-work .images img:nth-of-type(6) {
  width: 30.6vw;
  height: auto;
  bottom: 0%;
  left: 0;
  transform: translateX(-38%);
}
@media only screen and (min-width : 640px) {
  .capabilities-work .images img:nth-of-type(6) {
    width: 25.5vw;
    bottom: 17%;
  }
}

.capabilities-work .images img:nth-of-type(7) {
  width: 22.8vw;
  height: auto;
  bottom: 10%;
  left: 22%;
}
@media only screen and (min-width : 640px) {
  .capabilities-work .images img:nth-of-type(7) {
    bottom: 0%;
    width: 19vw;
  }
}

.capabilities-work .images img:nth-of-type(8) {
  width: 24vw;
  height: auto;
  bottom: 6%;
  left: 46.5%;
}
@media only screen and (min-width : 640px) {
  .capabilities-work .images img:nth-of-type(8) {
    width: 20vw;
  }
}

.capabilities-work .images img:nth-of-type(9) {
  width: 25.2vw;
  height: auto;
  bottom: 5.5%;
  left: 75%;
}
@media only screen and (min-width : 640px) {
  .capabilities-work .images img:nth-of-type(9) {
    width: 21vw;
  }
}

.capabilities-work .indicator {
  position: absolute;
  top: 100vh;
  transform: translateY(-100%);
  right: 2vh;
  padding: 3vh;
}
.capabilities-work .indicator p {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  margin: 0;
}
.capabilities-work .indicator p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .capabilities-work .indicator p {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .capabilities-work .indicator p {
    font-size: 22px;
  }
}
@media (orientation: portrait) {
  .capabilities-work .indicator {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}

/*
*
*
* VENUES - INTRO
*
*/
.venues-intro {
  min-height: calc(100dvh - 74px);
  min-height: calc(100vh - 74px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  background: url(img/globe.svg) no-repeat;
  background-size: cover;
}
@media only screen and (min-width : 640px) {
  .venues-intro {
    min-height: calc(100dvh - 98px);
    min-height: calc(100vh - 98px);
  }
}

.venues-intro .content {
  visibility: hidden;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 768px;
  padding: 0 1em;
}
@media only screen and (min-width : 768px) {
  .venues-intro .content {
    padding: 0 2em;
  }
}
@media only screen and (min-width : 1024px) {
  .venues-intro .content {
    padding: 0;
  }
}


@media screen and (min-width: 320px) {
  .venues-intro h2 {
    font-size: calc(30px + 60 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .venues-intro h2 {
    font-size: 90px;
  }
}

.venues-intro .indicator {
  position: absolute;
  top: 100vh;
  right: 1vh;
  transform: translateY(-100%);
  padding: 3vh;
}
.venues-intro .indicator p {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  margin: 0;
}
.venues-intro .indicator p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .venues-intro .indicator p {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .venues-intro .indicator p {
    font-size: 22px;
  }
}

/*
*
*
* VENUES - MARQUEE
*
*/
.venues-marquee .marquee {
  overflow: hidden;
}
.venues-marquee .marquee:after {
  content: "";
  display: table;
  clear: both;
}
.venues-marquee .marquee video {
  width: 50vw;
  margin: 0 2.5vw 0 0;
}
@media only screen and (min-width : 640px) {
  .venues-marquee .marquee video {
    width: 20vw;
    margin: 0 1.75vw 0 0;
  }
}

/*
*
*
* VENUES - ABOUT
*
*/
.venues-about {
  overflow: hidden;
}
@media (orientation: portrait) {
  .venues-about {
    padding-top: 8vh;
    padding-bottom: 8v;
  }
}
@media (orientation: landscape) {
  .venues-about {
    padding-top: 12vh;
    padding-bottom: 0;
  }
}

.venues-about .container {
  min-height: 100dvh;
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  max-width: 1700px;
  margin: 0 auto;
}
@media only screen and (min-width : 1024px) {
  .venues-about .container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
}

.venues-about .text {
  padding: 0 10vw 80px 10vw;
}
@media only screen and (min-width : 1024px) {
  .venues-about .text {
    width: 45%;
    padding: 0 0 0 5vw;
  }
}
@media only screen and (min-width : 1280px) {
  .venues-about .text {
    width: 40%;
    padding: 0 0 0 7.5vw;
  }
}
@media only screen and (min-width : 1440px) {
  .venues-about .text {
    padding: 0 0 0 7.5%;
  }
}
.venues-about .text h2 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.venues-about .text h2 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .venues-about .text h2 {
    font-size: calc(28px + 28 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .venues-about .text h2 {
    font-size: 56px;
  }
}

.venues-about .images {
  position: relative;
}
@media only screen and (min-width : 1024px) {
  .venues-about .images {
    width: 55%;
  }
}
@media only screen and (min-width : 1280px) {
  .venues-about .images {
    width: 60%;
  }
}

.venues-about .images .slider {
  aspect-ratio: 1/1;
  width: 240px;
  height: 240px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width : 640px) {
  .venues-about .images .slider {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width : 1024px) {
  .venues-about .images .slider {
    margin: 0 0 0 auto;
    width: 360px;
    height: 360px;
  }
}
@media only screen and (min-width : 1280px) {
  .venues-about .images .slider {
    width: 480px;
    height: 480px;
  }
}
@media only screen and (min-width : 1440px) {
  .venues-about .images .slider {
    width: 540px;
    height: 540px;
  }
}

.venues-about .images .slider img {
  position: absolute;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.275em;
}
@media only screen and (min-width : 1024px) {
  .venues-about .images .slider img {
    border-radius: 1.275em 0 0 1.275em;
  }
}
@media only screen and (min-width : 1700px) {
  .venues-about .images .slider img {
    border-radius: 1.275em;
  }
}

.venues-about .images .circular-text {
  position: absolute;
  z-index: -1;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
  width: 300px;
  height: 300px;
  transform-origin: 50% 50%;
  animation: rotation 75s infinite linear;
}
@media only screen and (min-width : 640px) {
  .venues-about .images .circular-text {
    top: calc(50% - 200px);
    left: calc(50% - 200px);
    width: 400px;
    height: 400px;
  }
}
@media only screen and (min-width : 1024px) {
  .venues-about .images .circular-text {
    width: 800px;
    height: 800px;
    top: calc(50% - 400px);
    left: auto;
    right: -160px;
  }
}
@media only screen and (min-width : 1280px) {
  .venues-about .images .circular-text {
    width: 900px;
    height: 900px;
    top: calc(50% - 450px);
    left: auto;
    right: -180px;
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*
*
*
* VENUES - MAP
*
*/
.venues-map header {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 768px;
  text-align: center;
}
@media (orientation: portrait) {
  .venues-map header {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media (orientation: landscape) {
  .venues-map header {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}
.venues-map header p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 320px) {
  .venues-map header h2 {
    font-size: calc(30px + 60 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .venues-map header h2 {
    font-size: 90px;
  }
}
@media only screen and (min-width : 768px) {
  .venues-map header p {
    padding: 0 10%;
  }
}

.venues-map .title {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.venues-map .title h2 {
  padding: 0.4em 0.4em 0.4em 2.5rem;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  font-weight: 400;
}
.venues-map .title h2 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .venues-map .title h2 {
    font-size: calc(28px + 28 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .venues-map .title h2 {
    font-size: 56px;
  }
}

.venues-map .breadcrumbs {
  border-top: 1px solid white;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 6px 6px 6px 2.5rem;
}
.venues-map .breadcrumbs li {
  display: inline-block;
}
.venues-map .breadcrumbs li:nth-of-type(n+2) {
  margin-left: 15px;
}
.venues-map .breadcrumbs li:nth-of-type(n+2) {
  position: relative;
  padding-left: 1.25em;
}
.venues-map .breadcrumbs li:nth-of-type(n+2):before {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 0.85em;
}
.venues-map .breadcrumbs a {
  text-decoration: none;
  color: #A9A9A9;
  transition: all ease-in-out 0.25s;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  cursor: pointer;
}
.venues-map .breadcrumbs a:hover, .venues-map .breadcrumbs a:active, .venues-map .breadcrumbs a:focus {
  color: #18799B;
}
.venues-map .breadcrumbs a:visited {
  color: #A9A9A9;
}
.venues-map .breadcrumbs a:visited:hover, .venues-map .breadcrumbs a:visited:active, .venues-map .breadcrumbs a:visited:focus {
  color: #18799B;
}
.venues-map .breadcrumbs a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .venues-map .breadcrumbs a {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .venues-map .breadcrumbs a {
    font-size: 16px;
  }
}

.venues-map .container {
  border-bottom: 1px solid white;
}
@media only screen and (min-width : 768px) {
  .venues-map .container {
    display: flex;
    flex-flow: row nowrap;
  }
}

.venues-map .locations {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
@media only screen and (min-width : 768px) {
  .venues-map .locations {
    width: 320px;
    border-right: 1px solid white;
    height: auto;
  }
}

.venues-map .locations-menu {
  background: black;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.venues-map .locations-menu > li {
  width: 100%;
  border-bottom: 1px solid white;
}
.venues-map .locations-menu a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0.8rem 0.8rem 2.5rem;
  text-decoration: none;
  color: white;
  transition: all ease-in-out 0.25s;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
}
.venues-map .locations-menu a:hover, .venues-map .locations-menu a:active, .venues-map .locations-menu a:focus {
  color: #18799B;
}
.venues-map .locations-menu a:visited {
  color: white;
}
.venues-map .locations-menu a:visited:hover, .venues-map .locations-menu a:visited:active, .venues-map .locations-menu a:visited:focus {
  color: #18799B;
}
.venues-map .locations-menu a {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .venues-map .locations-menu a {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .venues-map .locations-menu a {
    font-size: 22px;
  }
}

li.locations-menu-title {
  width: 100%;
  padding: 0.8rem 0.8rem 0.8rem 2.5rem;
  margin-bottom: 4px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
li.locations-menu-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
}
li.locations-menu-title span {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
}
li.locations-menu-title span {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  li.locations-menu-title span {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  li.locations-menu-title span {
    font-size: 22px;
  }
}
li.locations-menu-title .close-link {
  padding: 0;
  text-decoration: none;
  color: white;
  transition: all ease-in-out 0.25s;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
}
li.locations-menu-title .close-link:hover, li.locations-menu-title .close-link:active, li.locations-menu-title .close-link:focus {
  color: #18799B;
}
li.locations-menu-title .close-link:visited {
  color: white;
}
li.locations-menu-title .close-link:visited:hover, li.locations-menu-title .close-link:visited:active, li.locations-menu-title .close-link:visited:focus {
  color: #18799B;
}
li.locations-menu-title .close-link {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  li.locations-menu-title .close-link {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  li.locations-menu-title .close-link {
    font-size: 22px;
  }
}

.venues-map .locations-menu.us-states {
  transform: translateX(100%);
}

.venues-map .locations-menu.us-venues {
  transform: translateX(100%);
}
.venues-map .locations-menu.us-venues .venues-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.venues-map .locations-menu.us-venues li.city {
  background: white;
  color: #000;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  padding: 0.3rem 0.2rem 0.3rem 2.5rem;
  margin-bottom: 0.4rem;
}
.venues-map .locations-menu.us-venues li.city {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .venues-map .locations-menu.us-venues li.city {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .venues-map .locations-menu.us-venues li.city {
    font-size: 16px;
  }
}
.venues-map .locations-menu.us-venues li.city:nth-of-type(n + 2) {
  margin-top: 0.1rem;
}

.venues-map .locations-menu.us-venues li:last-of-type {
  border-bottom: none;
}

.venues-map .locations-menu.venues {
  transform: translateX(100%);
}

.venues-map .locations-menu.venues li:last-of-type {
  border-bottom: none;
}

.venues-map .venues-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0.2rem 0 0.8rem 0;
}
.venues-map .venues-list li:not(.city) {
  margin: 0.4rem 0.2rem 0.4rem 2.5rem;
}
.venues-map .venues-list li.certified {
  position: relative;
}
.venues-map .venues-list li.certified:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateX(-100%) translateY(-45%);
  width: 19px;
  height: 14px;
  background: url(img/b-mark.svg) no-repeat;
  background-size: contain;
}
@media only screen and (min-width : 1024px) {
  .venues-map .venues-list li.certified:before {
    left: -10px;
  }
}

.map {
  display: none;
}
@media only screen and (min-width : 768px) {
  .map {
    display: block;
    width: calc(100% - 320px);
    aspect-ratio: 1010/666;
  }
}

.map svg {
  width: 100%;
  height: 100%;
}

.map svg path {
  stroke: rgba(255, 255, 255, 0.6);
  stroke-width: 0.5;
  transition: fill ease-out 0.35s;
}

/*
*
*
* VENUES - CERTIFIED
*
*/
@media (orientation: portrait) {
  .venues-certified {
    padding-top: 8vh;
    padding-bottom: 0;
  }
}
@media (orientation: landscape) {
  .venues-certified {
    padding-top: 12vh;
    padding-bottom: 0;
  }
}

.venues-certified .container {
  background: white;
  color: #000;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1440px;
  padding: 3em;
}
@media only screen and (min-width : 768px) {
  .venues-certified .container {
    display: flex;
    flex-flow: row nowrap;
  }
}
@media only screen and (min-width : 1024px) {
  .venues-certified .container {
    padding: 4em;
  }
}
@media only screen and (min-width : 1280px) {
  .venues-certified .container {
    padding: 5em;
  }
}

.venues-certified .text p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width : 768px) {
  .venues-certified .text {
    width: calc(100% - 120px);
    padding-left: 3em;
  }
}
@media only screen and (min-width : 1024px) {
  .venues-certified .text {
    width: calc(100% - 200px);
    padding-left: 4em;
  }
}
@media only screen and (min-width : 1280px) {
  .venues-certified .text {
    width: calc(100% - 240px);
    padding-left: 6em;
  }
}
.venues-certified .text h2 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  margin-bottom: 0.35em;
}
.venues-certified .text h2 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .venues-certified .text h2 {
    font-size: calc(24px + 16 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .venues-certified .text h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width : 768px) {
  .venues-certified .image {
    width: 120px;
  }
}
@media only screen and (min-width : 1024px) {
  .venues-certified .image {
    width: 200px;
  }
}
@media only screen and (min-width : 1280px) {
  .venues-certified .image {
    width: 240px;
  }
}
.venues-certified .image img {
  display: block;
  margin: 0 0 2em 0;
  width: 120px;
}
@media only screen and (min-width : 768px) {
  .venues-certified .image img {
    width: 100%;
    margin: 0;
  }
}

body.page-template-page-press {
  background: #13163C;
}

/*
*
*
* PRESS - INTRO
*
*/
@media only screen and (min-width : 768px) {
  .press-intro {
    display: flex;
    flex-flow: row nowrap;
  }
}

.press-intro .text {
  visibility: hidden;
  padding: 10vw;
}
@media only screen and (min-width : 768px) {
  .press-intro .text {
    width: 50%;
    padding: 10vw 5vw;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) {
  .press-intro .text {
    padding: 10vw 10vw 10vw 7.5vw;
  }
}

@media screen and (min-width: 320px) {
  .press-intro .text h1 {
    font-size: calc(30px + 60 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .press-intro .text h1 {
    font-size: 90px;
  }
}

.press-intro .text svg {
  margin-top: 3em;
  width: 100px;
  height: 100px;
}
@media only screen and (min-width : 1024px) {
  .press-intro .text svg {
    width: 125px;
    height: 125px;
    position: absolute;
    bottom: 5vw;
    left: 7.5vw;
  }
}
.press-intro .text svg .badge-text {
  transform-origin: 50% 50%;
  animation: rotation 45s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.press-intro .image {
  padding: 0 10vw;
}
@media only screen and (min-width : 768px) {
  .press-intro .image {
    width: 50%;
    padding: 0;
  }
}
.press-intro .image figure {
  position: relative;
}
.press-intro .image img {
  display: block;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.press-intro .image .fore {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 40vw);
  height: calc(100% - 40vw);
  border: 1px solid white;
}
@media only screen and (min-width : 768px) {
  .press-intro .image .fore {
    width: calc(100% - 20vw);
    height: calc(100% - 20vw);
  }
}
.press-intro .image .back {
  width: 90vw;
  height: 116vw;
}
@media only screen and (min-width : 768px) {
  .press-intro .image .back {
    width: 50vw;
    height: 64vw;
  }
}

/*
*
*
* PRESS - PRESS
*
*/
.press-press {
  width: 100%;
  padding-left: 5%;
}
@media (orientation: portrait) {
  .press-press {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media (orientation: landscape) {
  .press-press {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}
@media only screen and (min-width : 1024px) {
  .press-press {
    padding-left: 7.5%;
  }
}

.press-press header {
  padding-bottom: 1.5em;
  padding-right: 5vw;
}
@media only screen and (min-width : 768px) {
  .press-press header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
.press-press header h2 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  font-weight: 400;
  margin-bottom: 0.25em;
}
.press-press header h2 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .press-press header h2 {
    font-size: calc(28px + 28 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .press-press header h2 {
    font-size: 56px;
  }
}
@media only screen and (min-width : 768px) {
  .press-press header h2 {
    margin-bottom: 0;
  }
}

.press-posts .swiper-slide {
  width: 65vw;
}
.press-posts .swiper-slide:nth-of-type(n+2) {
  margin-left: 1rem;
}
@media only screen and (min-width : 640px) {
  .press-posts .swiper-slide {
    width: 50vw;
  }
}
@media only screen and (min-width : 768px) {
  .press-posts .swiper-slide {
    width: 35vw;
  }
}
@media only screen and (min-width : 1024px) {
  .press-posts .swiper-slide {
    width: 25vw;
  }
}
@media only screen and (min-width : 1700px) {
  .press-posts .swiper-slide {
    width: 22.5vw;
  }
}

.press-press .swiper-slide a {
  display: block;
  margin: 0;
  text-decoration: none;
  color: white;
  transition: all ease-in-out 0.25s;
}
.press-press .swiper-slide a:hover, .press-press .swiper-slide a:active, .press-press .swiper-slide a:focus {
  color: #18799B;
}
.press-press .swiper-slide a:visited {
  color: white;
}
.press-press .swiper-slide a:visited:hover, .press-press .swiper-slide a:visited:active, .press-press .swiper-slide a:visited:focus {
  color: #18799B;
}

.press-press .swiper-slide span {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
}
.press-press .swiper-slide span {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .press-press .swiper-slide span {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .press-press .swiper-slide span {
    font-size: 16px;
  }
}
.press-press .swiper-slide h3 {
  font-weight: 300;
}
.press-press .swiper-slide h3 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .press-press .swiper-slide h3 {
    font-size: calc(16px + 8 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .press-press .swiper-slide h3 {
    font-size: 24px;
  }
}
.press-press .swiper-slide img {
  display: block;
  margin: 0 0 1em 0;
  aspect-ratio: 300/390;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
*
*
* PRESS - SOCIAL
*
*/
.press-social {
  width: 90vw;
  margin: 0 auto;
}
@media (orientation: portrait) {
  .press-social {
    padding-top: 0vh;
    padding-bottom: 8vh;
  }
}
@media (orientation: landscape) {
  .press-social {
    padding-top: 0vh;
    padding-bottom: 12vh;
  }
}
@media only screen and (min-width : 1024px) {
  .press-social {
    width: 85vw;
  }
}

.press-social header {
  padding: 1.5rem 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
@media only screen and (min-width : 768px) {
  .press-social header {
    display: flex;
    flex-flow: row nowrap;
  }
}

@media only screen and (min-width : 768px) {
  .press-social header .text {
    width: 70%;
  }
  .press-social header .text p {
    margin: 0;
  }
}
.press-social header .text h2 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  font-weight: 400;
  margin-bottom: 0.25em;
}
.press-social header .text h2 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .press-social header .text h2 {
    font-size: calc(28px + 28 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .press-social header .text h2 {
    font-size: 56px;
  }
}

@media only screen and (min-width : 768px) {
  .press-social header .link {
    width: 30%;
    text-align: right;
  }
}

@media only screen and (min-width : 640px) {
  .press-social .social-posts {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .press-social .social-posts:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: white;
  }
}
@media only screen and (min-width : 1024px) {
  .press-social .social-posts {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .press-social .social-posts:before {
    left: 33.3%;
  }
  .press-social .social-posts:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 66.6%;
    width: 1px;
    height: 100%;
    background: white;
  }
}
@media only screen and (min-width : 1700px) {
  .press-social .social-posts {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .press-social .social-posts:before {
    display: none;
  }
  .press-social .social-posts:after {
    left: 50%;
  }
}

.press-social .social-post {
  padding: 1.5rem;
  border-bottom: 1px solid white;
}
@media only screen and (min-width : 1280px) {
  .press-social .social-post {
    padding: 2.25rem;
  }
}
@media only screen and (min-width : 1700px) {
  .press-social .social-post:nth-of-type(2n + 1) {
    border-right: 1px solid white;
  }
}
.press-social .social-post a {
  display: block;
  margin: 0;
  text-decoration: none;
  color: white;
  transition: all ease-in-out 0.25s;
}
.press-social .social-post a:hover, .press-social .social-post a:active, .press-social .social-post a:focus {
  color: #18799B;
}
.press-social .social-post a:visited {
  color: white;
}
.press-social .social-post a:visited:hover, .press-social .social-post a:visited:active, .press-social .social-post a:visited:focus {
  color: #18799B;
}
.press-social .social-post a {
  font-size: 11px;
}
@media screen and (min-width: 320px) {
  .press-social .social-post a {
    font-size: calc(11px + 3 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .press-social .social-post a {
    font-size: 14px;
  }
}
.press-social .social-post img {
  transition: all ease-out 0.5s;
}
.press-social .social-post a:hover img {
  filter: grayscale(100%);
  transform: scale(98.5%);
}

.press-social .social-post a.image {
  display: block;
  margin: 0;
}
.press-social .social-post a.image img {
  display: block;
  margin: 0;
}

.press-social .social-post a.pill-btn {
  display: table;
  margin-top: 1.25rem;
}

/*
*
*
* CONTACT
*
*/
body.page-template-page-contact {
  background-color: #2E2E2E;
  transition: background-color ease-out 0.7s;
}
body.page-template-page-contact .site-footer {
  display: none;
}

.contact-body {
  padding: 5vw 12px;
}
@media only screen and (min-width : 640px) {
  .contact-body {
    padding: 5vw 32px;
  }
}
@media only screen and (min-width : 768px) {
  .contact-body {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width : 1024px) {
  .contact-body {
    padding: 5vw 48px;
  }
}
@media only screen and (min-width: 1280px) and (orientation: landscape) {
  .contact-body {
    padding: 5vh 48px;
  }
}

/*
*
*
* CONTACT - SIDEBAR
*
*/
@media only screen and (min-width : 768px) {
  .contact-body {
    position: relative;
  }
}

.contact-body .sidebar {
  visibility: hidden;
  margin: 7.5vw 0;
}
@media only screen and (min-width : 768px) {
  .contact-body .sidebar {
    width: 30%;
    margin: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    height: calc(100vh - 10vw - 98px);
  }
}
@media only screen and (min-width: 1280px) and (orientation: landscape) {
  .contact-body .sidebar {
    height: calc(90vh - 98px);
  }
}

@media screen and (min-width: 320px) {
  .contact-body .sidebar h1 {
    font-size: calc(30px + 60 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .contact-body .sidebar h1 {
    font-size: 90px;
  }
}
.contact-body .sidebar > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.contact-body .sidebar > ul > li {
  padding: 1em 0;
  display: table;
}
.contact-body .sidebar > ul > li:nth-of-type(2) {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.contact-body .sidebar > ul > li:last-of-type {
  padding: 1em 0 0 0;
}
.contact-body .sidebar a {
  text-decoration: none;
  color: #FFF;
  transition: all ease-in-out 0.25s;
  display: block;
  font-size: 1.3em;
}
.contact-body .sidebar a:hover, .contact-body .sidebar a:active, .contact-body .sidebar a:focus {
  color: #18799B;
}
.contact-body .sidebar a:visited {
  color: #FFF;
}
.contact-body .sidebar a:visited:hover, .contact-body .sidebar a:visited:active, .contact-body .sidebar a:visited:focus {
  color: #18799B;
}
.contact-body .sidebar address {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  display: inline-block;
}
.contact-body .sidebar address {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .contact-body .sidebar address {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .contact-body .sidebar address {
    font-size: 22px;
  }
}
.contact-body .sidebar .social-media {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-body .sidebar .social-media li {
  display: inline-block;
}
.contact-body .sidebar .social-media li:nth-of-type(n+2) {
  margin-left: 15px;
}

/*
*
*
* CONTACT - BODY
*
*/
@media only screen and (min-width : 768px) {
  .contact-body .form {
    width: 65%;
  }
}
@media only screen and (min-width : 1280px) {
  .contact-body .form {
    width: 67.5%;
  }
}

#gform_wrapper_1 .gform_fields {
  grid-row-gap: 0.8em;
}

#gform_wrapper_1 .spacer {
  width: 100%;
  height: 0.8em;
}
@media only screen and (min-width : 1280px) {
  #gform_wrapper_1 .spacer {
    height: 1.4em;
  }
}

#gform_wrapper_1 .gfield--type-section {
  border-bottom: none;
  padding: 0.25em 0;
}
@media only screen and (min-width : 1280px) {
  #gform_wrapper_1 .gfield--type-section {
    padding: 0.25em 0;
  }
}
#gform_wrapper_1 .gfield--type-section h3 {
  font-weight: 300;
  line-height: 1.25;
}
#gform_wrapper_1 .gfield--type-section h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  #gform_wrapper_1 .gfield--type-section h3 {
    font-size: calc(24px + 8 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  #gform_wrapper_1 .gfield--type-section h3 {
    font-size: 32px;
  }
}
#gform_wrapper_1 .gfield--type-section .gsection_description {
  padding: 0;
  margin: 0;
}

#gform_wrapper_1 .gfield_description, #gform_wrapper_1 .gsection_description {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #gform_wrapper_1 .gfield_description, #gform_wrapper_1 .gsection_description {
    font-size: calc(12px + 8 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  #gform_wrapper_1 .gfield_description, #gform_wrapper_1 .gsection_description {
    font-size: 20px;
  }
}

#gform_wrapper_1 .gfield_validation_message {
  padding: 0;
  margin: 0;
  display: block;
  background: none;
  border: none;
  position: absolute;
  top: 0.15em;
  right: 2.5em;
  width: auto;
  font-size: 12px;
  pointer-events: none;
}

#gform_wrapper_1 .gform_required_legend {
  display: none;
}

#gform_wrapper_1 .gfield_required {
  color: #FFF;
}
@media only screen and (min-width : 1280px) {
  #gform_wrapper_1 .gfield_required {
    font-size: 1em;
  }
}

#gform_wrapper_1 .gfield--type-text, #gform_wrapper_1 .gfield--type-email, #gform_wrapper_1 .gfield--type-number, #gform_wrapper_1 .gfield--type-website {
  position: relative;
  border-radius: 100vmin;
  border: 1px solid #FFF;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.75em 1em 0.75em 0.35em;
}
@media only screen and (min-width : 1280px) {
  #gform_wrapper_1 .gfield--type-text, #gform_wrapper_1 .gfield--type-email, #gform_wrapper_1 .gfield--type-number, #gform_wrapper_1 .gfield--type-website {
    padding: 0.8em 1em 0.8em 0.35em;
  }
}
#gform_wrapper_1 .gfield--type-text.gfield_error, #gform_wrapper_1 .gfield--type-email.gfield_error, #gform_wrapper_1 .gfield--type-number.gfield_error, #gform_wrapper_1 .gfield--type-website.gfield_error {
  border-color: red;
}
#gform_wrapper_1 .gfield--type-text .gform-field-label, #gform_wrapper_1 .gfield--type-email .gform-field-label, #gform_wrapper_1 .gfield--type-number .gform-field-label, #gform_wrapper_1 .gfield--type-website .gform-field-label {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  font-weight: normal;
  margin: 0 1em;
  padding: 0 1em 0 0.25em;
  border-right: 0.75px solid #FFF;
  white-space: nowrap;
  line-height: 32px;
  min-height: 32px;
}
#gform_wrapper_1 .gfield--type-text .gform-field-label, #gform_wrapper_1 .gfield--type-email .gform-field-label, #gform_wrapper_1 .gfield--type-number .gform-field-label, #gform_wrapper_1 .gfield--type-website .gform-field-label {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #gform_wrapper_1 .gfield--type-text .gform-field-label, #gform_wrapper_1 .gfield--type-email .gform-field-label, #gform_wrapper_1 .gfield--type-number .gform-field-label, #gform_wrapper_1 .gfield--type-website .gform-field-label {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  #gform_wrapper_1 .gfield--type-text .gform-field-label, #gform_wrapper_1 .gfield--type-email .gform-field-label, #gform_wrapper_1 .gfield--type-number .gform-field-label, #gform_wrapper_1 .gfield--type-website .gform-field-label {
    font-size: 16px;
  }
}
@media only screen and (min-width : 1280px) {
  #gform_wrapper_1 .gfield--type-text .gform-field-label, #gform_wrapper_1 .gfield--type-email .gform-field-label, #gform_wrapper_1 .gfield--type-number .gform-field-label, #gform_wrapper_1 .gfield--type-website .gform-field-label {
    text-transform: uppercase;
    line-height: 1.15;
    font-weight: 300;
    line-height: 42px;
    min-height: 42px;
  }
  #gform_wrapper_1 .gfield--type-text .gform-field-label, #gform_wrapper_1 .gfield--type-email .gform-field-label, #gform_wrapper_1 .gfield--type-number .gform-field-label, #gform_wrapper_1 .gfield--type-website .gform-field-label {
    font-size: 16px;
  }
}
@media only screen and (min-width : 1280px) and (min-width: 320px) {
  #gform_wrapper_1 .gfield--type-text .gform-field-label, #gform_wrapper_1 .gfield--type-email .gform-field-label, #gform_wrapper_1 .gfield--type-number .gform-field-label, #gform_wrapper_1 .gfield--type-website .gform-field-label {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media only screen and (min-width : 1280px) and (min-width: 1700px) {
  #gform_wrapper_1 .gfield--type-text .gform-field-label, #gform_wrapper_1 .gfield--type-email .gform-field-label, #gform_wrapper_1 .gfield--type-number .gform-field-label, #gform_wrapper_1 .gfield--type-website .gform-field-label {
    font-size: 22px;
  }
}
#gform_wrapper_1 .gfield--type-text .ginput_container, #gform_wrapper_1 .gfield--type-email .ginput_container, #gform_wrapper_1 .gfield--type-number .ginput_container, #gform_wrapper_1 .gfield--type-website .ginput_container {
  flex: 1;
}
#gform_wrapper_1 .gfield--type-text input, #gform_wrapper_1 .gfield--type-email input, #gform_wrapper_1 .gfield--type-number input, #gform_wrapper_1 .gfield--type-website input {
  border: none;
  background: none;
  color: #FFF;
  padding: 0;
  min-height: 32px;
}
#gform_wrapper_1 .gfield--type-text input::-moz-placeholder, #gform_wrapper_1 .gfield--type-email input::-moz-placeholder, #gform_wrapper_1 .gfield--type-number input::-moz-placeholder, #gform_wrapper_1 .gfield--type-website input::-moz-placeholder {
  color: #FFF;
}
#gform_wrapper_1 .gfield--type-text input::placeholder, #gform_wrapper_1 .gfield--type-email input::placeholder, #gform_wrapper_1 .gfield--type-number input::placeholder, #gform_wrapper_1 .gfield--type-website input::placeholder {
  color: #FFF;
}
#gform_wrapper_1 .gfield--type-text input:active, #gform_wrapper_1 .gfield--type-text input:focus, #gform_wrapper_1 .gfield--type-email input:active, #gform_wrapper_1 .gfield--type-email input:focus, #gform_wrapper_1 .gfield--type-number input:active, #gform_wrapper_1 .gfield--type-number input:focus, #gform_wrapper_1 .gfield--type-website input:active, #gform_wrapper_1 .gfield--type-website input:focus {
  outline: none;
}
@media only screen and (min-width : 1280px) {
  #gform_wrapper_1 .gfield--type-text input, #gform_wrapper_1 .gfield--type-email input, #gform_wrapper_1 .gfield--type-number input, #gform_wrapper_1 .gfield--type-website input {
    min-height: 42px;
  }
}

#gform_wrapper_1 .gfield--type-textarea textarea {
  border-radius: 1.75rem;
  background: none;
  padding: 1rem 1.5rem;
  color: #FFF;
}
#gform_wrapper_1 .gfield--type-textarea textarea::-moz-placeholder {
  color: #FFF;
}
#gform_wrapper_1 .gfield--type-textarea textarea::placeholder {
  color: #FFF;
}

#gform_wrapper_1 .gfield--type-checkbox {
  margin-bottom: -0.8em;
}
#gform_wrapper_1 .gfield--type-checkbox .gfield_checkbox {
  display: flex;
  flex-flow: row wrap;
}
#gform_wrapper_1 .gfield--type-checkbox input {
  display: none;
}
#gform_wrapper_1 .gfield--type-checkbox .gchoice {
  margin-bottom: 0.8em;
}
#gform_wrapper_1 .gfield--type-checkbox label {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 100vmin;
  border: 1px solid #FFF;
  line-height: 2;
  min-height: 32px;
  padding: 0.8em 1.6em;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  cursor: pointer;
  transition: background ease-in-out 0.3s;
}
#gform_wrapper_1 .gfield--type-checkbox label {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #gform_wrapper_1 .gfield--type-checkbox label {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  #gform_wrapper_1 .gfield--type-checkbox label {
    font-size: 16px;
  }
}
#gform_wrapper_1 .gfield--type-checkbox label:hover {
  background: rgba(255, 255, 255, 0.25);
}
@media only screen and (min-width : 1280px) {
  #gform_wrapper_1 .gfield--type-checkbox label {
    text-transform: uppercase;
    line-height: 1.15;
    font-weight: 300;
    padding: 0.6em 1.4em;
  }
  #gform_wrapper_1 .gfield--type-checkbox label {
    font-size: 16px;
  }
}
@media only screen and (min-width : 1280px) and (min-width: 320px) {
  #gform_wrapper_1 .gfield--type-checkbox label {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media only screen and (min-width : 1280px) and (min-width: 1700px) {
  #gform_wrapper_1 .gfield--type-checkbox label {
    font-size: 22px;
  }
}
#gform_wrapper_1 .gfield--type-checkbox input:checked + label {
  background: #FFF;
  color: #000;
}
#gform_wrapper_1 .gfield--type-checkbox.gfield_error label {
  border-color: red;
}

#gform_wrapper_1 .gfield--type-radio {
  margin-bottom: -0.8em;
}
#gform_wrapper_1 .gfield--type-radio .gfield_radio {
  display: flex;
  flex-flow: row wrap;
}
#gform_wrapper_1 .gfield--type-radio input {
  display: none;
}
#gform_wrapper_1 .gfield--type-radio .gchoice {
  margin-bottom: 0.8em;
}
#gform_wrapper_1 .gfield--type-radio label {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 100vmin;
  border: 1px solid #FFF;
  line-height: 2;
  min-height: 32px;
  padding: 0.8em 1.6em;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  cursor: pointer;
  transition: background ease-in-out 0.3s;
}
#gform_wrapper_1 .gfield--type-radio label {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #gform_wrapper_1 .gfield--type-radio label {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  #gform_wrapper_1 .gfield--type-radio label {
    font-size: 16px;
  }
}
#gform_wrapper_1 .gfield--type-radio label:hover {
  background: rgba(255, 255, 255, 0.25);
}
@media only screen and (min-width : 1280px) {
  #gform_wrapper_1 .gfield--type-radio label {
    text-transform: uppercase;
    line-height: 1.15;
    font-weight: 300;
    padding: 0.6em 1.4em;
  }
  #gform_wrapper_1 .gfield--type-radio label {
    font-size: 16px;
  }
}
@media only screen and (min-width : 1280px) and (min-width: 320px) {
  #gform_wrapper_1 .gfield--type-radio label {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media only screen and (min-width : 1280px) and (min-width: 1700px) {
  #gform_wrapper_1 .gfield--type-radio label {
    font-size: 22px;
  }
}
#gform_wrapper_1 .gfield--type-radio input:checked + label {
  background: #FFF;
  color: #000;
}
#gform_wrapper_1 .gfield--type-radio.gfield_error label {
  border-color: red;
}

#gform_wrapper_1 .gfield--type-fileupload .gform_drop_area {
  border: 1px dashed #FFF;
  border-radius: 1.75rem;
  background: none;
  padding: 36px;
}
#gform_wrapper_1 .gfield--type-fileupload .gform_drop_instructions {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
}
#gform_wrapper_1 .gfield--type-fileupload .gform_drop_instructions {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #gform_wrapper_1 .gfield--type-fileupload .gform_drop_instructions {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  #gform_wrapper_1 .gfield--type-fileupload .gform_drop_instructions {
    font-size: 16px;
  }
}
#gform_wrapper_1 .gfield--type-fileupload .gform_button_select_files {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  background: none;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 100vmin;
  padding: 0.75em 1em;
  cursor: pointer;
}
#gform_wrapper_1 .gfield--type-fileupload .gform_button_select_files {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #gform_wrapper_1 .gfield--type-fileupload .gform_button_select_files {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  #gform_wrapper_1 .gfield--type-fileupload .gform_button_select_files {
    font-size: 16px;
  }
}
#gform_wrapper_1 .gfield--type-fileupload .ginput_preview {
  border-radius: 100vmin;
  border: 1px solid #FFF;
  line-height: 2;
  min-height: 32px;
  padding: 1em 1.5em;
  position: relative;
}
#gform_wrapper_1 .gfield--type-fileupload .ginput_preview .gform_delete_file {
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  background: url(img/x.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width : 1280px) {
  #gform_wrapper_1 .gfield--type-fileupload .ginput_preview .gform_delete_file {
    width: 25px;
    height: 25px;
  }
}
#gform_wrapper_1 .gfield--type-fileupload .ginput_preview .gform_delete_file .dashicons {
  display: none;
}

#gform_wrapper_1 .gform_page_footer_wrapper {
  padding: 5em 0 0 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}

#gform_wrapper_1 .gform_page_footer {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 0 0 0 auto;
  padding: 4px;
  border: 1px solid #FFF;
  border-radius: 100vmin;
}
@media only screen and (min-width : 1280px) {
  #gform_wrapper_1 .gform_page_footer {
    padding: 6px;
  }
}
#gform_wrapper_1 .gform_page_footer input {
  border-radius: 50%;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
#gform_wrapper_1 .gform_page_footer input[type=button] {
  margin: 0;
  font-size: 1px;
  color: transparent;
  width: 38px;
  height: 38px;
}
@media only screen and (min-width : 1280px) {
  #gform_wrapper_1 .gform_page_footer input[type=button] {
    width: 56px;
    height: 56px;
  }
}
#gform_wrapper_1 .gform_page_footer input[type=submit] {
  margin: 0;
  padding: 0 1em;
  height: 38px;
  border-radius: 100vmin;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  background: #FFF;
  color: #000;
  cursor: pointer;
}
#gform_wrapper_1 .gform_page_footer input[type=submit] {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #gform_wrapper_1 .gform_page_footer input[type=submit] {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  #gform_wrapper_1 .gform_page_footer input[type=submit] {
    font-size: 16px;
  }
}
#gform_wrapper_1 .gform_page_footer input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #FFF;
}
@media only screen and (min-width : 1280px) {
  #gform_wrapper_1 .gform_page_footer input[type=submit] {
    height: 56px;
    padding: 0 1.25em;
  }
}
#gform_wrapper_1 .gform_page_footer .gform_previous_button {
  background: url(img/arrow--left.svg) no-repeat;
  background-position: center center;
  background-size: 50%;
}
#gform_wrapper_1 .gform_page_footer .gform_previous_button:hover {
  background: url(img/arrow--left.svg) no-repeat, rgba(255, 255, 255, 0.25);
  background-position: center center;
  background-size: 50%;
}
#gform_wrapper_1 .gform_page_footer .gform_next_button {
  background: url(img/arrow--right.svg) no-repeat;
  background-position: center center;
  background-size: 50%;
}
#gform_wrapper_1 .gform_page_footer .gform_next_button:hover {
  background: url(img/arrow--right.svg) no-repeat, rgba(255, 255, 255, 0.25);
  background-position: center center;
  background-size: 50%;
}
#gform_wrapper_1 .gform_page_footer .page-counter {
  padding: 0 1em;
  font-size: 1.15em;
}
@media only screen and (min-width : 1280px) {
  #gform_wrapper_1 .gform_page_footer .page-counter {
    padding: 0 1.25em;
  }
}

/*
*
* EXCEPTIONS
*
*/
#field_1_25 {
  border-top: 1px solid #FFF;
  margin-top: 0.8em;
  padding-top: 1.6em;
}
@media only screen and (min-width : 1280px) {
  #field_1_25 {
    margin-top: 1.2em;
    padding-top: 2em;
  }
}

#field_1_18 .gfield_label, #field_1_21 .gfield_label, #field_1_55 .gfield_label {
  font-weight: 300;
  line-height: 1.25;
}
#field_1_18 .gfield_label, #field_1_21 .gfield_label, #field_1_55 .gfield_label {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  #field_1_18 .gfield_label, #field_1_21 .gfield_label, #field_1_55 .gfield_label {
    font-size: calc(24px + 8 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  #field_1_18 .gfield_label, #field_1_21 .gfield_label, #field_1_55 .gfield_label {
    font-size: 32px;
  }
}

#field_1_55 .gfield_label {
  margin-bottom: 0.6em;
}

/*
*
*
* CONFIRMATION
*
*/
body.page-template-page-confirmation {
  transition: background-color ease-out 0.7s;
}
body.page-template-page-confirmation .site-footer {
  display: none;
}

body.page-template-page-confirmation .contact-body {
  height: calc(100dvh - 74px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
@media only screen and (min-width : 768px) {
  body.page-template-page-confirmation .contact-body {
    height: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}

body.page-template-page-confirmation .form {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}
body.page-template-page-confirmation .form .message {
  font-size: 1.3em;
  width: 85%;
  max-width: 400px;
}
body.page-template-page-confirmation .form img {
  display: block;
  height: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  opacity: 0;
}
body.page-template-page-confirmation .form .confirm-img-1 {
  top: 2.5%;
  left: 0;
  width: 35%;
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  body.page-template-page-confirmation .form .confirm-img-1 {
    top: 0;
    left: 10%;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  body.page-template-page-confirmation .form .confirm-img-1 {
    width: 226px;
  }
}
@media only screen and (min-width: 1280px) and (orientation: landscape) {
  body.page-template-page-confirmation .form .confirm-img-1 {
    width: 35%;
    top: 0;
    left: 10%;
  }
}
body.page-template-page-confirmation .form .confirm-img-2 {
  top: 25%;
  left: 40%;
  width: 30%;
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  body.page-template-page-confirmation .form .confirm-img-2 {
    left: auto;
    top: 37.5%;
    right: 0;
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  body.page-template-page-confirmation .form .confirm-img-2 {
    width: 194px;
  }
}
@media only screen and (min-width: 1280px) and (orientation: landscape) {
  body.page-template-page-confirmation .form .confirm-img-2 {
    width: 30%;
    top: 25%;
    right: 0;
    left: auto;
  }
}
body.page-template-page-confirmation .form .confirm-img-3 {
  top: 7.5%;
  left: 75%;
  width: 25%;
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  body.page-template-page-confirmation .form .confirm-img-3 {
    top: 55%;
    left: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  body.page-template-page-confirmation .form .confirm-img-3 {
    width: 161px;
  }
}
@media only screen and (min-width: 1280px) and (orientation: landscape) {
  body.page-template-page-confirmation .form .confirm-img-3 {
    top: auto;
    bottom: -5vh;
    left: 0;
    width: 25%;
  }
}

/*
*
*
* 404
*
*
*/
.error-404 {
  text-align: center;
}
.error-404 h1 {
  padding-top: 25vh;
  margin-bottom: 1rem;
}
.error-404 p {
  margin-bottom: 4rem;
}

/* POSTS
--------------------------------------------- */
/*
*
*
* BLOG ARCHIVE
*
*/
/*
*
*
* BLOG SINGLE
*
*/
/*
*
*
* GALLERY ARCHIVE
*
*/
.gallery-archive__header {
  padding: 2.5vh 12px 0 12px;
}
@media only screen and (min-width : 640px) {
  .gallery-archive__header {
    padding: 2.5vh 32px 0 32px;
  }
}
@media only screen and (min-width : 1024px) {
  .gallery-archive__header {
    padding: 2.5vh 48px 0 48px;
  }
}

.gallery-archive__header a {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  background: url(img/arrow--left--black.svg) no-repeat;
  background-size: 1.1em;
  background-position: left center;
  padding-left: 1.75em;
}
.gallery-archive__header a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .gallery-archive__header a {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .gallery-archive__header a {
    font-size: 16px;
  }
}

.gallery-archive {
  visibility: hidden;
  padding: 2vh 12px 3.5vh 12px;
}
@media only screen and (min-width : 640px) {
  .gallery-archive {
    padding: 1.25vh 32px 2.5vh 32px;
  }
}
@media only screen and (min-width : 1024px) {
  .gallery-archive {
    padding: 1.25vh 48px 2.5vh 48px;
  }
}


@media screen and (min-width: 320px) {
  .gallery-archive h2 {
    font-size: calc(30px + 60 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .gallery-archive h2 {
    font-size: 90px;
  }
}
.gallery-archive h2:nth-of-type(n+2) {
  border-top: 1px solid #000;
}

.gallery-archive h2 a {
  display: block;
  background-position: right center;
}
@media (orientation: portrait) {
  .gallery-archive h2 a {
    padding: 5vh 0;
  }
}
@media (orientation: landscape) {
  .gallery-archive h2 a {
    padding: 8.75vh 0;
  }
}
@media only screen and (min-width : 768px) {
  .gallery-archive h2 a:hover {
    background: url(img/arrow--right--black.svg) no-repeat;
    background-size: 102px 60px;
    background-position: right center;
  }
}
@media only screen and (min-width : 1440px) {
  .gallery-archive h2 a:hover {
    background-size: 120px 70px;
  }
}

/*
*
*
* GALLERY SINGLE - HEADER
*
*/
.gallery-header {
  visibility: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 2000px;
}
@media (orientation: portrait) {
  .gallery-header {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media (orientation: landscape) {
  .gallery-header {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}
.gallery-header p:last-of-type {
  margin-bottom: 0;
}
.gallery-header a {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  background: url(img/arrow--left--black.svg) no-repeat;
  background-size: 1.1em;
  background-position: left center;
  padding-left: 1.75em;
}
.gallery-header a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .gallery-header a {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .gallery-header a {
    font-size: 16px;
  }
}

@media screen and (min-width: 320px) {
  .gallery-header h1 {
    font-size: calc(30px + 60 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .gallery-header h1 {
    font-size: 90px;
  }
}
@media only screen and (min-width : 768px) {
  .gallery-header p {
    width: 66%;
    max-width: 900px;
  }
}

/*
*
*
* GALLERY SINGLE - SLIDER
*
*/
.gallery-slider {
  background: #000;
  padding-left: 5%;
}
@media (orientation: portrait) {
  .gallery-slider {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }
}
@media (orientation: landscape) {
  .gallery-slider {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (min-width : 2200px) {
  .gallery-slider {
    padding-left: calc(50vw - 1000px);
  }
}

.gallery-slider h2 {
  color: white;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  margin-bottom: 0.6em;
}
.gallery-slider h2 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .gallery-slider h2 {
    font-size: calc(24px + 16 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .gallery-slider h2 {
    font-size: 40px;
  }
}

.gallery-slider .swiper-slide {
  width: auto;
}
.gallery-slider .swiper-slide img {
  width: auto;
  height: 300px;
  display: block;
  margin: 0;
}
@media only screen and (min-width : 768px) {
  .gallery-slider .swiper-slide img {
    height: 360px;
  }
}
@media only screen and (min-width : 1280px) {
  .gallery-slider .swiper-slide img {
    height: 450px;
  }
}
@media only screen and (min-width : 1440px) {
  .gallery-slider .swiper-slide img {
    height: 500px;
  }
}
@media only screen and (min-width : 1700px) {
  .gallery-slider .swiper-slide img {
    height: 540px;
  }
}

.gallery-slider .swiper-slide:nth-of-type(n+2) {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid white;
}
@media only screen and (min-width : 1024px) {
  .gallery-slider .swiper-slide:nth-of-type(n+2) {
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width : 1700px) {
  .gallery-slider .swiper-slide:nth-of-type(n+2) {
    margin-left: 20px;
    padding-left: 20px;
  }
}

/*
*
*
* GALLERY SINGLE
*
*/
.gallery-filters {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 2000px;
  margin: clamp(30px, 10vh, 90px) auto clamp(15px, 5vh, 45px) auto;
}
.gallery-filters.active {
  border: 1.5px solid #000;
  border-radius: 1.5rem;
}
@media only screen and (min-width : 1024px) {
  .gallery-filters.active {
    border-radius: 2rem;
  }
}

.gallery-filters--trigger {
  cursor: pointer;
  padding: 0;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  background: none;
  border: none;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border: 1.5px solid #000;
  border-radius: 100vmin;
  padding: 0.7rem 1.35rem 0.65rem 1.35rem;
  margin: 1px;
}
.gallery-filters--trigger {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .gallery-filters--trigger {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .gallery-filters--trigger {
    font-size: 22px;
  }
}
@media only screen and (min-width : 1024px) {
  .gallery-filters--trigger {
    padding: 0rem 1.75rem;
    padding: 1rem 1.75rem 1rem 1.75rem;
  }
}
.gallery-filters--trigger:hover, .gallery-filters--trigger:active, .gallery-filters--trigger:focus {
  border-color: #000;
}
.gallery-filters--trigger:hover {
  background: black;
  color: white;
}
.gallery-filters--trigger.active {
  border: none;
}
.gallery-filters--trigger.active:hover {
  background: white;
  color: #000;
  border: none;
}
.gallery-filters--trigger svg {
  margin-left: 0.5em;
  font-size: 130%;
}
.gallery-filters--trigger.active svg {
  transform: rotate(180deg);
}

.gallery-filters--panel {
  padding: 0rem 1.35rem;
}
@media only screen and (min-width : 1024px) {
  .gallery-filters--panel {
    padding: 0rem 1.75rem;
  }
}

.gallery-filter__group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin: 0.75rem 0 1.5rem 0;
}

.gallery-filter__group li.label {
  width: 100%;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.gallery-filter__group li.label {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .gallery-filter__group li.label {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .gallery-filter__group li.label {
    font-size: 16px;
  }
}

.gallery-filter__group button {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  text-decoration: none;
  color: #000;
  transition: all ease-in-out 0.25s;
  padding: 0.7em 1.35em 0.65em 1.35em;
  margin-bottom: 0.35rem;
  border: 1px solid #000;
  border-radius: 100vmin;
  background: white;
}
.gallery-filter__group button {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .gallery-filter__group button {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .gallery-filter__group button {
    font-size: 16px;
  }
}
.gallery-filter__group button:hover, .gallery-filter__group button:active, .gallery-filter__group button:focus {
  color: #18799B;
}
.gallery-filter__group button:visited {
  color: #000;
}
.gallery-filter__group button:visited:hover, .gallery-filter__group button:visited:active, .gallery-filter__group button:visited:focus {
  color: #18799B;
}
.gallery-filter__group button:hover, .gallery-filter__group button.active {
  background: #000;
  color: white;
}

/*
*
*
* FILTER GALLERY - IMAGES
*
*
*/
.filter-gallery {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 2000px;
}
@media (orientation: portrait) {
  .filter-gallery {
    padding-top: 0;
    padding-bottom: 8vh;
  }
}
@media (orientation: landscape) {
  .filter-gallery {
    padding-top: 0;
    padding-bottom: 12vh;
  }
}
.filter-gallery:after {
  content: "";
  display: table;
  clear: both;
}
.filter-gallery .gutter-sizer {
  width: 14px;
}
.filter-gallery .gallery-sizer {
  width: calc(50% - 7px);
}
.filter-gallery .gallery-item {
  float: left;
  width: calc(50% - 7px);
  margin-bottom: 15px;
}
.filter-gallery .gallery-item img {
  width: 100%;
  display: block;
  margin: 0;
}
@media only screen and (min-width : 768px) {
  .filter-gallery .gutter-sizer {
    width: 18px;
  }
  .filter-gallery .gallery-sizer, .filter-gallery .gallery-item {
    width: calc(33.3333333333% - 12px);
  }
  .filter-gallery .gallery-item {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width : 1700px) {
  .filter-gallery .gutter-sizer {
    width: 24px;
  }
  .filter-gallery .gallery-sizer, .filter-gallery .gallery-item {
    width: calc(25% - 18px);
  }
  .filter-gallery .gallery-item {
    margin-bottom: 24px;
  }
}

/*
*
*
* VIDEOS HEADER
*
*/
.videos-header {
  visibility: hidden;
  width: 90%;
  margin: 0 auto;
  padding: clamp(30px, 10vh, 90px) 0 clamp(15px, 5vh, 45px) 0;
}
.videos-header p:last-of-type {
  margin-bottom: 0;
}
.videos-header a {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  background: url(img/arrow--left--black.svg) no-repeat;
  background-size: 1.1em;
  background-position: left center;
  padding-left: 1.75em;
}
.videos-header a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .videos-header a {
    font-size: calc(12px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .videos-header a {
    font-size: 16px;
  }
}

@media screen and (min-width: 320px) {
  .videos-header h1 {
    font-size: calc(30px + 60 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .videos-header h1 {
    font-size: 90px;
  }
}
@media only screen and (min-width : 768px) {
  .videos-header p {
    width: 66%;
    max-width: 900px;
  }
}

/*
*
*
* VIDEOS ARCHIVE
*
*/
.videos-archive {
  width: 90%;
  margin: 0 auto;
}
@media (orientation: portrait) {
  .videos-archive {
    padding-top: 0;
    padding-bottom: 8vh;
  }
}
@media (orientation: landscape) {
  .videos-archive {
    padding-top: 0;
    padding-bottom: 12vh;
  }
}

@media only screen and (min-width : 768px) {
  .videos-posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/*
*
*
* VIDEO CARD
*
*/
.video-card {
  padding: 1.5rem 0;
  border-top: 1px solid #000;
}
@media only screen and (min-width : 768px) {
  .video-card {
    padding: 1.5rem;
  }
}
@media only screen and (min-width : 1024px) {
  .video-card {
    padding: 2.5rem;
  }
}
@media only screen and (min-width : 1700px) {
  .video-card {
    padding: 3rem;
  }
}

@media only screen and (min-width : 768px) {
  .video-card:nth-of-type(2n - 1) {
    border-right: 1px solid #000;
  }
}

.video-content {
  padding-top: 1.6rem;
}
.video-content h2 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  margin-bottom: 0.6rem;
}
.video-content h2 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .video-content h2 {
    font-size: calc(24px + 16 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .video-content h2 {
    font-size: 40px;
  }
}

/*
*
*
* VIDEO SLIDER
*
*/
body.post-type-archive-video.paged .videos-slider {
  display: none;
}

.videos-slider header {
  margin-bottom: 3em;
  padding-left: 5vw;
}

.videos-slider h2 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  font-weight: 400;
}
.videos-slider h2 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .videos-slider h2 {
    font-size: calc(28px + 28 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .videos-slider h2 {
    font-size: 56px;
  }
}

@media only screen and (min-width : 768px) {
  .videos-slider p {
    width: 50%;
    max-width: 700px;
  }
}

.videos-slider .swiper {
  width: 100%;
  padding-left: 5vw;
}
@media (orientation: portrait) {
  .videos-slider .swiper {
    padding-top: 0;
    padding-bottom: 8vh;
  }
}
@media (orientation: landscape) {
  .videos-slider .swiper {
    padding-top: 0;
    padding-bottom: 12vh;
  }
}

.videos-slider .swiper-slide {
  width: 40vw;
  aspect-ratio: 640/1383;
  overflow: hidden;
}
.videos-slider .swiper-slide:nth-of-type(n+2) {
  margin-left: 1rem;
}
@media only screen and (min-width : 640px) {
  .videos-slider .swiper-slide {
    width: 35vw;
  }
}
@media only screen and (min-width : 768px) {
  .videos-slider .swiper-slide {
    width: 30vw;
  }
}
@media only screen and (min-width : 1024px) {
  .videos-slider .swiper-slide {
    width: 25vw;
  }
}
@media only screen and (min-width : 1280px) {
  .videos-slider .swiper-slide {
    width: 20vw;
  }
}
@media only screen and (min-width : 1440px) {
  .videos-slider .swiper-slide {
    width: 18vw;
    max-width: 360px;
  }
}

.videos-slider .swiper-slide:nth-of-type(n+2) {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #000;
}
@media only screen and (min-width : 1024px) {
  .videos-slider .swiper-slide:nth-of-type(n+2) {
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width : 1700px) {
  .videos-slider .swiper-slide:nth-of-type(n+2) {
    margin-left: 20px;
    padding-left: 20px;
  }
}

.videos-slider .swiper-slide video {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
*
*
* PRESS HEADER
*
*/
.press-header {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 2000px;
  padding: clamp(30px, 10vh, 90px) 0 clamp(15px, 5vh, 45px) 0;
  border-bottom: 1px solid white;
}
.press-header p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 320px) {
  .press-header h1 {
    font-size: calc(30px + 60 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .press-header h1 {
    font-size: 90px;
  }
}

/*
*
*
* PRESS ARCHIVE
*
*/
.press-archive {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 2000px;
}
@media (orientation: portrait) {
  .press-archive {
    padding-top: 0vh;
    padding-bottom: 8vh;
  }
}
@media (orientation: landscape) {
  .press-archive {
    padding-top: 0vh;
    padding-bottom: 12vh;
  }
}

.press-archive header {
  padding: 1.5rem 0;
}
@media only screen and (min-width : 768px) {
  .press-archive header {
    display: flex;
    flex-flow: row nowrap;
  }
}

@media only screen and (min-width : 768px) {
  .press-archive header .text {
    width: 70%;
  }
  .press-archive header .text p {
    margin: 0;
  }
}
.press-archive header .text h2 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 300;
  font-weight: 400;
  margin-bottom: 0.25em;
}
.press-archive header .text h2 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .press-archive header .text h2 {
    font-size: calc(28px + 28 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .press-archive header .text h2 {
    font-size: 56px;
  }
}

@media only screen and (min-width : 768px) {
  .press-archive header .link {
    width: 30%;
    text-align: right;
  }
}

@media only screen and (min-width : 640px) {
  .press-archive .press-posts {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .press-archive .press-posts:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: white;
  }
}
@media only screen and (min-width : 1024px) {
  .press-archive .press-posts {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .press-archive .press-posts:before {
    left: 33.3%;
  }
  .press-archive .press-posts:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 66.6%;
    width: 1px;
    height: 100%;
    background: white;
  }
}
@media only screen and (min-width : 1700px) {
  .press-archive .press-posts {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .press-archive .press-posts:before {
    display: none;
  }
  .press-archive .press-posts:after {
    left: 50%;
  }
}

.press-archive .press-post {
  padding: 1.5rem;
  border-bottom: 1px solid white;
}
@media only screen and (min-width : 1280px) {
  .press-archive .press-post {
    padding: 2.25rem;
  }
}
@media only screen and (min-width : 1700px) {
  .press-archive .press-post:nth-of-type(2n + 1) {
    border-right: 1px solid white;
  }
}
.press-archive .press-post a {
  display: block;
  margin: 0;
  text-decoration: none;
  color: white;
  transition: all ease-in-out 0.25s;
}
.press-archive .press-post a:hover, .press-archive .press-post a:active, .press-archive .press-post a:focus {
  color: #18799B;
}
.press-archive .press-post a:visited {
  color: white;
}
.press-archive .press-post a:visited:hover, .press-archive .press-post a:visited:active, .press-archive .press-post a:visited:focus {
  color: #18799B;
}
.press-archive .press-post a {
  font-size: 11px;
}
@media screen and (min-width: 320px) {
  .press-archive .press-post a {
    font-size: calc(11px + 3 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .press-archive .press-post a {
    font-size: 14px;
  }
}
.press-archive .press-post img {
  transition: all ease-out 0.5s;
  aspect-ratio: 300/390;
  -o-object-fit: cover;
     object-fit: cover;
}
.press-archive .press-post a:hover img {
  filter: grayscale(100%);
  transform: scale(98.5%);
}

.press-archive .press-post a.image {
  display: block;
  margin: 0;
}
.press-archive .press-post a.image img {
  display: block;
  margin: 0;
}

/*
*
*
* PRESS PAGINATION
*
*/
.press-pagination .pagination {
  margin-top: -1px;
  border-color: white;
}
.press-pagination .pagination .page-numbers {
  text-decoration: none;
  color: #FFF;
  transition: all ease-in-out 0.25s;
}
.press-pagination .pagination .page-numbers:hover, .press-pagination .pagination .page-numbers:active, .press-pagination .pagination .page-numbers:focus {
  color: #18799B;
}
.press-pagination .pagination .page-numbers:visited {
  color: #FFF;
}
.press-pagination .pagination .page-numbers:visited:hover, .press-pagination .pagination .page-numbers:visited:active, .press-pagination .pagination .page-numbers:visited:focus {
  color: #18799B;
}
.press-pagination .pagination span.current {
  background: #FFF;
  color: #000;
}
