/** Shopify CDN: Minification failed

Line 167:12 Unexpected "{"
Line 167:21 Expected ":"
Line 168:14 Expected identifier but found whitespace
Line 168:16 Unexpected "{"
Line 168:24 Expected ":"
Line 168:52 Expected ":"
Line 171:16 Expected identifier but found whitespace
Line 171:18 Unexpected "{"
Line 171:27 Expected ":"
Line 171:78 Expected ":"
... and 86 more hidden warnings

**/


/* CSS from section stylesheet blocks */
.experience-section .container{
    min-height: 0!important;
}  
.experience-section h2 {
  font-size: 56px;
  color: #3d475f;
  font-family:'FreightDispW03';
}
.experience-section h2 em {
  font-weight: 400 !important;
}

.justify-content-center {
    justify-content: center!important;
}
.experience-section .btn {
    letter-spacing: 0px;
    text-transform: none;
  
}
  .text-box {
    color: #3d475f;
    text-align: left!important;
}
p{
    color: #3d475f !important;
}
.experience-section  .btn-bordered {
    padding: 12px 35px;
    line-height: 1;
    font-weight: 400;
    background: transparent;
    border: 1px solid #3d475f;
    color: #3d475f;
    display: inline-block;
    border-radius: 38px !important;
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
}
.experience-section a {
    text-decoration: none;
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 900;
    color: #3d475f;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: none;
    letter-spacing: 0px;
    font-family: 'FreightDispW03';
}
.btn:not([disabled]):hover, .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover, .btn:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:focus {
    color: #fff;
    background-color: #293040;
}
/* INSIDE PAGES CSS STARTS HERE */
section.image-with-text--section .text-col {
  padding: 15px;
}
section.image-with-text--section.text-first {
  background: #deddd3;
}
section.image-with-text--section.text-first .text-col {
  padding-left: max(calc(50vw - calc(1320px / 2)), 15px);
}
section.image-with-text--section.image-first .text-col {
  padding-right: max(calc(50vw - calc(1320px / 2)), 15px);
}
section.image-with-text--section h2 {
  font-size: 56px;
  color: #3d475f;
}
section.image-with-text--section h2 em {
  font-weight: 400;
}
@media (min-width: 992px) {
  section.image-with-text--section p {
    font-size: 14px;
    line-height: 2;
  }
}
@media (max-width: 1024px) {
  section.image-with-text--section h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  section.image-with-text--section h2 {
    font-size: 30px;
  }
}
.discount{
    background: #3d475f;
    color: #fff;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-family: 'FreightDispW03';
    font-weight: 900;
    font-size: 20px;
  }
  h4.product-title.font-secondary.text-uppercase {
        font-size: 16px;
    font-weight: 900;
    color: #3d475f !important;
  }
  a.btn.btn-bordered.rounded-pill.text-uppercase.mb-1 {
        padding: 12px 35px;
    line-height: 1;
    font-weight: 400;
    background: transparent;
    border:1px solid #3d475f;
    color: #3d475f;;
    display: inline-block;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
}
.button-wrap a.btn.btn-bordered{
        padding: 12px 35px;
    line-height: 1;
    font-weight: 400;
    background: transparent;
    border:1px solid #3d475f;
    color: #3d475f;;
    display: inline-block;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
}
.button-wrap a.btn.btn-bordered.rounded-pill.text-uppercase.mb-1:hover {
    background: #3d475f;
    color: #fff;;
}
 .content-wrap h4.font-secondary.mb-2 {
    font-size: 16px;
    font-weight: 900;
    color: #3d475f;
}
.p {
    margin:0;
    padding:0;
  }
  
  .section-{{ section.id }}-padding {
    max-width: {{section.settings.section-width}}rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding: 0 5rem;
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
h2.cg-heading {
  text-align:center ;
  font-weight: 900 ;
  width:100% ;
}
.p {
    margin:0;
    padding:0;
  }
  
  .section-{{ section.id }}-padding {
    max-width: {{section.settings.section-width}}rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding: 0 5rem;
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
     .main-content {
        padding-top: 0px;
    }

    .care-guide--section .text-col {
        padding: 15px;
    }

    .care-guide--section .text-first {
        background: #DEDDD3;
    }

    .care-guide--section .text-first .text-col {
        padding-left: max(calc(50vw - calc(1320px/2)), 15px);
    }

    .care-guide--section .image-first .text-col {
        padding-right: max(calc(50vw - calc(1320px/2)), 15px);
    }

    .care-guide--section h2 {
        font-size: 56px;
        color: #3d475f;
    }

    .care-guide--section h2 em {
        font-weight: 400;
    }

    .care-guide--section p {
        font-size: 16px;
        line-height: 1.6;
    }

    @media (max-width: 1024px) {
        section.care-guide--section h2 {
            font-size: 36px;
        }
    }

    @media (max-width: 768px) {
        section.care-guide--section h2 {
            font-size: 30px;
        }
    }

    .featured-in--section {
        padding: 6% 0;
        background-color: #3f465e;
    }

    .featured-in--section h2 {
        color: #ffffff;
        font-size: 50px;
        font-style: italic;
        text-align: center;
        font-weight: 400;
    }

    .featured-in--section .partners-gallery__about .img-wrap {
        flex: 0 0 20%;
    }

    .featured-in--section .partners-gallery__about .img-wrap img {
        mix-blend-mode: lighten;
    }

    @media (max-width: 1200px) {
        .featured-in--section .partners-gallery__about .img-wrap {
            flex: 0 0 25%;
        }
    }

    @media (max-width: 992px) {
        .featured-in--section h2 {
            font-size: 36px;
        }
    }

    @media (max-width: 800px) {
        .featured-in--section .partners-gallery__about .img-wrap {
            flex: 0 0 33%;
        }
    }

    @media (max-width: 768px) {
        .featured-in--section h2 {
            font-size: 26px;
        }

        .featured-in--section .partners-gallery__about .img-wrap {
            flex: 0 0 50%;
        }
    }

    @media (max-width: 576px) {
        .featured-in--section .partners-gallery__about .img-wrap {
            flex: 0 0 60%;
        }
    }

    @media (min-width: 768px) {
        .care-guide--section.image-first h2 {
            position: relative;
        }

        .care-guide--section.image-first h2::before {
            content: '';
            position: absolute;
            top: 50%;
            display: block;
            border-bottom: 1px solid #3D475F;
            width: 50%;
            right: calc(100% + 20px);
        }

        .care-guide--section.text-first h2 {
            position: relative;
            display: inline-block;
        }

        .care-guide--section.text-first h2::before {
            content: '';
            position: absolute;
            top: 50%;
            display: block;
            border-bottom: 1px solid #3D475F;
            width: 100%;
            left: calc(100% + 20px);
        }

        .silk-row.care-guide--section.text-first h2::before {
            width: 40vw;
            max-width: 650px;
        }

        .luxesheet-section.care-guide--section.text-first h2::before {
            width: 30vw;
            max-width: 500px;
        }
    } 
  .aa .container{
    min-height: 0!important;
}
.p {
    margin:0;
    padding:0;
  }
  
  .section-{{ section.id }}-padding {
    max-width: {{section.settings.section-width}}rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding: 0 5rem;
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
     .main-content {
        padding-top: 0px;
    }

    .care-guide--section .text-col {
        padding: 15px;
    }

    .care-guide--section .text-first {
        background: #DEDDD3;
    }

    .care-guide--section .text-first .text-col {
        padding-left: max(calc(50vw - calc(1320px/2)), 15px);
    }

    .care-guide--section .image-first .text-col {
        padding-right: max(calc(50vw - calc(1320px/2)), 15px);
    }

    .care-guide--section h2 {
        font-size: 56px;
        color: #3d475f;
    }

    .care-guide--section h2 em {
        font-weight: 400;
    }

    .care-guide--section p {
        font-size: 16px;
        line-height: 1.6;
    }

    @media (max-width: 1024px) {
        section.care-guide--section h2 {
            font-size: 36px;
        }
    }

    @media (max-width: 768px) {
        section.care-guide--section h2 {
            font-size: 30px;
        }
    }

    .featured-in--section {
        padding: 6% 0;
        background-color: #3f465e;
    }

    .featured-in--section h2 {
        color: #ffffff;
        font-size: 50px;
        font-style: italic;
        text-align: center;
        font-weight: 400;
    }

    .featured-in--section .partners-gallery__about .img-wrap {
        flex: 0 0 20%;
    }

    .featured-in--section .partners-gallery__about .img-wrap img {
        mix-blend-mode: lighten;
    }

    @media (max-width: 1200px) {
        .featured-in--section .partners-gallery__about .img-wrap {
            flex: 0 0 25%;
        }
    }

    @media (max-width: 992px) {
        .featured-in--section h2 {
            font-size: 36px;
        }
    }

    @media (max-width: 800px) {
        .featured-in--section .partners-gallery__about .img-wrap {
            flex: 0 0 33%;
        }
    }

    @media (max-width: 768px) {
        .featured-in--section h2 {
            font-size: 26px;
        }

        .featured-in--section .partners-gallery__about .img-wrap {
            flex: 0 0 50%;
        }
    }

    @media (max-width: 576px) {
        .featured-in--section .partners-gallery__about .img-wrap {
            flex: 0 0 60%;
        }
    }

    @media (min-width: 768px) {
        .care-guide--section.image-first h2 {
            position: relative;
        }

        .care-guide--section.image-first h2::before {
            content: '';
            position: absolute;
            top: 50%;
            display: block;
            border-bottom: 1px solid #3D475F;
            width: 50%;
            right: calc(100% + 20px);
        }

        .care-guide--section.text-first h2 {
            position: relative;
            display: inline-block;
        }

        .care-guide--section.text-first h2::before {
            content: '';
            position: absolute;
            top: 50%;
            display: block;
            border-bottom: 1px solid #3D475F;
            width: 100%;
            left: calc(100% + 20px);
        }

        .silk-row.care-guide--section.text-first h2::before {
            width: 40vw;
            max-width: 650px;
        }

        .luxesheet-section.care-guide--section.text-first h2::before {
            width: 30vw;
            max-width: 500px;
        }
    } 
  .luxesheet-section .container{
    min-height: 0!important;
}
.main-content {
        padding-top: 0px;
        background: #FFF;
    }
    .image-with-text--section h2 em {
      font-weight: 400;
      font-family: 'FreightDispW03';
  }
  .image-with-text--section.text-first.contact-us--header h3 {
      font-size: 48px;
      font-weight:900;
      font-family: 'FreightDispW03';
      color:#3d475f;
    }
section.contact-us--contact-info.text-center.text-md-start a {
      color: #3d475f !important;
      text-decoration: none !important;
    }
    .contact-us--contact-info h2 {
        font-style: italic;
        font-weight: 900;
        font-size: 50px;
        font-family:'FreightDispW03';
        color:#3d475f;
    }

    .faqs-section {
        padding: 5% 0;
    }

    .faqs-section h2 {
        font-size: 65px;
        font-family: 'FreightDispW03';
        color: #3d475f;
        font-weight: 900;
    }

    .faqs-section .faqs-wrap .faq h3 {
      font-size: 30px;
      font-family: 'FreightDispW03';
      color: #3d475f;
      font-weight: 900;
    }

    .inquiries-section {
        padding-bottom: 6%;
    }

    .inquiries-section .container {
        max-width: 1440px;
    }

    .inquiries-section hr {
        border-color: rgb(61 71 95 / 50%)
    }

    @media (min-width: 768px) {
        .contact-us--contact-info .row>div:not(:last-child) {
            border-right: 1px solid rgb(61 71 95 / 50%);
        }

        .inquiries-section .row>div:not(:last-child) {
            border-right: 1px solid rgb(61 71 95 / 50%);
        }
    }

    @media (max-width: 767px) {
        .contact-us--contact-info .row>div:not(:last-child) {
            position: relative;
        }

        .contact-us--contact-info .row>div:not(:last-child)::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            border-bottom: 1px solid rgb(61 71 95 / 50%);
            width: 160px;
            max-width: 100%;
            display: block;
        }
    }

    @media (max-width: 1024px) {
        .contact-us--contact-info h2 {
            font-size: 36px;
        }

        .faqs-section h2 {
            font-size: 45px;
        }

        .faqs-section .faqs-wrap .faq h3 {
            font-size: 26px;
        }
    }

    @media (max-width: 768px) {
        .contact-us--contact-info h2 {
            font-size: 30px;
        }

        .faqs-section h2 {
            font-size: 30px;
        }

        .faqs-section .faqs-wrap .faq h3 {
            font-size: 22px;
        }
    }

    .image-with-text--section.text-first.contact-us--header h2 {
        font-size: 64px;
    }

    .image-with-text--section.text-first.contact-us--header h3 {
        font-size: 48px;
    }

    @media (max-width: 991px) {
        .image-with-text--section.text-first.contact-us--header h2 {
            font-size: 45px;
        }

        .image-with-text--section.text-first.contact-us--header h3 {
            font-size: 38px;
        }
    }

    @media (max-width: 991px) {
        .image-with-text--section.text-first.contact-us--header h2 {
            font-size: 34px;
        }

        .image-with-text--section.text-first.contact-us--header h3 {
            font-size: 34px;
        }
    }


    .faqs-wrap .faq {
        position: relative;
        cursor: pointer;
        user-select: none;
    }

    .faqs-wrap .faq::after {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50px;
        right: 25px;
        background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.5 1C26.5 0.723858 26.2761 0.5 26 0.5H21.5C21.2239 0.5 21 0.723858 21 1C21 1.27614 21.2239 1.5 21.5 1.5H25.5V5.5C25.5 5.77614 25.7239 6 26 6C26.2761 6 26.5 5.77614 26.5 5.5V1ZM1.35355 26.3536L26.3536 1.35355L25.6464 0.646447L0.646447 25.6464L1.35355 26.3536Z' fill='%233D475F'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        transition: 0.2s ease-in-out;
    }

    .faqs-wrap .faq.close::after {
        transform: rotate(180deg);
    }

    .faqs-wrap .faq {
        padding: 40px 30px;
        padding-right: 15%;
        transition: 0.25s ease-in-out;
    }

    .faqs-wrap .faq.close {
        padding: 30px;
        padding-right: 15%;
    }

    .faqs-wrap .faq h3 {
        transition: 0.25s ease-in-out;
        margin-bottom: 20px;
    }

    .faqs-wrap .faq.close h3 {
        margin-bottom: 0px;
    }

    .faqs-wrap .faq.close::after {
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
    }

    .faqs-wrap .faq::after {
        transform: none;
        top: 30px;
    }

    .faqs-wrap .faq:not(:last-child) {
        border-bottom: 1px solid #3D475F;
    }

    @media (max-width: 768px) {
        .faqs-wrap .faq {
            padding: 30px 20px;
            padding-right: 60px;
        }

        .faqs-wrap .faq.close {
            padding: 20px;
            padding-right: 60px;
        }

        .faqs-wrap .faq::after {
            width: 20px;
            height: 20px;
        }
    }
.inquiries-section h3 i {
    font-style: italic;
    font-weight: 900;
    font-family: 'FreightDispW03';
    color: #3d475f;
    font-size: 35px;
}
.inquiries-section a.d-flex.align-items-center.gap-2 {
    color: #3d475f !important;
    text-decoration: none !important;
}
.p {
    margin:0;
    padding:0;
  }
  
  .section-{{ section.id }}-padding {
    max-width: {{section.settings.section-width}}rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding: 0 5rem;
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
	.main-content {
		padding-top: 0px;
	}

	.featured-in--section {
		padding: 6% 0;
		background-color: #3f465e;
	}

	.featured-in--section h2 {
		color: #ffffff;
		font-size: 50px;
		font-style: italic;
		text-align: center;
		font-weight: 400;
	}

	.featured-in--section .partners-gallery__about .img-wrap {
		flex: 0 0 20%;
	}

	.featured-in--section .partners-gallery__about .img-wrap img {
		mix-blend-mode: lighten;
	}

	@media (max-width: 1200px) {
		.featured-in--section .partners-gallery__about .img-wrap {
			flex: 0 0 25%;
		}
	}

	@media (max-width: 992px) {
		.featured-in--section h2 {
			font-size: 36px;
		}
	}

	@media (max-width: 800px) {
		.featured-in--section .partners-gallery__about .img-wrap {
			flex: 0 0 33%;
		}
	}

	@media (max-width: 768px) {
		.featured-in--section h2 {
			font-size: 26px;
		}

		.featured-in--section .partners-gallery__about .img-wrap {
			flex: 0 0 50%;
		}
	}

	@media (max-width: 576px) {
		.featured-in--section .partners-gallery__about .img-wrap {
			flex: 0 0 60%;
		}
	}
.container{
     min-height: 0!important;
  }
.text-section h2.text-center.mt-3.mb-4 {
    font-size: 50px;
    color: #3d475f;
}
    .text-section h2 em {
        font-weight: 400;
    }
    @media (max-width: 1024px) {
        .text-section h2 {
            font-size: 36px;
        }
    }
    @media (max-width: 768px) {
        .text-section h2 {
            font-size: 26px;
        }
    }
.main-content {
        padding: 0 !important;
    }

    .return-title-inner {
        padding: 7% 0;
    }

    .return-exchange-title strong {
        font-weight: 900 !important;
    }

    .return-exchange-title {
        font-size: 48px;
        color: #3D475F;
        font-weight: 400;
        max-width: 400px;
    }

    .policy-box {
        border: 1px solid #3d475f;
        min-height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding: 30px;
        position: relative;
        height: 100%;
    }

    .policy-icon a {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        top: 0;
    }

    .policy-inner {
        row-gap: 20px;
    }

    .policy-icon img {
        position: absolute;
        right: 30px;
        top: 30px;
        transition: 0.3s ease-in-out;
    }

    .policy-box:hover {
        background: #3d475f;
    }

    .policy-box:hover .policy-icon img {
        transform: rotate(180deg);
        filter: brightness(8.5);
    }

    .policy-title-wrapper h4 {
        font-size: 30px;
        color: #3d475f;
        font-weight: 900;
        font-family: 'FreightDispW03';
    }

    .policy-box:hover .policy-title-wrapper h4,
    .policy-box:hover .policy-content p {
        color: #fff !important;
    }

    .policy-box .policy-content p {
        font-size: 14px;
        color: #3d475f;
    }

    .policy-title-wrapper h4.policy-box-title em {
        font-weight: 400;
    }

    .policy-title-wrapper {
        margin-bottom: 10px;
        min-height: 60px;
        max-width: 85%;
        width: 100%;
    }

    @media (max-width:1024px) {
        .return-exchange-title {
            font-size: 36px;
        }
    }

    @media (max-width:1024px) {
        .return-exchange-title {
            font-size: 30px;
        }
    }

    .policy-col.col-lg-12 {
        order: -1;
    }
.main-content {
        padding-top: 0px;
    }
    em{
      font-weight: 400 !important;
    }
    h1 {
        font-size: 36px;
        font-family:'FreightDispW03' !important;
    }
    .page-title {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 160px 0;
    }
    section.sustainibility--section .text-col {
        padding: 15px;
    }

    section.sustainibility--section .text-first {
        background: #DEDDD3;
    }

    section.sustainibility--section .text-first .text-col {
        padding-left: max(calc(50vw - calc(1320px/2)), 15px);
    }

    section.sustainibility--section .image-first .text-col {
        padding-right: max(calc(50vw - calc(1320px/2)), 15px);
    }

    section.sustainibility--section h2 {
        font-size: 56px;
        color: #3d475f;
    }

    section.sustainibility--section h2 em {
        font-weight: 400;
    }

    section.sustainibility--section p {
        font-size: 16px;
        line-height: 1.6;
    }

    @media (max-width: 1024px) {
      .sustainibility--section h2 {
            font-size: 36px;
            font-family:'FreightDispW03';
        }
    }

    @media (max-width: 768px) {
        section.sustainibility--section h2 {
            font-size: 30px;
        }
    }

    @media (min-width: 768px) {
        section.sustainibility--section {
            position: relative;
        }
    }

    @media (min-width: 768px) {
        .page-title-spacer {
            height: 200px;
        }
        .sustainibility--header {
            margin-bottom: 150px;
            margin-top: -200px;
            position: relative;
            z-index: 1;
        }

        .sustainibility--header .img-wrap {
            margin-bottom: -150px;
        }
    }

    .projects-section .image-overlay-text .img-wrap img {
        object-fit: cover;
    }

    .sustainibility-carousel--section .sustainibility-box {
        padding: 40px;
        height: 100%;
        background: #F3EEE9;
    }
    .sustainibility-carousel--section .sustainibility-box h3 {
        font-size: 38px;
    }
    .sustainibility-carousel--section .sustainibility-box h3 em {
        font-weight: 400;
    }
    .sustainibility-carousel--section .sustainibility-box p {
        line-height: 2;
    }
    .sustainibility-carousel--section .swiper-pagination {
        position: static;
        text-align: left;
        transform: none;
        width: auto;
    }
    .sustainibility-carousel--section .swiper-pagination-clickable .swiper-pagination-bullet {
        display: none;
    }
    .sustainibility-carousel--section .swiper-pagination-clickable .swiper-pagination-bullet-active {
        width: auto;
        height: auto;
        display: inline-block;
        background: none;
        font-size: 50px;
        font-weight: 300;
        color: #3D475F;
    }
    .sustainibility-carousel--section .slider-navigation {
        display: flex;
        align-items: center;
        grid-gap: 0 10px;
        margin-top: 30px;
    }
    .sustainibility-carousel--section .swiper-nav-btns {
        display: flex;
        align-items: center;
        grid-gap: 0 10px;
    }
    .sustainibility-carousel--section .swiper-nav-btns::after {
        content: '';
        display: inline-block;
        width: 150px;
        height: 2px;
        background: #3D475F;
    }
    .sustainibility-carousel--section .swiper-nav-btns .swiper-button-prev,
    .sustainibility-carousel--section .swiper-nav-btns .swiper-button-next {
        position: static;
        border: 1px solid #3D475F;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #3D475F;
        transition: 0.2s ease-in-out;
        margin: 0px !important;
    }
    .sustainibility-carousel--section .swiper-nav-btns .swiper-button-prev::after,
    .sustainibility-carousel--section .swiper-nav-btns .swiper-button-next::after {
        font-size: 20px;
        color: inherit;
    }
    .sustainibility-carousel--section .swiper-nav-btns .swiper-button-prev:hover,
    .sustainibility-carousel--section .swiper-nav-btns .swiper-button-next:hover {
        color: #FFF;
        background: #3D475F;
    }
    .sustainibility-carousel--section .swiper-slide {
        height: auto;
    }
    @media (max-width: 768px) {
        .sustainibility-carousel--section .sustainibility-box {
            padding: 30px;
            background: #F3EEE9;
        }
        .sustainibility-carousel--section .sustainibility-box h3 {
            font-size: 28px;
        }
        .sustainibility-carousel--section .sustainibility-box p {
            line-height: 1.7;
        }
    }