/*!
Theme Name: Polyend
Theme URI: http://underscores.me/
Author: Common Wombat
Author URI: https://commonwombat.pl
Description: Description
Version: 3.4.1.2
Tested up to: 6.4.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: polyend
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Polyend is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Polyend
    - styling of Polyend theme

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark {
  background: rgba(255, 249, 192, 0.4);
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  cursor: pointer; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/* Polyend
--------------------------------------------- */
/* shared
--------------------------------------------- */
/* variables
--------------------------------------------- */
/* animations
--------------------------------------------- */
@keyframes showUp-vertical {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes showUp-horizontal {
  0% {
    opacity: 0;
    transform: translateY(-2px) translateX(-50px); }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0); } }

@keyframes blink {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes cell-light {
  0% {
    filter: brightness(0.4); }
  15% {
    filter: brightness(1); }
  85% {
    filter: brightness(1); }
  100% {
    filter: brightness(0.4); } }

@keyframes sequence-1 {
  0% {
    color: #3a2a5b; }
  9% {
    color: #a57eee; }
  18% {
    color: #3a2a5b; } }

@keyframes sequence-2 {
  9% {
    color: #3a2a5b; }
  18% {
    color: #a57eee; }
  27% {
    color: #3a2a5b; } }

@keyframes sequence-3 {
  18% {
    color: #3a2a5b; }
  27% {
    color: #a57eee; }
  36% {
    color: #3a2a5b; } }

@keyframes sequence-4 {
  27% {
    color: #3a2a5b; }
  36% {
    color: #a57eee; }
  45% {
    color: #3a2a5b; } }

@keyframes sequence-5 {
  36% {
    color: #3a2a5b; }
  45% {
    color: #a57eee; }
  54% {
    color: #3a2a5b; } }

@keyframes sequence-6 {
  45% {
    color: #3a2a5b; }
  54% {
    color: #a57eee; }
  63% {
    color: #3a2a5b; } }

@keyframes sequence-7 {
  54% {
    color: #3a2a5b; }
  63% {
    color: #a57eee; }
  72% {
    color: #3a2a5b; } }

@keyframes sequence-8 {
  63% {
    color: #3a2a5b; }
  72% {
    color: #a57eee; }
  81% {
    color: #3a2a5b; } }

@keyframes sequence-9 {
  72% {
    color: #3a2a5b; }
  81% {
    color: #a57eee; }
  90% {
    color: #3a2a5b; } }

@keyframes play {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 2% 50%; } }

@keyframes play-overview {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 2% 50%; } }

@keyframes perform {
  0% {
    background-position: 100% 50%; }
  22% {
    background-position: 40% 50%; }
  44% {
    background-position: 20% 50%; }
  66% {
    background-position: 0% 50%; }
  100% {
    background-position: 100% 50%; } }

@keyframes play-banner__sequence {
  0% {
    filter: grayscale(1) brightness(0.55); }
  20% {
    filter: grayscale(1) brightness(0.55); }
  22% {
    filter: grayscale(0) brightness(1); }
  60% {
    filter: grayscale(1) brightness(0.55); }
  100% {
    filter: grayscale(1) brightness(0.55); } }

@keyframes play-banner__perform {
  0% {
    filter: grayscale(1) brightness(0.55); }
  40% {
    filter: grayscale(1) brightness(0.55); }
  42% {
    filter: grayscale(0) brightness(1); }
  80% {
    filter: grayscale(1) brightness(0.55); }
  100% {
    filter: grayscale(1) brightness(0.55); } }

@keyframes play-banner__play {
  0% {
    filter: grayscale(1) brightness(0.55); }
  60% {
    filter: grayscale(1) brightness(0.55); }
  62% {
    filter: grayscale(0) brightness(1); }
  100% {
    filter: grayscale(0) brightness(1); } }

@keyframes banner-home-palettes__animation {
  0% {
    background-image: url("/wp-content/themes/polyend/assets/banners/palettes/banner_atmo.jpg"); }
  20% {
    background-image: url("/wp-content/themes/polyend/assets/banners/palettes/banner_mnml.jpg"); }
  40% {
    background-image: url("/wp-content/themes/polyend/assets/banners/palettes/banner_fabric.jpg"); }
  60% {
    background-image: url("/wp-content/themes/polyend/assets/banners/palettes/banner_breaksglitches.jpg"); }
  80% {
    background-image: url("/wp-content/themes/polyend/assets/banners/palettes/banner_beatsonwax.jpg"); }
  100% {
    background-image: url("/wp-content/themes/polyend/assets/banners/palettes/banner_atmo.jpg"); } }

/* perform animations generated with /dev_utilities/perform_animation_maker.xlsx */
@keyframes perform-1 {
  0% {
    color: #1a432f; }
  2% {
    color: #1a432f; }
  4% {
    color: #56c38f; }
  6% {
    color: #56c38f; }
  8% {
    color: #56c38f; }
  10% {
    color: #56c38f; }
  12% {
    color: #56c38f; }
  14% {
    color: #56c38f; }
  16% {
    color: #56c38f; }
  18% {
    color: #56c38f; }
  20% {
    color: #56c38f; }
  22% {
    color: #56c38f; }
  24% {
    color: #56c38f; }
  26% {
    color: #56c38f; }
  28% {
    color: #56c38f; }
  30% {
    color: #56c38f; }
  32% {
    color: #56c38f; }
  34% {
    color: #56c38f; }
  36% {
    color: #56c38f; }
  38% {
    color: #56c38f; }
  40% {
    color: #56c38f; }
  42% {
    color: #56c38f; }
  44% {
    color: #56c38f; }
  46% {
    color: #56c38f; }
  48% {
    color: #56c38f; }
  50% {
    color: #56c38f; }
  52% {
    color: #56c38f; }
  54% {
    color: #56c38f; }
  56% {
    color: #56c38f; }
  58% {
    color: #56c38f; }
  60% {
    color: #56c38f; }
  62% {
    color: #56c38f; }
  64% {
    color: #56c38f; }
  66% {
    color: #56c38f; }
  68% {
    color: #56c38f; }
  70% {
    color: #56c38f; }
  72% {
    color: #56c38f; }
  74% {
    color: #56c38f; }
  76% {
    color: #56c38f; }
  78% {
    color: #56c38f; }
  80% {
    color: #56c38f; }
  82% {
    color: #56c38f; }
  84% {
    color: #56c38f; }
  86% {
    color: #56c38f; }
  88% {
    color: #56c38f; }
  90% {
    color: #56c38f; }
  92% {
    color: #56c38f; }
  94% {
    color: #56c38f; }
  96% {
    color: #56c38f; }
  98% {
    color: #56c38f; }
  100% {
    color: #1a432f; } }

@keyframes perform-2 {
  0% {
    color: #1a432f; }
  2% {
    color: #1a432f; }
  4% {
    color: #1a432f; }
  6% {
    color: #56c38f; }
  8% {
    color: #56c38f; }
  10% {
    color: #56c38f; }
  12% {
    color: #56c38f; }
  14% {
    color: #56c38f; }
  16% {
    color: #56c38f; }
  18% {
    color: #56c38f; }
  20% {
    color: #56c38f; }
  22% {
    color: #56c38f; }
  24% {
    color: #56c38f; }
  26% {
    color: #56c38f; }
  28% {
    color: #56c38f; }
  30% {
    color: #56c38f; }
  32% {
    color: #56c38f; }
  34% {
    color: #56c38f; }
  36% {
    color: #56c38f; }
  38% {
    color: #56c38f; }
  40% {
    color: #56c38f; }
  42% {
    color: #56c38f; }
  44% {
    color: #56c38f; }
  46% {
    color: #56c38f; }
  48% {
    color: #56c38f; }
  50% {
    color: #56c38f; }
  52% {
    color: #56c38f; }
  54% {
    color: #56c38f; }
  56% {
    color: #56c38f; }
  58% {
    color: #56c38f; }
  60% {
    color: #56c38f; }
  62% {
    color: #56c38f; }
  64% {
    color: #56c38f; }
  66% {
    color: #56c38f; }
  68% {
    color: #56c38f; }
  70% {
    color: #56c38f; }
  72% {
    color: #56c38f; }
  74% {
    color: #56c38f; }
  76% {
    color: #56c38f; }
  78% {
    color: #1a432f; }
  80% {
    color: #1a432f; }
  82% {
    color: #1a432f; }
  84% {
    color: #1a432f; }
  86% {
    color: #56c38f; }
  88% {
    color: #56c38f; }
  90% {
    color: #56c38f; }
  92% {
    color: #56c38f; }
  94% {
    color: #56c38f; }
  96% {
    color: #56c38f; }
  98% {
    color: #1a432f; }
  100% {
    color: #1a432f; } }

@keyframes perform-3 {
  0% {
    color: #1a432f; }
  2% {
    color: #1a432f; }
  4% {
    color: #1a432f; }
  6% {
    color: #1a432f; }
  8% {
    color: #56c38f; }
  10% {
    color: #56c38f; }
  12% {
    color: #56c38f; }
  14% {
    color: #56c38f; }
  16% {
    color: #56c38f; }
  18% {
    color: #56c38f; }
  20% {
    color: #56c38f; }
  22% {
    color: #1a432f; }
  24% {
    color: #1a432f; }
  26% {
    color: #1a432f; }
  28% {
    color: #1a432f; }
  30% {
    color: #56c38f; }
  32% {
    color: #56c38f; }
  34% {
    color: #56c38f; }
  36% {
    color: #56c38f; }
  38% {
    color: #56c38f; }
  40% {
    color: #56c38f; }
  42% {
    color: #56c38f; }
  44% {
    color: #56c38f; }
  46% {
    color: #1a432f; }
  48% {
    color: #56c38f; }
  50% {
    color: #56c38f; }
  52% {
    color: #56c38f; }
  54% {
    color: #56c38f; }
  56% {
    color: #56c38f; }
  58% {
    color: #56c38f; }
  60% {
    color: #56c38f; }
  62% {
    color: #56c38f; }
  64% {
    color: #56c38f; }
  66% {
    color: #56c38f; }
  68% {
    color: #56c38f; }
  70% {
    color: #56c38f; }
  72% {
    color: #56c38f; }
  74% {
    color: #56c38f; }
  76% {
    color: #1a432f; }
  78% {
    color: #1a432f; }
  80% {
    color: #1a432f; }
  82% {
    color: #1a432f; }
  84% {
    color: #1a432f; }
  86% {
    color: #1a432f; }
  88% {
    color: #56c38f; }
  90% {
    color: #56c38f; }
  92% {
    color: #56c38f; }
  94% {
    color: #56c38f; }
  96% {
    color: #1a432f; }
  98% {
    color: #1a432f; }
  100% {
    color: #1a432f; } }

@keyframes perform-4 {
  0% {
    color: #1a432f; }
  2% {
    color: #1a432f; }
  4% {
    color: #1a432f; }
  6% {
    color: #1a432f; }
  8% {
    color: #1a432f; }
  10% {
    color: #56c38f; }
  12% {
    color: #56c38f; }
  14% {
    color: #56c38f; }
  16% {
    color: #56c38f; }
  18% {
    color: #56c38f; }
  20% {
    color: #1a432f; }
  22% {
    color: #1a432f; }
  24% {
    color: #1a432f; }
  26% {
    color: #1a432f; }
  28% {
    color: #1a432f; }
  30% {
    color: #1a432f; }
  32% {
    color: #56c38f; }
  34% {
    color: #56c38f; }
  36% {
    color: #56c38f; }
  38% {
    color: #56c38f; }
  40% {
    color: #56c38f; }
  42% {
    color: #56c38f; }
  44% {
    color: #1a432f; }
  46% {
    color: #1a432f; }
  48% {
    color: #1a432f; }
  50% {
    color: #56c38f; }
  52% {
    color: #56c38f; }
  54% {
    color: #56c38f; }
  56% {
    color: #56c38f; }
  58% {
    color: #56c38f; }
  60% {
    color: #56c38f; }
  62% {
    color: #56c38f; }
  64% {
    color: #56c38f; }
  66% {
    color: #56c38f; }
  68% {
    color: #56c38f; }
  70% {
    color: #56c38f; }
  72% {
    color: #56c38f; }
  74% {
    color: #1a432f; }
  76% {
    color: #1a432f; }
  78% {
    color: #1a432f; }
  80% {
    color: #1a432f; }
  82% {
    color: #1a432f; }
  84% {
    color: #1a432f; }
  86% {
    color: #1a432f; }
  88% {
    color: #1a432f; }
  90% {
    color: #1a432f; }
  92% {
    color: #1a432f; }
  94% {
    color: #1a432f; }
  96% {
    color: #1a432f; }
  98% {
    color: #1a432f; }
  100% {
    color: #1a432f; } }

@keyframes perform-5 {
  0% {
    color: #1a432f; }
  2% {
    color: #1a432f; }
  4% {
    color: #1a432f; }
  6% {
    color: #1a432f; }
  8% {
    color: #1a432f; }
  10% {
    color: #1a432f; }
  12% {
    color: #56c38f; }
  14% {
    color: #56c38f; }
  16% {
    color: #56c38f; }
  18% {
    color: #56c38f; }
  20% {
    color: #1a432f; }
  22% {
    color: #1a432f; }
  24% {
    color: #1a432f; }
  26% {
    color: #1a432f; }
  28% {
    color: #1a432f; }
  30% {
    color: #1a432f; }
  32% {
    color: #1a432f; }
  34% {
    color: #56c38f; }
  36% {
    color: #56c38f; }
  38% {
    color: #56c38f; }
  40% {
    color: #56c38f; }
  42% {
    color: #1a432f; }
  44% {
    color: #1a432f; }
  46% {
    color: #1a432f; }
  48% {
    color: #1a432f; }
  50% {
    color: #1a432f; }
  52% {
    color: #56c38f; }
  54% {
    color: #56c38f; }
  56% {
    color: #56c38f; }
  58% {
    color: #56c38f; }
  60% {
    color: #56c38f; }
  62% {
    color: #56c38f; }
  64% {
    color: #56c38f; }
  66% {
    color: #56c38f; }
  68% {
    color: #56c38f; }
  70% {
    color: #56c38f; }
  72% {
    color: #1a432f; }
  74% {
    color: #1a432f; }
  76% {
    color: #1a432f; }
  78% {
    color: #1a432f; }
  80% {
    color: #1a432f; }
  82% {
    color: #1a432f; }
  84% {
    color: #1a432f; }
  86% {
    color: #1a432f; }
  88% {
    color: #1a432f; }
  90% {
    color: #1a432f; }
  92% {
    color: #1a432f; }
  94% {
    color: #1a432f; }
  96% {
    color: #1a432f; }
  98% {
    color: #1a432f; }
  100% {
    color: #1a432f; } }

@keyframes perform-6 {
  0% {
    color: #1a432f; }
  2% {
    color: #1a432f; }
  4% {
    color: #1a432f; }
  6% {
    color: #1a432f; }
  8% {
    color: #1a432f; }
  10% {
    color: #1a432f; }
  12% {
    color: #56c38f; }
  14% {
    color: #56c38f; }
  16% {
    color: #56c38f; }
  18% {
    color: #56c38f; }
  20% {
    color: #1a432f; }
  22% {
    color: #1a432f; }
  24% {
    color: #1a432f; }
  26% {
    color: #1a432f; }
  28% {
    color: #1a432f; }
  30% {
    color: #1a432f; }
  32% {
    color: #1a432f; }
  34% {
    color: #1a432f; }
  36% {
    color: #1a432f; }
  38% {
    color: #1a432f; }
  40% {
    color: #1a432f; }
  42% {
    color: #1a432f; }
  44% {
    color: #1a432f; }
  46% {
    color: #1a432f; }
  48% {
    color: #1a432f; }
  50% {
    color: #1a432f; }
  52% {
    color: #1a432f; }
  54% {
    color: #56c38f; }
  56% {
    color: #56c38f; }
  58% {
    color: #56c38f; }
  60% {
    color: #56c38f; }
  62% {
    color: #56c38f; }
  64% {
    color: #56c38f; }
  66% {
    color: #56c38f; }
  68% {
    color: #56c38f; }
  70% {
    color: #1a432f; }
  72% {
    color: #1a432f; }
  74% {
    color: #1a432f; }
  76% {
    color: #1a432f; }
  78% {
    color: #1a432f; }
  80% {
    color: #1a432f; }
  82% {
    color: #1a432f; }
  84% {
    color: #1a432f; }
  86% {
    color: #1a432f; }
  88% {
    color: #1a432f; }
  90% {
    color: #1a432f; }
  92% {
    color: #1a432f; }
  94% {
    color: #1a432f; }
  96% {
    color: #1a432f; }
  98% {
    color: #1a432f; }
  100% {
    color: #1a432f; } }

@keyframes perform-7 {
  0% {
    color: #1a432f; }
  2% {
    color: #1a432f; }
  4% {
    color: #1a432f; }
  6% {
    color: #1a432f; }
  8% {
    color: #1a432f; }
  10% {
    color: #1a432f; }
  12% {
    color: #1a432f; }
  14% {
    color: #1a432f; }
  16% {
    color: #1a432f; }
  18% {
    color: #1a432f; }
  20% {
    color: #1a432f; }
  22% {
    color: #1a432f; }
  24% {
    color: #1a432f; }
  26% {
    color: #1a432f; }
  28% {
    color: #1a432f; }
  30% {
    color: #1a432f; }
  32% {
    color: #1a432f; }
  34% {
    color: #1a432f; }
  36% {
    color: #1a432f; }
  38% {
    color: #1a432f; }
  40% {
    color: #1a432f; }
  42% {
    color: #1a432f; }
  44% {
    color: #1a432f; }
  46% {
    color: #1a432f; }
  48% {
    color: #1a432f; }
  50% {
    color: #1a432f; }
  52% {
    color: #1a432f; }
  54% {
    color: #1a432f; }
  56% {
    color: #56c38f; }
  58% {
    color: #56c38f; }
  60% {
    color: #56c38f; }
  62% {
    color: #56c38f; }
  64% {
    color: #56c38f; }
  66% {
    color: #56c38f; }
  68% {
    color: #1a432f; }
  70% {
    color: #1a432f; }
  72% {
    color: #1a432f; }
  74% {
    color: #1a432f; }
  76% {
    color: #1a432f; }
  78% {
    color: #1a432f; }
  80% {
    color: #1a432f; }
  82% {
    color: #1a432f; }
  84% {
    color: #1a432f; }
  86% {
    color: #1a432f; }
  88% {
    color: #1a432f; }
  90% {
    color: #1a432f; }
  92% {
    color: #1a432f; }
  94% {
    color: #1a432f; }
  96% {
    color: #1a432f; }
  98% {
    color: #1a432f; }
  100% {
    color: #1a432f; } }

@keyframes perform-8 {
  0% {
    color: #1a432f; }
  2% {
    color: #1a432f; }
  4% {
    color: #1a432f; }
  6% {
    color: #1a432f; }
  8% {
    color: #1a432f; }
  10% {
    color: #1a432f; }
  12% {
    color: #1a432f; }
  14% {
    color: #1a432f; }
  16% {
    color: #1a432f; }
  18% {
    color: #1a432f; }
  20% {
    color: #1a432f; }
  22% {
    color: #1a432f; }
  24% {
    color: #1a432f; }
  26% {
    color: #1a432f; }
  28% {
    color: #1a432f; }
  30% {
    color: #1a432f; }
  32% {
    color: #1a432f; }
  34% {
    color: #1a432f; }
  36% {
    color: #1a432f; }
  38% {
    color: #1a432f; }
  40% {
    color: #1a432f; }
  42% {
    color: #1a432f; }
  44% {
    color: #1a432f; }
  46% {
    color: #1a432f; }
  48% {
    color: #1a432f; }
  50% {
    color: #1a432f; }
  52% {
    color: #1a432f; }
  54% {
    color: #1a432f; }
  56% {
    color: #1a432f; }
  58% {
    color: #56c38f; }
  60% {
    color: #56c38f; }
  62% {
    color: #56c38f; }
  64% {
    color: #56c38f; }
  66% {
    color: #1a432f; }
  68% {
    color: #1a432f; }
  70% {
    color: #1a432f; }
  72% {
    color: #1a432f; }
  74% {
    color: #1a432f; }
  76% {
    color: #1a432f; }
  78% {
    color: #1a432f; }
  80% {
    color: #1a432f; }
  82% {
    color: #1a432f; }
  84% {
    color: #1a432f; }
  86% {
    color: #1a432f; }
  88% {
    color: #1a432f; }
  90% {
    color: #1a432f; }
  92% {
    color: #1a432f; }
  94% {
    color: #1a432f; }
  96% {
    color: #1a432f; }
  98% {
    color: #1a432f; }
  100% {
    color: #1a432f; } }

/* TRACKER PLUS BANNER */
@keyframes tracker-plus-banner__layer-2 {
  0% {
    transform: translateX(8.12%); }
  100% {
    transform: translateX(0%); } }

@keyframes tracker-plus-banner__layer-3 {
  0% {
    transform: translateX(15.99%); }
  100% {
    transform: translateX(0%); } }

@keyframes tracker-plus-banner__layer-4 {
  0% {
    transform: translateX(-15.03%); }
  100% {
    transform: translateX(0%); } }

/* TRACKER PLUS OVERVIEW */
@keyframes tracker-plus-overview__layer-1 {
  0% {
    transform: translateX(6.99%); }
  100% {
    transform: translateX(0%); } }

@keyframes tracker-plus-overview__layer-2 {
  0% {
    transform: translateX(-8.97%); }
  100% {
    transform: translateX(0%); } }

/* TRACKER PLUS SYNTHESIZERS */
@keyframes tracker-plus-synthesizers__layer-2 {
  0% {
    transform: translateX(-16.63%); }
  100% {
    transform: translateX(0%); } }

@keyframes tracker-plus-synthesizers__layer-3 {
  0% {
    transform: translateX(-2.69%); }
  100% {
    transform: translateX(0%); } }

@keyframes tracker-plus-synthesizers__layer-4 {
  0% {
    transform: translateX(7.3%); }
  100% {
    transform: translateX(0%); } }

/* TRACKER PLUS TILES SLIDER */
@keyframes tracker-plus-tiles-slider__layer-3 {
  0% {
    transform: translateY(505.71%); }
  100% {
    transform: translateY(0%); } }

@keyframes tracker-plus-tiles-slider__layer-4 {
  0% {
    transform: translateY(162.85%); }
  100% {
    transform: translateY(0%); } }

@keyframes tracker-plus-tiles-slider__layer-5 {
  0% {
    transform: translateY(-234.29%); }
  100% {
    transform: translateY(0%); } }

/* TRACKER PLUS COMPATIBLE */
@keyframes tracker-plus-compatible__layer-3 {
  0% {
    transform: translateX(-6.87%) translateY(-1.03%); }
  100% {
    transform: translateX(0%) translateY(0%); } }

@keyframes tracker-plus-compatible__layer-4 {
  0% {
    transform: translateX(9.51%) translateY(7.56%); }
  100% {
    transform: translateX(0%) translateY(0%); } }

/* TRACKER PLUS RECIPE FOR AN ALBUM */
@keyframes tracker-plus-recipe-for-an-album__layer-2 {
  0% {
    transform: translateX(-5.67%); }
  100% {
    transform: translateX(0%); } }

@keyframes tracker-plus-recipe-for-an-album__layer-3 {
  0% {
    transform: translateX(15.87%); }
  100% {
    transform: translateX(0%); } }

@keyframes tracker-plus-recipe-for-an-album__layer-4 {
  0% {
    transform: translateX(6.12%); }
  100% {
    transform: translateX(0%); } }

/* typography
--------------------------------------------- */
@font-face {
  font-family: "Albert Sans VF";
  src: url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-variable.woff2") format("woff2-variations"), url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-variable.ttf") format("truetype");
  font-weight: 1 1000; }

@font-face {
  font-family: "Albert Sans";
  src: url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-extralight.woff2") format("woff2"), url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-extralight.ttf") format("truetype");
  font-weight: 250;
  font-style: normal; }

@font-face {
  font-family: "Albert Sans";
  src: url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-extralightitalic.woff2") format("woff2"), url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-extralightitalic.ttf") format("truetype");
  font-weight: 250;
  font-style: italic; }

@font-face {
  font-family: "Albert Sans";
  src: url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-light.woff2") format("woff2"), url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Albert Sans";
  src: url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-lightitalic.woff2") format("woff2"), url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-lightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Albert Sans";
  src: url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-regular.woff2") format("woff2"), url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Albert Sans";
  src: url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-italic.woff2") format("woff2"), url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Albert Sans";
  src: url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-medium.woff2") format("woff2"), url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Albert Sans";
  src: url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-mediumitalic.woff2") format("woff2"), url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-mediumitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Albert Sans";
  src: url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-bold.woff2") format("woff2"), url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Albert Sans";
  src: url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-bolditalic.woff2") format("woff2"), url("/wp-content/themes/polyend/assets/fonts/albertsans/albertsans-bolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Basier Square";
  src: url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-regular-webfont.eot");
  src: url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-regular-webfont.woff") format("woff"), url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Basier Square";
  src: url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-regularitalic-webfont.eot");
  src: url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-regularitalic-webfont.woff2") format("woff2"), url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-regularitalic-webfont.woff") format("woff"), url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-regularitalic-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Basier Square";
  src: url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-medium-webfont.eot");
  src: url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-medium-webfont.woff2") format("woff2"), url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-medium-webfont.woff") format("woff"), url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-medium-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Basier Square";
  src: url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-mediumitalic-webfont.eot");
  src: url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-mediumitalic-webfont.woff2") format("woff2"), url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-mediumitalic-webfont.woff") format("woff"), url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-mediumitalic-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Basier Square";
  src: url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-semibold-webfont.eot");
  src: url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-semibold-webfont.woff2") format("woff2"), url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-semibold-webfont.woff") format("woff"), url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Basier Square";
  src: url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-semibolditalic-webfont.eot");
  src: url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-semibolditalic-webfont.woff2") format("woff2"), url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-semibolditalic-webfont.woff") format("woff"), url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-semibolditalic-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "Basier Square";
  src: url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-bold-webfont.eot");
  src: url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-bold-webfont.woff2") format("woff2"), url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-bold-webfont.woff") format("woff"), url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Basier Square";
  src: url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-bolditalic-webfont.eot");
  src: url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-bolditalic-webfont.woff2") format("woff2"), url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-bolditalic-webfont.woff") format("woff"), url("/wp-content/themes/polyend/assets/fonts/basiersquare/basiersquare-bolditalic-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Tanker";
  src: url("/wp-content/themes/polyend/assets/fonts/tanker/Tanker-Regular.woff2") format("woff2"), url("/wp-content/themes/polyend/assets/fonts/tanker/Tanker-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

html {
  font-family: "Albert Sans VF", "Albert Sans", "Basier Square", sans-serif;
  font-weight: 300;
  line-height: normal;
  color: #000;
  font-size: 18px; }
  html.font--basiersquare {
    font-family: "Basier Square", sans-serif;
    font-weight: 400; }

::selection {
  color: #fff;
  background-color: #000000fe; }

img::selection {
  background-color: #00000080; }

.page-template-page-play ::selection, .banner-letsplay ::selection {
  background-color: #ffffff80; }

.page-template-page-play img::selection, .banner-letsplay img::selection {
  background-color: #ffffff80; }

.tracker-plus-page ::selection {
  background-color: #59EDD0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300; }

.font--xxl {
  font-size: 4rem; }

.font--xl {
  font-size: 3.33333rem; }

.font--lg {
  font-size: 2.66667rem; }

.font--md {
  font-size: 2rem; }

.font--sm {
  font-size: 1.33333rem; }

.font--xs {
  font-size: 0.77778rem; }

.h1 {
  font-size: 4rem; }

.h2 {
  font-size: 3.33333rem; }

.h3 {
  font-size: 2.66667rem; }

a {
  text-decoration: underline;
  color: #000000;
  font-weight: 300;
  line-height: normal; }

p a {
  transition: opacity 0.2s ease; }
  p a:hover, p a:focus {
    opacity: 0.7; }

ins {
  text-decoration: none;
  background-color: transparent; }

/* layout
--------------------------------------------- */
html {
  --global--admin-bar--height: 0px; }
  html .admin-bar {
    --global--admin-bar--height: 32px; }
    @media only screen and (max-width: 782px) {
      html .admin-bar {
        --global--admin-bar--height: 46px; } }
    @media only screen and (max-width: 600px) {
      html .admin-bar {
        --global--admin-bar--height: 0px; } }

/* helper classes */
.background--primary {
  background-color: #fff; }

.background--secondary {
  background-color: #f7f7f5; }

.background--darkmode {
  background-color: #000; }

.background--archive {
  background-color: #E1E2DF; }

.wrapper-polyend3 {
  display: flex;
  flex-direction: column; }
  .wrapper-polyend3--tracker-plus {
    margin: 0 20px; }
    @media (min-width: 768px) {
      .wrapper-polyend3--tracker-plus {
        margin: 0 30px; } }
    @media (min-width: 1800px) {
      .wrapper-polyend3--tracker-plus {
        max-width: 1740px;
        margin: 0 auto; } }

.container-polyend3, .woocommerce-cart .cart-container, .woocommerce-cart .woocommerce-notices-wrapper, .woocommerce-cart .cart-empty, .woocommerce-cart .return-to-shop, .woocommerce-checkout article, .woocommerce-account .woocommerce-notices-wrapper, .woocommerce-lost-password .woocommerce-notices-wrapper, .woocommerce-account #customer_login, .woocommerce-lost-password #customer_login, .woocommerce-account .woocommerce-ResetPassword, .woocommerce-account .woocommerce-ResetPassword--confirmation, .woocommerce-lost-password .woocommerce-ResetPassword, .woocommerce-lost-password .woocommerce-ResetPassword--confirmation, .woocommerce-MyAccount-navigation {
  margin: 0 auto;
  width: calc(100% - 40px); }
  @media (min-width: 768px) {
    .container-polyend3, .woocommerce-cart .cart-container, .woocommerce-cart .woocommerce-notices-wrapper, .woocommerce-cart .cart-empty, .woocommerce-cart .return-to-shop, .woocommerce-checkout article, .woocommerce-account .woocommerce-notices-wrapper, .woocommerce-lost-password .woocommerce-notices-wrapper, .woocommerce-account #customer_login, .woocommerce-lost-password #customer_login, .woocommerce-account .woocommerce-ResetPassword, .woocommerce-account .woocommerce-ResetPassword--confirmation, .woocommerce-lost-password .woocommerce-ResetPassword, .woocommerce-lost-password .woocommerce-ResetPassword--confirmation, .woocommerce-MyAccount-navigation {
      width: calc(100% - 60px); } }
  @media (min-width: 1132px) {
    .container-polyend3, .woocommerce-cart .cart-container, .woocommerce-cart .woocommerce-notices-wrapper, .woocommerce-cart .cart-empty, .woocommerce-cart .return-to-shop, .woocommerce-checkout article, .woocommerce-account .woocommerce-notices-wrapper, .woocommerce-lost-password .woocommerce-notices-wrapper, .woocommerce-account #customer_login, .woocommerce-lost-password #customer_login, .woocommerce-account .woocommerce-ResetPassword, .woocommerce-account .woocommerce-ResetPassword--confirmation, .woocommerce-lost-password .woocommerce-ResetPassword, .woocommerce-lost-password .woocommerce-ResetPassword--confirmation, .woocommerce-MyAccount-navigation {
      width: calc(100% - 60px); } }
  @media (min-width: 1800px) {
    .container-polyend3, .woocommerce-cart .cart-container, .woocommerce-cart .woocommerce-notices-wrapper, .woocommerce-cart .cart-empty, .woocommerce-cart .return-to-shop, .woocommerce-checkout article, .woocommerce-account .woocommerce-notices-wrapper, .woocommerce-lost-password .woocommerce-notices-wrapper, .woocommerce-account #customer_login, .woocommerce-lost-password #customer_login, .woocommerce-account .woocommerce-ResetPassword, .woocommerce-account .woocommerce-ResetPassword--confirmation, .woocommerce-lost-password .woocommerce-ResetPassword, .woocommerce-lost-password .woocommerce-ResetPassword--confirmation, .woocommerce-MyAccount-navigation {
      width: calc(100% - 100px);
      max-width: 1800px; } }
  @media (min-width: 768px) {
    .container-polyend3--narrow, .woocommerce-cart .cart-container, .woocommerce-cart .woocommerce-notices-wrapper, .woocommerce-cart .cart-empty, .woocommerce-cart .return-to-shop, .woocommerce-checkout article, .woocommerce-account .woocommerce-notices-wrapper, .woocommerce-lost-password .woocommerce-notices-wrapper, .woocommerce-account #customer_login, .woocommerce-lost-password #customer_login, .woocommerce-account .woocommerce-ResetPassword, .woocommerce-account .woocommerce-ResetPassword--confirmation, .woocommerce-lost-password .woocommerce-ResetPassword, .woocommerce-lost-password .woocommerce-ResetPassword--confirmation, .woocommerce-MyAccount-navigation {
      max-width: 890px; } }
  @media (min-width: 768px) {
    .container-polyend3--super-narrow {
      max-width: 708px; } }
  @media (min-width: 1132px) {
    .container-polyend3--single-post {
      max-width: 1200px; } }
  @media (min-width: 1132px) {
    .container-polyend3--semi-narrow {
      max-width: 1200px; } }
  @media (min-width: 768px) {
    .container-polyend3--tracker-plus {
      width: calc(100% - 100px); } }
  @media (min-width: 1132px) {
    .container-polyend3--tracker-plus {
      max-width: 1480px; } }
  @media (min-width: 1800px) {
    .container-polyend3--tracker-plus {
      width: calc(100% - 260px); } }
  @media (min-width: 1132px) {
    .container-polyend3--tracker-plus-wide {
      max-width: 1740px; } }
  .container-polyend3--polyend-id {
    position: relative;
    z-index: 10; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .container {
      padding: 0 40px; } }
  @media (min-width: 992px) {
    .container {
      padding: 0 30px; } }
  .container--wide {
    max-width: 100%;
    margin: 0 auto;
    padding: 0; }
  .container--narrow {
    max-width: 800px;
    margin: 0 auto; }
  .container--play {
    width: 100%;
    max-width: 100%;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .container--play {
        width: 100%;
        max-width: 100%;
        padding: 0 40px; } }
    @media (min-width: 992px) {
      .container--play {
        max-width: 100%;
        width: clamp(100%, 1900px, 1900px);
        padding: 0 50px; } }
  .container--tracker-mini {
    max-width: 280px;
    padding: 0; }
    @media (min-width: 768px) {
      .container--tracker-mini {
        max-width: 546px; } }
    @media (min-width: 1200px) {
      .container--tracker-mini {
        max-width: 760px; } }

.wrapper, .woocommerce-account .woocommerce, .woocommerce-lost-password .woocommerce {
  max-width: 2048px;
  margin-left: auto;
  margin-right: auto; }
  .wrapper--tracker-mini {
    position: relative;
    z-index: 1; }
    .wrapper--tracker-mini--front {
      position: relative;
      z-index: 8;
      margin-top: -20px;
      margin-bottom: -20px;
      border-radius: 20px;
      overflow: hidden; }
      @media (min-width: 768px) {
        .wrapper--tracker-mini--front {
          margin-top: -30px;
          margin-bottom: -30px;
          border-radius: 30px; } }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px; }
  html.no-scroll-padding {
    scroll-padding-top: 0; }

body {
  scroll-behavior: smooth;
  margin: 0 auto !important; }
  body.unscrollable {
    overflow: hidden; }

.entry-content {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px; }
  @media (min-width: 1132px) {
    .entry-content {
      margin-bottom: 75px; } }

#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative; }

#primary {
  flex-grow: 1; }

.page-template-page-play #primary {
  background-color: #222222; }

.grid {
  display: grid; }
  .grid--center {
    justify-items: center;
    align-items: center; }
  .grid--2 {
    grid-template-columns: 1fr 1fr; }
  .grid--3 {
    grid-template-columns: 1fr 1fr 1fr; }

.text-align--center {
  text-align: center; }

hr {
  height: 0;
  overflow: visible;
  margin: 0.44444rem 0;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #808080; }

@media (min-width: 768px) {
  br.br--mobile {
    display: none; } }

.text-block--tracker-mini {
  width: Min(100%, 280px); }
  @media (min-width: 768px) {
    .text-block--tracker-mini {
      width: Min(100%, 546px); } }
  @media (min-width: 1200px) {
    .text-block--tracker-mini {
      width: Min(100%, 760px); } }

.tracker-mini__title, .tracker-mini-bonus-video__title, .tracker-mini-capable-compatible__title, .tracker-mini-full-of-features__title, .tracker-mini-in-action__title, .tracker-mini-studio__title {
  font-weight: 300;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: -0.11111rem; }
  @media (min-width: 768px) {
    .tracker-mini__title, .tracker-mini-bonus-video__title, .tracker-mini-capable-compatible__title, .tracker-mini-full-of-features__title, .tracker-mini-in-action__title, .tracker-mini-studio__title {
      font-size: 3.11111rem;
      line-height: 3.11111rem;
      letter-spacing: -0.11111rem; } }
  @media (min-width: 1200px) {
    .tracker-mini__title, .tracker-mini-bonus-video__title, .tracker-mini-capable-compatible__title, .tracker-mini-full-of-features__title, .tracker-mini-in-action__title, .tracker-mini-studio__title {
      font-size: 4rem;
      line-height: 4rem;
      letter-spacing: -0.11111rem; } }

.tracker-mini__text, .tracker-mini-capable-compatible__text, .tracker-mini-overview__text, .tracker-mini-studio__text {
  font-weight: 700;
  font-size: 0.88889rem;
  line-height: 1.05556rem; }
  @media (min-width: 768px) {
    .tracker-mini__text, .tracker-mini-capable-compatible__text, .tracker-mini-overview__text, .tracker-mini-studio__text {
      font-size: 1.11111rem;
      line-height: 1.33333rem; } }
  @media (min-width: 1200px) {
    .tracker-mini__text, .tracker-mini-capable-compatible__text, .tracker-mini-overview__text, .tracker-mini-studio__text {
      font-size: 1.11111rem;
      line-height: 1.33333rem; } }

/* components
--------------------------------------------- */
.polyend-product-modal-toggle {
  cursor: pointer; }

.accessory-modal {
  display: none;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: var(--global--admin-bar--height);
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 100; }
  .accessory-modal.visible {
    display: flex;
    opacity: 1;
    pointer-events: all; }
  .accessory-modal__content {
    position: relative;
    padding: 20px;
    max-width: 100%;
    max-height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 0 30px 70px 0 rgba(120, 127, 130, 0.7);
    overflow-y: auto;
    width: 100%;
    gap: 20px; }
    @media (min-width: 768px) {
      .accessory-modal__content {
        padding: 30px;
        max-height: calc(100% - 60px);
        width: calc(100% - 60px);
        border-radius: 40px; } }
    @media (min-width: 1132px) {
      .accessory-modal__content {
        width: calc(100% - 60px);
        max-width: 1374px;
        min-height: 400px;
        max-height: calc(100% - 60px);
        flex-direction: row;
        justify-content: center;
        position: relative;
        box-sizing: border-box; } }
  .accessory-modal__images {
    height: auto;
    min-height: 295px;
    width: 100%;
    flex-shrink: 0;
    aspect-ratio: 1; }
    @media (min-width: 1132px) {
      .accessory-modal__images {
        width: 50%; } }
  .accessory-modal__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }
  .accessory-modal__slider-nav {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center; }
    .accessory-modal__slider-nav .swiper-button-prev {
      transition: opacity 0.2s ease;
      height: 30px;
      width: 41px;
      padding: 4px 15px 5px;
      border: 1px solid #000000;
      border-radius: 15px; }
      .accessory-modal__slider-nav .swiper-button-prev:hover, .accessory-modal__slider-nav .swiper-button-prev:focus {
        opacity: 0.7; }
      .accessory-modal__slider-nav .swiper-button-prev::after {
        display: none; }
    .accessory-modal__slider-nav .swiper-button-next {
      transition: opacity 0.2s ease;
      height: 30px;
      width: 41px;
      padding: 4px 15px 5px;
      border: 1px solid #000000;
      border-radius: 15px;
      transform: rotateZ(180deg); }
      .accessory-modal__slider-nav .swiper-button-next:hover, .accessory-modal__slider-nav .swiper-button-next:focus {
        opacity: 0.7; }
      .accessory-modal__slider-nav .swiper-button-next::after {
        display: none; }
  .accessory-modal__informations {
    display: flex;
    background: #F8F8F6;
    flex-direction: column;
    padding: 30px;
    width: 100%;
    border-radius: 20px; }
    @media (min-width: 1132px) {
      .accessory-modal__informations {
        width: 50%; } }
  .accessory-modal__title {
    font-size: 1.55556rem;
    margin: 0;
    line-height: normal; }
    @media (min-width: 768px) {
      .accessory-modal__title {
        font-size: 2rem; } }
  .accessory-modal__subtitle {
    margin-bottom: 50px;
    font-size: 0.88889rem; }
  .accessory-modal__description {
    font-size: 0.88889rem;
    margin: 0 0 20px 0; }
    @media (min-width: 768px) {
      .accessory-modal__description {
        font-size: 1rem;
        margin: 0 0 50px 0; } }
    .accessory-modal__description ul, .accessory-modal__description ol {
      margin: 0; }
    .accessory-modal__description li {
      display: inline flow-root list-item; }
  .accessory-modal__details {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    margin-top: auto; }
    .accessory-modal__details__price-container {
      display: flex;
      flex-direction: column-reverse;
      text-align: right; }
      @media (min-width: 768px) {
        .accessory-modal__details__price-container {
          flex-direction: row;
          align-items: baseline;
          text-align: left; } }
    .accessory-modal__details__buy {
      display: none;
      align-content: center;
      align-items: center;
      width: 100%;
      justify-content: space-between;
      gap: 20px;
      margin-top: 15px;
      min-height: 40px; }
      @media (min-width: 768px) {
        .accessory-modal__details__buy {
          justify-content: flex-end; } }
      .accessory-modal__details__buy--out-of-stock {
        justify-content: flex-end; }
      .accessory-modal__details__buy.visible {
        display: flex; }
      .accessory-modal__details__buy .choices {
        margin-bottom: 0; }
  .accessory-modal__vat {
    font-size: 0.66667rem;
    line-height: 1; }
    @media (min-width: 768px) {
      .accessory-modal__vat {
        padding-right: 20px; } }
  .accessory-modal__price {
    font-size: 1.77778rem;
    color: #000000;
    line-height: normal; }
  .accessory-modal__buy-button.loading {
    background-color: #717170; }
  .accessory-modal__stock-info {
    font-size: 0.88889rem;
    line-height: 1.25; }
  .accessory-modal__close-button {
    transition: opacity 0.2s ease;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0;
    margin: 0;
    padding: 20px;
    background: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    z-index: 5;
    box-sizing: content-box; }
    .accessory-modal__close-button:hover, .accessory-modal__close-button:focus {
      opacity: 0.7; }
    @media (min-width: 768px) {
      .accessory-modal__close-button {
        top: 10px;
        right: 10px; } }
    @media (min-width: 1132px) {
      .accessory-modal__close-button {
        top: 30px;
        right: 30px; } }
    .accessory-modal__close-button img {
      height: 100%;
      width: 100%; }
  .accessory-modal .choices {
    width: 85px; }

.badge-sold-out {
  border-radius: 50%;
  background: #DBFF00;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21.333px;
  font-style: normal;
  font-weight: 300;
  line-height: 92%;
  transform: rotate(15deg); }
  .badge-sold-out__wrapper {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 20px;
    bottom: 130px; }
    @media (min-width: 768px) {
      .badge-sold-out__wrapper {
        left: 70px; } }
    .play-plus__title-container .badge-sold-out__wrapper {
      left: 0;
      bottom: -120px; }
      @media (min-width: 768px) {
        .play-plus__title-container .badge-sold-out__wrapper {
          left: 15px;
          bottom: -85px; } }
    .banner-tracker .badge-sold-out__wrapper {
      bottom: unset; }

.button-polyend3, .single-download__header__button, .download-item__header a.download-item__header__name, .download-item__changelog-button, .download-item__download a, .account-devices__remove, .device-register-form button.device-register-form__button[type="submit"], .account-downloads-item__header a.download-item__header__name, .account-downloads-item__changelog-button, .account-downloads-item__download a, .woocommerce-edit-account .woocommerce-Address-title a, .woocommerce-orders-table .woocommerce-button, .woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .woocommerce-checkout__place-order__wrapper #place_order, .woocommerce-account .woocommerce-ResetPassword button, .woocommerce-account .woocommerce-ResetPassword--confirmation button, .woocommerce-lost-password .woocommerce-ResetPassword button, .woocommerce-lost-password .woocommerce-ResetPassword--confirmation button, .woocommerce-account button[name="save_account_details"], .woocommerce-lost-password button[name="save_account_details"], .woocommerce-MyAccount-navigation-link a, .woocommerce-form-login__submit.button, .woocommerce .woocommerce-form-login__submit.restore-item, .woocommerce-form-register__submit.button, .woocommerce .woocommerce-form-register__submit.restore-item {
  border-radius: 74px;
  font-family: "Albert Sans VF", "Albert Sans", "Basier Square", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 0.88889rem;
  padding: 11px 20px 10px;
  line-height: 1.05556rem;
  display: flex;
  align-items: center;
  background-color: #FFFFFFB2;
  color: #000000;
  border: none;
  text-decoration: none;
  width: fit-content;
  transition: background-color 0.2s ease; }
  .button-polyend3:hover, .single-download__header__button:hover, .download-item__header a.download-item__header__name:hover, .download-item__changelog-button:hover, .download-item__download a:hover, .account-devices__remove:hover, .device-register-form button.device-register-form__button:hover[type="submit"], .account-downloads-item__header a.download-item__header__name:hover, .account-downloads-item__changelog-button:hover, .account-downloads-item__download a:hover, .woocommerce-edit-account .woocommerce-Address-title a:hover, .woocommerce-orders-table .woocommerce-button:hover, .woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:hover, .woocommerce-checkout .woocommerce-checkout__place-order__wrapper #place_order:hover, .woocommerce-account .woocommerce-ResetPassword button:hover, .woocommerce-account .woocommerce-ResetPassword--confirmation button:hover, .woocommerce-lost-password .woocommerce-ResetPassword button:hover, .woocommerce-lost-password .woocommerce-ResetPassword--confirmation button:hover, .woocommerce-account button:hover[name="save_account_details"], .woocommerce-lost-password button:hover[name="save_account_details"], .woocommerce-MyAccount-navigation-link a:hover, .woocommerce-form-login__submit.button:hover, .woocommerce .woocommerce-form-login__submit.restore-item:hover, .woocommerce-form-register__submit.button:hover, .woocommerce .woocommerce-form-register__submit.restore-item:hover, .button-polyend3:focus, .single-download__header__button:focus, .download-item__header a.download-item__header__name:focus, .download-item__changelog-button:focus, .download-item__download a:focus, .account-devices__remove:focus, .device-register-form button.device-register-form__button:focus[type="submit"], .account-downloads-item__header a.download-item__header__name:focus, .account-downloads-item__changelog-button:focus, .account-downloads-item__download a:focus, .woocommerce-edit-account .woocommerce-Address-title a:focus, .woocommerce-orders-table .woocommerce-button:focus, .woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:focus, .woocommerce-checkout .woocommerce-checkout__place-order__wrapper #place_order:focus, .woocommerce-account .woocommerce-ResetPassword button:focus, .woocommerce-account .woocommerce-ResetPassword--confirmation button:focus, .woocommerce-lost-password .woocommerce-ResetPassword button:focus, .woocommerce-lost-password .woocommerce-ResetPassword--confirmation button:focus, .woocommerce-account button:focus[name="save_account_details"], .woocommerce-lost-password button:focus[name="save_account_details"], .woocommerce-MyAccount-navigation-link a:focus, .woocommerce-form-login__submit.button:focus, .woocommerce .woocommerce-form-login__submit.restore-item:focus, .woocommerce-form-register__submit.button:focus, .woocommerce .woocommerce-form-register__submit.restore-item:focus {
    background-color: #FFFFFF; }
  .button-polyend3[disabled], .single-download__header__button[disabled], .download-item__header a.download-item__header__name[disabled], .download-item__changelog-button[disabled], .download-item__download a[disabled], .account-devices__remove[disabled], .device-register-form button.device-register-form__button[disabled][type="submit"], .account-downloads-item__header a.download-item__header__name[disabled], .account-downloads-item__changelog-button[disabled], .account-downloads-item__download a[disabled], .woocommerce-edit-account .woocommerce-Address-title a[disabled], .woocommerce-orders-table .woocommerce-button[disabled], .woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button[disabled], .woocommerce-checkout .woocommerce-checkout__place-order__wrapper #place_order[disabled], .woocommerce-account .woocommerce-ResetPassword button[disabled], .woocommerce-account .woocommerce-ResetPassword--confirmation button[disabled], .woocommerce-lost-password .woocommerce-ResetPassword button[disabled], .woocommerce-lost-password .woocommerce-ResetPassword--confirmation button[disabled], .woocommerce-account button[disabled][name="save_account_details"], .woocommerce-lost-password button[disabled][name="save_account_details"], .woocommerce-MyAccount-navigation-link a[disabled], .woocommerce-form-login__submit.button[disabled], .woocommerce .woocommerce-form-login__submit.restore-item[disabled], .woocommerce-form-register__submit.button[disabled], .woocommerce .woocommerce-form-register__submit.restore-item[disabled] {
    pointer-events: none; }
  .button-polyend3--small, .download-item__changelog-button, .download-item__download a, .account-downloads-item__changelog-button, .account-downloads-item__download a, .woocommerce-MyAccount-navigation-link a {
    font-size: 0.77778rem;
    padding: 7px 20px 6px;
    line-height: 1; }
  .button-polyend3--large {
    font-size: 1.22222rem;
    padding: 16px 30px 15px;
    line-height: normal; }
  .button-polyend3--inactive {
    pointer-events: none; }
  .button-polyend3--beige, .single-download__header__button {
    background-color: #F8F8F6;
    transition: background-color 0.2s ease; }
    .button-polyend3--beige:hover, .single-download__header__button:hover, .button-polyend3--beige:focus, .single-download__header__button:focus {
      background-color: #F0F0ED; }
  .button-polyend3--black, .device-register-form button.device-register-form__button[type="submit"], .woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .woocommerce-checkout__place-order__wrapper #place_order, .woocommerce-account .woocommerce-ResetPassword button, .woocommerce-account .woocommerce-ResetPassword--confirmation button, .woocommerce-lost-password .woocommerce-ResetPassword button, .woocommerce-lost-password .woocommerce-ResetPassword--confirmation button, .woocommerce-account button[name="save_account_details"], .woocommerce-lost-password button[name="save_account_details"], .woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-form-login__submit.button, .woocommerce .woocommerce-form-login__submit.restore-item, .woocommerce-form-register__submit.button, .woocommerce .woocommerce-form-register__submit.restore-item {
    transition: opacity 0.2s ease;
    color: #FFFFFF;
    background-color: #000000; }
    .button-polyend3--black:hover, .device-register-form button.device-register-form__button:hover[type="submit"], .woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:hover, .woocommerce-checkout .woocommerce-checkout__place-order__wrapper #place_order:hover, .woocommerce-account .woocommerce-ResetPassword button:hover, .woocommerce-account .woocommerce-ResetPassword--confirmation button:hover, .woocommerce-lost-password .woocommerce-ResetPassword button:hover, .woocommerce-lost-password .woocommerce-ResetPassword--confirmation button:hover, .woocommerce-account button:hover[name="save_account_details"], .woocommerce-lost-password button:hover[name="save_account_details"], .woocommerce-MyAccount-navigation-link.is-active a:hover, .woocommerce-form-login__submit.button:hover, .woocommerce .woocommerce-form-login__submit.restore-item:hover, .woocommerce-form-register__submit.button:hover, .woocommerce .woocommerce-form-register__submit.restore-item:hover, .button-polyend3--black:focus, .device-register-form button.device-register-form__button:focus[type="submit"], .woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:focus, .woocommerce-checkout .woocommerce-checkout__place-order__wrapper #place_order:focus, .woocommerce-account .woocommerce-ResetPassword button:focus, .woocommerce-account .woocommerce-ResetPassword--confirmation button:focus, .woocommerce-lost-password .woocommerce-ResetPassword button:focus, .woocommerce-lost-password .woocommerce-ResetPassword--confirmation button:focus, .woocommerce-account button:focus[name="save_account_details"], .woocommerce-lost-password button:focus[name="save_account_details"], .woocommerce-MyAccount-navigation-link.is-active a:focus, .woocommerce-form-login__submit.button:focus, .woocommerce .woocommerce-form-login__submit.restore-item:focus, .woocommerce-form-register__submit.button:focus, .woocommerce .woocommerce-form-register__submit.restore-item:focus {
      opacity: 0.7; }
    .button-polyend3--black:hover, .device-register-form button.device-register-form__button:hover[type="submit"], .woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:hover, .woocommerce-checkout .woocommerce-checkout__place-order__wrapper #place_order:hover, .woocommerce-account .woocommerce-ResetPassword button:hover, .woocommerce-account .woocommerce-ResetPassword--confirmation button:hover, .woocommerce-lost-password .woocommerce-ResetPassword button:hover, .woocommerce-lost-password .woocommerce-ResetPassword--confirmation button:hover, .woocommerce-account button:hover[name="save_account_details"], .woocommerce-lost-password button:hover[name="save_account_details"], .woocommerce-MyAccount-navigation-link.is-active a:hover, .woocommerce-form-login__submit.button:hover, .woocommerce .woocommerce-form-login__submit.restore-item:hover, .woocommerce-form-register__submit.button:hover, .woocommerce .woocommerce-form-register__submit.restore-item:hover, .button-polyend3--black:focus, .device-register-form button.device-register-form__button:focus[type="submit"], .woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:focus, .woocommerce-checkout .woocommerce-checkout__place-order__wrapper #place_order:focus, .woocommerce-account .woocommerce-ResetPassword button:focus, .woocommerce-account .woocommerce-ResetPassword--confirmation button:focus, .woocommerce-lost-password .woocommerce-ResetPassword button:focus, .woocommerce-lost-password .woocommerce-ResetPassword--confirmation button:focus, .woocommerce-account button:focus[name="save_account_details"], .woocommerce-lost-password button:focus[name="save_account_details"], .woocommerce-MyAccount-navigation-link.is-active a:focus, .woocommerce-form-login__submit.button:focus, .woocommerce .woocommerce-form-login__submit.restore-item:focus, .woocommerce-form-register__submit.button:focus, .woocommerce .woocommerce-form-register__submit.restore-item:focus {
      background-color: #000000; }
  .button-polyend3--green {
    transition: opacity 0.2s ease;
    background-color: #BFC8B0;
    color: #000000; }
    .button-polyend3--green:hover, .button-polyend3--green:focus {
      opacity: 0.7; }
    .button-polyend3--green:hover, .button-polyend3--green:focus {
      background-color: #BFC8B0;
      color: #000000; }
  .button-polyend3--transparent-with-border, .download-item__header a.download-item__header__name, .download-item__changelog-button, .download-item__download a, .account-devices__remove, .account-downloads-item__header a.download-item__header__name, .account-downloads-item__changelog-button, .account-downloads-item__download a, .woocommerce-edit-account .woocommerce-Address-title a, .woocommerce-orders-table .woocommerce-button {
    transition: opacity 0.2s ease;
    background-color: transparent;
    border: 1px solid #000000; }
    .button-polyend3--transparent-with-border:hover, .download-item__header a.download-item__header__name:hover, .download-item__changelog-button:hover, .download-item__download a:hover, .account-devices__remove:hover, .account-downloads-item__header a.download-item__header__name:hover, .account-downloads-item__changelog-button:hover, .account-downloads-item__download a:hover, .woocommerce-edit-account .woocommerce-Address-title a:hover, .woocommerce-orders-table .woocommerce-button:hover, .button-polyend3--transparent-with-border:focus, .download-item__header a.download-item__header__name:focus, .download-item__changelog-button:focus, .download-item__download a:focus, .account-devices__remove:focus, .account-downloads-item__header a.download-item__header__name:focus, .account-downloads-item__changelog-button:focus, .account-downloads-item__download a:focus, .woocommerce-edit-account .woocommerce-Address-title a:focus, .woocommerce-orders-table .woocommerce-button:focus {
      opacity: 0.7; }
    .button-polyend3--transparent-with-border:hover, .download-item__header a.download-item__header__name:hover, .download-item__changelog-button:hover, .download-item__download a:hover, .account-devices__remove:hover, .account-downloads-item__header a.download-item__header__name:hover, .account-downloads-item__changelog-button:hover, .account-downloads-item__download a:hover, .woocommerce-edit-account .woocommerce-Address-title a:hover, .woocommerce-orders-table .woocommerce-button:hover, .button-polyend3--transparent-with-border:focus, .download-item__header a.download-item__header__name:focus, .download-item__changelog-button:focus, .download-item__download a:focus, .account-devices__remove:focus, .account-downloads-item__header a.download-item__header__name:focus, .account-downloads-item__changelog-button:focus, .account-downloads-item__download a:focus, .woocommerce-edit-account .woocommerce-Address-title a:focus, .woocommerce-orders-table .woocommerce-button:focus {
      background-color: transparent; }
  .button-polyend3--transparent-with-border--white {
    transition: opacity 0.2s ease;
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF; }
    .button-polyend3--transparent-with-border--white:hover, .button-polyend3--transparent-with-border--white:focus {
      opacity: 0.7; }
    .button-polyend3--transparent-with-border--white:hover, .button-polyend3--transparent-with-border--white:focus {
      background-color: transparent; }
  .button-polyend3--download {
    display: flex;
    align-items: center;
    gap: 10px; }
    .button-polyend3--download svg {
      height: 1em;
      width: auto; }
  .button-polyend3--orange {
    transition: opacity 0.2s ease;
    background-color: #FF825B;
    color: #fff; }
    .button-polyend3--orange:hover, .button-polyend3--orange:focus {
      opacity: 0.7; }
    .button-polyend3--orange:hover, .button-polyend3--orange:focus {
      background-color: #FF825B; }
  .button-polyend3--orange--light {
    transition: opacity 0.2s ease;
    background-color: #FFAA5B; }
    .button-polyend3--orange--light:hover, .button-polyend3--orange--light:focus {
      opacity: 0.7; }
    .button-polyend3--orange--light:hover, .button-polyend3--orange--light:focus {
      background-color: #FFAA5B; }
  .button-polyend3--variable-sizing {
    border-radius: 4.625em;
    padding: 0.6875em 1.25em 0.625em;
    line-height: normal;
    font-size: 0.88889rem; }
    .button-polyend3--variable-sizing.button-polyend3--small, .button-polyend3--variable-sizing.download-item__changelog-button, .download-item__download a.button-polyend3--variable-sizing, .button-polyend3--variable-sizing.account-downloads-item__changelog-button, .account-downloads-item__download a.button-polyend3--variable-sizing, .woocommerce-MyAccount-navigation-link a.button-polyend3--variable-sizing {
      border-radius: 4.625em;
      padding: 0.5em 1.42857em 0.42857em;
      line-height: normal;
      font-size: 0.77778rem; }

.buttons-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px; }
  .buttons-group--flex-start {
    justify-content: flex-start; }
  .buttons-group--flex-end {
    justify-content: flex-end; }
  .buttons-group--center {
    justify-content: center; }

.button, .woocommerce .restore-item {
  border-radius: 2em;
  color: #000;
  border: 1px solid #cfcfcf;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding: 0 30px;
  height: 2.5em; }
  .button--black {
    color: #fff;
    background-color: #000; }
  .button--white {
    color: #fff;
    border: 1px solid #fff; }
  .button--minimal {
    background: #FFFFFF;
    color: #000000;
    border-width: 0;
    font-weight: 300;
    font-size: 0.88889rem;
    padding: 11px 20px 10px 20px; }
  .button--minimal-bigger {
    background: #fff;
    color: #000;
    border-width: 0;
    font-size: 0.77778rem;
    font-weight: 600;
    padding: 0 2.14em;
    /* 30px project size based on 14px font size, allows for scaling*/
    height: 2.57em;
    /* 36px project size based on 14px font size, allows for scaling*/ }
  .button--borderless {
    background: transparent;
    border-color: transparent;
    color: #000; }
  .button--gray-border {
    background: transparent;
    border-color: #cfcfcf;
    color: #000; }
  .button--disabled {
    background: transparent;
    border-color: #cfcfcf;
    color: #cfcfcf; }

.category-selector__wrapper {
  background: #E1E2DF; }

.category-selector__container {
  margin-bottom: 22px; }
  @media (min-width: 768px) {
    .category-selector__container {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 20px; } }

.category-selector__list {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-bottom: 20px;
  font-size: 0.77778rem; }
  @media (min-width: 768px) {
    .category-selector__list {
      margin-bottom: 0; } }

.category-selector__item {
  transition: opacity 0.2s ease;
  height: 1.22222rem;
  border-radius: 2em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center; }
  .category-selector__item:hover, .category-selector__item:focus {
    opacity: 0.7; }
  @media (min-width: 768px) {
    .category-selector__item {
      justify-content: center; } }
  .category-selector__item a {
    display: flex;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .category-selector__item a {
        padding: 0 20px; } }
  .category-selector__item--current {
    background: #000; }
    .category-selector__item--current a {
      color: #fff; }

.cookies {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.15);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out; }
  .cookies.hidden {
    opacity: 0;
    transform: translateY(200px);
    position: fixed; }
  .cookies__container {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 15px 0;
    min-height: 80px; }
    @media (min-width: 768px) {
      .cookies__container {
        padding-top: 20px;
        padding-bottom: 20px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 0 20px; } }
  .cookies__text {
    font-size: 0.77778rem; }
  .cookies__button {
    flex-shrink: 0; }

.download-tile {
  text-decoration: none;
  background-color: #F8F8F6;
  aspect-ratio: 1;
  padding: 15px;
  font-size: 0.88889rem;
  transition: background-color 0.2s ease;
  border-radius: 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  .download-tile:hover {
    background-color: #F0F0ED; }
  @media (min-width: 768px) {
    .download-tile {
      font-size: 1rem; } }
  @media (min-width: 1132px) {
    .download-tile {
      padding: 20px; } }
  .download-tile__title {
    margin: 0;
    font-size: 0.88889rem; }
    @media (min-width: 768px) {
      .download-tile__title {
        font-size: 1rem; } }
  .download-tile__image {
    max-height: 29%;
    max-width: 79.5%;
    object-fit: contain;
    margin: auto; }
  .download-tile--perc .download-tile__image {
    margin-bottom: -15px;
    max-height: 57.5%; }
    @media (min-width: 768px) {
      .download-tile--perc .download-tile__image {
        margin-bottom: -20px; } }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  width: 100%;
  border: none;
  border-radius: 19px;
  outline: none;
  color: #000000;
  font-size: 0.88889rem;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5rem 1rem;
  height: 40px;
  background-color: #FFFFFF; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="number"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="range"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="week"]::placeholder,
  input[type="time"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="color"]::placeholder {
    font-weight: 300;
    color: #9A9A9A; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder {
    font-weight: 300;
    color: #9A9A9A; }

input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"] {
  appearance: none; }

input[type="file"] {
  border: none;
  border-radius: 19px;
  width: 100%;
  padding: 0 1rem 0 0;
  height: 40px;
  line-height: 40px;
  outline: none;
  color: #000000;
  font-size: 0.88889rem;
  font-weight: 300;
  cursor: pointer;
  background-color: #FFFFFF; }
  input[type="file"]:hover::file-selector-button, input[type="file"]:hover::-webkit-file-upload-button, input[type="file"]:focus::file-selector-button, input[type="file"]:focus::-webkit-file-upload-button {
    opacity: 0.7; }
  input[type="file"]::file-selector-button, input[type="file"]::-webkit-file-upload-button {
    transition: opacity 0.2s ease;
    font-family: "Albert Sans VF", "Albert Sans", "Basier Square", sans-serif;
    border: none;
    border-radius: 19px;
    color: #FFFFFF;
    background-color: #000000;
    font-weight: 300;
    height: 40px;
    padding: 0 30px;
    cursor: pointer; }

textarea {
  width: 100%;
  border: none;
  border-radius: 19px;
  outline: none;
  color: #000000;
  font-size: 0.88889rem;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5rem 1rem;
  height: 120px;
  resize: vertical;
  background-color: #FFFFFF; }

label.checkbox {
  display: flex;
  align-items: center; }

input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  font: inherit;
  color: #000;
  width: 25px;
  min-width: 25px;
  height: 25px;
  border: none;
  border-radius: 6px;
  display: grid;
  place-content: center;
  cursor: pointer;
  margin: 0 14px 0 0; }
  input[type="checkbox"]::before {
    content: "";
    width: 17px;
    height: 17px;
    transform: scale(0);
    transition: 0.15s transform ease-in-out;
    box-shadow: inset 17px 17px #000;
    border-radius: 6px; }
  input[type="checkbox"]:checked::before {
    transform: scale(1); }

.flatpickr-current-month .flatpickr-monthDropdown-months {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important; }

.help-button {
  text-decoration: none;
  background-color: #F8F8F6;
  aspect-ratio: 1;
  padding: 15px;
  font-size: 0.88889rem;
  transition: background-color 0.2s ease;
  border-radius: 20px;
  display: flex;
  flex-direction: column; }
  .help-button:hover {
    background-color: #F0F0ED; }
  @media (min-width: 768px) {
    .help-button {
      font-size: 1rem; } }
  @media (min-width: 1132px) {
    .help-button {
      padding: 20px; } }
  .help-button__image {
    object-fit: cover;
    width: clamp(40px, 11.11111vw, 3840px);
    height: auto;
    margin: auto; }
    @media (min-width: 768px) {
      .help-button__image {
        width: clamp(40px, 5.20833vw, 3840px); } }
    @media (min-width: 1132px) {
      .help-button__image {
        width: clamp(50px, 4.41696vw, 3840px); } }
    @media (min-width: 1800px) {
      .help-button__image {
        width: 50px; } }

.input-with-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  border-radius: 2em;
  background-color: #F8F8F6;
  border: none;
  padding: 9px 13px 9px 20px;
  font-size: 0.88889rem; }
  .input-with-button input {
    width: 100%;
    background: none;
    border: 0;
    border-radius: 0;
    color: #000000;
    outline: none;
    padding: 0;
    height: auto; }
    .input-with-button input::placeholder {
      color: #9A9A9A; }
  .input-with-button--bigger {
    font-size: 1rem;
    max-width: 510px;
    margin: 0 auto; }
    .input-with-button--bigger input {
      font-size: 1em; }
      .input-with-button--bigger input::placeholder {
        color: #9A9A9A;
        opacity: 1; }
  .input-with-button button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1.25;
    color: #000;
    outline: none;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .input-with-button__button-text {
    display: none; }
    @media (min-width: 768px) {
      .input-with-button__button-text {
        display: inline-flex;
        align-items: center; } }
  .input-with-button__button-short-text {
    display: inline-flex;
    align-items: center; }
    @media (min-width: 768px) {
      .input-with-button__button-short-text {
        display: none; } }

.load-more {
  display: flex;
  justify-content: center;
  align-items: center; }
  .load-more__wrapper {
    margin: 40px 0 50px;
    display: flex; }
  .load-more__button .load-more__text--loading {
    display: none;
    animation-name: blink;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease; }
  .load-more__button.loading {
    pointer-events: none; }
    .load-more__button.loading .load-more__text--load-more {
      display: none; }
    .load-more__button.loading .load-more__text--loading {
      display: block; }

.music-player-controls__tracks {
  display: flex;
  flex-wrap: wrap;
  gap: 17px; }

.music-player-controls__track {
  display: flex;
  padding: 0.3125em 1em 0.375em;
  transition: ease 0.15s; }
  .music-player-controls__track .music-player-controls__icon__pause {
    max-width: 0;
    transition-duration: 0s;
    margin-left: 10px;
    height: 19px;
    width: 9px; }
    .music-player-controls__track .music-player-controls__icon__pause path {
      fill: #FF825B; }
  .music-player-controls__track .music-player-controls__icon__play {
    max-width: 100%;
    transition: ease 0.1s;
    height: 19px;
    width: 9px; }
  .music-player-controls__track.polyend-track--playing {
    color: #FF825B;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
    .music-player-controls__track.polyend-track--playing .music-player-controls__icon__pause {
      max-width: 100%;
      transition: ease 0.1s; }
    .music-player-controls__track.polyend-track--playing .music-player-controls__icon__play {
      max-width: 0;
      transition-duration: 0s; }

.music-player-disclaimers__disclaimer {
  display: none;
  font-size: 0.77778rem;
  line-height: 1.5;
  margin-top: 15px; }

.palettes-background {
  pointer-events: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1; }
  .palettes-background__orb {
    border-radius: 100%;
    position: fixed;
    background: #BFC8B0;
    filter: blur(39.66px);
    transform: translate3d(0, 0, 0);
    /* fix for incorrect blur values on safari */ }
    @media (min-width: 768px) {
      .palettes-background__orb {
        filter: blur(74.77px); } }
    @media (min-width: 1132px) {
      .palettes-background__orb {
        filter: blur(150px); } }
    .palettes-background__orb--top {
      width: clamp(0px, 57.29167vw, 3840px);
      height: clamp(0px, 57.29167vw, 3840px);
      top: clamp(-3840px, -29.44444vw, 0px);
      left: clamp(0px, 32.77778vw, 3840px); }
      @media (min-width: 768px) {
        .palettes-background__orb--top {
          width: clamp(0px, 50.62891vw, 3840px);
          height: clamp(0px, 50.62891vw, 3840px);
          top: clamp(-3840px, -20.3125vw, 0px);
          left: clamp(0px, 30.33854vw, 3840px); } }
      @media (min-width: 1132px) {
        .palettes-background__orb--top {
          width: clamp(0px, 43.33333vw, 3840px);
          height: clamp(0px, 43.33333vw, 3840px);
          top: clamp(-3840px, -19.38889vw, 0px);
          left: clamp(0px, 33.38889vw, 3840px); } }
    .palettes-background__orb--bottom {
      opacity: 0.57;
      width: clamp(0px, 110.47222vw, 3840px);
      height: clamp(0px, 90.93417vw, 3840px);
      top: clamp(0px, 2.36111vw, 3840px);
      left: clamp(0px, 47.02778vw, 3840px); }
      @media (min-width: 768px) {
        .palettes-background__orb--bottom {
          width: clamp(0px, 97.6237vw, 3840px);
          height: clamp(0px, 80.35807vw, 3840px);
          top: clamp(0px, 7.79297vw, 3840px);
          left: clamp(0px, 42.93099vw, 3840px); } }
      @media (min-width: 1132px) {
        .palettes-background__orb--bottom {
          width: clamp(0px, 83.55556/pxvw, 3840px);
          height: clamp(0px, 68.77778vw, 3840px);
          top: clamp(0px, 4.66667vw, 3840px);
          left: clamp(0px, 44.16667vw, 3840px); } }

.palette-product-tiles {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .palette-product-tiles {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1132px) {
    .palette-product-tiles {
      grid-template-columns: repeat(4, 1fr); } }
  .palette-product-tiles__tile {
    display: flex;
    flex-direction: column;
    background: #BFC8B0;
    border-radius: 20px;
    text-decoration: none;
    overflow: hidden; }
    .palette-product-tiles__tile__image {
      aspect-ratio: 1;
      width: 100%;
      object-fit: cover; }
    .palette-product-tiles__tile__text {
      padding: 20px; }
    .palette-product-tiles__tile__title {
      margin-bottom: 3px;
      font-size: 1.22222rem; }
      @media (min-width: 768px) {
        .palette-product-tiles__tile__title {
          margin-bottom: 0;
          font-size: 1.33333rem; } }
    .palette-product-tiles__tile__subtitle {
      font-size: 0.88889rem; }
      @media (min-width: 768px) {
        .palette-product-tiles__tile__subtitle {
          font-size: 1rem; } }

.palettes-related {
  margin-top: 60px;
  margin-bottom: 100px; }
  @media (min-width: 1132px) {
    .palettes-related {
      margin-bottom: 150px; } }
  .palettes-related__title {
    color: #BFC8B0;
    font-size: 1.33333rem;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .palettes-related__title {
        font-size: 2rem; } }

.post-tile__title {
  color: #000; }

.post-tile__image img {
  aspect-ratio: 2;
  object-fit: cover; }
  @media (min-width: 992px) {
    .post-tile__image img {
      aspect-ratio: 1.88; } }

.post-tile__image .post-thumbnail img {
  width: 100%; }

.post-tile .button, .post-tile .woocommerce .restore-item, .woocommerce .post-tile .restore-item {
  font-size: 0.77778rem; }

.product-menu-desktop__wrapper {
  display: none;
  position: sticky;
  top: calc(35px + var(--global--admin-bar--height));
  height: 0;
  justify-content: center;
  align-items: center;
  z-index: 10; }
  @media (min-width: 768px) {
    .product-menu-desktop__wrapper {
      display: flex; } }

.product-menu-desktop__container {
  display: flex;
  justify-content: center;
  align-items: center; }

.product-menu-desktop__menu {
  background: #fff;
  display: flex;
  border-radius: 19px;
  box-shadow: 0.1px 2px 9px 0 rgba(0, 0, 0, 0.08); }

.product-menu-desktop__item {
  display: grid;
  place-items: center;
  height: 30px;
  padding: 0 15px;
  font-size: 0.77778rem;
  cursor: pointer; }
  .product-menu-desktop__item.current .product-menu-desktop__link {
    font-weight: 700; }
  .product-menu-desktop__item--buy {
    background: #000;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
    position: relative; }
    .product-menu-desktop__item--buy .product-menu-desktop__link {
      color: #fff;
      padding: 0;
      font-size: 0.77778rem;
      background: unset;
      border: unset;
      border-radius: 0;
      cursor: pointer; }
    .product-menu-desktop__item--buy .product-menu-desktop__out-of-stock {
      color: #fff;
      cursor: default;
      font-size: 0.77778rem;
      font-weight: 500; }

.product-menu-desktop__link {
  letter-spacing: normal;
  font-weight: 500;
  transition: ease 0.05s; }
  .product-menu-desktop__link::before {
    display: block;
    content: attr(data-title);
    font-weight: 700;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden; }
  .product-menu-desktop__link:hover, .product-menu-desktop__link:focus {
    font-weight: 700; }

.product-menu-desktop__tooltip {
  position: absolute;
  top: 40px;
  right: -10%;
  background: #000;
  color: #fff;
  border-radius: 19px;
  padding: 1rem;
  font-size: 0.66667rem;
  opacity: 0;
  transition: ease 0.3s;
  pointer-events: none;
  width: 120%; }
  .product-menu-desktop__tooltip.tooltip--visible {
    opacity: 1;
    pointer-events: all; }

.product-menu-mobile__wrapper {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  min-height: 36px;
  background-color: #fff;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .product-menu-mobile__wrapper {
      display: none; } }

.product-menu-mobile__container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px; }

.product-menu-mobile__menu-wrapper {
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  border-bottom: 1px solid #cfcfcf; }
  .product-menu-mobile__menu-wrapper.opened ul > li {
    /* Here we make the for-loop with 15 iterations because we cannot at this moment predict how many
        elements will navigation have, but we do assess that there won't be more than 10 items */ }
    .product-menu-mobile__menu-wrapper.opened ul > li:nth-child(1) {
      animation-name: showUp-vertical;
      animation-delay: 150ms;
      animation-iteration-count: 1;
      animation-fill-mode: both;
      animation-duration: 200ms; }
    .product-menu-mobile__menu-wrapper.opened ul > li:nth-child(2) {
      animation-name: showUp-vertical;
      animation-delay: 250ms;
      animation-iteration-count: 1;
      animation-fill-mode: both;
      animation-duration: 200ms; }
    .product-menu-mobile__menu-wrapper.opened ul > li:nth-child(3) {
      animation-name: showUp-vertical;
      animation-delay: 350ms;
      animation-iteration-count: 1;
      animation-fill-mode: both;
      animation-duration: 200ms; }
    .product-menu-mobile__menu-wrapper.opened ul > li:nth-child(4) {
      animation-name: showUp-vertical;
      animation-delay: 450ms;
      animation-iteration-count: 1;
      animation-fill-mode: both;
      animation-duration: 200ms; }
    .product-menu-mobile__menu-wrapper.opened ul > li:nth-child(5) {
      animation-name: showUp-vertical;
      animation-delay: 550ms;
      animation-iteration-count: 1;
      animation-fill-mode: both;
      animation-duration: 200ms; }
    .product-menu-mobile__menu-wrapper.opened ul > li:nth-child(6) {
      animation-name: showUp-vertical;
      animation-delay: 650ms;
      animation-iteration-count: 1;
      animation-fill-mode: both;
      animation-duration: 200ms; }
    .product-menu-mobile__menu-wrapper.opened ul > li:nth-child(7) {
      animation-name: showUp-vertical;
      animation-delay: 750ms;
      animation-iteration-count: 1;
      animation-fill-mode: both;
      animation-duration: 200ms; }
    .product-menu-mobile__menu-wrapper.opened ul > li:nth-child(8) {
      animation-name: showUp-vertical;
      animation-delay: 850ms;
      animation-iteration-count: 1;
      animation-fill-mode: both;
      animation-duration: 200ms; }
    .product-menu-mobile__menu-wrapper.opened ul > li:nth-child(9) {
      animation-name: showUp-vertical;
      animation-delay: 950ms;
      animation-iteration-count: 1;
      animation-fill-mode: both;
      animation-duration: 200ms; }
    .product-menu-mobile__menu-wrapper.opened ul > li:nth-child(10) {
      animation-name: showUp-vertical;
      animation-delay: 1050ms;
      animation-iteration-count: 1;
      animation-fill-mode: both;
      animation-duration: 200ms; }
    .product-menu-mobile__menu-wrapper.opened ul > li:nth-child(11) {
      animation-name: showUp-vertical;
      animation-delay: 1150ms;
      animation-iteration-count: 1;
      animation-fill-mode: both;
      animation-duration: 200ms; }
    .product-menu-mobile__menu-wrapper.opened ul > li:nth-child(12) {
      animation-name: showUp-vertical;
      animation-delay: 1250ms;
      animation-iteration-count: 1;
      animation-fill-mode: both;
      animation-duration: 200ms; }
    .product-menu-mobile__menu-wrapper.opened ul > li:nth-child(13) {
      animation-name: showUp-vertical;
      animation-delay: 1350ms;
      animation-iteration-count: 1;
      animation-fill-mode: both;
      animation-duration: 200ms; }
    .product-menu-mobile__menu-wrapper.opened ul > li:nth-child(14) {
      animation-name: showUp-vertical;
      animation-delay: 1450ms;
      animation-iteration-count: 1;
      animation-fill-mode: both;
      animation-duration: 200ms; }

.product-menu-mobile__menu {
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px 0; }

.product-menu-mobile__toggle-button {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 0.88889rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer; }

.product-menu-mobile__arrow {
  transition: transform 500ms ease-in-out; }
  .product-menu-mobile__arrow.up {
    transform: rotate(180deg); }

.product-menu-mobile__item {
  width: auto; }
  .product-menu-mobile__item--buy {
    padding: 0 25px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14.5px;
    cursor: pointer;
    background-color: #000; }
    .product-menu-mobile__item--buy .product-menu-mobile__link {
      color: #fff;
      padding: 0;
      font-size: 0.77778rem;
      background: unset;
      border: unset;
      border-radius: 0;
      cursor: pointer; }
    .product-menu-mobile__item--buy .product-menu-mobile__out-of-stock {
      color: #fff;
      cursor: default;
      font-size: 0.77778rem;
      font-weight: 500; }

.product-menu-mobile__link {
  font-size: 0.77778rem;
  font-weight: 700;
  cursor: pointer;
  line-height: 1.25; }

.product-menu-mobile__price {
  font-weight: 500; }

.page-template-page-play .product-menu-desktop__menu {
  background-image: linear-gradient(90deg, #1c1c1c 97%, #ff825b 97%); }

.page-template-page-play .product-menu-desktop__item--buy {
  background-color: #ff825b;
  border-radius: 19px; }

.page-template-page-play .product-menu-desktop__item.current .product-menu-desktop__link {
  font-weight: 600; }

.page-template-page-play .product-menu-desktop__link {
  color: #fff;
  font-weight: 400; }
  .page-template-page-play .product-menu-desktop__link:hover {
    font-weight: 600; }

.page-template-page-play .product-menu-mobile__container {
  background: linear-gradient(90deg, #222222 30%, #000 93%); }

.page-template-page-play .product-menu-mobile__menu-wrapper {
  background: linear-gradient(90deg, #222222 30%, #000 93%);
  border-bottom: 1px solid #5d5d5d; }

.page-template-page-play .product-menu-mobile__toggle-button {
  color: #fff; }

.page-template-page-play .product-menu-mobile__link {
  color: #5d5d5d; }
  .page-template-page-play .product-menu-mobile__link.product-menu-link--buy {
    color: #fff; }

.page-template-page-play .product-menu-mobile__item--buy {
  background-color: #ff825b; }

.tracker-mini-page .product-menu-desktop__wrapper {
  top: calc(65px + var(--global--admin-bar--height)); }

.tracker-mini-page .product-menu-desktop__container {
  margin-top: -40px; }
  @media (min-width: 768px) {
    .tracker-mini-page .product-menu-desktop__container {
      margin-top: -60px; } }

.tracker-mini-page .product-menu-desktop__menu {
  background-image: linear-gradient(90deg, #000000 97%, #A47EEF 97%); }

.tracker-mini-page .product-menu-desktop__item {
  padding-left: 0;
  padding-right: 20px; }
  .tracker-mini-page .product-menu-desktop__item:first-child {
    padding-left: 30px; }
  .tracker-mini-page .product-menu-desktop__item:nth-last-child(2) {
    padding-right: 20px; }
  @media (min-width: 1200px) {
    .tracker-mini-page .product-menu-desktop__item {
      padding-right: 25px; } }
  .tracker-mini-page .product-menu-desktop__item--buy {
    background-color: #A47EEF;
    border-radius: 19px;
    padding: 0 15px; }
    @media (min-width: 1200px) {
      .tracker-mini-page .product-menu-desktop__item--buy {
        padding: 0 20px; } }
  .tracker-mini-page .product-menu-desktop__item.current .product-menu-desktop__link {
    font-weight: 700; }

.tracker-mini-page .product-menu-desktop__link {
  color: #ffffff;
  font-weight: 500; }
  .tracker-mini-page .product-menu-desktop__link:hover {
    font-weight: 700; }

.tracker-mini-page .product-menu-mobile__container {
  background: #000000;
  border-radius: 20px 20px 0 0; }

.tracker-mini-page .product-menu-mobile__menu-wrapper {
  background: #000000;
  border-bottom: 1px solid #A47EEF; }

.tracker-mini-page .product-menu-mobile__toggle-button {
  color: #ffffff; }

.tracker-mini-page .product-menu-mobile__link {
  color: #ffffff; }
  .tracker-mini-page .product-menu-mobile__link.product-menu-link--buy {
    color: #ffffff; }

.tracker-mini-page .product-menu-mobile__item--buy {
  background-color: #A47EEF; }

.tracker-plus-page .product-menu-desktop__wrapper {
  display: flex;
  margin-top: 78px; }

.tracker-plus-page .product-menu-desktop__menu {
  background: #000000; }

.tracker-plus-page .product-menu-desktop__item {
  padding-left: 0;
  padding-right: 20px; }
  .tracker-plus-page .product-menu-desktop__item:first-child:not(:only-child) {
    padding-left: 40px; }
  .tracker-plus-page .product-menu-desktop__item:nth-last-child(2) {
    padding-right: 20px; }
  @media (min-width: 1200px) {
    .tracker-plus-page .product-menu-desktop__item {
      padding-right: 25px; } }
  .tracker-plus-page .product-menu-desktop__item--buy {
    transition: opacity 0.2s ease;
    background-color: #59EDD0;
    border-radius: 19px;
    padding: 0 15px; }
    .tracker-plus-page .product-menu-desktop__item--buy:hover, .tracker-plus-page .product-menu-desktop__item--buy:focus {
      opacity: 0.7; }
    @media (min-width: 1200px) {
      .tracker-plus-page .product-menu-desktop__item--buy {
        padding: 0 20px; } }
    .tracker-plus-page .product-menu-desktop__item--buy .product-menu-desktop__link {
      color: #000;
      font-weight: 700; }
    .tracker-plus-page .product-menu-desktop__item--buy .product-menu-desktop__out-of-stock {
      color: #000;
      font-weight: 700; }
  .tracker-plus-page .product-menu-desktop__item--navigation {
    display: none; }
    @media (min-width: 768px) {
      .tracker-plus-page .product-menu-desktop__item--navigation {
        display: inherit; } }
    .tracker-plus-page .product-menu-desktop__item--navigation .product-menu-desktop__link {
      min-width: 11px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .tracker-plus-page .product-menu-desktop__item--navigation .product-menu-desktop__link svg {
        transition: ease 0.3s;
        width: 7px;
        height: 8px; }
      .tracker-plus-page .product-menu-desktop__item--navigation .product-menu-desktop__link:hover svg {
        width: 11px;
        height: 12px; }
  .tracker-plus-page .product-menu-desktop__item.current .product-menu-desktop__link svg {
    width: 11px;
    height: 11px; }
    .tracker-plus-page .product-menu-desktop__item.current .product-menu-desktop__link svg circle {
      fill: #59EDD0; }

.quote {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px; }
  .quote:last-child {
    margin-bottom: 60px; }
  @media (min-width: 768px) {
    .quote {
      margin-bottom: 60px; }
      .quote:last-child {
        margin-bottom: 100px; } }
  .quote__wrapper {
    display: grid;
    grid-template-columns: 60px auto;
    grid-template-areas: "image name" "text text"; }
    @media (min-width: 768px) {
      .quote__wrapper {
        grid-gap: 0 40px;
        grid-template-columns: 100px auto;
        grid-template-areas: "image name" "image text"; } }
  .quote__name {
    grid-area: name;
    align-items: center;
    font-size: 1.11111rem;
    padding-left: 20px;
    margin: auto 0; }
    @media (min-width: 768px) {
      .quote__name {
        padding-left: 0; } }
  .quote__text {
    grid-area: text;
    word-wrap: break-word; }
    .quote__text p {
      font-size: 0.88889rem;
      margin: 0; }
    @media (min-width: 768px) {
      .quote__text p {
        font-size: 1rem; } }
  .quote__image {
    grid-area: image;
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 50%; }
    @media (min-width: 768px) {
      .quote__image {
        height: 100px;
        width: 100px; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.ring-loader, .account-devices__remove__loader {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 1em;
  border-top: 0.17em solid #000;
  border-left: 0.17em solid #000;
  border-bottom: 0.17em solid transparent;
  border-right: 0.17em solid transparent;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin-right: 0.25em; }
  .ring-loader--white {
    border-top: 0.17em solid #fff;
    border-left: 0.17em solid #fff; }

.search-form {
  position: relative;
  max-width: 100%; }
  @media (min-width: 768px) {
    .search-form {
      max-width: 220px; } }
  .search-form .search-submit {
    transition: opacity 0.2s ease;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    width: 16px;
    box-sizing: content-box;
    padding-left: 10px;
    padding-right: 13px; }
    .search-form .search-submit:hover, .search-form .search-submit:focus {
      opacity: 0.7; }
  .search-form input.search-field {
    padding-right: 39px; }

.section-title-polyend3 {
  font-size: 1.77778rem;
  font-weight: 300;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .section-title-polyend3 {
      font-size: 3rem;
      margin-bottom: 20px; } }
  @media (min-width: 1132px) {
    .section-title-polyend3 {
      font-size: 3rem;
      margin-bottom: 20px; } }
  @media (min-width: 1800px) {
    .section-title-polyend3 {
      font-size: 3rem;
      margin-bottom: 20px; } }
  .section-title-polyend3--palettes {
    color: #BFC8B0;
    font-size: 1.33333rem;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .section-title-polyend3--palettes {
        font-size: 2.44444rem; } }
    @media (min-width: 1132px) {
      .section-title-polyend3--palettes {
        font-size: 3rem; } }

div.choices {
  width: 280px;
  max-width: 100%;
  background-color: #FFFFFF;
  border-radius: 20px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.88889rem;
  font-weight: 300;
  cursor: pointer; }
  @media (min-width: 576px) {
    div.choices {
      width: 340px; } }
  div.choices.is-open::after {
    background-image: url("/wp-content/themes/polyend/assets/svg/arrow-down--polyend3.svg");
    transform: rotateZ(-180deg);
    margin-top: 2px; }
  div.choices::after {
    background-image: url("/wp-content/themes/polyend/assets/svg/arrow-down--polyend3.svg");
    transition: ease 0.3s;
    height: 8px !important;
    width: 14px !important;
    right: 15px !important;
    transform: rotateZ(0deg);
    background-size: contain;
    background-repeat: no-repeat;
    border: unset !important;
    top: unset !important;
    margin-top: unset !important; }
  div.choices__inner {
    border: 0;
    padding-left: 0;
    background: none;
    font-size: 0.88889rem; }
  div.choices__list {
    scrollbar-width: thin; }
  div.choices__list--single {
    padding: 9px 20px; }
  div.choices__list--dropdown {
    border-radius: 20px;
    background-color: #FFFFFF;
    border: none;
    width: 100%;
    margin-top: 2px;
    transition: max-height 300ms ease-in-out, opacity 300ms ease-in-out;
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.15); }
    div.choices__list--dropdown .choices__item {
      font-size: 0.77778rem;
      line-height: 1.25;
      padding: 8px 16px;
      background-color: transparent;
      width: 100%;
      color: #010101; }
      div.choices__list--dropdown .choices__item.is-highlighted {
        background-color: #010101;
        color: #fff; }
  div.choices__placeholder {
    color: #717170; }

/*default styling to minimize style popping when JS select is loaded*/
select.select {
  max-width: 100%;
  background-color: #FFFFFF;
  border-radius: 20px;
  height: 40px;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.77778rem;
  color: #010101;
  font-weight: 600;
  cursor: pointer; }

/*separate styling for woocommerce supplied select2 inputs*/
.select2-container--default .select2-selection--single {
  border-radius: 19px;
  border: none;
  height: 40px;
  padding: 0 14px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    color: #000;
    font-weight: 300;
    font-size: 0.77778rem; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 10px;
    top: 14px;
    right: 17px;
    width: 14px;
    background: url("/wp-content/themes/polyend/assets/svg/arrow-down--polyend3.svg");
    transform: rotateZ(0deg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: ease 0.3s; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: none; }

.select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-left-radius: 19px !important;
  border-bottom-right-radius: 19px !important; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotateZ(-180deg); }

.select2-container--default.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #cfcfcf;
  border-radius: 19px;
  margin-top: 4px;
  overflow: hidden; }

.select2-container--default.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #cfcfcf;
  border-radius: 19px;
  margin-bottom: 4px;
  overflow: hidden; }

.select2-container--default.select2-container--open .select2-search--dropdown {
  padding: 0; }
  .select2-container--default.select2-container--open .select2-search--dropdown .select2-search__field {
    border: unset;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    border-bottom: 1px solid #cfcfcf;
    padding: 4px 12px; }

.select2-container--default.select2-container--open .select2-results {
  font-size: 0.77778rem;
  font-weight: 300; }
  .select2-container--default.select2-container--open .select2-results__options .select2-results__option--highlighted[data-selected] {
    background-color: #cfcfcf; }
  .select2-container--default.select2-container--open .select2-results__options .select2-results__option[aria-selected="true"] {
    background-color: #000;
    color: #fff; }

.side-menu {
  font-family: "Albert Sans VF", "Albert Sans", "Basier Square", sans-serif;
  position: fixed;
  top: 0;
  margin-top: var(--global--admin-bar--height);
  height: 100%;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.23);
  padding: 0;
  transition: right 500ms ease-in-out;
  right: -100%;
  max-width: 360px;
  overflow-y: scroll; }
  .side-menu.loading {
    overflow: visible; }
  .side-menu.visible {
    right: 0; }
  .side-menu__loading {
    background: #fff;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: ease 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none; }
    .side-menu__loading-text {
      opacity: 0;
      font-weight: 300;
      animation-name: blink;
      animation-duration: 2.5s;
      animation-iteration-count: infinite;
      animation-timing-function: ease; }
  .side-menu.loading .side-menu__loading {
    opacity: 1; }
  .side-menu__content {
    margin: 20px;
    width: calc(100% - 40px); }
  .side-menu__close-button {
    transition: opacity 0.2s ease;
    position: absolute;
    top: 20px;
    right: 20px;
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    cursor: pointer; }
    .side-menu__close-button:hover, .side-menu__close-button:focus {
      opacity: 0.7; }

.tracker-mini-signature {
  width: 100%;
  padding: 12px 0 11px 20px;
  border-color: rgba(255, 255, 255, 0.2);
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  color: #595F68;
  font-size: 0.77778rem;
  line-height: 0.94444rem; }
  @media (min-width: 768px) {
    .tracker-mini-signature {
      font-size: 1rem;
      line-height: 1.22222rem;
      padding: 21px 0 17px 50px; } }
  .tracker-mini-signature--bottom {
    border-bottom-width: 0;
    border-top-width: 1px;
    padding: 11px 0 12px 20px; }
    @media (min-width: 768px) {
      .tracker-mini-signature--bottom {
        padding: 18px 0 20px 50px; } }

.video-modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000E6;
  display: grid;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms ease-in-out, visibility 300ms ease-in-out;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px); }
  .video-modal.visible {
    visibility: visible;
    opacity: 1;
    pointer-events: all; }
  .video-modal__video-wrapper {
    position: relative; }
  .video-modal__video {
    width: 90vw;
    height: 70vh;
    border: 0;
    background-color: #717170; }
    @media (min-width: 576px) {
      .video-modal__video {
        max-height: calc(100vh - 50px);
        width: 85vw; } }
    @media (min-width: 768px) {
      .video-modal__video {
        aspect-ratio: 16/9;
        width: 75vw;
        max-width: 1280px; } }
  .video-modal__close-button {
    transition: opacity 0.2s ease;
    position: absolute;
    right: 0;
    top: -50px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer; }
    .video-modal__close-button:hover, .video-modal__close-button:focus {
      opacity: 0.7; }
    .video-modal__close-button svg path {
      fill: #FFFFFF; }

.tracker-mini-page .video-modal {
  background: #000000; }
  .tracker-mini-page .video-modal__video {
    background-color: #000000; }
  .tracker-mini-page .video-modal__close-button {
    filter: Invert(); }

/* sections
--------------------------------------------- */
.error-404 {
  display: flex; }

.section-404 {
  background-color: #000000;
  padding-bottom: 120px;
  padding-top: 50px;
  text-align: center;
  margin-bottom: 50px;
  flex-grow: 1; }
  @media (min-width: 768px) {
    .section-404 {
      padding-bottom: 362px;
      padding-top: 70px; } }
  @media (min-width: 1132px) {
    .section-404 {
      padding-bottom: 260px;
      padding-top: 0;
      margin-bottom: 75px; } }
  .section-404__image {
    width: 100%;
    max-width: 360px; }
    @media (min-width: 768px) {
      .section-404__image {
        max-width: 515px; } }
    @media (min-width: 1132px) {
      .section-404__image {
        max-width: 791px; } }
  .section-404__header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .section-404__heading {
    color: #FFFFFF;
    margin-top: 8px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.77778rem;
    line-height: normal;
    max-width: 210px; }
    @media (min-width: 768px) {
      .section-404__heading {
        margin-top: 4px;
        font-size: 2.55556rem;
        max-width: unset; } }
    @media (min-width: 1132px) {
      .section-404__heading {
        margin-top: -4px;
        font-size: 3rem; } }
  .section-404__paragraph {
    color: #ABABAB;
    text-align: center;
    margin: 0;
    font-size: 0.88889rem;
    max-width: 240px; }
    @media (min-width: 768px) {
      .section-404__paragraph {
        max-width: unset; } }
    @media (min-width: 1132px) {
      .section-404__paragraph {
        font-size: 1rem; } }
    .section-404__paragraph a {
      color: #ABABAB; }

.accessories {
  width: 100%;
  margin: 100px 0; }
  .accessories__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 60px auto;
    cursor: pointer; }
    @media (min-width: 768px) {
      .accessories__item {
        width: 44%;
        margin: 0 20px 100px 20px; } }
    @media (min-width: 1200px) {
      .accessories__item {
        width: 29%;
        margin: 0 20px 150px 20px; } }
  .accessories__thumbnail {
    max-height: 200px;
    aspect-ratio: 16/9;
    object-position: center;
    object-fit: contain; }
    @media (min-width: 768px) {
      .accessories__thumbnail {
        height: 200px;
        width: 200px;
        aspect-ratio: initial; } }
  .accessories__title {
    font-size: 1.33333rem;
    font-weight: 600;
    margin: 30px 0 0 0; }
  .accessories__button {
    font-size: 0.77778rem;
    font-weight: 600;
    margin: 20px 0 0 0;
    cursor: pointer; }

.closeup-image {
  height: 0;
  position: relative;
  display: flex;
  justify-content: flex-end; }
  .closeup-image__image-container {
    height: 120px;
    position: absolute;
    bottom: -30px;
    width: 90%;
    object-position: left center; }
    @media (min-width: 768px) {
      .closeup-image__image-container {
        height: 212px;
        bottom: -80px; } }
    @media (min-width: 1200px) {
      .closeup-image__image-container {
        height: 342px;
        top: -171px;
        bottom: unset; } }
  .closeup-image__image {
    height: 100%;
    object-fit: cover;
    object-position: left center; }

.custom-embed__wrapper {
  margin: 130px 0 80px; }
  .custom-embed__wrapper.padding--none {
    padding-top: 0;
    padding-bottom: 0; }
  .custom-embed__wrapper.padding--top {
    padding-top: 80px; }
  .custom-embed__wrapper.padding--bottom {
    padding-bottom: 80px; }
  .custom-embed__wrapper.padding--both {
    padding-top: 80px;
    padding-bottom: 80px; }

.custom-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 20px; }

.fast-track {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; }
  .fast-track__wrapper {
    padding-top: 100px; }
    @media (min-width: 768px) {
      .fast-track__wrapper {
        padding-top: 225px; } }
    @media (min-width: 1200px) {
      .fast-track__wrapper {
        padding-top: 500px; } }
  .fast-track__title {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 2.22222rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1px;
    color: #010101; }
    @media (min-width: 768px) {
      .fast-track__title {
        max-width: 650px;
        font-size: 4rem;
        letter-spacing: -2.75px; } }
    @media (min-width: 1200px) {
      .fast-track__title {
        max-width: initial;
        font-size: 6.11111rem; } }
  .fast-track__tracker {
    display: none; }
    @media (min-width: 768px) {
      .fast-track__tracker {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 150px 0 20px; } }
    @media (min-width: 1200px) {
      .fast-track__tracker {
        padding: 150px 0 20px 0; } }
  .fast-track__tracker-image {
    max-width: 705px; }
  .fast-track__tracker-wrapper {
    position: relative;
    height: 100%;
    width: auto; }
  .fast-track__indicator {
    color: #000;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 200px;
    width: 150px;
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .fast-track__indicator {
        width: 260px;
        height: auto;
        flex-direction: row; } }
    .fast-track__indicator:hover {
      text-decoration: underline; }
    .fast-track__indicator:after {
      content: '';
      position: absolute;
      top: 42px;
      left: 50%;
      height: 100px;
      width: 1px;
      background-color: #000;
      margin: 20px 0; }
      @media (min-width: 1200px) {
        .fast-track__indicator:after {
          position: initial;
          width: 100px;
          min-width: 100px;
          height: 1px;
          margin: 0 20px; } }
    .fast-track__indicator--top-left {
      justify-content: flex-start;
      left: 48px;
      top: -90px; }
      @media (min-width: 1200px) {
        .fast-track__indicator--top-left {
          left: -142px;
          top: 90px; } }
    .fast-track__indicator--top-right {
      justify-content: flex-start;
      right: 80px;
      top: -90px; }
      @media (min-width: 1200px) {
        .fast-track__indicator--top-right {
          flex-direction: row-reverse;
          text-align: left;
          right: -175px;
          top: 90px; } }
    .fast-track__indicator--bottom-left {
      justify-content: flex-end;
      left: 80px;
      bottom: -60px; }
      @media (min-width: 1200px) {
        .fast-track__indicator--bottom-left {
          justify-content: flex-start;
          left: -122px;
          bottom: 98px; } }
    .fast-track__indicator--bottom-right {
      justify-content: flex-end;
      right: 80px;
      bottom: -60px; }
      @media (min-width: 1200px) {
        .fast-track__indicator--bottom-right {
          flex-direction: row-reverse;
          justify-content: start;
          right: -175px;
          bottom: 98px; } }
  .fast-track__slider {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition: opacity 300ms ease-in-out; }
    @media (min-width: 768px) {
      .fast-track__slider {
        position: absolute;
        bottom: 0;
        opacity: 0;
        pointer-events: none; }
        .fast-track__slider.visible {
          opacity: 1;
          pointer-events: all; } }
  .fast-track__slider-box {
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-x: hidden; }
    @media (min-width: 1200px) {
      .fast-track__slider-box {
        width: 1220px;
        margin: 0 20px; } }
  .fast-track__slider-items {
    width: 400vw;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 62px 0 50px;
    transition: transform 450ms ease-in-out; }
    @media (min-width: 1200px) {
      .fast-track__slider-items {
        width: auto; } }
  .fast-track__slider-item {
    height: 400px;
    width: 100%;
    min-width: calc(100vw - 40px);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    margin: 0 20px;
    border-radius: 10px;
    box-shadow: 0 15px 35px 0 rgba(120, 127, 130, 0.7); }
    @media (min-width: 576px) {
      .fast-track__slider-item {
        height: 600px; } }
    @media (min-width: 1200px) {
      .fast-track__slider-item {
        width: 1160px;
        min-width: initial;
        margin: 0 30px; } }
    .fast-track__slider-item--right-bottom {
      align-items: flex-start; }
      @media (min-width: 1200px) {
        .fast-track__slider-item--right-bottom {
          flex-direction: row;
          align-items: center;
          padding: 0 0 0 60px; } }
    .fast-track__slider-item--left-bottom {
      align-items: flex-start; }
      @media (min-width: 1200px) {
        .fast-track__slider-item--left-bottom {
          flex-direction: row-reverse;
          align-items: center;
          padding: 0 60px 0 0; } }
    .fast-track__slider-item--right-top {
      flex-direction: column-reverse; }
      @media (min-width: 1200px) {
        .fast-track__slider-item--right-top {
          flex-direction: row;
          align-items: center;
          padding: 0 0 0 60px; } }
    .fast-track__slider-item--left-top {
      flex-direction: column-reverse; }
      @media (min-width: 768px) {
        .fast-track__slider-item--left-top {
          flex-direction: row-reverse;
          align-items: flex-start;
          justify-content: flex-start; } }
      @media (min-width: 1200px) {
        .fast-track__slider-item--left-top {
          align-items: center;
          justify-content: flex-end; } }
  .fast-track__slider-content {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 30px 60px; }
    @media (min-width: 768px) {
      .fast-track__slider-content {
        max-width: initial;
        width: 100%;
        padding: 48px; } }
    @media (min-width: 1200px) {
      .fast-track__slider-content {
        max-width: 300px; } }
  .fast-track__slider-caption {
    font-size: 1.33333rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 12px 0; }
    @media (min-width: 576px) {
      .fast-track__slider-caption {
        font-size: 2rem; } }
  .fast-track__slider-description {
    font-size: 0.77778rem;
    font-weight: 600;
    line-height: 1.25; }
    @media (min-width: 576px) {
      .fast-track__slider-description {
        max-width: 280px;
        width: 100%;
        font-size: 1rem; } }
  .fast-track__slider-image {
    max-width: 100%;
    width: 90%;
    height: 100%;
    display: flex;
    margin: 0;
    object-fit: contain; }
    @media (min-width: 768px) {
      .fast-track__slider-image {
        width: 620px; } }
    @media (min-width: 1200px) {
      .fast-track__slider-image {
        width: 700px; } }
    .fast-track__slider-image--right-bottom {
      align-self: flex-end;
      justify-self: flex-end;
      object-position: top left; }
      @media (min-width: 1200px) {
        .fast-track__slider-image--right-bottom {
          object-position: bottom left; } }
    .fast-track__slider-image--left-bottom {
      align-self: flex-start;
      justify-self: flex-end;
      object-position: top right; }
      @media (min-width: 1200px) {
        .fast-track__slider-image--left-bottom {
          object-position: bottom left; } }
    .fast-track__slider-image--right-top {
      align-self: flex-end;
      justify-self: flex-start;
      object-position: bottom left; }
      @media (min-width: 1200px) {
        .fast-track__slider-image--right-top {
          object-position: top left; } }
    .fast-track__slider-image--left-top {
      align-self: flex-start;
      justify-self: flex-start;
      object-position: bottom right; }
      @media (min-width: 768px) {
        .fast-track__slider-image--left-top {
          flex-direction: row-reverse;
          object-position: top right; } }
  .fast-track__slider-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
    z-index: 10; }
  .fast-track__slider-pagination-item {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #b2b2ae;
    margin: 0 7.5px;
    transition: background-color 300ms ease-in-out;
    cursor: pointer; }
    .fast-track__slider-pagination-item.current {
      background-color: #000;
      border: 1px solid #000; }

.site-footer {
  background: #FFFFFF; }
  .site-footer--darkmode {
    background-color: transparent;
    color: var(--polyend3-footer-text-color, #FFFFFF); }
    .site-footer--darkmode .footer-menu__copyright {
      color: var(--polyend3-footer-text-color, #FFFFFF); }
      .site-footer--darkmode .footer-menu__copyright .polyend-symbol path {
        fill: var(--polyend3-footer-text-color, #FFFFFF); }
    .site-footer--darkmode .footer-menu__links a {
      color: var(--polyend3-footer-text-color, #FFFFFF); }
    .site-footer--darkmode .footer-menu__social-media-icon svg path {
      fill: var(--polyend3-footer-text-color, #FFFFFF); }

.footer-menu {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "Albert Sans VF", "Albert Sans", "Basier Square", sans-serif; }
  @media (min-width: 1132px) {
    .footer-menu {
      margin-top: 75px; } }
  .footer-menu__menu {
    gap: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 768px) {
      .footer-menu__menu {
        gap: 0 50px;
        flex-direction: row;
        flex-wrap: wrap; } }
    @media (min-width: 1800px) {
      .footer-menu__menu {
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap; } }
  .footer-menu__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px 0;
    order: 2; }
    @media (min-width: 768px) {
      .footer-menu__links {
        height: 32px;
        justify-content: initial;
        flex-direction: row;
        gap: 0 30px;
        order: 3; } }
    @media (min-width: 1132px) {
      .footer-menu__links {
        order: 2; } }
  .footer-menu__link {
    transition: opacity 0.2s ease;
    text-transform: capitalize;
    color: #000;
    font-weight: 300;
    font-size: 0.77778rem;
    text-decoration: none; }
    .footer-menu__link:hover, .footer-menu__link:focus {
      opacity: 0.7; }
    .footer-menu__link a {
      color: #000;
      font-weight: 300; }
  .footer-menu__social-media {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
    order: 1; }
    @media (min-width: 768px) {
      .footer-menu__social-media {
        justify-content: center;
        width: 100%;
        margin-bottom: 43px; } }
    @media (min-width: 1132px) {
      .footer-menu__social-media {
        margin-bottom: 0;
        width: auto;
        justify-content: flex-end;
        order: 3; } }
  .footer-menu__social-media-item {
    transition: opacity 0.2s ease; }
    .footer-menu__social-media-item:hover, .footer-menu__social-media-item:focus {
      opacity: 0.7; }
  .footer-menu__social-media-icon {
    height: 20px; }
  .footer-menu__copyright {
    font-size: 0.77778rem;
    color: #000000;
    font-weight: 300;
    margin-top: 26px;
    text-align: center;
    order: 3;
    display: flex;
    gap: 14px;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 768px) {
      .footer-menu__copyright {
        flex-direction: row;
        gap: 18px;
        text-align: left;
        margin-top: 0;
        order: 2; } }
    @media (min-width: 1132px) {
      .footer-menu__copyright {
        order: 1; } }

.full-width-image {
  height: auto; }
  .full-width-image__image {
    display: block;
    max-height: 188px;
    width: 100%;
    object-fit: cover; }
    @media (min-width: 768px) {
      .full-width-image__image {
        max-height: 320px; } }
    @media (min-width: 1200px) {
      .full-width-image__image {
        max-height: 40vw; } }

.full-width-video {
  position: relative;
  width: 100%;
  aspect-ratio: 100/35;
  overflow: hidden;
  margin-top: 120px;
  opacity: 0; }
  .full-width-video__video {
    width: 100%;
    aspect-ratio: 100/35;
    height: unset;
    object-fit: cover; }
  .full-width-video__button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: none;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0; }
    @media (min-width: 768px) {
      .full-width-video__button {
        width: 50px;
        height: 40px;
        top: 32px;
        right: 32px; } }
  .full-width-video__speaker-icon {
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    opacity: 1;
    transition: opacity 250ms ease-in-out; }
    .full-width-video__speaker-icon.hidden {
      opacity: 0; }

.page-template-page-play .full-width-video {
  aspect-ratio: 19/10;
  margin-top: 0;
  position: relative;
  background-color: #222222; }
  .page-template-page-play .full-width-video__video {
    aspect-ratio: 19/10; }

.tracker-mini-page .full-width-video {
  margin-top: 0;
  aspect-ratio: 1.8666667; }
  .tracker-mini-page .full-width-video__wrapper {
    background-color: #000000; }
  .tracker-mini-page .full-width-video__video {
    aspect-ratio: 1.8666667; }

.header {
  font-family: "Albert Sans VF", "Albert Sans", "Basier Square", sans-serif;
  background-color: #fff;
  height: 70px;
  position: relative;
  z-index: 100; }
  .header--darkmode {
    background: radial-gradient(48.96% 126.42% at 65% 78.08%, #36393E 0%, #000000 100%);
    color: #FFFFFF; }
    .header--darkmode .header__cart-button {
      color: #FFFFFF;
      border-color: #FFFFFF;
      background-color: transparent; }
    .header--darkmode .header__toggle-menu-button {
      color: #FFFFFF; }
    .header--darkmode nav:not(.header__menu--mobile) ul:not(.sub-menu) > li > a {
      color: #FFFFFF; }
    .header--darkmode .header__account__link {
      color: #FFFFFF; }
  .header--zero-height {
    background: transparent;
    margin-bottom: -70px; }
  .woocommerce-account .header {
    background: transparent; }
  .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
  .header__logo-link {
    line-height: 0; }
  .header__logo {
    height: 20px;
    width: auto;
    object-fit: contain; }
    @media (min-width: 768px) {
      .header__logo {
        height: 31px; } }
  .header__cart-button--narrow {
    display: block; }
    @media (min-width: 1132px) {
      .header__cart-button--narrow {
        display: none; } }
  .header__cart-button--wide {
    display: none; }
    @media (min-width: 1132px) {
      .header__cart-button--wide {
        display: block; } }
  .header__menu-wrapper {
    display: flex;
    align-items: center; }
  .header__menu--desktop {
    display: none; }
    @media (min-width: 1132px) {
      .header__menu--desktop {
        display: block; } }
  .header__nav--desktop {
    font-size: 0.77778rem;
    display: flex;
    justify-content: flex-end;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .header__nav--desktop {
        padding: 0 40px; } }
    .header__nav--desktop > li {
      white-space: nowrap;
      margin-right: 15px; }
      @media (min-width: 768px) {
        .header__nav--desktop > li {
          margin-right: 40px; } }
      .header__nav--desktop > li:last-child {
        margin-right: 0; }
    .header__nav--desktop .sub-menu {
      display: none;
      font-size: 0.88889rem;
      position: absolute;
      top: 34px;
      left: -40px;
      z-index: 100;
      overflow: hidden;
      background-color: #F8F8F6;
      border-radius: 5px;
      width: auto;
      box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.25);
      min-width: 200px;
      padding: 30px 46px 30px 40px;
      opacity: 0;
      transition: opacity ease 0.3s; }
      .header__nav--desktop .sub-menu.opened {
        display: block;
        opacity: 1; }
        .header__nav--desktop .sub-menu.opened li {
          /* Here we make the for-loop with 15 iterations because we cannot at this moment predict how many
          elements will navigation have, but we do assess that there won't be more than 15 items */ }
          .header__nav--desktop .sub-menu.opened li:nth-child(1) {
            animation-name: showUp-horizontal;
            animation-delay: 250ms;
            animation-iteration-count: 1;
            animation-fill-mode: backwards;
            animation-duration: 300ms; }
          .header__nav--desktop .sub-menu.opened li:nth-child(2) {
            animation-name: showUp-horizontal;
            animation-delay: 400ms;
            animation-iteration-count: 1;
            animation-fill-mode: backwards;
            animation-duration: 300ms; }
          .header__nav--desktop .sub-menu.opened li:nth-child(3) {
            animation-name: showUp-horizontal;
            animation-delay: 550ms;
            animation-iteration-count: 1;
            animation-fill-mode: backwards;
            animation-duration: 300ms; }
          .header__nav--desktop .sub-menu.opened li:nth-child(4) {
            animation-name: showUp-horizontal;
            animation-delay: 700ms;
            animation-iteration-count: 1;
            animation-fill-mode: backwards;
            animation-duration: 300ms; }
          .header__nav--desktop .sub-menu.opened li:nth-child(5) {
            animation-name: showUp-horizontal;
            animation-delay: 850ms;
            animation-iteration-count: 1;
            animation-fill-mode: backwards;
            animation-duration: 300ms; }
          .header__nav--desktop .sub-menu.opened li:nth-child(6) {
            animation-name: showUp-horizontal;
            animation-delay: 1000ms;
            animation-iteration-count: 1;
            animation-fill-mode: backwards;
            animation-duration: 300ms; }
          .header__nav--desktop .sub-menu.opened li:nth-child(7) {
            animation-name: showUp-horizontal;
            animation-delay: 1150ms;
            animation-iteration-count: 1;
            animation-fill-mode: backwards;
            animation-duration: 300ms; }
          .header__nav--desktop .sub-menu.opened li:nth-child(8) {
            animation-name: showUp-horizontal;
            animation-delay: 1300ms;
            animation-iteration-count: 1;
            animation-fill-mode: backwards;
            animation-duration: 300ms; }
          .header__nav--desktop .sub-menu.opened li:nth-child(9) {
            animation-name: showUp-horizontal;
            animation-delay: 1450ms;
            animation-iteration-count: 1;
            animation-fill-mode: backwards;
            animation-duration: 300ms; }
          .header__nav--desktop .sub-menu.opened li:nth-child(10) {
            animation-name: showUp-horizontal;
            animation-delay: 1600ms;
            animation-iteration-count: 1;
            animation-fill-mode: backwards;
            animation-duration: 300ms; }
          .header__nav--desktop .sub-menu.opened li:nth-child(11) {
            animation-name: showUp-horizontal;
            animation-delay: 1750ms;
            animation-iteration-count: 1;
            animation-fill-mode: backwards;
            animation-duration: 300ms; }
          .header__nav--desktop .sub-menu.opened li:nth-child(12) {
            animation-name: showUp-horizontal;
            animation-delay: 1900ms;
            animation-iteration-count: 1;
            animation-fill-mode: backwards;
            animation-duration: 300ms; }
          .header__nav--desktop .sub-menu.opened li:nth-child(13) {
            animation-name: showUp-horizontal;
            animation-delay: 2050ms;
            animation-iteration-count: 1;
            animation-fill-mode: backwards;
            animation-duration: 300ms; }
          .header__nav--desktop .sub-menu.opened li:nth-child(14) {
            animation-name: showUp-horizontal;
            animation-delay: 2200ms;
            animation-iteration-count: 1;
            animation-fill-mode: backwards;
            animation-duration: 300ms; }
  .header__toggle-menu-button {
    transition: opacity 0.2s ease;
    font-size: 0.77778rem;
    font-weight: 300;
    margin: 0 15px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer; }
    .header__toggle-menu-button:hover, .header__toggle-menu-button:focus {
      opacity: 0.7; }
    @media (min-width: 768px) {
      .header__toggle-menu-button {
        margin: 0 40px; } }
    @media (min-width: 1132px) {
      .header__toggle-menu-button {
        display: none; } }
  .header__close-menu-button {
    transition: opacity 0.2s ease;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: none;
    padding: 15px 20px;
    margin: 0 20px 0 0; }
    .header__close-menu-button:hover, .header__close-menu-button:focus {
      opacity: 0.7; }
  .header__menu--mobile {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    pointer-events: none; }
    @media (min-width: 1132px) {
      .header__menu--mobile {
        display: none !important; } }
    .header__menu--mobile .sub-menu {
      opacity: 0;
      pointer-events: none;
      display: none;
      flex-direction: column;
      transition: opacity ease 0.3s;
      margin-top: 12px; }
      .header__menu--mobile .sub-menu.opened {
        opacity: 1;
        pointer-events: all;
        display: block; }
  .header__menu-container--mobile {
    max-width: 300px;
    border-radius: 5px;
    background: #F8F8F6;
    margin: auto 20px auto auto;
    display: none;
    padding: 30px 40px 30px 58px;
    box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity ease 0.3s;
    pointer-events: all; }
    .header__menu-container--mobile.opened {
      display: block;
      opacity: 1; }
      .header__menu-container--mobile.opened li {
        /* Here we make the for-loop with 15 iterations because we cannot at this moment predict how many
        elements will navigation have, but we do assess that there won't be more than 15 items */ }
        .header__menu-container--mobile.opened li:nth-child(1) {
          animation-name: showUp-vertical;
          animation-delay: 150ms;
          animation-iteration-count: 1;
          animation-fill-mode: backwards;
          animation-duration: 200ms; }
        .header__menu-container--mobile.opened li:nth-child(2) {
          animation-name: showUp-vertical;
          animation-delay: 250ms;
          animation-iteration-count: 1;
          animation-fill-mode: backwards;
          animation-duration: 200ms; }
        .header__menu-container--mobile.opened li:nth-child(3) {
          animation-name: showUp-vertical;
          animation-delay: 350ms;
          animation-iteration-count: 1;
          animation-fill-mode: backwards;
          animation-duration: 200ms; }
        .header__menu-container--mobile.opened li:nth-child(4) {
          animation-name: showUp-vertical;
          animation-delay: 450ms;
          animation-iteration-count: 1;
          animation-fill-mode: backwards;
          animation-duration: 200ms; }
        .header__menu-container--mobile.opened li:nth-child(5) {
          animation-name: showUp-vertical;
          animation-delay: 550ms;
          animation-iteration-count: 1;
          animation-fill-mode: backwards;
          animation-duration: 200ms; }
        .header__menu-container--mobile.opened li:nth-child(6) {
          animation-name: showUp-vertical;
          animation-delay: 650ms;
          animation-iteration-count: 1;
          animation-fill-mode: backwards;
          animation-duration: 200ms; }
        .header__menu-container--mobile.opened li:nth-child(7) {
          animation-name: showUp-vertical;
          animation-delay: 750ms;
          animation-iteration-count: 1;
          animation-fill-mode: backwards;
          animation-duration: 200ms; }
        .header__menu-container--mobile.opened li:nth-child(8) {
          animation-name: showUp-vertical;
          animation-delay: 850ms;
          animation-iteration-count: 1;
          animation-fill-mode: backwards;
          animation-duration: 200ms; }
        .header__menu-container--mobile.opened li:nth-child(9) {
          animation-name: showUp-vertical;
          animation-delay: 950ms;
          animation-iteration-count: 1;
          animation-fill-mode: backwards;
          animation-duration: 200ms; }
        .header__menu-container--mobile.opened li:nth-child(10) {
          animation-name: showUp-vertical;
          animation-delay: 1050ms;
          animation-iteration-count: 1;
          animation-fill-mode: backwards;
          animation-duration: 200ms; }
        .header__menu-container--mobile.opened li:nth-child(11) {
          animation-name: showUp-vertical;
          animation-delay: 1150ms;
          animation-iteration-count: 1;
          animation-fill-mode: backwards;
          animation-duration: 200ms; }
        .header__menu-container--mobile.opened li:nth-child(12) {
          animation-name: showUp-vertical;
          animation-delay: 1250ms;
          animation-iteration-count: 1;
          animation-fill-mode: backwards;
          animation-duration: 200ms; }
        .header__menu-container--mobile.opened li:nth-child(13) {
          animation-name: showUp-vertical;
          animation-delay: 1350ms;
          animation-iteration-count: 1;
          animation-fill-mode: backwards;
          animation-duration: 200ms; }
        .header__menu-container--mobile.opened li:nth-child(14) {
          animation-name: showUp-vertical;
          animation-delay: 1450ms;
          animation-iteration-count: 1;
          animation-fill-mode: backwards;
          animation-duration: 200ms; }
  .header__nav--mobile {
    font-size: 0.88889rem; }
    .header__nav--mobile.has-submenu--opened > li:not(.has-submenu--opened) {
      opacity: 0;
      pointer-events: none; }
    .header__nav--mobile > li {
      opacity: 1;
      pointer-events: all;
      transition: opacity ease 0.3s; }
    .header__nav--mobile > .menu-item-has-children::before {
      content: '';
      display: block;
      position: absolute;
      background-image: url("/wp-content/themes/polyend/assets/svg/menu__dropdown-arrow.svg");
      transition: ease 0.3s;
      transform: rotateZ(180deg);
      z-index: 5;
      width: 13px;
      height: 7px;
      top: 17px;
      left: -33px; }
    .header__nav--mobile > .menu-item-has-children.has-submenu--opened::before {
      transform: rotateZ(0deg); }
    .header__nav--mobile > .menu-item-has-children > a {
      margin-left: -33px;
      padding-left: 33px;
      position: relative;
      z-index: 10; }
  .header__account {
    margin-left: 15px; }
    @media (min-width: 768px) {
      .header__account {
        margin-left: 40px; } }
    .header__account__link {
      transition: opacity 0.2s ease;
      font-size: 0.77778rem;
      font-weight: 300;
      color: #000;
      text-decoration: none; }
      .header__account__link:hover, .header__account__link:focus {
        opacity: 0.7; }
      .header__account__link:nth-child(n + 2) {
        margin-left: 40px; }
    .header__account--desktop {
      display: none; }
      @media (min-width: 1212px) {
        .header__account--desktop {
          display: block; } }
    @media (min-width: 1212px) {
      .header__account--mobile {
        display: none; } }
    .header__account--mobile .header__account__link span {
      display: block; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  nav ul li {
    position: relative; }
    nav ul li a {
      transition: opacity 0.2s ease;
      color: #000;
      text-decoration: none; }
      nav ul li a:hover, nav ul li a:focus {
        opacity: 0.7; }
    @media (min-width: 1132px) {
      nav ul li.menu-item--hide-desktop {
        display: none !important; } }
    nav ul li.menu-item--hide-mobile {
      display: none !important; }
      @media (min-width: 1132px) {
        nav ul li.menu-item--hide-mobile {
          display: list-item; } }
    nav ul li.menu-item--show-logged-in {
      display: none !important; }
    .logged-in nav ul li.menu-item--show-logged-in {
      display: list-item; }
    nav ul li.menu-item--no-margin {
      margin-right: 0; }
  nav ul.sub-menu {
    color: #000000;
    font-size: 0.88889rem;
    line-height: 187.5%; }
  nav ul.header__nav--mobile li a {
    font-size: 0.88889rem;
    display: block;
    line-height: 40px; }

.help-buttons {
  display: grid;
  grid-gap: 20px;
  margin-top: 50px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .help-buttons {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 1132px) {
    .help-buttons {
      margin-bottom: 75px; } }

.image {
  display: flex; }
  .image--flex-end {
    justify-content: flex-end; }
  .image--flex-start {
    justify-content: flex-start; }
  .image--center {
    justify-content: center; }
  .image__image {
    max-height: 500px;
    object-fit: contain;
    display: block; }

.page-template-page-tracker.image--image {
  max-width: 1000px;
  max-height: none; }

.inspiration {
  width: 100%;
  background-image: linear-gradient(to top, #3b3b43, #1b191a);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow-x: hidden;
  padding-top: 78px; }
  @media (min-width: 768px) {
    .inspiration {
      padding-top: 120px; } }
  @media (min-width: 1200px) {
    .inspiration {
      padding-top: 145px; } }
  .inspiration__title {
    font-size: 2.22222rem;
    font-weight: 500;
    letter-spacing: -2.75px;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    line-height: 1;
    margin: 0; }
    @media (min-width: 768px) {
      .inspiration__title {
        font-size: 4rem; } }
    @media (min-width: 1200px) {
      .inspiration__title {
        font-size: 6.11111rem; } }
  .inspiration__nav-wrapper {
    margin: 30px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .inspiration__nav-wrapper {
        margin: 50px 0; } }
  .inspiration__nav {
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    padding: 20px;
    gap: 0 12px; }
    @media (min-width: 768px) {
      .inspiration__nav {
        justify-content: center; } }
    @media (hover: hover) and (pointer: fine) {
      .inspiration__nav {
        /*target desktop devices regardless of screensize*/
        /*scrollbar for firefox*/
        scrollbar-color: #fff transparent;
        scrollbar-witdh: thin;
        /*scrollbar for chromium and safari*/ }
        .inspiration__nav::-webkit-scrollbar-thumb {
          background: #fff;
          border-radius: 8px; }
        .inspiration__nav::-webkit-scrollbar {
          background: unset;
          width: 8px;
          height: 8px; }
        .inspiration__nav::-webkit-scrollbar-track {
          background: transparent; } }
  .inspiration__nav-item {
    font-size: 0.77778rem;
    color: #fff;
    line-height: 1.25;
    padding: 4px 14px;
    border-radius: 13px;
    background-color: transparent;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 300ms ease-in-out;
    font-weight: 600; }
    .inspiration__nav-item:hover {
      background-color: #717170; }
    .inspiration__nav-item.current {
      background-color: #717170; }
  .inspiration__slider {
    position: relative;
    width: 1200px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px; }
    @media (min-width: 1200px) {
      .inspiration__slider {
        height: 516px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: initial; } }
  .inspiration__slider-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    padding-left: 20px;
    margin-bottom: 33px; }
    @media (min-width: 1200px) {
      .inspiration__slider-content {
        width: 276px;
        padding-left: 30px; } }
  .inspiration__slider-title {
    font-weight: 600;
    font-size: 1.33333rem;
    color: #fff;
    margin: 0 0 25px 0;
    line-height: 1;
    opacity: 0;
    transform: translateX(60px);
    transition: opacity 450ms ease-in-out, transform 450ms ease-in-out; }
    @media (min-width: 768px) {
      .inspiration__slider-title {
        font-size: 1.66667rem; } }
    @media (min-width: 1200px) {
      .inspiration__slider-title {
        font-size: 2rem; } }
    .inspiration__slider-title.in-view {
      transform: translateX(0);
      opacity: 1; }
  .inspiration__slider-description {
    font-size: 0.77778rem;
    line-height: 1.25;
    color: #fff;
    opacity: 0;
    transform: translateX(60px);
    transition: opacity 550ms ease-in-out, transform 550ms ease-in-out;
    font-weight: 600; }
    @media (min-width: 768px) {
      .inspiration__slider-description {
        font-size: 0.88889rem; } }
    @media (min-width: 1200px) {
      .inspiration__slider-description {
        font-size: 1rem; } }
    .inspiration__slider-description.in-view {
      transform: translateX(0);
      opacity: 1; }
  .inspiration__arrow-button {
    position: absolute;
    height: 15px;
    width: 15px;
    top: 0;
    right: 50px;
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer; }
    @media (min-width: 768px) {
      .inspiration__arrow-button {
        height: 20px;
        width: 20px; } }
    @media (min-width: 1200px) {
      .inspiration__arrow-button {
        height: initial;
        width: initial;
        top: initial;
        right: initial;
        bottom: 30px;
        left: 30px; } }
  .inspiration__slider-image {
    height: auto;
    top: 0;
    width: 100%;
    position: relative;
    left: 20px; }
    @media (min-width: 1200px) {
      .inspiration__slider-image {
        position: absolute;
        width: 1114px;
        height: auto;
        top: 0;
        left: 446px; } }
    .inspiration__slider-image.tablet-desktop-only {
      display: none; }
      @media (min-width: 768px) {
        .inspiration__slider-image.tablet-desktop-only {
          display: block; } }
    .inspiration__slider-image.mobile-only {
      display: block; }
      @media (min-width: 768px) {
        .inspiration__slider-image.mobile-only {
          display: none; } }
  .inspiration__slider-images {
    position: absolute;
    height: 65vw;
    width: calc(100% - 40px);
    left: 40px;
    bottom: 0; }
    @media (min-width: 576px) {
      .inspiration__slider-images {
        height: 67vw; } }
    @media (min-width: 768px) {
      .inspiration__slider-images {
        height: 44vw; } }
    @media (min-width: 992px) {
      .inspiration__slider-images {
        height: 45vw; } }
    @media (min-width: 1200px) {
      .inspiration__slider-images {
        width: 1114px;
        height: 516px;
        position: absolute;
        top: 0;
        bottom: initial;
        left: 446px; } }
    .inspiration__slider-images.tablet-desktop-only {
      display: none; }
      @media (min-width: 768px) {
        .inspiration__slider-images.tablet-desktop-only {
          display: block; } }
    .inspiration__slider-images.mobile-only {
      display: block; }
      @media (min-width: 768px) {
        .inspiration__slider-images.mobile-only {
          display: none; } }
  .inspiration__slider-single-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity 650ms ease-in-out; }
    .inspiration__slider-single-image.current {
      opacity: 1; }
  .inspiration__slider-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5px 0;
    background-color: #fff; }
  .inspiration__slider-pagination-item {
    padding: 7.5px 6.5px;
    margin: 1px;
    cursor: pointer; }
    .inspiration__slider-pagination-item__dot {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      transition: background-color 300ms ease-in-out;
      background-color: #b2b2ae;
      display: block; }
    .inspiration__slider-pagination-item.current .inspiration__slider-pagination-item__dot {
      background-color: #000; }

.new-classic {
  padding-top: 78px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .new-classic {
      padding-top: 115px;
      padding-bottom: 40px; } }
  @media (min-width: 1200px) {
    .new-classic {
      padding-top: 154px;
      padding-bottom: 60px; } }
  .new-classic__wrapper {
    background-image: linear-gradient(to bottom, #fff, #f4f4f1); }
  .new-classic__title {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 70px;
    text-align: center; }
    @media (min-width: 768px) {
      .new-classic__title {
        font-size: 4rem;
        margin-bottom: 68px; } }
    @media (min-width: 1200px) {
      .new-classic__title {
        font-size: 5rem;
        margin-bottom: 98px;
        letter-spacing: -2.25px; } }
  .new-classic__slider {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: 585px;
    margin: 0 auto 68px auto; }
    @media (min-width: 768px) {
      .new-classic__slider {
        font-size: 4rem;
        margin-bottom: 68px; } }
    @media (min-width: 1200px) {
      .new-classic__slider {
        width: 100%;
        max-width: initial;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        padding: 56px 90px 64px 102px;
        background-color: #fff;
        box-shadow: 0 31px 73px 0 rgba(145, 145, 136, 0.45);
        border-radius: 20px; } }
  .new-classic__arrow-button {
    position: absolute;
    bottom: -20px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    width: 13px;
    height: 23px;
    display: grid;
    place-items: center; }
    @media (min-width: 768px) {
      .new-classic__arrow-button {
        width: 25px;
        height: 47px;
        bottom: -50px; } }
    @media (min-width: 1200px) {
      .new-classic__arrow-button {
        bottom: initial;
        top: calc(50% - 23px); } }
    .new-classic__arrow-button--right {
      right: 0;
      left: initial; }
      @media (min-width: 1200px) {
        .new-classic__arrow-button--right {
          right: 40px; } }
    .new-classic__arrow-button--left {
      transform: rotate(180deg);
      left: 0;
      right: initial; }
      @media (min-width: 1200px) {
        .new-classic__arrow-button--left {
          left: 40px; } }
  .new-classic__slider-text-wrapper {
    transform: translate(0px, 16px); }
    @media (min-width: 768px) {
      .new-classic__slider-text-wrapper {
        transform: translate(50px, 34px); } }
    @media (min-width: 1200px) {
      .new-classic__slider-text-wrapper {
        padding: 0;
        transform: translate(0);
        position: relative;
        width: 260px;
        margin-right: 96px; } }
  .new-classic__slider-caption {
    font-size: 0.77778rem;
    font-weight: 600;
    line-height: 1.25;
    color: #000;
    margin: 0;
    opacity: 0;
    padding: 0;
    transform: translateX(60px);
    transition: opacity 450ms ease-in-out, transform 450ms ease-in-out; }
    .new-classic__slider-caption.in-view {
      opacity: 1;
      transform: translateX(0); }
  .new-classic__slider-image {
    min-width: 100%;
    min-height: 200px;
    position: relative; }
    @media (min-width: 768px) {
      .new-classic__slider-image {
        min-width: 585px;
        min-height: 357px; } }
  .new-classic__slider-single-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 650ms ease-in-out;
    width: 100%;
    height: 100%; }
    .new-classic__slider-single-image.current {
      opacity: 1; }
  .new-classic__description {
    padding: 0 0 32px;
    width: 100%;
    font-size: 0.94444rem;
    font-weight: 600;
    line-height: 1.25;
    color: #000;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0;
    transform: translateX(60px);
    transition: opacity 600ms ease-in-out, transform 600ms ease-in-out; }
    @media (min-width: 768px) {
      .new-classic__description {
        padding: 62px 60px 50px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      .new-classic__description {
        padding: 88px 0 70px;
        font-size: 1.33333rem; } }
    .new-classic__description.in-view {
      opacity: 1;
      transform: translateX(0); }
  .new-classic__pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%; }
  .new-classic__pagination-item {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #cfcfcf;
    margin: 0 7.5px;
    transition: background-color 300ms ease-in-out;
    cursor: pointer; }
    .new-classic__pagination-item.current {
      background-color: #000; }

.newsletter {
  display: flex;
  justify-content: center;
  align-items: center; }
  .newsletter__wrapper {
    padding: 114px 0 97px;
    background-image: linear-gradient(to left, #fff, #f4f4f1); }
  .newsletter__title {
    font-size: 2.22222rem;
    letter-spacing: -1.5px;
    color: #000;
    font-weight: 500;
    margin: 0 0 14px;
    text-align: center;
    line-height: 1; }
    @media (min-width: 1200px) {
      .newsletter__title {
        font-size: 2.77778rem; } }
    @media (min-width: 1200px) {
      .newsletter__title {
        font-size: 3.33333rem; } }
  .newsletter__description {
    font-weight: 600;
    color: #b2b2ae;
    text-align: center;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 40px; }
    @media (min-width: 1200px) {
      .newsletter__description {
        font-size: 1.33333rem; } }
  .newsletter__response {
    font-size: 0.8rem;
    padding: 0 0 0 45px;
    margin-top: 0.5rem;
    margin-bottom: 0; }
    .newsletter__response#newsletter-error-response {
      color: #FF002E; }
    .newsletter__response .parsley-errors-list {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }

.play-hardware {
  background: linear-gradient(100deg, #222222 40%, #000 93%);
  padding: 0.55556rem 0 6.11111rem; }
  @media (min-width: 768px) {
    .play-hardware {
      background: linear-gradient(117deg, #222222 54%, #000 94%);
      padding: 1.11111rem 0 8.33333rem; } }
  @media (min-width: 1200px) {
    .play-hardware {
      padding: 2.22222rem 0 13.88889rem;
      background: linear-gradient(137deg, #222222 31%, #000 93%); } }
  .play-hardware__title {
    font-size: 2.77778rem;
    font-weight: 400;
    letter-spacing: -0.14833rem;
    margin: 0 0 1em;
    line-height: normal; }
    @media (min-width: 768px) {
      .play-hardware__title {
        font-size: 5.55556rem;
        letter-spacing: -0.29611rem; } }
    @media (min-width: 1200px) {
      .play-hardware__title {
        font-size: 8.33333rem;
        letter-spacing: -0.44444rem; } }
    .play-hardware__title span {
      background-image: linear-gradient(97deg, #676767 13%, #3a3a3a 92%); }
  .play-hardware__image-wrapper img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 79/46;
    margin-bottom: 54px; }
  .play-hardware .three-column-text__text {
    color: #5d5d5d;
    font-size: 1.33333rem; }
    .play-hardware .three-column-text__text-wrapper {
      grid-gap: 60px 0;
      margin-top: 28px;
      padding: 0;
      grid-template-columns: 1fr; }
      @media (min-width: 992px) {
        .play-hardware .three-column-text__text-wrapper {
          grid-template-columns: 1fr 1fr 1fr; } }
    .play-hardware .three-column-text__text p {
      line-height: normal;
      margin: 0 30px 0; }
    .play-hardware .three-column-text__text:nth-child(3n + 1) p {
      margin: 0 20px 0 20px; }
      @media (min-width: 768px) {
        .play-hardware .three-column-text__text:nth-child(3n + 1) p {
          margin: 0 40px 0 40px; } }
      @media (min-width: 992px) {
        .play-hardware .three-column-text__text:nth-child(3n + 1) p {
          margin: 0 30px 0 50px; } }
    .play-hardware .three-column-text__text:nth-child(3n) p {
      margin: 0 20px 0 20px; }
      @media (min-width: 768px) {
        .play-hardware .three-column-text__text:nth-child(3n) p {
          margin: 0 40px 0 40px; } }
      @media (min-width: 992px) {
        .play-hardware .three-column-text__text:nth-child(3n) p {
          margin: 0 50px 0 30px; } }
    .play-hardware .three-column-text__text span {
      color: #acacac; }

.in-action {
  background: linear-gradient(70deg, #000 13%, #222222 115%);
  padding: 0.55556rem 0 6.11111rem; }
  @media (min-width: 768px) {
    .in-action {
      padding: 1.11111rem 0 5.55556rem;
      background: linear-gradient(38deg, #000 31%, #222222 88%); } }
  @media (min-width: 1200px) {
    .in-action {
      padding: 2.22222rem 0 8.22222rem;
      background: linear-gradient(20deg, #000 23%, #222222 92%); } }
  .in-action__title {
    font-size: 2.77778rem;
    font-weight: 400;
    letter-spacing: -0.14833rem;
    margin: 0 0 1em;
    line-height: normal; }
    @media (min-width: 768px) {
      .in-action__title {
        font-size: 5.55556rem;
        letter-spacing: -0.29611rem; } }
    @media (min-width: 1200px) {
      .in-action__title {
        font-size: 8.33333rem;
        letter-spacing: -0.44444rem; } }
    .in-action__title span {
      background-image: linear-gradient(90deg, #ff825b, #ac3b18); }
  .in-action__container--content {
    padding: 0; }
    @media (min-width: 1200px) {
      .in-action__container--content {
        padding: 0 50px; } }
  .in-action__accordion__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 60px; }
    @media (min-width: 1200px) {
      .in-action__accordion__wrapper {
        grid-template-columns: 2fr 1fr; } }
  .in-action__accordion__videos {
    position: relative;
    overflow: hidden; }
  .in-action__accordion__video {
    pointer-events: none;
    transform: translateX(-100%);
    transition: ease 0.3s;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .in-action__accordion__video.accordion__item--opened {
      pointer-events: unset;
      transform: translateX(0);
      opacity: 1;
      position: relative; }
      .in-action__accordion__video.accordion__item--opened ~ .accordion__item {
        transform: translateX(100%);
        opacity: 0;
        position: absolute; }
    .in-action__accordion__video iframe {
      width: 100%;
      height: auto;
      aspect-ratio: 16/9; }
  .in-action__accordion-titles {
    column-count: 2; }
    @media (min-width: 1200px) {
      .in-action__accordion-titles {
        column-count: 1; } }
    .in-action__accordion-titles__wrapper {
      display: flex;
      flex-direction: column; }
    .in-action__accordion-titles__title {
      color: #5d5d5d;
      cursor: pointer;
      line-height: 1.39;
      font-size: 1rem;
      padding: 0 20px; }
      @media (min-width: 768px) {
        .in-action__accordion-titles__title {
          font-size: 1.22222rem;
          padding: 0 40px; } }
      @media (min-width: 1200px) {
        .in-action__accordion-titles__title {
          font-size: 1.55556rem;
          column-count: 1; } }
      .in-action__accordion-titles__title.accordion__controller--active {
        color: #ff825b; }
  .in-action__disclaimer {
    font-size: 0.88889rem;
    line-height: normal;
    text-align: right;
    color: #5d5d5d;
    padding-right: 20px;
    margin-top: auto;
    padding-top: 2.88889rem; }
    @media (min-width: 768px) {
      .in-action__disclaimer {
        padding-right: 40px; } }
    @media (min-width: 1200px) {
      .in-action__disclaimer {
        padding-right: 0; } }

.play__title-span, .play-hardware__title span, .in-action__title span, .play-overview__title span, .three-column-text--play--play .three-column-title__title-wrapper h2 > span, .three-column-text--play--perform .three-column-title__title-wrapper h2 > span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(4px 11px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(4px 11px 5px rgba(0, 0, 0, 0.5)); }
  @media (min-width: 768px) {
    .play__title-span, .play-hardware__title span, .in-action__title span, .play-overview__title span, .three-column-text--play--play .three-column-title__title-wrapper h2 > span, .three-column-text--play--perform .three-column-title__title-wrapper h2 > span {
      -webkit-filter: drop-shadow(5px 21px 8px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(5px 21px 8px rgba(0, 0, 0, 0.5)); } }
  @media (min-width: 1200px) {
    .play__title-span, .play-hardware__title span, .in-action__title span, .play-overview__title span, .three-column-text--play--play .three-column-title__title-wrapper h2 > span, .three-column-text--play--perform .three-column-title__title-wrapper h2 > span {
      -webkit-filter: drop-shadow(7px 42px 10px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(7px 42px 10px rgba(0, 0, 0, 0.5)); } }

.play__title-span--no-gradient, .three-column-text--play--sequence .three-column-title__title-wrapper h2 > span > span {
  -webkit-filter: drop-shadow(4px 11px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(4px 11px 5px rgba(0, 0, 0, 0.5)); }
  @media (min-width: 768px) {
    .play__title-span--no-gradient, .three-column-text--play--sequence .three-column-title__title-wrapper h2 > span > span {
      -webkit-filter: drop-shadow(5px 21px 8px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(5px 21px 8px rgba(0, 0, 0, 0.5)); } }
  @media (min-width: 1200px) {
    .play__title-span--no-gradient, .three-column-text--play--sequence .three-column-title__title-wrapper h2 > span > span {
      -webkit-filter: drop-shadow(7px 42px 10px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(7px 42px 10px rgba(0, 0, 0, 0.5)); } }

.play-overview {
  background: linear-gradient(140deg, #222222 30%, #000 93%);
  padding: 1.5rem 0 8.22222rem; }
  .play-overview__title {
    font-weight: 400;
    margin: 0;
    font-size: 3.88889rem;
    line-height: 1;
    letter-spacing: -0.20722rem; }
    @media (min-width: 768px) {
      .play-overview__title {
        font-size: 6.66667rem;
        letter-spacing: -0.35556rem; } }
    @media (min-width: 1200px) {
      .play-overview__title {
        font-size: 11.11111rem;
        letter-spacing: -0.77056rem; } }
    @media (min-width: 1600px) {
      .play-overview__title {
        font-size: 14.44444rem;
        letter-spacing: -0.77056rem; } }
    .play-overview__title span {
      background-image: linear-gradient(95deg, #3a3a3a, #222222, #3a3a3a, #222222, #3a3a3a, #222222, #3a3a3a, #222222);
      background-size: 800% 100%;
      animation-name: play-overview;
      animation-duration: 20s;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
  .play-overview__image-wrapper {
    display: flex;
    justify-content: center;
    margin-top: -40px;
    position: relative; }
    @media (min-width: 768px) {
      .play-overview__image-wrapper {
        margin-top: -60px; } }
    @media (min-width: 1200px) {
      .play-overview__image-wrapper {
        margin-top: -100px; } }
    @media (min-width: 1600px) {
      .play-overview__image-wrapper {
        margin-top: -150px; } }
    .play-overview__image-wrapper img {
      max-width: 255px; }
      @media (min-width: 768px) {
        .play-overview__image-wrapper img {
          max-width: 452px; } }
      @media (min-width: 1200px) {
        .play-overview__image-wrapper img {
          max-width: 600px; } }
      @media (min-width: 1600px) {
        .play-overview__image-wrapper img {
          max-width: 798px; } }
  .play-overview .three-column-text__text {
    color: #5d5d5d;
    font-size: 1.11111rem; }
    @media (min-width: 768px) {
      .play-overview .three-column-text__text {
        font-size: 1.33333rem; } }
    @media (min-width: 768px) {
      .play-overview .three-column-text__text {
        font-size: 1.55556rem; } }
    .play-overview .three-column-text__text-wrapper {
      margin: 5.55556rem 0 2.5rem; }
      @media (min-width: 768px) {
        .play-overview .three-column-text__text-wrapper {
          grid-template-columns: 1fr; } }
      @media (min-width: 992px) {
        .play-overview .three-column-text__text-wrapper {
          grid-template-columns: 1fr 1fr 1fr; } }
    .play-overview .three-column-text__text p {
      line-height: normal;
      margin: 0; }
    .play-overview .three-column-text__text span {
      color: #ff825b; }
  .play-overview__buy-wrapper {
    display: flex;
    justify-content: flex-end; }
  .play-overview__buy-container {
    display: inline-grid;
    color: #fff;
    grid-gap: 1rem;
    grid-template-columns: auto auto; }
  .play-overview__buy__button {
    cursor: pointer;
    background-color: #ff825b;
    border-radius: 19px;
    border: none;
    font-size: 0.77778rem;
    height: 2.22222rem;
    width: 5.55556rem;
    line-height: 1;
    color: #fff;
    margin: 0.22222rem 0; }
  .play-overview__buy__price {
    font-size: 1.33333rem;
    line-height: 2; }
    @media (min-width: 420px) {
      .play-overview__buy__price {
        font-size: 1.77778rem;
        line-height: 1.5; } }
    @media (min-width: 576px) {
      .play-overview__buy__price {
        font-size: 2.66667rem;
        line-height: 1; } }
    .play-overview__buy__price-vat {
      color: #5d5d5d;
      font-size: 0.66667rem;
      text-align: right; }
  .play-overview__shipping {
    font-size: 0.66667rem;
    text-align: center; }

.posts__wrapper {
  background: #E1E2DF; }

.posts__container {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .posts__container {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1132px) {
    .posts__container {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1800px) {
    .posts__container {
      grid-template-columns: repeat(4, 1fr); } }

.press-announcements {
  margin-top: 30px; }
  .press-announcements h2 {
    margin: 0;
    font-size: 1.33333rem; }
    @media (min-width: 768px) {
      .press-announcements h2 {
        font-size: 1.77778rem; } }
  .press-announcements__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border-top: 1px solid #00000080; }
  .press-announcements__item {
    transition: opacity 0.2s ease;
    text-decoration: none;
    font-size: 0.88889rem;
    width: 100%;
    display: grid;
    padding: 20px 0 15px;
    border-bottom: 1px solid #0000001A;
    grid-template-columns: 166px auto;
    grid-column-gap: 10px;
    grid-row-gap: 0; }
    .press-announcements__item:hover, .press-announcements__item:focus {
      opacity: 0.7; }
    @media (min-width: 768px) {
      .press-announcements__item {
        grid-template-columns: 166px auto 7px; } }
    @media (min-width: 1132px) {
      .press-announcements__item {
        grid-template-columns: 186px auto 7px; } }
    .press-announcements__item:last-child {
      border-bottom: none; }
    .press-announcements__item__content {
      grid-row: 2;
      grid-column: span 2; }
      @media (min-width: 768px) {
        .press-announcements__item__content {
          grid-row: unset;
          grid-column: unset; } }
    .press-announcements__item__arrow {
      display: flex;
      justify-content: flex-end; }

.right-track {
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 35px 0; }
  @media (min-width: 768px) {
    .right-track {
      gap: 25px 0; } }
  .right-track__title {
    font-size: 2.22222rem;
    font-weight: 500;
    color: #000;
    line-height: 1;
    letter-spacing: -2.25px;
    text-align: center;
    margin: 0; }
    @media (min-width: 768px) {
      .right-track__title {
        font-size: 4rem; } }
    @media (min-width: 1200px) {
      .right-track__title {
        font-size: 5rem; } }
  .right-track__sub-title {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    line-height: 1.25;
    text-align: center;
    margin: 0; }
  .right-track__nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px 0;
    padding: 50px 0 50px;
    border-radius: 20px;
    border: 1px solid #cfcfcf;
    list-style: none; }
    @media (min-width: 576px) {
      .right-track__nav {
        width: calc(100% - 100px); } }
    @media (min-width: 768px) {
      .right-track__nav {
        width: auto;
        flex-direction: row;
        gap: 0 36px;
        padding: 5px 55px;
        margin-top: 55px; } }
    @media (min-width: 1200px) {
      .right-track__nav {
        height: 40px;
        gap: 0 72px;
        padding: 0 72px; } }
  .right-track__nav-link {
    font-weight: 700;
    color: #000; }

.rma-form__wrapper {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 1132px) {
    .rma-form__wrapper {
      margin-bottom: 75px; } }

.rma-form__container {
  background: #F8F8F6;
  padding: 20px;
  border-radius: 20px; }

.rma-form__section {
  display: none; }
  .rma-form__section--current {
    display: block; }

.rma-form__section_title {
  font-size: 1.5rem;
  margin-bottom: 40px; }
  .rma-form__section_title span {
    font-size: 1.2rem; }

.rma-form__section_checkbox {
  margin-bottom: 1.33333rem; }

.rma-form__fields-container {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.rma-form__field_group {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 1.33333rem; }
  .rma-form__field_group label {
    font-size: 0.88889rem;
    margin-bottom: 5px; }

.rma-form__navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 50px; }

.rma-form__next, .rma-form__submit {
  margin-left: auto; }

.rma-form__character-counter {
  text-align: right;
  font-size: 0.8em; }

.rma-form .choices {
  width: 100%;
  margin-bottom: 0; }

.rma-form__price-group {
  display: flex; }
  .rma-form__price-group input {
    border-radius: 2em 0 0 2em; }
  .rma-form__price-group .choices {
    width: 100px;
    border-radius: 0 2em 2em 0;
    border-left: 1px solid #E1E2DF;
    margin-bottom: 0; }

.rma-form .parsley-error {
  border: 1px solid #FF002E;
  box-shadow: unset; }

.rma-form .parsley-errors-list {
  list-style: none;
  color: #FF002E;
  font-size: 0.8rem;
  padding: 0;
  margin-top: 0.5rem;
  margin-bottom: 0; }

.rma-form__loader {
  margin-right: 5px; }

.rma-form__summary-inline {
  display: inline-block; }

.rma-form__summary-label {
  font-size: 0.77778rem; }

.rma-form__summary-value {
  word-break: break-word; }

.rma-form__error-message {
  border: 1px solid #FF5656;
  border-radius: 2rem;
  background-color: #FF565622;
  padding: 1rem 1.5rem;
  color: #FF5656;
  margin-bottom: 1.33333rem; }

.slider-videos__slider {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .slider-videos__slider {
      flex-direction: row; } }

.slider-videos__videos {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9; }
  @media (min-width: 992px) {
    .slider-videos__videos {
      width: 50%;
      aspect-ratio: 16/9; } }

.slider-videos__video {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 650ms ease-in-out; }
  .slider-videos__video.current {
    opacity: 1;
    pointer-events: all; }

.slider-videos iframe {
  height: 100%;
  width: 100%; }

.slider-videos__text-wrapper {
  position: relative;
  width: 100%;
  background-color: #000;
  padding: 20px;
  height: 175px; }
  @media (min-width: 768px) {
    .slider-videos__text-wrapper {
      padding: 40px;
      height: 300px; } }
  @media (min-width: 992px) {
    .slider-videos__text-wrapper {
      width: 50%;
      height: initial;
      aspect-ratio: 16/9;
      padding: 30px 60px; } }
  @media (min-width: 1200px) {
    .slider-videos__text-wrapper {
      padding: 68px 80px; } }

.slider-videos__text {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 450ms ease-in-out, transform 450ms ease-in-out; }
  @media (min-width: 768px) {
    .slider-videos__text {
      max-width: 575px;
      font-size: 1.33333rem; } }
  @media (min-width: 992px) {
    .slider-videos__text {
      max-width: 350px; } }
  .slider-videos__text.in-view {
    opacity: 1;
    transform: translateX(0); }

.slider-videos__buttons-wrapper {
  position: absolute;
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  left: 20px;
  bottom: 20px; }
  @media (min-width: 768px) {
    .slider-videos__buttons-wrapper {
      width: 550px;
      left: 40px;
      bottom: 40px; } }
  @media (min-width: 992px) {
    .slider-videos__buttons-wrapper {
      width: 350px;
      left: 60px;
      bottom: 30px; } }
  @media (min-width: 1200px) {
    .slider-videos__buttons-wrapper {
      left: 80px;
      bottom: 68px; } }

.slider-videos__arrow-button {
  height: 35px;
  width: 20px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: none;
  cursor: pointer; }
  @media (min-width: 768px) {
    .slider-videos__arrow-button {
      height: 47px;
      width: 25px; } }
  .slider-videos__arrow-button--left {
    transform: rotate(180deg); }

.stores {
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #00000080;
  margin-bottom: 50px; }
  @media (min-width: 1132px) {
    .stores {
      margin-bottom: 75px; } }
  .stores .store {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: static !important;
    border-bottom: 1px solid #0000001A; }
    .stores .store:last-child {
      border-bottom: none; }
    .stores .store__header {
      transition: opacity 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding-right: 24px;
      padding-top: 20px;
      padding-bottom: 15px;
      position: relative;
      width: 100%;
      cursor: pointer; }
      .stores .store__header:hover, .stores .store__header:focus {
        opacity: 0.7; }
      .stores .store__header .store__arrow {
        transform: rotateZ(0deg); }
      .stores .store__header.accordion__controller--active .store__arrow {
        transform: rotateZ(-180deg); }
    .stores .store__name {
      font-size: 0.88889rem;
      display: flex;
      flex: 1;
      margin: 0; }
    .stores .store__arrow {
      width: 14px;
      height: 8px;
      background-size: contain;
      position: absolute;
      top: 24px;
      right: 0;
      transform-origin: center;
      transition: all .3s ease; }
    .stores .store__details {
      padding: 0 60px;
      font-size: 0.88889rem;
      height: auto;
      max-height: 0;
      opacity: 0;
      visibility: hidden;
      overflow: hidden; }
      .stores .store__details.accordion__item--opened {
        padding: 15px 0 40px 30px;
        max-height: 100vh;
        opacity: 1;
        visibility: visible; }
      .stores .store__details a {
        transition: opacity 0.2s ease; }
        .stores .store__details a:hover, .stores .store__details a:focus {
          opacity: 0.7; }
      .stores .store__details p {
        margin: 0; }

.tech-specs {
  padding-top: 70px;
  padding-bottom: 45px; }
  @media (min-width: 1200px) {
    .tech-specs {
      padding-top: 140px; } }
  .tech-specs__title {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    margin: 0;
    letter-spacing: -1.8px; }
    @media (min-width: 768px) {
      .tech-specs__title {
        font-weight: 500;
        font-size: 3.33333rem; } }
    @media (min-width: 1200px) {
      .tech-specs__title {
        font-size: 4rem; } }
  .tech-specs__text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 50px;
    gap: 39px 0; }
    @media (min-width: 768px) {
      .tech-specs__text-wrapper {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0 60px;
        padding: initial;
        margin: 88px 0 100px; } }
    @media (min-width: 1200px) {
      .tech-specs__text-wrapper {
        margin: 88px 0 186px; } }
  @media (min-width: 768px) {
    .tech-specs__text {
      max-width: 260px; } }
  .tech-specs__text h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .tech-specs__text h3 {
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .tech-specs__text h3 {
        font-size: 1.33333rem; } }
  .tech-specs__text ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .tech-specs__text li {
    font-size: 0.77778rem;
    line-height: 1.43;
    font-weight: 500; }
    @media (min-width: 768px) {
      .tech-specs__text li {
        line-height: 1.88; } }
    @media (min-width: 1200px) {
      .tech-specs__text li {
        font-size: 0.88889rem; } }
  .tech-specs--play {
    padding: 1.11111rem 0 6.66667rem; }
    @media (min-width: 768px) {
      .tech-specs--play {
        padding: 1.11111rem 0 8.33333rem; } }
    @media (min-width: 1200px) {
      .tech-specs--play {
        padding: 2.77778rem 0 11.11111rem; } }
    .tech-specs--play .tech-specs__title {
      text-align: left;
      font-size: 2.77778rem;
      font-weight: 400;
      letter-spacing: -0.23722rem;
      line-height: normal;
      margin-bottom: 50px; }
      @media (min-width: 768px) {
        .tech-specs--play .tech-specs__title {
          margin-bottom: 60px;
          font-size: 4.44444rem; } }
      @media (min-width: 1200px) {
        .tech-specs--play .tech-specs__title {
          margin-bottom: 78px; } }
    @media (min-width: 768px) {
      .tech-specs--play .tech-specs__text {
        max-width: unset;
        display: grid;
        grid-template-columns: 50% 50%;
        width: 100%;
        margin-bottom: 54px; } }
    @media (min-width: 1200px) {
      .tech-specs--play .tech-specs__text {
        display: block;
        width: auto;
        margin-bottom: inherit; } }
    .tech-specs--play .tech-specs__text-wrapper {
      margin: 0 0 auto;
      padding: 0 0 40px 0; }
      @media (min-width: 768px) {
        .tech-specs--play .tech-specs__text-wrapper {
          flex-direction: column; } }
      @media (min-width: 1200px) {
        .tech-specs--play .tech-specs__text-wrapper {
          flex-direction: row; } }
    .tech-specs--play .tech-specs__text h3 {
      font-size: 1.22222rem;
      font-weight: 400;
      margin-bottom: 28px;
      margin-top: 0; }
      @media (min-width: 768px) {
        .tech-specs--play .tech-specs__text h3 {
          font-size: 1.33333rem; } }
      @media (min-width: 1200px) {
        .tech-specs--play .tech-specs__text h3 {
          font-size: 1.55556rem; } }
    .tech-specs--play .tech-specs__text p {
      font-size: 1rem;
      color: #5d5d5d;
      margin-bottom: 0;
      line-height: normal; }
      @media (min-width: 768px) {
        .tech-specs--play .tech-specs__text p {
          margin-top: 0;
          font-size: 1.11111rem; } }
      @media (min-width: 1200px) {
        .tech-specs--play .tech-specs__text p {
          margin-top: unset;
          font-size: 1.33333rem; } }

.testimonial-tiles {
  font-family: "Albert Sans VF", "Albert Sans", "Basier Square", sans-serif;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 1132px) {
    .testimonial-tiles {
      margin-top: 75px;
      margin-bottom: 75px; } }
  .testimonial-tiles__tiles {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    position: relative; }
    @media (min-width: 768px) {
      .testimonial-tiles__tiles {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1132px) {
      .testimonial-tiles__tiles {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 1800px) {
      .testimonial-tiles__tiles {
        grid-template-columns: repeat(4, 1fr); } }
  .testimonial-tiles__button__wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px; }

.testimonial-tile {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  background: #F8F8F6;
  overflow: hidden; }
  .testimonial-tile__wrapper:nth-child(2) {
    display: none; }
    @media (min-width: 768px) {
      .testimonial-tile__wrapper:nth-child(2) {
        display: flex; } }
  .testimonial-tile__wrapper:nth-child(3) {
    display: none; }
    @media (min-width: 1132px) {
      .testimonial-tile__wrapper:nth-child(3) {
        display: flex; } }
  .testimonial-tile__wrapper:nth-child(4) {
    display: none; }
    @media (min-width: 1800px) {
      .testimonial-tile__wrapper:nth-child(4) {
        display: flex; } }
  .testimonial-tile__image {
    aspect-ratio: 1.82773;
    object-fit: cover;
    display: block; }
  .testimonial-tile__text {
    padding: 15px 20px 71px; }
    .testimonial-tile__text__title {
      font-weight: 300;
      line-height: normal;
      margin: 0;
      font-size: 1.22222rem; }
      @media (min-width: 1132px) {
        .testimonial-tile__text__title {
          font-size: 1.33333rem; } }
    .testimonial-tile__text__subtitle {
      color: #ABABAB;
      font-weight: 300;
      line-height: normal;
      font-size: 1.22222rem; }
      @media (min-width: 1132px) {
        .testimonial-tile__text__subtitle {
          font-size: 1.33333rem; } }
    .testimonial-tile__text__content {
      margin-top: 20px;
      font-weight: 300;
      line-height: 157.143%;
      font-size: 0.77778rem; }
      @media (min-width: 768px) {
        .testimonial-tile__text__content {
          line-height: 137.5%;
          font-size: 0.88889rem; } }

.text-with-modal-video {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 50px;
  padding-bottom: 69px; }
  @media (min-width: 768px) {
    .text-with-modal-video {
      padding-bottom: 80px; } }
  @media (min-width: 1200px) {
    .text-with-modal-video {
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      padding-top: 200px;
      padding-bottom: 200px; } }
  .text-with-modal-video__text {
    font-size: 0.88889rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 30px 0; }
    @media (min-width: 768px) {
      .text-with-modal-video__text {
        font-size: 1rem;
        margin: 0 0 50px 0; } }
    @media (min-width: 1200px) {
      .text-with-modal-video__text {
        font-size: 1.33333rem;
        margin-right: 140px; } }
  .text-with-modal-video__button-wrapper {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap; }
    @media (min-width: 768px) {
      .text-with-modal-video__button-wrapper {
        justify-content: flex-start; } }
  .text-with-modal-video__button {
    display: flex;
    align-items: center;
    gap: 0 18px;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer; }
  .text-with-modal-video__button-icon {
    display: grid;
    place-items: center;
    height: 36px;
    width: 48px;
    border: 1px solid #cfcfcf;
    border-radius: 18px; }
  .text-with-modal-video__button-text {
    font-size: 0.77778rem;
    font-weight: 700;
    color: #000; }

.tracker-mini-albums__wrapper {
  background: radial-gradient(55.05% 90.55% at 60% 69.48%, #E1E6ED 0%, #ABB3BF 100%);
  display: flex;
  flex-direction: column; }

.tracker-mini-albums__title {
  color: #ffffff;
  font-size: 1.77778rem;
  line-height: 1.77778rem;
  letter-spacing: -0.05556rem;
  width: 280px;
  margin: 111px auto 13px auto; }
  .tracker-mini-albums__title br {
    display: none; }
  @media (min-width: 768px) {
    .tracker-mini-albums__title {
      font-size: 2.55556rem;
      line-height: 2.55556rem;
      letter-spacing: -0.11111rem;
      width: 497px;
      margin: 101px auto 13px auto; }
      .tracker-mini-albums__title br {
        display: unset; } }
  @media (min-width: 1200px) {
    .tracker-mini-albums__title {
      font-size: 2.88889rem;
      line-height: 2.88889rem;
      letter-spacing: -0.11111rem;
      width: 760px;
      margin: 158px auto 20px auto; } }

.tracker-mini-albums__albums {
  max-width: 274px;
  margin-bottom: -102px; }
  @media (min-width: 768px) {
    .tracker-mini-albums__albums {
      max-width: 548px;
      margin-bottom: -235px; } }
  @media (min-width: 1200px) {
    .tracker-mini-albums__albums {
      max-width: 1136px;
      margin-bottom: -476px; } }
  .tracker-mini-albums__albums__wrapper {
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 336px; }
    @media (min-width: 768px) {
      .tracker-mini-albums__albums__wrapper {
        max-width: 698px; } }
    @media (min-width: 1200px) {
      .tracker-mini-albums__albums__wrapper {
        max-width: 1200px; } }

.tracker-mini-albums__album__info {
  display: flex;
  color: #94A3B8;
  font-weight: 700;
  margin: 0 auto 44px auto;
  max-width: 280px;
  font-size: 1rem;
  line-height: 1.22222rem;
  max-height: 1.22222rem; }
  @media (min-width: 768px) {
    .tracker-mini-albums__album__info {
      margin: 0 auto 32px auto;
      max-width: 497px;
      font-size: 1.11111rem;
      line-height: 1.33333rem; } }
  @media (min-width: 1200px) {
    .tracker-mini-albums__album__info {
      max-width: 760px;
      margin: 0 auto 46px auto; } }

.swiper-button-next--albums, .swiper-button-prev--albums {
  cursor: pointer;
  padding: 40px;
  margin: 40px -40px -40px; }
  @media (min-width: 768px) {
    .swiper-button-next--albums, .swiper-button-prev--albums {
      margin: 40px 15px -40px -40px; } }
  @media (min-width: 1200px) {
    .swiper-button-next--albums, .swiper-button-prev--albums {
      margin: 40px -34px -40px -40px; } }
  .swiper-button-next--albums img, .swiper-button-prev--albums img {
    height: 25px;
    min-width: 16px; }

.swiper-button-next--albums img {
  transform: rotateZ(180deg); }

@media (min-width: 768px) {
  .swiper-button-next--albums {
    margin: 40px -40px -40px 15px; } }

@media (min-width: 1200px) {
  .swiper-button-next--albums {
    margin: 40px -40px -40px -34px; } }

.tracker-mini-bonus-video__wrapper {
  background: radial-gradient(61.74% 302.45% at 81.84% -8.62%, #36393E 0%, #000000 100%); }

.tracker-mini-bonus-video__title {
  color: #595F68;
  text-align: center;
  margin: 30px 0 30px 0; }
  @media (min-width: 768px) {
    .tracker-mini-bonus-video__title {
      margin: 60px 0 83px 0; } }
  @media (min-width: 768px) {
    .tracker-mini-bonus-video__title {
      margin: 60px 0 67px 0; } }

.tracker-mini-bonus-video__video {
  display: block;
  width: 100%;
  aspect-ratio: 5/3; }
  .tracker-mini-bonus-video__video__wrapper {
    overflow: hidden;
    border-radius: 20px; }
    @media (min-width: 768px) {
      .tracker-mini-bonus-video__video__wrapper {
        border-radius: 30px; } }
    @media (min-width: 768px) {
      .tracker-mini-bonus-video__video__wrapper {
        border-radius: 30px; } }

.tracker-mini-capable-compatible {
  z-index: 8;
  position: relative; }
  .tracker-mini-capable-compatible__wrapper {
    background: radial-gradient(73.48% 132.26% at 84.66% 9.68%, #36393E 0%, #000000 100%); }
    .tracker-mini-capable-compatible__wrapper .simpleParallax {
      overflow: visible !important; }
  .tracker-mini-capable-compatible__title {
    color: #595F68;
    margin: 79px 0 20px 0; }
    @media (min-width: 768px) {
      .tracker-mini-capable-compatible__title {
        margin: 90px 0 20px 0; } }
    @media (min-width: 1200px) {
      .tracker-mini-capable-compatible__title {
        margin: 124px 0 20px 0; } }
  .tracker-mini-capable-compatible__text {
    font-weight: 700;
    color: #ffffff; }
    @media (min-width: 1200px) {
      .tracker-mini-capable-compatible__text {
        max-width: 562px; } }
  .tracker-mini-capable-compatible__image {
    pointer-events: none;
    max-width: unset;
    display: block;
    width: 122.22222vw;
    filter: drop-shadow(30px 74px 22px rgba(0, 0, 0, 0.5));
    transform: translate3d(0, 0, 0); }
    @media (min-width: 768px) {
      .tracker-mini-capable-compatible__image {
        width: 91.25434vw; } }
    @media (min-width: 1200px) {
      .tracker-mini-capable-compatible__image {
        width: 79.47368vw;
        max-width: 1510px;
        filter: drop-shadow(50px 134px 27px rgba(0, 0, 0, 0.5)); } }
    .tracker-mini-capable-compatible__image__wrapper {
      overflow: hidden;
      width: 74.07407vw;
      height: 62.5vw;
      margin-left: 13.33333vw;
      margin-top: 0;
      margin-bottom: -1.44676vw;
      transform-origin: left; }
      @media (min-width: 768px) {
        .tracker-mini-capable-compatible__image__wrapper {
          width: 71.39757vw;
          height: 46.65799vw;
          margin-left: 17.1875vw;
          margin-top: 0;
          margin-bottom: -1.49197vw; } }
      @media (min-width: 1200px) {
        .tracker-mini-capable-compatible__image__wrapper {
          transform-origin: center;
          width: 71.27193vw;
          max-width: 1354.16667px;
          height: 40.70175vw;
          max-height: 773.33333px;
          margin-left: 33.22105vw;
          margin-top: -8.55263vw;
          margin-bottom: -1.73611vw; } }

.tracker-mini-full-of-features__wrapper {
  background: radial-gradient(73.48% 132.26% at 84.66% 9.68%, #36393E 0%, #000000 100%); }

.tracker-mini-full-of-features__title {
  text-align: center;
  color: #595F68;
  margin: 60px 0 68px 0; }
  @media (min-width: 768px) {
    .tracker-mini-full-of-features__title {
      margin: 81px 0 103px 0; } }
  @media (min-width: 1200px) {
    .tracker-mini-full-of-features__title {
      margin: 113px 0 95px 0; } }

.tracker-mini-full-of-features__slider {
  position: relative;
  max-width: 84.8%;
  aspect-ratio: 800/480;
  margin: -206.09781px auto 41.87645px; }
  @media (min-width: 768px) {
    .tracker-mini-full-of-features__slider {
      margin: -407.02703px auto 82.7027px; } }
  .tracker-mini-full-of-features__slider__wrapper {
    position: relative;
    width: 319px;
    margin: 0 auto;
    overflow: hidden; }
    @media (min-width: 768px) {
      .tracker-mini-full-of-features__slider__wrapper {
        width: 630px; } }
  .tracker-mini-full-of-features__slider__image {
    object-fit: cover; }
  .tracker-mini-full-of-features__slider__frame {
    pointer-events: none;
    display: block;
    z-index: 5;
    position: relative;
    width: 319px;
    filter: drop-shadow(20px 24px 12px rgba(0, 0, 0, 0.45));
    transform: translate3d(0, 0, 0); }
    @media (min-width: 768px) {
      .tracker-mini-full-of-features__slider__frame {
        filter: drop-shadow(30px 124px 37px rgba(0, 0, 0, 0.45));
        width: 630px; } }

.tracker-mini-full-of-features__content {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 8; }

.tracker-mini-full-of-features__slider--text {
  width: 280px; }
  .tracker-mini-full-of-features__slider--text.swiper {
    margin: 0; }
  @media (min-width: 768px) {
    .tracker-mini-full-of-features__slider--text {
      width: 546px; } }
  @media (min-width: 1200px) {
    .tracker-mini-full-of-features__slider--text {
      width: 760px; } }
  .tracker-mini-full-of-features__slider--text__wrapper {
    display: flex;
    margin: 30px 0 60px 0; }
    @media (min-width: 768px) {
      .tracker-mini-full-of-features__slider--text__wrapper {
        margin: 30px 0 65px 0; } }
    @media (min-width: 1200px) {
      .tracker-mini-full-of-features__slider--text__wrapper {
        margin: 30px 0 94px 0; } }
  .tracker-mini-full-of-features__slider--text__title {
    color: #ffffff;
    margin: 0 0 10px;
    font-size: 1.22222rem;
    line-height: 1.44444rem; }
    @media (min-width: 768px) {
      .tracker-mini-full-of-features__slider--text__title {
        margin: 0 0 10px;
        font-size: 1.94444rem;
        line-height: 2.33333rem; } }
  .tracker-mini-full-of-features__slider--text__text {
    color: #697382;
    font-weight: 700;
    font-size: 0.77778rem;
    line-height: 0.94444rem; }
    @media (min-width: 768px) {
      .tracker-mini-full-of-features__slider--text__text {
        font-size: 0.88889rem;
        line-height: 1.05556rem; } }

.swiper-button-next--features, .swiper-button-prev--features {
  cursor: pointer;
  display: flex; }

.swiper-button-prev--features {
  margin: 0 13px 0 auto; }
  @media (min-width: 768px) {
    .swiper-button-prev--features {
      margin: 0 46px 0 auto; } }
  @media (min-width: 1200px) {
    .swiper-button-prev--features {
      margin: 0 66px 0 auto; } }

.swiper-button-next--features {
  transform: rotateZ(180deg);
  margin: 0 auto 0 13px; }
  @media (min-width: 768px) {
    .swiper-button-next--features {
      margin: 0 auto 0 46px; } }
  @media (min-width: 1200px) {
    .swiper-button-next--features {
      margin: 0 auto 0 66px; } }

.tracker-mini-in-action {
  max-width: Min(90%, 320px); }
  @media (min-width: 768px) {
    .tracker-mini-in-action {
      max-width: 546px; } }
  @media (min-width: 1200px) {
    .tracker-mini-in-action {
      max-width: 760px; } }
  .tracker-mini-in-action__wrapper {
    background: #A47EEF;
    display: flex;
    flex-direction: column; }
  .tracker-mini-in-action__title {
    color: #A8B2C0;
    text-align: center;
    margin: 91px 0 30px 0;
    max-width: 280px; }
    @media (min-width: 768px) {
      .tracker-mini-in-action__title {
        margin: 130px 0 52px 0;
        max-width: unset; } }
    @media (min-width: 1200px) {
      .tracker-mini-in-action__title {
        margin: 140px 0 36px 0; } }
  .tracker-mini-in-action__slider {
    border-radius: 20px; }
    @media (min-width: 768px) {
      .tracker-mini-in-action__slider {
        border-radius: 30px; } }
    @media (min-width: 1200px) {
      .tracker-mini-in-action__slider {
        border-radius: 30px; } }
    .tracker-mini-in-action__slider__frame {
      border-radius: 20px; }
      @media (min-width: 768px) {
        .tracker-mini-in-action__slider__frame {
          border-radius: 30px; } }
      @media (min-width: 1200px) {
        .tracker-mini-in-action__slider__frame {
          border-radius: 30px; } }
    .tracker-mini-in-action__slider__slide iframe {
      width: 100%;
      height: auto;
      display: block;
      aspect-ratio: 16/9;
      background: transparent;
      border-radius: 20px; }
      @media (min-width: 768px) {
        .tracker-mini-in-action__slider__slide iframe {
          border-radius: 30px; } }
      @media (min-width: 1200px) {
        .tracker-mini-in-action__slider__slide iframe {
          border-radius: 30px; } }
  .tracker-mini-in-action__slider--text__wrapper {
    position: relative;
    margin: 31px auto 90px auto;
    max-width: 280px; }
    @media (min-width: 768px) {
      .tracker-mini-in-action__slider--text__wrapper {
        max-width: 100%;
        margin: 41px 0 130px 0; } }
    @media (min-width: 1200px) {
      .tracker-mini-in-action__slider--text__wrapper {
        margin: 44px 0 131px 0; } }
  .tracker-mini-in-action__slider--text__slide {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    cursor: grab;
    font-size: 1.11111rem;
    line-height: 1.33333rem;
    display: flex;
    justify-content: center;
    align-items: center; }
  .tracker-mini-in-action__slider--text__arrow {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    height: 25px; }
    .tracker-mini-in-action__slider--text__arrow.swiper-button-prev--in-action {
      left: -20px; }
      @media (min-width: 768px) {
        .tracker-mini-in-action__slider--text__arrow.swiper-button-prev--in-action {
          left: -60px; } }
      @media (min-width: 1200px) {
        .tracker-mini-in-action__slider--text__arrow.swiper-button-prev--in-action {
          left: -80px; } }
    .tracker-mini-in-action__slider--text__arrow.swiper-button-next--in-action {
      transform: translateY(-50%) rotateZ(180deg);
      right: -20px; }
      @media (min-width: 768px) {
        .tracker-mini-in-action__slider--text__arrow.swiper-button-next--in-action {
          right: -60px; } }
      @media (min-width: 1200px) {
        .tracker-mini-in-action__slider--text__arrow.swiper-button-next--in-action {
          right: -80px; } }

.tracker-mini-overview__double-section-wrapper {
  overflow: hidden; }

.tracker-mini-overview__wrapper {
  display: flex;
  flex-direction: column;
  background: radial-gradient(48.59% 84.01% at 37.18% 96.3%, #36393E 0%, #000000 100%);
  z-index: 4;
  padding: 20px 0 0;
  margin-bottom: -20px;
  border-radius: 0 0 20px 20px; }
  @media (min-width: 768px) {
    .tracker-mini-overview__wrapper {
      padding: 30px 0 0;
      margin-bottom: -30px;
      border-radius: 0 0 30px 30px; } }

.tracker-mini-overview--bottom__wrapper {
  background: #A47EEF;
  z-index: 1;
  border-radius: 0; }

.tracker-mini-overview__image {
  display: block;
  filter: drop-shadow(0px 42px 13px rgba(0, 0, 0, 0.35));
  transform: translate3d(0, 0, 0);
  margin: 48px auto -60.1px calc(100% - 320px);
  max-width: 354px;
  /*all subsequent margins for the image need to be calculated based on margin proportion
    the calculations are necessary, because:
    1. margins left and right are not equal
    2. designs are interpreted as specifying sizes and not proportions
    (to minimize the amount of calculations needed for other elements, such as fonts)

    this approach means that specific calculations need to be performed on the side margins, to ensure they are proportioned correctly

    margin calculation:
    (THIS_MARGIN_DESIGN / SUM_OF_MARGINS_DESIGN) * (WIDTH OF CONTAINER - WIDTH OF IMAGE)
    values are explicitly written, so as to increase legibility (if at all possible)
    */ }
  @media (min-width: 420px) {
    .tracker-mini-overview__image {
      margin-left: auto; } }
  @media (min-width: 768px) {
    .tracker-mini-overview__image {
      filter: drop-shadow(0px 76px 22px rgba(0, 0, 0, 0.35));
      margin: 64px calc((50 / (54 + 50)) * (100% - 664px)) -150.7px calc((50 / (50 + 54)) * (100% - 664px));
      max-width: 664px; } }
  @media (min-width: 1200px) {
    .tracker-mini-overview__image {
      filter: drop-shadow(0px 134px 27px rgba(0, 0, 0, 0.35));
      margin: 87px calc((483 / (415 + 483)) * (100% - 1002px)) -219.61px calc((483 / (415 + 483)) * (100% - 1002px));
      max-width: 1002px; } }
  .tracker-mini-overview__image__wrapper {
    z-index: 8; }

.tracker-mini-overview__title {
  margin: 80.12px auto 20px;
  color: #A8B2C0;
  font-style: normal;
  font-size: 2.88889rem;
  line-height: 3.44444rem;
  letter-spacing: -0.11111rem; }
  @media (min-width: 768px) {
    .tracker-mini-overview__title {
      margin: 101.51px auto 20px;
      font-size: 3.44444rem;
      line-height: 4.11111rem;
      letter-spacing: -0.11111rem; } }
  @media (min-width: 1200px) {
    .tracker-mini-overview__title {
      margin: 159px auto 20px;
      font-size: 4rem;
      line-height: 4.77778rem;
      letter-spacing: -0.11111rem; } }
  .tracker-mini-overview__title--bottom {
    margin-top: 93px;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: -0.11111rem; }
    @media (min-width: 768px) {
      .tracker-mini-overview__title--bottom {
        margin-top: 188px;
        font-size: 3.11111rem;
        line-height: 3.72222rem;
        letter-spacing: -0.11111rem; } }
    @media (min-width: 1200px) {
      .tracker-mini-overview__title--bottom {
        margin-top: 265px;
        font-size: 4rem;
        line-height: 4.77778rem;
        letter-spacing: -0.11111rem; } }

.tracker-mini-overview__text {
  color: #ffffff;
  font-weight: 700;
  margin: 0 auto; }
  .tracker-mini-overview__text--bottom {
    margin: 0 auto 70px; }
    @media (min-width: 768px) {
      .tracker-mini-overview__text--bottom {
        margin: 0 auto 190px; } }
    @media (min-width: 1200px) {
      .tracker-mini-overview__text--bottom {
        margin: 0 auto 203px; } }

.tracker-mini-studio__text-block, .tracker-mini-studio__title, .tracker-mini-studio__text {
  width: 280px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .tracker-mini-studio__text-block, .tracker-mini-studio__title, .tracker-mini-studio__text {
      width: 546px;
      margin: 0 calc((112 / (110 + 112)) * (100% - 546px)) 0 calc((110 / (110 + 112)) * (100% - 546px));
      max-width: 664px; } }
  @media (min-width: 1400px) {
    .tracker-mini-studio__text-block, .tracker-mini-studio__title, .tracker-mini-studio__text {
      width: 484px;
      margin: 0 calc((846 / (570 + 846)) * (100% - 484px)) 0 calc((570 / (570 + 846)) * (100% - 484px)); } }

.tracker-mini-studio {
  background: radial-gradient(73.48% 132.26% at 84.66% 9.68%, #36393E 0%, #000000 100%); }
  .tracker-mini-studio .simpleParallax {
    overflow: visible !important; }
  .tracker-mini-studio__title {
    color: #595F68;
    margin-top: 50px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .tracker-mini-studio__title {
        margin-top: 71px;
        margin-bottom: 20px; } }
    @media (min-width: 1200px) {
      .tracker-mini-studio__title {
        margin-top: 184px;
        margin-bottom: 20px; } }
  .tracker-mini-studio__text {
    color: #ffffff;
    margin-bottom: 90px; }
    @media (min-width: 768px) {
      .tracker-mini-studio__text {
        margin-bottom: 160px; } }
    @media (min-width: 1400px) {
      .tracker-mini-studio__text {
        margin-bottom: 0; } }
  .tracker-mini-studio__image {
    display: block;
    min-width: 342.5px;
    width: 342.5px;
    margin: 0 auto;
    filter: drop-shadow(20px 34px 16px rgba(0, 0, 0, 0.45));
    transform: translate3d(0, 0, 0); }
    @media (min-width: 768px) {
      .tracker-mini-studio__image {
        width: 595px;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: calc((28 / (26 + 28)) * (100% - 714px) * 1.2);
        margin-left: calc((26 / (26 + 28)) * (100% - 714px) * 1.2);
        filter: drop-shadow(40px 74px 26px rgba(0, 0, 0, 0.45)); } }
    @media (min-width: 1400px) {
      .tracker-mini-studio__image {
        filter: drop-shadow(40px 74px 26px rgba(0, 0, 0, 0.45));
        width: 893.33333px;
        /* max-width is calculated with following goals:
      1. preserve width of 1072px for 1900px and above
      2. prevent image overlapping text below 1900px

      calculation fragments:
      1. modifier to account for irregular shape of image: 12%
      2. width of container: 100%
      3. width of left margin of text block: ((570 / (570 + 846)) * (100% - 484px))
      4. width of text block: 484px
      */
        max-width: calc(0.83333 * ((12% + 100%) - ((570 / (570 + 846)) * (100% - 484px)) - 484px));
        margin: 0 7.2px 0 auto;
        bottom: 0;
        right: 0; } }
    .tracker-mini-studio__image__wrapper {
      overflow-x: hidden;
      overflow-y: visible;
      display: flex;
      justify-content: center;
      transform-origin: center; }
      @media (min-width: 768px) {
        .tracker-mini-studio__image__wrapper {
          display: block;
          transform-origin: left; } }
      @media (min-width: 1400px) {
        .tracker-mini-studio__image__wrapper {
          overflow: visible;
          position: relative;
          transform-origin: right;
          margin-top: -273.33333px; } }

.tracker-mini-text-with-video__wrapper {
  background-color: #6FC4E8;
  padding: 90px 0 130px 0; }
  @media (min-width: 768px) {
    .tracker-mini-text-with-video__wrapper {
      padding: 130px 0 180px 0; } }
  @media (min-width: 1200px) {
    .tracker-mini-text-with-video__wrapper {
      padding: 180px 0 188px 0; } }

.tracker-mini-text-with-video__title {
  color: #D7DDE5;
  margin: 0 0 20px 0;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: -2px; }
  @media (min-width: 768px) {
    .tracker-mini-text-with-video__title {
      font-size: 3.11111rem;
      line-height: 3.11111rem;
      letter-spacing: -2px; } }
  @media (min-width: 1200px) {
    .tracker-mini-text-with-video__title {
      font-size: 4rem;
      line-height: 4rem;
      letter-spacing: -2px; } }

.tracker-mini-text-with-video__text {
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 50px 0;
  font-size: 0.88889rem;
  line-height: 1.05556rem; }
  @media (min-width: 768px) {
    .tracker-mini-text-with-video__text {
      margin: 0 0 80px 0;
      font-size: 1.11111rem;
      line-height: 1.33333rem; } }
  @media (min-width: 1200px) {
    .tracker-mini-text-with-video__text {
      margin: 0 0 100px 0;
      font-size: 1.11111rem;
      line-height: 1.33333rem; } }

.tracker-mini-text-with-video__video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 20px; }
  @media (min-width: 768px) {
    .tracker-mini-text-with-video__video {
      border-radius: 30px; } }
  .tracker-mini-text-with-video__video__wrapper {
    width: Min(90%, 320px);
    margin: 0 auto; }
    @media (min-width: 768px) {
      .tracker-mini-text-with-video__video__wrapper {
        width: 546px; } }
    @media (min-width: 768px) {
      .tracker-mini-text-with-video__video__wrapper {
        width: 760px; } }

.tutorials {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #000000;
  margin-bottom: 50px; }
  @media (min-width: 1132px) {
    .tutorials {
      margin-bottom: 75px; } }
  .tutorials__tile {
    transition: opacity 0.2s ease;
    width: 100%;
    border-bottom: 1px solid #0000001A;
    font-size: 0.88889rem;
    padding: 15px 0;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
    .tutorials__tile:hover, .tutorials__tile:focus {
      opacity: 0.7; }
    .tutorials__tile:last-child {
      border-bottom: none; }
  .tutorials__play {
    background-color: #fff;
    border-radius: 2em;
    padding: 5px 16px 6px;
    font-size: 0.88889rem;
    border: 1px solid #000000;
    display: flex;
    gap: 10px;
    align-items: center;
    height: 30px; }
    .tutorials__play svg {
      transform: rotateZ(180deg); }
  .tutorials__title {
    cursor: pointer; }

.testimonials {
  position: relative;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .testimonials {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1132px) {
    .testimonials {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1800px) {
    .testimonials {
      grid-template-columns: repeat(4, 1fr); } }

.three-column-text {
  padding-top: 80px;
  padding-bottom: 170px; }
  @media (min-width: 768px) {
    .three-column-text {
      padding-bottom: 160px; } }
  @media (min-width: 1200px) {
    .three-column-text {
      padding-top: 180px;
      padding-bottom: 360px; } }
  .three-column-text__title {
    font-size: 2rem; }
  .three-column-text__text-wrapper {
    display: grid;
    grid-gap: 45px 0;
    grid-template-columns: 1fr; }
    @media (min-width: 768px) {
      .three-column-text__text-wrapper {
        grid-gap: 50px 60px;
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 1200px) {
      .three-column-text__text-wrapper {
        grid-gap: 120px 80px;
        grid-template-columns: 1fr 1fr 1fr; } }
  .three-column-text h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.25; }
    .three-column-text h3 span {
      line-height: 1.25; }
    .three-column-text h3 strong {
      font-weight: 600;
      line-height: 1.25; }
    @media (min-width: 768px) {
      .three-column-text h3 {
        font-size: 1.33333rem; } }
  .three-column-text--play {
    color: #5d5d5d;
    padding: 0.83333rem 0 6.11111rem;
    font-size: 1.33333rem;
    position: relative; }
    @media (min-width: 768px) {
      .three-column-text--play {
        padding: 1.11111rem 0 8.33333rem; } }
    @media (min-width: 992px) {
      .three-column-text--play {
        padding: 1.5rem 0 8.33333rem; } }
    .three-column-text--play .three-column-text__text-wrapper {
      grid-gap: 60px; }
      @media (min-width: 768px) {
        .three-column-text--play .three-column-text__text-wrapper {
          grid-template-columns: 1fr; } }
      @media (min-width: 992px) {
        .three-column-text--play .three-column-text__text-wrapper {
          grid-template-columns: 1fr 1fr 1fr; } }
      .three-column-text--play .three-column-text__text-wrapper p {
        margin: 0;
        font-size: 1rem;
        line-height: normal; }
        @media (min-width: 768px) {
          .three-column-text--play .three-column-text__text-wrapper p {
            font-size: 1.33333rem; } }
    .three-column-text--play .three-column-title__title-wrapper h2 {
      margin: 0 0 3.88889rem;
      font-weight: 400;
      font-size: 3.33333rem;
      letter-spacing: -0.20722rem;
      line-height: 1; }
      @media (min-width: 420px) {
        .three-column-text--play .three-column-title__title-wrapper h2 {
          font-size: 3.88889rem; } }
      @media (min-width: 768px) {
        .three-column-text--play .three-column-title__title-wrapper h2 {
          font-size: 6.66667rem;
          letter-spacing: -0.35556rem;
          margin: 0 0 6.11111rem; } }
      @media (min-width: 1200px) {
        .three-column-text--play .three-column-title__title-wrapper h2 {
          margin: 0 0 9.33333rem;
          font-size: 14.44444rem;
          letter-spacing: -0.77056rem; } }
      .three-column-text--play .three-column-title__title-wrapper h2 > span {
        background-image: linear-gradient(90deg, #ff825b, #ac3b18); }
    .three-column-text--play--play {
      background-image: linear-gradient(108deg, #222222 41%, #000 88%);
      overflow-y: hidden; }
      @media (min-width: 768px) {
        .three-column-text--play--play {
          background: linear-gradient(119deg, #222222 37%, #000 93%); } }
      @media (min-width: 1200px) {
        .three-column-text--play--play {
          background: linear-gradient(131deg, #222222 34%, #000 92%); } }
      .three-column-text--play--play .three-column-title__title-wrapper h2 {
        margin: 0 0 3.88889rem; }
        @media (min-width: 768px) {
          .three-column-text--play--play .three-column-title__title-wrapper h2 {
            margin: 0 0 7.22222rem; } }
        @media (min-width: 992px) {
          .three-column-text--play--play .three-column-title__title-wrapper h2 {
            margin: 0 0 11.11111rem; } }
        @media (min-width: 1600px) {
          .three-column-text--play--play .three-column-title__title-wrapper h2 {
            margin: 0 0 16.66667rem; } }
        .three-column-text--play--play .three-column-title__title-wrapper h2 > span {
          background-image: linear-gradient(90deg, #ff825b, #ac3b18, #ff825b, #ac3b18, #ff825b, #ac3b18, #ff825b, #ac3b18);
          background-position: 100% 50%;
          background-size: 800% 100%;
          animation-name: play;
          animation-duration: 10s;
          animation-timing-function: linear;
          animation-iteration-count: infinite; }
      .three-column-text--play--play p {
        line-height: normal; }
        .three-column-text--play--play p span {
          color: #ff825b; }
    .three-column-text--play--perform {
      background-image: linear-gradient(176deg, #000 9%, #222222 83%);
      padding-bottom: 13.38889rem; }
      @media (min-width: 768px) {
        .three-column-text--play--perform {
          padding-bottom: 24.38889rem;
          background-image: linear-gradient(162deg, #000 12%, #222222 66%); } }
      @media (min-width: 992px) {
        .three-column-text--play--perform {
          padding-bottom: 15.66667rem;
          background-image: linear-gradient(162deg, #000 16%, #222222 68%); } }
      .three-column-text--play--perform .three-column-title__title-wrapper h2 > span {
        background-image: none;
        color: #1a432f;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset; }
      .three-column-text--play--perform .three-column-title__title-wrapper h2 > span > span:first-child {
        margin-right: -10px;
        padding-right: 5px; }
      .three-column-text--play--perform .three-column-title__title-wrapper h2 > span > span:nth-child(1) {
        animation-duration: 1.8s;
        animation-name: perform-1;
        animation-iteration-count: infinite; }
      .three-column-text--play--perform .three-column-title__title-wrapper h2 > span > span:nth-child(2) {
        animation-duration: 1.8s;
        animation-name: perform-2;
        animation-iteration-count: infinite; }
      .three-column-text--play--perform .three-column-title__title-wrapper h2 > span > span:nth-child(3) {
        animation-duration: 1.8s;
        animation-name: perform-3;
        animation-iteration-count: infinite; }
      .three-column-text--play--perform .three-column-title__title-wrapper h2 > span > span:nth-child(4) {
        animation-duration: 1.8s;
        animation-name: perform-4;
        animation-iteration-count: infinite; }
      .three-column-text--play--perform .three-column-title__title-wrapper h2 > span > span:nth-child(5) {
        animation-duration: 1.8s;
        animation-name: perform-5;
        animation-iteration-count: infinite; }
      .three-column-text--play--perform .three-column-title__title-wrapper h2 > span > span:nth-child(6) {
        animation-duration: 1.8s;
        animation-name: perform-6;
        animation-iteration-count: infinite; }
      .three-column-text--play--perform .three-column-title__title-wrapper h2 > span > span:nth-child(7) {
        animation-duration: 1.8s;
        animation-name: perform-7;
        animation-iteration-count: infinite; }
      .three-column-text--play--perform .three-column-title__title-wrapper h2 > span > span:nth-child(8) {
        animation-duration: 1.8s;
        animation-name: perform-8;
        animation-iteration-count: infinite; }
      .three-column-text--play--perform p {
        line-height: normal; }
        .three-column-text--play--perform p span {
          color: #55c38f; }
    .three-column-text--play--sequence {
      background-image: linear-gradient(114deg, #222222 42%, #000 93%); }
      @media (min-width: 768px) {
        .three-column-text--play--sequence {
          background-image: linear-gradient(112deg, #222222 33%, #000 86%); } }
      @media (min-width: 992px) {
        .three-column-text--play--sequence {
          background-image: linear-gradient(131deg, #222222 34%, #000 92%); } }
      .three-column-text--play--sequence .three-column-title__title-wrapper h2 > span {
        background-image: none;
        filter: drop-shadow(4px 11px 5px rgba(0, 0, 0, 0.5)); }
        @media (min-width: 768px) {
          .three-column-text--play--sequence .three-column-title__title-wrapper h2 > span {
            filter: drop-shadow(5px 21px 8px rgba(0, 0, 0, 0.5)); } }
        @media (min-width: 1200px) {
          .three-column-text--play--sequence .three-column-title__title-wrapper h2 > span {
            filter: drop-shadow(7px 42px 10px rgba(0, 0, 0, 0.5)); } }
        .three-column-text--play--sequence .three-column-title__title-wrapper h2 > span > span {
          color: #3a2a5b;
          animation-duration: 9s;
          animation-timing-function: ease;
          animation-iteration-count: infinite; }
      .three-column-text--play--sequence p {
        line-height: normal; }
        .three-column-text--play--sequence p span {
          color: #a57eee; }
  .three-column-text__play-image {
    position: absolute; }
    .three-column-text__play-image--play {
      top: 0;
      right: 0;
      max-width: 46%;
      height: 125px;
      object-fit: cover;
      object-position: left; }
      @media (min-width: 576px) {
        .three-column-text__play-image--play {
          max-width: 60%; } }
      @media (min-width: 768px) {
        .three-column-text__play-image--play {
          max-width: 60%;
          height: auto; } }
      @media (min-width: 1200px) {
        .three-column-text__play-image--play {
          max-width: 50%; } }
      @media (min-width: 1600px) {
        .three-column-text__play-image--play {
          max-width: 60%; } }
      @media (min-width: 1800px) {
        .three-column-text__play-image--play {
          max-width: unset; } }
    .three-column-text__play-image--perform {
      bottom: 0;
      max-width: calc(100% - 40px);
      right: 50%;
      transform: translateX(50%);
      max-height: 201px; }
      @media (min-width: 768px) {
        .three-column-text__play-image--perform {
          max-width: 615px;
          max-height: 399px; } }
      @media (min-width: 992px) {
        .three-column-text__play-image--perform {
          right: 0;
          max-width: 757px;
          max-height: unset;
          transform: unset; } }

.wysiwyg__wrapper {
  padding: 0;
  margin: 40px 0; }
  @media (min-width: 768px) {
    .wysiwyg__wrapper {
      margin: 50px 0; } }
  .wysiwyg__wrapper--margin-large {
    margin: 80px 0; }
    @media (min-width: 768px) {
      .wysiwyg__wrapper--margin-large {
        margin: 100px 0; } }

.wysiwyg .buttons-group {
  margin: 40px 0; }

.wysiwyg__typography *:first-child {
  margin-top: 0; }

.wysiwyg__typography *:last-child {
  margin-bottom: 0; }

.wysiwyg__typography--default h2 {
  font-size: 1.11111rem;
  margin: 50px 0 20px; }
  @media (min-width: 768px) {
    .wysiwyg__typography--default h2 {
      font-size: 1.55556rem; } }

.wysiwyg__typography--default h3 {
  font-size: 0.88889rem;
  margin: 1.06667rem 0; }
  @media (min-width: 768px) {
    .wysiwyg__typography--default h3 {
      font-size: 1rem;
      margin: 1.19444rem 0; } }

.wysiwyg__typography--default p {
  font-size: 0.88889rem; }
  @media (min-width: 768px) {
    .wysiwyg__typography--default p {
      font-size: 1rem; } }

.wysiwyg__typography--default ul, .wysiwyg__typography--default ol {
  padding-left: 1.5rem; }

.wysiwyg__typography--tracker-page h1 {
  font-size: 2.22222rem;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: -1px;
  line-height: 1; }

.wysiwyg__typography--tracker-page p {
  font-size: 0.88889rem; }
  .wysiwyg__typography--tracker-page p strong {
    font-weight: 600; }

@media (min-width: 768px) {
  .wysiwyg__typography--tracker-page h1 {
    font-size: 4rem; }
  .wysiwyg__typography--tracker-page p {
    font-size: 1rem; } }

@media (min-width: 1200px) {
  .wysiwyg__typography--tracker-page h1 {
    font-size: 6.11111rem;
    letter-spacing: -2.75px; }
  .wysiwyg__typography--tracker-page p {
    font-size: 1.33333rem;
    line-height: 1.25; } }

.wysiwyg__typography--legacy-large p {
  line-height: 1.5;
  font-size: 1.11111rem; }

@media (min-width: 768px) {
  .wysiwyg__typography--legacy-large p {
    font-size: 1.44444rem; } }

@media (min-width: 1132px) {
  .wysiwyg__typography--legacy-large p {
    font-size: 1.77778rem; } }

.wysiwyg__typography--legacy-regular p {
  line-height: 1.5;
  font-size: 0.88889rem; }

@media (min-width: 768px) {
  .wysiwyg__typography--legacy-regular p {
    font-size: 1rem; } }

/* banners
--------------------------------------------- */
.records-ribbon {
  background-color: #f4f4ef;
  border-radius: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center; }
  .records-ribbon__wrapper {
    padding: 0 10px 30px; }
    @media (min-width: 768px) {
      .records-ribbon__wrapper {
        padding: 0 30px 20px; } }
    @media (min-width: 1200px) {
      .records-ribbon__wrapper {
        padding: 0 50px 20px; } }
  .records-ribbon__text {
    font-size: 0.88889rem;
    line-height: 1.05556rem;
    display: flex;
    flex-direction: column;
    margin: 14px 0 15px 20px; }
    @media (min-width: 768px) {
      .records-ribbon__text {
        font-size: 1.27778rem;
        line-height: 1.44444rem;
        margin: 20px 0 21px 20px; } }
    @media (min-width: 1200px) {
      .records-ribbon__text {
        display: block;
        font-size: 1.55556rem;
        line-height: 2.44444rem;
        margin: 18px 0 19px 20px; } }
    .records-ribbon__text__slogan {
      color: #000000; }
    .records-ribbon__text__name {
      color: #ababab; }
  .records-ribbon__slider.swiper {
    margin: 1px 28px 0 27px;
    max-width: 127px;
    max-height: 79px; }
    @media (min-width: 768px) {
      .records-ribbon__slider.swiper {
        margin: 1px 60px 0 47px;
        max-width: 165px;
        max-height: 86px; } }
    @media (min-width: 1200px) {
      .records-ribbon__slider.swiper {
        max-width: 261px;
        max-height: 80px; } }
    @media (min-width: 1600px) {
      .records-ribbon__slider.swiper {
        margin: 1px 88px 0 81px;
        max-width: 261px;
        max-height: 80px; } }
  .records-ribbon__slider__slide {
    max-width: 127px;
    max-height: 79px;
    object-fit: cover;
    object-position: center top; }
    @media (min-width: 768px) {
      .records-ribbon__slider__slide {
        max-width: 165px;
        max-height: 86px; } }
    @media (min-width: 1200px) {
      .records-ribbon__slider__slide {
        max-width: 261px;
        max-height: 80px; } }
  .records-ribbon__button {
    padding: 11px 20px 10px 20px;
    font-size: 0.88889rem;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.7);
    border: none; }
    .records-ribbon__button__wrapper {
      display: none;
      justify-content: center;
      align-items: center;
      margin-right: 20px; }
      @media (min-width: 768px) {
        .records-ribbon__button__wrapper {
          display: flex; } }
      @media (min-width: 1200px) {
        .records-ribbon__button__wrapper {
          display: flex; } }

.banner-title {
  width: 100%;
  display: grid;
  place-items: flex-start;
  margin-bottom: 50px; }
  .banner-title__title {
    font-weight: 300;
    font-family: "Albert Sans VF", "Albert Sans", "Basier Square", sans-serif;
    text-align: left;
    color: #000000;
    line-height: normal;
    position: relative;
    font-size: 1.77778rem;
    margin: 50px 0 0 0; }
    @media (min-width: 768px) {
      .banner-title__title {
        font-size: 3rem; } }
  .banner-title--white {
    height: auto;
    background-color: #FFFFFF; }
  .banner-title--border {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #00000080; }
    @media (min-width: 768px) {
      .banner-title--border {
        padding-bottom: 40px; } }
  .banner-title--reduced-bottom-margin {
    margin-bottom: 20px; }
  .banner-title__polyend-id__icon {
    position: absolute;
    width: clamp(112px, 31.11111vw, 3840px);
    height: clamp(147px, 40.83333vw, 3840px);
    bottom: clamp(11px, 3.05556vw, 3840px);
    right: clamp(-3840px, -25.55556vw, -92px); }
    @media (min-width: 768px) {
      .banner-title__polyend-id__icon {
        width: clamp(123px, 16.01562vw, 3840px);
        height: clamp(162px, 21.09375vw, 3840px);
        bottom: clamp(23px, 2.99479vw, 3840px);
        right: clamp(-3840px, -14.0625vw, -108px); } }
    @media (min-width: 1132px) {
      .banner-title__polyend-id__icon {
        width: clamp(123px, 10.86572vw, 3840px);
        height: clamp(162px, 14.31095vw, 3840px);
        bottom: clamp(23px, 2.0318vw, 3840px);
        right: clamp(-3840px, -9.54064vw, -108px); } }
    @media (min-width: 1800px) {
      .banner-title__polyend-id__icon {
        width: 123px;
        height: 162px;
        bottom: 23px;
        right: -108px; } }

.banner-with-select__title {
  margin-bottom: 0; }

.banner-with-select__select-wrapper {
  width: 100%;
  margin-top: 50px; }
  .banner-with-select__select-wrapper div.choices {
    width: 100%;
    background-color: #F8F8F6; }

/* banners - homepage
--------------------------------------------- */
.banner-free-hard-case {
  background-color: #D9D9D9;
  position: relative; }
  .banner-free-hard-case__text {
    color: #5DE995;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 5;
    opacity: 0.65 !important;
    line-height: 97.43%;
    font-size: 10.4vw;
    letter-spacing: -0.02em;
    padding: 15px 9px 147px 12px; }
    @media (min-width: 768px) {
      .banner-free-hard-case__text {
        line-height: 89.2%;
        font-size: 8.46vw;
        letter-spacing: -0.02em;
        padding: 23px 33px 37px 29px; } }
    @media (min-width: 1200px) {
      .banner-free-hard-case__text {
        line-height: 87.6%;
        font-size: 6.3vw;
        letter-spacing: -0.02em;
        padding: 31px 36px 197px; } }
    .banner-free-hard-case__text .br--desktop {
      display: none; }
    @media (min-width: 768px) {
      .banner-free-hard-case__text .br--mobile {
        display: none; }
      .banner-free-hard-case__text .br--desktop {
        display: unset; } }
    .banner-free-hard-case__text sup {
      font-size: 0.6em; }
    .banner-free-hard-case__text span {
      color: #fff; }
  .banner-free-hard-case__image {
    display: block; }
    .banner-free-hard-case__image__wrapper {
      position: absolute;
      bottom: 0;
      z-index: 1;
      right: -37px;
      width: 87.4vw; }
      @media (min-width: 768px) {
        .banner-free-hard-case__image__wrapper {
          right: 43px;
          width: 35.6vw; } }
      @media (min-width: 1200px) {
        .banner-free-hard-case__image__wrapper {
          right: 81px;
          width: 34.7vw; } }

.banner-home-free-shipping {
  background-image: url("/wp-content/themes/polyend/assets/banners/cardboard.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .banner-home-free-shipping a {
    text-decoration: none; }
  .banner-home-free-shipping__text--top {
    padding: 45px 3.4vw 82px;
    background: #ffffffb3; }
    .banner-home-free-shipping__text--top span {
      background-image: url("/wp-content/themes/polyend/assets/banners/cardboard.jpg");
      color: transparent;
      display: block;
      background-clip: text;
      -webkit-background-clip: text;
      background-repeat: no-repeat;
      line-height: 84%;
      letter-spacing: -0.02em;
      font-size: 17vw;
      padding-bottom: 5vw;
      margin-bottom: -5vw; }
      @media (min-width: 768px) {
        .banner-home-free-shipping__text--top span {
          padding-bottom: 2.22vw;
          margin-bottom: -2.22vw;
          font-size: 11.1vw; } }
  .banner-home-free-shipping__text--bottom {
    padding: 16px 16px 16px 3.4vw;
    font-size: 7.46vw;
    line-height: 134%;
    color: #fff;
    opacity: 0.7 !important; }
    @media (min-width: 768px) {
      .banner-home-free-shipping__text--bottom {
        font-size: 5.83vw; } }
  .banner-home-free-shipping__text--dark {
    color: #000; }
  .banner-home-free-shipping__button {
    background: #ffffffb3;
    margin: 0 3.4vw 6.8vw;
    border-width: 0;
    font-size: 0.88889rem; }
    @media (min-width: 768px) {
      .banner-home-free-shipping__button {
        margin: 0 3.4vw 3.4vw; } }

.banner-letsplay {
  height: 333px;
  text-align: left;
  background-image: linear-gradient(90deg, #000, #222222);
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .banner-letsplay {
      height: 432px; } }
  @media (min-width: 992px) {
    .banner-letsplay {
      height: clamp(432px, 44vw, 842px); } }
  .banner-letsplay a {
    text-decoration: none; }
  .banner-letsplay__text {
    margin-left: 0; }
    @media (min-width: 768px) {
      .banner-letsplay__text {
        margin-left: 0.83333rem; } }
    @media (min-width: 992px) {
      .banner-letsplay__text {
        margin-left: 2.16667rem; } }
    .banner-letsplay__text h1 {
      font-size: 3.88889rem;
      font-weight: 400;
      margin: 0.77778rem 0 0 0;
      line-height: 1;
      letter-spacing: -0.20722rem; }
      @media (min-width: 768px) {
        .banner-letsplay__text h1 {
          font-size: 7.77778rem;
          letter-spacing: -0.415rem; } }
      @media (min-width: 992px) {
        .banner-letsplay__text h1 {
          font-size: clamp(7.77778rem, 14.5vw, 14.44444rem);
          letter-spacing: clamp(-0.415rem, 0.68vw, -0.77056rem);
          margin: 2.44444rem 0 0 0; } }
      .banner-letsplay__text h1 span {
        background-image: linear-gradient(-90deg, #ff825b, #ac3b18);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-filter: drop-shadow(7px 42px 10px rgba(0, 0, 0, 0.5));
        filter: drop-shadow(7px 42px 10px rgba(0, 0, 0, 0.5));
        margin-left: -4px; }
        @media (min-width: 768px) {
          .banner-letsplay__text h1 span {
            margin-left: -11px; } }
        @media (min-width: 992px) {
          .banner-letsplay__text h1 span {
            margin-left: -20px; } }
    .banner-letsplay__text--subtitle {
      font-size: 1.66667rem;
      max-width: 160px;
      letter-spacing: -0.08889rem;
      color: #505050;
      line-height: 1; }
      @media (min-width: 768px) {
        .banner-letsplay__text--subtitle {
          max-width: unset;
          font-size: 2.38889rem;
          letter-spacing: -0.12722rem; } }
      @media (min-width: 992px) {
        .banner-letsplay__text--subtitle {
          font-size: clamp(2.38889rem, 4.1vw, 4.05556rem);
          letter-spacing: -0.21611rem; } }
  .banner-letsplay__cells {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    position: absolute;
    left: -18%;
    bottom: -7%;
    width: 100%;
    grid-gap: 2vw;
    max-width: 768px; }
    @media (min-width: 768px) {
      .banner-letsplay__cells {
        width: 75%;
        grid-gap: 1.8vw;
        left: -4%;
        bottom: -10%;
        max-width: unset; } }
    @media (min-width: 992px) {
      .banner-letsplay__cells {
        width: 75%;
        max-width: unset;
        grid-gap: clamp(15px, 1.6vw, 30px); } }
  .banner-letsplay__cell {
    border-radius: 6px;
    aspect-ratio: 1;
    box-shadow: 7px 42px 18px rgba(0, 0, 0, 0.5);
    filter: brightness(0.4);
    animation-name: cell-light;
    animation-timing-function: ease;
    animation-iteration-count: infinite; }
    @media (min-width: 768px) {
      .banner-letsplay__cell {
        border-radius: 12px; } }
    @media (min-width: 992px) {
      .banner-letsplay__cell {
        border-radius: 18px; } }
    .banner-letsplay__cell--cyan {
      background-image: radial-gradient(circle at 50% 50%, #ccf7ff, #98d3e8 71%); }
    .banner-letsplay__cell--blue {
      background-image: radial-gradient(circle at 50% 50%, #a9cbf4, #7da4e1); }
    .banner-letsplay__cell--red {
      background-image: radial-gradient(circle at 50% 50%, #ffd0bb, #ff825b); }
    .banner-letsplay__cell--green {
      background-image: radial-gradient(circle at 50% 50%, #bbf4d9, #82d2a6); }

.banner-letsplay-namm {
  height: 88.8vw;
  text-align: left;
  background-image: linear-gradient(to top, #000, #222222);
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .banner-letsplay-namm {
      height: 56.25vw; } }
  @media (min-width: 1200px) {
    .banner-letsplay-namm {
      height: clamp(432px, 44vw, 842px); } }
  .banner-letsplay-namm__text {
    margin-left: -20px;
    margin-right: -20px;
    text-align: center; }
    .banner-letsplay-namm__text h1 {
      font-weight: 400;
      margin: 0.27778rem 0 0 0;
      letter-spacing: -4.48px;
      letter-spacing: clamp(-9.6px, -1.3vw, -3px);
      font-size: clamp(4.11111rem, 23.2vw, 10rem);
      line-height: normal; }
      @media (min-width: 768px) {
        .banner-letsplay-namm__text h1 {
          font-size: clamp(8.88889rem, 20.8vw, 13.88889rem);
          letter-spacing: clamp(-13.32px, -1.1vw, -8.53px);
          margin: 0 0 0 0; } }
      @media (min-width: 1200px) {
        .banner-letsplay-namm__text h1 {
          font-size: clamp(11.22222rem, 16.84vw, 17.77778rem);
          letter-spacing: clamp(-17.07px, -0.898vw, -10px);
          margin: 0 0 0 0; } }
      .banner-letsplay-namm__text h1 > span {
        background-image: linear-gradient(-90deg, #ff825b, #ac3b18);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-filter: drop-shadow(7px 42px 10px rgba(0, 0, 0, 0.5));
        filter: drop-shadow(7px 42px 10px rgba(0, 0, 0, 0.5));
        margin-left: -4px; }
        @media (min-width: 768px) {
          .banner-letsplay-namm__text h1 > span {
            margin-left: -11px; } }
        @media (min-width: 992px) {
          .banner-letsplay-namm__text h1 > span {
            margin-left: -20px; } }
        .banner-letsplay-namm__text h1 > span > span {
          margin-right: -10px; }
  .banner-letsplay-namm__subtext {
    color: #fff;
    line-height: normal;
    font-size: clamp(23px, 7.4vw, 56px);
    letter-spacing: -0.039vw; }
    @media (min-width: 768px) {
      .banner-letsplay-namm__subtext {
        font-size: clamp(44px, 5.72vw, 68.75px);
        letter-spacing: -0.039vw; } }
    @media (min-width: 1200px) {
      .banner-letsplay-namm__subtext {
        font-size: clamp(44px, 3.89vw, 74px);
        letter-spacing: -0.039vw; } }
    .banner-letsplay-namm__subtext--small {
      font-size: clamp(13px, 4.2vw, 32px);
      letter-spacing: -0.022vw; }
      @media (min-width: 768px) {
        .banner-letsplay-namm__subtext--small {
          font-size: clamp(19px, 2.47vw, 30px); } }
      @media (min-width: 1200px) {
        .banner-letsplay-namm__subtext--small {
          font-size: clamp(19px, 1.57vw, 30px); } }
  .banner-letsplay-namm__button {
    width: 152px;
    height: 40px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 0.77778rem;
    margin-top: 14px; }
    .banner-letsplay-namm__button__wrapper {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 5;
      margin-top: -3.15vw; }
      @media (min-width: 768px) {
        .banner-letsplay-namm__button__wrapper {
          margin-top: -2.6vw; } }
      @media (min-width: 1200px) {
        .banner-letsplay-namm__button__wrapper {
          margin-top: -3.15vw; } }
    @media (min-width: 768px) {
      .banner-letsplay-namm__button {
        margin-top: 27px; } }
    @media (min-width: 1200px) {
      .banner-letsplay-namm__button {
        margin-top: 30px; } }
  .banner-letsplay-namm__image__wrapper {
    display: flex;
    justify-content: center;
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0; }
    @media (min-width: 768px) {
      .banner-letsplay-namm__image__wrapper {
        width: calc(100% - 80px); } }
    @media (min-width: 1200px) {
      .banner-letsplay-namm__image__wrapper {
        width: calc(100% - 100px); } }
    .banner-letsplay-namm__image__wrapper img {
      max-width: unset;
      width: 135vw; }
      @media (min-width: 768px) {
        .banner-letsplay-namm__image__wrapper img {
          max-width: 68%; } }
      @media (min-width: 1200px) {
        .banner-letsplay-namm__image__wrapper img {
          max-width: 73.5%; } }

.banner-letsplay-now {
  height: 88.8vw;
  text-align: left;
  background-image: linear-gradient(90deg, #000, #222222);
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .banner-letsplay-now {
      height: 56.25vw; } }
  @media (min-width: 1200px) {
    .banner-letsplay-now {
      height: clamp(432px, 44vw, 842px); } }
  .banner-letsplay-now a {
    text-decoration: none; }
  .banner-letsplay-now__text {
    margin-left: -20px;
    margin-right: -20px;
    text-align: center; }
    .banner-letsplay-now__text h1 {
      font-weight: 400;
      margin: 0.27778rem 0 0 0;
      letter-spacing: -4.48px;
      letter-spacing: clamp(-9.6px, -1.3vw, -3px);
      font-size: clamp(3.33333rem, 22.4vw, 10rem);
      line-height: normal; }
      @media (min-width: 768px) {
        .banner-letsplay-now__text h1 {
          font-size: clamp(10rem, 23.4vw, 14.72222rem);
          letter-spacing: clamp(-15px, -1.3vw, -9.6px);
          margin: 4.3vw 0 0 0;
          line-height: clamp(140px, 18.9vw, 180px); } }
      @media (min-width: 1200px) {
        .banner-letsplay-now__text h1 {
          font-size: clamp(14.72222rem, 22.1vw, 23.33333rem);
          letter-spacing: clamp(-22.4px, -1.1vw, -15px);
          margin: 4.94vw 0 0 0;
          line-height: clamp(180px, 14.5vw, 260px); } }
      .banner-letsplay-now__text h1 span {
        background-image: linear-gradient(-90deg, #ff825b, #ac3b18);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-filter: drop-shadow(7px 42px 10px rgba(0, 0, 0, 0.5));
        filter: drop-shadow(7px 42px 10px rgba(0, 0, 0, 0.5));
        margin-left: -4px; }
        @media (min-width: 768px) {
          .banner-letsplay-now__text h1 span {
            margin-left: -11px; } }
        @media (min-width: 992px) {
          .banner-letsplay-now__text h1 span {
            margin-left: -20px; } }
  .banner-letsplay-now__button {
    width: 152px;
    height: 40px;
    border: 1px solid #404040;
    color: #ff825b;
    position: relative; }
    .banner-letsplay-now__button__wrapper {
      position: relative;
      display: flex;
      justify-content: center;
      z-index: 5; }
      @media (min-width: 768px) {
        .banner-letsplay-now__button__wrapper {
          justify-content: flex-end; } }
    @media (min-width: 768px) {
      .banner-letsplay-now__button {
        right: 12vw;
        margin-top: 14px; } }
    @media (min-width: 992px) {
      .banner-letsplay-now__button {
        right: 14vw;
        margin-top: 23px; } }
    @media (min-width: 1200px) {
      .banner-letsplay-now__button {
        right: 15.5vw;
        margin-top: 35px; } }
    @media (min-width: 1400px) {
      .banner-letsplay-now__button {
        right: 16vw;
        margin-top: 50px; } }
    @media (min-width: 1600px) {
      .banner-letsplay-now__button {
        right: 18vw;
        margin-top: 60px; } }
    @media (min-width: 1800px) {
      .banner-letsplay-now__button {
        right: 18vw;
        margin-top: 85px; } }
  .banner-letsplay-now__image__wrapper {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px); }
    @media (min-width: 768px) {
      .banner-letsplay-now__image__wrapper {
        width: calc(100% - 80px); } }
    @media (min-width: 1200px) {
      .banner-letsplay-now__image__wrapper {
        width: calc(100% - 100px); } }
    .banner-letsplay-now__image__wrapper img {
      width: 95.5vw; }
      @media (min-width: 768px) {
        .banner-letsplay-now__image__wrapper img {
          width: clamp(545px, 71vw, 1036px); } }
      @media (min-width: 1200px) {
        .banner-letsplay-now__image__wrapper img {
          width: clamp(545px, 54.5vw, 1036px); } }

.album-banner {
  height: 450px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f1;
  background-image: url("/wp-content/themes/polyend/assets/banners/tracker-album-banner--mobile.png");
  background-position-x: 30%;
  background-position-y: 40%;
  background-size: 160%; }
  @media (min-width: 420px) {
    .album-banner {
      background-size: cover; } }
  @media (min-width: 576px) {
    .album-banner {
      background-position-x: initial;
      height: 333px; } }
  @media (min-width: 768px) {
    .album-banner {
      height: 432px;
      background-position: 50%; } }
  @media (min-width: 992px) {
    .album-banner {
      background-position: top;
      background-image: url("/wp-content/themes/polyend/assets/banners/tracker-album-banner--desktop.jpg"); } }
  @media (min-width: 1200px) {
    .album-banner {
      height: 840px; } }
  .album-banner__wrapper {
    text-decoration: none; }
  .album-banner h1 {
    margin: 0 1.77778rem 0.88889rem;
    font-size: 2.33333rem;
    font-weight: 500;
    color: #fff; }
    @media (min-width: 768px) {
      .album-banner h1 {
        font-size: 2.66667rem;
        margin: 0 0 1.77778rem; } }
    @media (min-width: 1200px) {
      .album-banner h1 {
        font-size: 5.55556rem; } }
  .album-banner .button, .album-banner .woocommerce .restore-item, .woocommerce .album-banner .restore-item {
    border: 1px solid #fff;
    font-weight: 700;
    color: #fff;
    width: 10rem;
    height: 2.55556rem;
    margin: 0 auto;
    padding: 0 42px;
    font-size: 0.88889rem; }
    @media (min-width: 768px) {
      .album-banner .button, .album-banner .woocommerce .restore-item, .woocommerce .album-banner .restore-item {
        width: 5.55556rem; } }
  .album-banner__content {
    justify-content: center;
    align-self: baseline;
    margin-top: 60px; }
    @media (min-width: 1600px) {
      .album-banner__content {
        margin-top: 100px; } }
  .album-banner__text-wrapper {
    text-align: center; }
  .album-banner__top-text {
    font-weight: 500;
    font-size: 1.33333rem;
    margin: 0 0 5px 0;
    color: #b2b2ae; }
    @media (min-width: 1200px) {
      .album-banner__top-text {
        font-size: 2.5rem; } }

.banner-home-mini-is-only-a-size {
  font-weight: 500;
  position: relative;
  overflow: hidden;
  background: radial-gradient(48.96% 126.42% at 65% 78.08%, #36393E 0%, #000000 100%);
  height: 132.8vw; }
  @media (min-width: 768px) {
    .banner-home-mini-is-only-a-size {
      height: 62.23958vw; } }
  @media (min-width: 1200px) {
    .banner-home-mini-is-only-a-size {
      height: 42.96875vw; } }
  .banner-home-mini-is-only-a-size a {
    text-decoration: none; }
  .banner-home-mini-is-only-a-size__text-wrapper {
    text-align: center;
    margin-top: 23.46667vw; }
    @media (min-width: 768px) {
      .banner-home-mini-is-only-a-size__text-wrapper {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        margin-top: 0;
        margin-left: 10.67708vw; } }
    @media (min-width: 1200px) {
      .banner-home-mini-is-only-a-size__text-wrapper {
        margin-left: 14.6875vw; } }
  .banner-home-mini-is-only-a-size__title {
    color: #6FC4E8;
    font-weight: 400;
    letter-spacing: -0.11111rem;
    font-size: 10.66667vw;
    line-height: 12.8vw;
    margin-top: 2.13333vw;
    margin-bottom: 3.46667vw; }
    @media (min-width: 768px) {
      .banner-home-mini-is-only-a-size__title {
        font-size: 6.51042vw;
        line-height: 7.8125vw;
        margin-top: 0;
        margin-bottom: 1.04167vw; } }
    @media (min-width: 1200px) {
      .banner-home-mini-is-only-a-size__title {
        font-size: 4.6875vw;
        line-height: 5.625vw;
        margin-top: 0;
        margin-bottom: 0.26042vw; } }
    .banner-home-mini-is-only-a-size__title--purple {
      color: #A47EEF; }
  .banner-home-mini-is-only-a-size__subtitle {
    font-size: 16px;
    color: #595F68; }
    .banner-home-mini-is-only-a-size__subtitle--top {
      display: inline; }
      @media (min-width: 768px) {
        .banner-home-mini-is-only-a-size__subtitle--top {
          display: none; } }
    .banner-home-mini-is-only-a-size__subtitle--bottom {
      display: none; }
      @media (min-width: 768px) {
        .banner-home-mini-is-only-a-size__subtitle--bottom {
          margin-left: 17px;
          display: inline; } }
  .banner-home-mini-is-only-a-size__button {
    color: #A47EEF;
    border: 2px solid #A47EEF;
    font-weight: 500;
    height: 38px;
    padding: 0 20px; }
  .banner-home-mini-is-only-a-size__image {
    filter: drop-shadow(40px 104px 28px rgba(0, 0, 0, 0.45));
    transform: translate3d(0, 0, 0);
    position: absolute;
    width: 81.6%;
    right: 9.2%;
    bottom: -5%;
    opacity: 0; }
    @media (min-width: 768px) {
      .banner-home-mini-is-only-a-size__image {
        width: 51.8%;
        right: -5.3%;
        bottom: -5%; } }
    @media (min-width: 1200px) {
      .banner-home-mini-is-only-a-size__image {
        width: 37.5%;
        right: 12%;
        bottom: 0; } }

.banner-home-palettes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: relative;
  padding-top: 162px;
  padding-bottom: 152px; }
  @media (min-width: 768px) {
    .banner-home-palettes {
      padding-top: 109px;
      padding-bottom: 61px; } }
  @media (min-width: 1132px) {
    .banner-home-palettes {
      padding-top: 208px;
      padding-bottom: 139px; } }
  .banner-home-palettes__wrapper {
    background-color: #222;
    position: relative;
    overflow: hidden; }
    .banner-home-palettes__wrapper a {
      text-decoration: none;
      display: block; }
      .banner-home-palettes__wrapper a:focus {
        outline: none; }
    .banner-home-palettes__wrapper .palettes-background {
      z-index: 0;
      position: absolute;
      top: 0; }
      .banner-home-palettes__wrapper .palettes-background__orb {
        position: absolute; }
  .banner-home-palettes__title {
    position: relative;
    font-size: 3.44444rem;
    line-height: 1;
    margin: 0;
    background-clip: text;
    color: transparent;
    animation: infinite banner-home-palettes__animation 2.5s;
    background-image: url("/wp-content/themes/polyend/assets/banners/palettes/banner_atmo.jpg");
    background-size: cover; }
    @media (min-width: 768px) {
      .banner-home-palettes__title {
        font-size: 7.05556rem; } }
    @media (min-width: 1132px) {
      .banner-home-palettes__title {
        font-size: 13.33333rem; } }
  .banner-home-palettes__subtitle {
    margin: 20px 0 30px;
    color: #FFFFFF;
    font-size: 1rem;
    max-width: 158px; }
    @media (min-width: 768px) {
      .banner-home-palettes__subtitle {
        margin: 12px 0 27px;
        font-size: 1.33333rem;
        max-width: unset; } }
    @media (min-width: 1132px) {
      .banner-home-palettes__subtitle {
        font-size: 1.66667rem;
        margin: 0 0 40px; } }
  .banner-home-palettes__button {
    font-size: 0.77778rem;
    padding: 7px 20px 6px; }
    @media (min-width: 768px) {
      .banner-home-palettes__button {
        font-size: 1.22222rem;
        padding: 16px 30px 15px; } }

.banner-home-palettes-new-colors-ahead {
  padding-top: 100px;
  margin-bottom: 231px;
  margin-left: 30px;
  margin-right: 30px; }
  @media (min-width: 768px) {
    .banner-home-palettes-new-colors-ahead {
      padding-top: 106px;
      margin-bottom: 235px;
      margin-left: 70px;
      margin-right: 70px; } }
  @media (min-width: 1132px) {
    .banner-home-palettes-new-colors-ahead {
      padding-top: 188px;
      margin-bottom: 428px;
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 140px);
      max-width: 1220px; } }
  .banner-home-palettes-new-colors-ahead__wrapper {
    background-color: #41433e;
    overflow: hidden;
    position: relative; }
    .banner-home-palettes-new-colors-ahead__wrapper a {
      text-decoration: none;
      display: block; }
      .banner-home-palettes-new-colors-ahead__wrapper a:focus {
        outline: none; }
  .banner-home-palettes-new-colors-ahead__title {
    color: #BFC8B0;
    font-size: 2.22222rem;
    line-height: 2.44444rem;
    font-weight: 200;
    max-width: 250px; }
    @media (min-width: 768px) {
      .banner-home-palettes-new-colors-ahead__title {
        line-height: normal;
        max-width: unset; } }
    @media (min-width: 1132px) {
      .banner-home-palettes-new-colors-ahead__title {
        font-size: 3.33333rem; } }
  .banner-home-palettes-new-colors-ahead__subtitle {
    color: #687159;
    font-size: 1.11111rem;
    font-weight: 300;
    margin-bottom: 20px;
    max-width: 240px; }
    @media (min-width: 768px) {
      .banner-home-palettes-new-colors-ahead__subtitle {
        margin-bottom: 16px;
        max-width: unset; } }
    @media (min-width: 1132px) {
      .banner-home-palettes-new-colors-ahead__subtitle {
        margin-bottom: 24px; } }
  .banner-home-palettes-new-colors-ahead__button {
    font-size: 0.77778rem;
    padding: 7px 20px 6px; }
    @media (min-width: 1132px) {
      .banner-home-palettes-new-colors-ahead__button {
        font-size: 1.22222rem;
        padding: 16px 30px 15px; } }
  .banner-home-palettes-new-colors-ahead__image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: -28px;
    margin-right: -28px;
    pointer-events: none; }
    @media (min-width: 768px) {
      .banner-home-palettes-new-colors-ahead__image {
        max-width: 1550px;
        width: calc(100% - 44px);
        margin-left: auto;
        margin-right: auto; } }

.banner-home-play-plus__wrapper {
  background-image: radial-gradient(130.66% 96.06% at 65% 78.08%, #FFFFFF 0%, #A9A9A9 100%);
  position: relative;
  overflow: hidden;
  padding-top: clamp(0px, 17.22222vw, 3840px);
  height: clamp(0px, 143.61111vw, 3840px); }
  @media (min-width: 768px) {
    .banner-home-play-plus__wrapper {
      padding-top: clamp(0px, 9.76562vw, 3840px);
      height: clamp(0px, 59.76562vw, 3840px); } }
  @media (min-width: 1800px) {
    .banner-home-play-plus__wrapper {
      padding-top: 94px;
      height: 805px; } }
  .banner-home-play-plus__wrapper a {
    text-decoration: none;
    display: block;
    height: 100%; }

.banner-home-play-plus__title {
  color: #FF825B;
  font-size: 4.44444rem;
  margin: 0 0 0 -6px; }
  @media (min-width: 768px) {
    .banner-home-play-plus__title {
      font-size: 5.55556rem;
      margin-left: -7px; } }
  @media (min-width: 1800px) {
    .banner-home-play-plus__title {
      font-size: 10rem;
      margin-left: -11px; } }

.banner-home-play-plus__subtitle {
  color: #FFFFFF;
  font-size: 1.11111rem;
  max-width: 275px; }
  @media (min-width: 1800px) {
    .banner-home-play-plus__subtitle {
      font-size: 1.66667rem;
      max-width: unset; } }

.banner-home-play-plus__image {
  position: absolute;
  width: clamp(0px, 104.16667vw, 3840px);
  left: clamp(0px, 5.55556vw, 3840px);
  bottom: clamp(-3840px, -15.55556vw, 0px); }
  @media (min-width: 768px) {
    .banner-home-play-plus__image {
      width: clamp(0px, 80.46875vw, 3840px);
      left: clamp(0px, 35.41667vw, 3840px);
      bottom: clamp(-3840px, -14.32292vw, 0px); } }
  @media (min-width: 1800px) {
    .banner-home-play-plus__image {
      width: 1213px;
      left: 689px;
      bottom: -213px; } }

.banner-home-play-plus__button {
  margin-top: 20px;
  font-size: 0.77778rem;
  padding: 0.5em 1.4286em 0.4286em 1.4286em; }
  @media (min-width: 768px) {
    .banner-home-play-plus__button {
      font-size: 1.22222rem;
      padding: 0.7273em 1.3636em 0.68182em 1.3636em; } }
  @media (min-width: 1800px) {
    .banner-home-play-plus__button {
      margin-top: 30px; } }

.banner-home-play-plus__symbol {
  position: absolute;
  height: auto;
  top: clamp(0px, 63.88889vw, 3840px);
  right: clamp(0px, 5.27778vw, 3840px);
  width: clamp(0px, 45vw, 3840px); }
  @media (min-width: 768px) {
    .banner-home-play-plus__symbol {
      top: clamp(0px, 9.76562vw, 3840px);
      right: clamp(0px, 4.03646vw, 3840px);
      width: clamp(0px, 21.09375vw, 3840px); } }
  @media (min-width: 1800px) {
    .banner-home-play-plus__symbol {
      top: 94px;
      right: 132px;
      width: 341px; } }

.banner-home-tracker-plus {
  margin: 0;
  display: flex; }
  .banner-home-tracker-plus__link {
    text-decoration: none; }
  .banner-home-tracker-plus__wrapper {
    background-color: #000000;
    padding: 72px 24px 208px;
    position: relative;
    margin: 0;
    max-width: unset;
    z-index: -1;
    overflow: clip; }
    @media (min-width: 768px) {
      .banner-home-tracker-plus__wrapper {
        padding: 102px 45px 114px; } }
    @media (min-width: 1132px) {
      .banner-home-tracker-plus__wrapper {
        padding: 160px 160px 313px; } }
  .banner-home-tracker-plus__content {
    z-index: 10; }
  .banner-home-tracker-plus__title {
    font-family: "Tanker", "Albert Sans VF", "Albert Sans", "Basier Square", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 3.11111rem;
    line-height: 1;
    margin: 0; }
    @media (min-width: 768px) {
      .banner-home-tracker-plus__title {
        font-size: 5rem; } }
    @media (min-width: 1132px) {
      .banner-home-tracker-plus__title {
        font-size: 6.66667rem; } }
  .banner-home-tracker-plus__text {
    color: #666666;
    font-size: 1.22222rem;
    margin: 0 0 16px; }
    @media (min-width: 768px) {
      .banner-home-tracker-plus__text {
        font-size: 1.38889rem;
        margin: 0 0 22px; } }
  .banner-home-tracker-plus__animation-image {
    position: absolute;
    width: 409px;
    height: 409px;
    top: 191px;
    right: -141px;
    pointer-events: none;
    z-index: 5; }
    @media (min-width: 768px) {
      .banner-home-tracker-plus__animation-image {
        width: 634.5px;
        height: 634.5px;
        top: 250px;
        right: -82px; } }
    @media (min-width: 1132px) {
      .banner-home-tracker-plus__animation-image {
        width: 1144px;
        height: 1144px;
        top: -221px;
        right: -141px; } }
    .banner-home-tracker-plus__animation-image__layer {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 5; }
      .banner-home-tracker-plus__animation-image__layer--1 {
        z-index: 10; }
      .banner-home-tracker-plus__animation-image__layer--2 {
        animation-timing-function: ease-in, ease-in-out;
        animation-direction: normal, alternate-reverse;
        animation-iteration-count: 1, infinite;
        animation-duration: 1.3s, 5.2s;
        animation-delay: 0s, 1.3s;
        animation-play-state: paused;
        animation-name: tracker-plus-banner__layer-2, tracker-plus-banner__layer-2;
        filter: blur(8px);
        left: 16px; }
        .aos-animate .banner-home-tracker-plus__animation-image__layer--2 {
          animation-play-state: running; }
        @media (min-width: 768px) {
          .banner-home-tracker-plus__animation-image__layer--2 {
            filter: blur(12px);
            left: 24px; } }
        @media (min-width: 1132px) {
          .banner-home-tracker-plus__animation-image__layer--2 {
            filter: blur(22px);
            left: 45px; } }
      .banner-home-tracker-plus__animation-image__layer--3 {
        animation-timing-function: ease-in, ease-in-out;
        animation-direction: normal, alternate-reverse;
        animation-iteration-count: 1, infinite;
        animation-duration: 1.3s, 5.2s;
        animation-delay: 0s, 1.3s;
        animation-play-state: paused;
        animation-name: tracker-plus-banner__layer-3, tracker-plus-banner__layer-3;
        filter: blur(17px);
        width: 86%;
        height: 86%;
        left: -10px;
        top: 28px; }
        .aos-animate .banner-home-tracker-plus__animation-image__layer--3 {
          animation-play-state: running; }
        @media (min-width: 768px) {
          .banner-home-tracker-plus__animation-image__layer--3 {
            filter: blur(26px);
            left: -15px;
            top: 43px; } }
        @media (min-width: 1132px) {
          .banner-home-tracker-plus__animation-image__layer--3 {
            filter: blur(47px);
            left: -174px;
            top: 0; } }
      .banner-home-tracker-plus__animation-image__layer--4 {
        animation-timing-function: ease-in, ease-in-out;
        animation-direction: normal, alternate-reverse;
        animation-iteration-count: 1, infinite;
        animation-duration: 1.3s, 5.2s;
        animation-delay: 0s, 1.3s;
        animation-play-state: paused;
        animation-name: tracker-plus-banner__layer-4, tracker-plus-banner__layer-4;
        filter: blur(17px);
        left: 52px; }
        .aos-animate .banner-home-tracker-plus__animation-image__layer--4 {
          animation-play-state: running; }
        @media (min-width: 768px) {
          .banner-home-tracker-plus__animation-image__layer--4 {
            filter: blur(26px);
            left: 80px; } }
        @media (min-width: 1132px) {
          .banner-home-tracker-plus__animation-image__layer--4 {
            filter: blur(47px);
            left: 146px; } }
      .banner-home-tracker-plus__animation-image__layer svg {
        width: 100%;
        height: 100%; }

.banner-tracker-se__wrapper {
  background-image: url("/wp-content/themes/polyend/assets/banners/tracker-se-background.png");
  background-repeat: no-repeat;
  background-size: 100% 81%;
  image-rendering: crisp-edges; }
  @media (min-width: 768px) {
    .banner-tracker-se__wrapper {
      background-size: 100% 76%; } }
  @media (min-width: 992px) {
    .banner-tracker-se__wrapper {
      background-size: 100% 76%; } }

.banner-tracker-se__title {
  font-weight: 400;
  font-size: 1.22222rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 0.5rem; }
  @media (min-width: 768px) {
    .banner-tracker-se__title {
      font-size: 1.55556rem;
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .banner-tracker-se__title {
      font-size: 2.22222rem; } }
  .banner-tracker-se__title__wrapper {
    margin: 0;
    padding-top: 55px; }

.banner-tracker-se__subtitle {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 23vw;
  line-height: 0.8;
  letter-spacing: -0.03em;
  opacity: 0.5 !important;
  text-align: center; }
  @media (min-width: 576px) {
    .banner-tracker-se__subtitle {
      font-size: 25.8vw; } }
  @media (min-width: 768px) {
    .banner-tracker-se__subtitle {
      line-height: 1.2;
      font-size: 13.5vw; } }
  @media (min-width: 992px) {
    .banner-tracker-se__subtitle {
      font-size: 12vw; } }
  .banner-tracker-se__subtitle--white {
    color: #fff; }
  .banner-tracker-se__subtitle--silver {
    color: #3D434A; }

.banner-tracker-se__button {
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 0.88889rem; }
  .banner-tracker-se__button__wrapper {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: -10px; }
    @media (min-width: 768px) {
      .banner-tracker-se__button__wrapper {
        margin-top: -10px;
        margin-bottom: -20px; } }
    @media (min-width: 992px) {
      .banner-tracker-se__button__wrapper {
        margin-top: -15px; } }
    @media (min-width: 1200px) {
      .banner-tracker-se__button__wrapper {
        margin-top: -25px;
        margin-bottom: -35px; } }

.banner-tracker-se__image {
  max-width: 61%; }
  @media (min-width: 768px) {
    .banner-tracker-se__image {
      max-width: 36%; } }
  @media (min-width: 992px) {
    .banner-tracker-se__image {
      max-width: unset; } }
  .banner-tracker-se__image__wrapper {
    display: flex;
    justify-content: center; }

/* banners - products
--------------------------------------------- */
.banner-play {
  height: 426px;
  text-align: left;
  background-image: linear-gradient(120deg, #000 32%, #1b1b1b 73%);
  position: relative;
  padding-top: 22px; }
  @media (min-width: 768px) {
    .banner-play {
      height: 737px;
      padding-top: 32px;
      background-image: linear-gradient(121deg, #000 32%, #1b1b1b 71%); } }
  @media (min-width: 1200px) {
    .banner-play {
      height: 978px;
      padding-top: 26px;
      background-image: linear-gradient(108deg, #000 26%, #1b1b1b 69%); } }
  .banner-play__text {
    letter-spacing: -0.20722rem;
    font-size: 3.33333rem;
    line-height: 0.88;
    margin: 0;
    filter: drop-shadow(4px 11px 5px rgba(0, 0, 0, 0.5)); }
    @media (min-width: 576px) {
      .banner-play__text {
        font-size: 3.88889rem; } }
    @media (min-width: 768px) {
      .banner-play__text {
        font-size: 6.66667rem;
        letter-spacing: -0.35556rem;
        filter: drop-shadow(5px 21px 8px rgba(0, 0, 0, 0.5)); } }
    @media (min-width: 1200px) {
      .banner-play__text {
        font-size: 14.44444rem;
        letter-spacing: -0.77056rem;
        filter: drop-shadow(7px 42px 10px rgba(0, 0, 0, 0.5)); } }
    .banner-play__text__gradient {
      background-image: linear-gradient(90deg, #3a3a3a, #222222);
      background-size: 100%;
      background-repeat: repeat;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      filter: grayscale(1) brightness(0.55); }
    .banner-play__text--sequence .banner-play__text__gradient {
      background-image: linear-gradient(90deg, #a57eee, #3a2a5b); }
    .banner-play__text--sequence.aos-animate .banner-play__text__gradient {
      animation-name: play-banner__sequence;
      animation-duration: 6s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
      animation-timing-function: ease; }
    .banner-play__text--perform .banner-play__text__gradient {
      background-image: linear-gradient(90deg, #55c38f, #1a432f); }
    .banner-play__text--perform.aos-animate .banner-play__text__gradient {
      animation-name: play-banner__perform;
      animation-duration: 6s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
      animation-timing-function: ease; }
    .banner-play__text--play .banner-play__text__gradient {
      background-image: linear-gradient(90deg, #ff825b, #ac3b18); }
    .banner-play__text--play.aos-animate .banner-play__text__gradient {
      animation-name: play-banner__play;
      animation-duration: 6s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
      animation-timing-function: ease; }
    .banner-play__text--play h1 {
      margin: 0;
      font-weight: 400;
      font-size: 1em; }
  .banner-play__image {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 100%; }
    @media (min-width: 576px) {
      .banner-play__image {
        width: 60%; } }
    @media (min-width: 768px) {
      .banner-play__image {
        width: 90%; } }
    @media (min-width: 1200px) {
      .banner-play__image {
        width: 66%; } }

.banner-tracker {
  height: 390px;
  text-align: center;
  background-color: #f4f4f1; }
  @media (min-width: 768px) {
    .banner-tracker {
      height: 533px; } }
  @media (min-width: 1200px) {
    .banner-tracker {
      height: 690px; } }
  .banner-tracker__title {
    font-size: 2.66667rem;
    font-weight: 500;
    letter-spacing: -2.75px;
    color: #010101;
    margin: 0 0 11px;
    line-height: 1; }
    @media (min-width: 768px) {
      .banner-tracker__title {
        width: 500px;
        font-size: 4.44444rem; } }
    @media (min-width: 1200px) {
      .banner-tracker__title {
        width: 100%;
        font-size: 6.11111rem; } }
  .banner-tracker__subtitle {
    font-size: 1.33333rem;
    font-weight: 500;
    letter-spacing: -1.2px;
    color: #b2b2ae;
    margin: 0 0 62px;
    line-height: 1; }
    @media (min-width: 768px) {
      .banner-tracker__subtitle {
        font-size: 2rem; } }
    @media (min-width: 1200px) {
      .banner-tracker__subtitle {
        font-size: 2.66667rem; } }
  .banner-tracker__image {
    width: 170px; }

.banner-tracker-mini {
  background: radial-gradient(41.42% 88.65% at 37.66% 109.02%, #36393E 0%, #000000 100%);
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 124px; }
  @media (min-width: 768px) {
    .banner-tracker-mini {
      border-radius: 30px 30px 0 0;
      padding-top: 100px;
      padding-bottom: 194px; } }
  @media (min-width: 1200px) {
    .banner-tracker-mini {
      padding-top: 197px;
      padding-bottom: 249px; } }
  .banner-tracker-mini__title {
    color: #595F68;
    font-weight: 500;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 1.33333rem;
    line-height: 1.6rem;
    letter-spacing: -0.05556rem; }
    @media (min-width: 768px) {
      .banner-tracker-mini__title {
        font-size: 1.88889rem;
        line-height: 2.26667rem;
        letter-spacing: -0.05556rem; } }
    @media (min-width: 1200px) {
      .banner-tracker-mini__title {
        font-size: 2.44444rem;
        line-height: 2.94444rem;
        letter-spacing: -0.05556rem; } }
  .banner-tracker-mini__text {
    color: #A47EEF;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: -0.11111rem;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .banner-tracker-mini__text {
        font-size: 2.77778rem;
        line-height: 3.33333rem;
        letter-spacing: -0.11111rem;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .banner-tracker-mini__text {
        font-size: 5rem;
        line-height: 6rem;
        letter-spacing: -0.11111rem;
        margin-bottom: 6px; } }
    @media (min-width: 768px) {
      .banner-tracker-mini__text br {
        display: none; } }
    .banner-tracker-mini__text--blue {
      color: #6FC4E8; }
  .banner-tracker-mini__image {
    box-shadow: 25px 44px 23px rgba(0, 0, 0, 0.75);
    width: 125px;
    height: 164px;
    margin: 61px auto 0;
    display: block;
    opacity: 0; }
    @media (min-width: 768px) {
      .banner-tracker-mini__image {
        box-shadow: 30px 74px 54px rgba(0, 0, 0, 0.75);
        width: 187px;
        height: 244px;
        margin: 62px auto 0; } }
    @media (min-width: 1200px) {
      .banner-tracker-mini__image {
        box-shadow: 30px 74px 54px rgba(0, 0, 0, 0.75);
        width: 217px;
        height: 284px;
        margin: 76px auto 0; } }

.banner-tracker-plus {
  margin: 0;
  display: flex; }
  .banner-tracker-plus__wrapper {
    background-color: #121212;
    border-radius: 30px;
    padding: 30px 20px 208px;
    margin-top: 70px;
    position: relative; }
    @media (min-width: 768px) {
      .banner-tracker-plus__wrapper {
        border-radius: 60px;
        padding: 50px 50px 375px; } }
    @media (min-width: 1132px) {
      .banner-tracker-plus__wrapper {
        padding: 70px 80px 305px; } }
  .banner-tracker-plus__content {
    z-index: 10; }
  .banner-tracker-plus__title {
    font-family: "Tanker", "Albert Sans VF", "Albert Sans", "Basier Square", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 3.11111rem;
    line-height: 1;
    margin: 0; }
    @media (min-width: 768px) {
      .banner-tracker-plus__title {
        font-size: 5rem; } }
    @media (min-width: 1132px) {
      .banner-tracker-plus__title {
        font-size: 6.66667rem; } }
  .banner-tracker-plus__text {
    color: #666666;
    font-size: 1.22222rem;
    margin: 0 0 16px; }
    @media (min-width: 768px) {
      .banner-tracker-plus__text {
        font-size: 1.38889rem;
        margin: 0 0 22px; } }
  .banner-tracker-plus__animation-image {
    position: absolute;
    width: 409px;
    height: 409px;
    top: 191px;
    right: -141px;
    pointer-events: none;
    z-index: 5; }
    @media (min-width: 768px) {
      .banner-tracker-plus__animation-image {
        width: 634.5px;
        height: 634.5px;
        top: 250px;
        right: -82px; } }
    @media (min-width: 1132px) {
      .banner-tracker-plus__animation-image {
        width: 1144px;
        height: 1144px;
        top: -221px;
        right: -141px; } }
    .banner-tracker-plus__animation-image__layer {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 5; }
      .banner-tracker-plus__animation-image__layer--1 {
        z-index: 10; }
      .banner-tracker-plus__animation-image__layer--2 {
        animation-timing-function: ease-in, ease-in-out;
        animation-direction: normal, alternate-reverse;
        animation-iteration-count: 1, infinite;
        animation-duration: 1.3s, 5.2s;
        animation-delay: 0s, 1.3s;
        animation-play-state: paused;
        animation-name: tracker-plus-banner__layer-2, tracker-plus-banner__layer-2;
        filter: blur(8px);
        left: 16px; }
        .aos-animate .banner-tracker-plus__animation-image__layer--2 {
          animation-play-state: running; }
        @media (min-width: 768px) {
          .banner-tracker-plus__animation-image__layer--2 {
            filter: blur(12px);
            left: 24px; } }
        @media (min-width: 1132px) {
          .banner-tracker-plus__animation-image__layer--2 {
            filter: blur(22px);
            left: 45px; } }
      .banner-tracker-plus__animation-image__layer--3 {
        animation-timing-function: ease-in, ease-in-out;
        animation-direction: normal, alternate-reverse;
        animation-iteration-count: 1, infinite;
        animation-duration: 1.3s, 5.2s;
        animation-delay: 0s, 1.3s;
        animation-play-state: paused;
        animation-name: tracker-plus-banner__layer-3, tracker-plus-banner__layer-3;
        filter: blur(17px);
        width: 86%;
        height: 86%;
        left: -10px;
        top: 28px; }
        .aos-animate .banner-tracker-plus__animation-image__layer--3 {
          animation-play-state: running; }
        @media (min-width: 768px) {
          .banner-tracker-plus__animation-image__layer--3 {
            filter: blur(26px);
            left: -15px;
            top: 43px; } }
        @media (min-width: 1132px) {
          .banner-tracker-plus__animation-image__layer--3 {
            filter: blur(47px);
            left: -174px;
            top: 0; } }
      .banner-tracker-plus__animation-image__layer--4 {
        animation-timing-function: ease-in, ease-in-out;
        animation-direction: normal, alternate-reverse;
        animation-iteration-count: 1, infinite;
        animation-duration: 1.3s, 5.2s;
        animation-delay: 0s, 1.3s;
        animation-play-state: paused;
        animation-name: tracker-plus-banner__layer-4, tracker-plus-banner__layer-4;
        filter: blur(17px);
        left: 52px; }
        .aos-animate .banner-tracker-plus__animation-image__layer--4 {
          animation-play-state: running; }
        @media (min-width: 768px) {
          .banner-tracker-plus__animation-image__layer--4 {
            filter: blur(26px);
            left: 80px; } }
        @media (min-width: 1132px) {
          .banner-tracker-plus__animation-image__layer--4 {
            filter: blur(47px);
            left: 146px; } }
      .banner-tracker-plus__animation-image__layer svg {
        width: 100%;
        height: 100%; }

/* banners - legacy
--------------------------------------------- */
.banner-legacy-home__wrapper {
  background-color: #E1E2DF;
  padding-top: 80px;
  margin: 0 0 60px; }
  @media (min-width: 768px) {
    .banner-legacy-home__wrapper {
      margin: 0 0 80px; } }
  @media (min-width: 1132px) {
    .banner-legacy-home__wrapper {
      margin: 0 0 100px; } }

.banner-legacy-home__title {
  color: #FFFFFF;
  font-size: 2.77778rem;
  margin: 0 0 -8px; }
  @media (min-width: 768px) {
    .banner-legacy-home__title {
      font-size: 5rem;
      margin: 0 0 -7px; } }
  @media (min-width: 1132px) {
    .banner-legacy-home__title {
      margin: 0 0 -33px;
      font-size: 10rem; } }

.banner-legacy-home__image {
  min-height: 65px;
  object-fit: cover;
  object-position: left;
  display: block; }

.banner-legacy-product__wrapper {
  position: relative;
  padding-top: 70px;
  height: 196px; }
  .banner-legacy-product__wrapper--gray {
    background-color: #E1E2DF; }
  .banner-legacy-product__wrapper--perc {
    background-color: #DCDCE1; }
  .banner-legacy-product__wrapper--seq {
    background-color: #E2DFE0; }
  .banner-legacy-product__wrapper--medusa {
    background-color: #E4E0DB; }
  .banner-legacy-product__wrapper--eurorack {
    background-color: #DFE2E0; }
  .banner-legacy-product__wrapper--tracker {
    background-color: #E1DDDF; }
  @media (min-width: 768px) {
    .banner-legacy-product__wrapper {
      height: 264px; } }
  @media (min-width: 1132px) {
    .banner-legacy-product__wrapper {
      height: 471px; } }
  .banner-legacy-product__wrapper .banner-legacy-product__image-wrapper {
    position: absolute;
    height: 100%;
    bottom: 0;
    display: flex;
    justify-content: center; }
    .banner-legacy-product__wrapper .banner-legacy-product__image-wrapper img {
      object-fit: contain;
      object-position: bottom; }
  .banner-legacy-product__wrapper--perc .banner-legacy-product__image-wrapper {
    top: 0;
    width: 118px;
    left: 51.6%;
    height: calc(100% - 11px); }
    @media (min-width: 768px) {
      .banner-legacy-product__wrapper--perc .banner-legacy-product__image-wrapper {
        width: 228px;
        left: 47.1%;
        height: calc(100% - 15px); } }
    @media (min-width: 1132px) {
      .banner-legacy-product__wrapper--perc .banner-legacy-product__image-wrapper {
        width: 406px;
        left: 53.5%;
        height: calc(100% - 27px); } }
    .banner-legacy-product__wrapper--perc .banner-legacy-product__image-wrapper img {
      object-fit: cover;
      width: 100%; }
  .banner-legacy-product__wrapper--seq .banner-legacy-product__image-wrapper {
    width: 251px;
    left: 24.7%; }
    @media (min-width: 768px) {
      .banner-legacy-product__wrapper--seq .banner-legacy-product__image-wrapper {
        width: 394px;
        left: 37.2%; } }
    @media (min-width: 1132px) {
      .banner-legacy-product__wrapper--seq .banner-legacy-product__image-wrapper {
        width: 891px;
        left: 40%; } }
  .banner-legacy-product__wrapper--medusa .banner-legacy-product__image-wrapper {
    width: 204px;
    left: 34.4%; }
    @media (min-width: 768px) {
      .banner-legacy-product__wrapper--medusa .banner-legacy-product__image-wrapper {
        width: 321px;
        left: 42.8%; } }
    @media (min-width: 1132px) {
      .banner-legacy-product__wrapper--medusa .banner-legacy-product__image-wrapper {
        width: 648px;
        left: 48.1%; } }
  .banner-legacy-product__wrapper--eurorack .banner-legacy-product__image-wrapper {
    width: 140px;
    left: 52.5%; }
    @media (min-width: 768px) {
      .banner-legacy-product__wrapper--eurorack .banner-legacy-product__image-wrapper {
        width: 265px;
        left: 54.5%; } }
    @media (min-width: 1132px) {
      .banner-legacy-product__wrapper--eurorack .banner-legacy-product__image-wrapper {
        width: 507px;
        left: 58.7%; } }

.banner-legacy-product__title {
  color: #FFFFFF;
  font-size: 2.77778rem;
  margin: 0; }
  @media (min-width: 768px) {
    .banner-legacy-product__title {
      font-size: 5rem; } }
  @media (min-width: 1132px) {
    .banner-legacy-product__title {
      font-size: 10rem; } }

.legacy-product-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
  gap: 20px; }
  @media (min-width: 768px) {
    .legacy-product-meta {
      margin-top: 30px;
      margin-bottom: 60px; } }
  .legacy-product-meta__description {
    font-size: 1rem;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .legacy-product-meta__description {
        font-size: 1.33333rem; } }
    @media (min-width: 1132px) {
      .legacy-product-meta__description {
        font-size: 1.77778rem; } }
  .legacy-product-meta__details {
    font-size: 14px; }
    @media (min-width: 768px) {
      .legacy-product-meta__details {
        font-size: 0.83333rem; } }
  .legacy-product-meta__button__text--short {
    display: inline; }
    @media (min-width: 768px) {
      .legacy-product-meta__button__text--short {
        display: none; } }
  .legacy-product-meta__button__text--long {
    display: none; }
    @media (min-width: 768px) {
      .legacy-product-meta__button__text--long {
        display: inline; } }

/* banners - palettes
--------------------------------------------- */
.banner-palettes-home__title {
  color: #383838;
  font-size: 3.72222rem;
  margin: 0; }
  @media (min-width: 768px) {
    .banner-palettes-home__title {
      font-size: 7.05556rem;
      margin-left: -2px; } }
  @media (min-width: 1132px) {
    .banner-palettes-home__title {
      font-size: 14.11111rem;
      margin-left: -22px; } }

/* pages
--------------------------------------------- */
.accessories-page .product-tiles {
  margin-top: 0; }

.archive-post {
  background: #E1E2DF;
  margin-bottom: 50px; }
  @media (min-width: 1132px) {
    .archive-post {
      margin-bottom: 75px; } }
  .archive-post__header {
    display: flex;
    justify-content: flex-end;
    height: clamp(130px, 36.11111vw, 3840px);
    overflow: visible; }
    @media (min-width: 768px) {
      .archive-post__header {
        height: clamp(0px, 27.47396vw, 3840px); } }
    @media (min-width: 1132px) {
      .archive-post__header {
        height: clamp(0px, 14.22261vw, 3840px);
        justify-content: flex-start;
        align-items: center; } }
    @media (min-width: 1800px) {
      .archive-post__header {
        height: 211px; } }
  .archive-post__title {
    text-align: right;
    transform: rotateZ(-4deg);
    text-transform: uppercase;
    margin: 34px 0 0 0;
    color: #E1E2DF;
    /* allows for a nice animation of color on js color change */
    position: relative;
    font-size: clamp(0px, 18.88889vw, 3840px);
    letter-spacing: -1.168px;
    right: 0;
    max-width: clamp(244px, 67.77778vw, 3840px);
    line-height: 82%;
    pointer-events: none;
    transition: color 0.3s ease; }
    @media (min-width: 768px) {
      .archive-post__title {
        margin: 0;
        font-size: clamp(0px, 21.61458vw, 3840px);
        letter-spacing: -2.839px;
        right: clamp(0px, 6.51042vw, 3840px);
        max-width: clamp(0px, 77.08333vw, 3840px); } }
    @media (min-width: 1132px) {
      .archive-post__title {
        font-size: clamp(0px, 14.66431vw, 3840px);
        letter-spacing: -2.839px;
        right: unset;
        left: 80px;
        max-width: unset; } }
    @media (min-width: 1800px) {
      .archive-post__title {
        font-size: 227px;
        letter-spacing: -3.892px;
        left: 80px; } }
    .archive-post__title.color-1 {
      color: #ff5656; }
    .archive-post__title.color-2 {
      color: #e567ff; }
    .archive-post__title.color-3 {
      color: #85b5ff; }
    .archive-post__title.color-4 {
      color: #6edb82; }
    .archive-post__title.color-5 {
      color: #ffc732; }

.archive-download__subheader {
  margin-top: 50px;
  font-size: 1rem;
  line-height: 1.5; }

.downloads {
  display: grid;
  grid-gap: 20px;
  margin-top: 50px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .downloads {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 1132px) {
    .downloads {
      margin-bottom: 75px; } }

.help-page__form-wrapper {
  margin-top: 30px;
  margin-bottom: 30px; }

.help-page__knowledge-button {
  margin-top: 30px;
  font-size: 0.88889rem;
  width: fit-content;
  margin-left: auto; }

.home .entry-content__top-radius {
  margin-top: -20px;
  margin-bottom: -20px;
  height: 20px;
  position: relative;
  border-radius: 20px 20px 0 0;
  background-color: #FFFFFF; }

.jobs {
  margin-bottom: 50px; }
  @media (min-width: 1132px) {
    .jobs {
      margin-bottom: 75px; } }
  .jobs__cta {
    font-size: 1.33333rem;
    margin-top: 100px;
    padding: 20px 20px 80px 20px;
    background-color: #C8C2D6;
    border-radius: 20px; }
    .jobs__cta *:first-child {
      margin-top: 0; }
    .jobs__cta *:last-child {
      margin-bottom: 0; }
    .jobs__cta a {
      text-decoration: none;
      color: #FFFFFF; }

.job-tile {
  padding-top: 20px;
  margin-top: 50px;
  border-top: 1px solid #00000080; }
  .job-tile:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none; }
  .job-tile__title {
    margin: 0 0 20px; }

html.maintenance body {
  background-color: #E1E2DF; }

html.maintenance main#primary {
  background-color: #E1E2DF; }

html.maintenance .site-footer {
  background-color: #E1E2DF; }
  html.maintenance .site-footer .footer-menu__container {
    background: transparent; }

@media (min-width: 768px) {
  html.maintenance .footer-menu__copyright {
    justify-content: center;
    width: 100%; } }

@media (min-width: 1132px) {
  html.maintenance .footer-menu__copyright {
    justify-content: initial;
    width: auto; } }

.section-maintenance {
  background-color: #E1E2DF; }
  .section-maintenance__content {
    max-width: 1300px;
    margin-top: 97px;
    position: relative;
    z-index: 10; }
    @media (min-width: 768px) {
      .section-maintenance__content {
        margin-top: 139px; } }
    .section-maintenance__content__title {
      margin: 0;
      font-weight: 250;
      font-size: 42px;
      line-height: 1.2; }
      @media (min-width: 768px) {
        .section-maintenance__content__title {
          font-size: 80px; } }
      @media (min-width: 1132px) {
        .section-maintenance__content__title {
          font-size: 120px; } }
      .section-maintenance__content__title--light {
        color: #FFFFFF; }
  .section-maintenance__image {
    width: 153%;
    height: auto; }
    @media (min-width: 768px) {
      .section-maintenance__image {
        width: 150%; } }
    @media (min-width: 1132px) {
      .section-maintenance__image {
        width: 100%; } }
    .section-maintenance__image__wrapper {
      position: relative;
      z-index: 5;
      overflow: hidden;
      margin-top: -100.8px; }
      @media (min-width: 768px) {
        .section-maintenance__image__wrapper {
          margin-top: -96px; } }
      @media (min-width: 1132px) {
        .section-maintenance__image__wrapper {
          margin-top: -144px; } }

.manuals__controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 340px;
  max-width: 100%;
  margin: 1rem 0; }
  .manuals__controls .input-with-button--search {
    margin-bottom: 20px; }
    .manuals__controls .input-with-button--search button {
      font-weight: 300; }

.manuals .manual__no-content {
  text-align: center;
  margin: 48px 0;
  font-size: 1.33333rem;
  display: none; }

.manuals .manual__content {
  grid-template-columns: 100%;
  grid-gap: 20px; }
  @media (min-width: 768px) {
    .manuals .manual__content {
      grid-template-columns: 180px auto; } }

.manuals .manual__title {
  font-size: 2.66667rem; }

.manuals .manual .chapters-list {
  display: none; }
  @media (min-width: 768px) {
    .manuals .manual .chapters-list {
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
      position: sticky;
      top: 50px;
      max-height: calc(100vh - 100px);
      overflow-y: auto;
      flex-direction: column; } }
  .manuals .manual .chapters-list__title {
    cursor: pointer;
    line-height: 40px;
    font-size: 16px;
    text-decoration: underline;
    transition: opacity 0.2s ease; }
    .manuals .manual .chapters-list__title:hover, .manuals .manual .chapters-list__title:focus {
      opacity: 0.7; }
    .manuals .manual .chapters-list__title.accordion__controller--active {
      font-weight: 500; }

.manuals .manual .subchapters-list {
  list-style: none;
  margin: 0;
  max-height: 0;
  opacity: 0;
  transition: ease 0.3s;
  overflow: hidden;
  padding: 0 0 0 24px; }
  .manuals .manual .subchapters-list.accordion__item--opened {
    max-height: 1000vh;
    opacity: 1;
    padding: 8px 0 8px 24px; }
  .manuals .manual .subchapters-list__title {
    font-size: 0.77778rem;
    color: #b2b2ae;
    padding: 4px 0;
    transition: opacity 0.2s ease; }
    .manuals .manual .subchapters-list__title:hover, .manuals .manual .subchapters-list__title:focus {
      opacity: 0.7; }
    .manuals .manual .subchapters-list__title--active {
      color: #000; }

.manuals .manual__chapters {
  max-width: 740px;
  width: 100%;
  margin-left: auto; }

.manuals .manual__meta {
  padding-bottom: 74px;
  font-size: 0.88889rem;
  line-height: 1.33333rem; }
  .manuals .manual__meta-title {
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 8px; }
  .manuals .manual__meta-version, .manuals .manual__meta-description, .manuals .manual__meta-disclaimer {
    color: #b2b2ae;
    margin: 0; }
  .manuals .manual__meta-download {
    text-decoration: underline;
    margin: 0;
    transition: opacity 0.2s ease; }
    .manuals .manual__meta-download:hover, .manuals .manual__meta-download:focus {
      opacity: 0.7; }

.manuals .manual .chapter {
  max-height: 0;
  opacity: 0;
  transition: ease 0.3s;
  overflow: hidden; }
  .manuals .manual .chapter.accordion__item--opened {
    max-height: 100000vh;
    opacity: 1; }
  .manuals .manual .chapter__mobile-tab {
    display: block; }
    @media (min-width: 768px) {
      .manuals .manual .chapter__mobile-tab {
        display: none; } }
    .manuals .manual .chapter__mobile-tab__title {
      font-size: 0.88889rem;
      cursor: pointer;
      line-height: 2.22222rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .manuals .manual .chapter__mobile-tab__title:not(.accordion__controller--active) + .chapter__mobile-tab__subchapters {
        display: none; }
      .manuals .manual .chapter__mobile-tab__title.accordion__controller--active .chapter__mobile-tab__arrow {
        transform: rotateZ(0); }
    .manuals .manual .chapter__mobile-tab__arrow {
      transform: rotateZ(-180deg);
      transition: ease 0.3s; }
    .manuals .manual .chapter__mobile-tab__subchapters {
      display: grid;
      grid-gap: 0.25rem;
      grid-template-columns: 1fr; }
    .manuals .manual .chapter__mobile-tab__subchapter-title {
      font-size: 0.77778rem;
      color: #b2b2ae;
      padding: 4px 0; }
  .manuals .manual .chapter__title {
    font-size: 1.33333rem;
    margin-bottom: 1.11111rem;
    margin-top: 2.22222rem; }
    @media (min-width: 768px) {
      .manuals .manual .chapter__title {
        font-size: 1.66667rem;
        margin-bottom: 1.77778rem;
        margin-top: 0; } }
  .manuals .manual .chapter__headline {
    font-size: 1rem;
    margin-bottom: 1.77778rem;
    padding-top: 1.11111rem;
    border-top: 1px solid #cfcfcf;
    display: flex;
    width: 100%; }
    @media (min-width: 768px) {
      .manuals .manual .chapter__headline {
        font-size: 1.33333rem; } }
  .manuals .manual .chapter ul {
    margin-left: 0;
    padding-left: 20px; }
  .manuals .manual .chapter li {
    padding-left: 17px; }
  .manuals .manual .chapter__image {
    margin-bottom: 48px;
    border-radius: 10px; }
  .manuals .manual .chapter__text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.4px;
    margin-bottom: 48px;
    text-align: left; }
    .manuals .manual .chapter__text ul {
      padding-left: 17px;
      list-style-type: disc; }
      .manuals .manual .chapter__text ul ul {
        margin: 0.5rem 0;
        padding-left: 20px; }
  .manuals .manual .chapter__iframe, .manuals .manual .chapter iframe {
    width: 100%; }

.manuals mark {
  background-color: #ffff00; }

.manuals iframe.loading {
  background: #717170; }

.palettes-page {
  --polyend3-footer-text-color: #BFC8B0;
  background-color: #222; }
  .palettes-page .header {
    background: transparent; }

.page-template-page-play-plus {
  background: #202225; }

.play-plus__main {
  margin-bottom: 50px; }
  @media (min-width: 1132px) {
    .play-plus__main {
      margin-bottom: 75px; } }

.play-plus__scroll-animation__wrapper {
  position: relative;
  height: var(--play-plus-animation-height); }

.play-plus__scroll-animation__scrollable-image {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%; }

.play-plus__scroll-animation__page-content {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column; }

.play-plus__image-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: calc(81px + 70px); }
  @media (min-width: 768px) {
    .play-plus__image-container {
      margin-top: calc(130px + 70px); } }
  @media (min-width: 1132px) {
    .play-plus__image-container {
      justify-content: end;
      margin-top: 92px;
      margin-bottom: 25px; } }

.play-plus__image {
  filter: drop-shadow(30px 52px 67px #000);
  width: 86.25%; }
  @media (min-width: 768px) {
    .play-plus__image {
      width: 78.107%; } }
  @media (min-width: 1132px) {
    .play-plus__image {
      margin-left: auto;
      margin-right: 9.333%;
      width: 52.889%; } }

.play-plus__title-container {
  position: relative;
  margin-top: 70px;
  margin-bottom: 136px; }
  @media (min-width: 768px) {
    .play-plus__title-container {
      margin-bottom: 190px; } }
  @media (min-width: 1132px) {
    .play-plus__title-container {
      margin-bottom: 83px; } }

.play-plus__title {
  color: #FF825B;
  margin: 0;
  font-size: 2.77778rem; }
  @media (min-width: 768px) {
    .play-plus__title {
      font-size: 5rem; } }
  @media (min-width: 1132px) {
    .play-plus__title {
      font-size: 10rem; } }

.search-page__main {
  background: #E1E2DF;
  padding-bottom: 50px;
  margin-bottom: 50px; }
  @media (min-width: 1132px) {
    .search-page__main {
      margin-bottom: 75px; } }

.search-page__header {
  display: flex;
  justify-content: flex-end;
  height: clamp(130px, 36.11111vw, 3840px);
  overflow: visible; }
  @media (min-width: 768px) {
    .search-page__header {
      height: clamp(0px, 27.47396vw, 3840px); } }
  @media (min-width: 1132px) {
    .search-page__header {
      height: clamp(0px, 14.22261vw, 3840px);
      justify-content: flex-start;
      align-items: center; } }
  @media (min-width: 1800px) {
    .search-page__header {
      height: 211px; } }

.search-page__title {
  text-align: right;
  transform: rotateZ(-4deg);
  text-transform: uppercase;
  margin: 34px 0 0 0;
  color: #E1E2DF;
  /* allows for a nice animation of color on js color change */
  position: relative;
  font-size: clamp(0px, 18.88889vw, 3840px);
  letter-spacing: -1.168px;
  right: 0;
  max-width: clamp(244px, 67.77778vw, 3840px);
  line-height: 82%;
  pointer-events: none;
  transition: color 0.3s ease; }
  @media (min-width: 768px) {
    .search-page__title {
      margin: 0;
      font-size: clamp(0px, 21.61458vw, 3840px);
      letter-spacing: -2.839px;
      right: clamp(0px, 6.51042vw, 3840px);
      max-width: clamp(0px, 77.08333vw, 3840px); } }
  @media (min-width: 1132px) {
    .search-page__title {
      font-size: clamp(0px, 14.66431vw, 3840px);
      letter-spacing: -2.839px;
      right: unset;
      left: 80px;
      max-width: unset; } }
  @media (min-width: 1800px) {
    .search-page__title {
      font-size: 227px;
      letter-spacing: -3.892px;
      left: 80px; } }
  .search-page__title.color-1 {
    color: #ff5656; }
  .search-page__title.color-2 {
    color: #e567ff; }
  .search-page__title.color-3 {
    color: #85b5ff; }
  .search-page__title.color-4 {
    color: #6edb82; }
  .search-page__title.color-5 {
    color: #ffc732; }

.search-page .search-form {
  margin-top: 10px;
  max-width: 100%; }

.search-page__query {
  font-size: 1.55556rem;
  margin: 22px 0 30px; }

.search-page__result__title {
  font-size: 1.22222rem;
  margin-bottom: 10px;
  margin-top: 0; }
  @media (min-width: 1132px) {
    .search-page__result__title {
      font-size: 24px; } }
  .search-page__result__title a {
    transition: opacity 0.2s ease;
    text-decoration: none; }
    .search-page__result__title a:hover, .search-page__result__title a:focus {
      opacity: 0.7; }

.search-page__result__categories {
  font-size: 0.66667rem;
  display: flex;
  text-transform: uppercase;
  gap: 20px; }

.search-page__results {
  display: flex;
  flex-direction: column;
  gap: 30px; }
  .search-page__results__empty__title, .search-page__results__empty__cta {
    text-align: center; }

.single-post__main {
  background-color: #E1E2DF;
  margin-bottom: 50px; }
  @media (min-width: 1132px) {
    .single-post__main {
      margin-bottom: 75px; } }

.single-post__wrapper {
  background: transparent; }
  .single-post__wrapper img {
    border-radius: 20px; }

.single-post__header {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  height: clamp(194px, 53.88889vw, 3840px); }
  @media (min-width: 768px) {
    .single-post__header {
      height: clamp(169px, 22.00521vw, 3840px); } }
  @media (min-width: 1132px) {
    .single-post__header {
      height: 194px; } }
  .single-post__header__subheader {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .single-post__header__subheader {
        margin: 35px 0 10px; } }

.single-post__header-title {
  pointer-events: none;
  text-transform: uppercase;
  text-align: right;
  transform: rotate(-4deg);
  position: absolute;
  color: #E1E2DF;
  /* allows for a nice animation of color on js color change */
  font-size: clamp(68px, 18.88889vw, 3840px);
  line-height: 82.051%;
  letter-spacing: -1.168px;
  left: 0;
  top: 44px;
  transition: color 0.3s ease; }
  @media (min-width: 768px) {
    .single-post__header-title {
      font-size: clamp(89px, 11.58854vw, 3840px);
      letter-spacing: -1.529px;
      width: clamp(320px, 41.66667vw, 3840px);
      top: 0;
      left: 50%;
      transform: translateX(-50%) rotate(-4deg); } }
  @media (min-width: 1132px) {
    .single-post__header-title {
      font-size: 130px;
      letter-spacing: -2.239px;
      width: unset;
      top: 0;
      left: 20px;
      transform: rotate(-4deg); } }
  .single-post__header-title.color-1 {
    color: #ff5656; }
  .single-post__header-title.color-2 {
    color: #e567ff; }
  .single-post__header-title.color-3 {
    color: #85b5ff; }
  .single-post__header-title.color-4 {
    color: #6edb82; }
  .single-post__header-title.color-5 {
    color: #ffc732; }

.single-post__button--back {
  margin-right: 30px; }

.single-post__title {
  line-height: normal;
  margin: 0 0 50px;
  font-size: 1.77778rem; }
  @media (min-width: 768px) {
    .single-post__title {
      font-size: 2.66667rem; } }
  @media (min-width: 992px) {
    .single-post__title {
      font-size: 4.11111rem; } }

.single-post__meta {
  font-size: 0.66667rem;
  text-transform: uppercase;
  margin-top: 20px;
  width: 100%; }
  @media (min-width: 768px) {
    .single-post__meta {
      margin-top: 0;
      width: auto; } }
  .single-post__meta-category {
    margin-right: 10px; }
    .single-post__meta-category a {
      transition: opacity 0.2s ease;
      color: #000000;
      text-decoration: none;
      margin-right: 20px; }
      .single-post__meta-category a:hover, .single-post__meta-category a:focus {
        opacity: 0.7; }
  .single-post__meta-date {
    color: #000; }

.single-post__content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }
  @media (min-width: 1132px) {
    .single-post__content {
      margin-bottom: 75px; } }

.single-post__component {
  margin-bottom: 50px; }

.single-post__main-image {
  width: 100%;
  margin-bottom: 50px; }

.single-post__intro {
  font-size: 1.11111rem;
  line-height: 1.5;
  margin-top: 0;
  font-weight: 300; }
  @media (min-width: 768px) {
    .single-post__intro {
      font-size: 1.55556rem; } }

.single-post__text {
  line-height: 1.5; }
  .single-post__text p {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
    font-size: 0.88889rem; }
    @media (min-width: 768px) {
      .single-post__text p {
        margin-left: 30px;
        font-size: 1rem; } }

.single-post__headline {
  font-size: 0.88889rem;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .single-post__headline {
      font-size: 1rem; } }

.single-post__embed {
  width: 100%; }
  .single-post__embed iframe {
    width: 100%;
    border-radius: 20px; }
  .single-post__embed a {
    transition: opacity 0.2s ease; }
    .single-post__embed a:hover, .single-post__embed a:focus {
      opacity: 0.7; }

.single-post__image--align-left {
  text-align: left; }

.single-post__image--align-center {
  text-align: center; }

.single-post__image--align-right {
  text-align: right; }

.related {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 1132px) {
    .related {
      margin-top: 75px; } }
  .related__wrapper {
    background-color: transparent; }
  .related__title {
    font-size: 1rem;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%; }
    @media (min-width: 768px) {
      .related__title {
        font-size: 1.77778rem;
        margin-bottom: 40px; } }
  .related__list .blog-tiles__tile:nth-child(n+3) {
    display: none; }
  @media (min-width: 1132px) {
    .related__list .blog-tiles__tile:nth-child(3) {
      display: block; } }
  @media (min-width: 1800px) {
    .related__list .blog-tiles__tile:nth-child(4) {
      display: block; } }
  .related__button__wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px; }

.single-download {
  margin-bottom: 50px; }
  @media (min-width: 1132px) {
    .single-download {
      margin-bottom: 75px; } }
  .single-download__header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center; }
    .single-download__header .banner-title {
      width: auto; }
    .single-download__header__button .screen-xs-only {
      display: inline; }
      @media (min-width: 768px) {
        .single-download__header__button .screen-xs-only {
          display: none; } }
    .single-download__header__button .screen-xs-hidden {
      display: none; }
      @media (min-width: 768px) {
        .single-download__header__button .screen-xs-hidden {
          display: inline; } }

.download-section {
  border-top: 1px solid #000000;
  margin-top: 35px; }
  .download-section:first-child {
    margin-top: 0; }
  .download-section h2 {
    margin: 5px 0 30px;
    font-size: 1.22222rem;
    line-height: 1.5; }
  .download-section__items__header {
    display: grid;
    grid-template-columns: 4fr 1fr 1fr;
    font-size: 0.77778rem;
    line-height: 1.5;
    margin-bottom: 4px; }

.download-item {
  display: grid;
  grid-template-columns: 4fr 1fr 1fr;
  border-top: 1px solid #0000001A;
  padding: 15px 0;
  font-size: 0.88889rem; }
  .download-item--compact {
    border-top: none;
    padding-top: 0;
    margin-top: -10px; }
  .download-item__register {
    grid-column: span 2;
    font-size: 0.66667rem;
    text-align: right; }
  .download-item__header {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center; }
    .download-item__header__name {
      font-size: 0.88889rem; }
    .download-item__header a.download-item__header__name {
      font-size: 0.77778rem;
      width: fit-content;
      text-decoration: none; }
  .download-item__file {
    display: flex;
    align-items: center; }
  .download-item__changelog-button {
    font-size: 0.77778rem;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center; }
    .download-item__changelog-button svg {
      transition: ease 0.3s;
      transform: rotateZ(0deg); }
      .download-item__changelog-button svg.open {
        transform: rotateZ(180deg); }
    .download-item__changelog-button--full-row {
      grid-column: span 6;
      margin-top: 15px; }
    .download-item__changelog-button.screen-xs-hidden {
      display: none; }
      @media (min-width: 768px) {
        .download-item__changelog-button.screen-xs-hidden {
          display: flex; } }
    .download-item__changelog-button.screen-xs-only {
      display: flex; }
      @media (min-width: 768px) {
        .download-item__changelog-button.screen-xs-only {
          display: none; } }
  .download-item__version {
    display: flex;
    align-items: center; }
  .download-item__download a {
    font-size: 0.77778rem;
    width: fit-content;
    margin-left: auto;
    padding: 7px 16px 6px; }
    @media (min-width: 768px) {
      .download-item__download a {
        padding: 7px 20px 6px; } }
  .download-item__download .screen-xs-hidden {
    display: none; }
    @media (min-width: 768px) {
      .download-item__download .screen-xs-hidden {
        display: inline-block; } }
  .download-item__download .screen-xs-only {
    display: inline-flex; }
    @media (min-width: 768px) {
      .download-item__download .screen-xs-only {
        display: none; } }
    .download-item__download .screen-xs-only svg {
      height: 1em;
      width: auto; }

.changelog {
  grid-column: span 6;
  font-size: 0.66667rem;
  line-height: 1.5;
  background-color: #F8F8F6;
  padding: 20px;
  margin-top: 30px;
  display: none;
  border-radius: 20px; }
  .changelog__text-above *:first-child {
    margin-top: 0; }
  .changelog__text-above *:last-child {
    margin-bottom: 0; }
  .changelog__title {
    font-size: 0.66667rem;
    margin-top: 30px;
    margin-bottom: 0; }
  .changelog__versions {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px; }
    @media (min-width: 768px) {
      .changelog__versions {
        grid-gap: 50px; } }
  .changelog__version {
    display: grid;
    column-gap: 10px;
    grid-template-columns: 1fr; }
    @media (min-width: 768px) {
      .changelog__version {
        grid-template-columns: 60px auto; } }
    .changelog__version__number {
      font-size: 1rem;
      line-height: 1.5; }
    .changelog__version__title {
      font-size: 0.66667rem;
      line-height: 1.5;
      margin-top: 0;
      margin-bottom: 14px; }
      @media (min-width: 768px) {
        .changelog__version__title {
          margin-top: 7px; } }
    .changelog__version__content *:first-child {
      margin-top: 0; }
    .changelog__version__content *:last-child {
      margin-bottom: 0; }
    .changelog__version__content h1, .changelog__version__content h2, .changelog__version__content h3, .changelog__version__content h4 {
      font-size: 0.77778rem;
      margin: 14px 0; }
    .changelog__version__content h5, .changelog__version__content h6 {
      font-size: 0.72222rem;
      margin: 13px 0; }
    .changelog__version__content ul, .changelog__version__content ol {
      padding-left: 1rem; }

.single-palette-banner__back {
  margin-top: 30px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .single-palette-banner__back {
      margin-top: 50px; } }
  .single-palette-banner__back__link {
    text-decoration: none;
    color: #BFC8B0;
    font-size: 32px; }
    @media (min-width: 768px) {
      .single-palette-banner__back__link {
        font-size: 54px; } }

.single-palette {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px; }
  @media (min-width: 768px) {
    .single-palette {
      grid-template-columns: repeat(2, 1fr); } }
  .single-palette__image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 20px;
    display: block; }
  .single-palette__content {
    height: fit-content;
    background: #BFC8B0;
    border-radius: 20px;
    padding: 20px; }
    @media (min-width: 768px) {
      .single-palette__content {
        padding: 30px; } }
    @media (min-width: 768px) {
      .single-palette__content {
        padding: 30px 40px; } }
    .single-palette__content__title {
      margin: 0;
      font-size: 2rem; }
      @media (min-width: 768px) {
        .single-palette__content__title {
          font-size: 4.11111rem; } }
    .single-palette__content__subtitle {
      color: #FFFFFF;
      font-size: 1rem;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .single-palette__content__subtitle {
          font-size: 2rem; } }
    .single-palette__content__details {
      font-size: 0.77778rem;
      line-height: 1.5;
      margin-bottom: 30px; }
      .single-palette__content__details p:first-child {
        margin-top: 0; }
      .single-palette__content__details p:last-child {
        margin-bottom: 0; }
    .single-palette__content__description {
      margin-bottom: 30px; }
  .single-palette__player {
    margin-bottom: 70px; }
    @media (min-width: 768px) {
      .single-palette__player {
        margin-bottom: 62px; } }
  .single-palette__track.music-player-controls__track .music-player-controls__icon__pause path {
    fill: #BFC8B0; }
  .single-palette__track.music-player-controls__track.polyend-track--playing {
    color: #BFC8B0; }
  .single-palette__shop {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end; }
    @media (min-width: 768px) {
      .single-palette__shop {
        flex-direction: row; } }
    .single-palette__shop__pricing {
      display: flex;
      gap: 0 20px;
      align-items: flex-end;
      justify-content: flex-end; }
      @media (min-width: 768px) {
        .single-palette__shop__pricing {
          flex-direction: column-reverse; } }
      @media (min-width: 1132px) {
        .single-palette__shop__pricing {
          flex-direction: row; } }
    .single-palette__shop__price {
      font-size: 1.77778rem; }
    .single-palette__shop__tax {
      font-size: 0.66667rem;
      margin-bottom: 0.27778rem; }

.stores-page__select {
  margin: 30px 0 50px 0; }
  .stores-page__select .choices {
    background-color: #F8F8F6;
    width: 100%; }
  .stores-page__select select {
    background-color: #F8F8F6;
    width: 100%; }

.tracker-plus-page {
  background-color: #1C1C1C;
  color: #969696; }
  .tracker-plus-page main {
    overflow: clip; }
  .tracker-plus-page strong {
    color: #FFFFFF; }

.tutorials-page__header {
  font-size: 1rem;
  font-weight: 600;
  color: #b2b2ae;
  text-align: center;
  padding: 40px 0;
  max-width: 740px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .tutorials-page__header {
      font-size: 1.33333rem;
      padding: 80px 40px; } }

/* woocommerce
--------------------------------------------- */
.account-devices__register {
  background: #F8F8F6;
  padding: 20px;
  border-radius: 20px; }

.account-devices__content {
  font-size: 1.25rem; }

.account-devices__list__image {
  max-width: 80px;
  margin-right: 1rem; }

.account-devices__list__device.account-devices__list__td {
  font-weight: 300; }

.account-devices__list__device-content {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.account-devices__list__th {
  text-align: left; }

.account-devices__list__table {
  border-collapse: collapse; }
  .account-devices__list__table tr.removed td {
    opacity: 0.5;
    text-decoration: line-through; }
  .account-devices__list__table tr:nth-last-child(2) td {
    border-bottom: none; }
  .account-devices__list__table td {
    border-bottom: 1px solid #0000001A;
    padding: 20px 0; }
    .account-devices__list__table td:last-child {
      text-align: right; }
  .account-devices__list__table th {
    padding: 20px 0 4px;
    font-weight: 300;
    line-height: 1.5;
    font-size: 14px;
    border-bottom: 1px solid #00000080; }

.account-devices__list__notifications td {
  border-bottom: none;
  padding: 0; }

.account-devices__remove {
  cursor: pointer;
  font-size: 0.77778rem;
  margin-left: auto; }
  .account-devices__remove__loader {
    display: none; }
  .account-devices__remove__error {
    display: none;
    padding-bottom: 10px;
    color: #FF002E;
    text-align: center;
    font-weight: 300; }
  .account-devices__remove__success {
    padding-bottom: 10px;
    text-align: center;
    display: none;
    font-weight: 300; }

.device-register-form__device__wrapper .choices {
  width: 250px; }

.device-register-form {
  max-width: 500px;
  padding: 50px 0 60px;
  margin: 0 auto; }
  .device-register-form__title {
    margin-top: 0; }
  .device-register-form__fields {
    display: flex;
    margin-bottom: 1rem;
    gap: 20px; }
  .device-register-form__serial {
    text-transform: uppercase; }
    .device-register-form__serial::placeholder {
      text-transform: none; }
    .device-register-form__serial__wrapper {
      width: 100%; }
  .device-register-form__device__wrapper .choices {
    width: 100%;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .device-register-form__device__wrapper .choices {
        width: 210px;
        margin-bottom: 0; } }
  .device-register-form button[type="submit"].device-register-form__button {
    cursor: pointer;
    transition: ease 0.3s;
    margin-left: auto; }
  .device-register-form__loader.device-register-form__loader--button {
    display: none; }
  .device-register-form__error, .device-register-form__success {
    display: none;
    padding: 1rem 0; }
  .device-register-form__error {
    color: #FF002E;
    font-weight: 300; }
  .device-register-form__success .device-register-form__loader {
    float: left;
    margin-top: 6px; }
  .device-register-form .parsley-errors-list {
    list-style: none;
    margin-left: 0;
    padding-left: 1rem;
    color: #FF002E;
    font-weight: 600;
    font-size: 0.77778rem;
    margin-top: 0.5rem; }

.account-downloads__header {
  display: grid;
  grid-template-columns: 4fr 1fr 1fr;
  font-size: 0.77778rem;
  line-height: 1.5;
  margin-bottom: 4px; }

.account-downloads-item {
  display: grid;
  grid-template-columns: 4fr 1fr 1fr;
  border-top: 1px solid #0000001A;
  padding: 15px 0;
  font-size: 0.88889rem; }
  .account-downloads-item--compact {
    border-top: none;
    padding-top: 0;
    margin-top: -10px; }
  .account-downloads-item__register {
    grid-column: span 2;
    font-size: 0.66667rem;
    text-align: right; }
  .account-downloads-item__header {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center; }
    .account-downloads-item__header__name {
      font-size: 0.88889rem; }
    .account-downloads-item__header a.download-item__header__name {
      font-size: 0.77778rem;
      width: fit-content;
      text-decoration: none; }
  .account-downloads-item__file {
    display: flex;
    align-items: center; }
  .account-downloads-item__changelog-button {
    font-size: 0.77778rem;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center; }
    .account-downloads-item__changelog-button svg {
      transition: ease 0.3s;
      transform: rotateZ(0deg); }
      .account-downloads-item__changelog-button svg.open {
        transform: rotateZ(180deg); }
    .account-downloads-item__changelog-button--full-row {
      grid-column: span 6;
      margin-top: 15px; }
    .account-downloads-item__changelog-button.screen-xs-hidden {
      display: none; }
      @media (min-width: 768px) {
        .account-downloads-item__changelog-button.screen-xs-hidden {
          display: flex; } }
    .account-downloads-item__changelog-button.screen-xs-only {
      display: flex; }
      @media (min-width: 768px) {
        .account-downloads-item__changelog-button.screen-xs-only {
          display: none; } }
  .account-downloads-item__version {
    display: flex;
    align-items: center; }
  .account-downloads-item__download a {
    font-size: 0.77778rem;
    width: fit-content;
    margin-left: auto;
    padding: 7px 16px 6px; }
    @media (min-width: 768px) {
      .account-downloads-item__download a {
        padding: 7px 20px 6px; } }
  .account-downloads-item__download .screen-xs-hidden {
    display: none; }
    @media (min-width: 768px) {
      .account-downloads-item__download .screen-xs-hidden {
        display: inline-block; } }
  .account-downloads-item__download .screen-xs-only {
    display: inline-flex; }
    @media (min-width: 768px) {
      .account-downloads-item__download .screen-xs-only {
        display: none; } }
    .account-downloads-item__download .screen-xs-only svg {
      height: 1em;
      width: auto; }

.woocommerce-edit-account div.woocommerce-MyAccount-content {
  margin-top: 50px;
  padding: 50px 20px 85px;
  background: #F8F8F6;
  border-radius: 20px; }

.woocommerce-edit-account .edit-account, .woocommerce-edit-account p, .woocommerce-edit-account .woocommerce-Addresses {
  max-width: 500px;
  margin: 0 auto; }

.woocommerce-edit-account .edit-account fieldset {
  margin: 5px 0 20px;
  padding: 40px 0;
  border: none;
  border-bottom: 1px solid #00000080; }
  .woocommerce-edit-account .edit-account fieldset legend {
    font-size: 0.88889rem; }

.woocommerce-edit-account .edit-account .woocommerce-form-row:nth-of-type(4) {
  padding-bottom: 50px;
  border-bottom: 1px solid #00000080; }

.woocommerce-edit-account .edit-account .woocommerce-form-row > span > em {
  font-size: 0.77778rem;
  text-align: right;
  display: block;
  font-style: normal;
  max-width: 80%;
  margin-left: auto; }

.woocommerce-edit-account .edit-account .woocommerce-Button {
  margin-left: auto; }

.woocommerce-edit-account form + p {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid #00000080;
  font-size: 16px; }

.woocommerce-edit-account .woocommerce-Address-title {
  display: flex;
  gap: 10px;
  margin: 35px 0 40px;
  align-items: center; }
  .woocommerce-edit-account .woocommerce-Address-title h3 {
    margin: 0;
    font-size: 0.88889rem; }
  .woocommerce-edit-account .woocommerce-Address-title a {
    font-size: 0.77778rem; }

.woocommerce-edit-account address {
  font-style: normal; }

.account-files__content {
  font-size: 1.25rem; }

.account-files td, .account-files th {
  border-bottom: 1px solid #cfcfcf;
  padding: 20px 0;
  text-align: left; }

.account-files__file__name {
  font-weight: 300; }

.account-files__file__description {
  font-weight: 400; }

.account-files__file__button {
  font-size: 0.77778rem; }

.account-files__check {
  font-size: 1.25rem;
  margin-top: 2rem; }
  .account-files__check a {
    transition: opacity 0.2s ease; }
    .account-files__check a:hover, .account-files__check a:focus {
      opacity: 0.7; }

.woocommerce-view-order mark {
  background: transparent; }

.woocommerce-view-order .woocommerce-order-details, .woocommerce-view-order .woocommerce-customer-details {
  padding: 20px;
  background: #F8F8F6; }

.woocommerce-view-order .woocommerce-order-details__title {
  margin-top: 0;
  font-size: 0.88889rem; }

.woocommerce-view-order .woocommerce-order-details .woocommerce-table {
  max-width: 500px;
  margin: 0 auto;
  border-collapse: collapse; }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table thead tr th {
    border-bottom: 1px solid #00000080;
    padding-bottom: 4px;
    font-weight: 300;
    font-size: 0.77778rem;
    line-height: 1.5; }
    .woocommerce-view-order .woocommerce-order-details .woocommerce-table thead tr th:last-child {
      text-align: right; }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr td {
    line-height: 1.5; }
    .woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr td a {
      text-decoration: none; }
    .woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr td .product-quantity {
      font-weight: 300; }
    .woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr td:last-child {
      text-align: right; }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table tfoot tr:last-child th, .woocommerce-view-order .woocommerce-order-details .woocommerce-table tfoot tr:last-child td {
    padding-top: 1.5rem; }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table tfoot tr th {
    font-weight: 300; }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table tfoot tr td {
    text-align: right; }

.woocommerce-view-order .woocommerce-customer-details .woocommerce-column__title {
  max-width: 500px;
  margin: 0 auto;
  border-bottom: 1px solid #00000080;
  font-size: 0.77778rem;
  line-height: 1.5;
  padding-bottom: 4px;
  margin-bottom: 10px; }

.woocommerce-view-order .woocommerce-customer-details address {
  max-width: 500px;
  margin: 0 auto;
  font-style: normal; }

.woocommerce-orders-table {
  border-collapse: collapse; }
  .woocommerce-orders-table__cell a {
    transition: opacity 0.2s ease; }
    .woocommerce-orders-table__cell a:hover, .woocommerce-orders-table__cell a:focus {
      opacity: 0.7; }
  .woocommerce-orders-table thead tr th {
    border-bottom: 1px solid #00000080;
    font-weight: 300;
    padding-bottom: 4px; }
  .woocommerce-orders-table tbody tr td {
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #0000001A; }
  .woocommerce-orders-table tbody tr:last-child td {
    border-bottom: none; }
  .woocommerce-orders-table .woocommerce-button {
    text-align: center; }

.woocommerce-cart .shop_table {
  margin-top: 50px;
  border-top: 1px solid #00000080; }
  .woocommerce-cart .shop_table .cart-item {
    border-bottom: 1px solid #0000001A;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0 20px 5px; }
    .woocommerce-cart .shop_table .cart-item__row {
      display: grid;
      grid-template-columns: 60px auto 100px;
      grid-gap: 10px;
      align-items: center; }
      @media (min-width: 768px) {
        .woocommerce-cart .shop_table .cart-item__row {
          grid-template-columns: 60px auto 180px; } }
      .woocommerce-cart .shop_table .cart-item__row .product-quantity input::-webkit-outer-spin-button,
      .woocommerce-cart .shop_table .cart-item__row .product-quantity input::-webkit-inner-spin-button {
        display: none; }
      .woocommerce-cart .shop_table .cart-item__row .product-quantity input[type="number"] {
        -moz-appearance: textfield;
        box-sizing: border-box;
        background-color: #F8F8F6;
        padding: 9px 20px;
        width: 60px;
        height: 37px;
        border-radius: 18px;
        text-align: right;
        border: none;
        font-size: 1rem;
        line-height: 30px;
        color: #000000;
        font-weight: 300;
        outline: none;
        font-size: 0.88889rem; }
      .woocommerce-cart .shop_table .cart-item__row .product-thumbnail {
        text-align: left; }
        .woocommerce-cart .shop_table .cart-item__row .product-thumbnail a {
          display: flex; }
          .woocommerce-cart .shop_table .cart-item__row .product-thumbnail a img {
            max-height: 50px;
            object-fit: contain;
            width: 40px;
            margin: 0 10px; }
      .woocommerce-cart .shop_table .cart-item__row .product-name {
        font-size: 0.77778rem; }
        .woocommerce-cart .shop_table .cart-item__row .product-name a {
          color: #000000;
          text-decoration: none; }
      .woocommerce-cart .shop_table .cart-item__row .product-totals {
        display: flex;
        gap: 4px;
        flex-direction: column-reverse;
        grid-column: span 2;
        margin-left: auto;
        align-items: flex-end; }
        @media (min-width: 768px) {
          .woocommerce-cart .shop_table .cart-item__row .product-totals {
            width: 300px;
            justify-content: end;
            flex-direction: row; } }
        .woocommerce-cart .shop_table .cart-item__row .product-totals .product-subtotal {
          font-size: 0.88889rem;
          text-align: right;
          min-width: 100px; }
        .woocommerce-cart .shop_table .cart-item__row .product-totals .product-price {
          display: none; }
        .woocommerce-cart .shop_table .cart-item__row .product-totals .product-tax {
          font-size: 0.66667rem;
          text-align: right;
          margin-bottom: 2px; }
      .woocommerce-cart .shop_table .cart-item__row .product-remove {
        width: 20px;
        margin-left: auto; }
        .woocommerce-cart .shop_table .cart-item__row .product-remove .remove {
          transition: opacity 0.2s ease;
          background-image: url("/wp-content/themes/polyend/assets/svg/icon-close-dark_v2.svg");
          background-size: contain;
          background-repeat: no-repeat;
          width: 20px;
          height: 20px;
          display: block;
          color: transparent; }
          .woocommerce-cart .shop_table .cart-item__row .product-remove .remove:hover, .woocommerce-cart .shop_table .cart-item__row .product-remove .remove:focus {
            opacity: 0.7; }

.woocommerce-cart .cart_totals {
  margin-top: 50px; }
  .woocommerce-cart .cart_totals .shop_table {
    margin-top: 30px; }
    .woocommerce-cart .cart_totals .shop_table .woocommerce-shipping-destination {
      display: none; }
    .woocommerce-cart .cart_totals .shop_table .woocommerce-shipping-methods {
      list-style: none;
      padding: 0;
      margin: 0; }
      .woocommerce-cart .cart_totals .shop_table .woocommerce-shipping-methods label span {
        color: #000; }
    .woocommerce-cart .cart_totals .shop_table tr td, .woocommerce-cart .cart_totals .shop_table tr th {
      border-bottom: 1px solid #0000001A; }
    .woocommerce-cart .cart_totals .shop_table tr:last-child td, .woocommerce-cart .cart_totals .shop_table tr:last-child th {
      border-bottom: none; }
    .woocommerce-cart .cart_totals .shop_table th {
      height: 54px;
      font-size: 0.88889rem;
      font-weight: 300; }
    .woocommerce-cart .cart_totals .shop_table td {
      height: 54px;
      font-size: 0.88889rem;
      text-align: right; }
    .woocommerce-cart .cart_totals .shop_table tr.order-total {
      vertical-align: bottom; }
      .woocommerce-cart .cart_totals .shop_table tr.order-total .amount {
        font-size: 1.44444rem; }
      .woocommerce-cart .cart_totals .shop_table tr.order-total .includes_tax {
        display: none; }
  .woocommerce-cart .cart_totals .wc-proceed-to-checkout {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0; }

.woocommerce-cart .cart-actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px; }
  .woocommerce-cart .cart-actions__update {
    display: none; }
  .woocommerce-cart .cart-actions__coupon-wrapper {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .woocommerce-cart .cart-actions__coupon-wrapper .cart-actions__coupon {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
      border-radius: 30px;
      height: 50px;
      padding: 0 22px;
      background-color: #F8F8F6;
      width: 100%; }
      .woocommerce-cart .cart-actions__coupon-wrapper .cart-actions__coupon input {
        border: 0;
        outline: 0;
        padding: 0;
        margin: 0;
        font-size: 0.88889rem;
        color: #000000;
        background-color: transparent; }
        .woocommerce-cart .cart-actions__coupon-wrapper .cart-actions__coupon input::placeholder {
          color: #9A9A9A;
          font-size: 0.88889rem; }
      .woocommerce-cart .cart-actions__coupon-wrapper .cart-actions__coupon .cart-actions__apply {
        transition: opacity 0.2s ease;
        font-size: 0.77778rem;
        font-weight: 300;
        color: #000000;
        padding: 7px 20px;
        border: 1px solid #000000;
        margin: 0 -10px 0 10px;
        cursor: pointer;
        background: transparent; }
        .woocommerce-cart .cart-actions__coupon-wrapper .cart-actions__coupon .cart-actions__apply:hover, .woocommerce-cart .cart-actions__coupon-wrapper .cart-actions__coupon .cart-actions__apply:focus {
          opacity: 0.7; }
  .woocommerce-cart .cart-actions__update {
    font-family: "Basier Square", sans-serif;
    font-weight: 700;
    font-size: 0.77778rem;
    height: 40px;
    color: #000;
    border: 1px solid #cfcfcf;
    border-radius: 19px;
    padding: 0 20px;
    background: transparent; }

.woocommerce-cart__disclaimer {
  font-size: 0.77778rem;
  line-height: normal;
  margin: 50px 0; }

.woocommerce-cart .woocommerce-shipping-calculator {
  display: none; }

.cart-info-section {
  padding-top: 100px; }
  .cart-info-section__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px; }
    @media (min-width: 768px) {
      .cart-info-section__inner {
        grid-template-columns: 1fr 1fr 1fr; } }
  .cart-info-section__block {
    display: flex;
    gap: 25px;
    flex-direction: column;
    text-align: left;
    background-color: #E6FF9E;
    padding: 14px 20px 20px;
    border-radius: 20px; }
    @media (min-width: 768px) {
      .cart-info-section__block {
        flex-direction: column; } }
  .cart-info-section__icon {
    height: 50px;
    min-width: 60px;
    margin: 0 auto; }
  .cart-info-section__title {
    font-size: 1rem;
    flex-grow: 1; }
  .cart-info-section__content {
    font-size: 0.77778rem; }

.woocommerce-checkout article header {
  margin-left: 0;
  margin-right: 0; }

.woocommerce-checkout .woocommerce-info {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 10px; }
  .woocommerce-checkout .woocommerce-info a {
    font-size: 0.77778rem;
    padding: 6px 20px; }

.woocommerce-checkout .checkout {
  background: #F8F8F6;
  padding: 20px;
  border-radius: 20px; }

.woocommerce-checkout .checkout .blockUI.blockOverlay {
  background: #F8F8F6 !important; }

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.33333rem; }
  @media (min-width: 768px) {
    .woocommerce-checkout .woocommerce-billing-fields h3,
    .woocommerce-checkout .woocommerce-shipping-fields h3 {
      font-size: 1.77778rem; } }

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  max-width: 500px;
  margin: 40px auto 30px; }

.woocommerce-checkout .woocommerce-shipping-fields {
  max-width: 500px;
  margin: 40px auto 30px; }

.woocommerce-checkout .woocommerce-additional-fields {
  max-width: 500px;
  margin: 0 auto; }

.woocommerce-checkout .woocommerce-account-fields {
  max-width: 500px;
  margin: 0 auto; }

.woocommerce-checkout label {
  margin-bottom: 5px;
  font-size: 0.88889rem;
  line-height: normal; }
  .woocommerce-checkout label abbr[title] {
    text-decoration: none; }

.woocommerce-checkout #billing_first_name_field,
.woocommerce-checkout #billing_last_name_field,
.woocommerce-checkout #shipping_first_name_field,
.woocommerce-checkout #shipping_last_name_field {
  width: 100%;
  margin-right: 0;
  float: unset; }

.woocommerce-checkout input:focus-visible {
  outline: none; }

.woocommerce-checkout input.input-text {
  border-radius: 19px;
  width: 100%;
  border: none;
  padding: 9px 20px;
  font-size: 0.88889rem;
  color: #000000; }
  .woocommerce-checkout input.input-text::placeholder {
    color: #9A9A9A; }

.woocommerce-checkout input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  font: inherit;
  color: #000000;
  width: 25px;
  min-width: 25px;
  height: 25px;
  border: none;
  border-radius: 6px;
  display: grid;
  place-content: center;
  cursor: pointer;
  margin: 0 14px 0 0; }
  .woocommerce-checkout input[type="checkbox"]::before {
    content: "";
    width: 17px;
    height: 17px;
    transform: scale(0);
    transition: 0.15s transform ease-in-out;
    box-shadow: inset 17px 17px #000000;
    border-radius: 6px; }
  .woocommerce-checkout input[type="checkbox"]:checked::before {
    transform: scale(1); }

.woocommerce-checkout .woocommerce-form__label-for-checkbox, .woocommerce-checkout .checkbox {
  display: flex;
  font-size: 16px;
  align-items: center; }
  .woocommerce-checkout .woocommerce-form__label-for-checkbox span, .woocommerce-checkout .checkbox span {
    max-width: 50%;
    line-height: 1.25; }

.woocommerce-checkout #billing_eu_vat_number_field label {
  display: none; }

.woocommerce-checkout .form-row.woocommerce-validated input.input-text {
  box-shadow: unset; }

.woocommerce-checkout .form-row.woocommerce-invalid input.input-text {
  border: 1px solid #FF002E;
  box-shadow: unset; }

.woocommerce-checkout #checkout_newsletter_signup_field {
  max-width: 500px;
  margin: 0 auto; }

.woocommerce-checkout #checkout_newsletter_signup_field_disclaimer {
  max-width: 500px;
  margin: 10px auto 0;
  font-size: 0.77778rem; }

.woocommerce-checkout #order_comments_field label {
  display: none; }

.woocommerce-checkout #order_comments_field #order_comments {
  border-radius: 19px;
  border: none;
  padding: 14px 22px;
  font-size: 0.88889rem;
  color: #000000;
  min-height: 167px;
  resize: vertical; }
  .woocommerce-checkout #order_comments_field #order_comments::placeholder {
    color: #9A9A9A; }
  .woocommerce-checkout #order_comments_field #order_comments:focus-visible {
    outline: none; }

.woocommerce-checkout .woocommerce-form-login-toggle {
  display: none; }

.woocommerce-checkout .woocommerce-form-login {
  background: #F8F8F6;
  padding: 40px 20px;
  max-width: unset;
  margin-bottom: 20px;
  display: block !important;
  border-radius: 20px; }
  .woocommerce-checkout .woocommerce-form-login p:first-child {
    margin-top: 0; }
  .woocommerce-checkout .woocommerce-form-login p.lost_password {
    margin-bottom: 0; }
  .woocommerce-checkout .woocommerce-form-login p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
  .woocommerce-checkout .woocommerce-form-login .button, .woocommerce-checkout .woocommerce-form-login .woocommerce .restore-item, .woocommerce .woocommerce-checkout .woocommerce-form-login .restore-item {
    margin-top: 15px; }

.woocommerce-checkout .checkout-coupon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 50px; }
  .woocommerce-checkout .checkout-coupon__coupon-wrapper {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .woocommerce-checkout .checkout-coupon__coupon-wrapper .checkout-coupon__coupon {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
      border-radius: 30px;
      height: 50px;
      padding: 0 22px;
      background-color: #F8F8F6;
      width: 100%; }
      .woocommerce-checkout .checkout-coupon__coupon-wrapper .checkout-coupon__coupon input {
        border: 0;
        outline: 0;
        padding: 0;
        margin: 0;
        font-size: 0.88889rem;
        color: #000000;
        background-color: transparent; }
        .woocommerce-checkout .checkout-coupon__coupon-wrapper .checkout-coupon__coupon input::placeholder {
          color: #9A9A9A;
          font-size: 0.88889rem; }
      .woocommerce-checkout .checkout-coupon__coupon-wrapper .checkout-coupon__coupon .checkout-coupon__apply {
        transition: opacity 0.2s ease;
        font-size: 0.77778rem;
        font-weight: 300;
        color: #000000;
        padding: 7px 20px;
        border: 1px solid #000000;
        margin: 0 -10px 0 10px;
        cursor: pointer;
        background: transparent; }
        .woocommerce-checkout .checkout-coupon__coupon-wrapper .checkout-coupon__coupon .checkout-coupon__apply:hover, .woocommerce-checkout .checkout-coupon__coupon-wrapper .checkout-coupon__coupon .checkout-coupon__apply:focus {
          opacity: 0.7; }

.woocommerce-checkout .optional {
  display: none; }

.woocommerce-checkout #order_review_heading {
  font-size: 1.77778rem;
  margin-top: 50px;
  line-height: normal;
  border-top: 1px solid #00000080;
  padding-top: 19px; }

.woocommerce-checkout .woocommerce-checkout-payment__title {
  font-size: 1.77778rem;
  line-height: normal;
  margin-top: 50px;
  border-top: 1px solid #00000080;
  padding-top: 19px; }

.woocommerce-checkout .shop_table {
  border-top: 1px solid #00000080;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  .woocommerce-checkout .shop_table thead {
    display: none; }
  .woocommerce-checkout .shop_table .woocommerce-shipping-destination {
    display: none; }
  .woocommerce-checkout .shop_table .woocommerce-shipping-methods {
    list-style: none;
    padding: 0;
    margin: 0; }
    .woocommerce-checkout .shop_table .woocommerce-shipping-methods label span {
      color: #000; }
  .woocommerce-checkout .shop_table th {
    height: 54px;
    font-size: 0.88889rem;
    text-align: left;
    border-bottom: 1px solid #0000001A;
    font-weight: 300; }
  .woocommerce-checkout .shop_table td {
    height: 54px;
    font-size: 0.88889rem;
    text-align: right;
    border-bottom: 1px solid #0000001A; }
  .woocommerce-checkout .shop_table tr.order-total .amount {
    font-size: 1.44444rem; }
  .woocommerce-checkout .shop_table tr.order-total .includes_tax {
    display: block;
    font-size: 0.66667rem; }
    .woocommerce-checkout .shop_table tr.order-total .includes_tax .woocommerce-Price-amount.amount {
      font-size: 0.66667rem; }
  .woocommerce-checkout .shop_table tr.order-total td,
  .woocommerce-checkout .shop_table tr.order-total th {
    height: 75px;
    border-bottom: none; }
  .woocommerce-checkout .shop_table tr.order-total td {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; }
  .woocommerce-checkout .shop_table td.product-name {
    text-align: left;
    font-size: 0.88889rem; }

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input {
  margin-left: 0; }

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
  max-width: 100%; }

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper abbr.required {
  display: none; }

.woocommerce-checkout .wc_payment_methods {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  max-width: 500px; }
  .woocommerce-checkout .wc_payment_methods .wc_payment_method {
    display: grid;
    grid-template-columns: 25px auto;
    gap: 14px;
    margin-bottom: 0.5rem; }
    .woocommerce-checkout .wc_payment_methods .wc_payment_method .payment_box {
      grid-column: span 2; }
    .woocommerce-checkout .wc_payment_methods .wc_payment_method label {
      font-size: 16px; }
    .woocommerce-checkout .wc_payment_methods .wc_payment_method input[type="radio"] {
      display: grid !important;
      -webkit-appearance: none;
      appearance: none;
      background-color: #fff;
      margin: 0;
      width: 25px;
      height: 25px;
      border: 1px solid #cfcfcf;
      border-radius: 50%;
      place-content: center; }
      .woocommerce-checkout .wc_payment_methods .wc_payment_method input[type="radio"]::before {
        content: "";
        display: block;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 17px 17px #000; }
      .woocommerce-checkout .wc_payment_methods .wc_payment_method input[type="radio"]:checked::before {
        transform: scale(1); }

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  max-width: 500px;
  margin: 0 auto; }

.woocommerce-checkout .woocommerce-checkout__place-order__wrapper {
  border-top: 1px solid #00000080;
  padding-top: 19px;
  margin: 50px auto; }
  .woocommerce-checkout .woocommerce-checkout__place-order__wrapper #place_order {
    margin-left: auto;
    display: flex !important; }

/* EU/UK VAT FOR WOOCOMMERCE VALIDATION MESSAGES */
#alg_wc_eu_vat_progress {
  padding: 6px 24px;
  font-size: 0.77778rem; }

/* ALIGN PAYMENT LABELS WITH ICONS */
.woocommerce-checkout .wc_payment_methods .wc_payment_method {
  align-items: flex-end; }

.endpoint-tiles {
  display: grid;
  grid-gap: 20px;
  margin-top: 50px;
  grid-template-columns: repeat(2, 1fr); }
  @media (min-width: 768px) {
    .endpoint-tiles {
      grid-template-columns: repeat(4, 1fr); } }
  .endpoint-tiles__tile {
    text-decoration: none;
    background-color: #F8F8F6;
    aspect-ratio: 1;
    padding: 15px;
    font-size: 0.88889rem;
    transition: background-color 0.2s ease;
    border-radius: 20px; }
    .endpoint-tiles__tile:hover {
      background-color: #F0F0ED; }
    @media (min-width: 768px) {
      .endpoint-tiles__tile {
        font-size: 1rem; } }
    @media (min-width: 1132px) {
      .endpoint-tiles__tile {
        padding: 20px; } }

.woocommerce-mini-cart {
  list-style: none;
  padding-left: 0;
  border-top: 1px solid #00000080;
  border-bottom: 1px solid #00000080;
  margin-bottom: 30px; }
  .woocommerce-mini-cart__buttons {
    text-align: right;
    margin-top: 30px;
    padding-bottom: 20px; }
  .woocommerce-mini-cart__button {
    display: inline-block; }
  .woocommerce-mini-cart-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid #0000001A;
    padding: 20px 0 20px;
    font-size: 0.88889rem; }
    .woocommerce-mini-cart-item:last-child {
      border-bottom: none; }
    .woocommerce-mini-cart-item__row {
      display: grid;
      grid-gap: 10px;
      grid-template-columns: 60px auto 20px;
      margin-left: 5px;
      align-items: center; }
    .woocommerce-mini-cart-item img {
      max-height: 50px;
      object-fit: contain;
      width: 40px;
      margin: 0 10px; }
    .woocommerce-mini-cart-item a {
      text-align: right;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.77778rem;
      font-weight: 600; }
    .woocommerce-mini-cart-item .quantity {
      margin-right: 10px; }
      .woocommerce-mini-cart-item .quantity input::-webkit-outer-spin-button,
      .woocommerce-mini-cart-item .quantity input::-webkit-inner-spin-button {
        display: none; }
      .woocommerce-mini-cart-item .quantity input[type="number"] {
        -moz-appearance: textfield;
        box-sizing: border-box;
        background-color: #F8F8F6;
        padding: 9px 20px;
        width: 60px;
        height: 37px;
        border-radius: 18px;
        text-align: right;
        border: none;
        font-size: 1rem;
        line-height: 30px;
        color: #000000;
        font-weight: 300;
        outline: none; }
    .woocommerce-mini-cart-item .amount {
      grid-column: span 2;
      margin-left: auto;
      font-size: 0.88889rem;
      min-width: 95px;
      text-align: right; }
    .woocommerce-mini-cart-item .remove {
      transition: opacity 0.2s ease;
      background-image: url("/wp-content/themes/polyend/assets/svg/icon-close-dark_v2.svg");
      margin-right: 14px;
      background-size: contain;
      background-repeat: no-repeat;
      min-width: 20px;
      display: block;
      color: transparent; }
      .woocommerce-mini-cart-item .remove:hover, .woocommerce-mini-cart-item .remove:focus {
        opacity: 0.7; }
  .woocommerce-mini-cart__title h2 {
    font-weight: 300;
    font-size: 1.77778rem;
    margin: 24px 0 40px; }
  .woocommerce-mini-cart__total {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.88889rem;
    align-items: flex-end; }
    .woocommerce-mini-cart__total .amount {
      line-height: 1; }
    .woocommerce-mini-cart__total bdi {
      font-size: 1.44444rem; }
  .woocommerce-mini-cart__total-title {
    margin-bottom: 2px; }

.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-lost-password .woocommerce-MyAccount-content {
  padding-bottom: 4rem;
  padding-top: 20px; }
  .woocommerce-account .woocommerce-MyAccount-content--my-devices, .woocommerce-lost-password .woocommerce-MyAccount-content--my-devices {
    padding-top: 50px; }
  .woocommerce-account .woocommerce-MyAccount-content__subtitle, .woocommerce-lost-password .woocommerce-MyAccount-content__subtitle {
    font-size: 1.22222rem; }
    @media (min-width: 768px) {
      .woocommerce-account .woocommerce-MyAccount-content__subtitle, .woocommerce-lost-password .woocommerce-MyAccount-content__subtitle {
        line-height: 1.5; } }

.woocommerce-account .account__form__wrapper, .woocommerce-account .woocommerce-ResetPassword, .woocommerce-account .woocommerce-ResetPassword--confirmation, .woocommerce-lost-password .account__form__wrapper, .woocommerce-lost-password .woocommerce-ResetPassword, .woocommerce-lost-password .woocommerce-ResetPassword--confirmation {
  background: #F8F8F6;
  padding: 20px 20px 58px;
  margin-bottom: 20px;
  border-radius: 20px; }
  .woocommerce-account .account__form__wrapper .woocommerce-notices-wrapper, .woocommerce-account .woocommerce-ResetPassword .woocommerce-notices-wrapper, .woocommerce-account .woocommerce-ResetPassword--confirmation .woocommerce-notices-wrapper, .woocommerce-lost-password .account__form__wrapper .woocommerce-notices-wrapper, .woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-notices-wrapper, .woocommerce-lost-password .woocommerce-ResetPassword--confirmation .woocommerce-notices-wrapper {
    margin: -18px 0 20px 0;
    width: 100%; }
    .woocommerce-account .account__form__wrapper .woocommerce-notices-wrapper ul.woocommerce-error, .woocommerce-account .woocommerce-ResetPassword .woocommerce-notices-wrapper ul.woocommerce-error, .woocommerce-account .woocommerce-ResetPassword--confirmation .woocommerce-notices-wrapper ul.woocommerce-error, .woocommerce-lost-password .account__form__wrapper .woocommerce-notices-wrapper ul.woocommerce-error, .woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-notices-wrapper ul.woocommerce-error, .woocommerce-lost-password .woocommerce-ResetPassword--confirmation .woocommerce-notices-wrapper ul.woocommerce-error {
      margin: 0;
      text-align: right;
      font-weight: 300; }
      .woocommerce-account .account__form__wrapper .woocommerce-notices-wrapper ul.woocommerce-error br + br, .woocommerce-account .woocommerce-ResetPassword .woocommerce-notices-wrapper ul.woocommerce-error br + br, .woocommerce-account .woocommerce-ResetPassword--confirmation .woocommerce-notices-wrapper ul.woocommerce-error br + br, .woocommerce-lost-password .account__form__wrapper .woocommerce-notices-wrapper ul.woocommerce-error br + br, .woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-notices-wrapper ul.woocommerce-error br + br, .woocommerce-lost-password .woocommerce-ResetPassword--confirmation .woocommerce-notices-wrapper ul.woocommerce-error br + br {
        display: none; }

.woocommerce-account .account__new-user-notice span, .woocommerce-lost-password .account__new-user-notice span {
  font-size: 22px;
  display: block; }

.woocommerce-account .woocommerce-ResetPassword p, .woocommerce-lost-password .woocommerce-ResetPassword p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  .woocommerce-account .woocommerce-ResetPassword p.woocommerce-ResetPassword__title, .woocommerce-lost-password .woocommerce-ResetPassword p.woocommerce-ResetPassword__title {
    max-width: unset;
    margin: 0 0 40px;
    font-size: 1.77778rem; }

.woocommerce-account .woocommerce-ResetPassword .button, .woocommerce-account .woocommerce-ResetPassword .woocommerce .restore-item, .woocommerce .woocommerce-account .woocommerce-ResetPassword .restore-item, .woocommerce-lost-password .woocommerce-ResetPassword .button, .woocommerce-lost-password .woocommerce-ResetPassword .woocommerce .restore-item, .woocommerce .woocommerce-lost-password .woocommerce-ResetPassword .restore-item {
  margin-left: auto; }

.woocommerce-account .woocommerce-ResetPassword--confirmation .woocommerce-message, .woocommerce-lost-password .woocommerce-ResetPassword--confirmation .woocommerce-message {
  font-size: 22px; }

.woocommerce-account label[for="account_last_name"] .required,
.woocommerce-account label[for="account_first_name"] .required, .woocommerce-lost-password label[for="account_last_name"] .required,
.woocommerce-lost-password label[for="account_first_name"] .required {
  display: none; }

/*show login message shown when trying to register for already existing email*/
.showlogin {
  display: block; }

.woocommerce-MyAccount-navigation {
  margin-top: 50px;
  margin-bottom: -30px; }
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start; }
    @media (min-width: 992px) {
      .woocommerce-MyAccount-navigation ul {
        flex-direction: row; } }

.woocommerce-MyAccount-navigation-link {
  display: flex;
  justify-content: center; }
  .woocommerce-MyAccount-navigation-link a {
    text-transform: capitalize;
    width: fit-content; }

.woocommerce-form-login {
  max-width: clamp(280px, 77.77778vw, 3840px);
  margin: 0 auto;
  font-size: 0.88889rem;
  font-weight: 300; }
  @media (min-width: 768px) {
    .woocommerce-form-login {
      max-width: 500px; } }
  .woocommerce-form-login__rememberme {
    display: flex;
    margin-bottom: 1rem;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    align-content: center;
    align-items: center; }
    .woocommerce-form-login__rememberme span {
      display: block;
      line-height: 1; }
  .woocommerce-form-login .account__login-form__submit-lost-password {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center; }
    .woocommerce-form-login .account__login-form__submit-lost-password a {
      transition: opacity 0.2s ease;
      line-height: 1; }
      .woocommerce-form-login .account__login-form__submit-lost-password a:hover, .woocommerce-form-login .account__login-form__submit-lost-password a:focus {
        opacity: 0.7; }

.woocommerce-form-login .input-text, .woocommerce-form-register .input-text, .woocommerce-ResetPassword .input-text {
  margin-top: 4px; }

.woocommerce-form-register {
  max-width: clamp(280px, 77.77778vw, 3840px);
  margin: 0 auto;
  font-size: 0.88889rem;
  /** password set using link in email - disclaimer has no selector, nth-child used
  *   /my-account/lost-password/?action=newaccount&key=<key>&login=<login>
  */ }
  @media (min-width: 768px) {
    .woocommerce-form-register {
      max-width: 500px; } }
  .woocommerce-form-register__submit.button, .woocommerce .woocommerce-form-register__submit.restore-item {
    margin-left: auto; }
  .woocommerce-form-register p:nth-child(2) {
    margin-top: -1rem;
    font-size: 14px;
    text-align: right; }
  .woocommerce-form-register #user_register_newsletter_signup_field {
    font-size: 0.77778rem; }
  .woocommerce-form-register .woocommerce-privacy-policy-text {
    font-size: 0.66667rem; }

.woocommerce .woocommerce-password-strength {
  font-weight: 700;
  text-align: left; }
  .woocommerce .woocommerce-password-strength.bad {
    color: #FF002E; }
  .woocommerce .woocommerce-password-strength.good {
    color: #ff825b; }
  .woocommerce .woocommerce-password-strength.strong {
    color: #000; }

.woocommerce-MyAccount-content--view-order .woocommerce-table--order-details th {
  text-align: left; }

@media (min-width: 1200px) {
  .woocommerce-MyAccount-content--view-order .woocommerce-customer-details .woocommerce-columns {
    display: grid;
    grid-template-columns: 1fr 1fr; } }

.woocommerce-order-received .woocommerce-order-overview {
  border-top: 1px solid #00000080;
  list-style: none;
  padding-left: 0; }
  .woocommerce-order-received .woocommerce-order-overview li {
    border-bottom: 1px solid #00000080;
    height: 50px;
    display: flex;
    justify-content: space-between;
    place-items: center;
    font-size: 0.77778rem;
    font-weight: 700;
    color: #b2b2ae; }
    .woocommerce-order-received .woocommerce-order-overview li strong {
      color: #000;
      font-size: 0.88889rem; }

.woocommerce-order-received .woocommerce-thankyou-order-received {
  font-weight: 600;
  font-size: 16px;
  margin: 37px 0 68px; }

.woocommerce-order-received .woocommerce-order-details__title {
  font-size: 1.33333rem;
  font-weight: 600; }

.woocommerce-order-received .shop_table .shipped_via {
  display: none; }

.woocommerce-order-received .shop_table th {
  color: #b2b2ae; }

.woocommerce-order-received .shop_table .includes_tax {
  color: #b2b2ae; }

.woocommerce-order-received .shop_table tfoot tr:last-child th {
  color: #000; }

.woocommerce-order-received .shop_table tfoot tr:last-child td {
  display: flex;
  flex-direction: column;
  min-height: 75px;
  place-items: flex-end;
  justify-content: center; }

.woocommerce-order-received .woocommerce-order-details {
  margin-bottom: 100px; }

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  background-color: transparent;
  font-weight: 300;
  margin: 1rem 0; }

.woocommerce .woocommerce-password-strength {
  font-weight: 300;
  margin: 0.5rem 0;
  font-size: 0.77778rem; }

.woocommerce ul.woocommerce-error {
  list-style: none;
  padding-left: 0;
  color: #FF002E; }

.woocommerce .restore-item {
  display: flex;
  max-width: 250px;
  margin-top: 1rem; }

body .wcpbc-price.loading {
  display: none; }
  body .wcpbc-price.loading *:not(.wcpbc-spinner) {
    display: unset;
    visibility: hidden; }

/* blocks
--------------------------------------------- */
.blog-tiles__wrapper {
  background-color: #E1E2DF;
  padding: clamp(0px, 20vw, 3840px) 0 clamp(0px, 11.11111vw, 3840px);
  position: relative;
  overflow: hidden;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .blog-tiles__wrapper {
      padding: clamp(0px, 16.14583vw, 3840px) 0 clamp(0px, 6.51042vw, 3840px); } }
  @media (min-width: 1132px) {
    .blog-tiles__wrapper {
      padding: clamp(0px, 4.68198vw, 3840px) 0 clamp(0px, 4.41696vw, 3840px);
      margin-top: 75px;
      margin-bottom: 75px; } }
  @media (min-width: 1800px) {
    .blog-tiles__wrapper {
      padding: 53px 0 50px; } }

.blog-tiles__title {
  margin: 0;
  color: #FFFFFF;
  font-size: clamp(58.5px, 16.25vw, 3840px);
  text-transform: uppercase;
  font-weight: 300;
  transform: rotate(-4deg);
  position: absolute;
  top: clamp(-3840px, -2.5vw, -9px);
  letter-spacing: -1px; }
  @media (min-width: 768px) {
    .blog-tiles__title {
      font-size: clamp(117px, 15.23438vw, 3840px);
      top: clamp(-3840px, -2.34375vw, -18px);
      letter-spacing: -2px; } }
  @media (min-width: 1132px) {
    .blog-tiles__title {
      font-size: clamp(117px, 10.33569vw, 3840px);
      top: clamp(-3840px, -1.59011vw, -18px); } }
  @media (min-width: 1800px) {
    .blog-tiles__title {
      font-size: 117px;
      top: -18px; } }

.blog-tiles__categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 33px;
  font-size: 0.77778rem;
  font-weight: 300; }
  @media (min-width: 768px) {
    .blog-tiles__categories {
      justify-content: flex-end; } }
  @media (min-width: 1800px) {
    .blog-tiles__categories {
      justify-content: flex-start;
      margin-left: 700px; } }
  .blog-tiles__categories__category {
    transition: opacity 0.2s ease;
    color: #000000;
    text-decoration: none; }
    .blog-tiles__categories__category:hover, .blog-tiles__categories__category:focus {
      opacity: 0.7; }

.blog-tiles__tiles {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    .blog-tiles__tiles {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1132px) {
    .blog-tiles__tiles {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1800px) {
    .blog-tiles__tiles {
      grid-template-columns: repeat(4, 1fr); } }

.blog-tiles__tile {
  border-radius: 20px;
  overflow: hidden; }
  .blog-tiles__tile:nth-child(3), .blog-tiles__tile:nth-child(4) {
    display: none; }
  @media (min-width: 768px) {
    .blog-tiles__tile:nth-child(3), .blog-tiles__tile:nth-child(4) {
      display: block; } }
  @media (min-width: 1132px) {
    .blog-tiles__tile:nth-child(4) {
      display: none; } }
  @media (min-width: 1800px) {
    .blog-tiles__tile:nth-child(4) {
      display: block; } }

.blog-tiles__button__wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px; }

.blog-tile {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .blog-tile__wrapper {
    background-color: #FFFFFF; }
  .blog-tile__link {
    display: block;
    text-decoration: none;
    color: #000000;
    height: 100%; }
  .blog-tile__title {
    margin: 15px 20px 66px;
    font-weight: 300;
    line-height: normal;
    font-size: 1.22222rem; }
    @media (min-width: 1132px) {
      .blog-tile__title {
        font-size: 1.33333rem; } }
  .blog-tile__categories {
    margin: auto 0 15px 20px;
    display: flex;
    gap: 20px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: normal;
    font-size: 0.66667rem;
    text-decoration: none; }
  .blog-tile__image .post-thumbnail {
    height: 100%;
    width: auto; }
    .blog-tile__image .post-thumbnail img {
      display: block;
      width: 100%;
      object-fit: cover;
      aspect-ratio: 1.8277; }

.feature-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  z-index: 1; }
  @media (min-width: 1132px) {
    .feature-tiles {
      margin-top: 75px;
      margin-bottom: 75px; } }
  .feature-tiles__tile {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    color: #ABABAB;
    font-weight: 300;
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    padding: 20px;
    min-height: 192px;
    border-radius: 20px; }
    @media (min-width: 768px) {
      .feature-tiles__tile {
        font-size: 1.77778rem;
        line-height: 1.77778rem;
        padding: 20px;
        min-height: 212px; } }
    @media (min-width: 1132px) {
      .feature-tiles__tile {
        font-size: 2.44444rem;
        line-height: 2.44444rem;
        padding: 30px;
        min-height: 262px; } }
    @media (min-width: 1800px) {
      .feature-tiles__tile {
        font-size: 44px;
        line-height: 44px;
        padding: 30px;
        min-height: 262px; } }
    .feature-tiles__tile__text {
      z-index: 5;
      max-width: 84%; }
      .feature-tiles__tile__text span {
        color: #000000; }
  .feature-tiles__shipping {
    order: 1;
    grid-column: span 4;
    background-image: url("/wp-content/themes/polyend/assets/banners/cardboard.jpg");
    background-position: left center;
    color: #FFFFFF; }
    @media (min-width: 768px) {
      .feature-tiles__shipping {
        order: unset; } }
    @media (min-width: 1800px) {
      .feature-tiles__shipping {
        grid-column: span 3; } }
  .feature-tiles__try_at_home {
    order: 3;
    grid-column: span 4;
    background: #99EAE5;
    color: #FFFFFF; }
    @media (min-width: 768px) {
      .feature-tiles__try_at_home {
        order: unset;
        grid-column: span 2; } }
    @media (min-width: 1800px) {
      .feature-tiles__try_at_home {
        grid-column: span 1; } }
  .feature-tiles__backstage {
    order: 2;
    grid-column: span 4;
    background: #F8F8F6;
    position: relative; }
    @media (min-width: 768px) {
      .feature-tiles__backstage {
        order: unset;
        grid-column: span 2; } }
    .feature-tiles__backstage__icon {
      position: absolute;
      margin-top: -20px;
      left: 63.56%;
      height: 100%; }
      .feature-tiles__backstage__icon svg {
        height: 72.17%; }
      @media (min-width: 768px) {
        .feature-tiles__backstage__icon {
          margin-top: -20px;
          left: 69.01%; }
          .feature-tiles__backstage__icon svg {
            height: 84.73%; } }
      @media (min-width: 1132px) {
        .feature-tiles__backstage__icon {
          margin-top: -30px;
          left: 69.89%; }
          .feature-tiles__backstage__icon svg {
            height: 84.73%; } }
      @media (min-width: 1800px) {
        .feature-tiles__backstage__icon {
          margin-top: -30px;
          left: 64.27%; }
          .feature-tiles__backstage__icon svg {
            height: 84.73%; } }
  .feature-tiles__records {
    order: 4;
    grid-column: span 4;
    background: #F8F8F6;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .feature-tiles__records {
        order: unset; } }
    @media (min-width: 1800px) {
      .feature-tiles__records {
        grid-column: span 2; } }
    .feature-tiles__records__slider {
      height: clamp(0px, 30vw, 3840px);
      overflow: visible !important; }
      @media (min-width: 768px) {
        .feature-tiles__records__slider {
          max-height: clamp(0px, 17.38281vw, 3840px); } }
      @media (min-width: 1132px) {
        .feature-tiles__records__slider {
          max-height: clamp(0px, 14.57597vw, 3840px); } }
      @media (min-width: 1800px) {
        .feature-tiles__records__slider {
          max-height: 165px; } }
      .feature-tiles__records__slider__container {
        position: absolute;
        margin-bottom: clamp(-3840px, -9.44444vw, -34px);
        height: clamp(0px, 30vw, 3840px);
        width: clamp(0px, 33.88889vw, 3840px);
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: visible;
        left: clamp(0px, 29.44444vw, 3840px); }
        @media (min-width: 768px) {
          .feature-tiles__records__slider__container {
            bottom: unset;
            left: unset;
            overflow: hidden;
            transform: translateY(-50%);
            top: 50%;
            width: auto;
            height: 100%;
            margin-bottom: 0;
            right: clamp(0px, 21.22396vw, 3840px); } }
        @media (min-width: 1132px) {
          .feature-tiles__records__slider__container {
            right: clamp(0px, 20.58304vw, 3840px); } }
        @media (min-width: 1800px) {
          .feature-tiles__records__slider__container {
            right: 233px; } }
      .feature-tiles__records__slider__slide {
        width: auto !important; }
  .feature-tiles__button__wrapper {
    z-index: 5;
    position: absolute;
    bottom: clamp(20px, 5.55556vw, 3840px);
    right: clamp(20px, 5.55556vw, 3840px); }
    @media (min-width: 768px) {
      .feature-tiles__button__wrapper {
        bottom: clamp(30px, 3.90625vw, 3840px);
        right: clamp(30px, 3.90625vw, 3840px); } }
    @media (min-width: 1132px) {
      .feature-tiles__button__wrapper {
        bottom: clamp(30px, 2.65018vw, 3840px);
        right: clamp(30px, 2.65018vw, 3840px); } }
    @media (min-width: 1800px) {
      .feature-tiles__button__wrapper {
        bottom: 30px;
        right: 30px; } }

.highlight-tile {
  padding: 20px;
  font-size: 1.33333rem;
  border-radius: 20px; }
  @media (min-width: 768px) {
    .highlight-tile {
      font-size: 1.77778rem; } }
  .highlight-tile__content-wrapper {
    max-width: 580px; }
  .highlight-tile p:first-of-type {
    margin-top: 0; }
  .highlight-tile p:last-of-type {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .highlight-tile p:last-of-type {
        margin-bottom: 24px; } }
  .highlight-tile--pink {
    background-color: #F6D6D6; }
    .highlight-tile--pink span {
      color: #FFFFFF; }

.legacy-tiles {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr; }
  .legacy-tiles__wrapper {
    margin: 100px 0 60px; }
    @media (min-width: 768px) {
      .legacy-tiles__wrapper {
        margin: 130px 0 80px; } }
    @media (min-width: 1132px) {
      .legacy-tiles__wrapper {
        margin: 150px 0 100px; } }
  .legacy-tiles__tile {
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 20px;
    padding: 0 20px 20px 20px; }
    @media (min-width: 768px) {
      .legacy-tiles__tile {
        padding: 0 30px 30px 30px; } }
    @media (min-width: 1132px) {
      .legacy-tiles__tile {
        padding: 30px;
        grid-template-columns: 1fr 1fr; } }
    .legacy-tiles__tile--gray {
      background-color: #E1E2DF; }
    .legacy-tiles__tile--perc {
      background-color: #DCDCE1; }
    .legacy-tiles__tile--seq {
      background-color: #E2DFE0; }
    .legacy-tiles__tile--medusa {
      background-color: #E4E0DB; }
    .legacy-tiles__tile--eurorack {
      background-color: #DFE2E0; }
    .legacy-tiles__tile--tracker {
      background-color: #E1DDDF; }
    @media (min-width: 1132px) {
      .legacy-tiles__tile--style-perc .legacy-tiles__tile__image {
        margin-top: -30px; } }
    @media (min-width: 768px) {
      .legacy-tiles__tile__image {
        max-width: 590px;
        max-height: 400px;
        margin: 0 auto; } }
    @media (min-width: 1132px) {
      .legacy-tiles__tile__image {
        margin-left: auto;
        margin-right: unset; } }
    .legacy-tiles__tile__image img {
      width: 100%;
      height: 100%; }
    @media (min-width: 1132px) {
      .legacy-tiles__tile__content {
        max-width: 435px; } }
    .legacy-tiles__tile__text {
      font-size: 0.88889rem;
      line-height: 1.5; }
      .legacy-tiles__tile__text p:first-child {
        margin-top: 0; }
      .legacy-tiles__tile__text p:last-child {
        margin-bottom: 0; }
    .legacy-tiles__tile__button-wrapper {
      margin-top: 30px; }
    .legacy-tiles__tile__title {
      margin: 0 0 30px;
      font-size: 1.44444rem; }
      @media (min-width: 768px) {
        .legacy-tiles__tile__title {
          font-size: 1.77778rem; } }

.legacy-image-tiles {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .legacy-image-tiles__wrapper {
    margin: 100px 0 80px; }
    @media (min-width: 768px) {
      .legacy-image-tiles__wrapper {
        margin: 100px 0 70px; } }
    @media (min-width: 1132px) {
      .legacy-image-tiles__wrapper {
        margin: 130px 0 80px; } }
  .legacy-image-tiles__image {
    aspect-ratio: 3.5;
    border-radius: 20px;
    object-fit: cover;
    object-position: center center; }

.newsletter-signup {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "Albert Sans VF", "Albert Sans", "Basier Square", sans-serif; }
  @media (min-width: 1132px) {
    .newsletter-signup {
      margin-top: 75px;
      margin-bottom: 75px; } }
  main .newsletter-signup {
    margin-bottom: 70px; }
    @media (min-width: 768px) {
      main .newsletter-signup {
        margin-bottom: 90px; } }
  .newsletter-signup__form {
    display: flex;
    align-items: start;
    flex-wrap: wrap; }
    @media (min-width: 1132px) {
      .newsletter-signup__form {
        flex-wrap: nowrap; } }
  .newsletter-signup__title {
    margin: 0 63px 0 0;
    font-weight: 300;
    line-height: normal;
    white-space: nowrap;
    font-size: 1.77778rem; }
    @media (min-width: 768px) {
      .newsletter-signup__title {
        font-size: 3rem; } }
  .newsletter-signup__input-wrapper {
    width: 100%; }
  .newsletter-signup__input {
    max-width: unset;
    border: none;
    background: #F8F8F6;
    height: 60px;
    padding: 0 11px 0 30px;
    margin-top: 10px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .newsletter-signup__input {
        margin-top: 20px;
        font-size: 1.33333rem; } }
    @media (min-width: 1132px) {
      .newsletter-signup__input {
        margin-top: 0; } }
    .newsletter-signup__input button {
      transition: opacity 0.2s ease;
      white-space: nowrap;
      color: #FFFFFF;
      background: #000000;
      font-weight: 300;
      padding: 11px 20px 10px 20px;
      border-radius: 30px;
      font-size: 0.88889rem; }
      .newsletter-signup__input button:hover, .newsletter-signup__input button:focus {
        opacity: 0.7; }
    .newsletter-signup__input input::placeholder {
      font-weight: 300;
      color: #9A9A9A; }
  .newsletter-signup__responses {
    margin-top: 10px;
    margin-left: 20px; }
  .newsletter-signup__response {
    font-size: 0.88889rem; }
    .newsletter-signup__response#newsletter-error-response {
      color: #FF002E; }
    .newsletter-signup__response .parsley-errors-list {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }

.play-plus-tiles__wrapper {
  background: transparent; }

.play-plus-tiles__tiles {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-top: 50px; }
  @media (min-width: 768px) {
    .play-plus-tiles__tiles {
      grid-template-columns: repeat(1, 1fr); } }
  @media (min-width: 1132px) {
    .play-plus-tiles__tiles {
      grid-template-columns: repeat(3, 1fr); } }

.play-plus-tiles__tile {
  background: #FF825B;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px 30px;
  border-radius: 20px; }
  @media (min-width: 768px) {
    .play-plus-tiles__tile {
      padding: 0 30px 60px; } }
  .play-plus-tiles__tile--main {
    color: #FFFFFF;
    padding: 20px 20px 30px; }
    @media (min-width: 768px) {
      .play-plus-tiles__tile--main {
        padding: 30px 30px 30px; } }
    @media (min-width: 1132px) {
      .play-plus-tiles__tile--main {
        grid-column: span 3; } }
  .play-plus-tiles__tile--gradient {
    background-image: linear-gradient(270deg, #FF825B 0%, #FFAA5B 100%);
    padding: 0 20px 50px; }
    @media (min-width: 768px) {
      .play-plus-tiles__tile--gradient {
        padding: 0 30px 56px; } }
    @media (min-width: 1132px) {
      .play-plus-tiles__tile--gradient {
        grid-column: span 3; } }
  .play-plus-tiles__tile--player {
    padding: 20px 20px 70px; }
    @media (min-width: 768px) {
      .play-plus-tiles__tile--player {
        padding: 30px 30px 70px; } }
    @media (min-width: 1132px) {
      .play-plus-tiles__tile--player {
        grid-column: span 3;
        padding: 30px 30px 100px; } }
  .play-plus-tiles__tile--image {
    padding: 0; }
    @media (min-width: 1132px) {
      .play-plus-tiles__tile--image {
        grid-column: span 3; } }
  .play-plus-tiles__tile__title {
    color: #FFFFFF;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 1.55556rem; }
    .play-plus-tiles__tile__title span {
      color: #000000; }
    .play-plus-tiles__tile--main .play-plus-tiles__tile__title {
      font-size: 1.33333rem;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .play-plus-tiles__tile--main .play-plus-tiles__tile__title {
          font-size: 1.77778rem; } }
      @media (min-width: 1132px) {
        .play-plus-tiles__tile--main .play-plus-tiles__tile__title {
          font-size: 2rem; } }
    .play-plus-tiles__tile--player .play-plus-tiles__tile__title {
      font-size: 1.33333rem; }
      @media (min-width: 768px) {
        .play-plus-tiles__tile--player .play-plus-tiles__tile__title {
          font-size: 1.77778rem; } }
      @media (min-width: 1132px) {
        .play-plus-tiles__tile--player .play-plus-tiles__tile__title {
          font-size: 2rem; } }
    @media (min-width: 1132px) {
      .play-plus-tiles__tile--gradient .play-plus-tiles__tile__title {
        margin-left: auto;
        width: clamp(0px, 78.62191vw, 3840px); } }
    @media (min-width: 1800px) {
      .play-plus-tiles__tile--gradient .play-plus-tiles__tile__title {
        width: 890px; } }
  .play-plus-tiles__tile__icon {
    margin: clamp(0px, 21.66667vw, 3840px) 0;
    width: clamp(0px, 22.22222vw, 3840px);
    height: auto; }
    @media (min-width: 768px) {
      .play-plus-tiles__tile__icon {
        margin: clamp(0px, 10.9375vw, 3840px) 0;
        width: clamp(0px, 11.19792vw, 3840px); } }
    @media (min-width: 1132px) {
      .play-plus-tiles__tile__icon {
        margin: clamp(0px, 9.54064vw, 3840px) 0;
        width: clamp(0px, 7.59717vw, 3840px); } }
    @media (min-width: 1800px) {
      .play-plus-tiles__tile__icon {
        width: 86px;
        margin: 108px 0; } }
    .play-plus-tiles__tile--gradient .play-plus-tiles__tile__icon {
      margin: clamp(0px, 22.22222vw, 3840px) 0 clamp(0px, 22.22222vw, 3840px);
      width: clamp(0px, 28.05556vw, 3840px);
      height: auto; }
      @media (min-width: 768px) {
        .play-plus-tiles__tile--gradient .play-plus-tiles__tile__icon {
          margin: clamp(0px, 12.5vw, 3840px) 0 clamp(0px, 10.41667vw, 3840px);
          width: clamp(0px, 16.40625vw, 3840px); } }
      @media (min-width: 1132px) {
        .play-plus-tiles__tile--gradient .play-plus-tiles__tile__icon {
          margin: clamp(0px, 8.48057vw, 3840px) 0 clamp(0px, 7.06714vw, 3840px);
          width: clamp(0px, 16.40625vw, 3840px); } }
      @media (min-width: 1800px) {
        .play-plus-tiles__tile--gradient .play-plus-tiles__tile__icon {
          margin: 96px 0 80px;
          width: 126px; } }
  .play-plus-tiles__tile__content {
    margin: 0 auto;
    line-height: 1.5;
    font-size: 0.88889rem; }
    @media (min-width: 1132px) {
      .play-plus-tiles__tile__content {
        max-width: clamp(0px, 78.62191vw, 3840px); } }
    @media (min-width: 1800px) {
      .play-plus-tiles__tile__content {
        max-width: 890px; } }
    .play-plus-tiles__tile__content p:first-child {
      margin-top: 0; }
    .play-plus-tiles__tile__content p:last-child {
      margin-bottom: 0; }
    .play-plus-tiles__tile--main .play-plus-tiles__tile__content {
      font-size: 1rem; }
      @media (min-width: 768px) {
        .play-plus-tiles__tile--main .play-plus-tiles__tile__content {
          font-size: 1.33333rem; } }
      @media (min-width: 1132px) {
        .play-plus-tiles__tile--main .play-plus-tiles__tile__content {
          font-size: 1.55556rem; } }
    .play-plus-tiles__tile--player .play-plus-tiles__tile__content {
      font-size: 1rem; }
      @media (min-width: 768px) {
        .play-plus-tiles__tile--player .play-plus-tiles__tile__content {
          font-size: 1.33333rem; } }
      @media (min-width: 1132px) {
        .play-plus-tiles__tile--player .play-plus-tiles__tile__content {
          font-size: 1.55556rem; } }
  .play-plus-tiles__tile__image {
    object-fit: cover;
    width: 100%;
    height: auto; }
  .play-plus-tiles__tile .buttons-group {
    margin-left: auto;
    margin-top: clamp(0px, 13.88889vw, 3840px); }
    @media (min-width: 768px) {
      .play-plus-tiles__tile .buttons-group {
        margin-top: clamp(0px, 6.51042vw, 3840px); } }
    @media (min-width: 1132px) {
      .play-plus-tiles__tile .buttons-group {
        margin-top: clamp(0px, 4.41696vw, 3840px); } }
    @media (min-width: 1800px) {
      .play-plus-tiles__tile .buttons-group {
        margin-top: 50px; } }

.play-plus-tiles__disclaimer {
  color: #FFFFFF;
  font-size: 0.66667rem;
  line-height: 150%;
  margin: 20px auto 0;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .play-plus-tiles__disclaimer {
      padding: 0 30px; } }
  @media (min-width: 1132px) {
    .play-plus-tiles__disclaimer {
      max-width: clamp(0px, 78.62191vw, 3840px);
      padding: 0; } }
  @media (min-width: 1800px) {
    .play-plus-tiles__disclaimer {
      max-width: 890px; } }
  .play-plus-tiles__disclaimer p:first-child {
    margin-top: 0; }
  .play-plus-tiles__disclaimer p:last-child {
    margin-bottom: 0; }

.play-plus-tiles__buttons {
  margin-top: 50px; }

.play-plus-tiles--has-disclaimer .play-plus-tiles__buttons {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .play-plus-tiles--has-disclaimer .play-plus-tiles__buttons {
      margin-top: 50px; } }

.play-plus-tiles__symbol-animated {
  clip-path: url(#play-plus-symbol-clip-path);
  -webkit-clip-path: url(#play-plus-symbol-clip-path);
  mix-blend-mode: color-dodge;
  filter: brightness(120%);
  margin: clamp(0px, 8.33333vw, 3840px) 0 clamp(0px, 11.11111vw, 3840px);
  width: clamp(0px, 30.27778vw, 3840px);
  height: auto; }
  @media (min-width: 768px) {
    .play-plus-tiles__symbol-animated {
      margin: clamp(0px, 7.8125vw, 3840px) 0 clamp(0px, 9.11458vw, 3840px);
      width: clamp(0px, 21.48438vw, 3840px); } }
  @media (min-width: 1132px) {
    .play-plus-tiles__symbol-animated {
      margin: clamp(0px, 5.30035vw, 3840px) 0 clamp(0px, 6.18375vw, 3840px);
      width: clamp(0px, 21.48438vw, 3840px); } }
  @media (min-width: 1800px) {
    .play-plus-tiles__symbol-animated {
      margin: 30px 0 70px;
      width: 211px; } }
  .play-plus-tiles__symbol-animated__video {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    pointer-events: none; }

.play-plus-sounds__wrapper {
  border-top: 1px solid #FFFFFF;
  margin-top: 60px;
  padding-top: 20px;
  max-width: clamp(0px, 77.77778vw, 3840px); }
  @media (min-width: 768px) {
    .play-plus-sounds__wrapper {
      margin-top: 80px;
      padding-top: 20px;
      max-width: clamp(0px, 84.375vw, 3840px); } }
  @media (min-width: 1132px) {
    .play-plus-sounds__wrapper {
      max-width: clamp(0px, 78.62191vw, 3840px); } }
  @media (min-width: 1800px) {
    .play-plus-sounds__wrapper {
      margin-top: 106px;
      padding-top: 23px;
      max-width: 890px; } }

.play-plus-sounds__sounds-selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  .play-plus-sounds__sounds-selector__button--active.button-polyend3, .play-plus-sounds__sounds-selector__button--active.single-download__header__button, .download-item__header a.play-plus-sounds__sounds-selector__button--active.download-item__header__name, .play-plus-sounds__sounds-selector__button--active.download-item__changelog-button, .download-item__download a.play-plus-sounds__sounds-selector__button--active, .play-plus-sounds__sounds-selector__button--active.account-devices__remove, .device-register-form button.play-plus-sounds__sounds-selector__button--active.device-register-form__button[type="submit"], .account-downloads-item__header a.play-plus-sounds__sounds-selector__button--active.download-item__header__name, .play-plus-sounds__sounds-selector__button--active.account-downloads-item__changelog-button, .account-downloads-item__download a.play-plus-sounds__sounds-selector__button--active, .woocommerce-edit-account .woocommerce-Address-title a.play-plus-sounds__sounds-selector__button--active, .woocommerce-orders-table .play-plus-sounds__sounds-selector__button--active.woocommerce-button, .woocommerce-cart .cart_totals .wc-proceed-to-checkout .play-plus-sounds__sounds-selector__button--active.checkout-button, .woocommerce-checkout .woocommerce-checkout__place-order__wrapper .play-plus-sounds__sounds-selector__button--active#place_order, .woocommerce-account .woocommerce-ResetPassword button.play-plus-sounds__sounds-selector__button--active, .woocommerce-account .woocommerce-ResetPassword--confirmation button.play-plus-sounds__sounds-selector__button--active, .woocommerce-lost-password .woocommerce-ResetPassword button.play-plus-sounds__sounds-selector__button--active, .woocommerce-lost-password .woocommerce-ResetPassword--confirmation button.play-plus-sounds__sounds-selector__button--active, .woocommerce-account button.play-plus-sounds__sounds-selector__button--active[name="save_account_details"], .woocommerce-lost-password button.play-plus-sounds__sounds-selector__button--active[name="save_account_details"], .woocommerce-MyAccount-navigation-link a.play-plus-sounds__sounds-selector__button--active, .play-plus-sounds__sounds-selector__button--active.woocommerce-form-login__submit.button, .woocommerce .play-plus-sounds__sounds-selector__button--active.woocommerce-form-login__submit.restore-item, .play-plus-sounds__sounds-selector__button--active.woocommerce-form-register__submit.button, .woocommerce .play-plus-sounds__sounds-selector__button--active.woocommerce-form-register__submit.restore-item {
    color: #FF825B;
    background-color: #FFFFFF; }

.play-plus-sounds__sound {
  padding-top: 60px;
  padding-bottom: 1px; }
  @media (min-width: 768px) {
    .play-plus-sounds__sound {
      padding-top: 70px; } }
  @media (min-width: 1132px) {
    .play-plus-sounds__sound {
      padding-top: 40px; } }
  .play-plus-sounds__sound__icon-wrapper {
    text-align: center; }
    @media (min-width: 768px) {
      .play-plus-sounds__sound__icon-wrapper {
        text-align: left; } }
  .play-plus-sounds__sound__content {
    margin: 60px 0 40px; }
    @media (min-width: 768px) {
      .play-plus-sounds__sound__content {
        margin: 60px 0 30px; } }
    @media (min-width: 1132px) {
      .play-plus-sounds__sound__content {
        margin: 50px 0 40px; } }
    .play-plus-sounds__sound__content p:first-child {
      margin-top: 0; }
    .play-plus-sounds__sound__content p:last-child {
      margin-bottom: 0; }

.product-news {
  position: absolute;
  z-index: 10;
  top: 140px;
  right: 20px; }
  @media (min-width: 768px) {
    .product-news {
      top: 104px;
      right: 30px; } }
  .product-news__button {
    transition: opacity 0.2s ease;
    border-radius: 18px;
    padding: 18px 12px 17px;
    cursor: pointer;
    border: none;
    outline: none; }
    .product-news__button:hover, .product-news__button:focus {
      opacity: 0.7; }
    .product-news__button--animated {
      animation: product-news-color-flicker 0.4s ease 0s 10; }
      .product-news__button--animated svg {
        animation: product-news-lightning 0.4s ease 0s 10; }
  .product-news__modal {
    display: none;
    width: 320px;
    max-width: calc(100vw - 40px);
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 18px;
    padding: 20px 20px 30px;
    font-size: 0.77778rem;
    line-height: 150%; }
    .product-news__modal__close {
      border: none;
      background: none;
      outline: none;
      position: absolute;
      right: 0;
      top: 5px; }
    .product-news__modal p, .product-news__modal ul, .product-news__modal ol, .product-news__modal h1, .product-news__modal h2, .product-news__modal h3, .product-news__modal h4, .product-news__modal h5, .product-news__modal h6 {
      margin: 0 0 30px; }
      .product-news__modal p:last-child, .product-news__modal ul:last-child, .product-news__modal ol:last-child, .product-news__modal h1:last-child, .product-news__modal h2:last-child, .product-news__modal h3:last-child, .product-news__modal h4:last-child, .product-news__modal h5:last-child, .product-news__modal h6:last-child {
        margin: 0; }
    .product-news__modal h2 {
      color: #FFFFFF;
      font-size: 1.77778rem;
      line-height: normal; }
    .product-news__modal img {
      width: calc(100% + 2 * 20px);
      margin: 0 -20px;
      max-width: unset;
      display: block; }
    .product-news__modal ol, .product-news__modal ul {
      padding-left: 14px; }
    .product-news__modal li + li {
      margin-top: 5px; }
  .product-news--play .product-news__modal {
    background-color: #FF825B; }
  .product-news--play .product-news__button {
    background-color: #FF825B; }
  .product-news--tracker .product-news__modal {
    background-color: #5FD3C6; }
  .product-news--tracker .product-news__button {
    background-color: #5FD3C6; }
  .product-news--tracker-mini .product-news__modal {
    background-color: #A47EEF; }
  .product-news--tracker-mini .product-news__button {
    background-color: #A47EEF; }

@keyframes product-news-color-flicker {
  0% {
    filter: brightness(100%) saturate(100%) contrast(100%); }
  40% {
    filter: brightness(81%) saturate(75%) contrast(178%); }
  60% {
    filter: brightness(81%) saturate(75%) contrast(178%); }
  100% {
    filter: brightness(100%) saturate(100%) contrast(100%); } }

@keyframes product-news-lightning {
  0% {
    opacity: 1; }
  49% {
    opacity: 0; }
  51% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.product-tiles {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 1132px) {
    .product-tiles {
      margin-bottom: 75px; } }
  .product-tiles__tiles {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    position: relative; }
    @media (min-width: 768px) {
      .product-tiles__tiles {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1132px) {
      .product-tiles__tiles {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 1800px) {
      .product-tiles__tiles {
        grid-template-columns: repeat(4, 1fr); } }

.product-tile {
  color: #000000;
  background: #F8F8F6;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: background-color 0.2s ease;
  border-radius: 20px; }
  .product-tile:hover {
    background-color: #F0F0ED; }
  .product-tile__link {
    display: block;
    height: 100%;
    text-decoration: none; }
  .product-tile__image {
    display: block;
    height: clamp(95px, 26.38889vw, 3840px);
    object-fit: contain; }
    @media (min-width: 768px) {
      .product-tile__image {
        height: clamp(95px, 12.36979vw, 3840px); } }
    @media (min-width: 1132px) {
      .product-tile__image {
        height: clamp(95px, 8.39223vw, 3840px); } }
    @media (min-width: 1800px) {
      .product-tile__image {
        height: 130px; } }
    .product-tiles--blend-white-background .product-tile__image {
      mix-blend-mode: multiply; }
    .product-tile__image__wrapper {
      margin: clamp(77px, 21.38889vw, 3840px) 0 clamp(76px, 21.11111vw, 3840px); }
      @media (min-width: 768px) {
        .product-tile__image__wrapper {
          margin: clamp(87px, 11.32812vw, 3840px) 0 clamp(88px, 11.45833vw, 3840px); } }
      @media (min-width: 1132px) {
        .product-tile__image__wrapper {
          margin: clamp(87px, 7.68551vw, 3840px) 0 clamp(88px, 7.77385vw, 3840px); } }
      @media (min-width: 1800px) {
        .product-tile__image__wrapper {
          margin: 118px 0 118px; } }
  .product-tile__text {
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 100%;
    padding: 0 20px 20px; }
    .product-tile__text__name {
      font-size: 1.22222rem; }
      @media (min-width: 768px) {
        .product-tile__text__name {
          font-size: 1.33333rem; } }
    .product-tile__text__description {
      font-size: 0.88889rem; }
      @media (min-width: 768px) {
        .product-tile__text__description {
          font-size: 1rem; } }
