/** Shopify CDN: Minification failed

Line 1951:4 "margin-tip" is not a known CSS property
Line 4546:3 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
.acuity-embed {
  padding: 8rem 0 0 0;
}
.careers {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 11rem;
}

.careers .accordion-wrapper li {
  font-family: 'brown_ll_ttlight';
  font-size: 1.5rem;
  color: black;
  letter-spacing: .01rem;
}
  

.careers-header {
  display: flex;
  justify-content: space-between;
  padding: 11rem 0;
  align-items: center;
}

  
.careers-header h1 {
  width: 25%;
  margin-top: 0;
  margin-bottom: 0;
}

.careers-header div {
  width: 45%;
}

.careers-header p {
  text-align: right;
}


.shopify_explorer_faq__item--expandable > .shopify_explorer_faq__question {
  cursor: pointer;
}
.shopify_explorer_faq__item--expandable > .shopify_explorer_faq__answer {
  display: none;
}
.shopify_explorer_faq__separator {
  text-transform: none;
  text-align: center;
}
.shopify_explorer_faq__separator :not(:first-child) {
  margin-top: 1.2em;
}
.shopify_explorer_faq__item {
  border-bottom: 1px solid #B8B6AD;
}

.shopify_explorer_faq__item .shopify_explorer_faq__question {
  margin-bottom: 0.2em;
  position: relative;
  padding: 5px 15px;
  padding-right: 30px;
  margin: 0;
}
.shopify_explorer_faq__item .shopify_explorer_faq__question.active::before {
-webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); 
  content: '' !important;
}
.shopify_explorer_faq__item .shopify_explorer_faq__answer {
  /*padding: 20px;*/
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
  /*padding: 5px 15px;*/
  width: 70%;
  
    letter-spacing: 0;
    font-size: 1.9rem;
    line-height: 1.5;
    color: #3a281d;
}
.shopify_explorer_faq__item .shopify_explorer_faq__answer.active {
/*   border-top: 1px solid #000; */
  padding-bottom: 3rem;
  width: 70%;
    letter-spacing: 0;
    font-size: 1.9rem;
    line-height: 1.5;
    color: #3a281d;
}

  
.shopify_explorer_faq__item .shopify_explorer_faq__question::before {
  content: '' !important;
  background-image: url('/cdn/shop/files/down-arrow_3.png?v=1688069053');
  background-size: cover;
  background-position: center;
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  margin-top: -11px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
/*  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
*/
  font-size: 3rem;
  color: #322b27;
}

  
  .shopify_explorer_faq__answer.rte a:hover {
    box-shadow: none; 
    color: #615249;
    opacity: .5;
    text-decoration-thickness: 1px;
  }

  
.careers-row {
  display: flex;
  justify-content: space-between;
}


  .border-lines {
  border-top: 1px solid #B8B6AD;
  border-bottom: 1px solid #B8B6AD;
  width: 100%;
}


.accordion-wrapper {

  margin: 0 auto;
  margin-bottom: 4rem;
  padding-top: 10rem;
 
}

.accordion-wrapper h3 {
  text-decoration: none;
 color: #322b27;
  font-size: 1.2em;
  width: 100%;
  font-family: 'austin_news_headlinelight';
}  

.accordion-wrapper h3:hover {
  color: #B49F29;
}

h3.shopify_explorer_faq__question.h5 {
  padding-bottom: 3rem;
  padding-left: 0;
  padding-top: 3rem;
    font-family: 'brownregular';
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .1rem;
    color: black;
}



.shopify_explorer_faq__answer.rte.active p {
    letter-spacing: 0;
    line-height: 1.5;
}


.apply-button {
  border-bottom: 1px solid black;
  font-family: 'brownregular';
    font-size: 1rem;
    letter-spacing: .1rem;
    color: black;
  text-decoration: none;
}

.apply-button:hover {
  color: #B49F29;
  border-bottom: 1px solid #B49F29;
}
  



  @media screen and (max-width: 1680px) {
    .careers-header h1 {
      width: 35%;
    }

    .careers-header h1 {
      width: 50%;
    }
  }

  @media screen and (max-width: 1350px) {
    .careers-header {
      flex-direction: column;
      align-items: flex-start;
      padding: 8rem 0;
    }

    .careers-header h1 {
      width: 100%;
      margin-bottom: 3rem;
    }

    .careers-header p {
      text-align: left;
    }

    .careers-header div {
      width: 50%;
    }

    .accordion-wrapper {
      padding-top: 0;
    }
  }



  
  @media screen and (max-width: 1250px) {

    .careers {
      width: 100%;
    }

    .careers-header div {
      width: 70%;
    }
    
    .shopify_explorer_faq__item .shopify_explorer_faq__answer {
      width: 90%;
    }

    .accordion-wrapper {
      width: 100%;
    }
  }



@media only screen and (max-width: 1050px) {
  
  .shopify_explorer_faq__answer.rte p {
    width: 70%;
  }

  .shopify_explorer_faq__answer.rte p {
    width: 70%;
  }
  
}

@media screen and (max-width: 850px) {

  .careers-header {
    padding: 8rem 0 5rem;
  }
  
  .careers-header div {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  .shopify_explorer_faq__answer.rte p {
    width: 100%;
  }

  .shopify_explorer_faq__answer.rte  {
    width: 100%;
  }
}

@media screen and (max-width: 651px) {
 

  .shopify_explorer_faq__item .shopify_explorer_faq__answer.active {
    width: 100%;
  }

  .shopify_explorer_faq__item .shopify_explorer_faq__answer {
    width: 100%;
  }
}

  @media screen and (max-width: 500px) {
    .careers {
      padding-bottom: 5rem;
    }
    
    .careers-header {
      padding: 5rem 0 3rem;
    }
  }
.collections-section {
  
  padding: 10rem 0;
}

.collections-section h1 {
  text-transform: revert;
}
  

.collections-section .content-side {
  width: 45%;
  margin-bottom: 5rem;
  position: relative;
} 

.collections-section .content-side .content-wrapper {
  position: sticky;
  top: 10rem;
}

.collections-section .collections-side {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.collections-section .item {
    position: relative;
    width: 24%;
  margin-bottom: 2rem;
  }

.collections-section .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
  }

.collections-section .portfolio-image {
  height: 31vw;
  width: 100%;
  margin-right: 3rem;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1450px) {
  .collections-section .content-side {
    width: 55%;
  }
}

@media screen and (max-width: 1365px) {
  .collections-section .content-side {
    width: 61%;
}
}




@media screen and (max-width: 1250px) {
  .collections-section .content-side {
    width: 70%;
}
}

  @media screen and (max-width: 1090px) {
  .collections-section .content-side {
    width: 80%;
}

    .collections-section .portfolio-image {
      height: 29vw;
    }
}


@media screen and (max-width: 950px) {
  .collections-section {
    flex-direction: column;
  }

  .collections-section .content-side {
      width: 87%;
  }

  .collections-section .collections-side {
    width: 100%;
    margin-top: 5rem;
  }


  .collections-section {
    padding: 6rem 0 7rem;
  }

}

@media screen and (max-width: 895px) {
  .collections-section .content-side {
    width: 93%;
}
}  

@media screen and (max-width: 700px) {
  .collections-section .item {
    width: 48.5%;
  }

  .collections-section .portfolio-image {
    height: 65vw;
}
}

@media screen and (max-width: 500px) {
  .collections-section {
    padding: 3rem 0;
  }

  .collections-section .collections-side {
    margin-top: 2rem;
  }

  .collections-section .content-side {
    width: 100%;
}

  .collections-sections .content-wrapper p {
    width: 75%;
  }

  .collections-section .portfolio-image {
    height: 60vw;
}
}
.collections-slider {
  padding: 11rem 0 17rem 6%;
}

.collections-slider .slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}  

.collections-slider h2 {
  font-size: 1.2rem;
  margin-right: 3rem;
}

.collections-slider h1 {
  text-transform: unset;
  margin-top: 0;
}
  

.collections-slider .slider-header .slider-arrows {
  width: 10%;
  margin-right: 5rem;
  display: flex;
  justify-content: space-between;
}


.collections-slider .custom-border {
  display: flex;
  align-items: flex-start;
}

.collections-slider .custom-border .thick-border {
  height: 6px;
  width: 22%;
  background-color: #7F7764;
}

.collections-slider .custom-border .thin-border {
  height: 1px;
  width: 78%;
  background-color: #7F7764;
}


.collections-slider .slider-text {
  display: flex;
  justify-content: space-between;
  padding-top: 6rem;
}

.collections-slider .slider-text .text-container {
  width: 23%;
  display: flex;
    flex-direction: column;
    justify-content: center;
}

.collections-slider .slider-text .text-container p {
  width: 74%;
}
  
.collections-slider .portfolio-slider {
  width: 74%;
  overflow: hidden;
  padding-top: 1rem;
  position: relative;
  padding-bottom: 0;
}

.collections-slider .portfolio-slider .hover-show {
  opacity: 0;
}

.collections-slider .portfolio-slider-container .item:hover .hover-show {
  opacity: 1;
}

  .collections-slider .portfolio-slider-container .item {
    position: relative;
  }

  .collections-slider .portfolio-slider-container .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
  }

 .collections-slider .portfolio-slider-container::-webkit-scrollbar-thumb {
height: 0px;
}

 .collections-slider .portfolio-slider-container::-webkit-scrollbar {
   height: 0px;
}

  
.collections-slider .portfolio-slider ul {
  padding: 0;
}

.collections-slider .portfolio-slider ul li {
  list-style-type: none;
}

.collections-slider .portfolio-slider .portfolio-slider-container {
  display: flex;
  overflow-x: scroll;
  
}

.collections-slider .portfolio-slider .portfolio-slider-container .portfolio-image {
  height: 33vw;
  width: 24vw;
  margin-right: 3rem;
  background-position: center;
  background-size: cover;
}
  
  
.collections-slider-border .custom-border {
  display: flex;
  align-items: flex-start;
}
  

.collections-slider-border .custom-border .thick-border {
  height: 6px;
  width: 22%;
  background-color: #7F7764;
}

.collections-slider-border .custom-border .thin-border {
  height: 1px;
  width: 78%;
  background-color: #7F7764;
}




@media screen and (max-width: 1400px) {
  .collections-slider .portfolio-slider {
    width: 70%;
  }

  .collections-slider .slider-text .text-container {
    width: 26%;
  }

  .collections-slider {
    padding: 9rem 0 15rem 5rem;
}
}



@media screen and (max-width: 1330px) {
  .collections-slider .portfolio-slider .portfolio-slider-container .portfolio-image {
    height: 34vw;
    width: 24vw;
  }

  .collections-slider .portfolio-slider {
    width: 63%;
  }

  .collections-slider .slider-text .text-container {
    width: 31%;
  }
}


@media screen and (max-width: 1230px) {
  .collections-slider .slider-text {
    flex-direction: column;
  }

  .collections-slider .slider-text .text-container {
    width: 56%;
  }

  .collections-slider .slider-text .text-container p {
    width: 50%;
  }

  .collections-slider .portfolio-slider {
    width: 100%;
  }

  .collections-slider .portfolio-slider .portfolio-slider-container .portfolio-image {
    height: 44vw;
    width: 33vw;
}

  .collections-slider h1 {
    margin-bottom: .5rem;
  }
}

  @media screen and (max-width: 1030px) {
    .collections-slider .slider-text .text-container {
      width: 69%;
    }
  }

  @media screen and (max-width: 950px) {
    .collections-slider {
    padding: 6rem 0 12rem 5rem;
}

    .collections-slider .slider-text .text-container {
      width: 75%;
    }
  }


  @media screen and (max-width: 800px) {
    .collections-slider .slider-text .text-container {
    width: 80%;
      margin-bottom: 2rem;
}

    .collections-slider .portfolio-slider .portfolio-slider-container .portfolio-image {
    height: 50vw;
    width: 36vw;
}

    .collections-slider .slider-text .text-container p {
    width: 60%;
}
  }


  @media screen and (max-width: 750px) {
    .collections-slider {
    padding: 0rem 0 7rem 1.5rem;
}
  }


  @media screen and (max-width: 500px) {
    .collections-slider .slider-text .text-container {
    width: 100%;
}

    .collections-slider .slider-text .text-container p {
    width: 84%;
}

    .collections-slider .slider-text .text-container {
      margin-bottom: 1rem;
    }

    .collections-slider .slider-text {
      padding-top: 5rem;
    }

    .collections-slider .portfolio-slider .portfolio-slider-container .portfolio-image {
      margin-right: 1.8rem;
    }

    .collections-slider .portfolio-slider .portfolio-slider-container .portfolio-image {
    height: 78vw;
    width: 56vw;
}
  }
.contact-header {
  display: flex;
  justify-content: space-between;
  /*margin-top: 5rem;*/
  margin-top: 2rem;
}

.contact-header .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 31%;
  padding: 2rem 0 5rem 2rem;
  
}

.contact-header .left h1 {
  margin-top: 0;
}
  

.contact-header .bottom {
  display: flex;
  justify-content: space-between;
}

.contact-header .bottom p {
  line-height: 1;
}

.contact-header .right {
  background-position: center;
  background-size: cover;
  width: 48%;
  /*height: 45vw;*/
  height: 30vw;
}

.contact-header .bottom .left-col {
  width: 100%;
}

.contact-header a {
  text-decoration: none;
    font-family: 'brownregular';
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .1rem;
    color: black;
  border-bottom: 1px solid black;
  padding-bottom: .5rem;
}

.contact-header a:hover {
  color: #B49F29;
  border-bottom: 1px solid #B49F29;
}

  

@media screen and (max-width: 1450px) {
  .contact-header .left {
    width: 37%;
  }
}

@media screen and (max-width: 1230px) {
  .contact-header .left {
    /*padding: 5rem 0 5rem 0;*/
    padding: 2rem 0 2rem 0;
  }
}

@media screen and (max-width: 1098px) {
  .contact-header .left {
    width: 45%;
  }
}

@media screen and (max-width: 950px) {
  .contact-header {
    flex-direction: column-reverse;
  }

  .contact-header .right {
    width: 100%;
    height: 53vw;
  }

  .contact-header .left {
    width: 100%;
  }

  .contact-header .left .top {
    margin-bottom: 5rem;
  }
}
  

@media screen and (max-width: 750px) {
  .contact-header {
    margin-top: 1.5rem;
  }
}
.globo-form-app {
  max-width: none !important;
  background-color: transparent !important;
  padding: 5rem 5rem;
}

.globo-form-app .content {
  justify-content: space-between;
}

.globo-form-control.layout-2-column {
  width: 47% !important;
}

.globo-form-app .globo-form-input input {
  background-color: transparent !important;
  border-bottom: 1px solid #7F7764;
  border-radius: 0;
  padding: 0;
    font-family: 'brownregular';
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .1rem;
    color: black;
}

.globo-form-app .globo-form-input input::placeholder {
  color: black;
}

.globo-form-app .globo-form-input select {
   background-color: transparent !important;
  border-bottom: 1px solid #7F7764;
  border-radius: 0;
  padding: 0;
    font-family: 'brownregular';
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .1rem;
    color: black;
  
}

.globo-form-app .label-content {
   font-family: 'brownregular';
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .1rem;
    color: black;
}


.globo-form-app label {
  margin-bottom: 2rem;
}

.globo-form-app .globo-form-control textarea {
   background-color: transparent !important;
  border-bottom: 1px solid #7F7764;
  border-radius: 0;
  padding: 0 !important;
    font-family: 'brownregular';
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .1rem;
    color: black;
}

.globo-form-app textarea::placeholder {
  font-family: 'brownregular';
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .1rem;
    color: black;
}

.globo-form-id-7808 .globo-form-app .footer button.submit {
  background-color: transparent !important;
  color: black !important;
  border-bottom: 1px solid black;
  width: fit-content;
  padding: 0 0 .4rem 0;
   border-left: none;
  border-top: none;
  border-right: none;
  font-family: 'brownregular';
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .1rem;
    color: black;
  text-align: left;
  border-radius: 0;
  min-width: 0 !important;
}


.globo-form-id-7808 .globo-form-app .footer button.submit:hover {
  color: #B49F29 !important;
  border-bottom: 1px solid #B49F29;
 
}

@media screen and (max-width: 1230px) {
  .globo-form-app {
    /*padding: 8rem 0;*/
    padding: 2rem 0 5rem 0;
  }
  .left h1{
    padding-top: 3rem;
  }
}

@media screen and (max-width: 950px) {
  .globo-form-app {
    padding: 3rem 0;
  }
}

@media screen and (max-width: 850px) {
  .globo-form-control.layout-2-column {
    width: 100% !important;
}
}

@media screen and (max-width: 500px) {
  .contact-header .right {
    height: 62vw;
  }
}
.image-side {
  position: relative;
}

.parallax-box {
  position: relative;
  z-index: 1;
}

.image-parallax-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; 
  display: block !important;
}


.fw-img-text {
  display: flex;
}

.fw-img-text .image-side {
  width: 50%;
  height: 55vw;
}

.fw-img-text .image-side .parallax-box {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: flex;
}

  

.fw-img-text .text-side {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fw-img-text .text-side .text-container {
  width: 58%;
}

.fw-img-text .text-side .text-container h1 {
  width: 89%;
  margin-top: 0;
}


@media screen and (max-width: 1500px) {
  .fw-img-text .text-side .text-container h1 {
    width: 100%;
}

  .fw-img-text .text-side .text-container {
    width: 65%;
}
}


@media screen and (max-width: 1250px) {
  .fw-img-text .text-side .text-container {
    width: 75%;
}

  .fw-img-text .image-side {
    height: 61vw;
  }
}

@media screen and (max-width: 1068px) {
  .fw-img-text .image-side {
    height: 67vw;
  }
}

@media screen and (max-width: 950px) {
  .fw-img-text {
    flex-direction: column;
  }

  .fw-img-text .image-side {
    width: 100%;
  }

  .fw-img-text .text-side {
    width: 100%;
  }

  .fw-img-text .text-side .text-container {
    width: 100%;
    padding: 10rem 5%;
  }
}

  @media screen and (max-width: 750px) {
    .fw-img-text .image-side {
      height: 98vw;
    }
  }


  @media screen and (max-width: 500px) {
    .fw-img-text .text-side .text-container {
      padding: 6rem 5%;
    }

    .fw-img-text .image-side {
      height: 135vw;
    }
  }
.insta-banner {
  background-color: #E8E6DF;
  padding-left: 5rem;
}

.insta-banner h2 {
  padding: 2rem 0;
  font-family: 'Brown Pro';
  line-height: 19.5px;
  letter-spacing: 1.5px;
}

.insta-banner a {
  color: black;
  text-decoration: none;
}

  @media screen and (max-width: 750px) {
    .insta-banner {
      padding-left: 1.5rem;
    }
  }
.introduction-text--section {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .introduction-text--section .introduction-text__content {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .introduction-text--section .introduction-text__content h2 {
        width: 78%;
        margin: 0;
        padding-bottom: 80px;
    }

    .introduction-text--section .introduction-text__content h2 p {
        text-align: center;
        font-family: 'Canela Text Trial';
        font-size: 33.63px;
        font-weight: 300;
        letter-spacing: 0.5px;
        line-height: 42px;
        margin: 0;
        text-transform: none;
    }

    .introduction-text--section .custom-border {
        display: flex;
        align-items: flex-start;
        width: 100%;
        justify-content: flex-start;
        padding: 0 50px;
    }

    .introduction-text--section .custom-border .thick-border {
        height: 6px;
        width: 22%;
        background-color: #7F7764;
    }

    .introduction-text--section .custom-border .thin-border {
        height: 1px;
        width: 78%;
        background-color: #7F7764;
    }

    #insta-feed .instafeed-new-layout-container {
        width: 100% !important;
    }

    #shopify-section-sections--15872179142714__1761100856a15f8c36 .page-width {
        padding: 0 !important;
    }

    body #insta-feed {
        padding: 0 0 0 40px !important;
        
    }

    @media screen and (max-width: 750px) {
        .introduction-text--section {
            padding-top: 32px !important;
            padding-bottom: 32px !important;
        }

        .introduction-text--section .introduction-text_container {
            padding: 0 16px;
        }

        .introduction-text--section .introduction-text__content h2 {
            width: 100%;
            padding-bottom: 32px;
        }

        .introduction-text--section .introduction-text__content h2 p {
            font-size: 20px;
        }

        .introduction-text--section .custom-border {
            padding: 0 20px;
        }

        body #insta-feed {
            padding: 0 0 0 16px !important;
        }
    }
.membership-details {
  display: flex;
  justify-content: space-between;
  padding: 10rem 8rem;
}

.membership-details .details {
  
  width: 31%;
}

.membership-details .right-columns {
  display: flex;
  justify-content: space-between;
  
  width: 60%;
}

.membership-details h2 {
  margin-top: 0;
}

.membership-details h3 {
  margin-top: 0;
}

.membership-details .right-columns div {
  width: 45%;
}

@media screen and (max-width: 1350px) {
  .membership-details {
    padding: 10rem 0;
  }

  .membership-details .details {
    padding-bottom: 5rem;
  }
}  


@media screen and (max-width: 1050px) {
  .membership-details {
    flex-direction: column;
  }

  .membership-details .details {
    width: 100%;
  }

  .membership-details .right-columns {
    align-self: flex-start;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .membership-details {
    padding: 5rem 0;
  }

  .membership-details .details {
    padding-bottom: 4rem;
  }

  .membership-details .right-columns {
    flex-direction: column;
  }

  .membership-details .right-columns div {
    width: 100%;
    margin-bottom: 4rem;
  }
}


@media screen and (max-width: 500px) {
  .membership-details .details {
    padding-bottom: 2rem;
  }

  .membership-details .right-columns div {
    margin-bottom: 2rem;
  }
}
.new-arrivals {
  padding: 1.2rem 0 10rem;
}

.new-arrivals .text-container {
  display: flex;
  justify-content: space-between;
}

.new-arrivals .text-container p {
  width: 22%;
  text-align: right;
}

.new-arrivals .products-container ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
}

  
.new-arrivals .products-container ul li {
  width: 23.6%;
  height: auto;
  margin-bottom: 1.2rem;
}

.new-arrivals .card__heading.h5 {
  font-family: Canela Web;
    font-size: 1.7rem;
}
  

.new-arrivals .card-information .price {
      font-family: brownregular;
    font-size: 1rem;
    margin-top: 0 !important;
}

 .new-arrivals .underline-links-hover:hover a {
    text-decoration: none;
    color: #7F7764;
} 

  @media screen and (max-width: 1350px) {
    .new-arrivals .text-container p {
      width: 30%;
    }
  }

  @media screen and (max-width: 970px) {
    .new-arrivals .text-container p {
      width: 40%;
    }
  }

@media screen and (max-width: 950px) {
  .new-arrivals .products-container ul li {
    width: 48%;
  }
}

  @media screen and (max-width: 750px) {
    .new-arrivals .text-container {
      flex-direction: column;
    }

    .new-arrivals .text-container p {
      text-align: left;
      width: 55%;
    }
  }

  @media screen and (max-width: 500px) {

    .new-arrivals {
      padding: 1.2rem 0 5rem;
    }
    
    .new-arrivals .text-container p {
      width: 76%;
      margin-bottom: 1.5rem;
    margin-top: 0.5rem;
    }

    .rich-text-border .custom-border .thick-border {
      width: 30%;
    }

    .rich-text-border .custom-border .thin-border {
      width: 70%;
    }
  }
.our-team h1 {
    font-size: 3.5rem;
    margin-bottom: 1.2rem;
  }

  .our-team h2{
    font-family: 'brown_ll_ttlight';
  }

  .our-team p{
    margin: 5px 0;
  }

  .our-team strong{
    font-family: "brownregular";
  }

  .our-team__columns{
    display: flex;
    gap: 9.6rem;
  }

  .our-team__column{
    width: 50%;
    display: flex; 
    flex-direction: column;
    gap: 3.6rem;
  }

  @media screen and (max-width: 650px) {
    .our-team h1{
      margin-bottom: 2rem;
    }
    
    .our-team__columns{
      flex-direction: column;
      gap: 1.8rem;
    }

    .our-team__column{
      width: 100%;
       gap: 1.8rem;
    }
  }
.parallax-image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; /* Ensure it’s above other elements inside */
  display: block !important;
}

.fw-parallax {
  position: relative;
  width: 100%;
  height: 55vw;
}
  

.fw-parallax .parallax-box {
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 1068px) {
  .fw-parallax {
    height: 62vw;
  }
}

@media screen and (max-width: 768px) {
  .fw-parallax {
    height: 66vw;
    
  }
}
.portfolio-bottom {
  border-top: .5px solid #E8E6DF;
  padding: 6rem 0;
  text-align: center;
}
  

.portfolio-bottom a {
  font-size: 1rem;
  font-family: 'brownregular';
  color: black;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 8rem 0;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
} 

.portfolio-bottom a:hover {
  color: #7F7764;
}
.portfolio-fw {
  display: flex;
  align-items: end;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 58vw;
  padding: 10rem 8%;
}
.portfolio-fw.short-height {
  height: 47vw;
}
.portfolio-fw__CTA{
  display: flex;
  flex-direction: column;
  color: #ffffff;
  gap: 1.2rem;
}
.portfolio-fw__CTA h5{
  margin: 0;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'brownregular';
}
.portfolio-fw__CTA h1{
  margin: 0;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 6.5rem;
  font-weight: 300;
}
.portfolio-fw__CTA .portfolio-fw__btn{
  text-decoration-line: none;
  text-align: center;
  padding: 0.9rem 3rem 0.8rem;
  border-width: 0;
  border-color: #ffffff;
  color: #000000;
  background: #ffffff;
  font-family: 'brownregular';
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.portfolio-fw__CTA .portfolio-fw__btn:hover{
  background: #000000;
  color: #ffffffff;
  transition: all 0.5s ease-out;
}
.portfolio-fw__CTA-mobile{
  display: none;
}

@media screen and (max-width: 768px) {
  .portfolio-fw {
    height: 67vw;
    justify-content: center;
  }
  .portfolio-fw.short-height {
    height: 57vw;
  }
  .portfolio-fw__CTA{
    align-items: center;
  }
  .portfolio-fw__CTA h5{
    font-size: 1.4rem
  }
  .portfolio-fw__CTA h1{
    font-size: 5rem;
  }
  .portfolio-fw__CTA-mobile{
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .portfolio-fw.short-height {
    height: 60vw;
  }
  .portfolio-fw__CTA{
    display: none;
  }
  .portfolio-fw__CTA-mobile{
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }
  .portfolio-fw__CTA-mobile h5{
    margin: 0;
    color: #000000;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'brownregular';
  }
  .portfolio-fw__CTA-mobile h1{
    margin: 0;
    color: #000000;
    text-transform: capitalize;
    font-size: 4.3rem;
    font-weight: 300;
  }
  .portfolio-fw__CTA-mobile .portfolio-fw__btn{
    text-decoration-line: none;
    margin-top: 0.5rem;
    text-align: center;
    padding: 1.2rem 0.8rem;
    border-width: 0;
    border-color: #000000;
    color: #ffffff;
    background: #262626;
    font-family: 'brownregular';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    width: 65%;
  }
   
}
.portfolio-slider {
  width: 100%;
  overflow: hidden;
  padding-top: 1rem;
  position: relative;
  padding-bottom: 5rem;
}
  

  .portfolio-slider-container::-webkit-scrollbar-thumb {
  background-color: #7F7764;
  border-radius: 0;

}

  .portfolio-slider-container::-webkit-scrollbar {
  height: 4px;
}

  
.portfolio-slider ul {
  padding: 0;
}

.portfolio-slider ul li {
  list-style-type: none;
}

.portfolio-slider .portfolio-slider-container {
  display: flex;
  overflow-x: scroll;
  scrollbar-color: #322b27;
  scrollbar-width: 5px;
}

.portfolio-slider .portfolio-slider-container .portfolio-image {
  height: 41vw;
  width: auto;
  margin-right: 4rem;
  cursor: pointer;
}
  
  
  

.paddle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2.5em;
}

.paddles .paddle {
  color: white;
  font-weight: 500;
  font-size: 2rem;
  appearance: none;
  -webkit-appearance: none;
  border: none;
}

.paddle img {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
  
  
.left-paddle {
    left: 0;
  background: transparent;
}
.right-paddle {
    right: 0;
  background: transparent;
}
.hidden {
    display: none; 
}


   .modal-slider-section .scroll-arrow {
    position: absolute;
    bottom: -35px;
    right: 1%;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
  }
  
  .modal-slider-section .scroll-arrow img {
    width: 25px;
    height: auto;
  }

  .modal-slider-section {
    position: relative;
  }
  
  .modal-slider-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #f2f0ea;
    z-index: -1;
    opacity: 0;
  }
  
  .modal-slider-overlay.show {
    z-index: 999999999;
    opacity: 1;
  }
  
  .modal-slider-overlay .slider-close {
    position: absolute;
    top: 2em;
    right: 5%;
    color: white;
    cursor: pointer;
    font-size: 2.4rem;
    line-height: 1.1em;
  }
  
  .modal-slider-overlay .slider-wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 82%;
    max-width: 1500px;
    height: 90%;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
  }
  
  .modal-slider-overlay .slider-arrows {
    position: absolute;
    width: 90%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    display: block;
  }
  
  .modal-slider-overlay .slider-arrows img.prev {
  	position: absolute;
    left: 0;
    width: 30px;
  }
  
  .modal-slider-overlay .slider-arrows img.next {
  	position: absolute;
    right: 0;
    width: 30px;
  }
  
  .modal-slider-overlay .slider-wrap .modal-slider, .modal-slider-overlay .slider-wrap .modal-slider .slick-list, .modal-slider-overlay .slider-wrap .modal-slider .slick-track {
    height: 100%;
  }
  
  .modal-slider .slick-slide {
    opacity: 0 !important;
  }
  
  .modal-slider .slick-slide.slick-active {
    z-index: 99999 !important;
    opacity: 1 !important;
  }

 /* .modal-slider .single-img {
    height: 100%;
  }*/

  .modal-slider .single-img img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
  
  

  .slider-close img {
    height: 2rem;
    width: 2rem;
  }
  
  
  .portfolio-hero {
    overflow-x: scroll;
    height: 31vw;
    margin-top: 6em;
  position: relative;
width: 100%;
  }

 /* .modal-slider .single-img .landscape {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
     height: auto;
    width: 100%;
    margin: 0 auto;
  }

  .modal-slider .single-img .portrait {
 position: absolute;
    left: 50%;
    transform: translateX(-50%);
     height: 100%;
    width: auto;
    margin: 0 auto;
  }*/

  @media screen and (max-width: 1068px) {
    .modal-slider-overlay .slider-arrows {
      width: 95%;
    }
  }


  @media screen and (max-width: 768px) {

    
    .portfolio-slider .portfolio-slider-container .portfolio-image {
      margin-right: 2rem;
    }
  }

  @media screen and (max-width: 650px) {
    .portfolio-slider {
      padding-bottom: 3rem;
    }

    .modal-slider .single-img img {
      height: auto;
      width: 100%;
  	}
  }

  @media screen and (max-width: 500px) {
    .portfolio-slider .portfolio-slider-container .portfolio-image {
      height: 59vw;
      margin-right: 1rem;
    }

    .portfolio-slider .paddle img {
      display: none;
    }

    .modal-slider-overlay .slider-arrows {
      width: 99%;
    }

    .modal-slider-overlay .slider-arrows img.prev, .modal-slider-overlay .slider-arrows img.next {
      width: 20px;
    }

    .modal-slider .single-img .portrait {
    position: absolute;
    height: auto;
    width: 100%;
    margin: 0 auto;
    top: 20%;
    }
  }
.portfolio-paragraph {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0 6rem;
}

.portfolio-paragraph .images-container {
  width: 66%;
  display: flex;
  justify-content: space-between;
}

.portfolio-paragraph .images-container .image1, .portfolio-paragraph .images-container .image2 {
  width: 48.5%;
  height: 40vw;
  background-position: center;
  background-size: cover;
}

.portfolio-paragraph .content-container {
  width: 30%;
}

.portfolio-paragraph .content-container p {
  width: 77%;
  padding-top: 4rem;
  line-height: 1.9;
}

@media screen and (max-width: 1068px) {
  .portfolio-paragraph .images-container .image1, .portfolio-paragraph .images-container .image2 {
    height: 43vw;
  }

  .portfolio-paragraph .images-container {
    width: 61%;
  }

  .portfolio-paragraph .content-container {
    width: 35%;
  }

  .portfolio-paragraph .content-container p {
    width: 85%;
  }
}

@media screen and (max-width: 870px) {
  .portfolio-paragraph {
    flex-direction: column-reverse;
    
  }

  .portfolio-paragraph .content-container {
    padding-left: 5rem;
    width: 100%;
  }

  .portfolio-paragraph .images-container {
    width: 100%; 
    margin-top: 3rem;
  }

  .portfolio-paragraph .content-container p {
    padding-top: 0;
    margin-tip: 0;
    
  }

  .portfolio-paragraph {
    padding: 1rem 0 6rem;
  }

  .portfolio-paragraph .images-container .image1, .portfolio-paragraph .images-container .image2 {
    height: 72vw;
  }
}

  @media screen and (max-width: 500px) {
    .portfolio-paragraph {
      padding: 0 0 4rem;
    }
    
    .portfolio-paragraph .content-container p {
      width: 100%;
    padding-right: 2rem;
      padding-bottom: 1rem;
    }

    .portfolio-paragraph .content-container {
      padding-left: 2rem;
    }
  }
.portfolio-title-section {
  display: flex;
  justify-content: space-between;
  padding: 10rem 0 9rem;
}

  

.portfolio-title-section .left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.portfolio-title-section .portfolio-info {
  display: flex;
  justify-content: space-between;
}

.portfolio-title-section .portfolio-info .description {
  width: 65%;
}

.portfolio-title-section .portfolio-info .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
}

.portfolio-title-section .portfolio-info .details p {
  text-align: right;
}

.portfolio-title-section .portfolio-info .details a {
  align-self: flex-end;
  justify-self: flex-end;
  text-align: right;
  margin-top: 1rem;
}

.portfolio-title-section .right {
  width: 55%; 
}

.portfolio-title-section .right p {
  margin-top: 0;
  margin-bottom: 0;
}
  

.portfolio-title-section .left .portfolio-title {
  
  display: flex;
  justify-content: space-between;
  flex-direction: column;

}

.portfolio-title-section .left p {
  margin-top: 0;
  margin-bottom: 0;
  
}

.portfolio-title-section .left p.details {
  margin-bottom: 3rem;
}

.portfolio-title-section .left .images-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.portfolio-title-section .left .images-container .image1, .portfolio-title-section .left .images-container .image2 {
  width: 48.5%;
  height: 21.5vw;
  background-position: center;
  background-size: cover;
}

.portfolio-title h1 {
  margin-top: 0;
  margin-bottom: 2rem;
}




@media screen and (max-width: 950px) {
  .portfolio-title-section .portfolio-info {
    flex-direction: column;
  }

  .portfolio-title-section .portfolio-info .description {
    width: 100%;
  }

  .portfolio-title-section .portfolio-info .details {
    text-align: left;
    justify-content: flex-start;
    margin-top: 3rem;
  }

  .portfolio-title-section .portfolio-info .details p {
    text-align: left;
  }

  .portfolio-title-section .portfolio-info .details a {
    text-align: left;
    align-self: flex-start;
    width: fit-content;
    margin-top: 5rem;
  }
}

  @media screen and (max-width: 650px) {
    .portfolio-title-section {
      padding: 6rem 0 5rem;
    }
  }
.portfolio-5050 {
  display: flex; 
  justify-content: space-between;
}


.portfolio-5050 .image {
  height: 58vw;
  background-size: cover;
  background-position: center;
  width: 48.5%;
}




@media screen and (max-width: 500px) {
  .portfolio-5050 {
    flex-direction: column;
  }


  .portfolio-5050 .image {
    width: 100%;
    height: 130vw;
  }

  .portfolio-5050 .image {
    margin: 1.5rem 0;
  }
}
.privacy-policy {
  padding: 10rem 8rem;
}

.privacy-policy h1 {
    font-size: 3.5rem;
    margin-bottom: 5rem;

}

.privacy-policy h2 {
      margin-bottom: 2rem;
    margin-top: 4rem;
  font-size: 1.5rem;
}

.privacy-policy p {
      margin-bottom: 2.4rem;
  font-size: 1.5rem;
}

.privacy-policy li {
      font-family: brownregular;
    font-size: 1.3rem;
    color: #000;
    letter-spacing: .01rem;
}
  

@media screen and (max-width: 1400px) {
  .privacy-policy {
    padding: 10rem 0;
  }
}

@media screen and (max-width: 500px) {
  .privacy-policy {
    padding: 5rem 0;
  }
}
.fw-img-text.service-image-text {
    display: block;
  }

  .service-image-text .service-section-header {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 32px;
  }

  .service-image-text .service-image--container {
    display: flex;
    align-items: center;
  }

  .service-image-text .service-section-header.service-visible {
    display: block;
  }

  .service-image-text .service-section-header.service-hidden {
    display: none;
  }

  .service-image-text .service-image--container .image-parallax--enable {
    background-repeat: no-repeat;
    aspect-ratio: 1.32;
  }

  .service-image-text .text-container .full-service--header {
    margin-bottom: 30px;
  }

  .service-image-text .text-container .full-service--header h1 {
    margin-bottom: 0 !important;
  }

  .service-image-text .text-container .full-service--header .custom-border .thick-border {
    width: 28.71%;
  }
  
  .service-image-text .text-container .full-service--header .custom-border .thin-border {
    width: 71.29%;
  }

  .service-image-text .custom-border {
    display: flex;
    align-items: flex-start;
  }

  .service-image-text .text-side .text-container h1 {
    width: 100%;
  }

  .service-image-text .custom-border .thick-border {
    height: 6px;
    width: 22%;
    background-color: #7F7764;
  }

  .service-image-text .custom-border .thin-border {
    height: 1px;
    width: 78%;
    background-color: #7F7764;
  }

  .service-image-text .service-image--container .text-side .text-container.text-left {
    text-align: left;
  } 

  .service-image-text .service-image--container .text-side .text-container.text-center {
    text-align: center;
  }

  .service-image-text .service-image--container .text-side .text-container.text-right {
    text-align: right;
  }

  .service-image-text .image-side img {
    aspect-ratio: 1.32;
    object-fit: cover;
  }

  .service-image-text .service-image--container .text-side .text-container h1 {
    font-family: 'Canela Web';
    font-size: 33.63px;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
  }

  .service-image-text .service-image--container .text-side .text-container > p {
    font-family: 'brown_ll_ttlight';
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 27px;
    letter-spacing: 0.1px;
  }

  .custom-buttons {
    display: flex;
    gap: 30px;
  }

  .service-image-text .service-image--container .text-side .text-container a.custom-button {
    font-family: 'brownregular';
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28.8px;
    width: fit-content;
    font-weight: bold;
  }

  .service-image-text .service-section-header h2 {
    font-family: 'Canela Text Trial';
    font-size: 43.59px;
    font-weight: 300;
    line-height: 54px;
    letter-spacing: 1.5px;
    text-align: start;
    margin: 0;  
  }

  .service-image-text .service-image--container .text-side .text-container .custom-buttons span {
    font-family: 'brown_ll_ttlight';
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 27px;
  }

  .insta-banner h2 {
    margin: 0;
  }

 @media screen and (max-width: 1300px) {
    .service-image-text .text-side {
      padding: 0;
    }

    .service-image-text .service-image--container .text-side .text-container > p:nth-child(3) {
      line-height: 20px;
    }

    .service-image-text .text-container .full-service--header,
    .service-image-text .service-image--container .text-side .text-container > p:nth-child(3) {
      margin-bottom: 18px;
    }
    
 }


 @media screen and (max-width: 767px) {
    .service-image-text .service-section-header {
        padding-left: 16px;
        padding-right: 16px;
    }

    .service-image-text .text-side .text-container {
        width: 100%;
        padding: 40px 16px;
    }

    .service-image-text .text-container .full-service--header, .service-image-text .service-image--container .text-side .text-container > p:nth-child(3) {
      line-height: 24px;
    }

    .service-image-text .text-side {
        padding: 0 !important;
    }

    .service-image-text .text-container .full-service--header,
    .service-image-text .service-image--container .text-side .text-container > p:nth-child(3) {
      margin-bottom: 30px;
    } 

    .service-image-text .service-image--container .image-parallax--enable {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
    }

    .fw-img-text.service-image-text .text-side .text-container {
      padding: 32px 16px;
    }

    .service-image-text .text-side,
    .service-image-text .service-image--container .image-side {
        width: 100%;
    }

    .service-image-text .service-image--container .text-side .text-container h1 {
        font-size: 26px;
    }

    .service-image-text .service-image--container .text-side .text-container .custom-buttons span {
        display: none;
    }

    .service-image-text .service-image--container .text-side .text-container a.custom-button {
      margin: 0;
    }
 }

 @media screen and (min-width: 768px) and (max-width: 993px) {
  .service-image-text .service-image--container .text-side .text-container h1 {
    font-size: 20px;
  }

  .fw-img-text.service-image-text .text-side .text-container p {
    font-size: 12px;
  }
 }

  @media screen and (min-width: 750px) and (max-width: 900px) {
    .footer-block__newsletter p {
      text-align: left;
    }
 }

  @media screen and (min-width: 951px) {
    .service-image-text .service-image--container.row--reverse {
      flex-direction: row-reverse;
    }

    .text-container.text-right .custom-buttons {
      justify-content: right;
    }
  }

  @media screen and (max-width: 950px) {
    .service-image-text .service-image--container .text-side .text-container.text-right {
      text-align: left;
    }
  }

  @media screen and (min-width: 750px) and (max-width: 900px) {
    .footer-block__newsletter p {
      text-align: left;
    }
  }

  @media screen and (min-width: 951px) and (max-width: 1095px) {
    .custom-buttons {
      gap: 2px;
    }
  }

    @media screen and (min-width: 1251px) and (max-width: 1264px) {
    .custom-buttons {
      gap: 27px;
    }
  }

  .parallax-text {
    height: -webkit-fill-available;
    background-color: #E8E6DF;
  }
.service-stories--section {
        width: 100%;
    }

    .service-stories--section .service-stories__container {
        width: 100%;
        max-width: 78%;
        margin: 0 auto;
    }

    .service-stories--section .service-stories__container .service-stories__heading {
        text-align: start;
        margin: 0;
        margin-bottom: 40px;
    }

    .service-stories--section .service-stories__container .service-stories__heading h2 {
        font-family: 'Playfair Display Italic';
        font-size: 40px;
        font-weight: 400;
        line-height: 42px;
        letter-spacing: 1.5px;
        text-transform: capitalize;
        margin: 0;
        margin-bottom: 40px;
    }

    .service-stories--section .service-stories__container .service-stories__content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .service-stories--section .service-stories__container .service-story--item h3 {
        font-family: "Athelas", serif;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
        line-height: 27px;
        letter-spacing: 0.1px;
        margin: 0;
    }

    .service-stories--section .service-stories__container .service-story--item p {
        font-family: 'brown_ll_ttlight';
        font-weight: 300;
        font-style: Light;
        font-size: 15px;
        line-height: 27px;
        letter-spacing: 0.1px;
        margin: 0;
    }

    @media screen and (max-width: 750px) {
        .service-stories--section {
            padding: 0 0 40px 0 !important;
        }

        .service-stories--section .service-stories__container {
            max-width: 100%;
            padding: 0 16px;
        }
    }
.shipping {
  padding: 10rem 8rem;
}

.shipping h1 {
    font-size: 3.5rem;
    margin-bottom: 5rem;

}

.shipping h2 {
      margin-bottom: 2rem;
    margin-top: 4rem;
  font-size: 1.5rem;
}

.shipping p {
      margin-bottom: 2.4rem;
  font-size: 1.5rem;
}

.shipping li {
      font-family: brownregular;
    font-size: 1.3rem;
    color: #000;
    letter-spacing: .01rem;
}

.shipping a {
  color: black;
}

@media screen and (max-width: 1400px) {
  .shipping {
    padding: 10rem 0;
  }
}

@media screen and (max-width: 500px) {
  .shipping {
    padding: 5rem 0;
  }
}
.studio-ceo {
    display: flex;
    justify-content: space-between;
    padding: 10rem 0;
    margin-left: -5rem;
  }
  

  .studio-ceo .image-container {
    display: flex;
    justify-content: space-between;
    width: 52%;
  }

  .studio-ceo .image-container .image {
    width: 24.3vw;
    height: 30vw;
    background-size: cover;
    background-position: center;
  }
  

  
  .studio-ceo .content-container {
    width: 44%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 9rem 0;
  }

  .studio-ceo .content-container p {
    width: 41%;
  }

  .studio-ceo .content-container h3 {
    font-size: 2rem;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .studio-ceo .content-container .top h2 {
    
    margin-top: 0.5rem;
  }


  @media screen and (max-width: 1400px) {
    .studio-ceo .content-container p {
      width: 50%;
    }

    .studio-ceo .image-container .image {
      height: 35vw;
      width: 26.3vw;
    }

    .studio-ceo .image-container {
      width: 57%;
    }

    .studio-ceo .content-container {
      width: 40%;
    }

    .studio-ceo .content-container p {
      width: 60%;
    }
  }

  @media screen and (max-width: 1068px) {
    .studio-ceo .image-container {
      width: 65%;
    }

    .studio-ceo .image-container .image {
      height: 40vw;
      width: 30vw;
    }

    .studio-ceo .content-container {
      padding: 5rem 0;
      width: 30%;
    }

    .studio-ceo .content-container p {
      width: 100%;
    }

    .studio-ceo {
      padding: 0 0 3rem 0;
    }
  }

  @media screen and (max-width: 900px) {
    .studio-ceo {
      padding: 0 0 0;
      margin-left: 0;
    }

    .studio-ceo {
      flex-direction: column;
    }

    .studio-ceo .image-container {
      width: 100%;
    }

    .studio-ceo .image-container .image {
      height: 58vw;
      width: 48.5%;
    }

    .studio-ceo .content-container {
      width: 90%;
    }

    .studio-ceo .content-container {
      padding: 3rem 0;
    }
  }

  @media screen and (max-width: 768px) {
    .studio-ceo .content-container {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 500px) {
    padding: 3rem 0;
  }
.studio-leadership {
  display: none;
}

.studio-leadership.show {
  display: block;
}
  
  
.studio-leadership .leadership-wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12rem;
}

  
.studio-leadership .leadership-wrapper .leadership-block {
  width: 18.85%;
}

.studio-leadership .leadership-wrapper .leadership-block img {
  width: 100%;
  height: auto;
}

.studio-leadership .leadership-wrapper .leadership-block h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.studio-leadership .leadership-wrapper .leadership-block h4 {
  margin-top: .3rem;
}

.studio-leadership h2 {
  margin-bottom: 2.1rem;
}
  

@media screen and (max-width: 900px) {
  .studio-leadership .leadership-wrapper .leadership-block {
    width: 29.85%;
    margin: 0 1.5% 1.5rem;
}

  .studio-leadership .leadership-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
}

@media screen and (max-width: 550px) {
  .studio-leadership .leadership-wrapper .leadership-block {
    width: 48%;
    margin: 0 1% 1.5rem;
}

  .studio-leadership .leadership-wrapper .leadership-block {
    width: 47%;
    margin: 0 1.5% 1.5rem;
  }
}
.studio-mixed-images {
  display: flex; 
  justify-content: space-between;
  padding: 4rem 0;
}

.studio-mixed-images .right-col {
  width: 50%;
  height: 107rem;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, .3);
  background-blend-mode: multiply;
}

.studio-mixed-images .right-col .content-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 6rem;
  width: 90%;
  margin: 0 auto;
  flex-direction: column;
}

.studio-mixed-images .right-col .content-container h1, .studio-mixed-images .right-col .content-container h2 {
  color: white;
}

  
.studio-mixed-images .right-col .content-container h1 {
  width: 100%;
  margin-top: 0;
}

.studio-mixed-images .right-col .content-container h2 {
  width: 100%;
margin-bottom: 2rem;
}
  
  
.studio-mixed-images .left-col {
  width: 30%;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.studio-mixed-images .video {
  height: 55rem;
  width: 24.3vw;
  margin-left: -5rem;
  overflow: hidden;
 
}

.studio-mixed-images .video video {
   background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
  

  
.studio-mixed-images .left-col h1 {
  margin-top:0;
  margin-bottom: 2rem;
}

.studio-mixed-images .left-col p {
  margin-top: 0;
}

@media screen and (max-width: 1400px) {
  .studio-mixed-images .right-col .content-container {
    flex-direction: column;
  }

  .studio-mixed-images .right-col .content-container h1 {
    width: 100%;
  }

  .studio-mixed-images .right-col .content-container h2 {
    width: 100%;
  }

  .studio-mixed-images .video {
    height: 50rem;
    width: 26.3vw;
  }

  .studio-mixed-images .right-col {
    height: 100rem;
  }

  .studio-mixed-images .left-col {
    width: 35%;
  }
}

  @media screen and (max-width: 1120px) {
    

     .studio-mixed-images .right-col {
       height: 89rem;
     } 

    .studio-mixed-images .left-col {
      width: 41%;
    }
  }

  @media screen and (max-width: 1068px) {
    .studio-mixed-images .video {
      height: 43rem;
      width: 30vw;
    }
  }
  

  @media screen and (max-width: 1050px) {
    .studio-mixed-images {
      flex-direction: column;
    }

    .studio-mixed-images .left-col {
      width: 100%;
      flex-direction: row;
    }

    .studio-mixed-images .left-col .left-content {
      width: 41%;
    }
    
    .studio-mixed-images .right-col {
      width: 100%;
    margin-top: 4rem;
    height: 60vw;
    }
  }

  @media screen and (max-width: 970px) {
    .studio-mixed-images .left-col .left-content {
      width: 50%;
    }

    .studio-mixed-images .left-col .video {
      height: 47vw;
    }
  }

  @media screen and (max-width: 850px) {
    .studio-mixed-images .left-col .video {
      display: none;
    }

    .studio-mixed-images .left-col .left-content {
      width: 100%;
      padding: 4rem 0;
    }
  }

  @media screen and (max-width: 768px) {
    .studio-mixed-images .right-col {
      height: 67vw;
    }

    .studio-mixed-images .right-col .content-container {
      padding-bottom: 1rem;
    }
  }


  @media screen and (max-width: 500px) {
    .studio-mixed-images .right-col {
      height: 90vw;
    }

    .studio-mixed-images .left-col .left-content {
      padding: 2rem 0;
    }
  }


  @media screen and (min-width: 2030px) {
    .studio-mixed-images .video {
      height: 30vw;
     
    }
  }
.studio-slider {
  padding: 12rem 0 9rem 11%;
}

.studio-slider .slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}  

.studio-slider h2 {
  font-size: 1.2rem;
  margin-right: 3rem;
}

.studio-slider .slider-header h1 {
  margin-top: 0;
}

.studio-slider .slider-header .slider-arrows {
  width: 10%;
  margin-right: 5rem;
  display: flex;
  justify-content: space-between;
}


.studio-slider .custom-border {
  display: flex;
  align-items: flex-start;
}

.studio-slider .custom-border .thick-border {
  height: 6px;
  width: 22%;
  background-color: #7F7764;
}

.studio-slider .custom-border .thin-border {
  height: 1px;
  width: 78%;
  background-color: #7F7764;
}


.studio-slider .slider-text {
  display: flex;
  justify-content: space-between;
  padding-top: 6rem;
}

.studio-slider .slider-text .text-container {
  width: 18%;
}



.studio-slider .portfolio-slider {
  width: 78%;
  overflow: hidden;
  padding-top: 1rem;
  position: relative;
}

.studio-slider .portfolio-slider .hover-show {
  opacity: 0;
}

.studio-slider .portfolio-slider-container .item:hover .hover-show {
  opacity: 1;
}

  .studio-slider .portfolio-slider-container .item {
    position: relative;
  }

  .studio-slider .portfolio-slider-container .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
  }

 .studio-slider .portfolio-slider-container::-webkit-scrollbar-thumb {
height: 0px;
}

 .studio-slider .portfolio-slider-container::-webkit-scrollbar {
   height: 0px;
}

  
.studio-slider .portfolio-slider ul {
  padding: 0;
}

.studio-slider .portfolio-slider ul li {
  list-style-type: none;
}

.studio-slider .portfolio-slider .portfolio-slider-container {
  display: flex;
  overflow-x: scroll;
  
}

.studio-slider .portfolio-slider .portfolio-slider-container .portfolio-image {
  height: 33vw;
  width: auto;
  margin-right: 3rem;
}
  
  

.studio-slider .paddle {
    width: 2.5em;
}

.studio-slider .paddles .paddle {
  color: black;
  font-weight: 500;
  font-size: 2rem;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  position: unset;
}
  

.studio-slider .paddle img {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
  
.studio-slider .left-paddle {
    left: 0;
  background: transparent;
}
.studio-slider .right-paddle {
    right: 0;
  background: transparent;
}



@media screen and (max-width: 1300px) {
  .studio-slider {
    padding: 12rem 0 10rem 5%;
  }
}

  @media screen and (max-width: 1155px) {
    .studio-slider .portfolio-slider {
      width: 73%;
    }

    .studio-slider .slider-text .text-container {
      width: 21%;
    }
  }

  @media screen and (max-width: 1050px) {
    .studio-slider {
      padding: 10rem 5%;
    }
  }


  @media screen and (max-width: 800px) {
    .studio-slider .custom-border .thin-border {
      width: 67%;
    }

    .studio-slider .custom-border .thick-border {
      width: 33%;
    }

    .studio-slider .slider-text {
      flex-direction: column;
      padding-top: 2rem;
    }

    .studio-slider .slider-text .text-container {
      width: 100%;
      padding-bottom: 2rem;
    }

    .studio-slider .portfolio-slider {
    width: 100%;
}

    .studio-slider .portfolio-slider .portfolio-slider-container .portfolio-image {
      height: 47vw;
    }
  }


  @media screen and (max-width: 500px) {
    .studio-slider {
      padding: 6rem 5%;
    }

    .studio-slider .slider-header .slider-arrows {
      width: 19%;
      margin-right: 0;
    }

    .studio-slider .portfolio-slider .portfolio-slider-container .portfolio-image {
      margin-right: 2rem;
    }

    .studio-slider h2 {
      margin-right: 2rem;
    }
  }

  @media screen and (max-width: 450px) {
    .studio-slider .portfolio-slider .portfolio-slider-container .portfolio-image {
      height: 79vw;
      
    }

    .studio-slider .slider-header .slider-arrows {
      display: none;
    }
  }
.studio-team {
  display: flex;
  padding: 0 0 7rem;
  justify-content: space-between;
}

  
.studio-team .content-wrapper {
  width: 34%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.studio-team .content-wrapper div {
   width: 84%;
}

.studio-team .content-wrapper h2 {
  width: 16%;
}

.studio-team .content-wrapper a.leadership-button {
  width: 100%;
  margin-top: 4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1rem;
    font-family: brownregular;
    color: #000;
    letter-spacing: .1rem;
    text-transform: uppercase;
  text-decoration: none;
}

.studio-team .content-wrapper a.leadership-button:hover {
  color: #B49F29;
}

.studio-team .content-wrapper a.leadership-button img {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: .5rem;
}

.studio-team .content-wrapper p {
 
  margin-top: 0;
}

.studio-team .team-wrapper {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}  

.studio-team .team-wrapper .team-member {
  width: 21%;
}

.studio-team .team-wrapper .team-member h3 {
  margin-top: .2rem;
  margin-bottom: 0;
}

.studio-team .team-wrapper .team-member h4 {
  margin-top: .4rem;
  color: gray;
  font-size: .9rem;
}  


@media screen and (max-width: 1400px) {
  

  .studio-team .content-wrapper {
    width: 40%;
  }

  .studio-team .team-wrapper {
    width: 57%;
  }

  .studio-team .team-wrapper .team-member {
    width: 25%;
  }
}

@media screen and (max-width: 1250px) {
  .studio-team .content-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .studio-team .team-wrapper .team-member {
    width: 33%;
  }
}


@media screen and (max-width: 1068px) {
  .studio-team {
    flex-direction: column;
  }

  .studio-team .content-wrapper {
    width: 100%;
  }

  .studio-team .content-wrapper p {
    width: 100%;
  }

  .studio-team .team-wrapper {
    width: 100%;
    margin-top: 3rem;
  }

  .studio-team .team-wrapper .team-member {
    width: 25%;
  }

  .studio-team .content-wrapper a.leadership-button {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 700px) {
  .studio-team .team-wrapper .team-member {
    width: 32%;
  }

  .studio-team .team-wrapper .team-member {
    justify-content: space-between;
  }
  
} 


  @media screen and (max-width: 550px) {
    .studio-team .team-wrapper .team-member {
      width: 50%;
    }
  }
.team-leadership {
  padding: 10rem 0;
}

.team-leadership .leadership-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

.team-leadership .leadership-member {
  width: 19%;
}

.team-leadership .leadership-member h3 {
  font-size: 2.7rem;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

  
.team-leadership .leadership-member h2 {
  color: #7F7764;
  letter-spacing: .13rem;
  margin-top: 0;
  font-size: 1.3rem;
}
  
  
.team-leadership .leadership-member img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1050px) {
  .team-leadership .leadership-member h3 {
    font-size: 2.4rem;
  }

   .team-leadership .leadership-member h2{
     font-size: 1.1rem;
   }
}

@media screen and (max-width: 950px) {
  .team-leadership .leadership-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .team-leadership .leadership-member {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3rem;
  }

  .team-leadership .leadership-member:nth-of-type(3) {
    margin-right: 0;
  }
}
  
@media screen and (max-width: 650px) {
  .team-leadership {
    padding: 5rem 0;
  }
}

@media screen and (max-width: 500px) {
  .team-leadership .leadership-member {
    width: 48%;
    margin-right: 0;
  }

  .team-leadership .leadership-wrapper {
    justify-content: space-between;
  }
}
.team-lisa {
  padding: 12rem 0;
  display: flex; 
  justify-content: space-between;
}

  
.team-lisa .content-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 35%;
}

.team-lisa .content-side h1 {
  font-size: 3.5rem;
  margin-bottom: 0;
}

.team-lisa .content-side p {
  margin-top: 2.7rem;
}

  
.team-lisa .content-side .small-image {
  width: 54%;
  height: 20vw;
  background-position: center;
  background-size: cover;
}

.team-lisa .image-caption .caption {
  color: #7F7764;
}

.team-lisa .image-side {
  width: 40%;
  height: 44vw;
  background-size: cover;
  background-position: bottom center;
}


@media screen and (max-width: 1585px) {
  .team-lisa .content-side {
    width: 40%;
  }

 
}

@media screen and (max-width: 1470px) {
  .team-lisa .image-side {
    width: 41%;
    height: 47vw;
  }
}

@media screen and (max-width: 1350px) {
  .team-lisa .content-side {
    width: 45%;
  }

  .team-lisa .content-side .small-image {
    width: 41%;
  }

  .team-lisa .image-side {
    height: 50vw;
    background-position: center;
  }
}

@media screen and (max-width: 1160px) {
  .team-lisa {
    padding: 10rem 0;
  }
  
  .team-lisa .image-side {
    height: 56vw;
    width: 42%;
  }
}

@media screen and (max-width: 1030px) {
  .team-lisa .image-caption {
    display: none;
  }

  .team-lisa .image-side {
    width: 43%;
  }
}

@media screen and (max-width: 750px) {
  .team-lisa {
    flex-direction: column-reverse;
  }

  .team-lisa .image-side {
    width: 100%;
    height: 109vw;
  }

  .team-lisa .content-side {
    width: 100%;
    margin-top: 2rem;
  }

  .team-lisa .image-caption {
    display: block;
    margin-top: 4rem;
  }

  .team-lisa .content-side .small-image {
    width: 100%;
    height: 63vw;
  }
}

@media screen and (max-width: 650px) {
  .team-lisa {
    padding: 5rem 0;
  }

  .team-lisa .image-side {
    height: 125vw;
    background-position: bottom center;
  }
}
.team-main {
  padding: 10rem 0;
  display: flex;
  justify-content: space-between;
}

.team-main h1 {
  font-size: 3.5rem;
}

.team-main-top-border {
  display: flex;
}

.team-main-top-border .thick-border {
  width: 20%;
  height: 6px;
  background-color: #7F7764;
}

.team-main-top-border .thin-border {
  width: 80%;
  height: 1px;
  background-color: #7F7764;
}

.level-top-border {
  display: flex;
}


.level-top-border .thick-border {
  width: 31%;
  height: 6px;
  background-color: #7F7764;
}

.level-top-border .thin-border {
  width: 69%;
  height: 1px;
  background-color: #7F7764;
}

  
.team-main .left-side {
  width: 30%;
  position: relative;
}

.team-main .left-side .sticky-content {
  position: sticky;
  top: 5rem;
}

.team-main .right-side {
  width: 60%;
}

.team-main .right-side .level1, .team-main .right-side .level2, .team-main .right-side .level3, .team-main .right-side .level4 {
  display: flex;
  flex-wrap: wrap;
}

.team-main .right-side .level1 {
  padding-bottom: 4rem;
}

.team-main .right-side .level2, .team-main .right-side .level3, .team-main .right-side .level4 {
  padding: 6rem 0 4rem;
}

.team-main .right-side h2 {
  margin-bottom: 0;
}

.team-main .right-side .leadership-member {
  margin-right: 2.5%;
  width: 31.6%;
  margin-bottom: 2rem;
}

.team-main .right-side .leadership-member:nth-of-type(3n) {
  margin-right: 0;
}

.team-main h1 {
  text-transform: unset;
  word-spacing: unset;
}

.team-main .leadership-member h3 {
  font-size: 2.7rem;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

  
.team-main .leadership-member h2 {
  color: #7F7764;
  letter-spacing: .13rem;
  margin-top: 0;
  font-size: 1.3rem;
}
  
  
.team-main .leadership-member img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1320px) {
  .team-main .left-side {
    width: 33%;
  }
}

@media screen and (max-width: 1068px) {
  .team-main h1 {
    font-size: 3rem;
  }

  .team-main .right-side {
    width: 51%;
  }

  .team-main .left-side {
    width: 42%;
  }
}

@media screen and (max-width: 1050px) {
  .team-main h3 {
    font-size: 2.4rem;
  }

  .team-main .right-side h2 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 900px) {
  .team-main {
    flex-direction: column;
  }

  .team-main .left-side {
    width: 100%;
  }

  .team-main .right-side {
    width: 100%;
  }

   .team-main .left-side .sticky-content {
     position: unset;
   }

   
     .team-main .left-side {
       margin-bottom: 8rem;
     }


  .team-main .right-side .leadership-member {
    margin-right: 2%;
    width: 32%;
  }
}


@media screen and (max-width: 650px) {
  .team-main {
    flex-direction: column;
    padding: 5rem 0 0;
  }

  .team-main .left-sie {
    margin-bottom: 5rem;
  }
}


@media screen and (max-width: 500px) {
  .team-main .right-side .level1, .team-main .right-side .level2, .team-main .right-side .level3, .team-main .right-side .level4 {
    justify-content: space-between;
  }

  .team-main .right-side .leadership-member {
    margin-right: 0;
    width: 48%;
  }
}
.team-two-col {
  padding: 10rem 0;
  display: flex;
}

.team-two-col.shorter-height {
  padding: 0 0;
  background-color: white;
}


.team-two-col .image-side {
  background-position: center;
  background-size: cover;
  width: 50%;
  height: 62vw;
  position: relative;
}

.team-two-col.shorter-height .image-side {
  height: 33vw;
}

.team-two-col .image-side.photo-bottom {
  background-position: bottom center;
}

.team-two-col .image-side img {
  position: absolute;
  bottom: 5%;
  right: 6%;
  width: 17%; 
  height: auto;
}

.team-two-col .content-side {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-two-col .content-side .content-container {
  width: 56%;
  margin: 0 auto;
}

.team-two-col .content-side h1 {
  margin-top: 0;
  margin-bottom: 3rem;
}

.team-two-col .content-side p {
  margin-top: 0;
  margin-bottom: 3rem;
}

.team-two-col .content-side .content-container .small-image {
  background-position: center;
  background-size: cover;
  width: 95%;
  height: 35vw;
  margin-bottom: 3rem;
  
}


@media screen and (max-width: 1515px) {
  .team-two-col .content-side .content-container {
    width: 60%;
  }
}

@media screen and (max-width: 1420px) {
  .team-two-col .content-side .content-container {
    width: 65%;
  }

  .team-two-col .content-side .content-container .small-image {
    height: 38vw;
  }

  .team-two-col.shorter-height .image-side {
    height: 39vw;
  }
}

@media screen and (max-width: 1300px) {
  .team-two-col .content-side .content-container {
    width: 70%;
  }

  .team-two-col .image-side {
    height: 65vw;
  }

  .team-two-col .content-side .content-container .small-image {
    height: 41vw;
  }
}


@media screen and (max-width: 1215px) {
  .team-two-col .content-side .content-container .small-image {
    width: 92%;
  }


  .team-two-col .content-side .content-container {
    width: 75%;
 }

  .team-two-col .image-side {
    height: 68vw;
  }
}


@media screen and (max-width: 1130px) {
  .team-two-col .content-side .content-container .small-image {
    width: 74%;
    height: 37vw;
  }

  .team-two-col .image-side {
    height: 73vw;
  }

  .team-two-col.shorter-height .image-side {
    height: 45vw;
}
}

@media screen and (max-width: 980px) {
   .team-two-col.shorter-height .image-side {
    height: 54vw;
}
}

@media screen and (max-width: 950px) {
  .team-two-col .content-side .content-container .small-image {
    display: none;
  }

  .team-two-col .content-side .content-container {
    width: 80%;
}
}

@media screen and (max-width: 750px) {
  .team-two-col.shorter-height {
    flex-direction: column;
  }

  .team-two-col.shorter-height .image-side {
    height: 67vw;
    width: 100%;
}

  .team-two-col.shorter-height .content-side .content-container {
    width: 100%;
    padding: 0 1.5rem;
  }

  .team-two-col.shorter-height .content-side {
    width: 100%;
    padding: 5rem 0;
  }
}
  

@media screen and (max-width: 650px) {
  .team-two-col {
    flex-direction: column;
    padding: 0 0 5rem;
  }

  .team-two-col .image-side {
    width: 100%;
    height: 121vw;
  }

  .team-two-col .content-side {
    width: 100%;
  }

  .team-two-col .content-side .content-container {
    width: 100%;
    padding: 5rem 1.5rem 0;
  }
}
.terms {
  padding: 11rem 5rem;
}

.terms h1 {
  font-size: 3.5rem;
  margin-bottom: 5rem;
}

.terms h2 {
  margin-bottom: 2rem;
  margin-top: 4rem;
  font-size: 1.5rem;
}  

.terms p {
  margin-bottom: 2.4rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 950px) {
  .terms {
    padding: 5rem 0;
  }
}

@media screen and (max-width: 500px) {
  .terms {
    padding: 3rem 0;
  }
}
.trade-brands {
  padding: 0 8rem 10rem;
}

.trade-brands .content-wrap {
  display: flex;
  justify-content: space-between;
}

.trade-brands .left {
  width: 31%;
}

  
.trade-brands .right {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

.trade-brands .right h2 {
  text-align: left;
  line-height: 2.3;
  font-size: 1.2rem;
}

.trade-brands .right h2 a {
  color: black;
  text-decoration: none;
}

.trade-brands .right h2 a:hover {
  color: #B49F29;
}
  

.trade-brands .right .brand-column {
  width: 24%;
    margin-right: 1%;
}

@media screen and (max-width: 1400px) {
  .trade-brands {
    padding: 0 0 10rem;
  }

  .trade-brands .right {
    width: 62%;
  }
}

  @media screen and (max-width: 1200px) {
    .trade-brands .content-wrap {
      flex-direction: column;
    }

    .trade-brands .right {
      width: 100%;
    }

    .trade-brands .left {
      width: 43%;
      margin-bottom: 4rem;
    }

    .trade-brands .right .brand-column {
      width: 22%;
    }
  }

@media screen and (max-width: 950px) {
  .trade-brands .left {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .trade-brands .right {
    flex-wrap: wrap;
  }

  .trade-brands .right .brand-column {
      width: 43%;
    }

  .trade-brands .right h2 {
    margin: 0;
  }
}
.trade-collections {
  display: flex;
  justify-content: space-between;
  padding: 0rem 0 10rem;
}


.trade-collections .collection-block {
  width: 23.5%;
  position: relative;
}

.trade-collections .collection-image {
  width: 100%; 
  height: 31vw;
  background-size: cover;
  background-position: center;
}

.trade-collections .collection-block a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}


@media screen and (max-width: 950px) {
  .trade-collections {
    flex-wrap: wrap;
  }

  .trade-collections .collection-block {
    width: 48%;
  }

  .trade-collections .collection-image {
    height: 58vw;
  }
}

@media screen and (max-width: 500px) {
  .trade-collections h3 {
    font-size: 1.75rem;
  }

  .trade-collections {
    padding: 0 0 5rem;
  }
}
.trade-faq {
    padding: 10rem 8rem;
  }

  .trade-faq .shopify_explorer_faq__item .shopify_explorer_faq__answer {
    font-family: brown_ll_ttlight;
    font-size: 1.5rem;
    color: #000;
    letter-spacing: .01rem;
  }

  .trade-faq .shopify_explorer_faq__answer.rte p {
    width: 95%;
} 


.accordion-section {
  display: flex;
  height: 50vw;
    min-height: 95rem;
}

.accordion-section .acc-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
  
.accordion-section .image, .accordion-section .content {
  width: 50%;
}

.accordion-section .image .image-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

  
.accordion-section .content {
  background-color: #e8e6df;
  padding: 7rem;
  display: flex;
    flex-direction: column;
    justify-content: center;
}

.accordion-section .image {
  width: 50%;
  position: relative;
}

.trade-faq .accordion-wrapper {
  padding-top: 0;
  width: 100%;
}  

.accordion-section .parallax-box {
  width: 100%;
  height: 100%;
}
  
  
.accordion-section h2 {
      border-bottom: 1px solid #352A14;
    padding-bottom: 2rem;
    margin-bottom: 0;
  margin-top: 0;
}

.accordion-section h2.no-border {
  border-bottom: none;
  padding-bottom: 1rem;
}

.trade-faq h3 {
padding-bottom: 3rem;
    padding-left: 0;
    padding-top: 3rem;
    font-family: brownregular;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .1rem;
    color: #000;
}

.trade-faq .accordion-wrapper.top-border {
  border-top: 1px solid #352A14;
  margin-top: 10rem;
}


.trade-faq .shopify_explorer_faq__question {
  display: flex; 
  justify-content: space-between;
  align-items: center;
}


  .shopify_explorer_faq__item--expandable > .shopify_explorer_faq__question {
  cursor: pointer;
}
.shopify_explorer_faq__item--expandable > .shopify_explorer_faq__answer {
  display: none;
}
.shopify_explorer_faq__separator {
  text-transform: none;
  text-align: center;
}
.shopify_explorer_faq__separator :not(:first-child) {
  margin-top: 1.2em;
}
.shopify_explorer_faq__item {
  border-bottom: 1px solid #B8B6AD;
}

.shopify_explorer_faq__item .shopify_explorer_faq__question {
  margin-bottom: 0.2em;
  position: relative;
  padding: 5px 15px;
  padding-right: 30px;
  margin: 0;
}
.shopify_explorer_faq__item .shopify_explorer_faq__question.active::before {
-webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); 
  content: '' !important;
}
.shopify_explorer_faq__item .shopify_explorer_faq__answer {
  /*padding: 20px;*/
	-webkit-transition: height .15s ease;
	-o-transition: height .15s ease;
	transition: height .15s ease;
  padding-bottom: 3rem;
  /*padding: 5px 15px;*/
  width: 95%;
    letter-spacing: 0;
    font-size: 1.9rem;
    line-height: 1.5;
    color: #3a281d;
}

  
.shopify_explorer_faq__item .shopify_explorer_faq__answer.active {
/*   border-top: 1px solid #000; */
  padding-bottom: 3rem;
  width: 95%;
    letter-spacing: 0;
    font-size: 1.9rem;
    line-height: 1.5;
    color: #3a281d;
}

  
.shopify_explorer_faq__item .shopify_explorer_faq__question::before {
  content: '' !important;
  background-image: url('/cdn/shop/files/down-arrow_3.png?v=1688069053');
  background-size: cover;
  background-position: center;
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  margin-top: -11px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 3rem;
  color: #322b27;
}

  
  .shopify_explorer_faq__answer.rte a:hover {
    box-shadow: none; 
    color: #615249;
    opacity: .5;
    text-decoration-thickness: 1px;
  }

  
.careers-row {
  display: flex;
  justify-content: space-between;
}


  .border-lines {
  border-top: 1px solid #B8B6AD;
  border-bottom: 1px solid #B8B6AD;
  width: 100%;
}


.accordion-wrapper {

  margin: 0 auto;
  margin-bottom: 4rem;
  padding-top: 10rem;
 
}

.accordion-wrapper h3 {
  text-decoration: none;
 color: #322b27;
  font-size: 1.2em;
  width: 100%;
  font-family: 'austin_news_headlinelight';
}  

.accordion-wrapper h3:hover {
  color: #B49F29;
}

h3.shopify_explorer_faq__question.h5 {
  padding-bottom: 3rem;
  padding-left: 0;
  padding-top: 3rem;
    font-family: 'brownregular';
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .1rem;
    color: black;
}



.shopify_explorer_faq__answer.rte.active p {
    letter-spacing: 0;
    line-height: 1.5;
}

  @media screen and (max-width: 1400px) {
    .trade-faq {
      padding: 10rem 0;
    }
  }

  @media only screen and (max-width: 1050px) {
.accordion-section .shopify_explorer_faq__answer.rte p {
    width: 95%;
}

    .accordion-section .content {
      padding: 5rem;
    }
  }
  @media screen and (max-width: 930px) {
    .accordion-section {
      flex-direction: column;
      height: unset;
    }
    

    .accordion-section .image {
      width: 100%;
      height: 60rem;
    }

    .accordion-section .content {
       width: 100%;
      padding: 7rem 5rem 8rem;
    }
  }

  @media screen and (max-width: 768px) {
    .accordion-section .image {
      height: 50rem;
    }
  }

  @media screen and (max-width: 750px) {
    .accordion-section .content {
      
      padding: 5rem 2rem;
    }


    .trade-faq {
      padding: 8rem 0;
    }
  }

  @media screen and (max-width: 500px) {
    .trade-faq {
    padding: 5rem 0;

  }


  @media screen and (min-width: 2000px) {
    .accordion-section .content {
      padding: 25vh 15rem;
    }
  }
.trade-form {
  padding: 10rem 8rem;
}

.trade-form .globo-form-app {
  padding: 0;
}

.trade-form .globo-form-app .panel {
  justify-content: space-between;
}

.trade-form .globo-form-control.layout-2-column {
    width: 49% !important;
}

.trade-form .globo-form-control.layout-1-column {
  margin: 2rem 0;
}

.trade-form .globo-form-id-false .globo-form-app .footer button.submit {
  background-color: #7f7764;
    color: #fff;
    border-color: #7f7764;
    FONT-FAMILY: BROWNREGULAR;
    font-size: 1.1rem;
    letter-spacing: .1rem;
    padding: 1.5rem 4rem;
  text-transform: uppercase;
  border-radius: 0;
}
  
.trade-form .ws-registration-form {
  max-width: none;
  padding-top: 0;
}

.trade-form .ws-registration-form--form input, .trade-form .ws-registration-form--form input:not([type=checkbox]) {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #7F7764;
  font-size: 1rem !important;
    font-family: brownregular;
    color: #000 !important;
    letter-spacing: .1rem;
    text-transform: uppercase;
}
  

.trade-form .ws-registration-form--form input:not([type=checkbox])::placeholder {
    font-size: 1rem;
    font-family: brownregular;
    color: #000 !important;
    letter-spacing: .1rem;
    text-transform: uppercase;
}

.trade-form .ws-registration-form--form select {
    border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #7F7764;
  font-size: 1rem !important;
    font-family: brownregular;
   
    letter-spacing: .1rem;
    text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
}

.trade-form .ws-registration-form--wrapper hr {
  display: none;
}


.trade-form .ws-registration-form--signin-link, .trade-form .ws-registration-form--signin-link a {
  text-align: left;
  font-size: 1rem !important;
  font-family: brownregular;
  color: black;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding-bottom: 3rem;
}
  
.trade-form .ws-registration-form--form div {
  padding: 0;
}

.trade-form form.ws-registration-form--form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
  
.trade-form .ws-registration-form--form .ws--half {
  width: 48%;
}  

.trade-form .ws-registration-form--form input {
  padding: 10px 0;
}

.trade-form #wsaui-submit-btn {
  background: transparent;
  width: fit-content;
  margin-top: 4rem !important;
}

.trade-form #wsaui-submit-btn:hover {
  color: #B49F29 !important;
  border-bottom: 1px solid #B49F29 !important;
}

.trade-form .checkbox-label .label-content {
  text-transform: revert;
}
  

  @media screen and (max-width: 1068px) {
    .trade-form {
    padding: 8rem 0;
}
  }

@media screen and (max-width: 500px) {
    .trade-form {
    padding: 5rem 0.5rem;
    }
  }
.two-col-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13rem 0;
}

.two-col-text h1 {
  text-transform: unset;
  word-spacing: unset;
}
  

.two-col-text .left-col {
  width: 45%;
}

.two-col-text .right-col {
  width: 38%;
}


@media screen and (max-width: 1300px) {
  .two-col-text .left-col {
    width: 50%;
  }

  .two-col-text .right-col {
    width: 38%;
  }
}

@media screen and (max-width: 1050px) {
  .two-col-text {
    flex-direction: column;
    padding: 10rem 0;
  }

  .two-col-text .left-col {
    width: 100%;
  }

  .two-col-text .right-col {
    width: 100%;
  }
}

  @media screen and (max-width: 500px) {
    .two-col-text {
      padding: 6rem 0;
    }
  }