body {
  font: 400 18px/1.5 'DM Sans', sans-serif; }

header {
  z-index: 50; }

nav .menu {
  max-height: calc(100vh - 126px); }
  @media (max-width: 600px) {
    nav .menu {
      max-height: calc(100vh - 61px); } }
  nav .menu-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 126px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    background: rgba(0, 0, 0, 0.65); }
    @media (max-width: 600px) {
      nav .menu-overlay {
        top: 61px; } }
  nav .menu.on .menu-overlay {
    opacity: 1;
    right: 400px;
    visibility: visible; }
  nav .menu .main-menu li a,
  nav .menu .categories li a {
    color: #fff;
    height: auto;
    padding: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 700 18px/1 'DM Sans', sans-serif; }
nav .inline {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #353535; }
  nav .inline li {
    flex: 1 1 auto;
    text-align: center; }
    nav .inline li + li {
      border-left: 1px solid #353535; }
    nav .inline li:after {
      content: none; }
    nav .inline li a {
      display: block;
      padding: 21px 10px;
      font: 700 16px/1 'DM Sans', sans-serif;
      color: #595959; }
      nav .inline li a:hover {
        background: #1f1f1f;
        color: #F34F00; }
nav p.copyright {
  float: none;
  width: auto;
  margin-top: 50px;
  display: block;
  text-align: center;
  color: #6c6c6c;
  font: 500 15px/1.35 'DM Sans', sans-serif; }
  nav p.copyright a {
    color: #fff;
    text-decoration: none;
    font: 500 15px/1 'DM Sans', sans-serif;
    transition: all .25s; }
    nav p.copyright a:hover {
      color: #F34F00; }
nav .header-media {
  margin-top: 44px;
  display: flex;
  justify-content: center; }
  nav .header-media li {
    margin: 0 10px; }
    nav .header-media li a {
      width: 44px;
      display: block; }
      nav .header-media li a svg path,
      nav .header-media li a svg circle {
        fill: #383838;
        transition: all .25s; }
      nav .header-media li a:hover svg path,
      nav .header-media li a:hover svg circle {
        fill: #F34F00; }
nav .xhil-logo {
  margin: 40px auto; }
  nav .xhil-logo a {
    display: flex;
    justify-content: center; }
    nav .xhil-logo a:hover svg path.st0, nav .xhil-logo a:hover svg path.st1 {
      fill: #F34F00; }
    nav .xhil-logo a svg {
      max-width: 162px; }
      nav .xhil-logo a svg path {
        transition: all .25s; }
        nav .xhil-logo a svg path.st0 {
          fill: #383838; }
        nav .xhil-logo a svg path.st1 {
          fill: #6c6c6c; }

.container, #about-bottom-content .container {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  max-width: 1030px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.fancybox__backdrop {
  background: #000;
  opacity: .85; }

.fancybox__track {
  transform: none !important; }
  .fancybox__track .fancybox__slide.has-youtube,
  .fancybox__track .fancybox__slide.has-vimeo {
    overflow: visible;
    width: 90vw;
    height: 50.625vw;
    max-width: 160vh;
    max-height: 90vh;
    margin: auto; }
    .fancybox__track .fancybox__slide.has-youtube .fancybox__content,
    .fancybox__track .fancybox__slide.has-vimeo .fancybox__content {
      width: 100% !important;
      height: 100% !important;
      background: transparent; }

.f-button.is-close-btn {
  width: 33px;
  height: 38px;
  top: -55px !important;
  right: -55px !important;
  opacity: 1 !important;
  background: transparent !important; }
  .f-button.is-close-btn svg {
    stroke-width: 0;
    width: 100%;
    height: 100%; }
    .f-button.is-close-btn svg path {
      fill: #f34f00; }
  @media (max-width: 1119px) {
    .f-button.is-close-btn {
      right: 0 !important; } }

header .logo {
  margin: 25px 0 0 26px; }
  @media screen and (max-width: 600px), only screen and (max-device-width: 600px) {
    header .logo {
      margin: 10px 0 0 15px; }
      header .logo img {
        position: relative; } }

#menu-main-menu > li > a[href^="#"] {
  color: #383838;
  cursor: default;
  background: transparent !important; }

.btn-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 14px 30px;
  border-radius: 2em;
  color: #fff;
  letter-spacing: .1em;
  background: #f34f00;
  text-decoration: none;
  text-transform: uppercase;
  font: 500 16px/1 'DM Sans', sans-serif; }
  .btn-link span,
  .btn-link i {
    font-style: normal;
    position: relative;
    padding-right: 10px; }
    .btn-link span:after,
    .btn-link i:after {
      content: '';
      position: absolute;
      border-left: 6px solid #fff;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }

.header-menu {
  display: flex;
  align-items: center;
  justify-content: center; }
  .header-menu:hover svg path {
    fill: #F34F00; }
  .hover .header-menu svg path {
    fill: #F34F00; }
  .header-menu svg {
    width: 36px;
    margin-left: 14px; }
    .header-menu svg path {
      fill: #BABABA;
      transition: all .25s; }
  @media screen and (max-width: 600px), only screen and (max-device-width: 600px) {
    .header-menu {
      width: 126px;
      font-size: 14px; } }
  @media screen and (max-width: 800px), only screen and (max-device-width: 800px) {
    .header-menu > span {
      display: inline-block; } }

.m-caption,
#caption {
  color: #ffffff;
  position: absolute;
  display: none;
  opacity: 1 !important;
  padding: 27px 40px 0;
  max-width: 430px;
  text-decoration: none;
  z-index: 3;
  border-radius: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  transition: all ease .25s; }
  .m-caption .caption-pre-title,
  #caption .caption-pre-title {
    font-weight: 700;
    margin-bottom: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'DM Sans', sans-serif; }
  .m-caption .title,
  #caption .title {
    margin-bottom: 0.15em;
    font: 400 52px/1.1 'Cotta', serif;
    color: #f34f00; }
  .m-caption .btn-link,
  #caption .btn-link {
    margin-bottom: -22px;
    background: transparent; }
    .m-caption .btn-link::after,
    #caption .btn-link::after {
      content: '';
      z-index: 1;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 50%;
      top: 50%;
      border-radius: 2em;
      background: #f34f00;
      transition: all .3s ease;
      transform: translate(-50%, -50%); }
    .m-caption .btn-link:hover,
    #caption .btn-link:hover {
      color: #f34f00; }
      .m-caption .btn-link:hover::after,
      #caption .btn-link:hover::after {
        background: #fff;
        transform: translate(-50%, -50%) scale(1.1); }
      .m-caption .btn-link:hover span::after,
      #caption .btn-link:hover span::after {
        border-left-color: #f34f00; }
    .m-caption .btn-link span,
    #caption .btn-link span {
      z-index: 10;
      position: relative; }
      .m-caption .btn-link span::after,
      #caption .btn-link span::after {
        transition: all .3s ease; }

.m-caption {
  display: none;
  top: 50%;
  left: 50%;
  right: auto;
  padding: 17px 20px 0;
  width: auto;
  bottom: auto;
  min-width: 280px;
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 1024px) {
    .m-caption {
      display: block; } }
  .m-caption .title {
    font-size: 32px;
    text-transform: none; }
  .m-caption .btn-link {
    font-size: 10px;
    padding: 10px 13px;
    margin-bottom: -19px; }

#slider .col2 li,
#slider .col1 li {
  position: relative; }
  #slider .col2 li > div.image,
  #slider .col1 li > div.image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
@media screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
  #slider > ul > li > div.image {
    border-radius: 10px;
    overflow: hidden;
    left: 10px !important;
    right: 10px !important;
    top: 10px !important;
    bottom: 10px !important; } }

#banner {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  aspect-ratio: 1 / .420135;
  width: 100%;
  height: auto; }
  @media (max-width: 660px) {
    #banner {
      height: 277px; } }
  #banner .banner-title {
    padding: .5952em .8333em .4731em;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.65);
    color: #f34f00;
    text-transform: none;
    display: inline-flex;
    font: 400 40px/1.2 'Cotta', serif; }
    @media (max-width: 600px) {
      #banner .banner-title {
        font-size: 32px; } }
  #banner > div {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

#headline-text {
  color: #a7a7a7;
  margin: 3.1em 0;
  text-align: center;
  font: 400 38px/1.37 'Cotta', serif; }
  @media (max-width: 911px) {
    #headline-text {
      font-size: 28px; } }
  #headline-text a {
    color: inherit; }
  .post-31 #headline-text {
    margin: 88px 0 122px; }
    @media (max-width: 911px) {
      .post-31 #headline-text {
        margin: 60px 0; } }
  .post-38 #headline-text {
    margin: 2.22em 0 0; }
  .post-43 #headline-text {
    margin: 2.25em 0 0; }

.post-38 #static article {
  margin-top: 24px; }

.post-43 #static article {
  margin-top: 27px; }

#bullets {
  border-radius: 2em;
  padding: 22px 15px;
  background: rgba(0, 0, 0, 0.4); }
  #bullets li {
    width: 10px;
    height: 10px;
    background: #fff !important; }
    #bullets li.on {
      background: #f34f00 !important;
      box-shadow: 0 0 0 2px #f34f00; }
    #bullets li span {
      color: #f34f00;
      font-size: 15px;
      font-weight: 700;
      padding: 10px 13px;
      text-transform: uppercase;
      right: 100%;
      letter-spacing: 0.38px;
      line-height: 1;
      margin-right: 15px;
      border-radius: 4px;
      background: rgba(0, 0, 0, 0.5); }

#about-slider {
  position: relative;
  margin: 120px auto; }
  @media (max-width: 600px) {
    #about-slider {
      margin: 60px auto; } }
  #about-slider .slider-head {
    width: 100%;
    max-width: 966px;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }
  #about-slider .slider-title {
    text-transform: uppercase;
    color: #f34f00;
    margin-bottom: 20px;
    font: 700 18px/1.2 'DM Sans', sans-serif; }
  #about-slider .slider-content {
    font: 400 18px/1.5 'DM Sans', sans-serif; }
    @media (max-width: 600px) {
      #about-slider .slider-content {
        font-size: 16px; } }
  #about-slider .items {
    position: relative;
    overflow: hidden;
    margin: 106px auto 0;
    display: flex;
    position: relative;
    flex-direction: column; }
    @media (max-width: 600px) {
      #about-slider .items {
        margin: 50px auto 0; } }
    #about-slider .items-row {
      position: relative; }
      @media (min-width: 912px) {
        #about-slider .items-row {
          display: inline-flex;
          flex-wrap: nowrap; }
          #about-slider .items-row.row-top {
            align-items: flex-end;
            transform: translateX(60%); }
          #about-slider .items-row.row-bottom {
            align-self: flex-end;
            align-items: flex-start;
            transform: translateX(-80%); } }
    #about-slider .items .item {
      width: auto;
      flex: 0 1 auto;
      margin: 15px;
      overflow: hidden;
      color: #fff;
      padding: 0;
      box-sizing: border-box;
      border-radius: .95em; }
      #about-slider .items .item.type-text {
        padding: 38px;
        background: #707070; }
        @media (min-width: 912px) {
          #about-slider .items .item.type-text {
            width: 350px; } }
        @media (max-width: 600px) {
          #about-slider .items .item.type-text {
            padding: 28px; } }
      #about-slider .items .item.type-text.index-5 {
        background: #f34f00; }
      #about-slider .items .item.type-text.index-7 {
        background: #000; }
        @media (min-width: 912px) {
          #about-slider .items .item.type-text.index-7 {
            width: 520px; } }
      #about-slider .items .item .item-img img {
        width: auto;
        max-width: 100%;
        display: block; }
        @media (max-width: 911px) {
          #about-slider .items .item .item-img img {
            width: 100%; } }
      #about-slider .items .item .item-content {
        font: 400 20px/1.5 'Cotta', serif; }
        #about-slider .items .item .item-content p:last-child {
          margin-bottom: 0; }
        @media (max-width: 600px) {
          #about-slider .items .item .item-content {
            font-size: 16px; } }
      #about-slider .items .item .item-content-btm {
        margin-top: 72px;
        display: flex;
        align-items: center; }
        @media (max-width: 600px) {
          #about-slider .items .item .item-content-btm {
            margin-top: 32px; } }
      #about-slider .items .item .item-content-btm-pic {
        flex: 0 0 112px;
        width: 112px; }
        @media (max-width: 600px) {
          #about-slider .items .item .item-content-btm-pic {
            flex: 0 0 90px;
            width: 90px; } }
        #about-slider .items .item .item-content-btm-pic img {
          display: block;
          width: 100%; }
        #about-slider .items .item .item-content-btm-pic + .item-content-btm-info {
          padding-left: 23px; }
      #about-slider .items .item .item-content-btm-info {
        font: 700 15px/1.3 'DM Sans', sans-serif; }
        #about-slider .items .item .item-content-btm-info .company {
          font-size: 14px;
          font-weight: 400; }

.field.type-text.index-6 h3 em {
  display: none; }

#about-bottom-content {
  font-size: 18px;
  line-height: 1.5;
  background: #f4f4f4;
  padding: 120px 0 107px; }
  @media (max-width: 600px) {
    #about-bottom-content {
      padding: 60px 0;
      font-size: 16px; } }
  #about-bottom-content h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #f34f00;
    margin-bottom: 16px; }
  #about-bottom-content p {
    margin-bottom: 1em; }
  #about-bottom-content .btn-link {
    margin-top: 52px; }
    @media (max-width: 600px) {
      #about-bottom-content .btn-link {
        margin-top: 20px; } }

.footer {
  padding: 0;
  background: #000;
  color: #6c6c6c;
  position: relative; }
  .page-interview .footer {
    margin-top: 100px; }
  .footer a {
    color: #fff;
    text-decoration: none;
    transition: all .25s; }
    .footer a:hover {
      color: #F34F00; }
  .footer-toplink {
    position: absolute;
    left: 50%;
    top: 0;
    width: 77px;
    height: 77px;
    transform: translate(-50%, -50%); }
    .footer-toplink:hover svg path {
      fill: #000; }
    .footer-toplink svg {
      display: block; }
      .footer-toplink svg path {
        fill: #F34F00;
        transition: all .25s; }
  .footer-container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1026px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }
    @media (max-width: 600px) {
      .footer-container {
        display: block; } }
  .footer-logo {
    flex: 0 0 278px; }
    @media (max-width: 600px) {
      .footer-logo {
        max-width: 300px;
        margin: 0 auto 60px; } }
  .footer-top {
    padding-top: 124px;
    padding-bottom: 124px; }
    @media (max-width: 911px) {
      .footer-top {
        padding-top: 60px;
        padding-bottom: 60px; } }
  .footer-menu {
    flex: 0 1 100%;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 600px) {
      .footer-menu {
        display: block;
        text-align: center; } }
    @media (min-width: 912px) {
      .footer-menu ul {
        display: flex;
        flex-wrap: wrap;
        flex: 1 1 100%;
        justify-content: flex-end; } }
    .footer-menu ul li + li {
      margin-top: 10px; }
      @media (min-width: 912px) {
        .footer-menu ul li + li {
          margin-left: 7.5%;
          margin-top: 0; } }
    .footer-menu ul li a {
      text-transform: uppercase;
      letter-spacing: .025em;
      font: 700 16px/1 'DM Sans', sans-serif; }
  .footer-btm {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #2e2e2e; }
  .footer-copy {
    text-transform: uppercase;
    font: 500 14px/1 'DM Sans', sans-serif;
    letter-spacing: .02em; }
    @media (max-width: 600px) {
      .footer-copy {
        text-align: center; } }
    .footer-copy p {
      margin: 0; }
  .footer-social {
    position: relative;
    padding: 0 20px; }
    @media (max-width: 600px) {
      .footer-social {
        margin: 50px auto; } }
    .footer-social ul {
      display: flex;
      align-items: center;
      justify-content: center; }
      .footer-social ul li {
        margin: 0 10px; }
        .footer-social ul li a {
          display: block;
          width: 44px;
          height: 44px; }
          .footer-social ul li a:hover svg path,
          .footer-social ul li a:hover svg circle {
            fill: #F34F00; }
          .footer-social ul li a svg {
            width: 100%; }
            .footer-social ul li a svg path,
            .footer-social ul li a svg circle {
              fill: #383838;
              transition: all .25s; }
  @media (max-width: 600px) {
    .footer-xhillogo {
      text-align: center; } }
  .footer-xhillogo a {
    display: block; }
    .footer-xhillogo a:hover svg path.st0, .footer-xhillogo a:hover svg path.st1 {
      fill: #F34F00; }
    .footer-xhillogo a svg {
      width: 100%;
      max-width: 162px; }
      .footer-xhillogo a svg path {
        transition: all .25s; }
        .footer-xhillogo a svg path.st0 {
          fill: #383838; }
        .footer-xhillogo a svg path.st1 {
          fill: #6c6c6c; }

.cookies {
  display: none;
  padding: 35px 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff; }
  .page-home .cookies {
    display: none !important; }
  .cookies .wrap {
    max-width: 1200px;
    padding: 0 60px;
    margin: 0 auto; }
  .cookies .accept-cookies {
    float: right;
    display: inline-block;
    height: 50px;
    width: 210px;
    font-size: 21px;
    line-height: 52px;
    text-decoration: none;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    border-radius: 3px; }
  .cookies a {
    color: #f34f00; }
  .cookies p {
    padding: 15px 10% 0 0;
    font-size: 18px; }

.market-video {
  position: relative;
  aspect-ratio: 16/8;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden; }
  @media (max-width: 670px) {
    .market-video {
      aspect-ratio: 1/1; } }
  .market-video:hover > img {
    transform: scale(1.1); }
  .market-video > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    max-width: 100%;
    transition: transform .5s ease; }
  .market-video > a {
    display: block;
    width: 254px;
    left: 50%;
    top: 50%;
    line-height: 0;
    text-decoration: none;
    position: absolute;
    transform: translate(-50%, -50%); }
    @media (max-width: 911px) {
      .market-video > a {
        width: 30%;
        min-width: 180px; } }
    .market-video > a::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border-radius: 3em;
      transition: all .3s ease;
      background: rgba(0, 0, 0, 0.75); }
    .market-video > a:hover::after {
      transform: scale(1.1);
      background: rgba(243, 79, 0, 0.75); }
    .market-video > a:hover svg .text {
      fill: #fff; }
    .market-video > a svg {
      position: relative;
      z-index: 10; }
      .market-video > a svg path {
        transition: all .3s ease; }
        .market-video > a svg path.text {
          fill: #F34F00; }

.stories-list {
  display: grid;
  grid-gap: 10px;
  margin-bottom: 25px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, minmax(240px, 1fr)); }
  @media (max-width: 911px) {
    .stories-list {
      grid-template-columns: repeat(2, minmax(240px, 1fr)); } }
  @media (max-width: 670px) {
    .stories-list {
      grid-template-columns: 1fr; } }

.stories-item {
  margin: 0 !important;
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  .stories-item:nth-child(6n+2) {
    grid-row: span 2;
    grid-column: span 2; }
  .stories-item:nth-child(6n+4) {
    grid-row: span 2;
    grid-column: span 2; }
  .stories-item:hover .stories-item-img {
    transform: scale(1.1); }
  @media (max-width: 911px) {
    .stories-item:nth-child(6n+2) {
      grid-column: span 1; }
    .stories-item:nth-child(6n+4) {
      grid-column: span 1; } }
  .stories-item > a {
    height: 100%;
    min-height: 235px;
    display: flex;
    text-decoration: none;
    flex-direction: column; }
  .stories-item-img {
    display: block;
    line-height: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    transition: transform .5s ease; }
  .stories-item-info {
    z-index: 10;
    margin-top: auto;
    position: relative;
    padding: 5em 1.1em .8em;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85)); }
    .stories-item-info p {
      margin: 0 !important;
      color: #f34f00;
      letter-spacing: .05em;
      text-transform: uppercase;
      font: 700 13px/1 'DM Sans', sans-serif; }
    .stories-item-info h3 {
      display: flex;
      align-items: flex-end;
      margin: 0 0 .16em !important;
      color: #fff !important;
      font: 400 28px/1.1 Cotta, serif !important; }
      @media (max-width: 670px) {
        .stories-item-info h3 {
          font-size: 22px !important; } }
      .stories-item-info h3 svg {
        flex: 0 0 1.2em;
        width: 1.2em;
        margin-left: 0.1em; }

[class*="template-market"] #static {
  padding: 0 5%; }

.page-container h3 {
  color: #f34f00;
  margin: 0 0 1.65em;
  text-transform: uppercase;
  font: 700 1em/1.2 'DM Sans', sans-serif; }
.page-container p {
  margin: 0 0 1.5em; }
.page-container .btn-link {
  margin-top: 30px; }

#video-iframe {
  margin-bottom: 6.8em; }

#contact form .submit {
  text-align: center;
  position: relative;
  overflow: visible; }
  #contact form .submit .wpcf7-spinner {
    position: absolute;
    bottom: 0;
    padding-top: 0; }
  #contact form .submit input {
    float: none;
    width: auto;
    min-width: 283px; }
  #contact form .submit span {
    display: block;
    float: none; }

/*# sourceMappingURL=additional.css.map */
