.thoughtco-cookiepanel .toggler label, .filter-bar .filter-search .input input, .filter-bar .filter-group .filter-panel, .social-grid .wrap .slider .swiper-container .swiper-wrapper .swiper-slide, .contactPanel .wrap .cols .col form .input input, .contactPanel .wrap .cols .col form .input textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

header[role="banner"] .wrap .navButton, .sideNav .wrap button, .sideNav .wrap .content .social ul li, .hero .wrap .section-arrow, .full-width-image .wrap .content a:after, .blog .wrap .sub-heading h3:after, .text-panel .wrap .cols .col .social a, .contact-info .wrap .cols .col .social a, .images-with-text .wrap .cols .col .text-block a:before, .slider.fullWidthSlider .wrap a:after, .slider .swiper-menu button, .content-info .wrap .social a {
  background-image: url("../sprites/sprite.svg");
  background-size: 500px 500px;
  font-size: 20px; }

.thoughtco-cookiepanel .buttons button, .thoughtco-cookiepanel .toggler label, .hero.full-image .wrap h2, .filter-bar .selected-tags p strong, .filter-bar .selected-tags button.clear, .product-overview ul li h4, .sizes .wrap .main .tab-panel table thead tr th, .sizes .wrap .main .tab-panel table tbody tr td:first-of-type, .sizes .wrap .main .tab-panel .disclaimer strong, .grid .wrap .heading h2, .text-panel .wrap h4, .text-panel .wrap h5, .text-panel .wrap h6 strong, .text-panel .wrap h6:first-of-type, .text-panel .wrap h6:nth-of-type(3), .contactPanel .wrap .cols .col + .col a, .contactPanel .wrap .cols .col h4, .contact-info .wrap .cols .col h4, .images-with-text + .text-panel .wrap h2, .images-with-text .wrap .cols .col .text-block h2, .images-with-text .wrap .cols .col .content h3, .content-info .wrap .cols .col h4, .content-info .wrap .cols .col .terms p:last-of-type {
  font-family: 'XO Grout Bd';
  font-weight: normal;
  font-style: normal; }

body, body.individual-product .grid .wrap .heading h2, .hero.full-image.collections header h2, .filter-bar .filter-search .input input, .newsletter .wrap .content .cols .col form input::placeholder, .newsletter .wrap .content .cols .col form textarea::placeholder, .text-panel .wrap h4 + h5, .contactPanel .wrap .cols .col form .input input, .contactPanel .wrap .cols .col form .input textarea, .contactPanel .wrap .cols .col form button, .images-with-text + .text-panel .wrap h4 {
  font-family: 'XO Grout Lt';
  font-weight: normal;
  font-style: normal; }

.placeholder {
  pointer-events: none;
  -webkit-transition: 0.3s opacity linear;
  -ms-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
  position: absolute; }
  .placeholder.faded {
    opacity: 0.5; }
  .placeholder.hide {
    display: none; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
  display: block; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hide {
  display: none !important; }

.desktop {
  display: none; }

@-webkit-keyframes slideIn {
  0% {
    width: 0px; }
  100% {
    width: 100%; } }
@keyframes slideIn {
  0% {
    width: 0px; }
  100% {
    width: 100%; } }
html, body {
  max-width: 100%;
  overflow-x: hidden; }

body {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased; }
  body a {
    text-decoration: none; }
  body li {
    list-style: none; }
  body.shadowText .hero.full-image .wrap h2 {
    text-shadow: 4px 2px 4px rgba(0, 0, 0, 0.59); }
  body.showNav .sideNav {
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: 300ms;
    -webkit-transition-property: all;
    -moz-transition-timing-function: linear;
    -moz-transition-duration: 300ms;
    -moz-transition-property: all;
    -o-transition-timing-function: linear;
    -o-transition-duration: 300ms;
    -o-transition-property: all;
    -ms-transition-timing-function: linear;
    -ms-transition-duration: 300ms;
    -ms-transition-property: all;
    transition-timing-function: linear;
    transition-duration: 300ms;
    transition-property: all;
    opacity: 1;
    visibility: visible; }
  body.showNav header[role="banner"] .wrap .navButton {
    transform: rotate(45deg);
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: 300ms;
    -webkit-transition-property: all;
    -moz-transition-timing-function: linear;
    -moz-transition-duration: 300ms;
    -moz-transition-property: all;
    -o-transition-timing-function: linear;
    -o-transition-duration: 300ms;
    -o-transition-property: all;
    -ms-transition-timing-function: linear;
    -ms-transition-duration: 300ms;
    -ms-transition-property: all;
    transition-timing-function: linear;
    transition-duration: 300ms;
    transition-property: all; }
  body.individual-case-study .hero + .text-panel {
    margin-top: 35px; }
  body.individual-case-study .hero.full-image .wrap figure {
    height: 285px; }
    body.individual-case-study .hero.full-image .wrap figure.mobile {
      background-size: cover;
      background-position: bottom center; }
    body.individual-case-study .hero.full-image .wrap figure:after {
      display: none; }
  body.individual-case-study .slider {
    margin-bottom: 40px; }
  body.individual-case-study .text-panel + .grid {
    margin-top: 70px; }
  body.individual-case-study .text-panel .wrap .cols {
    margin: 0; }
    body.individual-case-study .text-panel .wrap .cols .col {
      width: 100%; }
      body.individual-case-study .text-panel .wrap .cols .col h5 {
        line-height: unset; }
        body.individual-case-study .text-panel .wrap .cols .col h5 + h4 {
          margin-top: 7px; }
      body.individual-case-study .text-panel .wrap .cols .col h4 + h5 {
        margin-top: 7px; }
  body.individual-case-study .grid .wrap .col-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    body.individual-case-study .grid .wrap .col-container .cols {
      width: -moz-calc(50% - 10px);
      width: -o-calc(50% - 10px);
      width: -webkit-calc(50% - 10px);
      width: calc(50% - 10px);
      display: block;
      margin-bottom: 10px; }
      body.individual-case-study .grid .wrap .col-container .cols:nth-of-type(2n) .col {
        margin-top: 56px; }
      body.individual-case-study .grid .wrap .col-container .cols .col {
        width: 100%;
        margin-top: 15px; }
  body.showroom .hero + .text-panel {
    margin-top: 30px; }
  body.showroom .hero.full-image .wrap figure {
    height: 340px; }
    body.showroom .hero.full-image .wrap figure:after {
      display: none; }
  body.showroom .text-panel a {
    font-size: 0.9375rem;
    position: relative; }
    body.showroom .text-panel a:hover:after {
      content: '';
      background-color: black;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: -3px;
      -webkit-animation: slideIn 300ms ease-in forwards;
      animation: slideIn 300ms ease-in forwards; }
  body.showroom .text-panel .wrap h2 + p {
    margin-top: 35px; }
  body.showroom .text-panel .wrap p:last-of-type {
    margin-bottom: 50px; }
  body.profile-page .blog {
    margin-top: 51px; }
    body.profile-page .blog .wrap .sub-heading {
      border-top: 0; }
  body.profile-page .social-grid, body.profile-page .newsletter {
    background-color: white;
    border-top: 0; }
  body.profile-page .grid {
    background-color: #f6f6f6;
    margin: 0;
    padding-bottom: 1px; }
    body.profile-page .grid .wrap {
      margin: 0 18px; }
      body.profile-page .grid .wrap .cols .col {
        background-color: white;
        padding-bottom: 8px; }
        body.profile-page .grid .wrap .cols .col h3 {
          font-size: 0.6875rem;
          margin-top: 8px;
          margin-left: 8px; }
          body.profile-page .grid .wrap .cols .col h3 + h3 {
            margin-top: 2px; }
        body.profile-page .grid .wrap .cols .col time {
          font-size: 0.5rem;
          margin-left: 8px; }
  body.profile-page .newsletter {
    padding-bottom: 40px; }
  body.the-profile-individual .sitewrap + .grid {
    margin-top: 45px; }
  body.the-profile-individual .blog {
    margin-top: 51px;
    padding-bottom: 0;
    background-color: white; }
  body.the-profile-individual .hero {
    margin-top: 0; }
    body.the-profile-individual .hero + .text-panel {
      margin-top: 25px; }
    body.the-profile-individual .hero.full-image .wrap figure {
      height: 300px; }
      body.the-profile-individual .hero.full-image .wrap figure:after {
        height: 300px; }
  body.the-profile-individual .grid {
    background-color: white;
    margin: 0;
    padding-bottom: 1px; }
    body.the-profile-individual .grid .wrap {
      margin: 0 18px; }
      body.the-profile-individual .grid .wrap .cols .col {
        background-color: #f6f6f6;
        padding-bottom: 8px; }
        body.the-profile-individual .grid .wrap .cols .col h3 {
          font-size: 0.6875rem;
          margin-top: 8px;
          margin-left: 8px; }
          body.the-profile-individual .grid .wrap .cols .col h3 + h3 {
            margin-top: 2px; }
        body.the-profile-individual .grid .wrap .cols .col time {
          font-size: 0.5rem;
          margin-left: 8px; }
  body.the-profile-individual .slider .swiper-container .swiper-wrapper .swiper-slide figure {
    background-position: -55px center;
    height: 340px; }
  body.the-profile-individual .social-grid, body.the-profile-individual .newsletter {
    border-top: 0;
    background-color: white; }
  body.the-profile-individual .text-panel:last-of-type .wrap h5 + p {
    margin-top: 20px; }
  body.the-profile-individual .text-panel:last-of-type .wrap p {
    float: unset;
    max-width: unset; }
  body.contact .hero .wrap figure {
    height: 320px; }
  body.case-study.text-panel, body.contact.text-panel {
    margin-top: 97px; }
    body.case-study.text-panel + .grid, body.contact.text-panel + .grid {
      margin-top: 10px; }
  body.case-study .text-panel {
    margin-top: 110px; }
  body.individual-product .grid .wrap .heading {
    margin-bottom: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    body.individual-product .grid .wrap .heading h2 {
      text-transform: uppercase;
      font-size: 1rem; }
    body.individual-product .grid .wrap .heading a.view-all {
      display: block;
      border: 1px solid black;
      border-radius: 70px;
      font-size: 0.75rem;
      width: 104px;
      text-align: center;
      padding: 14px 0;
      text-transform: uppercase;
      -webkit-transition-timing-function: linear;
      -webkit-transition-duration: 300ms;
      -webkit-transition-property: all;
      -moz-transition-timing-function: linear;
      -moz-transition-duration: 300ms;
      -moz-transition-property: all;
      -o-transition-timing-function: linear;
      -o-transition-duration: 300ms;
      -o-transition-property: all;
      -ms-transition-timing-function: linear;
      -ms-transition-duration: 300ms;
      -ms-transition-property: all;
      transition-timing-function: linear;
      transition-duration: 300ms;
      transition-property: all; }
      body.individual-product .grid .wrap .heading a.view-all:after {
        display: none; }
      body.individual-product .grid .wrap .heading a.view-all:hover {
        background-color: black;
        color: white; }

header[role="banner"] {
  height: 65px;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  border-bottom: 1px solid black; }
  header[role="banner"] .wrap h1 {
    background-image: url("../images/logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    text-indent: -9999px;
    width: 47px;
    height: 24px;
    top: 18px;
    left: 19px; }
    header[role="banner"] .wrap h1 a {
      display: block;
      width: 100%;
      height: 100%; }
  header[role="banner"] .wrap .navButton {
    text-indent: -99999px;
    background-position: -5px -5px;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 15px;
    right: 21px;
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: 300ms;
    -webkit-transition-property: all;
    -moz-transition-timing-function: linear;
    -moz-transition-duration: 300ms;
    -moz-transition-property: all;
    -o-transition-timing-function: linear;
    -o-transition-duration: 300ms;
    -o-transition-property: all;
    -ms-transition-timing-function: linear;
    -ms-transition-duration: 300ms;
    -ms-transition-property: all;
    transition-timing-function: linear;
    transition-duration: 300ms;
    transition-property: all; }

.sideNav {
  position: fixed;
  width: 100%;
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: all;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 300ms;
  -moz-transition-property: all;
  -o-transition-timing-function: linear;
  -o-transition-duration: 300ms;
  -o-transition-property: all;
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 300ms;
  -ms-transition-property: all;
  transition-timing-function: linear;
  transition-duration: 300ms;
  transition-property: all;
  z-index: 9999;
  opacity: 0;
  visibility: hidden; }
  .sideNav .wrap button {
    text-indent: -99999px;
    background-position: -5px -5px;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 12px;
    right: 21px; }
  .sideNav .wrap .content {
    background-color: black;
    padding: 150px 0 50px 55px;
    height: 100vh; }
    .sideNav .wrap .content ul li {
      font-size: 1.3125rem;
      text-transform: uppercase;
      color: white; }
      .sideNav .wrap .content ul li + li {
        margin-top: 15px; }
    .sideNav .wrap .content .social {
      margin-top: 160px; }
      .sideNav .wrap .content .social ul li {
        display: inline-block;
        margin-right: 10px; }
        .sideNav .wrap .content .social ul li.twitter {
          background-position: -40px -5px;
          width: 16px;
          height: 13px; }
        .sideNav .wrap .content .social ul li.insta {
          background-position: -60px -5px;
          width: 14px;
          height: 14px; }
        .sideNav .wrap .content .social ul li.linkedin {
          background-position: -80px -5px;
          width: 14px;
          height: 14px; }

.side-text {
  display: none; }

.bg-lines {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0; }
  .bg-lines .cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .bg-lines .cols .col {
      width: 33%; }
      .bg-lines .cols .col:first-of-type:after {
        right: 18px; }
      .bg-lines .cols .col:first-of-type:before {
        margin-left: 18px; }
      .bg-lines .cols .col:nth-of-type(2):after {
        margin-left: 10px; }
      .bg-lines .cols .col:nth-of-type(2):before {
        margin-left: 0px; }
      .bg-lines .cols .col:last-of-type:after {
        margin-left: 0; }
      .bg-lines .cols .col:last-of-type:before {
        margin-left: -10px; }
      .bg-lines .cols .col:after, .bg-lines .cols .col:before {
        content: '';
        width: 1px;
        height: 100%;
        background-color: white;
        position: absolute;
        display: block;
        top: 0;
        bottom: 0; }
      .bg-lines .cols .col:before {
        margin: 0 0 0 0; }

.thoughtco-cookiepanel .cookiepanel-open {
  z-index: 99; }
.thoughtco-cookiepanel.open {
  position: relative;
  z-index: 99999999; }
  .thoughtco-cookiepanel.open .cookiepanel-open {
    display: none; }
.thoughtco-cookiepanel .buttons button {
  display: inline-block;
  text-transform: uppercase;
  color: white; }
.thoughtco-cookiepanel .toggler {
  width: 180px;
  padding: 11px 0;
  z-index: 1; }
  .thoughtco-cookiepanel .toggler label {
    cursor: pointer;
    text-align: center !important;
    color: black;
    padding: 0 !important;
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: white; }
    .thoughtco-cookiepanel .toggler label:first-of-type {
      float: right;
      text-align: center; }
    .thoughtco-cookiepanel .toggler label:before {
      z-index: -1; }

.hero {
  position: relative;
  margin-top: 65px; }
  .hero + .text-panel {
    margin-top: 50px; }
  .hero + .parallax-text {
    margin-top: 45px; }
  .hero.product-hero .wrap figure {
    background-size: cover;
    background-position: center center;
    height: 320px;
    width: 100%; }
  .hero.full-image {
    position: relative; }
    .hero.full-image .wrap figure {
      background-size: cover;
      background-position: center center;
      height: 470px;
      width: 100%;
      /*
      				&:after {
      					content: '';
      					background-color: rgba(0, 0, 0, 0.3);
      					width: 100%;
      					height: 470px;
      					background-blend-mode: multiply;
      					display: block;
      				}
      */ }
    .hero.full-image .wrap h2 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      color: white;
      font-size: 2.75rem;
      text-transform: uppercase;
      text-align: center; }
      .hero.full-image .wrap h2 em {
        content: '';
        text-indent: -999999px;
        display: block;
        background-image: url("/assets/images/about-x@2x.png");
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 40px;
        width: 40px;
        margin: 8px auto; }
    .hero.full-image .wrap .content {
      position: absolute;
      bottom: 25px;
      left: 18px;
      color: white; }
      .hero.full-image .wrap .content h3 {
        font-size: 0.9375rem; }
        .hero.full-image .wrap .content h3 + h3 {
          margin-top: 5px; }
        .hero.full-image .wrap .content h3:last-of-type {
          margin-bottom: 14px; }
      .hero.full-image .wrap .content time {
        font-size: 0.75rem; }
    .hero.full-image.collections {
      height: 470px; }
      .hero.full-image.collections figure.logo {
        width: 166px;
        height: 84px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); }
      .hero.full-image.collections header h2 {
        top: auto;
        -webkit-transform: translateY(0%) translateX(0%);
        -ms-transform: translateY(0%) translateX(0%);
        transform: translateY(0%) translateX(0%);
        bottom: 20px;
        text-transform: none;
        text-align: left;
        font-size: 1.25rem;
        left: 20px; }
  .hero .wrap .toggle {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10000;
    color: white;
    font-size: 0.8125rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .hero .wrap .toggle.change:after {
      background-image: url("../images/sound-on.png"); }
    .hero .wrap .toggle:after {
      content: '';
      background-image: url("../images/no-sound.png");
      background-size: contain;
      width: 29px;
      height: 29px;
      display: inline-block;
      margin-left: 14px; }
  .hero .wrap figure video.mobile {
    min-height: calc(100vh - 66px) !important;
    min-height: -webkit-fill-available !important;
    width: 100%;
    display: block; }
  .hero .wrap figure video.desktop {
    display: none; }
  .hero .wrap .section-arrow {
    background-position: -5px -40px;
    width: 37px;
    height: 36px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); }

.filter-bar {
  margin: 46px 20px 40px; }
  .filter-bar .filter-search {
    position: relative; }
    .filter-bar .filter-search .input input {
      background-color: #F7F7F7;
      font-size: 1.375rem;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      border-bottom: 1px solid #000;
      margin: 0;
      padding: 11px 40px 11px 10px;
      color: #000; }
      .filter-bar .filter-search .input input::placeholder {
        color: #000; }
    .filter-bar .filter-search .filter-search-btn {
      position: absolute;
      top: 15px;
      right: 10px; }
  .filter-bar .selected-tags {
    margin-top: 30px; }
    .filter-bar .selected-tags button.clear {
      text-transform: uppercase;
      position: relative;
      font-size: 0.875rem;
      margin-top: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .filter-bar .selected-tags button.clear:before {
        content: '';
        background-image: url("../images/products/clear.svg");
        width: 14px;
        height: 14px;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin-right: 10px; }
    .filter-bar .selected-tags nav {
      margin-top: 20px; }
      .filter-bar .selected-tags nav ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 10px; }
        .filter-bar .selected-tags nav ul li {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          .filter-bar .selected-tags nav ul li button {
            padding: 6px 20px 6px 10px;
            background-color: #F0F0F0;
            position: relative;
            text-align: left; }
            .filter-bar .selected-tags nav ul li button:after {
              content: '';
              background-image: url("../images/products/close.svg");
              width: 8px;
              height: 8px;
              display: block;
              position: absolute;
              top: 50%;
              margin-top: -4px;
              right: 5px; }
  .filter-bar .filters button.open-filter {
    text-transform: uppercase;
    font-size: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 15px 10px;
    margin: 25px 0 0 auto;
    line-height: 1; }
    .filter-bar .filters button.open-filter svg {
      margin-left: 10px;
      pointer-events: none; }
  .filter-bar .filters .holder {
    background-color: #F0F0F0;
    padding: 30px 20px;
    position: relative;
    display: none;
    margin-top: -63px; }
    .filter-bar .filters .holder.open {
      display: block; }
    .filter-bar .filters .holder header {
      position: relative; }
      .filter-bar .filters .holder header h3 {
        text-transform: uppercase;
        text-align: center; }
      .filter-bar .filters .holder header button.back {
        font-size: 0;
        position: absolute;
        top: -2px;
        left: 0; }
      .filter-bar .filters .holder header button.close {
        font-size: 0;
        position: absolute;
        top: -6px;
        right: 0; }
        .filter-bar .filters .holder header button.close svg {
          pointer-events: none; }
  .filter-bar .filter-group {
    margin-top: 40px; }
    .filter-bar .filter-group h2 {
      text-transform: uppercase;
      font-size: 0.875rem;
      margin-bottom: 15px; }
    .filter-bar .filter-group .filter-toggle {
      width: 100%;
      text-align: left;
      position: relative;
      font-size: 1.375rem; }
      .filter-bar .filter-group .filter-toggle:after {
        content: '';
        background-image: url(../images/products/plus.svg);
        width: 10px;
        height: 10px;
        display: inline-block;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: 0; }
    .filter-bar .filter-group .filter + .filter {
      margin-top: 20px; }
    .filter-bar .filter-group .filter-panel {
      background-color: #F0F0F0;
      padding: 30px 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1000;
      display: none; }
      .filter-bar .filter-group .filter-panel.open {
        display: block; }
      .filter-bar .filter-group .filter-panel header {
        margin-bottom: 40px; }
        .filter-bar .filter-group .filter-panel header h3 {
          text-transform: none; }
      .filter-bar .filter-group .filter-panel .filter-options li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #707070;
        font-size: 1.375rem;
        padding-bottom: 10px;
        position: relative; }
        .filter-bar .filter-group .filter-panel .filter-options li + li {
          margin-top: 12px; }
        .filter-bar .filter-group .filter-panel .filter-options li label {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          position: relative; }
        .filter-bar .filter-group .filter-panel .filter-options li span.radio-checked {
          width: 14px;
          height: 14px;
          background-color: #000;
          display: block;
          position: absolute;
          top: 3px;
          left: 3px;
          border-radius: 50%;
          display: none; }
        .filter-bar .filter-group .filter-panel .filter-options li input {
          width: 20px;
          height: 20px;
          border-radius: 50%;
          border: 1px solid #000;
          margin-right: 10px; }
          .filter-bar .filter-group .filter-panel .filter-options li input:checked + span.radio-checked {
            display: block; }
        .filter-bar .filter-group .filter-panel .filter-options li span.count {
          position: absolute;
          top: 0;
          right: 0; }

.product-overview {
  margin: 35px 20px 70px; }
  .product-overview .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .product-overview aside {
    order: 2; }
  .product-overview ul {
    margin-bottom: 20px; }
    .product-overview ul li {
      font-size: 0.75rem;
      line-height: 1.4; }
      .product-overview ul li + li {
        margin-top: 15px; }
      .product-overview ul li h4 + h5 {
        margin-top: 5px; }
  .product-overview article {
    order: 1; }
    .product-overview article h2 {
      font-size: 1.5625rem;
      padding-bottom: 25px; }
    .product-overview article p {
      font-size: 1rem;
      line-height: 1.28; }

nav.product-actions {
  margin-top: 40px; }
  nav.product-actions a {
    font-size: 0.9375rem;
    border: 1px solid black;
    display: inline-block;
    padding: 13px;
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: 300ms;
    -webkit-transition-property: all;
    -moz-transition-timing-function: linear;
    -moz-transition-duration: 300ms;
    -moz-transition-property: all;
    -o-transition-timing-function: linear;
    -o-transition-duration: 300ms;
    -o-transition-property: all;
    -ms-transition-timing-function: linear;
    -ms-transition-duration: 300ms;
    -ms-transition-property: all;
    transition-timing-function: linear;
    transition-duration: 300ms;
    transition-property: all;
    text-align: center; }
    nav.product-actions a:hover {
      background-color: #000;
      color: #fff; }
    nav.product-actions a + a {
      margin-top: 10px; }

.collection-pagination {
  margin-top: 100px;
  margin-bottom: 100px; }
  .collection-pagination ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center; }
    .collection-pagination ul li {
      opacity: 0.5; }
      .collection-pagination ul li.current {
        opacity: 1; }
      .collection-pagination ul li:first-child, .collection-pagination ul li:last-child {
        opacity: 1; }
      .collection-pagination ul li + li {
        margin-left: 15px; }
      .collection-pagination ul li img {
        width: 16px; }

.sizes {
  margin: 70px 20px; }
  .sizes .wrap {
    border-top: 1px solid #707070; }
    .sizes .wrap header {
      margin-top: 12px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .sizes .wrap header h2 {
        text-transform: uppercase;
        font-size: 1rem; }
      .sizes .wrap header nav button {
        display: inline-block;
        border-radius: 70px;
        font-size: 0.75rem;
        border: 1px solid black;
        text-transform: uppercase;
        width: 106px;
        height: 45px; }
        .sizes .wrap header nav button + button {
          margin-left: 5px; }
        .sizes .wrap header nav button.active {
          background-color: #E5E5E5; }
    .sizes .wrap .main {
      margin-top: 60px; }
      .sizes .wrap .main .tab-panel {
        display: none; }
        .sizes .wrap .main .tab-panel.show {
          display: block; }
        .sizes .wrap .main .tab-panel .cols {
          display: grid;
          margin-bottom: 60px;
          grid-template-columns: repeat(2, 1fr);
          gap: 18px; }
          .sizes .wrap .main .tab-panel .cols .col .contain {
            position: relative; }
            .sizes .wrap .main .tab-panel .cols .col .contain img {
              width: auto;
              max-width: 100%; }
            .sizes .wrap .main .tab-panel .cols .col .contain .content {
              margin-top: 10px; }
              .sizes .wrap .main .tab-panel .cols .col .contain .content h4 {
                font-size: 1.25rem; }
              .sizes .wrap .main .tab-panel .cols .col .contain .content p {
                font-size: 1rem;
                margin-top: 5px; }
        .sizes .wrap .main .tab-panel table {
          width: 100%;
          font-size: 0.875rem; }
          .sizes .wrap .main .tab-panel table thead tr th {
            text-transform: uppercase;
            text-align: left;
            padding-bottom: 15px; }
          .sizes .wrap .main .tab-panel table tbody tr {
            border-top: 1px solid black; }
            .sizes .wrap .main .tab-panel table tbody tr:last-of-type {
              border-bottom: 1px solid black; }
            .sizes .wrap .main .tab-panel table tbody tr td {
              padding: 15px 0; }
              .sizes .wrap .main .tab-panel table tbody tr td:first-of-type {
                width: 40px; }
        .sizes .wrap .main .tab-panel .disclaimer {
          margin-top: 45px;
          line-height: 1.2; }

.discover {
  background-color: #f6f6f6;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-bottom: 45px; }
  .discover .wrap header {
    border-bottom: 1px solid black;
    padding: 20px 0; }
    .discover .wrap header h2 {
      font-size: 1rem;
      line-height: 1.3;
      text-transform: uppercase;
      border-bottom: 1px solid black;
      padding: 0 20px 18px; }
    .discover .wrap header h3 {
      text-indent: -99999px;
      background-image: url("/assets/images/products/discover.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 100%;
      height: 61px;
      margin-left: 20px;
      margin-top: 35px; }
  .discover .product-slider {
    margin: 45px 0; }
    .discover .product-slider .swiper-slide {
      width: -moz-calc(100% - 80px);
      width: -o-calc(100% - 80px);
      width: -webkit-calc(100% - 80px);
      width: calc(100% - 80px); }
      .discover .product-slider .swiper-slide figure {
        height: 200px;
        overflow: hidden; }
        .discover .product-slider .swiper-slide figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
  .discover .content {
    margin: 0 20px; }
    .discover .content p {
      line-height: 1.28; }
    .discover .content nav.product-actions {
      width: 200px; }
      .discover .content nav.product-actions a + a {
        margin-top: 14px; }

.related {
  margin: 80px 0 80px 20px; }
  .related header {
    margin-bottom: 20px; }
    .related header h2 {
      font-size: 1rem;
      text-transform: uppercase; }
  .related .swiper-slide {
    width: -moz-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px); }
    .related .swiper-slide h4 {
      margin-top: 10px; }
  .related .content {
    margin-top: 100px; }
    .related .content p, .related .content a {
      font-size: 1.25rem;
      line-height: 1.3; }
    .related .content a {
      font-size: 0.9375rem;
      position: relative;
      margin-top: 30px;
      font-size: 1.25rem;
      display: inline-block; }
      .related .content a:hover:after {
        content: '';
        background-color: black;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -3px;
        -webkit-animation: slideIn 300ms ease-in forwards;
        animation: slideIn 300ms ease-in forwards; }
      .related .content a:after {
        content: '';
        background-color: black;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 100%; }

.video-js {
  width: 100vw;
  height: 460px !important;
  object-fit: cover !important; }

.parallax-text {
  margin: 0 18px; }
  .parallax-text + .full-width-image {
    margin-top: 45px; }
  .parallax-text + .slider {
    margin-top: 40px; }
    .parallax-text + .slider.fullWidthSlider {
      margin-top: 40px; }
  .parallax-text .wrap .content h2 {
    color: #f2f2f2;
    font-size: 3.9375rem;
    text-transform: uppercase; }
    .parallax-text .wrap .content h2 + h3 {
      margin-top: 42px; }
  .parallax-text .wrap .content h3 {
    font-size: 1.5625rem;
    line-height: 1.4;
    margin-bottom: 25px;
    max-width: 245px; }
  .parallax-text .wrap .content a {
    font-size: 0.9375rem;
    position: relative; }
    .parallax-text .wrap .content a:hover:after {
      content: '';
      background-color: black;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: -3px;
      -webkit-animation: slideIn 300ms ease-in forwards;
      animation: slideIn 300ms ease-in forwards; }

.full-width-image {
  position: relative; }
  .full-width-image + .text-panel {
    margin-top: 45px; }
  .full-width-image .wrap figure {
    height: 272px;
    background-size: cover;
    background-position: center center; }
    .full-width-image .wrap figure img {
      display: block;
      height: 100%;
      width: 100%; }
  .full-width-image .wrap .content {
    color: white; }
    .full-width-image .wrap .content h2 {
      text-transform: uppercase;
      font-size: 3.625rem;
      margin-top: 40px;
      left: 18px;
      top: 45px;
      position: absolute; }
    .full-width-image .wrap .content a {
      left: 18px;
      top: 45px;
      position: absolute; }
      .full-width-image .wrap .content a:first-of-type:after {
        display: none; }
      .full-width-image .wrap .content a:after {
        content: '';
        display: inline-block;
        background-position: -100px -5px;
        width: 69px;
        height: 24px;
        vertical-align: middle;
        margin-left: 10px; }
    .full-width-image .wrap .content p {
      position: absolute;
      font-size: 1.125rem;
      bottom: 25px;
      left: 18px;
      line-height: 1.2; }

.gallery {
  background-color: #f2f2f2;
  padding-bottom: 65px;
  position: relative;
  min-height: 290px;
  overflow: hidden; }
  .gallery.imageTrail .wrap main .imageTrailContent .contentImg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 192px;
    height: 162px;
    z-index: 2;
    object-fit: cover; }
  .gallery + .grid {
    margin-top: 17px; }
  .gallery .wrap .content h2.mobile {
    color: white;
    text-transform: uppercase;
    font-size: 3.625rem;
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1; }
  .gallery .wrap .content .image figure {
    height: 160px;
    background-position: center center;
    background-size: cover; }
    .gallery .wrap .content .image figure img {
      width: 100%;
      height: 100%;
      display: block; }
  .gallery .wrap .content .image h3 {
    color: white;
    font-size: 1.1875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 3; }

.grid {
  margin: 0 18px;
  position: relative; }
  .grid + .text-panel {
    margin-top: 100px; }
  .grid + .blog {
    margin-top: 50px; }
  .grid ~ .content-info {
    margin-top: 55px; }
  .grid .wrap {
    position: relative;
    z-index: 2; }
    .grid .wrap a {
      font-size: 0.9375rem;
      position: relative; }
      .grid .wrap a:hover:after {
        content: '';
        background-color: black;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -3px;
        -webkit-animation: slideIn 300ms ease-in forwards;
        animation: slideIn 300ms ease-in forwards; }
      .grid .wrap a.view-more {
        margin-top: 40px;
        display: inline-block; }
        .grid .wrap a.view-more:after {
          content: '';
          background-color: black;
          height: 1px;
          position: absolute;
          left: 0;
          bottom: -3px;
          width: 100%; }
    .grid .wrap .heading {
      margin-bottom: 25px; }
    .grid .wrap .cols {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 25px 6px; }
      .grid .wrap .cols + a {
        margin-top: 40px;
        display: inline-block; }
      .grid .wrap .cols h4 {
        width: 100%;
        margin-top: 25px; }
      .grid .wrap .cols .col {
        position: relative; }
        .grid .wrap .cols .col .new {
          position: absolute;
          top: 0;
          left: 0;
          background-color: #000;
          color: #fff;
          z-index: 1000;
          display: block;
          width: 90px;
          padding: 5px 0;
          text-transform: uppercase;
          text-align: center;
          font-size: 1rem; }
        .grid .wrap .cols .col a:hover:after {
          display: none; }
        .grid .wrap .cols .col figure {
          height: 0;
          padding-top: 100%;
          background-size: cover;
          background-position: center center; }
          .grid .wrap .cols .col figure img {
            display: block;
            width: 100%;
            height: 100%; }
        .grid .wrap .cols .col h3 {
          margin-top: 10px; }
        .grid .wrap .cols .col ul li:before {
          content: '';
          display: inline-block;
          width: 7px;
          height: 1px;
          background-color: black;
          margin-right: 5px;
          vertical-align: middle; }

.blog {
  background-color: #f6f6f6;
  padding-bottom: 75px;
  position: relative; }
  .blog .wrap {
    position: relative;
    z-index: 2; }
    .blog .wrap .sub-heading {
      border-top: 1px solid black;
      border-bottom: 1px solid black;
      padding: 15px 0; }
      .blog .wrap .sub-heading h3 {
        text-transform: uppercase;
        display: inline-block; }
        .blog .wrap .sub-heading h3.desktop {
          display: none; }
        .blog .wrap .sub-heading h3:nth-of-type(3):after {
          display: none; }
        .blog .wrap .sub-heading h3:after {
          content: '';
          display: inline-block;
          width: 13px;
          height: 13px;
          background-position: -5px -170px;
          margin: 0 5px 0 7px; }
        .blog .wrap .sub-heading h3:first-of-type {
          margin-left: 18px; }
    .blog .wrap .heading {
      margin: 30px 18px 0 18px; }
      .blog .wrap .heading h2 {
        content: '';
        text-indent: -99999px;
        background-image: url("/assets/images/grid-heading-01.svg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 98px; }
    .blog .wrap .cols {
      margin: 25px 18px 0 18px; }
      .blog .wrap .cols a {
        font-size: 0.9375rem;
        position: relative; }
        .blog .wrap .cols a:hover:after {
          content: '';
          background-color: black;
          height: 1px;
          position: absolute;
          left: 0;
          bottom: -3px;
          -webkit-animation: slideIn 300ms ease-in forwards;
          animation: slideIn 300ms ease-in forwards; }
      .blog .wrap .cols .col {
        position: relative; }
        .blog .wrap .cols .col + .col {
          margin-top: 80px; }
        .blog .wrap .cols .col figure {
          height: 215px;
          background-size: cover;
          background-position: center center; }
          .blog .wrap .cols .col figure img {
            display: block;
            width: 100%;
            height: 100%; }
        .blog .wrap .cols .col .content {
          position: absolute;
          bottom: -40px;
          left: 0;
          background-color: white;
          padding: 17px 0 14px 11px;
          width: 250px;
          cursor: pointer; }
          .blog .wrap .cols .col .content a:hover:after {
            display: none; }
          .blog .wrap .cols .col .content h3 {
            font-size: 0.9375rem; }
            .blog .wrap .cols .col .content h3 + h3 {
              margin-top: 4px; }
            .blog .wrap .cols .col .content h3:last-of-type {
              margin-bottom: 6px; }
          .blog .wrap .cols .col .content time {
            font-size: 0.75rem; }

.social-grid {
  background-color: #f6f6f6;
  border-top: 1px solid black;
  padding-bottom: 25px;
  position: relative; }
  .social-grid + .grid {
    margin-top: 75px; }
  .social-grid .wrap {
    position: relative;
    z-index: 2; }
    .social-grid .wrap .heading h2 {
      font-size: 1.5625rem;
      text-transform: uppercase;
      margin: 35px 0 25px 18px;
      line-height: 1.3; }
    .social-grid .wrap .slider .swiper-container .swiper-wrapper .swiper-slide {
      height: 185px;
      max-width: 185px;
      margin-right: 10px; }
      .social-grid .wrap .slider .swiper-container .swiper-wrapper .swiper-slide figure {
        object-fit: cover;
        width: 100%;
        max-width: 185px; }
        .social-grid .wrap .slider .swiper-container .swiper-wrapper .swiper-slide figure img {
          object-fit: cover;
          display: block;
          width: 100%;
          height: 100%; }
        .social-grid .wrap .slider .swiper-container .swiper-wrapper .swiper-slide figure video {
          height: 100%;
          object-fit: cover; }
    .social-grid .wrap .cols a {
      font-size: 0.9375rem;
      position: relative; }
      .social-grid .wrap .cols a:hover:after {
        content: '';
        background-color: black;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -3px;
        -webkit-animation: slideIn 300ms ease-in forwards;
        animation: slideIn 300ms ease-in forwards; }

.newsletter {
  background-color: #f6f6f6;
  padding-bottom: 25px;
  padding-top: 10px; }
  .newsletter + footer {
    margin-top: 0 !important; }
  .newsletter .wrap .content {
    margin: 0 18px; }
    .newsletter .wrap .content .cols .col h2 {
      font-size: 0.6875rem; }
    .newsletter .wrap .content .cols .col form {
      margin-top: 15px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative; }
      .newsletter .wrap .content .cols .col form.success .message {
        display: block; }
      .newsletter .wrap .content .cols .col form.success .input, .newsletter .wrap .content .cols .col form.success input, .newsletter .wrap .content .cols .col form.success button {
        display: none; }
      .newsletter .wrap .content .cols .col form .message {
        display: none;
        text-align: left;
        font-size: 1rem;
        line-height: 1.3;
        font-weight: 500;
        margin: 0 auto; }
      .newsletter .wrap .content .cols .col form input, .newsletter .wrap .content .cols .col form textarea {
        font-size: 0.6875rem;
        border: 1px solid black;
        background-color: transparent;
        padding: 7px;
        border-radius: 0;
        max-width: -moz-calc(100% - 50px);
        max-width: -o-calc(100% - 50px);
        max-width: -webkit-calc(100% - 50px);
        max-width: calc(100% - 50px); }
        .newsletter .wrap .content .cols .col form input + input, .newsletter .wrap .content .cols .col form input + textarea, .newsletter .wrap .content .cols .col form input + .input, .newsletter .wrap .content .cols .col form input + button, .newsletter .wrap .content .cols .col form textarea + input, .newsletter .wrap .content .cols .col form textarea + textarea, .newsletter .wrap .content .cols .col form textarea + .input, .newsletter .wrap .content .cols .col form textarea + button {
          margin-top: 5px; }
        .newsletter .wrap .content .cols .col form input::placeholder, .newsletter .wrap .content .cols .col form textarea::placeholder {
          font-size: 0.6875rem;
          color: black; }
      .newsletter .wrap .content .cols .col form [data-invalid="true"] {
        border: 1px solid #ad312c;
        padding: 7px; }
      .newsletter .wrap .content .cols .col form .input {
        width: 100%; }
        .newsletter .wrap .content .cols .col form .input + input, .newsletter .wrap .content .cols .col form .input + textarea, .newsletter .wrap .content .cols .col form .input + .input, .newsletter .wrap .content .cols .col form .input + button {
          margin-top: 5px; }
        .newsletter .wrap .content .cols .col form .input + button {
          width: 100%;
          max-width: 50px;
          padding: 7px 0;
          border-left: 1px solid black; }
      .newsletter .wrap .content .cols .col form ul li {
        position: absolute;
        right: 57px;
        top: 10px;
        color: #ad312c;
        font-size: 0.75rem; }
      .newsletter .wrap .content .cols .col form button {
        border: 1px solid black;
        text-transform: uppercase;
        padding: 0 8px;
        font-size: 0.6875rem;
        border-left: 0; }

.three-images + .text-panel {
  margin-top: 55px; }

.text-panel {
  margin: 0 18px; }
  .text-panel + .content-info {
    margin-top: 65px; }
  .text-panel + .images-with-text {
    margin-top: 55px; }
  .text-panel + .grid {
    margin-top: 105px; }
  .text-panel + .slider {
    margin-top: 30px; }
  .text-panel .wrap p a {
    margin-left: 0; }
  .text-panel .wrap .map {
    height: 300px;
    width: 100%;
    margin-top: 40px; }
  .text-panel .wrap .image figure {
    background-size: cover;
    background-position: center center;
    height: 315px; }
    .text-panel .wrap .image figure:after {
      content: '';
      background-color: rgba(0, 0, 0, 0.3);
      width: 100%;
      height: 315px;
      background-blend-mode: multiply;
      display: block; }
  .text-panel .wrap .cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 18px 0 18px; }
    .text-panel .wrap .cols.desktop {
      display: none; }
    .text-panel .wrap .cols .col {
      width: 50%; }
      .text-panel .wrap .cols .col + .col {
        margin-top: 30px; }
      .text-panel .wrap .cols .col:first-of-type, .text-panel .wrap .cols .col:nth-of-type(2) {
        margin-top: 0; }
      .text-panel .wrap .cols .col:nth-of-type(2) {
        margin-top: -4px; }
      .text-panel .wrap .cols .col:nth-of-type(4) {
        margin-top: 24px; }
      .text-panel .wrap .cols .col h5 {
        line-height: 1.6; }
      .text-panel .wrap .cols .col .social a {
        position: relative;
        left: unset;
        display: inline-block;
        margin-right: 11px;
        margin-top: 0; }
        .text-panel .wrap .cols .col .social a.twitter {
          background-position: -320px -5px;
          width: 18px;
          height: 14px; }
        .text-panel .wrap .cols .col .social a.insta {
          background-position: -340px -5px;
          width: 15px;
          height: 15px; }
        .text-panel .wrap .cols .col .social a.linkedin {
          background-position: -360px -5px;
          width: 15px;
          height: 15px; }
        .text-panel .wrap .cols .col .social a:hover:after {
          display: none; }
  .text-panel .wrap h2 {
    font-size: 1.5625rem;
    line-height: 1.4; }
    .text-panel .wrap h2:last-of-type {
      margin-bottom: 25px; }
    .text-panel .wrap h2 + h3, .text-panel .wrap h2 + h4 {
      margin-top: 45px; }
    .text-panel .wrap h2 + h2 {
      margin-top: 30px; }
  .text-panel .wrap p {
    line-height: 1.6; }
    .text-panel .wrap p + p {
      margin-top: 35px; }
  .text-panel .wrap h4 {
    line-height: 1.3; }
    .text-panel .wrap h4.desktop {
      display: none; }
    .text-panel .wrap h4 + h2 {
      margin-top: 30px; }
    .text-panel .wrap h4 + h5 {
      margin-top: 5px; }
    .text-panel .wrap h4:first-child {
      margin-top: 40px; }
  .text-panel .wrap h5 + h2 {
    margin-top: 40px; }
  .text-panel .wrap h5 + h4 {
    margin-top: 5px; }
  .text-panel .wrap h5 + p {
    margin-top: 15px; }
  .text-panel .wrap h5:first-child {
    margin-top: 40px; }
  .text-panel .wrap a {
    font-size: 0.9375rem;
    position: relative; }
    .text-panel .wrap a:hover:after {
      content: '';
      background-color: black;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: -3px;
      -webkit-animation: slideIn 300ms ease-in forwards;
      animation: slideIn 300ms ease-in forwards; }
  .text-panel .wrap h6 {
    font-size: 0.75rem;
    line-height: 1.4; }
    .text-panel .wrap h6:last-of-type {
      margin-bottom: 40px; }
    .text-panel .wrap h6 + h6 {
      margin-top: 5px; }

.contactPanel {
  margin-top: 60px;
  margin-bottom: 76px;
  position: relative; }
  .contactPanel .wrap {
    margin: 0 20px; }
    .contactPanel .wrap h2 {
      font-size: 2rem;
      line-height: 1.3;
      padding-bottom: 72px; }
    .contactPanel .wrap .cols .col + .col {
      margin-top: 80px; }
      .contactPanel .wrap .cols .col + .col .map {
        margin-bottom: 22px; }
      .contactPanel .wrap .cols .col + .col a {
        font-size: 1.25rem; }
    .contactPanel .wrap .cols .col > div + div {
      margin-top: 80px; }
    .contactPanel .wrap .cols .col .map {
      height: 280px;
      width: 100%; }
    .contactPanel .wrap .cols .col p {
      line-height: 1.4;
      font-size: 1.25rem; }
      .contactPanel .wrap .cols .col p + p {
        margin-top: 20px; }
    .contactPanel .wrap .cols .col h4 {
      font-size: 1.25rem;
      margin-bottom: 25px; }
    .contactPanel .wrap .cols .col form.success .message {
      display: block; }
    .contactPanel .wrap .cols .col form.success .input, .contactPanel .wrap .cols .col form.success button {
      display: none; }
    .contactPanel .wrap .cols .col form .message {
      display: none; }
    .contactPanel .wrap .cols .col form .input {
      margin-bottom: 10px; }
      .contactPanel .wrap .cols .col form .input input, .contactPanel .wrap .cols .col form .input textarea {
        border: 1px solid #707070;
        height: 40px;
        font-size: 1.25rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0 10px; }
      .contactPanel .wrap .cols .col form .input textarea {
        height: 160px;
        padding-top: 10px; }
    .contactPanel .wrap .cols .col form button {
      text-transform: uppercase;
      border: 1px solid #707070;
      font-size: 1.25rem;
      height: 40px;
      width: 84px; }

.contact-info {
  margin: 53px 0 0 0;
  position: relative; }
  .contact-info + .content-info, .contact-info + .newsletter {
    margin-top: 103px; }
  .contact-info .wrap .map {
    height: 300px;
    width: 100%;
    margin-top: 86px; }
  .contact-info .wrap h4.desktop {
    display: none !important; }
  .contact-info .wrap .image figure {
    background-size: cover;
    background-position: center center;
    height: 315px;
    /*
    				&:after {
    					content: '';
    					background-color: rgba(0, 0, 0, 0.3);
    					width: 100%;
    					height: 315px;
    					background-blend-mode: multiply;
    					display: block;
    				}
    */ }
  .contact-info .wrap .cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 18px 0 18px; }
    .contact-info .wrap .cols.desktop {
      display: none !important; }
    .contact-info .wrap .cols .col {
      width: 50%; }
      .contact-info .wrap .cols .col + .col {
        margin-top: 30px; }
      .contact-info .wrap .cols .col:first-of-type, .contact-info .wrap .cols .col:nth-of-type(2) {
        margin-top: 0; }
      .contact-info .wrap .cols .col:nth-of-type(2) {
        margin-top: -4px; }
      .contact-info .wrap .cols .col:nth-of-type(4) {
        margin-top: 24px; }
      .contact-info .wrap .cols .col .social a {
        position: relative;
        left: unset;
        display: inline-block;
        margin-right: 11px;
        margin-top: 0; }
        .contact-info .wrap .cols .col .social a.twitter {
          background-position: -320px -5px;
          width: 18px;
          height: 14px; }
        .contact-info .wrap .cols .col .social a.insta {
          background-position: -340px -5px;
          width: 15px;
          height: 15px; }
        .contact-info .wrap .cols .col .social a.linkedin {
          background-position: -360px -5px;
          width: 15px;
          height: 15px; }
        .contact-info .wrap .cols .col .social a:hover:after {
          display: none; }
      .contact-info .wrap .cols .col h5 {
        line-height: 1.4; }
        .contact-info .wrap .cols .col h5 a {
          position: relative;
          left: unset;
          margin-top: 0;
          text-transform: none; }
          .contact-info .wrap .cols .col h5 a:after {
            display: none; }
      .contact-info .wrap .cols .col h4 {
        line-height: 1.4; }
  .contact-info .wrap .social.desktop {
    display: none; }
  .contact-info .wrap a {
    font-size: 0.9375rem;
    position: relative;
    position: absolute;
    left: 50%;
    margin-top: 50px; }
    .contact-info .wrap a:hover:after {
      content: '';
      background-color: black;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: -3px;
      -webkit-animation: slideIn 300ms ease-in forwards;
      animation: slideIn 300ms ease-in forwards; }

.images-with-text {
  margin: 0 18px; }
  .images-with-text + .full-width-image {
    margin-top: 30px; }
  .images-with-text + .content-info {
    margin-top: 40px; }
  .images-with-text.right-image .wrap .cols .col:last-of-type .text-block {
    margin-top: 60px; }
  .images-with-text.right-image .wrap .cols .col .text-block p {
    margin-bottom: 23px; }
  .images-with-text.right-image .wrap .cols .col .overlapped-images {
    margin-top: 40px; }
  .images-with-text.right-image .wrap .cols .col .content {
    padding-top: 15px; }
  .images-with-text + .text-panel {
    margin-top: 40px; }
    .images-with-text + .text-panel .wrap h2 {
      font-size: 1rem;
      margin-bottom: 0; }
      .images-with-text + .text-panel .wrap h2 + h4 {
        margin-top: 10px; }
    .images-with-text + .text-panel .wrap h4 {
      font-size: 1rem; }
  .images-with-text .wrap .cols .col .text-block {
    margin-top: 50px; }
    .images-with-text .wrap .cols .col .text-block + .text-block {
      margin-top: 36px; }
    .images-with-text .wrap .cols .col .text-block h2 + p {
      margin-top: 10px; }
    .images-with-text .wrap .cols .col .text-block p {
      line-height: 1.6;
      max-width: 420px; }
      .images-with-text .wrap .cols .col .text-block p + p {
        margin-top: 20px; }
    .images-with-text .wrap .cols .col .text-block ul {
      line-height: 1.6;
      margin-bottom: 40px; }
      .images-with-text .wrap .cols .col .text-block ul li {
        position: relative; }
        .images-with-text .wrap .cols .col .text-block ul li:before {
          content: '';
          width: 8px;
          height: 1px;
          display: inline-block;
          background-color: black;
          vertical-align: middle;
          margin-right: 5px; }
    .images-with-text .wrap .cols .col .text-block a {
      font-size: 0.9375rem;
      position: relative;
      position: relative; }
      .images-with-text .wrap .cols .col .text-block a:hover:after {
        content: '';
        background-color: black;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -3px;
        -webkit-animation: slideIn 300ms ease-in forwards;
        animation: slideIn 300ms ease-in forwards; }
      .images-with-text .wrap .cols .col .text-block a:before {
        content: '';
        display: block;
        background-position: -5px -250px;
        width: 41px;
        height: 23px;
        position: absolute;
        right: -80px;
        top: 0; }
  .images-with-text .wrap .cols .col .overlapped-images {
    position: relative; }
    .images-with-text .wrap .cols .col .overlapped-images figure {
      background-size: cover;
      background-position: center center;
      width: -moz-calc(100% - 50px);
      width: -o-calc(100% - 50px);
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px);
      height: 270px; }
    .images-with-text .wrap .cols .col .overlapped-images .small-image figure {
      background-size: 100% 100%;
      position: absolute;
      bottom: -50px;
      right: 0;
      height: 132px;
      width: 132px;
      border-left: 6px solid white;
      border-top: 6px solid white; }
  .images-with-text .wrap .cols .col .content {
    font-size: 0.8125rem;
    background-color: white;
    padding: 8px 0 0 0; }
    .images-with-text .wrap .cols .col .content h3 + p {
      margin-top: 4px; }
    .images-with-text .wrap .cols .col .content p {
      margin-bottom: 4px; }

.slider {
  margin: 0 18px; }
  .slider ~ footer {
    margin-top: 100px; }
  .slider + .text-panel {
    margin-top: 40px; }
  .slider.fullWidthSlider {
    position: relative;
    margin: 0; }
    .slider.fullWidthSlider .wrap a {
      left: 18px;
      top: 45px;
      position: absolute;
      color: white;
      z-index: 1000; }
      .slider.fullWidthSlider .wrap a:after {
        content: '';
        display: inline-block;
        background-position: -100px -5px;
        width: 69px;
        height: 24px;
        vertical-align: middle;
        margin-left: 10px; }
  .slider .swiper-menu button {
    display: block;
    width: 55px;
    height: 55px;
    background-color: transparent;
    margin: -20px 10px 0 10px; }
    .slider .swiper-menu button.previous {
      background-position: -5px -280px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .slider .swiper-menu button.next {
      background-position: -5px -280px; }
  .slider .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 432px;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center center; }

.content-info {
  background-color: black;
  color: white;
  padding-bottom: 50px;
  margin-top: 55px; }
  .content-info .wrap {
    position: relative; }
    .content-info .wrap .figures {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 18px; }
      .content-info .wrap .figures .col {
        width: 50%;
        margin-top: 30px; }
        .content-info .wrap .figures .col .text-links {
          display: none; }
        .content-info .wrap .figures .col:first-of-type {
          text-align: left; }
        .content-info .wrap .figures .col:last-of-type {
          text-align: right; }
        .content-info .wrap .figures .col figure {
          height: 100px;
          display: inline-block; }
          .content-info .wrap .figures .col figure img {
            display: block;
            width: 100%;
            height: 100%; }
    .content-info .wrap .cols {
      margin: 0 18px;
      margin-top: 55px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
      .content-info .wrap .cols + .social {
        margin-top: -39px; }
      .content-info .wrap .cols .col {
        width: 50%;
        max-width: fit-content; }
        .content-info .wrap .cols .col:first-of-type {
          order: 1; }
        .content-info .wrap .cols .col:nth-of-type(3) {
          order: 2; }
        .content-info .wrap .cols .col:nth-of-type(2) {
          order: 3; }
        .content-info .wrap .cols .col + .col {
          margin-top: 18px; }
          .content-info .wrap .cols .col + .col + .col {
            margin-top: 16px; }
        .content-info .wrap .cols .col h4 {
          font-weight: 700; }
        .content-info .wrap .cols .col p {
          font-size: 0.875rem;
          line-height: 1.6; }
    .content-info .wrap .social {
      max-width: fit-content;
      margin-left: -moz-calc(50% + 35px);
      margin-left: -o-calc(50% + 35px);
      margin-left: -webkit-calc(50% + 35px);
      margin-left: calc(50% + 35px); }
      .content-info .wrap .social a {
        display: inline-block;
        margin-bottom: 11px; }
        .content-info .wrap .social a + a {
          margin-left: 8px; }
        .content-info .wrap .social a.twitter {
          background-position: -40px -5px;
          width: 17px;
          height: 14px; }
        .content-info .wrap .social a.insta {
          background-position: -60px -5px;
          width: 15px;
          height: 15px; }
        .content-info .wrap .social a.linkedin {
          background-position: -80px -5px;
          width: 15px;
          height: 15px; }

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