/** Shopify CDN: Minification failed

Line 990:41 The "+" operator only works if there is whitespace on both sides

**/


/* CSS from section stylesheet tags */
.tp-announcement-bar-1 {
		background: var(--tp-background, #000000);
	}

	.tp-announcement-bar-1 * {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	.tp-announcement-bar-1 .tp__container {
		max-width: var(--tp-section-width, 1440px);
		padding-block: var(--tp-padding-block, 14px 14px);
		padding-inline: 24px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}

	.tp-announcement-bar-1 .tp__container:not(.swiper-initialized) .tp__carousal-button {
		display: none;
	}

	.tp-announcement-bar-1 .tp__announcement {
		color: var(--tp-announcement-text-color, #FFFFFF);
		font-size: var(--tp-announcement-text-size, 16px);
		font-weight: var(--tp-announcement-text-weight, 400);
		text-align: center;
	}

	.tp-announcement-bar-1 .tp__announcement a {
		color: var(--tp-announcement-link-color, #FFFF00);
	}

	.tp-announcement-bar-1 .tp__close-button {
		position: absolute;
    top: 50%;
    right: 60px;
    font-size: 0;
    border: none;
    background: none;
    cursor: pointer;
    transform: translateY(-50%);
	}

	.tp-announcement-bar-1 .swiper-button-lock {
    display: none;
	}

	.tp-announcement-bar-1 .tp__carousal-button::after {
		content: none;
  }

	.tp-announcement-bar-1 .tp__carousal-button {
		margin-top: 0;
		height: 25px;
		top: 30%;
	}

	.tp-announcement-bar-1 .tp__carousal-button svg {
		height: 25px;
		width: 35px;
	}
.tp-announcement-popup-2 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  .tp-announcement-popup-2 a { color: inherit; }

  .tp-announcement-popup-2 {
    max-width: var(--tp-max-width);
    margin: 0 auto;
  }

  .tp-announcement-popup-2 .tp__container {
    max-width: var(--tp-max-width, 190px);
    background: var(--tp-background, #CCF0CC);
    gap: var(--tp-section-gap, 10px);
    border-radius: var(--tp-top-border-radius) var(--tp-top-border-radius) var(--tp-bottom-border-radius) var(--tp-bottom-border-radius);
    width: calc(100vw - 40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
  }

  .tp-announcement-popup-2 .tp__container.image-first {
    flex-direction: column-reverse;
  }

  .tp-announcement-popup-2 .tp__content {
    padding-block: var(--tp-padding-top, 32px) var(--tp-padding-bottom, 0px);
    max-width: 100%;
    width: 100%;
    padding-inline: 20px 18px;
    text-align: left;
  }

  .tp-announcement-popup-2 .tp__content button svg {
    width: 12px;
  }

  .tp-announcement-popup-2 .tp__close-btn {
    display: flex;
    justify-content: flex-end;
  }

  .tp-announcement-popup-2 .tp__close {
    background-color: var(--tp-close-bg, #E63946);
    color: var(--tp-close-color, #FFFFFF);
    position: absolute;
    width: var(--tp-close-button-size, 24px);
    height: var(--tp-close-button-size, 24px);
    right: 5px;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 10;
  }

  .tp-announcement-popup-2 .tp__title {
    color: var(--tp-heading-color, #000000);
    font-size: var(--tp-heading-size, 19px);
    font-weight: var(--tp-heading-weight, 500);
    line-height: 1.3;
    margin: 0;
  }

  .tp-announcement-popup-2 .tp__discount {
    font-size: var(--tp-text-size, 16px);
    font-weight: var(--tp-discount-text-weight, 500);
    color: var(--tp-text-color, #e63946);
    max-width: 120px;
    width: 100%;
    margin: 4px 0 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.2;
  }

  .tp-announcement-popup-2 .tp__image {
    max-width: 100%;
    width: 100%;
    font-size: 0;
    height: var(--tp-image-height, 170px);
  }

  .tp-announcement-popup-2 .tp__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .tp-announcement-popup-2--left-bottom, 
  .tp-announcement-popup-2--center-bottom, 
  .tp-announcement-popup-2--right-bottom, 
  .tp-announcement-popup-2--left-center, 
  .tp-announcement-popup-2--center-center, 
  .tp-announcement-popup-2--right-center, 
  .tp-announcement-popup-2--left-top, 
  .tp-announcement-popup-2--center-top, 
  .tp-announcement-popup-2--right-top {
    bottom: auto;
    left: auto;
  }

  .tp-announcement-popup-2--left-bottom {
    left: 1%;
    bottom: 7%;
    transform: none;
  }

  .tp-announcement-popup-2--center-bottom {
    left: 50%;
    bottom: 7%;
    transform: translateX(-50%);
  }

  .tp-announcement-popup-2--right-bottom {
    right: 1%;
    bottom: 7%;
    transform: none;
  }

  .tp-announcement-popup-2--left-center {
    left: 1%;
    top: 50%;
    transform: translateY(-50%);
  }

  .tp-announcement-popup-2--center-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .tp-announcement-popup-2--right-center {
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
  }

  .tp-announcement-popup-2--left-top {
    left: 1%;
    top: 7%;
    transform: none;
  }

  .tp-announcement-popup-2--center-top {
    left: 50%;
    top: 7%;
    transform: translateX(-50%);
  }

  .tp-announcement-popup-2--right-top {
    right: 1%;
    top: 7%;
    transform: none;
  }

  @media (max-width: 767px) {
    .tp-announcement-popup-2--left-bottom,
    .tp-announcement-popup-2--center-bottom,
    .tp-announcement-popup-2--right-bottom,
    .tp-announcement-popup-2--left-center,
    .tp-announcement-popup-2--center-center,
    .tp-announcement-popup-2--right-center,
    .tp-announcement-popup-2--left-top,
    .tp-announcement-popup-2--center-top,
    .tp-announcement-popup-2--right-top {
      left: 50%;
      top: 50%;
      right: auto;
      bottom: auto;
      transform: translate(-50%, -50%);
    }
  }
.tp-blog-posts-3 {
		background: var(--tp-section-background, #121212);
	}

  .tp-blog-posts-3 * {
    padding: 0;
    margin: 0;
  }

  .tp-blog-posts-3 a {
    color: inherit;
  }

  .tp-blog-posts-3 .tp__container {
    max-width: calc(var(--tp-section-width, 1792px) + 40px);
    padding-block: var(--tp-padding-block, 100px 100px);
		padding-inline: 20px;
    margin: 0 auto;
  }

  .tp-blog-posts-3 .tp__header {
    margin-bottom: var(--tp-header-bottom-space, 30px);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tp-blog-posts-3 .tp__heading {
    font-size: var(--tp-heading-size, 26px);
    font-weight: var(--tp-heading-text-weight, 500);
    color: var(--tp-heading-color, #ffffff)
  }

  .tp-blog-posts-3 .tp__carousel-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .tp-blog-posts-3 .tp__button {
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
		display: none;
		position: static;
		margin-top: 0;
  }

	.tp-blog-posts-3 .swiper-button-next:after,
	.tp-blog-posts-3 .swiper-button-prev:after {
		content: '';
		font-size: 0;
	}

	.tp-blog-posts-3 .tp__button.tp__active {
		display: block;
	}

	.tp-blog-posts-3 .tp__button img,
	.tp-blog-posts-3 .tp__button svg {
    max-width: 100%;
    max-height: 100%;
	}

  .tp-blog-posts-3 .swiper-button-next svg,
	.tp-blog-posts-3 .swiper-button-next img {
    transform: rotate(180deg);
  }

  .tp-blog-posts-3 .mySwiper {
    border-block: var(--tp-articles-container-border, 1px) solid var(--tp-articles-container-border-color, #4d4d4d);
		padding-block: var(--tp-articles-container-padding-block, 15px);
  }

	.tp-blog-posts-3 .mySwiper:not(.swiper-initialized) .tp__articles-wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

  .tp-blog-posts-3 .mySwiper:not(.swiper-initialized) .tp__article:nth-child(3) ~ .tp__article {
    display: none;
  }

  .tp-blog-posts-3 .tp__article a {
    display: flex;
		align-items: center;
		gap: 10px;
		text-decoration: none;
  }

  .tp-blog-posts-3 .tp__image-wrapper {
    max-width: var(--tp-article-image-width, 23%);
		height: var(--tp-article-image-height, 90px);
		position: relative;
		width: 100%;
  }

  .tp-blog-posts-3 .tp__article-image {
		position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-color: #f4f4f4;
  }

  .tp-blog-posts-3 .tp__article-title {
    font-weight: var(--tp-article-text-weight, 500);
    font-size: var(--tp-article-title, 22px);
    color: var(--tp-article-color, #ffffff);
  }

  .tp-blog-posts-3 .swiper-pagination {
    display: var(--tp-pagination-display, flex);
    position: static;
    margin-top: 25px;
  }

  .tp-blog-posts-3 .swiper-pagination-bullet {
    background-color: var(--tp-pagination-color, #ffffff40);
		pointer-events: all;
    opacity: unset;
  }

  .tp-blog-posts-3 .swiper-pagination-bullet-active {
    background-color: var(--tp-pagination-active-color, #ffffff
		);
  }
.tp-collection-list-1 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .tp-collection-list-1 .tp__container {
    max-width: calc(var(--tp-section-width) + 40px);
    flex-direction: var(--tp-image-position, row);
    padding-block: var(--tp-padding-block, 40px 50px);
    gap: var(--tp-container-gap, 50px);
    display: flex;
    width: 100%;
    padding-inline: 20px;
    margin-inline: auto;
  }

  .tp-collection-list-1 .tp__menu {
    max-width: var(--tp-image-width, 50%);
    gap: var(--tp-item-spacing, 20px);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .tp-collection-list-1 .tp__menu a {
    font-size: var(--tp-collection-title-font-size, 28px);
    font-weight: var(--tp-collection-title-weight, 700);
    color: var(--tp-collection-title-color, #000000);
    max-width: 400px;
    width: 100%;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
  }

  .tp-collection-list-1 .tp__menu a:hover {
    color: var(--tp-collection-title-color-hover, #FF0000);
  }

  .tp-collection-list-1 .tp__image-container {
    border-radius: var(--tp-image-border-radius, 12px);
    width: var(--tp-image-width, 50%);
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
  }

  .tp-collection-list-1 .tp__image-container img {
    filter: var(--tp-image-filter, none);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }

  .tp-collection-list-1 .tp__image-container:hover img {
    transform: scale(1.1);
  }

  @media (min-width: 768px) {
    .tp-collection-list-1 .tp__menu--left {
      text-align: right;
      align-items: flex-end;
    }

    .tp-collection-list-1 .tp__image-container {
      min-height: 400px;
      aspect-ratio: unset;
    }
  }
.tp-countdown-2 * {
    margin: 0;
    box-sizing: border-box;
  }

  .tp-countdown-2 a {
    color: inherit;
  }

  .tp-countdown-2 .tp__container {
    max-width: calc(var(--tp-section-width, 1440px) + 20px * 2);
    gap: var(--tp-container-gap-column, 140px) var(--tp-container-gap-row, 20px);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
    padding-inline: 20px;
  }

  .tp-countdown-2 .tp__shape {
    background-color: var(--tp-bg-shape-color, #18473E);
    display: block;
    height: 400px;
    width: 130%;
    position: absolute;
    bottom: 0;
    right: -15%;
    border-radius: 50% 50% 0 0;
  }

  .tp-countdown-2 .tp__header {
    max-width: var(--tp-header-width, 500px);
    gap: var(--tp-header-gap, 12px);
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .tp-countdown-2 .tp__header-icon {
    width: 100%;
    max-width: 72px;
    aspect-ratio: 1/1;
    margin-inline: auto;
    position: relative;
  }

  .tp-countdown-2 .tp__header-icon svg,
  .tp-countdown-2 .tp__header-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tp-countdown-2 .tp__heading {
    font-size: var(--tp-heading-size, 72px);
    font-weight: var(--tp-heading-weight, 700);
    color: var(--tp-heading-color, #121212);
    line-height: 2.5ex;
  }

  .tp-countdown-2 .tp__description {
    font-size: var(--tp-description-size, 16px);
    font-weight: var(--tp-description-weight, 400);
    color: var(--tp-description-color, #525252);
    line-height: 3ex;
  }

  .tp-countdown-2 .tp__btns-wrapper {
    margin-top: var(--tp-links-margin-top, 20px);
  }

  .tp-countdown-2 .tp__btn,
  .tp-countdown-2 .tp__link {
    max-width: var(--tp-link-max-width, 340px);
    background-color: var(--tp-link-background, #ffdd00);
    color: var(--tp-link-color, #000000);
    font-size: var(--tp-link-size, 16px);
    font-weight: var(--tp-link-weight, 400);
    width: 100%;
    padding: 14px 32px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
  }

  .tp-countdown-2 .tp__link {
    margin-top: calc(var(--tp-links-margin-top, 20px) / 2);
    background-color: transparent;
    padding-block: 0;
    text-decoration: underline;
  }

  .tp-countdown-2 .tp__countdown {
    gap: var(--tp-countdown-content-gap, 12px);
    display: flex;
    flex-direction: column;
    margin-inline: auto;
  }

  .tp-countdown-2 .tp__countdown-block {
    gap: var(--tp-countdown-items-gap);
    display: flex;
    justify-content: center;
  }

  .tp-countdown-2 .tp__countdown-item {
    font-size: var(--tp-countdown-item-size, 48px);
    font-weight: var(--tp-countdown-item-weight, 700);
    background-color: var(--tp-countdown-item-bg, #1b5348);
    color: var(--tp-countdown-item-color, #FFFFFF);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    max-width: 85px;
    padding: 8px;
    font-family: inherit;
    line-height: calc(2ex + 6px);
    text-align: center;
  }

  .tp-countdown-2 .tp__countdown-item span {
    font-size: var(--tp-countdown-desc-size, 16px);
    font-weight: var(--tp-countdown-desc-weight, 400);
    color: var(--tp-countdown-desc-color, #FFFFFF);
    line-height: calc(2ex + 6px);
  }

  .tp-countdown-2 .tp__countdown-description {
    color: var(--tp-countdown-desc-color, #FFFFFF);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }

  .tp-countdown-2 .tp__progress {
    margin-bottom: calc(var(--tp-countdown-content-gap, 12px) * 2);
  }

  .tp-countdown-2 .tp__progress label {
    color: var(--tp-countdown-desc-color, #FFFFFF);
    font-size: 16px;
    font-weight: 400;
    text-align: right;
  }
  
  .tp-countdown-2 progress {
    width: 100%;
    appearance: none;
  }

  .tp-countdown-2 progress::-webkit-progress-bar {
    background: var(--tp-countdown-item-bg, #1b5348);
    border-radius: 100px;
  }

  .tp-countdown-2 progress::-webkit-progress-value {
    background: var(--tp-link-background, #ffdd00);
    border-radius: 100px;
  }

  @media screen and (min-width: 1024px) {
    .tp-countdown-2 .tp__container {
      flex-direction: row;
      justify-content: space-between;
      text-align: left;
    }

    .tp-countdown-2 .tp__shape {
      height: 155%;
      width: 50%;
      top: -196px;
      right: 0;
      border-radius: 200% 0 0 200%;
    }

    .tp-countdown-2 .tp__header-icon {
      margin-left: 0;
    }

    .tp-countdown-2 .tp__btn,
    .tp-countdown-2 .tp__link {
      margin-inline: 0 auto;
    }

    .tp-countdown-2 .tp__countdown-item {
      padding: 12px;
    }

    .tp-countdown-2 .tp__countdown-description,
    .tp-countdown-2 .tp__progress {
      text-align: right;
    }
  }

  @media screen and (max-width: 390px) {
    .tp-countdown-2 .tp__countdown-block {
      flex-wrap: wrap;
      gap: 8px;
    }
    .tp-countdown-2 .tp__countdown-item {
      min-width: 60px;
      flex: 1 1 60px;
      padding: 6px;
    }
  }
.tp-featured-products-2 * {
    margin: 0;
    padding: 0;
  }

	.tp-featured-products-2 a {
    color: inherit;
  }

	.tp-featured-products-2 .tp__flex { display: flex;}

	.tp-featured-products-2 .tp__product:hover .tp__product-image { 
    transform: var(--tp-product-image-hover)
  }

  .tp-featured-products-2 .tp__container {
    padding-block: var(--tp-padding-block, 60px 60px);
    background: var(--tp-section-background, #FFFFFF);
    max-width: var(--tp-section-width, 960px);
    padding-inline: 20px;
    margin: 0 auto;
  }

  .tp-featured-products-2 .tp__header {
    margin-bottom: var(--tp-header-space-below, 20px);
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  .tp-featured-products-2 .tp__heading {
    font-size: var(--tp-heading-size, 24px);
    font-weight: var(--tp-heading-text-weight, 500);
    color: var(--tp-heading-color, #101011);
  }

  .tp-featured-products-2 .tp__header-link {
    font-size: var(--tp-header-link-size, 18px);
    color: var(--tp-header-link-color, #101011);
    flex-shrink: 0;
    gap: 14px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

	.tp-featured-products-2 .tp__header-link-hidden {
		display: none;
	}

  .tp-featured-products-2 .tp__header-link img,
  .tp-featured-products-2 .tp__header-link svg {
    width: var(--tp-header-link-icon, 14px);
    object-fit: cover;
    height: auto;
  }

  .tp-featured-products-2 .tp__product {
		border-radius: var(--tp-product-image-border-radius, 20px);
    position: relative;
    padding-top: 50%;
		overflow: hidden;
    box-sizing: border-box;
  }

  .tp-featured-products-2 .tp__product-image {
    background-color: #F4F4F4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
		transition: 0.3s ease-in-out
  }

  .tp-featured-products-2 .tp__product-title {
    font-size: var(--tp-product-name-text-size, 18px);
    color: var(--tp-product-name-color, #101011);
    background-color: var(--tp-product-name-background-color, #ebeef0);
    border-radius: var(--tp-product-name-border-radius, 80px);
    font-weight: var(--tp-product-name-text-weight, 500);
    max-width: fit-content;
    padding: 10px 15px;
    margin-bottom: 10px;
  }

  .tp-featured-products-2 .tp__product-price {
    font-size: var(--tp-product-price-text-size, 18px);
    color: var(--tp-product-price-color, #ebeef0);
    background-color: var(--tp-product-price-background-color, #6f44ee);
    border-radius: var(--tp-product-price-border-radius, 80px);
    font-weight: var(--tp-product-price-text-weight, 500);
    max-width: fit-content;
    padding: 10px 15px;
  }

  .tp-featured-products-2 .tp__product-details {
    align-items: var(--tp-product-content-position, flex-start);
    padding: var(--tp-product-content-padding, 20px);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
  }

  .tp-featured-products-2 .tp__carousel-buttons {
    margin-top: var(--tp-carousel-buttons-space-above, 50px);
    justify-content: center;
    gap: 30px;
  }

  .tp-featured-products-2 .tp__button {
    background-color: var(--tp-carousel-btn-background-color, #000000);
		color: var(--tp-carousel-color, #FFFFFF);
    outline: none;
    border: none;
    font-size: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    cursor: pointer;
  }

	.tp-featured-products-2 .swiper-button-lock {
		display: none;
	}

  .tp-featured-products-2 .swiper-button-disabled {
    opacity: 0.5;
  }

  .tp-featured-products-2 .tp__button svg,
  .tp-featured-products-2 .tp__button img {
    width: 40px;
    height: auto;
    object-fit: cover;
  }

  .tp-featured-products-2 .tp__button--prev {
    transform: rotate(180deg);
  }
.tp-features-3 * {
		margin: 0;
		padding: 0
	}

	.tp-features-3 a {
		color: inherit;
	}

	.tp-features-3 .tp__flex {display: flex;}
	.tp-features-3 .tp__text-left { text-align: left; }
	.tp-features-3 .tp__text-center { text-align: center; }
	.tp-features-3 .tp__text-right { text-align: right; }

	.tp-features-3 .tp__container {
		max-width: var(--tp-section-width, 1440px);
		padding-block: var(--tp-padding-block, 50px 50px);
		flex-direction: column;
		justify-content: space-between;
		margin: 0 auto;
		padding-inline: 20px;
		gap: 60px;
	}

	.tp-features-3 .tp__details {
		max-width: var(--tp-header-width, 560px);
		top: var(--tp-header-sticky-top-space, 85px);
		position: static;
		align-self: flex-start;
	}
	
	.tp-features-3 .tp__heading {
		color: var(--tp-heading-color, #363663);
		font-size: var(--tp-heading-size, 50px);
		font-weight: var(--tp-heading-text-weight, 700);
		margin-bottom: var(--tp-heading-bottom-space, 48px);
		line-height: 1.2;
	}

	.tp-features-3 .tp__btn {
		color: var(--tp-button-color, #363663);
		font-size: var(--tp-button-text-size, 20px);
		background-color: var(--tp-button-background-color, #FFFFFF);
		border-radius: var(--tp-button-border-radius, 50px);
		border: 1px solid var(--tp-button-color ,#363663);
		font-weight: var(--tp-button-text-weight, 700);
		padding: 10px 20px;
		outline: none;
		cursor: pointer;
		transition: all 0.2s ease-in-out;
		text-decoration: none;
		display: inline-block;
		max-width: 600px;
	}

	.tp-features-3 .tp__btn--fade:hover {opacity: 0.8}
	.tp-features-3 .tp__btn--invert:hover {color: var(--tp-button-background-color);background-color: var(--tp-button-color);border-color: currentColor;}

	.tp-features-3 .tp__features {
		gap: var(--tp-features-gap, 24);
		max-width: 100%;
		flex-wrap: wrap;
	}

	.tp-features-3 .tp__feature {
		padding-block: var(--tp-featured-padding-block, 25px);
		padding-inline: var(--tp-featured-padding-inline, 25px);
		border: 1px solid var(--tp-feature-border-color, #ececff);
		border-radius: var(--tp-feature-border-radius, 24px);
		background-color: var(--tp-feature-background, #FFFFFF);
		flex: 1 0 calc(90% / var(--tp-features-layout, 2)); 
	}

	.tp-features-3 .tp__feature h2 {
		font-size: var(--tp-feature-heading-size, 24px);
		font-weight: var(--tp-feature-heading-text, 800);
		color: var(--tp-feature-heading-color, #353563);
		margin-top: 10px;
	}

	.tp-features-3 .tp__feature p {
		font-size: var(--tp-feature-description-size, 20px);
		font-weight: var(--tp-feature-description-text-weight, 400);
		color: var(--tp-feature-description-color, #7c7ca1);
		line-height: 1.5;
		margin-top: 5px;
	}

	.tp-features-3 .tp__features-icon svg,img {
		font-size: 0;
		object-fit: contain;
	}

	@media screen and (min-width: 1100px) {
		.tp-features-3 .tp__details {
			position: var(--tp-header-position, sticky);
		}

		.tp-features-3 .tp__features {
			max-width: var(--tp-features-width, 645px);
			display: flex;
			flex-wrap: wrap;
		}

		.tp-features-3 .tp__feature {
			max-width: 311px;
		}
	}

	@media screen and (min-width: 1024px) {
		.tp-features-3 .tp__container {
			flex-direction: row;
		}

		.tp-features-3 .tp__features {
			max-width: 600px;
		}
	}

	@media screen and (min-width: 767px) {
		.tp-features-3 .tp__container {
			gap: 30px;
		}

		.tp-features-3 .tp__feature {
			flex: 1 0 calc(90% / var(--tp-features-layout, 2));
			max-width: 100%;
		}

		.tp-features-3 .tp__btn {
			padding: 14px 24px;
		}
	}
.tp-footer-3 * {
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}

	.tp-footer-3 .tp__logo-wrapper a {
		color: var(--tp-input-subheading-color, #FFFFFF);
		font-size: var(--tp-logo-font-size, 50px);
		text-decoration: none;
	}

	.tp-footer-3 a {
		color: inherit;
	}

	.tp-footer-3 .tp__button--fade:hover { opacity: 0.8; }
  .tp-footer-3 .tp__button--invert:hover {
    color: var(--tp-button-background-color) !important;
    background-color: var(--tp-button-text-color) !important;
	}

	.tp-footer-3 .tp__container {
		max-width: calc(var(--tp-section-width)+ 100px, 1990px);
		background: var(--tp-background, #00422b);
		border-radius: var(--tp-border-radius, 20px);
		width: 100%;
		display: flex;
		flex-direction: column;
		padding-inline: 0;
		overflow: hidden;
	}

	.tp-footer-3 .tp__content {
		padding-inline: 20px;
		max-width: 100%;
		margin: 0 auto;
	}

	.tp-footer-3 .tp__image-placeholder {
		width: var(--tp-logo-width, 100px);
		background-color: #F4F4F4;
	}
 
	.tp-footer-3 .contact-form span {
		color: var(--tp-input-subheading-color, #FFFFFF);
		font-size: var(--tp-input-subheading-size, 16px);
		letter-spacing: 0.24px;
		margin-bottom: 10px;
		display: block;
	}

	.tp-footer-3 .tp__input-wrapper {
		padding-block: var(--tp-input-container-padding, 60px);
    display: flex;
		flex-direction: column;
    justify-content: space-between;
		align-items: center;
		gap: 20px;
	}

	.tp-footer-3 .tp__form-input-wrapper {
		display: flex;
		flex-direction: column;
		gap: 15px;
		flex-wrap: nowrap;
	}

	.tp-footer-3 .contact-form {
		max-width: 423px;
		width: 100%;
	}

	.tp-footer-3 .tp__input {
		font-size: var(--tp-input-text-size, 16px);
		color: var(--tp-form-text-color, #111111);
		background-color: var(--tp-input-background-color, #ffffff);
		border-radius: var(--tp-form-border-radius, 30px);
		border: none;
		outline: none;
		padding: 20px;
		width: 100%;
		max-width: 100%;
	}

	.tp-footer-3 .tp__input::placeholder {
		color: var(--tp-form-placeholder-text-color, #ffffff)
	}

	.tp-footer-3 .tp__button {
		background-color: var(--tp-button-background-color, #ce4800);
		color: var(--tp-button-text-color, #ffffff);
		font-size: var(--tp-button-text-size, 20px);
		border-radius: var(--tp-button-border-radius, 30px);
		outline: none;
		border: none;
		cursor: pointer;
		padding-block: 10px;
		padding-inline: 30px;
		transition: all 0.3s ease-in-out;
	}

	.tp-footer-3 .tp__content-wrapper {
		background-color: var(--tp-links-container-background-color, #ffffff);
		border-radius: var(--tp-content-container-border-radius, 20px);
		padding: 30px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 30px;
		max-width: 709px;
		width: 100%;
		flex: none;
	}

	.tp-footer-3 .tp__contentbox {
		padding-bottom: var(--tp-footer-content-space-below, 50px);
		gap: var(--tp-space-between-content, 20px);
		display: flex;
		flex-wrap: wrap;
	}

	.tp-footer-3 .tp__links {
		display: flex;
		gap: 10px;
	}

	.tp-footer-3 .tp__link-list-wrapper {
		list-style-type: none;
	}

	.tp-footer-3 .tp__link-title {
		font-size: var(--tp-link-title-size, 16px);
		color: var(--tp-link-title-color, #00422b);
		font-weight: var(--tp-link-title-text-weight, 600);
		margin-bottom: var(--tp-title-space-bottom, 20px);
	}

	.tp-footer-3 .tp__links-wrapper {
		gap: var(--tp-space-between-links);
		display: flex;
		flex-direction: column;
	}

	.tp-footer-3 .tp__links-wrapper li {
		font-size: 0;
	}

	.tp-footer-3 .tp__links-wrapper a {
		text-decoration: none;
	}

	.tp-footer-3 .tp__link {
		font-size: var(--tp-link-text-size, 14px);
		color: var(--tp-link-color, #101010);
		font-weight: var(--tp-link-text-weight, 400);
		text-decoration: none;	
	}

	.tp-footer-3 .tp__payments-wrapper {
		background-color: var(--tp-payments-container-background-color, #e0ebf7);
		border-radius: var(--tp-payments-container-border-radius, 20px);
		padding: 40px;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		flex: 1;
	}

	.tp-footer-3 .tp__socials-wrapper {
		background-color: var(--tp-socials-wrapper-background-color, #FFFFFF);
		border-radius: var(--tp-socials-wrapper-border-radius, 20px);
		display: flex;
		flex-direction: column;
		align-self: flex-start;
		gap: 20px;
		padding: 10px;
	}

	.tp-footer-3 .tp__socials-wrapper a {
		height: 20px;
		width: 20px;
	}

	.tp-footer-3 .tp__social-icon a svg {
		width: 22px;
		height: 22px;
	}

	.tp-footer-3 .tp__payments-icons {
		display: flex;
		justify-content: flex-start;
		gap: 10px;
		flex-wrap: wrap;
		margin-top: auto;
	}

	.tp-footer-3 .tp__payments-icons svg {
		width: 44px;
		height: 27px;
	}

	.tp-footer-3 .tp__legal {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.tp-footer-3 .tp__legal a {
		text-decoration: none;
	}

	.tp-footer-3 .tp__copyright-wrapper {
		max-width: calc(var(--tp-section-width, 1440) + 100px);
		background-color: var(--tp-copyright-wrapper-background-color, #ce4800);
		color: var(--tp-copyright-color, #FFFFFF);
		font-size: var(--tp-copyright-text-size, 13px);
		text-align: center;
		margin: 0 auto;
		padding: 20px;
		text-align: center;
	}

	.tp-footer-3 .tp__copyright-inner {
		display: flex;
    justify-content: space-between;
		flex-direction: column;
		max-width: 100%;
    width: 100%;
		margin-inline: auto;
	}

	.tp-footer-3 .tp__copyright {
		margin-bottom: var(--tp-space-below-copyright-text)
	}

	.tp-footer-3 .tp_back_to_top {
		margin-top: var(--tp-back-top-space-above, 30px);
		background-color: var(--tp-back-to-top-background-color, #ce4800);
		border-radius: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 8px;
		width: 40px;
		height: 40px;
	}

	@media screen and (min-width: 767px) {
		.tp-footer-3 .tp__content {
			padding-inline: 50px;
			max-width: 1540px;
		}

		.tp-footer-3 .tp__socials-wrapper {
			flex-direction: column;
		}

		.tp-footer-3 .tp__contentbox {
			justify-content: space-between;
			flex-wrap: nowrap;
			gap: 25px
		}

		.tp-footer-3 .tp__input-wrapper {
			flex-direction: row;
		}

		.tp-footer-3 .tp__form-input-wrapper {
			flex-direction: row;
			flex-wrap: wrap;
		}

		.tp-footer-3 .tp__payments-wrapper {
			flex: 1 0 40%;
		}

		.tp-footer-3 .tp__input {
			max-width: 250px;
		}

		.tp-footer-3 .tp__content-wrapper {
			flex-direction: row;
			flex: 1 0 50%;
		}

		.tp-footer-3 .tp__copyright-inner {
			flex-direction: row;
			max-width: 1540px;
      width: 100%;
      padding-inline: 50px;
		}

		.tp-footer-3 .tp__copyright {
			margin-bottom: 0
		}
	}
.tp-images-1 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .tp-images-1 a { color: inherit; }

  .tp-images-1 .tp__container {
    max-width: calc(var(--tp-section-width, 1440px) + 40px);
    padding-block: var(--tp-padding-block, 40px 50px);
    padding-inline: 20px;
    width: 100%;
    margin: 0 auto;
  }

  .tp-images-1 .tp__margin-left { margin-left: 0 auto; }
  .tp-images-1 .tp__margin-right { margin-right: auto 0; }
  .tp-images-1 .tp__margin-center { margin-inline: auto; }

  .tp-images-1 .tp__filter--grayscale { filter: grayscale(100%); }
  .tp-images-1 .tp__filter--sepia { filter: sepia(100%) contrast(1.2); }
  .tp-images-1 .tp__filter--invert { filter: invert(100%); }

  .tp-images-1 .tp__heading {
    font-weight: var(--tp-font-weight, 700);
    text-align: var(--tp-heading-alignment, center);
    font-size: var(--tp-font-size, 52px);
    max-width: var(--tp-heading-width, 500px);
    color: var(--tp-heading-color, #3D3D3D);
    margin-bottom: var(--tp-gap, 20px);
    width: 100%;
  }

  .tp-images-1 .tp__heading a { color: inherit; }

  .tp-images-1 .tp__items-wrapper {
    flex-wrap: var(--tp-flex-wrap, nowrap);
    gap: var(--tp-item-gap, 10px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tp-images-1 .tp__item {
    width: calc((100% - (var(--tp-item-gap) * (var(--tp-items-per-row) - 1))) / var(--tp-items-per-row));
    border-radius: var(--tp-image-border-radius, 10px);
    background-color: #F5F5F5FF;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  
  .tp-images-1 .tp__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease-in-out;
  }

  .tp-images-1 a.tp__item:hover img {
    transform: scale(1.1);
  }

  .tp-images-1 .tp__item:nth-child(1) {
    height: var(--tp-item-1-height, 520px);
  }

  .tp-images-1 .tp__item:nth-child(2) {
    height: var(--tp-item-2-height, 365px);
  }

  .tp-images-1 .tp__item:nth-child(3) {
    height: var(--tp-item-3-height, 405px);
  }

  .tp-images-1 .tp__item:nth-child(4) {
    height: var(--tp-item-4-height, 320px);
  }

  .tp-images-1 .tp__item:nth-child(5) {
    height: var(--tp-item-5-height, 520px);
  }

  .tp-images-1 .tp__item:nth-child(6) {
    height: var(--tp-item-6-height, 405px);
  }
.tp-images-comparison-1 * {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	.tp-images-comparison-1 a {
		color: inherit;
	}

	.tp-images-comparison-1 .tp__text--left { text-align: left;}
	.tp-images-comparison-1 .tp__text--center { text-align: center;}
	.tp-images-comparison-1 .tp__text--right { text-align: right;}

  .tp-images-comparison-1 .tp__container {
    padding-block: var(--tp-padding-block, 60px);
    background: var(--tp-section-background, #FFFFFF);
    max-width: calc(var(--tp-section-width) + 40px);
    padding-inline: 20px;
    margin: 0 auto;
  }

	.tp-images-comparison-1 .tp__header {
		margin-bottom: var(--tp-header-space-below, 40px);
	}

	.tp-images-comparison-1 .tp__heading {
    color: var(--tp-heading-color, #1d1d1f);
		font-size: var(--tp-heading-size, 42px);
    font-weight: var(--tp-heading-text-weight, 500);
	}

	.tp-images-comparison-1 .tp__description {
		color: var(--tp-description-color, #1d1d1f);
		font-size: var(--tp-description-size, 18px);
		font-weight: var(--tp-description-text-weight, 400);
	}

	.tp-images-comparison-1 input[type="range"] {
		position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: ew-resize;
    -webkit-appearance: none;
    background: transparent;
		z-index: 3;
		touch-action: pan-y;
	}

	.tp-images-comparison-1 input[type="range"]::-webkit-slider-thumb {
		-webkit-appearance: none;
		width: 0;
		height: 0;
	}

	.tp-images-comparison-1 .tp__image-wrapper {
		height: var(--tp-image-height, 700px);
		margin: 0 auto;
		position: relative;
		left: 0;
	}

	.tp-images-comparison-1 .tp__image {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}

	.tp-images-comparison-1 .tp__image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
		display: block;
	}

	.tp-images-comparison-1 .tp__image-before {
		clip-path: inset(0 50% 0 0);
		z-index: 2;
	}

	.tp-images-comparison-1 .tpDivider-line {
		background-color: var(--tp-divider-color, #fb542f);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		width: 6px;
		height: 100%;
		display: block;
		pointer-events: none;
	}

	.tp-images-comparison-1 .tp__icon-wrapper {
		background-color: var(--tp-divider-color, #fb542f);
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		top: 50%;
		left: -10px;
		width: 25px;
		height: 20px;
		border-radius: 7px;
		z-index: 2;
	}

	.tp-images-comparison-1 .tp__icon-wrapper svg {
		height: 10px;
	}

	.tp-images-comparison-1 .tp__slider-controls {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.tp-images-comparison-1 .tp__image-label {
		color: var(--tp-image-label-text-color, #ffffff);
		font-size: var(--tp-image-label-text-size, 20px);
		background-color: var(--tp-image-label-background-color, #0000008c);
		padding: 10px;
		position: absolute;
		bottom: 20px;
	}

	.tp-images-comparison-1 .tp__image-label--before {
		left: 10px;
	}

	.tp-images-comparison-1 .tp__image-label--after {
		right: 10px;
	}

	@media screen and (min-width: 768px) {
		.tp-images-comparison-1 .tp__image-label {
			padding: 10px 25px;
		}

		.tp-images-comparison-1 .tp__icon-wrapper {
			width: 35px;
			height: 30px;
			left: -14px;
		}

		.tp-images-comparison-1 .tp__icon-wrapper svg {
			height: 20px;
		}
	}
.tp-location-1 * {
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}
	
	.tp-location-1 .tp__container {
		padding-block: var(--tp-padding-block, 80px 80px);
    background: var(--tp-section-background, #FFFFFF);
    max-width: var(--tp-section-width, 1062px);
    padding-inline: 20px;
    margin: 0 auto;
	}

	.tp-location-1 a {
    color: inherit;
  }

	.tp-location-1 .tp__header {
		margin-bottom: var(--tp-header-bottom-space, 65px);
	}

	.tp-location-1 .tp__icon-wrapper {
		font-size: var(--tp-subheading-size, 14px);
		font-weight: var(--tp-subheading-text-weight, 500);
		color: var(--tp-subheading-color, #434347);
		display: flex;
    gap: 10px;
    align-items: center;	
	}

	.tp-location-1 .tp__header-details {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-between;
		gap: 10px;
	}

	.tp-location-1 .tp__heading {
		font-size: var(--tp-heading-size, 56px);
		font-weight: var(--tp-heading-text-weight, 500);
		color: var(--tp-heading-color, #252527);
	}

	.tp-location-1 .tp__header-description {
		font-size: var(--tp-header-description-size, 20px);
		color: var(--tp-header-description-color, #434347);
		font-weight: var(--tp-header-description-text-weight, 400);
		flex-shrink: 0;
	}

	.tp-location-1 .tp__iframe-wrapper {
		padding-top: var(--tp-map-width, 30%);
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	.tp-location-1 .tp__image-placeholder {
    background-color: #F4F4F4;
	}

	.tp-location-1 iframe,
	.tp-location-1 .tp__image-placeholder {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		border: none;
	}

	.tp-location-1 .tp__contact-wrapper {
		background-color: var(--tp-contact-container-background, #FFFFFF);
		max-width: 295px;
		width: 100%;
		position: relative;
		bottom: 20px;
		left: 20px;
		right: 20px;
		padding: 12px;
	}

	.tp-location-1 .tp__store-city {
		font-size: var(--tp-store-text-location-size, 16px);
		color: var(--tp-store-location-color, #252527);
		font-weight: var(--tp-store-location-text-weight, 500);
	}

	.tp-location-1 .tp__store-address {
		font-size: var(--tp-store-text-address-size, 14px);
		color: var(--tp-store-address-color, #59595f);
		font-weight: var(--tp-store-address-text-weight, 400);
		margin-bottom: var(--tp-store-address-bottom-space, 15px);
	}

	.tp-location-1 .tp__cta-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}
	
	.tp-location-1 .tp__button {
		font-size: var(--tp-button-size, 14px);
		color: var(--tp-button-color, #FFFFFF);
		background-color: var(--tp-button-background-color, #000000);
		font-weight: var(--tp-button-text-weight, 500);
		font-family: inherit;
		text-align: center;
		padding: 10px 20px;
		display: inline-block;
		max-width: 100%;
		width: 100%;
	}

	.tp-location-1 .tp__contact-information {
		color: var(--tp-number-color, #000000);
		font-size: var(--tp-number-size, 14px);
		font-weight: var(--tp-number-text-weight, 600);
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5px;
		flex-shrink: 0;
	}

	.tp-location-1 .gm-bundled-control-on-bottom {
		display: none;
	}

	@media screen and (min-width: 768px) {
	.tp-location-1 .tp__header-details {
    flex-direction: row;
		align-items: center;
	}

	.tp-location-1 .tp__contact-wrapper {
		max-width: var(--tp-content-width, 380px);
		width: 100%;
		bottom: 20px;
		left: 20px;
		padding: 24px;
	}

	.tp-location-1 .tp__cta-wrapper {
		flex-direction: row;
		gap: 20px;
	}

	.tp-location-1 .tp__button {
		max-width: unset;
	}

	.tp-location-1 .gm-bundled-control-on-bottom {
		display: block;
	}
}
/* Base styles */
  .tp-blocks-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    z-index: 0;

    height: var(--tp-blocks-wrapper-height, auto);
    min-height: var(--tp-blocks-wrapper-min-height, auto);
    flex-direction: var(--tp-blocks-wrapper-flex-direction, row);
    flex-wrap: var(--tp-blocks-wrapper-flex-wrap, nowrap);
    gap: var(--tp-blocks-wrapper-gap-vertical, 0) var(--tp-blocks-wrapper-gap-horizontal, 0);
    padding: var(--tp-blocks-wrapper-padding, 0);
    justify-content: var(--tp-blocks-wrapper-justify, flex-start);
    align-items: var(--tp-blocks-wrapper-align, flex-start);
    text-align: var(--tp-blocks-wrapper-text-align, left);

    background: var(--tp-blocks-wrapper-background, transparent);
    background-size: var(--tp-blocks-wrapper-background-size, auto);
    background-position: var(--tp-blocks-wrapper-background-position, center center);
    background-repeat: var(--tp-blocks-wrapper-background-repeat, repeat);
    background-attachment: var(--tp-blocks-wrapper-background-attachment, scroll);
  }

  /* Display conditions */
  @media screen and (max-width: 749px) {
    .tp-blocks-wrapper-visible-on--desktop {
      display: none !important;
    }
  }

  @media screen and (min-width: 750px) {
    .tp-blocks-wrapper-visible-on--mobile {
      display: none !important;
    }
  }

  /* Background video */
  .tp-blocks-wrapper > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }

  /* Overlay */
  .tp-blocks-wrapper__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: var(--tp-blocks-wrapper-overlay-opacity, 0);
    background-color: var(--tp-blocks-wrapper-overlay-color, transparent);
  }
.tp-tabs-1 * {
		padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

	.tp-tabs-1 .tp__filter--grayscale { filter: grayscale(100%); }
  .tp-tabs-1 .tp__filter--sepia { filter: sepia(100%) contrast(1.2); }
  .tp-tabs-1 .tp__filter--invert { filter: invert(100%); }
	.tp-tabs-1 .tp__flex--row-reverse { flex-direction: row-reverse; }

  .tp-tabs-1 a {
    color: inherit;
  }

  .tp-tabs-1 .tp__container {
    max-width: calc(var(--tp-section-width, 1440px) + 40px);
    gap: var(--tp-container-gap, 50px);
    padding-block: var(--tp-padding-block, 50px 50px);
    margin-inline: auto;
    display: flex;
    padding-inline: 20px;
		position: relative;
  }

  .tp-tabs-1 .tp__section-heading {
    font-size: var(--tp-section-heading-size, 35px);
    font-weight: var(--tp-section-heading-weight, 400);
    color: var(--tp-section-heading-color, #000000);
    margin-bottom: var(--tp-section-heading-bottom-space, 12px);
  }

  .tp-tabs-1 .tp__section-description {
    font-size: var(--tp-section-description-size, 16px);
    font-weight: var(--tp-section-description-weight, 400);
    color: var(--tp-section-description-color, #000000);
    margin-bottom: var(--tp-section-description-bottom-space, 50px);
  }

	.tp-tabs-1 .tp__image-wrapper--desktop {
		display: none;
	}

	.tp-tabs-1 .tp__image-wrapper--desktop.tp__is-active {
		opacity: 1;
	}

  .tp-tabs-1 .tp__content {
    max-width: var(--tp-content-width, 695px);
    display: flex;
    flex-direction: column;
		transition: all 0.3s ease-in-out;
    width: 100%;
  }

	.tp-tabs-1 .tp__images-container {
		width: 100%;
		position: relative;
		display: none;
	}

  .tp-tabs-1 .tp__image-wrapper {
    border-radius: var(--tp-image-border-radius, 20px);
    overflow: hidden;
		object-fit: cover;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		transition: opacity 0.3s ease;
		opacity: 0;
		width: 100%;
	}

	.tp-tabs-1 .tp__image-wrapper .tp__is-active {
		opacity: 1;
	}

  .tp-tabs-1 .tp__image-wrapper img,
  .tp-tabs-1 .tp__image-wrapper svg {
    background-color: #f4f4f4;
    height: 100%;
    width: 100%;
		object-fit: cover;
		object-position: center;
  }

	.tp-tabs-1 .tp__image-placeholder {
		height: 100%;
	}

  .tp-tabs-1 .tp__tabs {
    gap: var(--tp-tabs-wrapper-gap, 30px);
    display: flex;
    flex-direction: column;
  }

  .tp-tabs-1 .tp__tab {
    transition: height 0.3s ease;
    overflow: hidden;
		position: relative;
  }

  .tp-tabs-1 .tp__tab-button {
    font-size: var(--tp-tab-heading-size, 20px);
    font-weight: var(--tp-tab-heading-weight, 400);
    color: var(--tp-tab-heading-color, #000000);
    font-family: inherit;
    width: 100%;
    cursor: pointer;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    gap: 20px;
		text-align: left;
  }

  .tp-tabs-1 .tp__tab-icon {
    transition: transform 0.3s ease;
    display: inline-block;
    align-self: flex-start;
    flex-shrink: 0;
  }

  .tp-tabs-1 .tp__active .tp__tab-icon {
    transform: rotate(180deg);
  }

  .tp-tabs-1 .tp__tab-content {
    font-size: var(--tp-tab-description-size, 16px);
    font-weight: var(--tp-tab-description-weight, 400);
    color: var(--tp-tab-description-color, #525252);
    border: none;
    height: 0;
    opacity: 0;
    outline: none;
    transform: scaleY(0);
    transform-origin: top;
    overflow: hidden;
    transition: height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  }

  .tp-tabs-1 .tp__active .tp__tab-content {
    transform: scaleY(1);
    height: auto;
    opacity: 1;
  }

  .tp-tabs-1 .tp__tab-content-inner {
    padding-block: var(--tp-tab-description-padding-top, 12px);
  }

	.tp-tabs-1 .tp__image-wrapper--mobile {
		display: block;
		margin-top: 20px;
	}

	.tp-tabs-1 .tp__tab-content.tp__active {
  	max-height: 1000px; 
  	opacity: 1;
	}

	.tp-tabs-1 .tp__image-wrapper--mobile.tp__active {
		opacity: 1;
		position: static;
	}

	@media (min-width: 1024px) {
		.tp-tabs-1 .tp__images-container {
			display: block;
		}

		.tp-tabs-1 .tp__image-wrapper--desktop {
			display: block;
		}
	
		.tp-tabs-1 .tp__image-wrapper--mobile {
			display: none;
		}

		.tp-tabs-1 .tp__tab-button {
			margin-bottom: 0;
		}
	}
.tp-testimonials-1 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .tp-testimonials-1 a { color: inherit; }

  .tp-testimonials-1 .tp-testimonials__container {
    max-width: calc(var(--tp-section-width, 1200px) + 40px);
    background: var(--tp-background-color, #000000);
    padding-block: var(--tp-padding-block, 40px 50px);
    width: 100%;
    margin: 0 auto;
    padding-inline: 20px;
    text-align: center;
    position: relative;
  }

  .tp-testimonials-1 .tp-testimonials__heading {
    font-size: var(--tp-heading-font-size, 36px);
    font-weight: var(--tp-heading-font-weight, 700);
    padding-bottom: var(--tp-heading-bottom-padding, 45px);
    color: var(--tp-heading-color, #FFFFFF);
    max-width: 455px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.3;
  }

  .tp-testimonials__avatars {
    display: inline-flex;
    vertical-align: middle;
    margin-left: 8px;
  }

  .tp-testimonials__avatars img {
    border-radius: var(--tp-image-border-radius, 50%);
    width: var(--tp-avatar-size, 32px);
    height: var(--tp-avatar-size, 32px);
    margin-left: -7px;
    object-fit: cover;
  }

  .tp-testimonials__stars {
    padding-bottom: var(--tp-stars-bottom-padding, 32px);
  }

  .tp-testimonials-1 .swiper-wrapper {
    height: auto;
  }

  .tp-testimonials-1 .swiper-slide-active {
    position: relative;
    z-index: 1;
  }

  .tp-testimonials-1 .tp-testimonials__stars {
    padding-bottom: var(--tp-stars-bottom-padding, 32px);
  }

  .tp-testimonials-1 .tp-testimonials__stars svg {
    fill: var(--tp-star-color, #ffd600);
    stroke: var(--tp-star-color, #ffd600);
  }

  .tp-testimonials-1 .tp-testimonials__text {
    font-size: var(--tp-testimonial-font-size, 18px);
    font-weight: var(--tp-testimonial-font-weight, 400);
    max-width: var(--tp-testimonial-max-width, 900px);
    padding-bottom: var(--tp-testimonial-bottom-padding, 48px);
    color: var(--tp-testimonial-color, #CCCCCC);
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 2;
  }

  .tp-testimonials-1 .tp-testimonials__person-container {
    padding-bottom: var(--tp-person-container-bottom-padding, 48px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }

  .tp-testimonials-1 .tp-testimonials__person-img {
    border-radius: var(--tp-image-border-radius, 50%);
    height: var(--tp-person-size, 40px);
    width: var(--tp-person-size, 40px);
    object-fit: cover;
  }

  .tp-testimonials-1 .tp-testimonials__person-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tp-testimonials-1 .tp-testimonials__person-name {
    font-size: var(--tp-name-font-size, 14px);
    font-weight: var(--tp-name-font-weight, 700);
    color: var(--tp-testimonial-user-name-color, #FFFFFF);
    padding-bottom: 6px;
    margin: 0;
  }

  .tp-testimonials-1 .tp-testimonials__person-title {
    color: var(--tp-testimonial-user-title-color, #FFFFFF);
    font-size: var(--tp-testimonial-user-title-size, 16px);
    font-weight: var(--tp-testimonials-user-font-weight, 500);
  }

  .tp-testimonials-1 .tp-testimonials__stats {
    gap: var(--tp-stat-gap, 40px);
    display: flex;
    justify-content: center;
  }

  .tp-testimonials-1 .tp-testimonials__stat-value {
    font-size: var(--tp-stat-value-font-size, 40px);
    font-weight: var(--tp-stat-value-font-weight, 700);
    color: var(--tp-stat-value-color, #FFFFFF);
    margin-block: 0;
  }

  .tp-testimonials-1 .tp-testimonials__stat-label {
    font-size: var(--tp-stat-label-font-size, 18px);
    font-weight: var(--tp-stat-label-weight, 400);
    color: var(--tp-stat-label-color, #FFFFFF);
    margin-block: 0;
  }

  .tp-testimonials-1 .swiper-button-next,
  .tp-testimonials-1 .swiper-button-prev {
    color: var(--tp-arrows-color, #FFFFFF);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.2s;
  }

  .tp-testimonials-1 .swiper-button-next:after,
  .tp-testimonials-1 .swiper-button-prev:after {
    content: none;
  }

  .tp-testimonials-1 .swiper-button-prev {
    left: -60px;
  }

  .tp-testimonials-1 .swiper-button-next {
    right: -60px;
  }

  .tp-testimonials-1 .swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }

  .tp-testimonials-1 .tp__filter--grayscale {
    filter: grayscale(100%);
  }

  .tp-testimonials-1 .tp__filter--sepia {
    filter: sepia(100%) contrast(1.2);
  }

  .tp-testimonials-1 .tp__filter--invert {
    filter: invert(100%);
  }

  .tp-testimonials-1 .tp__placeholder-image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: -5px;
    background-color: var(--tp-heading-color, #FFFFFF);
  }

  @media (max-width: 925px) {
    .tp-testimonials-1 .swiper-button-next,
    .tp-testimonials-1 .swiper-button-prev {
      position: static;
      transform: none;
      margin: 32px 16px 0;
      display: inline-block;
    }
  }
.tp-ugc-videos-1 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  .tp-ugc-videos a { color: inherit; }

  .tp-ugc-videos-1 .tp-ugc-videos-1__container {
    max-width: calc(var(--tp-section-width, 1200px) + 20px * 2);
    gap: var(--tp-content-spacing, 30px);
    padding-block: var(--tp-section-padding-block, 60px 60px);
    background: var(--tp-background-color, #FFFFFF);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    width: 100%;
    padding-inline: 20px;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__heading {
    font-size: var(--tp-heading-size, 48px);
    font-weight: var(--tp-heading-weight, 600);
    color: var(--tp-heading-color, #000000);
    text-align: var(--tp-text-alignment, center);
    line-height: 1.2;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__grid {
    gap: var(--tp-grid-gap, 20);
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__video-card {
    border-radius: var(--tp-card-radius, 8px);
    height: var(--tp-video-height, 550px);
    position: relative;
    overflow: hidden;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__thumbnail {
    height: var(--tp-video-height, 550px);
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__video,
  .tp-ugc-videos-1 .tp-ugc-videos-1__video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__title {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding-bottom: var(--tp-title-padding, 14px);
    font-size: var(--tp-video-title-size, 20px);
    font-weight: var(--tp-title-weight, 600);
    color: var(--tp-title-color, #FFFFFF);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__carousel-container {
    position: relative;
    padding: 0;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
    position: static;
  }

  .tp-ugc-videos-1 .swiper-button-next,
  .tp-ugc-videos-1 .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin: 0;
    box-shadow: none;
    position: static;
  }

  .tp-ugc-videos-1 .swiper-button-next svg,
  .tp-ugc-videos-1 .swiper-button-prev svg {
    width: 31px;
    height: 9px;
    display: block;
  }

  .tp-ugc-videos-1 .swiper-button-next svg path,
  .tp-ugc-videos-1 .swiper-button-prev svg path {
    fill: var(--tp-carousel-color, #000000);
  }

  .tp-ugc-videos-1 .swiper-button-next::after,
  .tp-ugc-videos-1 .swiper-button-prev::after {
    display: none;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__grid.no-mobile-carousel {
    display: flex;
    flex-direction: column;
    gap: var(--tp-grid-gap, 20px);
    width: 100%;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__grid.no-mobile-carousel .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--tp-grid-gap, 20px);
    width: 100%;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__grid.no-mobile-carousel .swiper-slide {
    width: 100%;
    margin-right: 0;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__grid.no-mobile-carousel + .tp-ugc-videos-1__arrows {
    display: none;
  }

  @media (min-width: 601px) {
    .tp-ugc-videos-1 .tp-ugc-videos-1__arrows {
      position: absolute;
      top: 50%;
      left: -64px;
      right: -64px;
      transform: translateY(-50%);
      justify-content: space-between;
      margin-top: 0;
    }

    .tp-ugc-videos-1 .swiper-button-next,
    .tp-ugc-videos-1 .swiper-button-prev {
      border-radius: var(--tp-carousel-border-radius, 30%);
      width: 48px;
      height: 48px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
  }

  @media (min-width: 1024px) {
    .tp-ugc-videos-1 .tp-ugc-videos-1__grid {
      grid-template-columns: repeat(var(--tp-columns-desktop, 4), 1fr);
    }
  }

/* CSS from block stylesheet tags */
/* Base styles */
  .tp-container {
    position: var(--tp-container-position, relative);
    inset: var(--tp-container-position-offset, auto);
    z-index: var(--tp-container-z-index, 0);
    overflow: var(--tp-container-overflow, visible);

    /* Border properties */
    border-width: var(--tp-container-border-width, 0);
    border-style: var(--tp-container-border-style, solid);
    border-color: var(--tp-container-border-color, transparent);
    border-radius: var(--tp-container-border-radius, 0);

    display: flex;
    width: var(--tp-container-width, auto);
    max-width: var(--tp-container-max-width, none);
    height: var(--tp-container-height, auto);
    min-height: var(--tp-container-min-height, 0);
    flex-direction: var(--tp-container-flex-direction, row);
    flex-wrap: var(--tp-container-flex-wrap, nowrap);
    gap: var(--tp-container-gap-vertical, 0) var(--tp-container-gap-horizontal, 0);
    padding: var(--tp-container-padding, 0);
    justify-content: var(--tp-container-justify, flex-start);
    align-items: var(--tp-container-align, flex-start);
    text-align: var(--tp-container-text-align, left);

    background: var(--tp-container-background, transparent);
  }

  /* Display conditions */
  @media screen and (max-width: 749px) {
    .tp-container-visible-on--desktop {
      display: none !important;
    }
  }

  @media screen and (min-width: 750px) {
    .tp-container-visible-on--mobile {
      display: none !important;
    }
  }