.explore {
    background-color: #FFFFFF;
    padding: 4rem 0;
    z-index: 3
}

.explore hr {
    width: 25rem;
    height: 1px;
    margin: 0;
    border-left: 0;
    border-right: 0
}

@media (min-width: 1200px) {
    .explore {
        padding: 8rem 0
    }
}

.explore-heading, .explore-item .heading
   text-align: center
}
.explore-item h2.heading,
.explore-item .p1 {
  color: #000000 !important;
}

@media (min-width: 992px) {
    .explore-heading {
        text-align: center
    }
}

.explore-heading h2 {
    padding-top: 0;
    margin: 0 0 2rem
}

.explore-heading h2::after {
    content: none
}

.explore-byline {
    position: relative;
    margin-top: 5rem
}

.explore-byline .byline {
    position: relative
}

.explore-byline .byline::before {
    content: "";
    width: 7rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    top: -3rem;
    -webkit-transform: translateX(-3.5rem);
    -ms-transform: translateX(-3.5rem);
    transform: translateX(-3.5rem)
}

.explore-byline .copy {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 4rem;
    text-align: left
}

.explore-byline .copy p {
    text-align: left
}

@media (min-width: 992px) {
    .explore-byline .copy {
        display: none
    }
}

.explore-area {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    height: 40rem
}

@media (min-width: 992px) {
    .explore-area {
        height: 45rem
    }
}

@media (min-width: 1200px) {
    .explore-area {
        height: 55rem
    }
}

@media (min-width: 1400px) {
    .explore-area {
        height: 65rem
    }
}

.explore-area:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3rem
}

.explore-items {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    padding-top: 1rem;
    box-sizing: border-box;
    position: absolute
}



@media (min-width: 992px) {
    .explore-items {
        padding-top: 0;
        padding-left: 0rem;
        padding-right: 3rem;
        padding-bottom: 0
    }
}

.explore-item {
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.4em
}

.explore-item button {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    color: #6f6a69;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    left: 0
}

.explore-item button:after {
    position: relative;
    bottom: 0.1rem;
    content: "";
    display: block;
    width: 2rem;
    margin-left: 0.6rem;
    height: 2.4rem;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease
}

.explore-item button:hover:after {
    -webkit-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    transform: translateX(1rem);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease
}

.explore-item.explore-item-end button:after {
    content: none
}

.explore-item.explore-item-end button:before {
    position: relative;
    content: "";
    display: block;
    width: 3rem;
    margin-right: 0.6rem;
    height: 2.4rem;
    background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.28 23.15'%3E%3Cpath fill='%232b2e34' d='M14.83 0l-1.36 1.47 9.8 9.11H0v2h23.27l-9.8 9.1 1.36 1.47 12.45-11.57L14.83 0z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translateX(0) rotate(180deg);
    -ms-transform: translateX(0) rotate(180deg);
    transform: translateX(0) rotate(180deg);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease
}

.explore-item.explore-item-end button:hover:before {
    -webkit-transform: translateX(-1rem) rotate(180deg);
    -ms-transform: translateX(-1rem) rotate(180deg);
    transform: translateX(-1rem) rotate(180deg);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease
}

.explore-item-section h2 {
    margin-top: 0;
    margin-bottom: 1rem
}

.explore-item-section p.subhead {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 0rem
}

#explore-item-1,
#explore-item-4  {
    height: 100%;
    width: 30rem;
    padding-left: 3rem;
    padding-right: 3rem;
    box-sizing: border-box;
    display: block
}

@media (min-width: 992px) {
    #explore-item-1 {
        --item-1-width: calc(33.333vw);
        width: var(--item-1-width)
    }
    #explore-item-4 {
        --item-4-width: calc(66.6667vw);
        width: var(--item-4-width)
    }
}

#explore-item-1 .layout,
#explore-item-4 .layout {
    height: 100%;
    display: grid;
    gap: 0px 0px;
    grid-template-areas: "p2" "p1" "p3";
    grid-template-columns: 100%;
    grid-template-rows: 5% 90% 5%
}

@media (min-width: 992px) {
    #explore-item-1 .layout,
    #explore-item-3 .layout, 
    #explore-item-6 .layout {
      grid-template-areas: "p1";
      grid-template-rows: auto
    }
}

#explore-item-1 img,
#explore-item-4 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right top;
    object-position: right top
}

@media (min-width: 992px) {
    #explore-item-1 img,
    #explore-item-4 img {
        -o-object-position: center;
        object-position: center
    }
}

#explore-item-1 .p1,
#explore-item-4 .p1 {
    grid-area: p1;
    height: 100%;
    z-index: 2;
    margin-top: auto;
    width: 80%
}

#explore-item-2 {
    display: none
}

@media (min-width: 992px) {
  .explore-items {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: initial;
  }
  #explore-item-2 {
      --item-2-width: 33.333vw;
      display: block;
      transform: translateY(25%);
      position: relative;
      bottom: -10%;
      width: var(--item-2-width);
      z-index: 4;
  }
  #explore-item-1 .p1 {
    margin-bottom: auto;
    width: 100%;
    height: calc(var(--item-1-width) * 2);
  }
  #explore-item-4 {
      --item-4-width: calc(100vw);
      width: var(--item-4-width);
  }
   #explore-item-4 .layout {
    height: 100%;
    display: grid;
    gap: 0px 0px;
    grid-template-areas:
        "p2"
        "p1"
        "p3";
    grid-template-columns: 100%;
    grid-template-rows: 0% 100% 0%;
  }
   #explore-item-4 .p1 {
      grid-area: p1;
      height: 100%;
      z-index: 2;
      margin-top: auto;
      width: 95%;
  }
   #explore-item-5 {
      --item-5-width: 33.333vw;
      display: block;
      transform: translateY(-33%);
      bottom: -50%;
      position: relative;
      width: var(--item-5-width);
      z-index: 4;
  }
  .explore-items .heading {
    font-size: 26px;
    line-height: 28px;
  }
}

#explore-item-2 .layout {
    height: 100%;
    display: grid;
    gap: 0px 0px;
    grid-template-areas: "heading" "hr" "p1";
    grid-template-columns: 33.333vw;
    grid-template-rows: 10% 10% 80%
}
#explore-item-5 .layout {
  --item-2-width: 33.333vw;
    height: 100%;
    display: grid;
    gap: 0px 0px;
    grid-template-areas: "p1";
    grid-template-columns: 33.333vw;
    grid-template-rows: 100%
}
#explore-item-2 h2,
#explore-item-5 h2 {
    grid-area: heading;
    padding: 0;
    color: #000000;
}
#explore-item-2 p,
#explore-item-5 p {
  color: #000000;
}

#explore-item-2 h2::after,
#explore-item-5 h2::after {
    width: 100%
}

#explore-item-2 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

#explore-item-2 hr,
#explore-item-5 hr {
    width: 60%;
    grid-area: hr;
    border-bottom: none;
    border-top-color: rgba(0, 0, 0, 0.22);
    margin: 0 auto;
}

#explore-item-2 .p1 {
    grid-area: p1;
    z-index: 2;
    margin-left: 0;
    margin-right: 0;
    max-width: 46rem;
    padding: 0 6rem;
    margin: 0 auto
} 
#explore-item-3 {
    display: block;
    height: 100%;
    z-index: 3;
    width: 65rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

#explore-item-6 {
    display: grid !important;
    height: 100%;
    z-index: 3;
    width: 65rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
#explore-item-6 .layout {
  display: grid !important;
}

@media (min-width: 992px) {
    #explore-item-3 {
        --item-3-width: 90rem;
        width: calc(33.3333vw)
    }
    #explore-item-6 {
        --item-3-width: 90rem;
        width: calc(33.3333vw)
    }
}

@media (min-width: 1200px) {
    #explore-item-3 {
        --item-3-width: calc(33.3333vw)
    }
    #explore-item-6 {
        --item-3-width: calc(33.3333vw)
    }
}

@media (min-width: 1400px) {
    #explore-item-3 {
        --item-3-width: calc(33.3333vw)
    }
    #explore-item-6 {
        --item-3-width: calc(33.3333vw)
    }
}

#explore-item-3 .layout {
    height: 100%;
    display: grid;
    gap: 0;
    grid-template-areas: "p1 p2 p3";
    grid-template-columns: 150px 1fr 180px
}

@media (min-width: 992px) {
    #explore-item-3 .layout {
       grid-template-columns: 1fr;
    }
    #explore-item-6 .layout {
       grid-template-columns: 1fr;
    }
}

#explore-item-3 img, #explore-item-6 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

#explore-item-3 .p1,
#explore-item-6 .p1 {
    grid-area: p1;
    width: 100%;
    margin-left: auto
}

#explore-item-3 .p1 img,
#explore-item-6 .p1 img {
  height: 100%;
}

#explore-item-3 .p2,
#explore-item-6 .p2{
    grid-area: p2;
    width: 440px;
    height: 100%;
    margin-bottom: auto;
    z-index: -1
}

@media (min-width: 992px) {
    #explore-item-3 .p2 {
        width: 500px;
        height: 100%
    }
    #explore-item-6 .p2 {
        width: 500px;
        height: 100%
    }
}

#explore-item-3 .p2 img,
#explore-item-6 .p2 img{
    width: 550px;
    height: 360px;
    -o-object-position: -0px;
    object-position: -0px;
    -webkit-transform: translate(-8rem, 2rem);
    -ms-transform: translate(-8rem, 2rem);
    transform: translate(-8rem, 2rem)
}


#explore-item-3 .p3 {
    grid-area: p3;
    width: 100%;
    margin-top: auto
}

@media (min-width: 992px) {
    #explore-item-3 .p3 {
        margin-top: 0;
        margin-bottom: auto
    }
}

#explore-item-3 .p3 img,
#explore-item-6 .p3 img {
    width: 200px;
    height: 320px;
    -webkit-transform: translate(-5rem, 0);
    -ms-transform: translate(-5rem, 0);
    transform: translate(-5rem, 0)
}

@media (min-width: 992px) {
    #explore-item-3 .p3 img,
    #explore-item-6 .p3 img{
        width: 100%;
        height: calc(var(--column-1-width) * 1.65);
        -webkit-transform: translate(0, 5rem);
        -ms-transform: translate(0, 5rem);
        transform: translate(0, 5rem)
    }
}

@media (min-width: 1200px) {
    #explore-item-3 .p3 img,
    #explore-item-6 .p3 img {
        height: calc(var(--column-1-width) * 1.85);
        -webkit-transform: translate(0, 9rem);
        -ms-transform: translate(0, 9rem);
        transform: translate(0, 9rem)
    }
}

@media (min-width: 1400px) {
    #explore-item-3 .p3 img {
        -webkit-transform: translate(0, 15rem);
        -ms-transform: translate(0, 15rem);
        transform: translate(0, 15rem)
    }
}

.explore-item-end {
    width: 30rem;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.explore-progress {
    display: none
}

.explore-cursor svg {
    width: 100%;
    height: 100%
}

.explore-cursor {
    position: fixed;
    width: 100px;
    height: 100px;
    pointer-events: none;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    z-index: 5000;
    opacity: 0
}

.explore-cursor.active {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease
}

.explore-cursor.over-button {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease
}

.explore-cursor.active #explore-solid {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease
}

.explore-cursor.active.dragging #explore-solid {
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease
}

.explore-cursor.active #explore-drag {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease
}

.explore-cursor.active.dragging #explore-drag {
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease
}

.explore-cursor.active #explore-left {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease
}

.explore-cursor.active.dragging #explore-left {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease
}

.explore-cursor.active #explore-right {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease
}

.explore-cursor.active.dragging #explore-right {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease
}




.explore .explore-byline .byline {
  position: relative;
  text-align: center;
  margin: 1em 0 0;

}
.explore .explore-byline .byline a.hs-sec-btn {
  letter-spacing: 2px;
}
/* .explore #explore-item-2 {
display: block;
} */

.explore .explore-item p {
  font-size: 1.75rem;
}

.explore .explore-item p.text {
  box-sizing: content-box;
  padding: 0 6rem!important;
  line-height: 1.6;
}
.explore .explore-item hr {
  border-top: 1px solid rgba(0,0,0,0.22);
}

.explore .explore-item img {
  max-width: unset;
}


@media (max-width: 991px) {
  #explore-item-1 {
    height: 100%;
    width: 50vw;
    padding-left: 3rem;
    padding-right: 3rem;
    box-sizing: border-box;
    display: block;
  }
  #explore-item-1 .p1 {
    width: 100%;
  }
  #explore-item-2 {
    display: block;
    touch-action: pan-y;
    transform: translateY(-50%);
    width: 50vw;
  }
  #explore-item-2 .heading {
    opacity: 1;
    font-size: 20px;
    line-height: 22px;
  }
  #explore-item-2 .layout {
    height: 100%;
    display: grid;
    gap: 0px 0px;
    grid-template-areas:
        "heading"
        "hr"
        "p1";
    grid-template-columns: 50vw;
    grid-template-rows: 10% 10% 50%;
  }
  .explore .explore-item p.text {
    box-sizing: content-box;
    padding: 0 0.5rem !important;
    line-height: 1.2;
    font-size: 14px;
  }
  #explore-item-2 .heading {
    opacity: 1;
    font-size: 16px;
    line-height: 18px;
  }
  #explore-item-3 {
    display: block;
    height: 100%;
    z-index: 3;
    width: 50vw;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  #explore-item-3 .layout {
    height: 100%;
    display: grid;
    gap: 0;
    /* grid-template-areas: "p1 p2 p3"; */
    grid-template-columns: max-content;
    max-height: 350px;
    overflow: hidden;
  }
  
  #explore-item-4 .p1 {
    width: 100%;
  }
  #explore-item-4 {
    height: 100%;
    width: 50rem;
    padding-left: 3rem;
    padding-right: 3rem;
    box-sizing: border-box;
    display: block;
  }
  #explore-item-5 {
    touch-action: pan-y;
    transform: translateY(-45%);
  }
}


@media (max-width: 767px) {
  .explore .explore-item p.text {
    padding: 0 10px !important;
    text-align: center;
  }
  #explore-item-2 {
    display: block;
    touch-action: pan-y;
    transform: translateY(-50%);
    width: 65vw;
  }
  #explore-item-2 .layout {
    grid-template-columns: 65vw;
    justify-items: center;
    text-align: center;
  }
  #explore-item-2 .heading {
    opacity: 1;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  #explore-item-3 {
    height: 350px;
    width: 380px;
    position: relative;
    transform: translateY(-3%) scaleY(0.85);
    bottom: -10%;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
    display: block;
  }

  #explore-item-5 {
    height: 300px;
    width: 280px;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
    display: block;
  }
  #explore-item-4 {
    width: 400px;
    height: 330px;
    padding-left: 3rem;
    padding-right: 3rem;
    box-sizing: border-box;
    display: block;
  }
  #explore-item-1 {
    touch-action: pan-y;
    width: 320px;
    height: 332px;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
    display: block;
  }
}

@media (max-width: 600px) {
  .d-sm-none,
  #hs_cos_wrapper_module_176073565641513_ br{ 
    display: none; 
  }
}

.explore .explore-bullets {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.explore .explore-bullets .explore-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
@media ( min-width: 992px ) {
  .explore .explore-bullets .explore-bullet:last-child {
    display: none;
  }
}

@media(min-width: 1200px) {
    .explore-items {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: baseline;
   }
    #explore-item-1 .p1 {
        margin-bottom: auto;
        width: 100%;
        height: calc(var(--item-1-width) * 0.9)
    }
    #explore-item-2 {
        --item-2-width: 33.333vw;
        display: block;
        transform: translateY(-50%);
        position: relative;
        bottom: -10%;
        width: var(--item-2-width);
        z-index: 4;
        text-align: center;
    }
    #explore-item-3 .p1 {
        margin-bottom: auto;
        width: 100%;
        height: calc(var(--item-3-width) * 0.9)
    }
    #explore-item-4 {
        --item-4-width: calc(55vw);
        width: var(--item-4-width);
    }
    #explore-item-4 .p1 {
        margin-bottom: auto;
        width: 100%;
        height: calc(var(--item-4-width) * 0.54);
    }
    #explore-item-5 {
        --item-5-width: 33.333vw;
        display: block;
        transform: translateY(-42%);
        bottom: -10%;
        position: relative;
        width: var(--item-5-width);
        z-index: 4;
    }
    
    #explore-item-6 .p1 {
        margin-bottom: auto;
        width: 100%;
        height: calc(var(--item-3-width) * 0.9)
    }
}
@media ( max-width: 991px ) {
  .explore .explore-bullets .explore-bullet[data-index="1"] {
    display: none;
  }
}
.explore .explore-bullets .explore-bullet.active {
  background-color: #000;
}
