/** Shopify CDN: Minification failed

Line 1033:30 Unexpected "@media"

**/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


body :not(footer) .text-block.h2 p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}

.page-width {
	max-width: 1520px;
	margin: 0 auto;
	padding: 0 40px;
}

.faqs-section .section-content-wrapper {
	max-width: 866px;
	margin: 0 auto;
}

.custom-liquid {
	width: 100%;
}

.icon-with-text {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px;
	background-image: linear-gradient(45deg, #FFFFFF, transparent);
	border-radius: 10px;
	margin-bottom: 6px;
	max-width: 535px;
	color: #303030;
}

.video-carousel .card .deferred-media__poster-button {
	aspect-ratio: 5 / 7;
}

.grid-images .image-block img {
	aspect-ratio: 23 / 40;
	border: 1px solid #cda56f;
}

.text-block.block-title * {
	font-weight: 500;
}

.btn__primary {
	width: fit-content;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #000;
	color: #fff;
	border-radius: 10px;
	border: 1px solid #000;
	padding: 15px 32px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
	min-width: 160px;
}

.btn__primary svg {
	width: 18px;
	height: 18px;
	transition: transform 0.3s ease;
}

.btn__primary:hover svg {
	transform: translateX(4px);
}

.btn__primary:hover {
	background: #FFF;
	color: #000;
	transform: translateY(-2px);
}

.btn__secondary {
	width: fit-content;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #000;
	color: #fff;
	border-radius: 55px;
	border: 1px solid #000;
	padding: 13px 35px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
	min-width: 200px;
}

.btn__secondary svg {
	width: 26px;
	transition: transform 0.3s ease;
}

.btn__secondary:hover svg {
	transform: translateX(4px);
}

.btn__secondary:hover {
	background: #FFF;
	color: #000;
	transform: translateY(-2px);
}

.title-medium {
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	margin-top: 0;
}

.title-medium p {
	font-size: 30px !important;
	font-weight: 700 !important;
	line-height: 1.3em !important;
}

.subtitle-medium {
	font-size: 16px;
	line-height: 1.5;
	color: #71717A;
	margin-bottom: 30px;
	margin-top: 0;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.small-title,
.small-title p {
	font-size: 14px !important;
	color: #71717A;
	text-transform: uppercase;
	letter-spacing: 1.6px;
}

@media(max-width: 1200px) {
	.btn__secondary {
		padding: 13px 20px;
		font-size: 15px;
		min-width: 180px;
	}

	.subtitle-medium {
		font-size: 15px;
		max-width: 550px;
	}

	.title-medium {
		font-size: 24px;
	}

	.title-medium p {
		font-size: 24px !important;
	}

	.btn__secondary svg {
		width: 22px;
	}
}

@media(max-width: 749.98px) {
	.py-mobile-40 .section-content-wrapper {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.small-title,
    .small-title p {
		font-size: 13px !important;
	}

	.title-medium {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.title-medium p {
		font-size: 22px !important;
	}

	.subtitle-medium {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.btn__secondary {
		padding: 10px 20px;
		font-size: 15px;
		min-width: 170px;
	}

	.btn__secondary svg {
		width: 20px;
	}

	.page-width {
		padding: 0 15px;
	}

	.text-block.block-title * {
		font-size: 1rem;
	}

	.layout-panel-flex--row>.group-block--width-custom {
		flex-basis: unset;
	}

	body :not(footer) .text-block.h2 p {
		font-size: 20px;
	}

	rte-formatter.text-block p {
		font-size: 14px;
	}

	.mobile-inverse .section-content-wrapper {
		flex-direction: column-reverse;
	}

	.mobile-text-center,
	.mobile-text-center p {
		text-align: center;
		width: 100% !important;
	}

	.text-with-image-heading-image .image-block {
		padding-top: 5px;
	}
}

@media(max-width: 575.98px) {
	.btn__primary {
		width: 100%;
		padding: 15px 20px;
		font-size: 15px;
	}
}

/* Product Page Css Start */
.product-information .variant-option--buttons legend {
	font-size: 18px;
	line-height: 1.5em;
	color: #000;
	font-weight: 500;
}

.product-information .variant-option__button-label {
	color: #303030;
	border-radius: 5px;
	font-size: 16px;
	line-height: 1.3em;
}

.product-information .variant-option__button-label:has(:checked) {
	color: #fff;
}

.product-information .group-block-content h1 {
	font-size: 40px;
	line-height: 1.3em;
	color: #000;
	font-weight: bold;
}

.product-information .price-extra-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 8px;
	flex-wrap: wrap;
}

.product-information .discount-badge {
	display: inline-flex;
	align-items: center;
	background: #000;
	color: #fff;
	border-radius: 50px;
	padding: 7px 12px;
	font-size: 16px;
	line-height: 1;
	white-space: nowrap;
}

.product-information .variant-stock-badge {
	display: inline-flex;
	border-radius: 50px;
	align-items: center;
	color: #007a4d;
	background: rgb(0 122 77 / 10%);
	padding: 7px 10px;
	font-size: 16px;
	line-height: 1;
	white-space: nowrap;
}

.product-information .variant-stock-badge.is-unavailable {
	color: #b42318;
	background: #fff1f0;
	border-color: #f04438;
}

.product-information .price-item--sale.price,
.product-information .price__regular {
	font-size: 40px;
	font-family: 'Libre Baskerville';
	color: #000;
	font-weight: bold;
	line-height: 1.3em;
}

.product-information .price-item--regular.compare-at-price {
	opacity: 1;
	color: #5C5C57;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}

.product-information .variant-option__button-label:has([data-option-available=false]):has(:checked) {
	color: #303030 !important;
}

.product-information .accordion {
	display: flex;
	flex-direction: column;
	gap: 0;
	border: 1px solid rgb(0 0 0 / 10%);
	border-radius: 10px;
}

.product-information .accordion .details {
	border-bottom: 1px solid #0000001a !important;
	padding: 0;
	transition: all .2s ease;
	border-top: 0 !important;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}

.product-information .accordion accordion-custom:last-child .details {
	border-bottom: 0 !important;
}

.product-information .accordion summary.details__header {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	font-family: 'Jost';
	padding-top: 0;
	padding-bottom: 0;
	min-height: 0;
	color: #000;
	padding: 20px;
}

.product-information .accordion .details-content {
	font-weight: 400;
	padding-top: 15px;
	font-size: 16px;
	color: #000;
	padding: 0 20px 20px 20px;
	font-family: 'Jost';
}

.product-information .accordion .details-content * {
	color: #303030;
	font-family: 'Jost';
}

.product-information .text-block.rte {
	color: #303030;
}

@media(max-width: 1199px) {
	.product-information .group-block-content h1 {
		font-size: 27px;
	}

	.product-information .price-item--sale.price,
	.product-information .price__regular {
		font-size: 32px;
	}

	.product-information .price-item--regular.compare-at-price {
		font-size: 15px;
	}

	.product-information .discount-badge {
		padding: 5px 10px;
		font-size: 14px;
	}

	.product-information .variant-stock-badge {
		padding: 8px 9px;
		font-size: 14px;
	}

	.product-information .variant-option--buttons legend {
		font-size: 16px;
	}

	.product-information .variant-option__button-label {
		font-size: 15px;
	}

	.product-information .accordion summary.details__header {
		font-size: 16px;
		padding: 15px;
	}

	.product-information .accordion .details-content {
		font-size: 15px;
		padding: 0 15px 15px 15px;
	}
}

@media(max-width: 749.98px) {
	.product-information media-gallery {
		padding-left: 15px;
		padding-right: 15px;
	}

	.product-information media-gallery .product-media {
		border-radius: 10px;
		overflow: hidden;
	}

	.product-information {
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.product-information .group-block-content h1 {
		font-size: 26px;
	}

	.product-information .price-item--sale.price,
	.product-information .price__regular {
		font-size: 38px;
	}

	.product-information .price-item--regular.compare-at-price {
		font-size: 16px;
	}

	.product-information .discount-badge {
		padding: 6px 14px;
		font-size: 14px;
	}

	.product-information .variant-stock-badge {
		padding: 6px 7px;
		font-size: 12px;
		position: absolute;
		right: 0;
		top: 10px;
	}

	.product-information .variant-option__button-label {
		font-size: 16px;
	}

	.product-information div[ref='priceContainer'] {
		position: relative;
	}
}

@media(max-width: 359.98px) {
	.product-information .group-block-content h1 {
		font-size: 22px;
	}

	.product-information .price-item--sale.price,
	.product-information .price__regular {
		font-size: 30px;
	}

	.product-information .price-item--regular.compare-at-price {
		font-size: 15px;
	}
}


/* Product Page Css End */


/* Header Start */
.mega-menu__column .mega-menu__link img {
	aspect-ratio: 1/1;
}

.mega-menu__column .mega-menu__link .wrap-text {
	font-weight: 500;
	color: #000;
	font-size: 16px;
	line-height: 1.2em;
}

.menu-drawer__list-item .menu-drawer__menu-item img {
	aspect-ratio: 1 / 1;
}

.menu-drawer__menu--childlist .menu-drawer__menu-item-text {
	font-size: 15px;
	margin-top: 5px;
}

.menu-list__list-item .menu-list__link-title {
	padding: 0px 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2em;
	color: #000;
	position: relative;
}

.menu-list__list-item .menu-list__link-title:after {
	position: absolute;
	content: '';
	background-color: #000;
	height: 2px;
	width: 0;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s ease-in-out;
}

.menu-list__list-item .menu-list__link.menu-list__link--active .menu-list__link-title:after {
	width: calc(100% - 20px);
}

.header .cart-bubble__background {
	background-color: #B42318;
}

.header .account-btn {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 16px;
	font-family: 'Jost';
	font-weight: 500;
	color: #292925;
	line-height: 1.2em;
	margin-right: 15px;
}

.video-section deferred-media {
	aspect-ratio: 1.08 / 1;
}

.announcement-bar__text {
	font-size: 14px;
	line-height: 1.2em !important;
}

.announcement-bar {
	padding: 12px 0;
}

@media(max-width: 1199.98px) {
	.header .account-btn span {
		display: none;
	}

	.header .account-btn {
		margin-right: 0;
	}

	.menu-list__list-item .menu-list__link-title {
		padding: 0 10px;
		font-size: 15px;
	}

	.header-logo__image {
		max-width: 140px;
	}

	.header .account-btn .account-button__icon {
		width: 16px;
	}

	.header .header-actions__cart-icon svg {
		width: 20px !important;
	}

	.announcement-bar {
		padding: 10px 0;
	}

	.account-button {
		width: 20px;
		min-width: auto;
	}
}

@media(max-width: 749.98px) {
	.announcement-bar {
		padding: 5px 0;
		font-size: 12px;
	}

	.menu-drawer__menu-item-text {
		font-size: 16px;
		color: #000;
		line-height: 1.2em;
	}

	.menu-drawer__list-item--divider {
		margin: 0 !important;
	}

	.menu-drawer__close-button {
		padding: 5px !important;
		margin-left: 15px;
		margin-top: 15px;
	}

	.menu-drawer__close-button svg path {
		stroke: #000;
	}

	.header__icon--summary .header-drawer-icon {
		width: 40px !important;
		height: 40px !important;
		background: rgb(0 0 0 / 10%);
		border-radius: 4px;
		margin-left: 15px !important;
	}

	summary.header__icon.header__icon--menu.header__icon--summary {
		padding: 0;
	}

	.list-icon-size .icon-block img {
		width: 48px !important;
	}
}

/* Header End */

/* Cart Page Start */
.cart-page .cart-items__product-info .cart-items__title {
	font-size: 18px;
	line-height: 1.3em;
	color: #000;
	font-weight: 500;
}

.cart-page .cart-items__variant * {
	color: #000;
	font-size: 14px;
	line-height: 1.2em;
}

.cart-page .cart-items__properties * {
	color: #000;
	font-size: 14px;
	line-height: 1.2em;
}

.cart-page .cart-items__properties .cart-items__property dt {
	font-weight: 500;
}

.cart-page .cart-items__media {
	border-radius: 10px;
	overflow: hidden;
}

.cart-page .cart-items__unit-price-wrapper * {
	font-size: 16px;
	color: #000;
	line-height: 1.3em;
}

.cart-page .cart-items__unit-price-wrapper {
	margin-top: 6px;
}

.cart-page .cart-items__price {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	line-height: 1.2em;
}

.cart-page .cart-items .quantity-selector {
	border-radius: 5px;
}

.cart-page .cart-summary__inner {
	top: 0 !important;
	padding: 25px;
	background: #f8f8f8;
}

.cart-page .cart-summary__inner .cart-totals {
	margin-block-start: 0;
	border-block-start: 0;
	padding-block-start: 0;
}

.cart-page .cart-summary__inner .cart-totals .cart-totals__total-label {
	font-size: 18px;
	font-family: "Libre Baskerville", serif;
	color: #000;
	font-weight: 600;
	line-height: 1.2em;
	text-transform: capitalize;
}

.cart-page .cart-totals__total-value {
	font-size: 24px;
	color: #000;
	font-weight: 500;
	line-height: 1.2em;
}

.cart-page .cart-totals__tax-note small {
	font-size: 14px;
	color: #303030;
	line-height: 1.3em;
}

.cart-page__title .cart-title h1 {
	font-size: 40px;
	color: #000;
	line-height: 1.2em;
}

.cart-page__title .cart-title {
	text-align: center;
}

.cart-title .cart-bubble .cart-bubble__background {
	background-color: #000;
}

.cart-title .cart-bubble__text {
	color: #000;
}

.cart-page:not(.cart-page--empty) .cart-items__wrapper,
.cart-page:not(.cart-page--empty) .cart-page__summary {
	padding-top: 60px;
	padding-bottom: 60px;
}

.cart-page__title {
	padding-top: 60px;
}

@media(max-width: 991.98px) {
	.cart-page {
		display: block !important;
	}

	.cart-page:not(.cart-page--empty) .cart-page__summary {
		padding-top: 0;
		padding-bottom: 40px;
	}

	.cart-page:not(.cart-page--empty) .cart-items__wrapper {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.cart-page__title {
		padding-top: 40px;
	}

	.cart-page__title .cart-title h1 {
		font-size: 30px;
	}

	.cart-page .cart-items__product-info .cart-items__title {
		font-size: 15px;
	}

	.cart-page .cart-summary__inner .cart-totals .cart-totals__total-label {
		font-size: 15px;
	}

	.cart-page .cart-totals__total-value {
		font-size: 20px;
	}

	.cart-page .cart-summary__inner {
		padding: 15px;
	}

	.cart-page .cart-items__variant *,
	.cart-page .cart-items__properties * {
		font-size: 12px;
	}

	.cart-page .cart-items__unit-price-wrapper * {
		font-size: 15px;
	}
}

/* Cart Page End */

/* Collection Page Start */
.product-card .product-media {
	border-radius: 10px;
	overflow: hidden;
}

.product-card .vendor_name,
.product-card .vendor_name p {
	font-size: 14px;
	color: #71717A;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: -2px;
}

/* .product-card .quick-add__button {
        width: 90%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: #000;
        color: #fff !important;
        border-radius: 55px;
        border: 1px solid #000;
        padding: 23px 25px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        transition: all 0.3s ease;
        min-width: 200px;
    }
   .product-card .quick-add__button:hover:before {
display: none;
}
 .product-card .quick-add__button:active {
    scale: 1;
} */
.product-card .card-gallery {
	position: relative;
}

.product-card .card-gallery:after {
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 10px;
	height: 0;
	transition: all 0.2s ease-in-out;
}

.product-card .card-gallery:hover:after {
	height: 100%;
}

.product-card .text-block:not(.vendor_name) p {
	font-size: 16px;
	color: #000;
	line-height: 1.3em;
}

.product-card .quick-add__button .add-to-cart-text {
	background: #000;
	color: #fff;
}

.product-card .quick-add__button:before {
	display: none;
}

.product-card .quick-add__button {
	border-color: #000;
}

.product-card [ref='priceContainer'] .price-item--sale,
.product-card [ref='priceContainer'] .price__regular .price {
	font-size: 20px;
	line-height: 1.2em;
	font-family: 'Libre Baskerville';
	font-weight: bold;
	color: #000;
}

.product-card [ref='priceContainer'] .compare-at-price {
	font-size: 14px;
	line-height: 1.2em;
	font-family: 'Jost';
	color: #71717A;
	opacity: 1;
}

.product-card .product-badges__badge {
	background: #d51818;
	color: #fff;
	font-family: 'Jost';
}

.collection-page-header .section-content-wrapper {
	padding-top: 120px;
	padding-bottom: 120px;
}

.collection-page-header .section-content-wrapper h1 {
	font-size: 60px;
	font-weight: bold;
	line-height: 1.2em;
}

@media(max-width: 1199.98px) {
	.collection-page-header .section-content-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.collection-page-header .section-content-wrapper h1 {
		font-size: 40px;
	}

	.product-card .vendor_name,
	.product-card .vendor_name p {
		font-size: 13px;
	}

	.product-card .text-block:not(.vendor_name) p {
		font-size: 15px;
	}

	.product-card [ref='priceContainer'] .price-item--sale,
	.product-card [ref='priceContainer'] .price__regular .price {
		font-size: 18px;
	}

	.product-card [ref='priceContainer'] .compare-at-price {
		font-size: 13px;
	}
}

@media(max-width: 749.98px) {
	.product-grid.product-grid--grid {
		padding: 0 15px;
	}

	.product-card [ref='priceContainer'] .price-item--sale,
	.product-card [ref='priceContainer'] .price__regular .price {
		font-size: 16px;
	}

	.collection-grid-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.product-card .text-block:not(.vendor_name) p {
		font-size: 14px;
	}

	.product-card [ref='priceContainer'] * {
		font-size: 14px;
	}
}

/* Collection Page End */

/* Static Page Start */
@media(max-width: 749.98px) {
	.static-page-wrapper h1 {
		font-size: 24px !important;
	}
}

/* Static Page End */


/* Collection List Page Start */
.main-collection-list-section .resource-list {
	max-width: 1460px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

.main-collection-list-section .resource-list .collection-card__content {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 1.2em;
}

.main-collection-list-section .section-resource-list__content h1 {
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2em;
}

.main-collection-list-section .section-resource-list__content .text-block,
.main-collection-list-section .section-resource-list__content .text-block p {
	font-size: 18px;
	line-height: 1.4em;
}

.main-collection-list-section @media(max-width: 1199.98px) {
	.main-collection-list-section .section-resource-list__content h1 {
		font-size: 40px;
	}

	.main-collection-list-section .resource-list .collection-card__content {
		font-size: 16px;
	}

	.main-collection-list-section .section-resource-list__content .text-block,
	.main-collection-list-section .section-resource-list__content .text-block p {
		font-size: 16px;
	}
}

@media(max-width: 749.98px) {
	.main-collection-list-section .section-resource-list__content h1 {
		font-size: 32px;
	}
}

/* Collection List Page End */


/* Home Page Start */
/* Featured Product Section Start */
featured-product-information .product-information .text-block.h2 p {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	color: #000;
	margin-bottom: 10px;
}

featured-product-information .product-information .featured-product-small-title p {
	font-size: 14px;
	line-height: 1.5em;
	color: #71717A;
}

featured-product-information .product-information .featured-product-small-title.featured-product-small-title-1 p {
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

featured-product-information .product-information .featured-product-small-title.featured-product-small-title-2 p {
	color: #000;
}

featured-product-information .product-information .price-item--sale.price,
.product-information .price__regular {
	font-size: 34px;
	font-family: 'Libre Baskerville';
	color: #000;
	font-weight: bold;
	line-height: 1.3em;
}

featured-product-information .product-information .price-item--regular.compare-at-price {
	color: #71717A;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
}

featured-product-information .product-information [ref="priceContainer"] .price-extra-info {
	margin-top: 0;
	display: block !important;
}

featured-product-information .product-information [ref="priceContainer"] {
	display: flex;
	align-items: center;
	gap: 15px;
}

featured-product-information .product-information__media slideshow-container[ref="slideshowContainer"] {
	border: 1px solid #d9d9d9;
	background: #E4E9EE;
}

featured-product-information .product-information__media slideshow-arrows[position=center] {
	display: none;
}

featured-product-information .slideshow-controls__thumbnails .slideshow-control {
	border: 1px solid #d9d9d9;
	background: #E4E9EE;
}

@media(max-width: 1200px) {
	featured-product-information .product-information .text-block.h2 p {
		font-size: 32px;
	}

	featured-product-information .product-information .price-item--sale.price,
	.product-information .price__regular {
		font-size: 28px;
	}

	featured-product-information .product-information .discount-badge {
		padding: 5px 10px;
		font-size: 14px;
	}

	featured-product-information .product-information .text-block.h2 p {
		margin-bottom: 0;
	}
}

@media (max-width: 991px) {
	featured-product-information .product-information .text-block.h2 p {
		font-size: 24px;
	}
}

@media(max-width: 749.98px) {
	featured-product-information .product-information .featured-product-small-title.featured-product-small-title-1 p {
		font-size: 13px;
	}

	featured-product-information .product-information .text-block.h2 p {
		font-size: 23px;
	}

	featured-product-information .product-information {
		padding: 40px 0 20px 0;
	}

	featured-product-information .product-information media-gallery .product-media {
		border-radius: 0;
	}

	featured-product-information .product-information__media slideshow-container[ref="slideshowContainer"] {
		border-radius: 10px;
		overflow: hidden;
	}
}

/* Featured Product Section End */


/* Image With Text Section Start */
.home-image-with-text-section .title-medium {
	margin-bottom: 0;
}
.home-image-with-text-section .subtitle-medium p {
	font-size: 14px !important;
	line-height: 1.6em !important;
}

.home-image-with-text-section .group-block-content {
	max-width: 650px;
	padding: 30px 15px;
}

.home-image-with-text-section .custom-product-button-wrapper {
	margin-top: 0 !important;
}

.home-image-with-text-section .custom-product-button-wrapper .custom-product-button {
	width: fit-content !important;
}

.home-image-with-text-section .subtitle-medium {
	margin-bottom: 20px;
}

.home-image-with-text-section .image-block {
	height: 100%;
}

@media(max-width: 1200px) {
	.home-image-with-text-section .title-medium p {
		font-size: 24px !important;
	}
}

@media(max-width: 749px) {
	.home-image-with-text-section .title-medium p {
		font-size: 22px !important;
	}

	.home-image-with-text-section .group-block-content {
		padding-top: 6px;
	}
}

/* Image With Text Section End */
/* Home Faq Section Start */
.faqs-section-secondary .accordion accordion-custom .details .details__header {
	border-radius: 0;
	padding: 25px 0;
}

.faqs-section-secondary .accordion accordion-custom .details {
	border-bottom: 1px solid #0000001a;
	border-radius: 0;
	padding: 0 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

.faqs-section-secondary .accordion {
	gap: 0;
	padding-top: 0;
}

.faqs-section-secondary .accordion .details-content {
	padding-bottom: 25px;
}

.faqs-section-secondary .accordion .details__header {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
}

.faqs-section-secondary .accordion .details-content,
.faqs-section-secondary .accordion .details-content * {
	font-size: 14px;
	color: #71717A;
	line-height: 1.4em;
}

.faqs-section-secondary .accordion .details__header .svg-wrapper {
	color: #71717A;
}

@media (max-width: 1199.98px) {
	.faqs-section-secondary .section-content-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.faqs-section-secondary .accordion accordion-custom .details .details__header {
		padding: 15px 0;
	}

	.faqs-section-secondary .accordion .details-content {
		padding-bottom: 15px;
	}

	.faqs-section-secondary .accordion .details__header .svg-wrapper svg {
		width: 16px;
	}

}

@media (max-width: 749.98px) {
	.faqs-section-secondary .section-content-wrapper {
		gap: 10px !important;
	}

	.faqs-section-secondary .section-content-wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/* Home Faq Section End */
/* Home Page End */