/** Shopify CDN: Minification failed

Line 447:2 Unexpected "{"
Line 447:3 Expected identifier but found "%"
Line 451:2 Unexpected "{"
Line 451:3 Expected identifier but found "%"
Line 455:12 Expected identifier but found whitespace
Line 455:14 Unexpected "{"
Line 455:34 Expected ":"
Line 455:38 Expected identifier but found "!"
Line 458:4 Unexpected "{"
Line 458:5 Expected identifier but found "%"
... and 2 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:tp-footer-1 (INDEX:64) */
.tp-footer-1 * {
    margin: 0;
    padding: 0;
    font-size: 0;
    box-sizing: border-box;
  }

  .tp-footer-1 a {
    color: inherit;
    font-size: inherit;
  }

  .tp-footer-1 {
    background: var(--tp-background, #121212);
    padding-block: var(--tp-padding-block, 60px 60px);
  }

  .tp-footer-1 .tp__container {
    max-width: calc(var(--tp-section-width, 1200px) + 40px);
    padding-inline: 20px;
    margin-inline: auto;
  }

  .tp-footer-1 .tp__main {
    padding-bottom: var(--tp-main-padding-bottom, 30px);
    gap: var(--tp-grid-gap, 40px);
    display: grid;
    grid-template-columns: 1fr;
  }

  .tp-footer-1 .tp__newsletter-title {
    font-size: var(--tp-newsletter-title-size, 18px);
    font-weight: var(--tp-newsletter-title-weight, 700);
    color: var(--tp-newsletter-title-color, #FFFFFF);
    margin-bottom: var(--tp-newsletter-title-margin-bottom, 15px);
  }

  .tp-footer-1 .tp__newsletter-text {
    font-size: var(--tp-newsletter-text-size, 14px);
    font-weight: var(--tp-newsletter-text-weight, 400);
    color: var(--tp-newsletter-text-color, #BFBFBF);
    margin-bottom: var(--tp-newsletter-text-margin-bottom, 20px);
    line-height: 1.5;
  }

  .tp-footer-1 .tp__newsletter-form {
    border-bottom: 1px solid var(--tp-input-border-color, #BFBFBF);
    display: flex;
    align-items: center;
    padding-bottom: 8px;
  }

  .tp-footer-1 .tp__newsletter-input {
    font-size: var(--tp-input-text-size, 14px);
    color: var(--tp-input-text-color, #FFFFFF);
    font-family: inherit;
    background: transparent;
    border: none;
    padding-left: 30px;
    position: relative;
    width: 100%;
    box-shadow: none;
    outline: none;
  }

  .tp-footer-1 .tp__newsletter-input::placeholder {
    color: var(--tp-input-placeholder-color, #A3A3A3);
    opacity: 1;
  }

  .tp-footer-1 .tp__newsletter-input-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }

  .tp-footer-1 .tp__newsletter-input-icon path {
    color: var(--tp-input-icon-color, #8D8D8D);
  }

  .tp-footer-1 .tp__newsletter-submit {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 10px;
  }

  .tp-footer-1 .tp__newsletter-submit-icon {
    fill: var(--tp-input-icon-color, #8D8D8D);
    width: 20px;
    height: 20px;
  }

  .tp-footer-1 .tp__newsletter-submit-icon path {
    color: var(--tp-input-icon-color, #8D8D8D);
  }

  .tp-footer-1 .tp__links {
    gap: var(--tp-links-gap, 30px);
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
  }

  .tp-footer-1 .tp__link-list-title {
    font-size: var(--tp-link-title-size, 16px);
    font-weight: var(--tp-link-title-weight, 700);
    color: var(--tp-link-title-color, #FFFFFF);
    margin-bottom: var(--tp-link-title-margin-bottom, 14px);
  }

  .tp-footer-1 .tp__link-list {
    list-style: none;
    padding: 0;
  }

  .tp-footer-1 .tp__link-item {
    margin-bottom: var(--tp-link-item-margin-bottom, 10px);
  }

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

  .tp-footer-1 .tp__bottom {
    padding-top: var(--tp-bottom-padding-top, 20px);
    gap: var(--tp-bottom-gap, 20px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .tp-footer-1 .tp__social-icons {
    margin-bottom: var(--tp-social-margin-bottom, 15px);
    gap: var(--tp-social-gap, 15px);
    display: flex;
  }

  .tp-footer-1 .tp__social-icon {
    width: 24px;
    height: 24px;
  }

  .tp-footer-1 .tp__social-icon path {
    fill: var(--tp-social-icon-color, #FFFFFF);
  }

  .tp-footer-1 .tp__copyright {
    font-size: var(--tp-copyright-text-size, 12px);
    font-weight: var(--tp-copyright-text-weight, 400);
    color: var(--tp-copyright-text-color, #BFBFBF);
    text-align: left;
    max-width: 100%;
  }

  .tp-footer-1 .tp__copyright-link {
    margin-inline: 5px;
    text-decoration: none;
  }

  .tp-footer-1 .tp__payment-icons {
    gap: var(--tp-payment-gap, 8px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tp-footer-1 .tp__payment-icon svg {
    width: 100%;
    height: 100%;
    border: 1px solid var(--tp-payment-border-color, #E0E0E0);
    border-radius: 4px;
  }

  @media (min-width: 768px) {
    .tp-footer-1 .tp__main {
      grid-template-columns: var(--tp-newsletter-width, 410px) 1fr;
      padding-bottom: var(--tp-main-padding-bottom-desktop, 40px);
      gap: var(--tp-grid-gap-desktop, 80px);
    }

    .tp-footer-1 .tp__links {
      gap: var(--tp-links-gap-desktop);
      justify-content: flex-end;
      flex-wrap: nowrap;
    }

    .tp-footer-1 .tp__bottom {
      padding-top: var(--tp-bottom-padding-top-desktop, 30px);
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }

    .tp-footer-1 .tp__social-icons {
      order: 1;
      margin-bottom: 0;
    }

    .tp-footer-1 .tp__copyright {
      max-width: 80%;
      order: 2;
    }

    .tp-footer-1 .tp__payment-icons {
      order: 3;
      justify-content: flex-end;
    }
  }
/* END_SECTION:tp-footer-1 */

/* START_SECTION:tp-footer-2 (INDEX:65) */
.tp-footer-2 {
		background: var(--tp-background, #000000);
	}

	.tp-footer-2 * {
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}

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

	.tp-footer-2.tp__button--fade:hover { opacity: 0.8; }
  .tp-footer-2 .tp__button--invert:hover {
    color: var(--tp-button-background-color);
    background-color: transparent;
    border-color: var(--tp-button-background-color);
	}

	.tp-footer-2 .tp__container {
		max-width: calc(var(--tp-section-width) + 40px);
		padding-block: var(--tp-padding-block);
		padding-inline: 20px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
	}

	.tp-footer-2 .tp__heading {
		color: var(--tp-heading-color, #ffffff);
		font-size: var(--tp-heading-size, 30px);
		font-weight: var(--tp-heading-text-weight,700);
		max-width: 100%
	}

	.tp-footer-2 .tp__input-details span {
		color: var(--tp-input-subheading-color, #ffffffa6);
		font-size: var(--tp-input-subheading-size, 12px);
		letter-spacing: 0.24px;
		margin-top: 10px;
		display: block;
	}

	.tp-footer-2 .tp__input-wrapper {
		padding-block: var(--tp-input-container-padding, 60px);
		border-block: var(--tp-border-width, 1px) solid var(--tp-border-color, #FFFFFF);
    display: flex;
		align-items: center;
		flex-direction: column;
    justify-content: space-between;
		gap: 20px;
	}

	.tp-footer-2 .contact-form {
		max-width: 630px;
		width: 100%;
		gap: 10px;
	}

	.tp-footer-2 .tp__form-input-wrapper {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

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

	.tp-footer-2 .tp__button {
		background-color: var(--tp-button-background-color, #ffffff);
		color: var(--tp-button-text-color, #000000);
		font-size: var(--tp-button-text-size, 13px);
		border-radius: var(--tp-button-border-radius, 50px);
		font-weight: var(--tp-button-text-weight, 300);
		letter-spacing: 2.6px;
		border: 1px solid transparent;
    max-width: 100%;
    width: 100%;
		outline: none;
		border: none;
		cursor: pointer;
		padding-block: 10px;
		transition: all 0.3s ease-in-out;
	}

	.tp-footer-2 .tp__content-wrapper {
		border-bottom: var(--tp-border-width, 1px) solid var(--tp-border-color, #FFFFFF);
		padding-block: var(--tp-blocks-content-padding, 80px);
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		gap: var(--tp-space-between-content, 30px);
	}

	.tp-footer-2 .tp__content {
		flex: 1 0 30%;
	}

	.tp-footer-2 .tp__content-title {
		font-size: var(--tp-blocks-content-title-size, 20px);
		color: var(--tp-blocks-content-title-color, #FFFFFF);
		font-weight: var(--tp-blocks-content-title-text-weight);
		margin-bottom: var(--tp-blocks-content-tile-space-below);
	}

	.tp-footer-2 .tp__content-description {
		font-size: var(--tp-blocks-content-description-size, 16px);
		color: var(--tp-footer-content-description-color, #FFFFFF);
		font-weight: var(--tp-blocks-content-description-text-weight, 300);
		margin-bottom: 15px;
	}

	.tp-footer-2 .tp__copyright {
		color: var(--tp-copyright-color ,#FFFFFF);
		font-size: var(--tp-copyright-text-size, 13px);
	}

	.tp-footer-2 .tp__payments-icons {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		flex-wrap: wrap;
	}

	.tp-footer-2 .tp__copyright-wrapper {
		padding-top: var(--tp-copyright-space-above, 80px);
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		justify-content: space-between;
		text-align: center;
	}

	.tp-footer-2 .tp__copyright {
		margin-top: 25px
	}

	@media screen and (min-width: 768px) {
		.tp-footer-2 .tp__heading {
			max-width: 660px;
		}

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

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

		.tp-footer-2 .tp__input {
			max-width: 376px;
		}

		.tp-footer-2 .tp__button {
			max-width: 247px;
		}

		.tp-footer-2 .tp__content-wrapper {
			flex-direction: row;
		}

		.tp-footer-2 .tp__copyright-wrapper {
			flex-direction: row;
		}

		.tp-footer-2 .tp__copyright {
			margin-top: 0;
		}
	}
/* END_SECTION:tp-footer-2 */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:blocko-group (INDEX:88) */
.group-block__link {
    position: absolute;
    inset: 0;
    z-index: 3;
  }

  .group-block__link ~ :is(.group-block-content, .group-block__media-wrapper, .group-block__overlay) {
    pointer-events: none;

    :is(a, button, input, textarea, select) {
      pointer-events: auto;
    }
  }

  /* Needs the .group-block__link ~ to be specific enough to take effect. */
  .group-block__link ~ .group-block-content--design-mode {
    pointer-events: auto;
  }

  /* Reset child width in horizontal layouts so align-items works correctly */
  {% if settings.content_direction == 'row' %}
  .group-block-content > * {
    width: auto !important;
  }
  {% endif %}

  @media screen and (max-width: 749px) {
    .group-block {
      width: {{ width_mobile_value }} !important;
    }

    {% if settings.vertical_on_mobile and settings.content_direction == 'row' %}
    .group-block-content {
      flex-direction: column !important;
    }

    /* Restore width 100% when switching to vertical on mobile */
    .group-block-content > * {
      width: 100% !important;
    }
    {% endif %}
  }
/* END_SNIPPET:blocko-group */

/* START_SNIPPET:blocko-text (INDEX:89) */
:root {
    --text-align-default: left;
  }

  [style*='--horizontal-alignment: center'] .text-block {
    --text-align-default: center;
  }

  [style*='--horizontal-alignment: flex-end'] .text-block {
    --text-align-default: right;
  }

  [style*='--horizontal-alignment: flex-start'] > .text-block {
    --text-align-default: left;
  }

  [style*='--horizontal-alignment: center'] > .text-block {
    --text-align-default: center;
  }

  [style*='--horizontal-alignment: flex-end'] > .text-block {
    --text-align-default: right;
  }

  .text-block {
    width: var(--width);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment);
  }

  .text-block > * {
    width: var(--width);
    max-width: var(--max-width, 100%);
    text-align: var(--text-align, var(--text-align-default));
    text-wrap: var(--text-wrap);
  }

  .text-block:not(.text-block--full-width).rte,
  .text-block:not(.text-block--full-width).paragraph {
    /* Safari doesn't support pretty, so fallback to balance */
    text-wrap: balance;
    text-wrap: pretty;
  }

  .text-block:not(.text-block--full-width):is(.h1, .h2, .h3, .h4, .h5, .h6) {
    text-wrap: balance;
  }

  /* Hide underline unless text is using paragraph styles. */
  .text-block:is(.h1, .h2, .h3, .h4, .h5, .h6) a {
    text-decoration-color: transparent;
  }

  .text-block h1,
  .text-block.h1 > * {
    margin-block: var(--font-h1--spacing);
  }

  .text-block h2,
  .text-block.h2 > * {
    margin-block: var(--font-h2--spacing);
  }

  .text-block h3,
  .text-block.h3 > * {
    margin-block: var(--font-h3--spacing);
  }

  .text-block h4,
  .text-block.h4 > * {
    margin-block: var(--font-h4--spacing);
  }

  .text-block h5,
  .text-block.h5 > * {
    margin-block: var(--font-h5--spacing);
  }

  .text-block h6,
  .text-block.h6 > * {
    margin-block: var(--font-h6--spacing);
  }

  .text-block p,
  .text-block.p > * {
    margin-block: var(--font-paragraph--spacing);
  }

  .text-block > *:first-child {
    margin-block-start: 0;
  }

  .text-block > *:last-child {
    margin-block-end: 0;
  }

  .text-block--align-center,
  .text-block--align-center > * {
    margin-inline: auto;
  }

  .text-block--align-right,
  .text-block--align-right > * {
    margin-inline-start: auto;
  }

  .text-block--background {
    background-color: var(--text-background-color);
    border-radius: var(--text-corner-radius);

    /* To avoid text being cropped when using a border radius we add a minimum padding. */
    padding-block-start: max(var(--text-padding), var(--padding-block-start, 0));
    padding-block-end: max(var(--text-padding), var(--padding-block-end, 0));
    padding-inline-start: max(var(--text-padding), var(--padding-inline-start, 0));
    padding-inline-end: max(var(--text-padding), var(--padding-inline-end, 0));
  }

  .custom-color,
  .custom-color > :is(h1, h2, h3, h4, h5, h6, p, *) {
    color: var(--color);
  }
/* END_SNIPPET:blocko-text */