  /* this is for the full site styling. Any styling that isn't specific
  to a block should be imported here along with all blocks. */

/* block and non-block styling */

/* variables that are used throughout the css */

/* colors */

/*fonts*/

/* reset is the exception, it is order specific but not part of block styling */

/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #444;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a, :focus, :active, :hover {
  outline: 0;
}

/* Extra added for font weights on headers. */

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* Styles that apply across all pages */

.single-job, .job-application-block {
  padding: 50px min(78px, 7.8vw) 90px;
}

@media (max-width: 750px) {

  .single-job, .job-application-block {
    padding: 10vw 5vw 15vw;
  }
}

.single-job .job-header, .job-application-block .job-header {
    padding-bottom: min(25px, 3.5vw);
    margin-bottom: min(30px, 4.2vw);
    position: relative;
}

.single-job .job-header::after, .job-application-block .job-header::after {
  content: "";
  position: absolute;
  display: flex;
  height: 9px;
  width: 0;
  transition: all 1s ease;
  background-color: #ce0e2d;
  transform: translateX(-10px);
  margin-top: 20px;
}

@media (max-width: 1000px) {

  .single-job .job-header::after, .job-application-block .job-header::after {
    height: 0.9vw;
    width: 7vw;
    margin-top: 2vw;
  }
}

@media (max-width: 1000px) {

  .single-job .job-header::after, .job-application-block .job-header::after {
    height: 7px;
    width: 58px;
  }
}

.single-job .job-header.animate::after, .job-application-block .job-header.animate::after {
  width: 70px;
}

.single-job .job-title-bar, .job-application-block .job-title-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-job .title, .job-application-block .title {
    color: #000;
    font: 900 clamp(22px, 3vw, 30px) / 1em industry,sans-serif;
    letter-spacing: -0.005em;
    text-transform: uppercase;
    position: relative;
}

.single-job .title::after, .job-application-block .title::after {
  display: none;
}

.single-job .location, .job-application-block .location {
    font: 500 clamp(12px, 2vw, 20px) industry,sans-serif;
    color: #ce0e2d;
}

.single-job .location::after, .job-application-block .location::after {
  content: "-";
  color: #000;
  display: inline-block;
  padding: 0 min(8px, 0.8vw);
}

.single-job .location:last-child::after, .job-application-block .location:last-child::after {
  display: none;
}

.single-job .push-top, .job-application-block .push-top {
    margin-top: min(50px, 10vw);
    display: inline-block;
}

.single-job .no-break, .job-application-block .no-break {
    white-space: nowrap;
    margin-bottom: 2em;
    display: inline-block;
}

.single-job .copy h1, .job-application-block .copy h1 {
      color: #000;
      font: 900 clamp(24px, 4.1vw, 41px) / 1em industry,sans-serif;
      letter-spacing: -0.005em;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 5px;
    }

.single-job .copy h2, .job-application-block .copy h2 {
      color: #000;
      font: 900 clamp(20px, 3vw, 30px) / 1em industry,sans-serif;
      letter-spacing: -0.005em;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 5px;
    }

.single-job .copy h3, .job-application-block .copy h3 {
      color: #000;
      font: 900 clamp(15.5px, 4.1vw, 22px) / 1em industry,sans-serif;
      letter-spacing: -0.005em;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 5px;
    }

.single-job .copy p, .single-job .copy ul, .single-job .copy ol, .job-application-block .copy p, .job-application-block .copy ul, .job-application-block .copy ol {
      margin-bottom: 1.5em;
    }

.single-job .copy ul ul, .job-application-block .copy ul ul {
      margin-bottom: 0;
    }

.single-job .copy li, .job-application-block .copy li {
      margin-left: 1.3em;
    }

/* non-block styling (header, footer, etc.) */

header {
  position: fixed;
  z-index: 9999;
  width: 100%;
}

header li {
    list-style: none;
  }

header .container {
    position: relative;
    padding: 20px 49px 20px 58px;
    max-width: 1366px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 5px solid #ce0e2d;
    margin: 0 auto;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    transition: background-color 0.25s ease;
    box-sizing: border-box;
  }

.sticky header .container {
      background: #fff;
    }

@media (max-width: 750px) {

  .sticky header .container {
    border-top-width: 0.66vw;
  }
}

@media (max-width: 375px) {

  .sticky header .container {
    border-top-width: 2.5px;
  }
}

header .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.25s ease;
  height: 151px;
  background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%
      );
}

.sticky header .container::before {
        opacity: 0;
        height: 100%;
}

@media (max-width: 945px) {

  header .container::before {
    height: 15.1vw;
  }
}

@media (max-width: 750px) {

  header .container::before {
    height: 19.46vw;
  }
}

@media (max-width: 375px) {

  header .container::before {
    height: 73px;
  }
}

@media (max-width: 945px) {

  header .container {
    padding: 1.46vw 6.4vw 1.46vw 6.1vw;
  }
}

@media (max-width: 750px) {

  header .container {
    border-top-width: 0px;
    padding: 3.3vw 6.4vw 3.3vw 7.3vw;
    padding: 0 6.4vw 0 0;
  }
}

@media (max-width: 375px) {

  header .container {
    padding: 12.5px 24px 12.5px 27.5px;
    padding: 0 24px 0 0;
  }
}

header .menu-wrapper {
    display: flex;
    align-items: flex-start;
}

header a {
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.sticky header a {
      color: #000;
    }

header .menu {
    position: relative;
    display: flex;
    font: 21px / 25.2px din-condensed,sans-serif;
    letter-spacing: 1px;
    margin-right: 10px;
    margin-top: min(4px, 0.4vw);
}

@media (max-width: 1366px) {

  header .menu {
    margin-right: 2.1;
  }
}

@media (max-width: 1200px) {

  header .menu {
    margin-right: 1vw;
  }
}

@media (max-width: 1000px) {

  header .menu {
    font-size: 2.1vw;
    line-height: 2.52vw;
  }
}

@media (max-width: 750px) {

  header .menu {
    display: none;
  }
}

header .menu > li {
      text-align: center;
      position: relative;
      padding-bottom: 16px;
}

header .menu > li::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 18px;
  right: 0;
  width: 2px;
  background: #ce0e2d;
}

header .menu > li:last-child::after {
  display: none;
}

header .menu > li > a {
        display: inline-block;
        padding: 0 28px;
        position: relative;
        font-weight: bold;
}

@media (max-width: 1366px) {

  header .menu > li > a {
    padding: 0 2.049vw;
  }
}

@media (max-width: 1200px) {

  header .menu > li > a {
    padding: 0 1.8vw;
  }
}

@media (max-width: 1000px) {

  header .menu > li > a {
    padding: 0 1vw;
  }
}

header .menu > li > a::after {
  content: "";
  position: absolute;
  top: calc(100% + 3px);
  left: 28px;
  right: 28px;
  height: 5px;
  background: rgba(255, 255, 255, 0);
  transition: background-color 0.25s ease;
}

header .menu > li:hover > a::after {
          background: #ce0e2d;
}

header .menu .current-menu-item a::after {
        background: #ce0e2d;
      }

header .menu .sub-menu {
      position: absolute;
      bottom: calc(100% + 60px);
      left: 20px;
      white-space: nowrap;
      text-align: left;
      background-color: rgba(255, 255, 255, 0.5);
      padding: 0 4px;
      opacity: 0;
      transform: translateY(-15px);
      transition:
        opacity 0.3s linear,
        transform 0.3s ease;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.27);
}

header .menu .sub-menu li {
        border-bottom: solid 1px #ce0e2d
      }

header .menu .sub-menu li:last-child {
  border-bottom: none;
}

header .menu .sub-menu a {
        display: block;
        padding: 8px 6px;
        font-weight: 100;
        letter-spacing: 0.1em;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.27);
        transition: all 0.3s ease
      }

header .menu .sub-menu a:hover {
  color: #ce0e2d;
}

header .menu li:hover .sub-menu {
      bottom: auto;
      top: 100%;
      opacity: 1;
      transform: translateY(0px);
}

header .login-btn {
    position: relative;
    border: 0.5px solid #fff;
    padding: 5px 10px;
    font: 300 14.94px / 17.93px din-condensed,sans-serif;
    letter-spacing: 0.075em;
    transition: all 0.3s ease;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1000px) {

  header .login-btn {
    padding: 0.5vw 1vw;
    font-size: 1.494vw;
    line-height: 1.793vw;
  }
}

header .login-btn:hover {
  cursor: pointer;
  background-color: #ce0e2d;
  color: #fff;
}

.sticky header .login-btn {
      color: #000;
      border-color: #000;
}

.sticky header .login-btn:hover {
  color: #fff;
}

.show-mobile-menu header .login-btn {
      color: #fff;
      border-color: #fff;
}

.show-mobile-menu header .login-btn:hover {
  background-color: #ce0e2d;
  color: #fff;
}

@media (max-width: 750px) {

  header .login-btn {
    display: none;
  }
}

header .close-btn {
    width: 19px;
    height: 19px;
    background: no-repeat center url(./img/close-btn.svg);
    transition: filter 0.3s ease;
    margin: 5px;
}

@media (max-width: 1000px) {

  header .close-btn {
    width: 1.9vw;
    height: 1.9vw;
  }
}

header .close-btn.show {
  display: block;
}

header .close-btn:hover {
  cursor: pointer;
}

#header-logo {
  position: relative;
  height: 60px;
  max-width: 300px;
  font-size: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {

  #header-logo {
    height: 5vw;
  }
}

@media (max-width: 750px) {

  #header-logo {
    height: 100%;
  }
}

#header-logo .logo-fill-1 {
    fill: #fff;
    transition: fill 0.3s ease;
}

.sticky #header-logo .logo-fill-1 {
      fill: #000;
    }

.show-mobile-menu #header-logo .logo-fill-1 {
      fill: #fff;
    }

#header-logo .logo-fill-2 {
    fill: #ce0e2d;
}

#header-logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.search-bar {
  display: flex;
  height: 29px;
  position: relative;
  align-items: center;
}

@media (max-width: 750px) {

  .search-bar {
    display: none;
  }
}

.search-bar form {
    display: flex;
    position: absolute;
    align-items: center;
    background-color: #fff;
    opacity: 0;
    right: 0;
    width: 0;
    /* height: 100%;*/
    font: 300 14.94px / 17.93px din-condensed,sans-serif;
    transition: all 0.2s ease;
}

.search-bar form.show {
  width: 160px;
  opacity: 1;
}

.sticky .search-bar form.show {
        border: 0.5px solid #000;
}

@media (max-width: 1000px) {

  .search-bar form.show {
    width: 16vw;
  }
}

.search-bar input {
    border: none;
    width: 100%;
    height: 100%;
    padding: 5px;
}

.search-bar .search-icon {
    width: 19px;
    height: 19px;
    padding-left: 13px;

    background: no-repeat center url(./img/search.svg);
}

.search-bar .search-icon:hover {
  cursor: pointer;
}

.sticky .search-bar .search-icon {
      filter: brightness(0);
}

.show-mobile-menu .search-bar .search-icon {
      filter: brightness(100);
}

@media (max-width: 1000px) {

  .search-bar .search-icon {
    width: 1.9vw;
    height: 1.9vw;
    padding-left: 1.3vw;
  }
}

.search-bar .search-icon-submit {
    width: 19px;
    height: 19px;
    background: no-repeat center url(./img/search.svg);
    transition: filter 0.3s ease;
    border: none;
    filter: brightness(0);
}

@media (max-width: 1000px) {

  .search-bar .search-icon-submit {
    width: 1.9vw;
    height: 1.9vw;
  }
}

.sticky .search-bar .search-icon-submit {
      filter: brightness(0);
}

.search-bar .search-icon-submit:hover {
  cursor: pointer;
}

#menu-hamburger {
  width: clamp(43px, 11.6vw, 87px);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

@media (min-width: 751px) {

  #menu-hamburger {
    display: none;
  }
}

#menu-hamburger::after, #menu-hamburger::before, #menu-hamburger div {
    background-color: #fff;
    content: "";
    display: block;
    height: 7px;
    margin: 10px 0;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border-radius: 5px;
}

.sticky #menu-hamburger::after, .sticky #menu-hamburger::before, .sticky #menu-hamburger div {
      background-color: #000;
    }

.show-mobile-menu #menu-hamburger::after, .show-mobile-menu #menu-hamburger::before, .show-mobile-menu #menu-hamburger div {
      margin: 0;
    }

@media (max-width: 600px) {

  #menu-hamburger::after, #menu-hamburger::before, #menu-hamburger div {
    height: 5px;
    margin: 1.3vw 0;
  }
}

@media (max-width: 750px) {

  .show-mobile-menu #menu-hamburger {
    width: 10vw;
  }
}

.show-mobile-menu #menu-hamburger::before {
  background-color: #fff;
  transform: translateY(7px) rotate(45deg);
}

@media (max-width: 600px) {

  .show-mobile-menu #menu-hamburger::before {
    transform: translateY(5px) rotate(45deg);
  }
}

.show-mobile-menu #menu-hamburger::after {
  background-color: #fff;
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 600px) {

  .show-mobile-menu #menu-hamburger::after {
    transform: translateY(-5px) rotate(-45deg);
  }
}

.show-mobile-menu #menu-hamburger div {
      transform: scale(0);
}

/* freeze the body from scrolling when the contact, mobile menu or meet the team profile is expanded*/

body.show-contact, body.show-mobile-menu, body.show-profile {
  overflow: hidden;
}

#menu-super {
  position: absolute;
  top: 127px;
  right: calc(50% - 683px); /* 683px == half the column width*/
  z-index: 1000;
  text-transform: uppercase;
}

@media (max-width: 1366px) {

  #menu-super {
    right: 0;
  }
}

#menu-super .vertical-buttons {
    display: flex;
    grid-gap: 4px;
    gap: 4px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(90deg);
    transform-origin: left top;
}

#menu-super .vertical-buttons[\:has\(.orientation-btn\)] {/* This is a bit of hack because local transformations are buggin out in chrome */
  transform: rotate(90deg) translateX(-25%);
}

#menu-super .vertical-buttons:has(.orientation-btn) {/* This is a bit of hack because local transformations are buggin out in chrome */
  transform: rotate(90deg) translateX(-25%);
}

#menu-super .vertical-button {
    background: #ce0e2d;
    font: 300 15px / 18px din-condensed,sans-serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    padding: 4px;
    border: solid 1px #ce0e2d;
    transition:
      background-color 0.25s ease,
      color 0.25s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
    white-space: nowrap;
}

#menu-super .vertical-button:hover {
  background: #fff;
  color: #ce0e2d;
}

.hide-contact-button #menu-super .vertical-button {
      display: none;
}

#menu-super .orientation-btn {
    border-color: #000;
    padding: 5px 10px;
    background-color: #000;
    letter-spacing: 0.075em;
    transition: all 0.3s ease;
    text-align: center;
    color: rgb(255, 255, 255);
}

#menu-super .orientation-btn:hover {
  cursor: pointer;
  background-color: #fff;
  color: #000;
  border-color: #000;
}

#menu-super .contact-container {
    width: 0;
    overflow: hidden;
    background: #fff;
    color: #000;
    opacity: 0;
    right: 0;
    max-height: calc(100vh - 127px);
    transition: all 0.4s ease;
}

.show-contact #menu-super .contact-container {
      width: 1270px;
      opacity: 1;
    }

@media (max-width: 1366px) {

  .show-contact #menu-super .contact-container {
    width: 93vw;
  }
}

@media (max-width: 400px) {

  .show-contact #menu-super .contact-container {
    width: calc(100vw - 30px);
  }
}

#menu-super .contact-content {
    padding: 49px 73px;
    box-sizing: border-box;
    width: 1270px;
    border-left: 11px solid #ce0e2d;
    max-height: 70vh;
    overflow: auto;
}

@media (max-width: 1366px) {

  #menu-super .contact-content {
    width: 93vw;
  }
}

@media (max-width: 1000px) {

  #menu-super .contact-content {
    padding: 4.9vw 7.3vw;
  }
}

#menu-super .header {
    position: relative;
    width: 257px;
    height: 60px;
    margin: auto 0;
    margin-bottom: 70px;
    font-size: 0;
    background: no-repeat center url(./img/contact-subtitle.svg);
}

@media (max-width: 400px) {

  #menu-super .header {
    width: 64.25vw;
    height: 15vw;
    margin-bottom: 17.5vw;
  }
}

#menu-super .header::after {
  content: "";
  position: absolute;
  display: flex;
  height: 9px;
  width: 70px;
  background-color: #ce0e2d;
  transform: translateX(-10px);
  margin-top: 90px;
}

@media (max-width: 1000px) {

  #menu-super .header::after {
    height: 0.9vw;
    width: 7vw;
  }
}

@media (max-width: 400px) {

  #menu-super .header::after {
    margin-top: 22.5vw;
  }
}

#menu-super .contact-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#menu-super .contact-item {
    font: 100 20px / 24px din-condensed,sans-serif;
    letter-spacing: 0.1em; /*VA is 100 in .AI file*/
    min-width: 225px;
    margin-bottom: 92px;
}

@media (max-width: 750px) {

  #menu-super .contact-item {
    min-width: 30vw;
    margin-bottom: 12.26vw;
  }
}

#menu-super .contact-item-header {
    font:
      900 25px / 25px industry,
      sans-serif;
    margin-left: -14px;
    margin-bottom: 3px;
}

#menu-super .contact-item-header::before {
  content: "+ ";
  color: #ce0e2d;
}

#menu-super .address {
    border-bottom: 2px solid #ce0e2d;
    padding: 8px 0 8px 9px;
}

#menu-super .phone-and-fax {
    padding: 8px 0 0 9px;
}

#menu-super .contact-inquiries {
    font: 100 20px / 24px din-condensed,sans-serif;
    letter-spacing: 0.1em; /*VA is 100 in .AI file*/
    text-transform: none;
    font-size: 18px;
}

#menu-super .email {
    color: #ce0e2d;
    text-transform: lowercase;
    text-decoration: underline;
}

#menu-super .close-btn-red {
    width: 28.6px;
    height: 28.6px;
    background: no-repeat center url(./img/close-btn-red.svg);
    position: absolute;
    top: 26px;
    right: 32px;
    cursor: pointer;
    transition: filter 0.3s ease;
}

@media (max-width: 1000px) {

  #menu-super .close-btn-red {
    width: 2.86vw;
    height: 2.86vw;
    top: 2.6vw;
    right: 3.2vw;
  }
}

@media (max-width: 750px) {

  #menu-super .close-btn-red {
    width: 3.4vw;
    height: 3.4vw;
    top: 3.4vw;
    right: 4.2vw;
  }
}

#mobile-menu {
  width: 0%;
  position: absolute;
  overflow-y: scroll;
  top: 0;
  right: 0;
  height: 100vh;
  background-image: url(/wp-content/themes/dac-2021/img/textured.jpg);
  background-color: rgb(0, 0, 0, 75%);
  background-blend-mode: multiply;
  background-size: cover;
  opacity: 0;
  box-sizing: border-box;
  transition: all 0.4s ease;
  font: 300 57px / 120.2px din-condensed,sans-serif;
}

@media (min-width: 751px) {

  #mobile-menu {
    display: none;
  }
}

.show-mobile-menu #mobile-menu {
    opacity: 1;
    width: 100%;
    padding: min(60px, 8vw) min(80px, 10.6vw);
}

@media (max-width: 375px) {

  .show-mobile-menu #mobile-menu {
    line-height: 60.1px;
  }
}

#mobile-menu .logo-close-btn {
    display: flex;
}

#mobile-menu .menu-header {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-bottom: 0.5px #ce0e2d solid;
    letter-spacing: 0.1em;
    padding: min(80px, 10.6vw) min(70px, 9.333vw) min(60px, 8vw) 0;
    font-size: max(7.6vw, 28.5px);
    line-height: max(16.02vw, 60.1px);
    text-align: right;
}

#mobile-menu .menu-header li {
      position: relative;
    }

#mobile-menu .menu-header a {
      color: #fff;
    }

#mobile-menu .menu-header .expander {
      position: absolute;
      color: #ce0e2d;
      font-size: 8vw;
      line-height: 1;
      padding: 2.666vw;
      left: 100%;
      top: 1vw;
      cursor: pointer;
    }

#mobile-menu .menu-header .sub-menu {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      font-size: 0.64em;
      line-height: 1.64em;
      transition: all 0.3s ease;
    }

#mobile-menu .menu-header .show-sub-menu .sub-menu {
        max-height: 400px;
        opacity: 1;
        padding-bottom: 2vw;
      }

#mobile-menu .menu-buttons {
    border-bottom: 0.5px #ce0e2d solid;
    padding: min(30px, 4vw) 0;
}

#mobile-menu .button-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#mobile-menu .button-row a {
      min-width: 45%;
      justify-content: center;
    }

#mobile-menu .search-icon {
    height: min(52px, 7.066vw);
    width: min(52px, 7.066vw);
    z-index: 1;
}

#mobile-menu .search-icon-submit {
    height: min(48px, 6.4vw);
    width: min(48px, 6.4vw);
}

#mobile-menu .close-btn {
    width: min(38px, 5.6vw);
    height: min(38px, 5.6vw);
}

#mobile-menu .search-bar {
    display: flex;
}

#mobile-menu .search-bar form {
      left: 0
    }

#mobile-menu .search-bar form.show {
  width: min(360px, 48vw);
  opacity: 1;
  z-index: 1;
}

#mobile-menu .search-bar input {
      border: none;
      width: 100%;
      height: 100%;
      padding: min(10px, 3vw);
      font: 300 clamp(15px, 4vw, 30px) / clamp(19.5px, 5.2vw, 39px) din-condensed,sans-serif;
    }

#mobile-menu .login-btn {
    display: flex;
    margin: min(15px, 2vw);
    padding: min(20px, 2.666vw) 0;
    font-size: clamp(16.15px, 4.3vw, 32.3px);
    line-height: clamp(19px, 5.06vw, 38px);
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

#mobile-menu .login-btn.long-text {
  letter-spacing: 0.04em;
}

#mobile-menu .socials {
    width: min(260px, 34.666vw);
    justify-content: space-evenly;
}

#mobile-menu .social-logo {
    width: min(66px, 8.8vw);
    height: min(66px, 8.8vw);
}

#mobile-menu .copyright {
    font-size: clamp(9.5px, 2.5333vw, 19px);
    line-height: clamp(12px, 3.2vw, 24px);
    letter-spacing: 0.075em;
    color: #fff;
    opacity: 0.5;
    text-align: center;
    padding: min(60px, 6vw) 0;
}

#mobile-menu .contact {
    display: flex;
    justify-content: space-between;
    padding: 0 min(20px, 2.666vw);
}

#mobile-menu .btn {
    margin: 0;
    padding: 12px 0;
    width: 262px;
}

@media (max-width: 750px) {

  #mobile-menu .btn {
    font-size: 4vw;
    line-height: 5.09vw;
    width: 34.93vw;
  }
}

@media (max-width: 375px) {

  #mobile-menu .btn {
    padding: 1.6vw 0;
    font-size: 14.94px;
    line-height: 17.93px;
  }
}

footer .container {
    display: flex;
    flex-direction: column;
    font: 300 18px / 30px din-condensed,sans-serif;
    background-color: #000;
    padding-bottom: 30px;
    max-width: 1366px;
    margin: 0 auto;
  }

footer .container a {
      color: #fff;
      text-transform: uppercase;
    }

footer .container::before {
  content: "";
  position: absolute;
  width: 73px;
  height: 12px;
  background-color: #ce0e2d;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

@media (max-width: 1000px) {

  footer .container::before {
    width: 7.3vw;
    height: 1.2vw;
  }
}

footer .content {
    display: flex;
    padding: 59px min(5.9vw, 59px) 0px min(5.9vw, 59px);
    justify-content: space-between;
}

@media (max-width: 1000px) {

  footer .content {
    padding: 5.9vw 5.9vw 0vw 5.9vw;
  }
}

@media (max-width: 750px) {

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

@media (max-width: 400px) {

  footer .content {
    flex-direction: column;
    margin: auto;
    padding: 2vw;
    width: 100%;
    box-sizing: border-box;
  }
}

footer .column {
    width: 22.5%;
}

@media (max-width: 750px) {

  footer .column {
    width: 50%;
  }
}

@media (max-width: 600px) {

  footer .column {
    width: 100%;
    padding: 10px 0;
    margin: auto;
  }
}

footer nav.column {
  position: relative;
  width: 35%;
  max-width: 626px;
  border-left: solid 1px #ce0e2d;
  align-self: flex-start;
  margin: 0 0 40px;
}

@media (max-width: 1000px) {

  footer nav.column {
    border-right: none;
  }
}

@media (max-width: 750px) {

  footer nav.column {
    width: 100%;
    margin: 40px 0;
    order: 3;
  }
}

@media (max-width: 400px) {

  footer nav.column {
    border: none;
  }
}

footer #footer-logo {
    width: calc(100% - 10px);
    height: calc(100% - 15px);
    margin: auto 0;
    font-size: 0;
    background: url(/wp-content/themes/dac-2021/img/footer-subtitle.svg) no-repeat center top/contain;
}

@media (max-width: 600px) {

  footer #footer-logo {
    width: 100%;
  }
}

footer .menu {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-rule: 1px solid #ce0e2d;
         column-rule: 1px solid #ce0e2d;
}

@media (max-width: 1000px) {

  footer .menu {
    font-size: 1.8vw;
    line-height: 3vw;
  }
}

@media (max-width: 750px) {

  footer .menu {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 400px) {

  footer .menu {
    -moz-column-rule: none;
         column-rule: none;
    font-size: 16px;
    line-height: 25px;
  }
}

footer .menu a {
      display: block;
      padding-left: 20px;
      padding-right: 20px;
}

footer .menu a::before {
  content: "+ ";
  color: #ce0e2d;
}

footer .contact-us {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .contact-us .btn {
      width: 170px;
    }

footer #copyright {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.75px;
    color: #fff;
    opacity: 0.5;
    padding-left: 59px;
}

@media (max-width: 1000px) {

  footer #copyright {
    padding-left: 5.9vw;
  }
}

footer #az-license {
    font-size: 20.5px;
    line-height: 1.2;
    letter-spacing: 0.75px;
    color: #fff;
    opacity: 0.5;
    padding-left: 59px;
    padding-top: 0.2em;
}

@media (max-width: 1000px) {

  footer #az-license {
    padding-left: 5.9vw;
  }
}

footer #az-license:target span {
  outline: 3px solid #ce0e2d;
  outline-offset: 1px;
  background-color: rgba(255,0,0,0.46667);
}

.btn {
  width: 123px;
  padding: 6.5px 0;
  margin-top: 10px;
  font: 300 14.94px / 17.93px din-condensed,sans-serif;
  letter-spacing: 0.075em;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
}

@media (max-width: 1000px) {

  .btn {
    padding: 0.65vw 0;
    font-size: 1.494vw;
    line-height: 1.793vw;
    margin-top: 1vw;
    width: 12.3vw;
  }
}

@media (max-width: 750px) {

  .btn {
    padding: 0.65vw 0;
    font-size: 14.94px;
    line-height: 17.93px;
    width: 123px;
  }
}

@media (max-width: 600px) {

  .btn {
    padding: 3.5px 0;
    margin-top: 5px;
  }
}

.btn:hover {
  cursor: pointer;
}

.btn.transparent {
  border: 0.5px solid #fff;
  color: rgb(255, 255, 255, 0.5);
  transition: 0.3s
}

.btn.transparent:hover {
  background-color: #ce0e2d;
}

.btn.red {
  background-color: #ce0e2d;
  border: 1px solid #ce0e2d;
  letter-spacing: 2px;
  color: #fff
}

.btn.red:hover {
  background-color: #fff;
  color: #ce0e2d;
}

.socials {
  display: flex;
  width: 180px;
  justify-content: center;
}

.socials .social-logo {
    width: 30.94px;
    height: 30.94px;
    opacity: 0.5;
    transition: 0.3s;
    padding: 0 5px;
    font-size: 0
  }

.socials .social-logo:hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 1000px) {

  .socials .social-logo {
    width: 3.094vw;
    height: 3.094vw;
  }
}

@media (max-width: 750px) {

  .socials .social-logo {
    width: 30.94px;
    height: 30.94px;
  }
}

.socials .social-logo.instagram {
  background: no-repeat center url(./img/instagram.svg);
}

.socials .social-logo.facebook {
  background: no-repeat center url(./img/facebook.svg);
}

.socials .social-logo.linkedin {
  background: no-repeat center url(./img/linked-in.svg);
}

.socials .social-logo.youtube {
  background: no-repeat center url(./img/youtube.svg);
}

/* post stylings */

.single-apparel-catalog .apparel-catalog-nav {
    max-width: 1112px;
    margin: 0 auto;
    padding: 56px 30px 36px;
  }

@media (max-width: 600px) {

  .single-apparel-catalog .apparel-catalog-nav {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}

.single-apparel-catalog .apparel-catalog-nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      grid-gap: 10px 0;
      gap: 10px 0;
      list-style: none;
      padding: 0;
      margin: 0;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
}

.single-apparel-catalog .apparel-catalog-nav li > a {
        font: 700 18px/1 industry,sans-serif;
        letter-spacing: -0.005em;
        text-transform: uppercase;
        text-decoration: none;
        color: #000;
        transition: color 0.2s ease
      }

.single-apparel-catalog .apparel-catalog-nav li > a:hover {
  color: #ce0e2d;
}

.single-apparel-catalog .apparel-catalog-nav li > a::before, .single-apparel-catalog .apparel-catalog-nav li > a::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #ce0e2d;
  vertical-align: top;
}

.single-apparel-catalog .apparel-catalog-nav li > a::before {
  margin-left: -1px;
  margin-right: 1em;
}

.single-apparel-catalog .apparel-catalog-nav li > a::after {
  margin-left: 1em;
  margin-right: -2px;
}

.single-apparel-catalog .apparel-catalog-nav li.current {
      pointer-events: none;
}

.single-apparel-catalog .apparel-catalog-nav li.current a {
        color: #ce0e2d;
      }

.single-apparel-catalog .apparel-catalog-cta {
    position: relative;
}

.single-apparel-catalog .apparel-catalog-cta.is-loading {
  min-height: 300px;
}

.single-apparel-catalog .apparel-catalog-cta.is-loading > .two-col-gradient {
        opacity: 0;
        pointer-events: none;
}

.single-apparel-catalog .apparel-catalog-cta.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 4px solid #d8d8d8;
  border-top-color: #ce0e2d;
  border-radius: 50%;
  animation: cta-spin 0.8s linear infinite;
}

.single-apparel-catalog > .apparel-catalog-content > .post-listing-title {
    font: 700 33px/1.2 industry,sans-serif;
    letter-spacing: -0.005em;
    padding: 0.85em 7px;
    position: relative;
    text-transform: uppercase;
    max-width: 1112px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}

@media (max-width: 1186px) {

  .single-apparel-catalog > .apparel-catalog-content > .post-listing-title {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 600px) {

  .single-apparel-catalog > .apparel-catalog-content > .post-listing-title {
    margin-left: 7vw;
    margin-right: 7vw;
  }
}

.single-apparel-catalog > .apparel-catalog-content > .post-listing-title::before {
  content: "";
  width: 2.1212em;
  aspect-ratio: 70 / 9;
  background-color: #ce0e2d;
  position: absolute;
  left: 0;
  bottom: 0;
}

@keyframes cta-spin {
  to { transform: rotate(360deg); }
}

.asset-listing-block {
  max-width: 1112px;
  margin: 0 auto;
  padding: 18px 30px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 600px) {

  .asset-listing-block {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}

.asset-listing-block .post-listing-title {
    font: 700 33px/1.2 industry,sans-serif;
    letter-spacing: -0.005em;
    padding: 0.85em 7px;
    position: relative;
    text-transform: uppercase;
}

.asset-listing-block .post-listing-title::before {
  content: "";
  width: 2.1212em;
  aspect-ratio: 70 / 9;
  background-color: #ce0e2d;
  position: absolute;
  left: 0;
  bottom: 0;
}

.asset-listing-block .listing {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    grid-gap: 15px;
    gap: 15px;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    transition: height 0.45s cubic-bezier(0.76, 0, 0.24, 1);
}

.asset-listing-block .asset-item {
    display: flex;
    flex-direction: column-reverse;
    width: calc((100% - 30px) / 3);
    color: #231f20;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 800px) {

  .asset-listing-block .asset-item {
    width: calc((100% - 15px) / 2);
  }
}

@media (max-width: 414px) {

  .asset-listing-block .asset-item {
    width: 100%;
    max-width: 356px;
  }
}

.asset-listing-block .asset-item .post-title {
      font: 700 max(16px, 0.0505618 * 356px)/1.2 industry,sans-serif;
      letter-spacing: -0.005em;
      padding-top: 0.8333em;
}

.asset-listing-block .asset-item .image {
      background-color: #f2f2f2;
      aspect-ratio: 89 / 50;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
}

.asset-listing-block .asset-item .image::before {
  content: "";
  width: 40%;
  aspect-ratio: 182 / 131;
  background-color: #ccc;
  transition: background-color 0.15s linear;
  display: inline-block;
  -webkit-mask: url(/wp-content/themes/dac-2021/img/icon-folder.svg) no-repeat center / contain;
          mask: url(/wp-content/themes/dac-2021/img/icon-folder.svg) no-repeat center / contain;
}

.asset-listing-block .asset-item:hover .image::before {
  background-color: #ce0e2d;
}

.asset-listing-block .expand {
    border-top: 1px solid #ce0e2d;
    padding-bottom: 15px;
    padding-top: 1.5625em;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    transition: margin-top 0.45s cubic-bezier(0.76, 0, 0.24, 1),
      padding-top 0.45s cubic-bezier(0.76, 0, 0.24, 1);
}

.asset-listing-block .expand button {
      font: 700 16px/1 industry,sans-serif;
      letter-spacing: -0.005em;
      color: #ce0e2d;
      background: none;
      border: none;
      cursor: pointer;
      padding: 0;
      text-transform: uppercase;
      position: relative;
      transition: opacity 0.5s linear
    }

.asset-listing-block .expand button::before {
  content: "";
  position: absolute;
  padding-top: 1.5625em;
  left: 0;
  right: 0;
  bottom: 100%;
}

.asset-listing-block .expand::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.0625em 1.0625em 0px 1.0625em;
  border-color: #ce0e2d transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: border-width 0.25s ease, opacity 0.5s linear;
}

.asset-listing-block .expand[\:has\(button\:hover\)]::before {
  border-width: 1.4em 1.4em 0px 1.4em;
}

.asset-listing-block .expand:has(button:hover)::before {
  border-width: 1.4em 1.4em 0px 1.4em;
}

.asset-listing-block.no-more-to-query .expand {
  margin-top: 1.0625em;
  padding-top: 0.5em;
  position: relative;
}

.asset-listing-block.no-more-to-query .expand::before {
  top: auto;
  top: initial;
  bottom: 100%;
  transform: translate(-50%) rotate(180deg);
}

.asset-listing-block.no-more-to-query .see-more, .asset-listing-block:not(.no-more-to-query) .close-me {
  display: none;
}

.asset-listing-block .fade-expand-control button, .asset-listing-block .fade-expand-control::before {
      opacity: 0;
    }

/* component styling */

.post-item {
  display: flex;
  flex-direction: column-reverse;
  color: #231f20;
}

.post-item .post-title {
    font: 700 18px/1.2 industry,sans-serif;
    letter-spacing: -0.005em;
    padding-top: 0.8333em;
  }

.post-item .image {
    background-color: #d8d8d8;
    aspect-ratio: 89 / 50;
    width: 100%;
  }

.post-item .image img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover;
      display: block;
    }

.read-more-listing {
  margin: 0 auto;
  padding: 18px 0 44px;
}

@media (max-width: 600px) {

  .read-more-listing {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}

.read-more-listing .read-more-title {
    font: 700 33px/1.2 industry,sans-serif;
    letter-spacing: -0.005em;
    text-transform: uppercase;
}

.read-more-listing .read-more-posts {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    grid-gap: 15px;
    gap: 15px;
}

.read-more-listing .read-more-posts .post-item {
      width: calc((100% - 30px) / 3);
    }

@media (max-width: 800px) {

  .read-more-listing .read-more-posts .post-item {
    width: calc((100% - 15px) / 2);
  }
}

@media (max-width: 414px) {

  .read-more-listing .read-more-posts .post-item {
    width: 100%;
    max-width: 356px;
  }
}

@media (max-width: 1600px) {

  .read-more-listing {
    padding-left: 7.3125vw;
    padding-right: 7.3125vw;
  }
}

@media (max-width: 1600px) and (min-width: 1367px) {

  .read-more-listing {
    width: 100vw;
    box-sizing: border-box;
    position: relative;
    left: calc(50% - 50vw);
  }
}

/* block only styling */

/* This includes the list of block styling files so it can be used both on the editing and display sides */

.hero {
  position: relative

  /* had to put hero height for images only since the images are absolutely placed for the slide show. If it is a video, follow video's height. */
}

.hero.full.image {
  height: 680px;
}

@media (max-width: 1366px) {

  .hero.full.image {
    height: 49.78vw;
  }
}

@media (max-width: 750px) {

  .hero.full.image {
    height: auto;
  }
}

.hero.half {
  height: 360px;
}

@media (max-width: 1000px) {

  .hero.half {
    height: 36vw;
  }
}

@media (max-width: 750px) {

  .hero.half {
    height: 48vw;
  }
}

.hero .bg-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 101.5%;
  width: 38%;
  background: #ce0e2d;
  mix-blend-mode: multiply;
  clip-path: polygon(0 0, 100% 0, 68.22% 100%, 0 100%);
  z-index: 1;
}

.hero video {
    height: auto;
    width: 100%;
}

@media (max-width: 750px) {

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

.hero .image-background {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: 0.6s;
    -o-object-fit: cover;
       object-fit: cover;
}

.hero .image-background img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }

.hero .image-background.show-slide {
  opacity: 1;
}

.hero .text-content {
    position: absolute;
    top: 65px;
    left: 0;
    padding-left: 270px;
    z-index: 1;
    height: calc(100% - 65px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media (max-width: 1000px) {

  .hero .text-content {
    padding-left: 27vw;
  }
}

@media (max-width: 750px) {

  .hero .text-content {
    position: relative;
    top: 0;
    height: auto;
    margin: auto;
    padding: 21vw 0 10vw 16vw;
    box-sizing: border-box;
    min-height: 50vw;
  }
}

@media (max-width: 400px) {

  .hero .text-content {
    padding-top: 30vw;
  }
}

.hero .title {
    color: #fff;
    padding-bottom: 65px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1000px) {

  .hero .title {
    padding-bottom: 6.5vw;
  }
}

.hero .prev, .hero .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #ce0e2d;
    font-weight: bold;
    font-size: 60px;
    transition: all 0.3s ease;
    border-radius: 0 3px 3px 0;
    z-index: 2;
}

.hero .prev.hide, .hero .next.hide {
  display: none;
}

.hero .prev {
    left: 50;
    background: no-repeat center/17px 29px url(./img/left-arrow.svg);
}

.hero .prev:hover {
  transform: scale(1.5);
}

@media (max-width: 1000px) {

  .hero .prev {
    left: 5vw;
  }
}

.hero .next {
    right: 50;
    background: no-repeat center/17px 29px url(./img/right-arrow.svg);
}

.hero .next:hover {
  transform: scale(1.5);
}

@media (max-width: 1000px) {

  .hero .next {
    right: 5vw;
  }
}

.hero .popup-bg {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.8);
    display: none;
}

.show-gallery .hero .popup-bg {
      display: block;
      z-index: 5;
    }

.hero .close-btn-red {
    position: absolute;
    display: none;
}

.show-gallery .hero .close-btn-red {
      display: block;
      z-index: 1;
    }

@media (max-width: 1000px) {

  .hero .close-btn-red {
    top: 2.6vw;
    right: 3.2vw;
  }
}

@media (max-width: 600px) {

  .hero .close-btn-red {
    width: 15px;
    height: 15px;
  }
}

.hero .gallery-popup {
    position: fixed;
    height: -moz-max-content;
    height: max-content;
    width: 1366px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    padding: 10px;
    display: none;
    box-sizing: border-box;
}

.show-gallery .hero .gallery-popup {
      display: block;
    }

@media (max-width: 1366px) {

  .hero .gallery-popup {
    width: 100%;
    padding: 0.73vw;
  }
}

.hero .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.hero .swiper-container .swiper-button-prev {
      background: no-repeat center/17px 29px url(./img/left-arrow.svg)
    }

.hero .swiper-container .swiper-button-prev::after {
  display: none;
}

.hero .swiper-container .swiper-button-prev:hover {
  transform: scale(1.5);
}

@media (max-width: 1000px) {

  .hero .swiper-container .swiper-button-prev {
    background-size: 1.7vw 2.9vw;
  }
}

@media (max-width: 750px) {

  .hero .swiper-container .swiper-button-prev {
    background-size: 3vw 4vw;
  }
}

.hero .swiper-container .swiper-button-next {
      background: no-repeat center/17px 29px url(./img/right-arrow.svg);
}

.hero .swiper-container .swiper-button-next::after {
  display: none;
}

.hero .swiper-container .swiper-button-next:hover {
  transform: scale(1.5);
}

@media (max-width: 1000px) {

  .hero .swiper-container .swiper-button-next {
    background-size: 1.7vw 2.9vw;
  }
}

@media (max-width: 750px) {

  .hero .swiper-container .swiper-button-next {
    background-size: 3vw 4vw;
  }
}

.hero .swiper-slide {
    overflow: hidden;
}

.hero .swiper-slide img {
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
    }

.hero .gallery-thumbs {
    height: 150px;
    box-sizing: border-box;
    padding: 10px 0;
}

@media (max-width: 1366px) {

  .hero .gallery-thumbs {
    height: 11vw;
    padding: 0.73vw 0;
  }
}

.hero .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.hero .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.grid .block-title {
    padding: 10px 49px 0 0;
    background-color: #fff;
    color: #ce0e2d;
    font: 900 23px / 20px industry,sans-serif;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    transform: translateY(-10px);
    align-self: flex-end;
    width: 440px;
    text-align: right
  }

.grid .block-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 20px 10px;
  border-color: transparent transparent #fff transparent;
}

@media (max-width: 1000px) {

  .grid .block-title {
    padding: 1vw 4.9vw 0px 3vw;
    font-size: 2.3vw;
    line-height: 2vw;
    width: 44vw;
    transform: translateY(-1vw);
  }
}

@media (max-width: 750px) {

  .grid .block-title {
    padding: 2vw 4.9vw 0px 2vw;
    font-size: 23.28px;
    line-height: 14.4px;
    width: 60vw;
  }
}

@media (max-width: 600px) {

  .grid .block-title {
    font-size: 3.8vw;
    line-height: 2.4vw;
  }
}

.grid .lower-title {
    padding: 13px 0px 8px 8px;
    display: block;
    background-color: #fff;
    color: #ce0e2d;
    font: 900 23px / 1em industry, sans-serif;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    transform: unset !important;
    align-self: flex-start;
    text-align: unset !important;
}

@media (max-width: 1000px) {

  .grid .lower-title {
    padding: 1vw 4.9vw 0.6vw 3vw;
    font-size: 2.3vw;
    transform: translateY(-1vw);
  }
}

@media (max-width: 750px) {

  .grid .lower-title {
    padding: 2vw 4.9vw 1.2vw 2vw;
    font-size: 23.28px;
  }
}

@media (max-width: 600px) {

  .grid .lower-title {
    font-size: 3.8vw;
    padding: 10px;
  }
}

.grid .blocks {
    display: flex;
    position: relative;
    overflow: auto;
    justify-content: flex-start;
    scroll-behavior: smooth;
    background: linear-gradient(to bottom, #252526 0%, #636363 100%);
    transition: opacity 0.5s linear;
}

.grid .blocks.format-grid {
  flex-wrap: wrap;
}

.grid .blocks.hide-children {
  scroll-behavior: initial;
}

.grid .blocks.hide-children .square {
        opacity: 0;
}

.grid .blocks.scroll-preview .square {
        transition: opacity 0.5s linear;
}

.grid .square {
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    width: 20%;
}

.grid .square.open {
  position: absolute;
  left: 0;
  z-index: 2;
}

/* if arrows are shown, it means that this is in mobile view for the categories */

.show-categories-arrows .grid .square.open {
        position: relative;
}

.grid .square.empty {
  cursor: default;
}

.grid .square.empty::before {
  background: linear-gradient(to bottom, #252526 0%, #636363 100%);
  border-left: 1px solid #a5a5a5;
  border-top: 1px solid #a5a5a5;
}

.grid .square.empty::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  bottom: 14px;
  left: 14px;
  border: 1px solid #fff;
}

.grid .square::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.grid .square:hover img {
        transform: scale(1.4);
}

.grid .square:hover .label {
        cursor: pointer;
        background-position: center 0;
        outline-width: 15px;
        outline-color: rgba(255, 255, 255, 0.5);
}

@media (prefers-reduced-motion: reduce) {

  .grid .square:hover .label {
    outline-width: 1px;
  }
}

@media (min-width: 1097px) {

  .grid .square.hide-for-5 {
    display: none;
  }
}

@media (max-width: 1096px) and (min-width: 823px) {

  .grid .square {
    width: 25%;
  }

  .grid .square.hide-for-4 {
    display: none;
  }
}

@media (max-width: 822px) and (min-width: 549px) {

  .grid .square {
    width: 33.3333%;
  }

  .grid .square.hide-for-3 {
    display: none;
  }
}

@media (max-width: 548px) {

  .grid .square {
    width: 50%;
  }

  .grid .square.hide-for-2 {
    display: none;
  }
}

.grid img {
    border: 1px white solid;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;

    transition: transform 0.7s ease;
}

.grid .label {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font: 300 20.9px / 25.08px din-condensed,sans-serif;
    letter-spacing: 0.02em;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid #fff;
    outline-offset: -15px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;

    background: linear-gradient(to bottom,
        rgba(50, 50, 50, 0.6) 10%,
        rgba(50, 50, 50, 0.25) 50%,
        rgba(0, 0, 0, 0) 100%);
    background-size: 100%;
    background-position: center 100%;
    transition: all 0.3s ease;
}

.grid .label .txt {
      margin: 0 50px;
    }

@media (max-width: 1000px) {

  .grid .label .txt {
    padding: 0 5vw;
  }
}

@media (max-width: 1000px) {

  .grid .label {
    font-size: 2.09vw;
    line-height: 2.508vw;
  }
}

@media (max-width: 750px) {

  .grid .label {
    font-size: 20.9px;
    line-height: 25.08px;
  }
}

@media (max-width: 600px) {

  .grid .label {
    padding: 15px;
  }
}

.grid .block-menu {
    width: calc(100% * 5 / 6);
    height: 100%;
    overflow: hidden;
    opacity: 0;
    background-color: #000;
    text-transform: uppercase;
    color: #fff;
    box-sizing: border-box;
    transition: all 0.4s ease;
    z-index: 2;
    position: absolute;
    left: calc(100% / 6);
    transform: scaleX(0);
    transform-origin: 0 50%;
    font: 100 18px / 14.4px din-condensed,sans-serif;

    /* Deprecated */
}

.grid .block-menu.show-menu {
  transform: scaleX(1);
  padding-left: 130px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1366px) {

  .grid .block-menu.show-menu {
    padding-left: 9.51vw;
  }
}

@media (max-width: 1200px) {

  .grid .block-menu.show-menu {
    padding-left: 4vw;
  }
}

@media (max-width: 750px) {

  .grid .block-menu.show-menu {
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    padding: 19vw 10vw;
    font-size: 6.1vw;
    letter-spacing: 0.01em;
    z-index: 100;/* should be over the contact button on the right side */
  }
}

@media (max-width: 600px) {

  .grid .block-menu.show-menu {
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
  }
}

.grid .block-menu:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #ce0e2d;
  width: 113px;
  height: 13px;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

@media (max-width: 750px) {

  .grid .block-menu:before {
    height: 2.4vw;
    width: 20vw;
  }
}

@media (max-width: 375px) {

  .grid .block-menu:before {
    height: 9px;
    width: 82.5px;
  }
}

.grid .block-menu .menu {
      width: 100%;
}

.grid .block-menu ul {
      list-style-type: none;
      -moz-columns: 3;
           columns: 3;
      -moz-column-width: 300px;
           column-width: 300px;
      border-left: 1px solid #ce0e2d;
      -moz-column-rule: 1px solid #ce0e2d;
           column-rule: 1px solid #ce0e2d;
}

@media (max-width: 1366px) {

  .grid .block-menu ul {
    -moz-column-width: 21.96vw;
         column-width: 21.96vw;
  }
}

@media (max-width: 1000px) {

  .grid .block-menu ul {
    -moz-columns: 2;
         columns: 2;
    -moz-column-width: 50%;
         column-width: 50%;
  }
}

@media (max-width: 750px) {

  .grid .block-menu ul {
    -moz-columns: 1;
         columns: 1;
    border-left: none;
  }
}

@media (max-width: 1000px) {

  .grid .block-menu {
    padding: 3vw;
  }
}

.grid .close-btn-white {
    display: none;
}

@media (max-width: 750px) {

  .grid .close-btn-white {
    display: block;
  }
}

.grid .item {
    padding-top: 10px;
}

.grid .item::before {
  content: "+ ";
  color: #ce0e2d;
  padding-left: 40px;
}

@media (max-width: 1200px) {

  .grid .item::before {
    padding-left: 2.8vw;
  }
}

@media (max-width: 750px) {

  .grid .item {
    padding-top: 5.33vw;
  }
}

.grid a {
    color: #fff;
}

.grid a:hover {
  color: #ce0e2d;
}

.grid .subcat-child {
    color: #848484;
}

.grid .subcat-child:not(:last-child)::after {
  content: " - ";
  color: #848484;
}

.grid .faint-title {
    font: 900 67.58px / 57.44px industry,sans-serif;
    letter-spacing: -0.005em;
    text-transform: uppercase;
    position: absolute;
    bottom: -10px;
    right: 50px;
    color: rgb(255, 255, 255, 0.1);
}

@media (max-width: 1000px) {

  .grid .faint-title {
    font-size: 6vw;
    line-height: 5.1vw;
    right: 5vw;
  }
}

@media (max-width: 750px) {

  .grid .faint-title {
    font-size: 11.7vw;
    line-height: 10vw;
    left: 4vw;
  }
}

@media (max-width: 375px) {

  .grid .faint-title {
    font-size: 44px;
    line-height: 44px;
  }
}

@media (max-width: 400px) {

  .grid .faint-title {
    left: 3vw;
  }
}

@media (max-width: 320px) {

  .grid .faint-title {
    left: 0;
  }
}

.grid .arrows {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    display: none;
    padding: 5px 0px;
    z-index: 1;
    pointer-events: none;
    transform: translateY(-50%);
}

.grid .arrows.show {
  display: flex;
  justify-content: space-between;
}

.grid .arrows:after {
  position: absolute;
  content: "";
  width: 1.5px;
  height: 70%;
  left: 50%;
  background-color: rgb(0, 0, 0, 0);
}

.grid .prev, .grid .next {
    height: 13px;
    width: 21px;
    padding: 5px 8px;
    transition: all 0.2s ease;
    pointer-events: auto;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.66667));
}

.grid .prev:hover, .grid .next:hover {
  cursor: pointer;
  transform: scale(1.2);
}

.grid .prev {
    background: no-repeat center url(./img/left-arrow.svg);
}

.grid .next {
    background: no-repeat center url(./img/right-arrow.svg);
}

.two-col-gradient {
  position: relative;
  display: flex;
  background-color: #d8d8d8
}

.two-col-gradient.left-img {
  justify-content: flex-end;
}

.two-col-gradient.left-img.light-gray .content {
        background: linear-gradient(
          to left,
          rgba(216, 216, 216, 1) 80%,
          rgba(216, 216, 216, 0.65) 90%,
          rgba(216, 216, 216, 0) 100%
        );
}

@media (max-width: 750px) {

  .two-col-gradient.left-img.light-gray .content {
    background: rgb(216, 216, 216, 0.9);
  }
}

.two-col-gradient.left-img.light-gray.wide-width .content {
        padding: 80px 100px 65px 180px; /* project-highlights -- special padding*/
}

@media (max-width: 1000px) {

  .two-col-gradient.left-img.light-gray.wide-width .content {
    padding: 8vw 10vw 6.5vw 18vw;
  }
}

@media (max-width: 750px) {

  .two-col-gradient.left-img.light-gray.wide-width .content {
    background: rgb(216, 216, 216, 0.9);
  }
}

.two-col-gradient.left-img.black {
  background-color: #000;
  color: #fff;
}

.two-col-gradient.left-img.black .content {
        background: linear-gradient(
          to left,
          rgba(0, 0, 0, 1) 80%,
          rgba(0, 0, 0, 0.65) 90%,
          rgba(0, 0, 0, 0) 100%
        );
}

@media (max-width: 750px) {

  .two-col-gradient.left-img.black .content {
    background: rgb(0, 0, 0, 0.9);
  }
}

.two-col-gradient.left-img.gray {
  background-color: #303030;
  color: #fff;
}

.two-col-gradient.left-img.gray .content {
        background: linear-gradient(
          to left,
          rgba(48, 48, 48, 1) 80%,
          rgba(48, 48, 48, 0.65) 90%,
          rgba(48, 48, 48, 0) 100%
        );
}

@media (max-width: 750px) {

  .two-col-gradient.left-img.gray .content {
    background: rgb(48, 48, 48, 0.9);
  }
}

.two-col-gradient.left-img .gradient-img img {
        left: 0;
      }

.two-col-gradient.left-img .content {
      padding: 120px 140px 120px 150px;
}

@media (max-width: 1366px) {

  .two-col-gradient.left-img .content {
    padding: 8.784vw 10.24vw 8.78vw 10.98vw;
  }
}

@media (max-width: 750px) {

  .two-col-gradient.left-img .content {
    padding: 14vw;
  }
}

.two-col-gradient.right-img.light-gray .content {
        background: linear-gradient(
          to right,
          rgba(216, 216, 216, 1) 80%,
          rgba(216, 216, 216, 0.65) 90%,
          rgba(216, 216, 216, 0) 100%
        );
}

@media (max-width: 750px) {

  .two-col-gradient.right-img.light-gray .content {
    background: rgb(216, 216, 216, 0.9);
  }
}

.two-col-gradient.right-img.light-gray.regular-width .content {
        padding: 80px 100px 80px 140px;
}

@media (max-width: 1366px) {

  .two-col-gradient.right-img.light-gray.regular-width .content {
    padding: 8vw 7.3vw 8vw 14vw;
  }
}

@media (max-width: 750px) {

  .two-col-gradient.right-img.light-gray.regular-width .content {
    padding: 14vw;
  }
}

.two-col-gradient.right-img.light-gray.wide-width .content {
        padding: 80px 220px 80px 140px;
}

@media (max-width: 1366px) {

  .two-col-gradient.right-img.light-gray.wide-width .content {
    padding: 5.85vw 16vw 5.85vw 10.24vw;
  }
}

@media (max-width: 750px) {

  .two-col-gradient.right-img.light-gray.wide-width .content {
    padding: 14vw;
  }
}

.two-col-gradient.right-img.black {
  background-color: #000;
  color: #fff;
}

.two-col-gradient.right-img.black .content {
        background: linear-gradient(
          to right,
          rgba(0, 0, 0, 1) 80%,
          rgba(0, 0, 0, 0.65) 90%,
          rgba(0, 0, 0, 0) 100%
        );
}

@media (max-width: 750px) {

  .two-col-gradient.right-img.black .content {
    background: rgb(0, 0, 0, 0.9);
  }
}

.two-col-gradient.right-img.gray {
  background-color: #303030;
  color: #fff;
}

.two-col-gradient.right-img.gray .content {
        background: linear-gradient(
          to right,
          rgba(48, 48, 48, 1) 80%,
          rgba(48, 48, 48, 0.65) 90%,
          rgba(48, 48, 48, 0) 100%
        );
}

.two-col-gradient.right-img.gray .content::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #ce0e2d;
  height: 13px;
  width: 65px;
  transition: all 1s ease;
  clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}

@media (max-width: 1000px) {

  .two-col-gradient.right-img.gray .content::after {
    height: 1.3vw;
    width: 6.5w;
  }
}

@media (max-width: 750px) {

  .two-col-gradient.right-img.gray .content::after {
    right: 0;
    height: 1.7vw;
    width: 10vw;
  }
}

@media (max-width: 750px) {

  .two-col-gradient.right-img.gray .content {
    background: rgb(48, 48, 48, 0.9);
  }
}

.two-col-gradient.right-img.gray .content.animate::after {
  width: 130px;
}

@media (max-width: 1000px) {

  .two-col-gradient.right-img.gray .content.animate::after {
    width: 13w;
  }
}

@media (max-width: 750px) {

  .two-col-gradient.right-img.gray .content.animate::after {
    width: 20vw;
  }
}

.two-col-gradient.right-img .content {
      padding: 140px 150px 140px 140px;
}

@media (max-width: 1000px) {

  .two-col-gradient.right-img .content {
    padding: 8vw 15vw 8vw 14vw;
  }
}

@media (max-width: 750px) {

  .two-col-gradient.right-img .content {
    padding: 14vw;
  }
}

.two-col-gradient.wide-width .content {
      width: 950px;
}

@media (max-width: 1366px) {

  .two-col-gradient.wide-width .content {
    width: 69.54vw;
  }
}

@media (max-width: 750px) {

  .two-col-gradient.wide-width .content {
    width: 100%;
  }
}

.two-col-gradient.wide-width::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background-color: #ce0e2d;
  height: 13px;
  width: 220px;
  transition: all 1.3s linear;
  clip-path: polygon(4px 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 1000px) {

  .two-col-gradient.wide-width::after {
    height: 1.3vw;
    width: 22vw;
  }
}

@media (max-width: 750px) {

  .two-col-gradient.wide-width::after {
    right: 0;
    height: 1.7vw;
    width: 10vw;
  }
}

.two-col-gradient.wide-width.animate::after {
  width: 304px;
}

@media (max-width: 1000px) {

  .two-col-gradient.wide-width.animate::after {
    width: 30.4vw;
  }
}

@media (max-width: 1000px) {

  .two-col-gradient.wide-width.animate::after {
    width: 14vw;
  }
}

.two-col-gradient.extra-narrow-width .content {
      width: 790px;
}

@media (max-width: 1366px) {

  .two-col-gradient.extra-narrow-width .content {
    width: 57.83vw;
  }
}

@media (max-width: 750px) {

  .two-col-gradient.extra-narrow-width .content {
    width: 100%;
  }
}

.two-col-gradient.regular-width .content {
      width: 850px;
}

@media (max-width: 1366px) {

  .two-col-gradient.regular-width .content {
    width: 62.22vw;
  }
}

@media (max-width: 750px) {

  .two-col-gradient.regular-width .content {
    width: 100%;
  }
}

.two-col-gradient.regular-width::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 370px 106px 0 0;
  border-color: #ce0e2d transparent transparent transparent;
}

@media (max-width: 1000px) {

  .two-col-gradient.regular-width::after {
    border-width: 37vw 10.6vw 0 0;
  }
}

.two-col-gradient.narrow-width .content {
      width: 820px;
}

@media (max-width: 1366px) {

  .two-col-gradient.narrow-width .content {
    width: 60vw;
  }
}

@media (max-width: 750px) {

  .two-col-gradient.narrow-width .content {
    width: 100%;
  }
}

.two-col-gradient .gradient-img img {
      height: 100%;
      width: 100%;
      position: absolute;
      right: 0;
      top: 0;
      overflow: hidden;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: left center;
         object-position: left center;
    }

@media (max-width: 750px) {

  .two-col-gradient .gradient-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.two-col-gradient.right-img .gradient-img img {
  -o-object-position: right center;
     object-position: right center;
}

.two-col-gradient .red-overlay::before {
  content: "";
  position: absolute;
  right: calc(-1366px + 950px);
  top: 0;
  height: 100%;
  width: 50%;
  background: #ce0e2d;
  mix-blend-mode: multiply;
  clip-path: polygon(36% 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 1366px) {

  .two-col-gradient .red-overlay::before {
    right: calc(-100vw + 69.54vw);
  }
}

@media (max-width: 1200px) {

  .two-col-gradient .red-overlay::before {
    width: 43%;
  }
}

@media (max-width: 1000px) {

  .two-col-gradient .red-overlay::before {
    width: 40%;
  }
}

@media (max-width: 750px) {

  .two-col-gradient .red-overlay::before {
    right: 0;
    width: 20%;
  }
}

.two-col-gradient .content {
    box-sizing: border-box;
    position: relative;
}

.two-col-gradient .title {
    padding-bottom: 65px;
}

@media (max-width: 1000px) {

  .two-col-gradient .title {
    padding-bottom: 6.5vw;
  }
}

.two-col-gradient .red-text {
    color: #ce0e2d;
}

.two-col-gradient .subtext {
    display: flex;
    font: 900 13px / 14.4px industry,sans-serif;
    text-transform: uppercase;
    flex-wrap: wrap;
    padding-top: 30px;
}

.two-col-gradient .col {
    position: relative;
    padding: 0 10px;
}

.two-col-gradient .col:first-child {
  padding: 0 10px 0 0;
}

.two-col-gradient .col:last-child {
  padding: 0 0 0 10px;
}

.two-col-gradient .col:not(:last-child)::after {
  content: "|";
  position: absolute;
  color: #ce0e2d;
  right: 0;
}

.two-col-gradient .button {
    float: left;
    margin-top: 30px;
}

.two-col-gradient .awards {
    display: flex;
    overflow: hidden;
    padding-top: 30px;
    min-height: 100px;
}

.two-col-gradient .awards div {
      margin: auto 0;
      padding-right: 10px;
    }

@media (max-width: 750px) {

  .two-col-gradient .awards div {
    padding: 0 5px;
  }
}

@media (max-width: 1000px) {

  .two-col-gradient .awards {
    min-height: 10vw;
  }
}

@media (max-width: 750px) {

  .two-col-gradient .awards {
    min-height: 0vw;
  }
}

.two-col-gradient .logo img {
      width: 100%;
      height: auto;
    }

.grid-text {
  display: flex;
}

@media (max-width: 750px) {

  .grid-text {
    flex-direction: column-reverse;
  }
}

.grid-text .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 60%;
}

@media (max-width: 750px) {

  .grid-text .grid {
    width: 100%;
  }
}

.grid-text .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position:relative;
    width: 40%;
    background-image:  url(/wp-content/themes/dac-2021/img/textured.jpg);
    background-color: #ce0e2d;
    background-blend-mode: multiply;
    background-size: cover;
    padding: 60px;
    box-sizing: border-box;
    color: #FFF;
}

@media (max-width: 1366px) {

  .grid-text .text {
    padding: 6vw;
  }
}

@media (max-width: 750px) {

  .grid-text .text {
    padding: 14vw;
    width: 100%;
  }
}

.grid-text .title::after {
  display: none;
}

.grid-text .subtext {
    font: 400 16px / 19.5px open-sans,sans-serif;
    padding: 30px 0;
}

@media (max-width: 1200px) {

  .grid-text .subtext {
    font-size: 1.3vw;
    line-height: 1.6vw;
  }
}

@media (max-width: 1000px) {

  .grid-text .subtext {
    padding-bottom: 1vw;
    padding: 3vw 0;
  }
}

@media (max-width: 750px) {

  .grid-text .subtext {
    font-size: 16px;
    line-height: 19.5px;
    margin: 30px 0;
  }
}

@media (max-width: 600px) {

  .grid-text .subtext {
    font-size: 13px;
    line-height: 14.6px;
    margin: 4vw 0;
  }
}

.grid-text .buttons {
    display: flex;
    flex-wrap: wrap;
}

.grid-text .button {
    margin: 30px 30px 0 0;
}

@media (max-width: 1000px) {

  .grid-text .button {
    margin: 3vw 3vw 0 0;
  }
}

.tiles .tile {
    position: relative;
    width: 33.333%
  }

.tiles .tile::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.tiles .tile.hide-member {
  display: none;
}

.tiles img {
    border: none;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

.tiles .hover-overlay {
    color: #FFF;
    text-transform: uppercase;
    font: 700 12px / 14.4px industry,sans-serif;
    opacity: 0;
    transition: 0.3s;

    position: absolute;
    content: "";
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,.8);
    box-sizing: border-box
  }

.tiles .hover-overlay:hover, .tiles .hover-overlay:active {
  opacity: 1;
  cursor: pointer;
}

.tiles .hover-overlay .overlay-content {
      height: 100%;
      width: 70%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0 auto;
}

.tiles .hover-overlay .title {
      padding-bottom: 15px;
      font-size: 31.43px;
      line-height: 26.71px;
      letter-spacing: -.005em;
}

.tiles .hover-overlay .title::after {
  content: "";
  position: absolute;
  display: flex;
  height: 5px;
  width: 37px;
  background-color: #ce0e2d;
  transform: translateX(-5px);
  margin-top: 10px;
}

@media (max-width: 1000px) {

  .tiles .hover-overlay .title::after {
    height: .5vw;
    width: 3.7vw;
  }
}

@media (max-width: 1000px) {

  .tiles .hover-overlay .title {
    font-size: 3.143vw;
    line-height: 2.671vw;
  }
}

@media (max-width: 750px) {

  .tiles .hover-overlay .title {
    font-size: 4.19vw;
    line-height: 3.5vw;
  }
}

.tiles .hover-overlay .subtitle {
      padding: 10px 0 20px 0;
}

@media (max-width: 1000px) {

  .tiles .hover-overlay .subtitle {
    padding: 1vw 0 2vw 0;
  }
}

@media (max-width: 750px) {

  .tiles .hover-overlay .subtitle {
    font-size: 3.19vw;
    line-height: 3vw;
  }
}

.tiles .hover-overlay .button {
      padding: 8px 15px;
      text-align: center;
}

@media (max-width: 1200px) {

  .tiles .hover-overlay .button {
    padding: .5vw 1vw;
    letter-spacing: .1em;
  }
}

@media (max-width: 750px) {

  .tiles .hover-overlay .button {
    letter-spacing: 0em;
  }
}

.meet-the-team-popup {
  display: none;
  z-index: 2000;
  position: fixed;
  bottom: 5%;
  max-width: 1366px; 
  max-height: 95vh;
  overflow: auto;
  width: 100%;
  background: #fff;
}

.show-profile .meet-the-team-popup {
    display: block;
  }

@media (max-width: 750px) {

  .meet-the-team-popup {
    bottom: 0;
    max-height: 85vh;
  }
}

.meet-the-team-popup .team-member {
    position: relative;
    display: none;
    overflow: scroll;
}

.meet-the-team-popup .team-member.show {
  display: flex;
  align-items: center;
}

@media (max-width: 750px) {

  .meet-the-team-popup .team-member.show {
    flex-direction: column;
  }
}

@media (max-width: 1366px) {

  .meet-the-team-popup img {
    width: 49.78vw;
    height: 49.78vw;
  }
}

@media (max-width: 750px) {

  .meet-the-team-popup img {
    padding-top: 9.75vw;
  }
}

.meet-the-team-popup .text-panel {
    padding: 117px 88px 60px 88px;
    max-width: 458px;
}

@media (max-width: 1200px) {

  .meet-the-team-popup .text-panel {
    padding: 9.75vw 7.333vw 5vw 7.333vw;
  }
}

@media (max-width: 750px) {

  .meet-the-team-popup .text-panel {
    padding: 15.6vw 11.733vw;
  }
}

@media (max-width: 400px) {

  .meet-the-team-popup .text-panel {
    padding: 15.6vw 11.733vw 21vw 11.733vw;
  }
}

.meet-the-team-popup .title {
    padding-bottom: 45px;
}

.meet-the-team-popup .title::after {
  content: "";
  position: absolute;
  display: flex;
  height: 9px;
  width: 70px;
  background-color: #ce0e2d;
  transform: translateX(-10px);
  margin-top: 25px;
}

@media (max-width: 1000px) {

  .meet-the-team-popup .title::after {
    height: 0.9vw;
    width: 7vw;
    transform: translateX(-1vw);
  }
}

.meet-the-team-popup .subtitle {
    color: #ce0e2d;
    font: 900 18px / 51px industry, sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media (max-width: 1200px) {

  .meet-the-team-popup .subtitle {
    margin-bottom: 1.25vw;
  }
}

.meet-the-team-popup .text-content {
    font: 500 17px / 20.4px din-condensed,sans-serif;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {

  .meet-the-team-popup .text-content {
    margin-bottom: 2.5vw;
  }
}

.meet-the-team-popup .call-btn {
    cursor: pointer;
}

.meet-the-team-popup .call-btn:hover {
    background: #d8d8d8; /*Becaue bg is already white? So override*/
}

.meet-the-team-popup .directional-btns {
    position: fixed;
    bottom: calc(5% + 30px);
    left: calc(50% + (1366px / 2) - 200px); /* minus width (167px) minus padding to the right*/
    display: flex;
    width: 167px;
    justify-content: space-between;
    border-radius: 20%;
    background: #fff;
    box-shadow: 0 10px 14px #fff;
}

.meet-the-team-popup .directional-btns > div {
      width: 28.6px;
      height: 28.6px;
      cursor: pointer;
    }

.meet-the-team-popup .directional-btns .left {
      background: no-repeat center url(./img/left-arrow.svg);
    }

.meet-the-team-popup .directional-btns .right {
      background: no-repeat center url(./img/right-arrow.svg);
    }

@media (max-width: 1366px) {

  .meet-the-team-popup .directional-btns {
    right: 2.48vw;
    left: unset;
  }
}

@media (max-width: 1200px) {

  .meet-the-team-popup .directional-btns {
    right: 2.83vw;
  }
}

@media (max-width: 1000px) {

  .meet-the-team-popup .directional-btns {
    right: 3.4vw;
    width: 16.7vw;
  }
}

@media (max-width: 750px) {

  .meet-the-team-popup .directional-btns {
    bottom: 30px;
    right: 34px;
    width: 150px;
  }
}

.meet-the-team-popup .close-btn-red {
    width: 28.6px;
    height: 28.6px;
    background: no-repeat center url(./img/close-btn-red.svg);
    position: absolute;
    top: 26px;
    right: 32px;
    cursor: pointer;
    transition: filter 0.3s ease;
}

.two-col-textured-bg {
  display: flex;
}

.two-col-textured-bg .text-content {
    color: #FFF;
    box-sizing: border-box;
    padding: 88px 150px 88px 88px;
    width: 60%;
    background-image:  url(/wp-content/themes/dac-2021/img/textured.jpg);
    background-color: #ce0e2d;
    background-blend-mode: multiply;
    background-size: cover;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

@media (max-width: 1200px) {

  .two-col-textured-bg .text-content {
    padding: 7.3vw;
  }
}

@media (max-width: 1000px) {

  .two-col-textured-bg .text-content {
    padding: 8.8vw;
  }
}

@media (max-width: 750px) {

  .two-col-textured-bg .text-content {
    width: 100%;
  }
}

.two-col-textured-bg .text {
    padding: 30px 0;
}

@media (max-width: 1000px) {

  .two-col-textured-bg .text {
    padding: 3vw 0;
  }
}

@media (max-width: 750px) {

  .two-col-textured-bg .text {
    padding: 30px 0;
  }
}

.two-col-textured-bg .button:nth-child(1) {
  margin-right: 28px;
}

@media (max-width: 1000px) {

  .two-col-textured-bg .button:nth-child(1) {
    margin-right: 2.8vw;
  }
}

@media (max-width: 750px) {

  .two-col-textured-bg .button:nth-child(1) {
    margin-right: 28px;
  }
}

.two-col-textured-bg .video-container {
    width: 40%;
    position: relative;
}

@media (max-width: 750px) {

  .two-col-textured-bg .video-container {
    width: 100%;
  }
}

.two-col-textured-bg .popup-container {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,.8);
    z-index: 5;
    top:0;
    bottom:0;
}

.show-video .two-col-textured-bg .popup-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: fixed;
      
      
    }

.two-col-textured-bg .video-icon-gray {
    position: absolute;
    height: 176px;
    width: 176px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: no-repeat center/176px 176px url(./img/play-button.svg);
}

.two-col-textured-bg .video-icon-gray:hover {
  cursor: pointer;
}

@media (max-width: 750px) {

  .two-col-textured-bg .video-icon-gray {
    background-size: 23.45vw 23.45vw;
    height: 23.45vw;
    width: 23.45vw;
  }
}

.two-col-textured-bg .video-popup-container {
    position: relative;
}

@media (max-width: 750px) {

  .two-col-textured-bg .wp-video {
    width: 100% !important;
  }
}

.two-col-textured-bg .close-btn-red {
    position: absolute;
    top:0;
    right: 0;
    margin: 15px;
    z-index: 1;
}

.two-col-textured-bg img {
    /* height: 100%;*/
    width: 100%;
}

.two-col-textured-bg .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.two-col-textured-bg .title::after {
  display: none;
}

.two-col-textured-bg .subtitle {
    font: 900 18px / 51px industry,sans-serif;
    color: #ce0e2d;
    letter-spacing: -.005em;
    text-transform: uppercase;
}

@media (max-width: 1000px) {

  .two-col-textured-bg .subtitle {
    font-size: 1.8vw;
    line-height: 5.1vw;
  }
}

@media (max-width: 750px) {

  .two-col-textured-bg .subtitle {
    font-size: 2.4vw;
    line-height: 6.8vw;
  }
}

@media (max-width: 600px) {

  .two-col-textured-bg .subtitle {
    font-size: 14px;
    line-height: 40px;
  }
}

@media (max-width: 750px) {

  .two-col-textured-bg {
    flex-direction: column;
  }
}

.img-text-textured {
  display: flex;
  position: relative
}

.img-text-textured::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-image:  url(/wp-content/themes/dac-2021/img/textured.jpg);
  background-color: rgb(255,255,255, 1);
  background-blend-mode: multiply;
  background-size: cover;
}

@media (max-width: 750px) {

  .img-text-textured {
    flex-direction: column;
  }
}

.img-text-textured img {
    position: relative;
    width: 50%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding-left: 30px;
    box-sizing: border-box;
}

@media (max-width: 1000px) {

  .img-text-textured img {
    padding-left: 3vw;
  }
}

@media (max-width: 750px) {

  .img-text-textured img {
    width: 100%;
    padding: 30px;
  }
}

.img-text-textured .text-content {
    position: relative;
    width: 50%;
    padding: 90px 50px;
    box-sizing: border-box;
}

.img-text-textured .text-content::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background-color: #ce0e2d;
  height: 13px;
  width: 200px;
  transition: all 1.3s linear;
  clip-path: polygon(4px 0, 100% 0, 100% 100%, 0 100%);
}

.img-text-textured .text-content.animate::after {
  width: 304px;
}

@media (max-width: 1000px) {

  .img-text-textured .text-content.animate::after {
    height: 1.3vw;
    width: 30.4vw;
  }
}

@media (max-width: 750px) {

  .img-text-textured .text-content.animate::after {
    right: 0;
    height: 1.7vw;
    width: 10vw;
  }
}

@media (max-width: 1000px) {

  .img-text-textured .text-content {
    padding: 9vw 5vw;
  }
}

@media (max-width: 750px) {

  .img-text-textured .text-content {
    width: 100%;
    padding: 30px;
  }
}

.img-text-textured .copy {
    padding: 55px 10px 45px 0;
}

@media (max-width: 1000px) {

  .img-text-textured .copy {
    padding: 5.5vw 1vw 4.5vw 0;
  }
}

.four-col-grid {
  background: #000;
}

.four-col-grid .tiles {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

.four-col-grid .tiles .tile {
      width: 25%;
    }

@media (max-width: 750px) {

  .four-col-grid .tiles .hover-overlay .title {
    font-size: 3.143vw;
    line-height: 2.671vw;
  }
}

@media (max-width: 750px) {

  .four-col-grid .tiles .hover-overlay .subtitle {
    font-size: 1.6vw;
    line-height: 1.9vw;
  }
}

@media (max-width: 600px) {

  .four-col-grid .tiles .hover-overlay .button {
    display: none;
  }
}

.two-col-video {
  display: flex;
  position: relative;
  background-color: #000
}

.two-col-video:first-child .content {
      padding: 170px 30px 70px 30px;
}

@media (max-width: 1000px) {

  .two-col-video:first-child .content {
    padding: 17vw 3vw 17vw 3vw;
  }
}

@media (max-width: 750px) {

  .two-col-video:first-child .content {
    padding: 10vw;
  }
}

.two-col-video:first-child .media-container {
      height: auto;
}

.two-col-video:first-child .media-container::before {
  clip-path: polygon(0% 0%, 0% 100%, 8% 100%, 8% 25%, 95% 25%, 95% 80%, 6% 80%, 8% 100%, 100% 100%, 100% 0%);
}

@media (max-width: 750px) {

  .two-col-video:first-child .media-container {
    height: 72vw;
  }
}

@media (max-width: 750px) {

  .two-col-video:first-child {
    height: auto;
  }
}

.two-col-video.left-img .content::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 160px 45px;
  transition: all 1s ease;
  border-color: transparent transparent #ce0e2d transparent;
}

@media (max-width: 1000px) {

  .two-col-video.left-img .content::before {
    border-width: 0 0 16vw 4.5vw;
  }
}

.two-col-video.left-img .media-container.black::before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 85%, rgb(0, 0, 0, 1) 95%, rgb(0, 0, 0, 1) 100%);
}

.two-col-video.left-img .media-container.light-gray::before {
  background: linear-gradient(
            to right,
            rgba(216, 216, 216, 0.8) 85%,
            rgb(216, 216, 216, 1) 95%,
            rgb(216, 216, 216, 1) 100%
          );
}

.two-col-video.left-img .media-container.gray::before {
  background: linear-gradient(
            to right,
            rgba(48, 48, 48, 0.8) 85%,
            rgb(48, 48, 48, 1) 95%,
            rgb(48, 48, 48, 1) 100%
          );
}

.two-col-video.right-img .content {
      padding-left: 95px;
}

@media (max-width: 1000px) {

  .two-col-video.right-img .content {
    padding-left: 9.5vw;
  }
}

.two-col-video.right-img .content::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 160px 45px 0 0;
  border-color: #ce0e2d transparent transparent transparent;
}

@media (max-width: 1000px) {

  .two-col-video.right-img .content::before {
    border-width: 16vw 4.5vw 0 0;
  }
}

.two-col-video.right-img .media-container {
      order: 1;
}

.two-col-video.right-img .media-container.black::before {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 70%, rgb(0, 0, 0, 0.9) 90%, rgb(0, 0, 0, 1) 100%);
}

.two-col-video.right-img .media-container.light-gray::before {
  background: linear-gradient(
            to left,
            rgba(216, 216, 216, 0.8) 85%,
            rgb(216, 216, 216, 1) 95%,
            rgb(216, 216, 216, 1) 100%
          );
}

@media (max-width: 750px) {

  .two-col-video.right-img .media-container.light-gray {
    order: -1;
  }
}

.two-col-video.right-img .media-container.gray::before {
  background: linear-gradient(
            to left,
            rgba(48, 48, 48, 0.8) 85%,
            rgb(48, 48, 48, 1) 95%,
            rgb(48, 48, 48, 1) 100%
          );
}

@media (max-width: 750px) {

  .two-col-video.right-img .media-container.gray {
    order: -1;
  }
}

.two-col-video .media-container {
    width: 770px;
    position: relative;
    overflow: hidden;
    order: -1;
}

.two-col-video .media-container::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  clip-path: polygon(0% 0%, 0% 100%, 8% 100%, 8% 16%, 95% 16%, 95% 86%, 6% 86%, 8% 100%, 100% 100%, 102% 0%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 70%, rgb(0, 0, 0, 0.9) 90%, rgb(0, 0, 0, 1) 100%);
}

@media (max-width: 750px) {

  .two-col-video .media-container::before {
    clip-path: polygon(0% 0%, 0% 100%, 8% 100%, 8% 16%, 92% 16%, 92% 86%, 6% 86%, 8% 100%, 100% 100%, 102% 0%);
  }
}

@media (max-width: 1366px) {

  .two-col-video .media-container {
    width: 56.36vw;
    height: auto;
  }
}

@media (max-width: 750px) {

  .two-col-video .media-container {
    height: 72vw;
    width: 100vw;
  }
}

.two-col-video .popup-container {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.8);
    z-index: 5;
    top: 0;
    bottom: 0;
}

.show-video .two-col-video .popup-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: fixed;
    }

.two-col-video .video-container {
    position: relative;
}

@media (max-width: 750px) {

  .two-col-video .wp-video {
    width: 100% !important;
  }
}

.two-col-video .close-btn-red {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
    z-index: 1;
}

.two-col-video .video-icon {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.two-col-video .video-icon::after {
  content: "";
  height: 92px;
  width: 92px;
  background: no-repeat center/92px 92px url(./img/play-button-white.svg);
}

@media (max-width: 1200px) {

  .two-col-video .video-icon::after {
    background-size: 7.6vw 7.6vw;
  }
}

@media (max-width: 750px) {

  .two-col-video .video-icon::after {
    background-size: 12.26vw 12.26vw;
  }
}

.two-col-video .video-icon:hover {
  cursor: pointer;
}

.two-col-video .content {
    background: #000;
    padding: 70px 30px;
    position: relative;
    color: #fff;
    width: calc(100% - 770px);
    box-sizing: border-box;
}

.two-col-video .content.light-gray {
  color: #000;
  background: #d8d8d8;
}

.two-col-video .content.gray {
  background: #303030;
}

.two-col-video .content .title {
      padding-bottom: 65px;
}

@media (max-width: 1000px) {

  .two-col-video .content .title {
    padding-bottom: 6.5vw;
  }
}

.two-col-video .content .text {
      padding-bottom: 40px;
}

@media (max-width: 1000px) {

  .two-col-video .content .text {
    padding-bottom: 4vw;
  }
}

.two-col-video .content .subtitle {
      color: #ce0e2d;
      font: 900 18px / 51px industry, sans-serif;
      text-transform: uppercase;
}

.two-col-video .content ul {
      margin-left: 48px;
}

.two-col-video .content ul li {
        margin-bottom: 0.2em;
      }

@media (max-width: 1366px) {

  .two-col-video .content {
    width: calc(100% - 56.36vw);
  }
}

@media (max-width: 750px) {

  .two-col-video .content {
    background: none;
    padding: 10vw;
    width: 100%;
  }
}

.two-col-video .list-header {
    font-weight: 300;
    margin-bottom: 1em;
}

.two-col-video .list-header.bold {
  font-weight: 700;
}

@media (max-width: 750px) {

  .two-col-video {
    flex-direction: column;
  }
}

.quote-slider {
  background-color: #000;
  color: #FFF;
  position: relative;
  font: 900 49.55px / 48px industry,sans-serif;
  letter-spacing: -.005em;
  padding: 60px 140px;
  text-transform: uppercase;
  box-sizing: border-box
}

.quote-slider::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 160px 45px;
  border-color: transparent transparent #ce0e2d transparent;
}

@media (max-width: 1000px) {

  .quote-slider::before {
    border-width: 0 0 16vw 4.5vw;
  }
}

.quote-slider .title {
    font-size: 34px;
    line-height: 14.4px;
    color: #ce0e2d;
}

@media (max-width: 1000px) {

  .quote-slider .title.animateable.animate::after {
    height: 0.9vw;
    width: 5vw;
  }
}

@media (max-width: 1000px) {

  .quote-slider .title {
    font-size: 3.4vw;
    line-height: 1.44vw;
  }
}

.quote-slider .quote-slide {
    display: flex;
    position: absolute;
    opacity: 0;
    top:0;
    left: 0;
    flex-direction: column;
    transition: 0.3s ease;
    padding: 60px 140px;
    box-sizing: border-box;
}

@media (max-width: 1000px) {

  .quote-slider .quote-slide {
    padding: 6vw 14vw;
  }
}

.quote-slider .quote-slide.show-slide {
    opacity: 1;
}

.quote-slider img {
    width: 30%;
    height: auto;
    align-self: flex-end;
    transform: translateY(-30px);
}

@media (max-width: 1000px) {

  .quote-slider img {
    width: 35%;
    transform: translateY(-3vw);
  }
}

@media (max-width: 750px) {

  .quote-slider img {
    width: 50%;
  }
}

.quote-slider .quote {
    padding: 44px 50px 50px 0;
}

.quote-slider .quote::before {
  content: "";
  position: absolute;
  height: 56px;
  width: 75px;
  background: no-repeat center url(./img/open-quotation.svg);
  transform: translate(-45px, -28px);
}

@media (max-width: 1000px) {

  .quote-slider .quote::before {
    height: 5.6vw;
    width: 7.5vw;
    transform: translate(-4.5vw, -2.8vw);
  }
}

.quote-slider .quote::after {
  content: "";
  position: absolute;
  transform: translateX(-10px);
  height: 56px;
  width: 75px;
  background: no-repeat center url(./img/close-quotation.svg);
  transform: translate(-20px, 16px);
}

@media (max-width: 1000px) {

  .quote-slider .quote::after {
    height: 5.6vw;
    width: 7.5vw;
    transform: translate(-2vw, 1.6vw);
  }
}

@media (max-width: 1000px) {

  .quote-slider .quote {
    padding: 4.4vw 0 5vw 0;
  }
}

.quote-slider .label {
    color: #ce0e2d;
    font-size: 22px;
    line-height: 51px;
}

@media (max-width: 1000px) {

  .quote-slider .label {
    font-size: 2.2vw;
    line-height: 5.1vw;
  }
}

@media (max-width: 1000px) {

  .quote-slider {
    font-size: 4.955vw;
    line-height: 4.8vw;
    padding: 6vw 14vw;
  }
}

.quote-slider .prev, .quote-slider .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #ce0e2d;
    font-weight: bold;
    font-size: 60px;
    transition: all .3s ease;
    border-radius: 0 3px 3px 0;
}

.quote-slider .prev:hover, .quote-slider .next:hover {
  transform: scale(1.5);
}

.quote-slider .prev.hide, .quote-slider .next.hide {
  display: none;
}

.quote-slider .prev {
    left: 50;
    background: no-repeat center/17px 29px url(./img/left-arrow.svg);
}

@media (max-width: 750px) {

  .quote-slider .prev {
    left: 5vw;
  }
}

.quote-slider .next {
    right: 50;
    background: no-repeat center/17px 29px url(./img/right-arrow.svg);
}

@media (max-width: 750px) {

  .quote-slider .next {
    right: 5vw;
  }
}

.two-col-text {
  display: flex;
  position: relative;


  padding: 60px 90px;
  box-sizing: border-box
}

.two-col-text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image:  url(/wp-content/themes/dac-2021/img/textured.jpg);
  background-blend-mode: multiply;
  background-size: cover;
}

.two-col-text.gray {
  color: #000;
  padding: 60px 90px 90px 90px;
}

.two-col-text.gray::before {
  background-color: #FFF;
  opacity: 0.3;
}

.two-col-text.gray .content { 
      border: none;
}

@media (max-width: 750px) {

  .two-col-text.gray .content {
    padding: 4vw;
  }
}

@media (max-width: 1000px) {

  .two-col-text.gray {
    padding: 6vw 9vw 9vw 9vw;
  }
}

.two-col-text.red {
  color: #FFF;
}

.two-col-text.red::before {
  background-color: #ce0e2d;
}

.two-col-text.red .title::after {
  display: none;
}

@media (max-width: 1000px) {

  .two-col-text {
    padding: 6vw 9vw;
  }
}

@media (max-width: 750px) {

  .two-col-text {
    flex-direction: column;
  }
}

.two-col-text .left-text {
    position: relative;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 750px) {

  .two-col-text .left-text {
    width: 100%;
    padding: 4vw 0;
  }
}

.two-col-text .content {
    position: relative;
    width: 60%;
    border-left: 1px solid #FFF;
    padding: 35px 80px;
    box-sizing: border-box;
}

@media (max-width: 1000px) {

  .two-col-text .content {
    padding: 3.5vw 8vw;
  }
}

@media (max-width: 750px) {

  .two-col-text .content {
    border-top: 1px solid #FFF;
    border-left: none;
    width: 100%;
    padding: 8vw;
  }
}

.two-col-text .buttons {
    display: flex;
    flex-wrap: wrap;
}

.two-col-text .button {
    margin: 30px 30px 0 0;
}

@media (max-width: 1000px) {

  .two-col-text .button {
    margin: 3vw 3vw 0 0;
  }
}

.left-side-text {
  position: relative;
  color: #FFF;
}

.left-side-text img {
    height: 100%;
    width: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
  }

.left-side-text .content {
    position: relative;
    padding: 180px 0 90px 140px
  }

.left-side-text .content::before {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: .5;
  height: 100%;
  width: 100%;
  top: 0;
  left:0;
}

.left-side-text .content::after {
  position: absolute;
  content: "";
  background-color: #ce0e2d;
  height: 13px;
  width: 127px;
  bottom: 0;
  left:0;
  clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
}

@media (max-width: 1000px) {

  .left-side-text .content::after {
    height: 1.3vw;
    width: 12.7vw;
  }
}

@media (max-width: 1000px) {

  .left-side-text .content {
    padding: 18vw 0 15vw 14vw;
  }
}

@media (max-width: 600px) {

  .left-side-text .content {
    padding: 15vw;
  }
}

.left-side-text .title {
    position: relative;
}

.left-side-text .text {
    position: relative;
    padding-top: 50px;
    font-size: 24px;
    line-height: 40px;
}

@media (max-width: 1000px) {

  .left-side-text .text {
    font-size: 2.4vw;
    line-height: 4vw;
  }
}

@media (max-width: 750px) {

  .left-side-text .text {
    font-size: 18px;
    line-height: 30px;
  }
}

.left-side-text .label {
    font-weight: 900;
}

.left-side-text .value {
    font-weight: 400;
}

.sustainable-features {
  position: relative;
  color: #FFF
}

.sustainable-features.img-only img {
      height: auto;
      position: relative;
}

.sustainable-features.img-only .content {
      padding: 0;
      position: unset;
}

.sustainable-features img {
    height: 100%;
    width: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
}

.sustainable-features .content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 100px;
}

.sustainable-features .content::before {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: .5;
  height: 100%;
  width: 100%;
  top: 0;
  left:0;
}

@media (max-width: 1000px) {

  .sustainable-features .content {
    padding: 10vw;
  }
}

.sustainable-features .title {
    position: relative;
    align-self: flex-end;
    padding: 0 150px 60px 0;
}

@media (max-width: 1000px) {

  .sustainable-features .title {
    padding: 0 15vw 6vw 0;
  }
}

@media (max-width: 750px) {

  .sustainable-features .title {
    padding: 0 0 8vw 0;
    font-size: 6.66vw;
    line-height: 5.8vw;
  }
}

.sustainable-features .cols {
    display: flex;
    justify-content: center;
}

@media (max-width: 750px) {

  .sustainable-features .cols {
    flex-direction: column;
  }
}

.sustainable-features .col {
    padding: 10px 50px;
    position: relative;
}

.sustainable-features .col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  width: 1px;
  height: 100px;
  background-color: #FFF;
}

@media (max-width: 750px) {

  .sustainable-features .col:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 750px) {

  .sustainable-features .col:not(:last-child) {
    border-bottom: 1px #FFF solid;
  }
}

@media (max-width: 1200px ) {

  .sustainable-features .col {
    padding: 0 3vw;
  }
}

@media (max-width: 750px) {

  .sustainable-features .col {
    padding: 5vw 0;
  }
}

.sustainable-features .text {
    max-width: 260px;
    line-height: 20px;
}

.sustainable-features .subtext {
    font-size: 13px;
    line-height: 16px;
    color: #BCBCBC;
}

.sustainable-features .values {
    display: flex;
}

.sustainable-features .unit {
    padding-top: 10px;
    font: 900 60px / 51px industry,sans-serif;
}

@media (max-width: 1000px) {

  .sustainable-features .unit {
    font-size: 6vw;
    line-height: 5.1vw;
  }
}

@media (max-width: 750px) {

  .sustainable-features .unit {
    font-size: 6.66vw;
    line-height: 5.8vw;
  }
}

.sustainable-features .number {
    padding-top: 10px;
    position: relative;
    font: 900 60px / 51px industry,sans-serif;
    letter-spacing: -.005em;
    border-bottom: 5.5px #ce0e2d solid;
}

@media (max-width: 1000px) {

  .sustainable-features .number {
    font-size: 6vw;
    line-height: 5.1vw;
  }
}

@media (max-width: 750px) {

  .sustainable-features .number {
    font-size: 6.66vw;
    line-height: 5.8vw;
  }
}

.sustainable-features .value-text {
    font: 900 32px / 1em industry,sans-serif;
}

@media (max-width: 1200px) {

  .sustainable-features .value-text {
    font-size: 2.6vw;
  }
}

@media (max-width: 750px) {

  .sustainable-features .value-text {
    font-size: 4.2vw;
  }
}

@media (max-width: 600px) {

  .sustainable-features .value-text {
    font-size: 5.3vw;
  }
}

@media (max-width: 400px) {

  .sustainable-features .value-text {
    font-size: 20px;
  }
}

.careers {
  padding: 88px 78px;
}

@media (max-width: 1000px) {

  .careers {
    padding: 8.8vw 7.8vw;
  }
}

@media (max-width: 750px) {

  .careers {
    padding: 5vw;
  }
}

.careers .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.careers .title {
    padding: 0 60px;
}

@media (max-width: 1000px) {

  .careers .title {
    padding: 0 6vw;
  }
}

@media (max-width: 750px) {

  .careers .title {
    padding: 3vw;
  }
}

.careers .copy {
    padding: 60px;
}

.careers .copy p {
      margin-bottom: 2em;
    }

@media (max-width: 1000px) {

  .careers .copy {
    padding: 6vw;
  }
}

@media (max-width: 750px) {

  .careers .copy {
    padding: 6vw 3vw;
  }
}

.careers li {
    list-style: none;
}

.careers .listing {
    padding: clamp(10px, 1.8vw, 18px) min(60px, 6vw) clamp(6.5px, 1vw, 10px);
    border-top: 1px rgba(206,14,45,0.26667) solid;
}

.careers .listing a {
      color: #000;
      display: block
    }

.careers .listing a:hover .job-name {
          transition: color 0.25s ease;
          color: #ce0e2d;
}

.careers .listing .job-name {
      font: 900 18px / 1.2em industry,sans-serif;
      text-transform: uppercase;
      position: relative;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
    }

.careers .listing .location {
      font: 500 14px industry,sans-serif;
      color: #ce0e2d
    }

.careers .listing .location::after {
  content: "-";
  color: #000;
  display: inline-block;
  padding: 0 min(8px, 0.8vw);
}

.careers .listing .location:last-child::after {
  display: none;
}

.photos-text-block {
  display: flex;
  position: relative;
  padding: 95px 75px;
  color: #303030;
  box-sizing: border-box
}

.photos-text-block::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-image: url(/wp-content/themes/dac-2021/img/textured.jpg);
  background-color: rgb(255, 255, 255, 1);
  background-blend-mode: multiply;
  background-size: cover;
}

@media (max-width: 1366px) {

  .photos-text-block {
    padding: 6.95vw 5.49vw;
  }
}

@media (max-width: 750px) {

  .photos-text-block {
    flex-direction: column;
  }
}

.photos-text-block .photos {
    width: 50%;
    position: relative;
}

@media (max-width: 750px) {

  .photos-text-block .photos {
    width: 100%;
    padding: 5vw;
    box-sizing: border-box;
    justify-content: center;
  }
}

.photos-text-block .photo {
    background-color: #fff;
    padding: 10px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.5);
}

.photos-text-block .photo:nth-child(1) {
  z-index: 2;
  transform: rotate(-4.798deg);
}

.photos-text-block .photo:nth-child(2) {
  position: relative;
  left: 80px;
  transform: rotate(-356.86deg);
  z-index: 1;
}

@media (max-width: 750px) {

  .photos-text-block .photo:nth-child(2) {
    left: unset;
  }
}

.photos-text-block .photo:nth-child(3) {
  transform: rotate(-4.798deg);
}

@media (max-width: 1000px) {

  .photos-text-block .photo {
    padding: 1vw;
  }
}

.photos-text-block .photo img {
      width: 450px;
      height: auto;
}

@media (max-width: 1366px) {

  .photos-text-block .photo img {
    width: 32.94vw;
  }
}

@media (max-width: 1200px) {

  .photos-text-block .photo img {
    width: 31vw;
  }
}

@media (max-width: 1000px) {

  .photos-text-block .photo img {
    width: 29.5vw;
  }
}

@media (max-width: 750px) {

  .photos-text-block .photo img {
    width: 75vw;
  }
}

.photos-text-block .text-content {
    width: 50%;
    position: relative;
}

@media (max-width: 750px) {

  .photos-text-block .text-content {
    width: 100%;
    padding: 5vw;
    box-sizing: border-box;
  }
}

.photos-text-block .title {
    padding-bottom: 20px;
}

.photos-text-block .text {
    padding: 30px 0 40px 0;
}

.photos-text-block .subheading {
    font: 900 23px / 27.6px industry,sans-serif;
    text-transform: uppercase;
}

.photos-text-block .signatories {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.photos-text-block .signatory {
    padding-bottom: 20px;
}

@media (max-width: 1000px) {

  .photos-text-block .signatory {
    padding: 20px;
  }
}

.photos-text-block .name {
    padding-top: 20px;
}

.photos-text-block .position {
    font: 400 19px / 22.8px industry,sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
}

@media (max-width: 1366px) {

  .photos-text-block .signature img {
    width: 17vw;
    height: auto;
  }
}

@media (max-width: 750px) {

  .photos-text-block .signature img {
    width: 32vw;
    height: auto;
  }
}

.form-block {
  display: flex;
  padding: 90px 80px;
  background-color: #d8d8d8;
}

@media (max-width: 1200px) {

  .form-block {
    padding: 7.5vw 5.666vw;
  }
}

@media (max-width: 750px) {

  .form-block {
    flex-direction: column;
  }
}

.form-block .text {
    width: 40%;
    padding: 10px 50px;
    box-sizing: border-box;
}

@media (max-width: 1200px) {

  .form-block .text {
    padding: 0.83vw 4.16vw;
  }
}

@media (max-width: 750px) {

  .form-block .text {
    width: 100%;
    padding: 3vw;
  }
}

.form-block .copy {
    padding: 50px 0;
}

@media (max-width: 1000px) {

  .form-block .copy {
    padding: 5vw 0;
  }
}

@media (max-width: 750px) {

  .form-block .copy {
    padding: 6.66vw 0;
  }
}

.form-block .form {
    width: 60%;
    padding: 10px 50px;
    border-left: 1px solid #000;
    box-sizing: border-box;
    position: relative;
}

@media (max-width: 1200px) {

  .form-block .form {
    padding: 0.83vw 4.16vw;
  }
}

@media (max-width: 750px) {

  .form-block .form {
    width: 100%;
    border: none;
    padding: 3vw;
  }
}

.form-block .formidable-container {
    position: relative;
    display: flex;
    flex-direction: column;
}

@media (max-width: 400px) {

  .form-block .formidable-container {
    display: block;
  }
}

@media (max-width: 400px) {

  .form-block .frm_forms {
    padding-bottom: 20px;
  }
}

.form-block .frm_forms .frm_form_field {
      display: flex;
      flex-direction: column;
}

.form-block .frm_forms label {
      font: 900 23px / 27.6px industry,sans-serif;
      text-transform: uppercase;
      padding: 30px 0 10px 0;
}

@media (max-width: 1000px) {

  .form-block .frm_forms label {
    padding: 3vw 0 1vw 0;
  }
}

.form-block .frm_forms select, .form-block .frm_forms input, .form-block .frm_forms textarea {
      border-radius: 5px;
      border-width: 1px;
      font: 400 19px / 22.8px din-2014,sans-serif;
      letter-spacing: .1em;
      padding: 0 10px;
}

@media (max-width: 600px) {

  .form-block .frm_forms select, .form-block .frm_forms input, .form-block .frm_forms textarea {
    margin: 10px 0;
  }
}

.form-block .frm_forms select, .form-block .frm_forms input {
      height: 38px;
}

.form-block .frm_forms .frm_required {
      color: #ce0e2d;
}

.form-block .frm_forms #field_subcategory {
      opacity: 0;
}

.form-block .frm_forms #field_subcategory.show {
  opacity: 1;
}

@media (max-width: 600px) {

  .form-block .frm_forms #field_subcategory.show {
    display: block;
  }
}

@media (max-width: 600px) {

  .form-block .frm_forms #field_subcategory {
    display: none;
  }
}

.form-block .frm_forms #field_subcategory_label {
      opacity: 0;
}

@media (max-width: 600px) {

  .form-block .frm_forms #field_subcategory_label {
    display: none;
  }
}

.form-block .frm_forms .frm_dropzone.dz-clickable {
      min-height: unset;
}

.form-block .frm_forms .frm_compact .frm_dropzone.dz-clickable .dz-message {
      border: 1px solid #000;
      margin: 0;
}

.form-block .frm_forms .frm_upload_icon {
      display: none;
}

.form-block .frm_forms .frm_compact_text button {
        text-transform: unset;
        font: 300 19px / 22.8px din-condensed,sans-serif;
        letter-spacing: 0.1em;
      }

.form-block .frm_forms .frm_small_text {
      display: none;
}

.form-block .frm_forms select {
      -webkit-appearance: none; 
      -moz-appearance:none;
      appearance:none;
      position: relative;
      background: #fff url(./img/arrow-down.svg) no-repeat right 10px top 55%/20px 10px;
}

.form-block .frm_forms select::after {
  content: "hello world";
  position: absolute;
}

.form-block .frm_forms .frm_submit {
      align-self: flex-end;
      justify-self: flex-end;
}

.form-block .frm_forms button {
        font: 300 14.94px / 17.93px din-condensed,sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        color: #fff;
        padding: 8px 25px;
        background-color: #ce0e2d;
        border: none;
        transition: 0.3s;
}

.form-block .frm_forms button:hover {
  cursor: pointer;
  background-color: #fff;
  color: #ce0e2d;
}

@media (max-width: 1000px) {

  .form-block .frm_forms button {
    font-size: 1.494vw;
    line-height: 1.793vw;
    padding: 0.8vw 2.5vw;
  }
}

@media (max-width: 750px) {

  .form-block .frm_forms button {
    font-size: 14.94px;
    line-height: 17.93px;
    padding: 8px 13px;
  }
}

.form-block .application-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 400px) {

  .form-block .application-btn {
    position: relative;
    right: unset;
    bottom: unset;
  }
}

.form-block .required-label {
    font: 400 14px / 16.8px din-2014,sans-serif;
    padding-top: 20px;
}

.form-block .required-label::after {
  content: "*";
  color: #ce0e2d;
}

@media (max-width: 1200px) {

  .form-block .title {
    font-size: 5vw;
  }
}

@media (max-width: 750px) {

  .form-block .title {
    font-size: 50px;
    line-height: 43.5px;
  }
}

@media (max-width: 600px) {

  .form-block .title {
    font-size: 40px;
    line-height: 34px;
  }
}

@media (max-width: 400px) {

  .form-block .title {
    font-size: 30px;
    line-height: 25.5px;
  }
}

.form-block .heading {
    font: 900 23px / 27px industry,sans-serif;
    text-transform: uppercase;
}

.form-block .resource {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 560px;
    padding: 5px 0;
    font: 300 19px / 22px din-2014,sans-serif;
}

@media (max-width: 1200px) {

  .form-block .resource {
    width: 46vw;
  }
}

@media (max-width: 750px) {

  .form-block .resource {
    width: 100%;
  }
}

@media (max-width: 400px) {

  .form-block .resource {
    font-size: 15px;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }
}

.form-block .resource-name:before {
  content: "+";
  color: #ce0e2d;
}

.form-block .login {
    display: flex;
    flex-direction: column;
    width: 302px;
}

.form-block .login input {
      border-radius: 5px;
      border-width: 1px;
      font: 400 19px / 22.8px din-2014,sans-serif;
      letter-spacing: .1em;
      padding: 2px 10px;
      margin: 10px 0 30px 0;
    }

@media (max-width: 600px) {

  .form-block .login input {
    margin: 10px 0;
  }
}

@media (max-width: 400px) {

  .form-block .login {
    width: 100%;
  }
}

.video-block .video-wrapper {
    position: relative;
    /*https://css-tricks.com/fluid-width-video/*/
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }

.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.download-block {
  display: flex;
  padding: 90px 80px;
  background-color: #d8d8d8;
}

@media (max-width: 1200px) {

  .download-block {
    padding: 7.5vw 5.666vw;
  }
}

@media (max-width: 750px) {

  .download-block {
    flex-direction: column;
  }
}

.download-block .text {
    /* width: 40%;*/
    padding: 10px 50px;
    box-sizing: border-box;
}

@media (max-width: 1200px) {

  .download-block .text {
    padding: 0.83vw 4.16vw;
  }
}

@media (max-width: 750px) {

  .download-block .text {
    width: 100%;
    padding: 3vw;
  }
}

@media (max-width: 1200px) {

  .download-block .title {
    font-size: 5vw;
  }
}

@media (max-width: 750px) {

  .download-block .title {
    font-size: 50px;
    line-height: 43.5px;
  }
}

@media (max-width: 600px) {

  .download-block .title {
    font-size: 40px;
    line-height: 34px;
  }
}

@media (max-width: 400px) {

  .download-block .title {
    font-size: 30px;
    line-height: 25.5px;
  }
}

.download-block .downloads {
    /* width: 60%;*/
    padding: 10px 50px;
    border-left: 1px solid #000;
    box-sizing: border-box;
    position: relative;
}

@media (max-width: 1200px) {

  .download-block .downloads {
    padding: 0.83vw 4.16vw;
  }
}

@media (max-width: 750px) {

  .download-block .downloads {
    width: 100%;
    border: none;
    padding: 3vw;
  }
}

.download-block .heading {
    font: 900 23px / 27px industry,sans-serif;
    text-transform: uppercase;
}

.download-block .dl-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 560px;
    padding: 5px 0;
    font: 300 19px / 22px din-2014,sans-serif;
}

@media (max-width: 1200px) {

  .download-block .dl-row {
    width: 46vw;
  }
}

@media (max-width: 750px) {

  .download-block .dl-row {
    width: 100%;
  }
}

@media (max-width: 400px) {

  .download-block .dl-row {
    font-size: 15px;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }
}

.download-block .dl-name:before {
  content: "+";
  color: #ce0e2d;
}

.job-application-block {
  display: flex;
  padding: min(66px, 6.6vw) min(80px, 5vw);
  background-color: #d8d8d8;
  justify-content: center;
}

@media (max-width: 1200px) {

  .job-application-block {
    padding: 7.5vw 5.666vw;
  }
}

@media (max-width: 750px) {

  .job-application-block {
    flex-direction: column;
  }
}

.job-application-block .form {
    max-width: 650px;
}

.job-application-block .formidable-container {
    position: relative;
    display: flex;
    flex-direction: column;
}

@media (max-width: 400px) {

  .job-application-block .formidable-container {
    display: block;
  }
}

@media (max-width: 400px) {

  .job-application-block .frm_forms {
    padding-bottom: 20px;
  }
}

.job-application-block .frm_forms .frm_form_field {
      display: flex;
      flex-direction: column;
      padding-bottom: min(30px, 3vw);
}

.job-application-block .frm_forms .frm_form_field.frm_section_heading {
  margin-top: 30px;
  padding-bottom: min(15px, 1.5vw);
  position: relative;
}

.job-application-block .frm_forms .frm_form_field.frm_section_heading::after {
  content: "";
  position: absolute;
  display: flex;
  height: clamp(7px, 0.9vw, 9px);
  width: min(58px, 7vw, 70px);
  background-color: #ce0e2d;
  top: -30px;
  left: -10px;
}

.job-application-block .frm_forms .frm_form_field.frm_section_heading + .frm_section_heading {
          margin-top: 0;
          padding-bottom: min(30px, 3vw);
}

.job-application-block .frm_forms .frm_form_field.frm_section_heading + .frm_section_heading::after {
  display: none;
}

.job-application-block .frm_forms .frm_form_field.frm_section_heading .frm_section_spacing {
          font: 900 22px / 1.061 industry,sans-serif;
          text-transform: uppercase;
          color: #ce0e2d;
}

.job-application-block .frm_forms .frm_form_field.frm_section_heading .frm_section_spacing + .frm_form_field {
            margin-top: min(15px, 1.5vw);
          }

.job-application-block .frm_forms label, .job-application-block .frm_forms .frm_primary_label {
      font: 900 20px / 1.2 industry,sans-serif;
      text-transform: uppercase;
      padding: 0 0 10px 0;
}

@media (max-width: 1000px) {

  .job-application-block .frm_forms label, .job-application-block .frm_forms .frm_primary_label {
    padding: 0 0 1vw 0;
  }
}

.job-application-block .frm_forms label .optional, .job-application-block .frm_forms .frm_primary_label .optional {
        font-weight: normal;
        letter-spacing: 0.1em;
        font-size: 19px;
}

.job-application-block .frm_forms .frm_radio label, .job-application-block .frm_forms .frm_checkbox label {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 17px;
      line-height: 1;
      padding-bottom: 0;
      position: relative;
      padding-left: 38px;
      height: 32px;
      margin: 2px 30px 8px 0;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
}

.job-application-block .frm_forms .frm_radio label:hover input::after, .job-application-block .frm_forms .frm_checkbox label:hover input::after {
          transform: scale(0.5);
          opacity: 0.5;
}

.job-application-block .frm_forms .frm_radio label input, .job-application-block .frm_forms .frm_checkbox label input {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        border: solid 1px #000;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
}

.job-application-block .frm_forms .frm_radio label input::after, .job-application-block .frm_forms .frm_checkbox label input::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ce0e2d;
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0);
}

.job-application-block .frm_forms .frm_radio label input:checked::after, .job-application-block .frm_forms .frm_checkbox label input:checked::after {
  transform: scale(1);
  opacity: 1;
}

.job-application-block .frm_forms .frm_checkbox {
      width: 25%;
}

@media (max-width: 800px) {

  .job-application-block .frm_forms .frm_checkbox {
    width: 33.333%;
  }
}

@media (max-width: 600px) {

  .job-application-block .frm_forms .frm_checkbox {
    width: 50%;
  }
}

.job-application-block .frm_forms .frm_checkbox label {
        margin: 2 min(30px, 3vw) 15px;
        font-size: min(17px, 4.375vw);
}

.job-application-block .frm_forms select, .job-application-block .frm_forms input, .job-application-block .frm_forms textarea {
      border-radius: 5px;
      border-width: 1px;
      font: 400 18px / 1.2 din-2014,sans-serif;
      letter-spacing: 0.1em;
      padding: 0 10px;
}

@media (max-width: 600px) {

  .job-application-block .frm_forms select, .job-application-block .frm_forms input, .job-application-block .frm_forms textarea {
    margin: 10px 0;
  }
}

.job-application-block .frm_forms textarea {
      padding: 10px;
}

.job-application-block .frm_forms select, .job-application-block .frm_forms input {
      height: 38px;
}

.job-application-block .frm_forms .frm_required {
      color: #ce0e2d;
}

.job-application-block .frm_forms .frm_dropzone.dz-clickable {
      min-height: unset;
}

.job-application-block .frm_forms .frm_compact .frm_dropzone.dz-clickable .dz-message {
      border: 1px solid #000;
      margin: 0;
}

/* this little snippet removes the last "remove" button on a repeater
      field of the form so the first entry in the form is always there. */

.job-application-block .frm_forms .frm_form_field div.frm_repeat_sec:last-of-type .frm_remove_form_row {
      display: none;
}

.job-application-block .frm_forms .frm_opt_container {
      display: flex;
      flex-wrap: wrap;
}

.job-application-block .frm_forms .frm_upload_icon {
      display: none;
}

.job-application-block .frm_forms .frm_compact_text button {
        text-transform: unset;
        font: 300 18px / 1.2 din-condensed,sans-serif;
        letter-spacing: 0.1em;
      }

.job-application-block .frm_forms .frm_small_text {
      display: none;
}

.job-application-block .frm_forms .frm_icon_font {
      color: #ce0e2d;
}

.job-application-block .frm_forms .frm_error {
      color: #ce0e2d;
      margin-top: 5px;
}

.job-application-block .frm_forms select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      position: relative;
      background: #fff url(./img/arrow-down.svg) no-repeat right 10px top 55%/20px
        10px;
}

.job-application-block .frm_forms .frm_other_input {
      margin-top: min(20px, 5vw);
}

.job-application-block .frm_forms .frm_submit {
      align-self: flex-start;
      justify-self: flex-start;
}

.job-application-block .frm_forms button {
      font: 300 14.94px / 17.93px din-condensed,sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      color: #fff;
      padding: 7px 24px;
      background-color: #ce0e2d;
      border: none;
      transition: 0.3s;
      border: solid 1px #ce0e2d;
}

.job-application-block .frm_forms button:hover {
  cursor: pointer;
  background-color: #fff;
  color: #ce0e2d;
}

.job-application-block .frm_forms .frm_add_form_row, .job-application-block .frm_forms .frm_remove_form_row {
      font: 900 20px/1.2 industry,sans-serif;
      text-transform: uppercase;
      color: #000;
      position: relative;
      padding-left: 24px;
}

.job-application-block .frm_forms .frm_add_form_row span, .job-application-block .frm_forms .frm_remove_form_row span {
        font-weight: normal;
        font-size: 17px;
        letter-spacing: 0.1em;
      }

.job-application-block .frm_forms .frm_add_form_row::before, .job-application-block .frm_forms .frm_remove_form_row::before {
  content: "";
  width: 18.1px;
  height: 17px;
  position: absolute;
  top: calc(50% - 10.5px);
  left: 0;
}

.job-application-block .frm_forms .frm_add_form_row i, .job-application-block .frm_forms .frm_remove_form_row i {
        display: none;
}

.job-application-block .frm_forms .frm_add_form_row::before {
      background: no-repeat left center / contain url(./img/add.svg);
}

.job-application-block .frm_forms .frm_remove_form_row::before {
      background: no-repeat left center / contain url(./img/remove.svg);
}

.job-application-block .application-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 400px) {

  .job-application-block .application-btn {
    position: relative;
    right: unset;
    bottom: unset;
  }
}

.job-application-block .required-label {
    font: 400 14px / 16.8px din-2014,sans-serif;
    padding-top: 20px;
}

.job-application-block .required-label::after {
  content: "*";
  color: #ce0e2d;
}

.job-application-block .heading {
    font: 900 20px / 1.174 industry,sans-serif;
    text-transform: uppercase;
}

.job-application-block .resource {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 560px;
    padding: 5px 0;
    font: 300 18px / 1.1579 din-2014,sans-serif;
}

@media (max-width: 1200px) {

  .job-application-block .resource {
    width: 46vw;
  }
}

@media (max-width: 750px) {

  .job-application-block .resource {
    width: 100%;
  }
}

@media (max-width: 400px) {

  .job-application-block .resource {
    font-size: 15px;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }
}

.job-application-block .resource-name:before {
  content: "+";
  color: #ce0e2d;
}

.job-application-block .login {
    display: flex;
    flex-direction: column;
    width: 302px;
}

.job-application-block .login input {
      border-radius: 5px;
      border-width: 1px;
      font: 400 19px / 22.8px din-2014,sans-serif;
      letter-spacing: 0.1em;
      padding: 2px 10px;
      margin: 10px 0 30px 0;
    }

@media (max-width: 600px) {

  .job-application-block .login input {
    margin: 10px 0;
  }
}

@media (max-width: 400px) {

  .job-application-block .login {
    width: 100%;
  }
}

.shortcut-links-block {
  max-width: 1112px;
  margin: 0 auto;
  padding: 46px 30px 30px;
}

@media (max-width: 600px) {

  .shortcut-links-block {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}

.shortcut-links-block .shortcut-links {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    font: 700 18px/1 industry,sans-serif;
    letter-spacing: -0.005em;
    color: #231f20;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 750px) {

  .shortcut-links-block .shortcut-links {/* Linearly interpolate font-size between 14px and 11px when vw is *//* between 750px and 400px using y = mx + b */
    font-size: clamp(11px, calc(0.008571428571428572 * (100vw - 750px) + 14px), 14px);
  }
}

@media (max-width: 400px) {

  .shortcut-links-block .shortcut-links {
    font-size: 11px;
  }
}

.shortcut-links-block .shortcut-links a[href] {
      color: inherit;
      padding-left: 1em;
      padding-right: 1em;
      transition: color 0.3s linear;
      box-sizing: border-box;
      min-width: 100%;
      white-space: nowrap;
      margin-bottom: 0.4em;
      display: inline-block;
}

.shortcut-links-block .shortcut-links a[href]:hover {
  color: #ce0e2d;
}

.shortcut-links-block .shortcut-links li:not(:first-child) a[href] {
      border-left: 0.2em solid #ce0e2d;
}

.post-listing-block {
  max-width: 1112px;
  margin: 0 auto;
  padding: 18px 30px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 600px) {

  .post-listing-block {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}

.post-listing-block .post-listing-title {
    font: 700 33px/1.2 industry,sans-serif;
    letter-spacing: -0.005em;
    padding: 0.85em 7px;
    position: relative;
    text-transform: uppercase;
}

.post-listing-block .post-listing-title::before {
  content: "";
  width: 2.1212em;
  aspect-ratio: 70 / 9;
  background-color: #ce0e2d;
  position: absolute;
  left: 0;
  bottom: 0;
}

.post-listing-block .listing {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    grid-gap: 15px;
    gap: 15px;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 40px;
    position: relative;
    height: var(--post-item-bottom);
    overflow: hidden;
    transition: height 0.45s cubic-bezier(0.76, 0, 0.24, 1);
    --qcw: 356px;
}

.post-listing-block .listing[\:has\(.post-type-award_winner\)] {
  justify-content: space-between;
  grid-row-gap: 15px;
  row-gap: 15px;
  --qcw: 220px;
}

.post-listing-block .listing:has(.post-type-award_winner) {
  justify-content: space-between;
  grid-row-gap: 15px;
  row-gap: 15px;
  --qcw: 220px;
}

@media (max-width: 400px) {

  .post-listing-block .listing[\:has\(.post-type-award_winner\)] {
    justify-content: center;
    grid-gap: 28px;
    gap: 28px;
  }

  .post-listing-block .listing:has(.post-type-award_winner) {
    justify-content: center;
    grid-gap: 28px;
    gap: 28px;
  }
}

@media (max-width: 800px) {

  .post-listing-block .listing {
    max-width: 726px;
    margin-left: auto;
    margin-right: auto;
  }
}

.post-listing-block .post-item {
    display: flex;
    flex-direction: column-reverse;
    width: calc((100% - 30px) / 3);
    color: #231f20;
}

@media (max-width: 800px) {

  .post-listing-block .post-item {
    width: calc((100% - 15px) / 2);
  }
}

@media (max-width: 414px) {

  .post-listing-block .post-item {
    width: 100%;
    max-width: 356px;
  }
}

.post-listing-block .post-item.dummy {
  position: absolute;
}

.post-listing-block .post-item .post-title {
      font: 700 max(calc(var(--qcw)  * 0.0505618), 15px)/1.2 industry,sans-serif;
      letter-spacing: -0.005em;
      padding-top: 0.8333em;
}

.post-listing-block .post-item .image {
      background-color: #d8d8d8;
      aspect-ratio: 89 / 50;
      width: 100%;
}

.post-listing-block .post-item .image img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
        display: block;
      }

.post-listing-block .post-item.post-type-award_winner {
    width: 220px;
    flex-direction: column;
}

@media (max-width: 1000px) {

  .post-listing-block .post-item.post-type-award_winner {
    width: 23%;
  }
}

@media (max-width: 750px) {

  .post-listing-block .post-item.post-type-award_winner {
    width: 31.2%;
  }
}

@media (max-width: 600px) {

  .post-listing-block .post-item.post-type-award_winner {
    width: 45%;
    max-width: 220px;
  }
}

@media (max-width: 400px) {

  .post-listing-block .post-item.post-type-award_winner {
    width: 100%;
  }
}

.post-listing-block .post-item.post-type-award_winner .venue {
      width: 100%;
      aspect-ratio: 220 / 132;
      position: relative;
}

.post-listing-block .post-item.post-type-award_winner .venue span {
        font-size: 2px;
        position: absolute;
        color: rgba(0,0,0,0);
      }

.post-listing-block .post-item.post-type-award_winner .venue img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        display: block;
      }

.post-listing-block .post-item.post-type-award_winner .awards-list {
      text-align: center;
      list-style: none;
      padding: 0;
      font: 700 calc(var(--qcw) * 0.0818182)/1.2 industry,sans-serif;
      letter-spacing: -0.005em;
      padding-top: 0.8333em;
}

.post-listing-block .post-item.post-type-award_winner .awards-list li:not(:last-child) {
        margin-bottom: 0.5em;
      }

.post-listing-block.no-ajax:not(.sizer-set) .post-item.notomatic:not(.first-page) {
      display: none;
}

.post-listing-block .expand {
    border-top: 1px solid #ce0e2d;
    padding-bottom: 15px;
    padding-top: 1.5625em;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    transition: margin-top 0.45s cubic-bezier(0.76, 0, 0.24, 1),
      padding-top 0.45s cubic-bezier(0.76, 0, 0.24, 1);
}

.post-listing-block .expand button {
      font: 700 16px/1 industry,sans-serif;
      letter-spacing: -0.005em;
      color: #ce0e2d;
      background: none;
      border: none;
      cursor: pointer;
      padding: 0;
      text-transform: uppercase;
      position: relative;
      transition: opacity 0.5s linear
    }

.post-listing-block .expand button::before {
  content: "";
  position: absolute;
  padding-top: 1.5625em;
  left: 0;
  right: 0;
  bottom: 100%;
}

.post-listing-block .expand::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.0625em 1.0625em 0px 1.0625em;
  border-color: #ce0e2d transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: border-width 0.25s ease, opacity 0.5s linear;
}

.post-listing-block .expand[\:has\(button\:hover\)]::before {
  border-width: 1.4em 1.4em 0px 1.4em;
}

.post-listing-block .expand:has(button:hover)::before {
  border-width: 1.4em 1.4em 0px 1.4em;
}

.post-listing-block .expand.loading > span {
        font-size: 0;
}

.post-listing-block .expand.loading::after {
  content: "Loading...";
}

.post-listing-block.no-more-to-query .expand {
  margin-top: 1.0625em;
  padding-top: 0.5em;
  position: relative;
}

.post-listing-block.no-more-to-query .expand::before {
  top: auto;
  top: initial;
  bottom: 100%;
  transform: translate(-50%) rotate(180deg);
}

.post-listing-block.no-more-to-query .see-more, .post-listing-block:not(.no-more-to-query) .close-me {
  display: none;
}

.post-listing-block .fade-expand-control button, .post-listing-block .fade-expand-control::before {
      opacity: 0;
    }

.dac-byline {
  font: 400 16px/1 industry,sans-serif;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 0.5rem;
}

/* Core block wrapper styling */

.block-section, body.wp-admin .wp-block-post-content {
  background-color: #fff;
  padding: 24px 0;
}

.block-section > :first-child:first-child, body.wp-admin .wp-block-post-content > :first-child:first-child {
    margin-top: 0;
  }

.block-section > :last-child:last-child, body.wp-admin .wp-block-post-content > :last-child:last-child {
    margin-bottom: 0;
  }

.block-section .wp-block-heading, body.wp-admin .wp-block-post-content .wp-block-heading {
    margin: 0.7em 0;
    line-height: 1.1;
  }

.block-section h1.wp-block-heading, body.wp-admin .wp-block-post-content h1.wp-block-heading {
    font: 900 60px/1.05 industry,sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    margin-top: 0.4em;
    position: relative;
    padding-bottom: 10px;
  }

@media (max-width: 1000px) {

  .block-section h1.wp-block-heading, body.wp-admin .wp-block-post-content h1.wp-block-heading {
    font-size: 36px;
  }
}

@media (max-width: 600px) {

  .block-section h1.wp-block-heading, body.wp-admin .wp-block-post-content h1.wp-block-heading {
    font-size: 28px;
  }
}

.block-section h1.wp-block-heading::before, body.wp-admin .wp-block-post-content h1.wp-block-heading::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 90px;
  height: 10px;
  background-color: #ce0e2d;
}

@media (max-width: 600px) {

  .block-section h1.wp-block-heading::before, body.wp-admin .wp-block-post-content h1.wp-block-heading::before {
    width: 60px;
    height: 6px;
  }
}

.block-section h2.wp-block-heading, body.wp-admin .wp-block-post-content h2.wp-block-heading {
    font: 700 22px/1.3 open-sans,sans-serif;
}

@media (max-width: 600px) {

  .block-section h2.wp-block-heading, body.wp-admin .wp-block-post-content h2.wp-block-heading {
    font-size: 17px;
  }
}

.block-section h3.wp-block-heading, body.wp-admin .wp-block-post-content h3.wp-block-heading {
    font: 700 22px/1.3 open-sans,sans-serif;
}

@media (max-width: 600px) {

  .block-section h3.wp-block-heading, body.wp-admin .wp-block-post-content h3.wp-block-heading {
    font-size: 16px;
  }
}

.block-section h4.wp-block-heading, .block-section h5.wp-block-heading, .block-section h6.wp-block-heading, body.wp-admin .wp-block-post-content h4.wp-block-heading, body.wp-admin .wp-block-post-content h5.wp-block-heading, body.wp-admin .wp-block-post-content h6.wp-block-heading {
    font: 700 16px/1.4 open-sans,sans-serif;
}

.block-section p, .block-section ol, .block-section ul, .block-section pre, body.wp-admin .wp-block-post-content p, body.wp-admin .wp-block-post-content ol, body.wp-admin .wp-block-post-content ul, body.wp-admin .wp-block-post-content pre {
    font: 500 18px/1.25 open-sans,sans-serif;
    margin-bottom: 1em;
}

.block-section p a[href], .block-section ol a[href], .block-section ul a[href], .block-section pre a[href], body.wp-admin .wp-block-post-content p a[href], body.wp-admin .wp-block-post-content ol a[href], body.wp-admin .wp-block-post-content ul a[href], body.wp-admin .wp-block-post-content pre a[href] {
      color: inherit;
    }

.block-section ol li, body.wp-admin .wp-block-post-content ol li {
      margin-left: 1.6em;
      margin-bottom: 0.5em;
    }

.block-section ul, body.wp-admin .wp-block-post-content ul {
    list-style: none;
}

.block-section ul li, body.wp-admin .wp-block-post-content ul li {
      margin-left: 1.6em;
      margin-bottom: 0.5em;
      position: relative
    }

.block-section ul li::before, body.wp-admin .wp-block-post-content ul li::before {
  content: "";
  position: absolute;
  left: -1.2em;
  top: 0.45em;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #303030;
}

.block-section hr, body.wp-admin .wp-block-post-content hr {
    border-bottom: none;
    height: 0;
    margin: 0.7em 0;
}

.block-section.name-core-image, .block-section.name-core-video, .block-section.name-core-embed, body.wp-admin .wp-block-post-content.name-core-image, body.wp-admin .wp-block-post-content.name-core-video, body.wp-admin .wp-block-post-content.name-core-embed {
  padding: 0;
}

.block-section.name-core-image img, .block-section.name-core-image video, .block-section.name-core-video img, .block-section.name-core-video video, .block-section.name-core-embed img, .block-section.name-core-embed video, body.wp-admin .wp-block-post-content.name-core-image img, body.wp-admin .wp-block-post-content.name-core-image video, body.wp-admin .wp-block-post-content.name-core-video img, body.wp-admin .wp-block-post-content.name-core-video video, body.wp-admin .wp-block-post-content.name-core-embed img, body.wp-admin .wp-block-post-content.name-core-embed video {
      display: block;
      width: 100%;
}

/* Button styling */

.block-section .wp-block-buttons, body.wp-admin .wp-block-post-content .wp-block-buttons {
    margin: 1.5em 0;
}

.block-section .wp-block-buttons .wp-block-button__link, body.wp-admin .wp-block-post-content .wp-block-buttons .wp-block-button__link {
      font: 700 26px/1 open-sans,sans-serif;
      color: #fff;
      background-color: #ce0e2d;
      border: 2px solid #ce0e2d;
      border-radius: 0;
      padding: 14px 28px;
      transition: background-color 0.3s, color 0.3s;
    }

@media (max-width: 750px) {

  .block-section .wp-block-buttons .wp-block-button__link, body.wp-admin .wp-block-post-content .wp-block-buttons .wp-block-button__link {
    font-size: 20px;
  }
}

@media (max-width: 600px) {

  .block-section .wp-block-buttons .wp-block-button__link, body.wp-admin .wp-block-post-content .wp-block-buttons .wp-block-button__link {
    font-size: 18px;
  }
}

@media (max-width: 400px) {

  .block-section .wp-block-buttons .wp-block-button__link, body.wp-admin .wp-block-post-content .wp-block-buttons .wp-block-button__link {
    font-size: 15px;
  }
}

.block-section .wp-block-buttons .wp-block-button__link:hover, body.wp-admin .wp-block-post-content .wp-block-buttons .wp-block-button__link:hover {
  background-color: #fff;
  color: #ce0e2d;
}

/* Spacer block responsive font-size for em-based sizing */

/* Lerp: 10px at 400vw → 16px at 750vw */

.wp-block-spacer {
  font-size: clamp(10px, calc(10px + 6 * (100vw - 400px) / 350), 16px);
}

/* Remove inline padding from nested block sections */

.block-section .block-section.block-section {
  padding-left: 0;
  padding-right: 0;
}

/* Pullquote styling */

.block-section .wp-block-pullquote {
  border: none;
  padding: 1.5em 0;
  margin: 1.5em 0;
}

.block-section .wp-block-pullquote blockquote {
    font: 700 22px/1.3 open-sans,sans-serif;
    color: #ce0e2d;
    text-align: left;
  }

@media (max-width: 600px) {

  .block-section .wp-block-pullquote blockquote {
    font-size: 17px;
  }
}

.block-section .wp-block-pullquote blockquote p {
      font: inherit;
      position: relative;
      padding-bottom: 30px;
}

@media (max-width: 600px) {

  .block-section .wp-block-pullquote blockquote p {
    padding-bottom: 18px;
  }
}

.block-section .wp-block-pullquote blockquote p::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 90px;
  height: 10px;
  background-color: #ce0e2d;
}

@media (max-width: 600px) {

  .block-section .wp-block-pullquote blockquote p::before {
    width: 60px;
    height: 6px;
  }
}

.block-section .wp-block-pullquote blockquote cite {
      display: block;
      font: 700 22px/1.3 open-sans,sans-serif;
      text-transform: uppercase;
      color: #ce0e2d;
      margin-top: 1em;
      font-style: normal;
}

@media (max-width: 600px) {

  .block-section .wp-block-pullquote blockquote cite {
    font-size: 17px;
  }
}

/* Embedded video responsive */

.wp-block-embed iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

/* Image captions */

.block-section .wp-block-image {
  margin-bottom: 1em;
  position: relative
}

.block-section .wp-block-image[\:has\(figcaption\)]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  pointer-events: none;
}

.block-section .wp-block-image:has(figcaption)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  pointer-events: none;
}

.block-section .wp-block-image figcaption {
    font: 400 16px/1.4 open-sans,sans-serif;
    text-transform: uppercase;
    color: #fff;
    max-width: 750px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 16px;
    margin: 0;
    z-index: 1;
}

/* Cap non-hero content at 1072px, left-justified*/

.block-section > :is(p, h2, h3, h4, h5, h6, ol, ul, pre, .wp-block-pullquote, .wp-block-buttons) {
    max-width: 1072px;
  }

@media (max-width: 1600px) {

  .block-section:not(.name-core-image):not(.name-core-video):not(.name-core-embed) {
    padding-left: 7.3125vw;
    padding-right: 7.3125vw;
  }
}

@media (max-width: 1600px) and (min-width: 1367px) {

  .block-section:not(.name-core-image):not(.name-core-video):not(.name-core-embed) {
    width: 100vw;
    box-sizing: border-box;
    position: relative;
    left: calc(50% - 50vw);
  }
}

#search-container {
  padding: 150px 180px;
  font: 900 25px / 34px industry,sans-serif;
  letter-spacing: 0.05em;
}

#search-container li {
    list-style: none;
    padding: 25px; 
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: none;
    font: 300 16px din-2014,sans-serif;
    color: #000;
  }

@media (max-width: 1000px) {

  #search-container li {
    padding: 2.5vw;
    font-size: 1.6vw;
  }
}

@media (max-width: 750px) {

  #search-container li {
    font-size: 12px;
  }
}

@media (max-width: 1000px) {

  #search-container {
    padding: 15vw 18vw;
    font-size: 2.5vw;
    line-height: 1em;
  }
}

@media (max-width: 750px) {

  #search-container {
    padding: 12vw;
    font-size: 16px;
  }
}

#search-container .red-text {
    color: #ce0e2d;
}

#search-container .search-count {
    padding: 40px 25px;
    text-transform: uppercase;
}

@media (max-width: 1000px) {

  #search-container .search-count {
    padding: 4vw 2.5vw;
  }
}

#search-container .heading {
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

#search-container .heading div {
      padding: 0 25px;
    }

@media (max-width: 1000px) {

  #search-container .heading div {
    padding: 0 2.5vw;
  }
}

#search-container .heading.clickable {
  cursor: pointer;
}

#search-container .plus-btn {
    width: 25px;
    height: 25px;
    background: no-repeat center url(./img/close-btn-red.svg);
    transform: rotate(45deg);
}

@media (max-width: 1000px) {

  #search-container .plus-btn {
    width: 2.5vw;
    height: 2.5vw;
  }
}

@media (max-width: 600px) {

  #search-container .plus-btn {
    width: 12px;
    height: 12px;
  }
}

#search-container .button {
    border: 1px solid #ce0e2d;
    margin: 0 35px;
}

@media (max-width: 1000px) {

  #search-container .button {
    margin: 0 3.5vw;
  }
}

#search-container .results {
    overflow: hidden;
    height: 0;
    transition: all .4s ease;
}

#search-container .results .show {
      height: auto;
    }

#search-container .page-title {
    font: 900 17px / 34px industry,sans-serif;
    text-transform: uppercase;
}

/* styling specific to that shouldn't appear in the editor */

body {
  background: #fff;
  min-height: 100vh;
  text-align: left;
  display: flex;
  flex-direction: column;
}

main {
  max-width: 1366px;
  margin: 0 auto;
  width: 100vw;
  text-align: left;
  flex: 1;

  font: 400 15.5px / 19px open-sans,sans-serif;
  letter-spacing: 0.005em;
}

@media (max-width: 1000px) {

  main {
    font-size: 1.7vw;
    line-height: 2.2vw;
  }
}

@media (max-width: 750px) {

  main {
    font-size: 15.5px;
    line-height: 19.5px;
  }
}

.title {
  font: 900 60px / 51px industry,sans-serif;
  letter-spacing: -0.005em;
  text-transform: uppercase
}

.title::after {
  content: "";
  position: absolute;
  display: flex;
  height: 9px;
  width: 70px;
  background-color: #ce0e2d;
  transform: translateX(-10px);
  margin-top: 25px;
}

@media (max-width: 1000px) {

  .title::after {
    height: 0.9vw;
    width: 7vw;
    margin-top: 2.5vw;
  }
}

@media (max-width: 1000px) {

  .title::after {
    height: 7px;
    width: 58px;
  }
}

.title.animateable {
  transition: all 1s ease;
}

.title.animateable::after {
  width: 0;
  transition: all 1s ease;
}

.title.animateable.animate::after {
  width: 70px;
}

@media (max-width: 1000px) {

  .title {
    font-size: 6vw;
    line-height: 5.1vw;
  }
}

@media (max-width: 750px) {

  .title {
    font-size: 50px;
    line-height: 43.5px;
  }
}

@media (max-width: 600px) {

  .title {
    font-size: 40px;
    line-height: 34px;
  }
}

@media (max-width: 400px) {

  .title {
    font-size: 30px;
    line-height: 25.5px;
  }
}

.animateable > .title {
  transition: all 1s ease
}

.animateable > .title::after {
  width: 0;
  transition: all 1s ease;
}

.animateable.animate > .title::after {
  width: 70px;
}

.button {
  font: 300 14.94px / 17.93px din-condensed,sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 7px 12px;
  border: solid 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none
}

.button:hover {
  cursor: pointer;
}

.button.red {
  background-color: #ce0e2d;
  border-color: #ce0e2d;
  transition: 0.3s;
}

.button.red:hover {
  background-color: #fff;
  color: #ce0e2d;
}

.button.gray {
  background-color: #303030;
  border-color: #303030;
  padding: 8px 30px;
  transition: 0.3s;
}

.button.gray:hover {
  background-color: #fff;
  color: #303030;
}

.popup-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.5s ease 0s, width 0s linear 0.5s, height 0s linear 0.5s;
}

.show-contact .popup-background, .show-profile .popup-background {
    transition: opacity 0.5s ease 0s, width 0s linear 0s, height 0s linear 0s;
    width: 100%;
    height: 100%;
    opacity: 1;
  }

.close-btn-red {
  width: 28.6px;
  height: 28.6px;
  background: no-repeat center url(./img/close-btn-red.svg);
  position: absolute;
  top: 26px;
  right: 32px;
  cursor: pointer;
  transition: filter 0.3s ease
}

.close-btn-red.hide {
  display: none;
}

@media (max-width: 1000px) {

  .close-btn-red {
    top: 2.6vw;
    width: 2.86vw;
    height: 2.86vw;
  }
}

@media (max-width: 750px) {

  .close-btn-red {
    top: 5.4vw;
    width: 20px;
    height: 20px;
  }
}

.close-btn-white {
  width: 28.6px;
  height: 28.6px;
  position: absolute;
  top: 26px;
  right: 32px;
  cursor: pointer;
  background: no-repeat center url(./img/close-btn-white.svg);
}

@media (max-width: 750px) {

  .close-btn-white {
    height: 5.6vw;
    width: 5.6vw;
  }
}

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@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') format('woff');
  font-weight: 400;
  font-style: normal;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

.swiper-container-pointer-events {
  touch-action: pan-y;
}

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

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

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

/* Auto Height */

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */

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

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

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

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

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

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

/* CSS Mode */

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

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

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

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

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

:root {
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-feature-settings: normal, ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.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;
}

/* Common Styles */

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  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: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  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: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

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

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

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

/* Scrollbar */

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

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

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

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

.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;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.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%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */

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

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

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

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

