@charset "UTF-8";
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

:root {
  --menu-offset: 114px;
  --important-notice-gutter: 0px;
}

.has-important-notice {
  --important-notice-gutter: 31px;
}

/*24px;*/
@font-face {
  font-display: swap;
  font-family: "Nichrome";
  font-style: normal;
  font-weight: 300;
  src: url("../../assets/fonts/MDNichrome-Light.woff2") format("woff2"), url("../../assets/fonts/MDNichrome-Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Nichrome";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/MDNichrome-Regular.woff2") format("woff2"), url("../../assets/fonts/MDNichrome-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Nichrome";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/MDNichrome-Bold.woff2") format("woff2"), url("../../assets/fonts/MDNichrome-Bold.woff") format("woff");
}
.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;
  width: 1px;
  /* stylelint-disable declaration-no-important */
  word-wrap: normal !important;
  /* stylelint-enable declaration-no-important */
}
.screen-reader-text.skip-link {
  margin: 5px;
}
.screen-reader-text.skip-link:focus {
  /* stylelint-disable-next-line */
  color: currentColor;
}
.screen-reader-text:focus {
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 0 2px 2px rgba(22, 22, 22, 0.6);
  clip: auto;
  clip-path: none;
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* stylelint-disable a11y/no-outline-none */
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

/* stylelint-enable a11y/no-outline-none */
[data-whatinput=keyboard] a:focus,
[data-whatinput=keyboard] input:focus,
[data-whatinput=keyboard] button:focus,
[data-whatinput=keyboard] select:focus,
[data-whatinput=keyboard] textarea:focus,
[data-whatinput=keyboard] div[tabindex]:focus {
  opacity: 1;
}
[data-whatinput=keyboard] .global-link {
  transition: none;
}
[data-whatinput=keyboard] a.global-link:focus {
  outline-offset: 5px;
  outline-style: solid;
  outline-width: 4px;
  transition: outline-offset 0.25s ease;
}

/* stylelint-disable a11y/no-display-none */
a.is-external-link.global-link::after,
a.is-external-link.no-external-link-indicator::after {
  display: none;
}

/* stylelint-enable a11y/no-display-none */
/* Removed at Simons request 21/10/2025
@media (prefers-reduced-motion: no-preference) {
	:focus,
	*:focus,
	[data-whatinput='keyboard'] :focus,
	[data-whatinput='keyboard'] a:focus {
		outline-offset: 5px;
		 transition: outline-offset 0.25s ease;
	}
}
*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
}

body {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  background-color: #ffffff;
  opacity: 1;
  word-wrap: break-word;
  z-index: 1;
  overflow-x: hidden !important;
}

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

svg {
  max-width: 100%;
}

[class*=wp-image] {
  width: 100%;
}

div#wpadminbar {
  top: auto;
  bottom: 0;
  position: fixed;
  box-shadow: 0 0 0 1px #1a1a1a;
  background-color: rgba(26, 26, 26, 0.6);
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0.6) 0%, #1a1a1a 100%);
  backdrop-filter: blur(10px);
}
div#wpadminbar .ab-sub-wrapper {
  bottom: 32px;
}
@media screen and (max-width: 782px) {
  div#wpadminbar .ab-sub-wrapper {
    bottom: 46px;
  }
}

html[lang].logged-in {
  margin-top: 0 !important;
  margin-bottom: 32px !important;
}
@media screen and (max-width: 782px) {
  html[lang].logged-in {
    margin-bottom: 46px !important;
  }
}

img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

ul {
  list-style: disc inside;
}

ol {
  list-style: decimal inside;
}

li {
  margin-bottom: 8px;
}

ol,
ul {
  padding-left: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 32px;
}
ol li:last-of-type,
ul li:last-of-type {
  margin-bottom: 0;
}
ol.unstyled-list,
ul.unstyled-list {
  list-style: none;
}

ul ul,
ul ol,
ol ol,
ol ul {
  font-size: 100%;
  margin: 1rem 0 1rem 3rem;
}

code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

button,
.button {
  margin-bottom: 24px;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 24px;
}

pre,
blockquote,
dl,
figure,
table,
ul,
ol,
form {
  margin-bottom: 32px;
}

blockquote {
  margin: 0;
  margin-bottom: 12px;
  font-size: 1.8em;
  line-height: 1.4em;
  color: #422566;
}
blockquote p:first-of-type::before {
  content: open-quote;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote p:last-of-type::after {
  content: close-quote;
}

.quote-by::before {
  content: "—";
  position: relative;
  padding-right: 8px;
}

.full-width {
  width: 100%;
  box-sizing: border-box;
}

.max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.blockify {
  position: relative;
  display: block;
}

.inline-blockify {
  position: relative;
  display: inline-block;
  margin-left: 12px;
}

.table {
  position: relative;
  display: table;
  width: 100%;
}
.table .vertical-align {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.full-bleed {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border-width: 0;
  border-top: 2px solid #a09bc2;
}

button#catapultCookie {
  line-height: 20px;
}

.no-margin {
  margin: 0 auto;
}

.show-on-mobile {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  display: none;
}

a {
  color: #ffffff;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  outline: 0;
}
a:focus, a:active {
  color: #3ce1ed;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  outline: 0;
}
a:hover {
  color: #3ce1ed;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  outline: 0;
}

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

.responsive-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.responsive-iframe::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.responsive-iframe.map-iframe::before {
  padding-top: 468px;
}

.posrel {
  position: relative;
  overflow: hidden;
}

.hidden {
  display: none;
}

body {
  font-size: 16px;
  line-height: 1.45em;
  letter-spacing: 0;
  background: #0b0120;
  color: #ffffff;
  font-size: 16px;
}
body {
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  body {
    font-size: calc(16px + 0 * (100vw - 576px) / 724);
  }
}
@media screen and (min-width: 1300px) {
  body {
    font-size: 16px;
  }
}

.heading-font {
  font-family: "Nichrome", sans-serif;
  font-weight: 700;
}

body,
.body-font {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Nichrome", sans-serif;
  font-weight: 700;
  line-height: 1.375em;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 32px;
  color: #ffffff;
  text-transform: none;
  word-wrap: break-word;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
h1.no-style-heading,
.h1.no-style-heading,
h2.no-style-heading,
.h2.no-style-heading,
h3.no-style-heading,
.h3.no-style-heading,
h4.no-style-heading,
.h4.no-style-heading,
h5.no-style-heading,
.h5.no-style-heading,
h6.no-style-heading,
.h6.no-style-heading {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: inherit;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  text-decoration: none !important;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
  text-decoration: underline;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 18px;
  line-height: 1.44em;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}

.simon-mid-heading {
  font-size: 6rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .simon-mid-heading {
    font-size: 3.2rem;
    line-height: 2.6rem;
  }
}

.xxl-heading,
.large-heading,
.medium-heading,
.small-heading,
.xs-heading,
.xxs-heading {
  font-family: "Nichrome", sans-serif;
  line-height: 0.84em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.9em;
  color: #ffffff;
  text-transform: uppercase;
  word-wrap: break-word;
  letter-spacing: 0.04em;
  box-shadow: none;
}
.xxl-heading a,
.large-heading a,
.medium-heading a,
.small-heading a,
.xs-heading a,
.xxs-heading a {
  text-decoration: none;
}

.xxl-heading {
  font-size: 48px;
}
.xxl-heading {
  font-size: 48px;
}
@media screen and (min-width: 576px) {
  .xxl-heading {
    font-size: calc(48px + 24 * (100vw - 576px) / 724);
  }
}
@media screen and (min-width: 1300px) {
  .xxl-heading {
    font-size: 72px;
  }
}

.large-heading {
  font-size: 36px;
}
.large-heading {
  font-size: 36px;
}
@media screen and (min-width: 576px) {
  .large-heading {
    font-size: calc(36px + 28 * (100vw - 576px) / 724);
  }
}
@media screen and (min-width: 1300px) {
  .large-heading {
    font-size: 64px;
  }
}

.medium-heading {
  font-size: 34px;
}
.medium-heading {
  font-size: 34px;
}
@media screen and (min-width: 576px) {
  .medium-heading {
    font-size: calc(34px + 14 * (100vw - 576px) / 724);
  }
}
@media screen and (min-width: 1300px) {
  .medium-heading {
    font-size: 48px;
  }
}

.small-heading {
  line-height: 1em;
  font-size: 32px;
}
.small-heading {
  font-size: 32px;
}
@media screen and (min-width: 576px) {
  .small-heading {
    font-size: calc(32px + 0 * (100vw - 576px) / 724);
  }
}
@media screen and (min-width: 1300px) {
  .small-heading {
    font-size: 32px;
  }
}

.xs-heading {
  line-height: 1.375em;
  font-size: 32px;
}
.xs-heading {
  font-size: 32px;
}
@media screen and (min-width: 576px) {
  .xs-heading {
    font-size: calc(32px + 0 * (100vw - 576px) / 724);
  }
}
@media screen and (min-width: 1300px) {
  .xs-heading {
    font-size: 32px;
  }
}

.xxs-heading {
  line-height: 1.77em;
  font-size: 18px;
}
.xxs-heading {
  font-size: 18px;
}
@media screen and (min-width: 576px) {
  .xxs-heading {
    font-size: calc(18px + 0 * (100vw - 576px) / 724);
  }
}
@media screen and (min-width: 1300px) {
  .xxs-heading {
    font-size: 18px;
  }
}

.gradient-text {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  background: linear-gradient(180deg, #f1f8ff 45.17%, #cfdaff 100%);
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-rendering: geometricPrecision;
}

.gradient-text-sundown {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  background: #f95e7b;
  background: linear-gradient(135deg, #ffcd18 0%, #f95e7b 48.9%, #f22ee0 100%);
  filter: drop-shadow(0px 4px 4px #000);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-rendering: geometricPrecision;
}

.gradient-text-nightshade {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  background: linear-gradient(135deg, #55ffc0 0%, #54aef3 50.52%, #811cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-rendering: geometricPrecision;
}

[class*=body-large-] {
  font-size: 20px;
  line-height: 1.44em;
}

.body-large-light {
  font-weight: 300;
}

.body-large-regular {
  font-weight: 400;
}

.body-large-bold {
  font-weight: 700;
}

[class*=body-small-] {
  font-size: 14px;
  line-height: 1.25em;
  letter-spacing: 0.1em;
}

.body-small-light {
  font-weight: 300;
}

.body-small-regular {
  font-weight: 400;
}

.body-small-bold {
  font-weight: 700;
}

[class*=subhead-] {
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.4em;
}

.subhead-light,
.subhead-regular,
.subhead-bold {
  font-weight: 700;
  text-transform: uppercase;
}

.statistic {
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1em;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  background: #f95e7b;
  background: linear-gradient(135deg, #ffcd18 0%, #f95e7b 48.9%, #f22ee0 100%);
  filter: drop-shadow(0px 4px 4px #000);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-rendering: geometricPrecision;
  font-size: 48px;
}
.statistic {
  font-size: 48px;
}
@media screen and (min-width: 576px) {
  .statistic {
    font-size: calc(48px + 24 * (100vw - 576px) / 724);
  }
}
@media screen and (min-width: 1300px) {
  .statistic {
    font-size: 72px;
  }
}

p {
  margin-top: 0;
  margin-bottom: 32px;
  word-wrap: break-word;
}

b,
strong,
.bold {
  color: #ffffff;
  font-weight: 700;
  font-style: normal;
}

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

#app form {
  margin-bottom: 0;
}
#app fieldset {
  border-width: 0;
  padding: 0;
}
#app .forminator-custom-form {
  margin-bottom: 0;
}
#app .forminator-custom-form .iti__arrow {
  display: none;
}
#app .forminator-row {
  margin-bottom: 8px;
}
#app .forminator-row.forminator-row-last {
  margin-bottom: 0;
}
#app .forminator-field {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
#app .forminator-field.forminator-has_error input,
#app .forminator-field.forminator-has_error textarea {
  border-color: #ff256a;
}
#app .forminator-field.forminator-has_error input::-webkit-input-placeholder,
#app .forminator-field.forminator-has_error textarea::-webkit-input-placeholder {
  color: #ff256a;
}
#app .forminator-field.forminator-has_error input:-moz-placeholder,
#app .forminator-field.forminator-has_error textarea:-moz-placeholder {
  color: #ff256a;
}
#app .forminator-field.forminator-has_error input::-moz-placeholder,
#app .forminator-field.forminator-has_error textarea::-moz-placeholder {
  color: #ff256a;
}
#app .forminator-field.forminator-has_error input:-ms-input-placeholder,
#app .forminator-field.forminator-has_error textarea:-ms-input-placeholder {
  color: #ff256a;
}
#app .forminator-field.forminator-has_error input:focus,
#app .forminator-field.forminator-has_error textarea:focus {
  outline: none;
  border-color: #9721ff;
  box-shadow: 0px 0px 8px 0px #9721ff;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#app .forminator-field.forminator-has_error input[aria-invalid=true],
#app .forminator-field.forminator-has_error textarea[aria-invalid=true] {
  color: #ff256a;
}
#app .forminator-label {
  color: #ffffff;
  font-weight: 300;
  line-height: 1.375em;
  margin-bottom: 4px;
}
#app .forminator-label .forminator-required {
  color: #ff256a;
}
#app .forminator-input,
#app .forminator-textarea {
  background-color: #03000d;
  border: 0;
  width: 100%;
  border-radius: 8px;
  padding: 16px;
  font-weight: 300;
  letter-spacing: 0.06em;
  border: 2px solid #422566;
  color: #ffffff;
  margin-bottom: 8px;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  resize: none;
}
#app .forminator-input::-webkit-input-placeholder,
#app .forminator-textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
#app .forminator-input:-moz-placeholder,
#app .forminator-textarea:-moz-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
#app .forminator-input::-moz-placeholder,
#app .forminator-textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
#app .forminator-input:-ms-input-placeholder,
#app .forminator-textarea:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
#app .forminator-input:focus,
#app .forminator-textarea:focus {
  outline: none;
  border-color: #9721ff;
  box-shadow: 0px 0px 8px 0px #9721ff;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#app .forminator-button {
  width: 100%;
  margin-bottom: 0;
  margin-top: 8px;
}
#app .forminator-error-message {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-wrap: nowrap;
  color: #ffffff;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  #app .forminator-error-message {
    align-items: center;
  }
}
#app .forminator-error-message::before {
  content: "";
  position: relative;
  display: block;
  padding-left: 20px;
  background-image: url("../../assets/images/icons/error.svg");
  background-position: center;
  background-size: 20px;
  height: 20px;
  background-repeat: no-repeat;
  margin-right: 8px;
  top: 2px;
}
@media screen and (min-width: 768px) {
  #app .forminator-error-message::before {
    top: 0;
  }
}
#app .forminator-response-message.forminator-error {
  display: none;
  opacity: 0;
  visibility: hidden;
}
#app .forminator-response-message.forminator-success {
  background-color: #03000d;
  border: 0;
  width: 100%;
  border-radius: 8px;
  padding: 16px;
  font-weight: 300;
  letter-spacing: 0.06em;
  border: 2px solid #00be00;
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#app .forminator-edit-module {
  display: none;
}

#app .custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #552d88;
  background-color: #03000d;
  cursor: pointer;
  position: relative;
}
#app .custom-checkbox:checked::before {
  content: "✓";
  color: #ff256a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  margin-right: 10px;
}
#app .custom-label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#app .custom-label span {
  margin-bottom: 6px;
}

table {
  position: relative;
  border-collapse: collapse;
  width: 100%;
  background-color: #1a0835;
  border-radius: 40px;
  box-shadow: 0 0 0 2px #422566;
  color: #ffffff;
  border-spacing: 2px;
  margin-top: 24px;
  margin-bottom: 0;
  text-align: left;
  overflow: hidden;
}
table * {
  border-color: #331652;
}
table thead {
  background-color: #331652;
  color: #ffffff;
}
table thead th {
  padding: 20px 24px 18px;
  line-height: 1em !important;
}
table th,
table td {
  padding: 18px 24px;
  border-bottom: 2px solid #331652;
  line-height: 1em;
}
@media screen and (max-width: 420px) {
  table th,
  table td {
    display: block;
  }
}
table td.row-data {
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 420px) {
  table td.row-data {
    padding-top: 8px;
  }
}
table td.row-label {
  padding-right: 0;
}
@media screen and (max-width: 420px) {
  table td.row-label {
    padding-bottom: 0;
    border-bottom: 0;
    padding-right: 24px;
  }
}
@media screen and (max-width: 420px) {
  table td {
    line-height: 1.375em;
  }
}
table tr:last-of-type td {
  border-bottom: 0;
}

.button,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)),
input[type=submit],
input[type=reset],
input[type=button],
.faux-button {
  font-family: "Nichrome", sans-serif;
  position: relative;
  color: #ffffff;
  border: 0;
  background: transparent;
  border-radius: 40px;
  padding: 16px 32px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 16px;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px black, inset 0 0 0 2px rgba(255, 255, 255, 0.1);
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}
.button::before, .button::after,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *))::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *))::after,
input[type=submit]::before,
input[type=submit]::after,
input[type=reset]::before,
input[type=reset]::after,
input[type=button]::before,
input[type=button]::after,
.faux-button::before,
.faux-button::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 40px;
  background: #5312a3;
  background: linear-gradient(180deg, #5312a3 0%, #290952 100%);
  opacity: 1;
  z-index: -1;
  overflow: hidden;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.button::after,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *))::after,
input[type=submit]::after,
input[type=reset]::after,
input[type=button]::after,
.faux-button::after {
  background: #a0f;
  background: linear-gradient(180deg, #a0f 16.15%, #422566 100%);
  z-index: -2;
}
.button.big-button,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).big-button,
input[type=submit].big-button,
input[type=reset].big-button,
input[type=button].big-button,
.faux-button.big-button {
  line-height: 1.75em;
  font-size: 24px;
  font-weight: 700;
}
.button:hover, .button:focus, .button:active, .button.hover,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)):hover,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)):focus,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)):active,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).hover,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
input[type=submit].hover,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:active,
input[type=reset].hover,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=button].hover,
.faux-button:hover,
.faux-button:focus,
.faux-button:active,
.faux-button.hover {
  opacity: 1;
  color: #ffffff;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.button:hover::before, .button:focus::before, .button:active::before, .button.hover::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)):hover::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)):focus::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)):active::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).hover::before,
input[type=submit]:hover::before,
input[type=submit]:focus::before,
input[type=submit]:active::before,
input[type=submit].hover::before,
input[type=reset]:hover::before,
input[type=reset]:focus::before,
input[type=reset]:active::before,
input[type=reset].hover::before,
input[type=button]:hover::before,
input[type=button]:focus::before,
input[type=button]:active::before,
input[type=button].hover::before,
.faux-button:hover::before,
.faux-button:focus::before,
.faux-button:active::before,
.faux-button.hover::before {
  opacity: 0;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.button.quote-button-1, .button.quote-button-1-dark,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-1,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-1-dark,
input[type=submit].quote-button-1,
input[type=submit].quote-button-1-dark,
input[type=reset].quote-button-1,
input[type=reset].quote-button-1-dark,
input[type=button].quote-button-1,
input[type=button].quote-button-1-dark,
.faux-button.quote-button-1,
.faux-button.quote-button-1-dark {
  font-weight: 700;
  letter-spacing: 0.08em;
  /* Button/Glow */
  box-shadow: 0px 53.9678077698px 143.9141540527px 0px rgba(66, 0, 174, 0.25), 0px 13.4919519424px 33.7298812866px 0px rgba(42, 0, 212, 0.25);
}
.button.quote-button-1::before, .button.quote-button-1-dark::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-1::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-1-dark::before,
input[type=submit].quote-button-1::before,
input[type=submit].quote-button-1-dark::before,
input[type=reset].quote-button-1::before,
input[type=reset].quote-button-1-dark::before,
input[type=button].quote-button-1::before,
input[type=button].quote-button-1-dark::before,
.faux-button.quote-button-1::before,
.faux-button.quote-button-1-dark::before {
  background: #f95e7b;
  background: linear-gradient(180deg, #fdad35 0%, #f95e7b 51.56%, #f336ce 100%);
}
.button.quote-button-1::after, .button.quote-button-1-dark::after,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-1::after,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-1-dark::after,
input[type=submit].quote-button-1::after,
input[type=submit].quote-button-1-dark::after,
input[type=reset].quote-button-1::after,
input[type=reset].quote-button-1-dark::after,
input[type=button].quote-button-1::after,
input[type=button].quote-button-1-dark::after,
.faux-button.quote-button-1::after,
.faux-button.quote-button-1-dark::after {
  background: #f336ce;
  background: linear-gradient(180deg, rgba(255, 205, 24, 0.6) 0%, rgba(151, 33, 255, 0.6) 100%), linear-gradient(180deg, #fdad35 0%, #f95e7b 51.56%, #f336ce 100%);
  background-blend-mode: hard-light, normal;
}
.button.quote-button-1.disabled,
.button.quote-button-1 :disabled, .button.quote-button-1-dark.disabled,
.button.quote-button-1-dark :disabled,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-1.disabled,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-1 :disabled,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-1-dark.disabled,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-1-dark :disabled,
input[type=submit].quote-button-1.disabled,
input[type=submit].quote-button-1 :disabled,
input[type=submit].quote-button-1-dark.disabled,
input[type=submit].quote-button-1-dark :disabled,
input[type=reset].quote-button-1.disabled,
input[type=reset].quote-button-1 :disabled,
input[type=reset].quote-button-1-dark.disabled,
input[type=reset].quote-button-1-dark :disabled,
input[type=button].quote-button-1.disabled,
input[type=button].quote-button-1 :disabled,
input[type=button].quote-button-1-dark.disabled,
input[type=button].quote-button-1-dark :disabled,
.faux-button.quote-button-1.disabled,
.faux-button.quote-button-1 :disabled,
.faux-button.quote-button-1-dark.disabled,
.faux-button.quote-button-1-dark :disabled {
  color: #03000d;
  background-color: #331652;
  box-shadow: 0 2px 2px black;
}
.button.quote-button-1.disabled::before, .button.quote-button-1.disabled::after,
.button.quote-button-1 :disabled::before,
.button.quote-button-1 :disabled::after, .button.quote-button-1-dark.disabled::before, .button.quote-button-1-dark.disabled::after,
.button.quote-button-1-dark :disabled::before,
.button.quote-button-1-dark :disabled::after,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-1.disabled::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-1.disabled::after,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-1 :disabled::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-1 :disabled::after,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-1-dark.disabled::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-1-dark.disabled::after,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-1-dark :disabled::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-1-dark :disabled::after,
input[type=submit].quote-button-1.disabled::before,
input[type=submit].quote-button-1.disabled::after,
input[type=submit].quote-button-1 :disabled::before,
input[type=submit].quote-button-1 :disabled::after,
input[type=submit].quote-button-1-dark.disabled::before,
input[type=submit].quote-button-1-dark.disabled::after,
input[type=submit].quote-button-1-dark :disabled::before,
input[type=submit].quote-button-1-dark :disabled::after,
input[type=reset].quote-button-1.disabled::before,
input[type=reset].quote-button-1.disabled::after,
input[type=reset].quote-button-1 :disabled::before,
input[type=reset].quote-button-1 :disabled::after,
input[type=reset].quote-button-1-dark.disabled::before,
input[type=reset].quote-button-1-dark.disabled::after,
input[type=reset].quote-button-1-dark :disabled::before,
input[type=reset].quote-button-1-dark :disabled::after,
input[type=button].quote-button-1.disabled::before,
input[type=button].quote-button-1.disabled::after,
input[type=button].quote-button-1 :disabled::before,
input[type=button].quote-button-1 :disabled::after,
input[type=button].quote-button-1-dark.disabled::before,
input[type=button].quote-button-1-dark.disabled::after,
input[type=button].quote-button-1-dark :disabled::before,
input[type=button].quote-button-1-dark :disabled::after,
.faux-button.quote-button-1.disabled::before,
.faux-button.quote-button-1.disabled::after,
.faux-button.quote-button-1 :disabled::before,
.faux-button.quote-button-1 :disabled::after,
.faux-button.quote-button-1-dark.disabled::before,
.faux-button.quote-button-1-dark.disabled::after,
.faux-button.quote-button-1-dark :disabled::before,
.faux-button.quote-button-1-dark :disabled::after {
  display: none;
}
.button.quote-button-1-dark,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-1-dark,
input[type=submit].quote-button-1-dark,
input[type=reset].quote-button-1-dark,
input[type=button].quote-button-1-dark,
.faux-button.quote-button-1-dark {
  padding: 8px 16px;
  color: #03000d !important;
  text-shadow: none;
  font-family: "Nichrome", sans-serif;
  font-weight: 700;
}
.button.quote-button-2,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-2,
input[type=submit].quote-button-2,
input[type=reset].quote-button-2,
input[type=button].quote-button-2,
.faux-button.quote-button-2 {
  font-weight: 700;
  letter-spacing: 0.08em;
  /* Button/Glow */
  box-shadow: 0px 53.9678077698px 143.9141540527px 0px rgba(66, 0, 174, 0.25), 0px 13.4919519424px 33.7298812866px 0px rgba(42, 0, 212, 0.25);
}
.button.quote-button-2::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-2::before,
input[type=submit].quote-button-2::before,
input[type=reset].quote-button-2::before,
input[type=button].quote-button-2::before,
.faux-button.quote-button-2::before {
  background: #03000d;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
}
.button.quote-button-2::after,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).quote-button-2::after,
input[type=submit].quote-button-2::after,
input[type=reset].quote-button-2::after,
input[type=button].quote-button-2::after,
.faux-button.quote-button-2::after {
  background: #f95e7b;
  background: linear-gradient(180deg, #fdad35 0%, #f95e7b 51.56%, #f336ce 100%);
}
.button.track-button,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).track-button,
input[type=submit].track-button,
input[type=reset].track-button,
input[type=button].track-button,
.faux-button.track-button {
  /* Button/Glow */
  box-shadow: 0px 53.9678077698px 143.9141540527px 0px rgba(66, 0, 174, 0.25), 0px 13.4919519424px 33.7298812866px 0px rgba(42, 0, 212, 0.25);
}
.button.track-button::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).track-button::before,
input[type=submit].track-button::before,
input[type=reset].track-button::before,
input[type=button].track-button::before,
.faux-button.track-button::before {
  background: #03000d;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
}
.button.track-button::after,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).track-button::after,
input[type=submit].track-button::after,
input[type=reset].track-button::after,
input[type=button].track-button::after,
.faux-button.track-button::after {
  background: #54aef3;
  background: linear-gradient(135deg, #55ffc0 0%, #54aef3 50.52%, #811cff 100%);
}
.button.card-button-1,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).card-button-1,
input[type=submit].card-button-1,
input[type=reset].card-button-1,
input[type=button].card-button-1,
.faux-button.card-button-1 {
  border-radius: 8px;
  color: #000000;
}
.button.card-button-1::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).card-button-1::before,
input[type=submit].card-button-1::before,
input[type=reset].card-button-1::before,
input[type=button].card-button-1::before,
.faux-button.card-button-1::before {
  border-radius: 8px;
  background: #f95e7b;
  background: linear-gradient(135deg, #ffcd18 0%, #f95e7b 48.9%, #f22ee0 100%);
}
.button.card-button-1::after,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).card-button-1::after,
input[type=submit].card-button-1::after,
input[type=reset].card-button-1::after,
input[type=button].card-button-1::after,
.faux-button.card-button-1::after {
  border-radius: 8px;
  background: #f336ce;
  background: linear-gradient(89deg, rgba(255, 205, 24, 0.6) 0%, rgba(182, 27, 255, 0.6) 100%), linear-gradient(135deg, #ffcd18 0%, #f95e7b 48.9%, #f22ee0 100%);
  background-blend-mode: hard-light, normal;
}
.button.card-button-1.disabled,
.button.card-button-1 :disabled,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).card-button-1.disabled,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).card-button-1 :disabled,
input[type=submit].card-button-1.disabled,
input[type=submit].card-button-1 :disabled,
input[type=reset].card-button-1.disabled,
input[type=reset].card-button-1 :disabled,
input[type=button].card-button-1.disabled,
input[type=button].card-button-1 :disabled,
.faux-button.card-button-1.disabled,
.faux-button.card-button-1 :disabled {
  color: #03000d;
  background-color: #331652;
  box-shadow: 0 2px 2px black;
}
.button.card-button-1.disabled::before, .button.card-button-1.disabled::after,
.button.card-button-1 :disabled::before,
.button.card-button-1 :disabled::after,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).card-button-1.disabled::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).card-button-1.disabled::after,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).card-button-1 :disabled::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).card-button-1 :disabled::after,
input[type=submit].card-button-1.disabled::before,
input[type=submit].card-button-1.disabled::after,
input[type=submit].card-button-1 :disabled::before,
input[type=submit].card-button-1 :disabled::after,
input[type=reset].card-button-1.disabled::before,
input[type=reset].card-button-1.disabled::after,
input[type=reset].card-button-1 :disabled::before,
input[type=reset].card-button-1 :disabled::after,
input[type=button].card-button-1.disabled::before,
input[type=button].card-button-1.disabled::after,
input[type=button].card-button-1 :disabled::before,
input[type=button].card-button-1 :disabled::after,
.faux-button.card-button-1.disabled::before,
.faux-button.card-button-1.disabled::after,
.faux-button.card-button-1 :disabled::before,
.faux-button.card-button-1 :disabled::after {
  display: none;
}
.button.card-button-2,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).card-button-2,
input[type=submit].card-button-2,
input[type=reset].card-button-2,
input[type=button].card-button-2,
.faux-button.card-button-2 {
  border-radius: 8px;
}
.button.card-button-2::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).card-button-2::before,
input[type=submit].card-button-2::before,
input[type=reset].card-button-2::before,
input[type=button].card-button-2::before,
.faux-button.card-button-2::before {
  border-radius: 8px;
  background: #03000d;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
}
.button.card-button-2::after,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).card-button-2::after,
input[type=submit].card-button-2::after,
input[type=reset].card-button-2::after,
input[type=button].card-button-2::after,
.faux-button.card-button-2::after {
  border-radius: 8px;
  background: #f95e7b;
  background: linear-gradient(135deg, #ffcd18 0%, #f95e7b 48.9%, #f22ee0 100%);
}
.button.card-button-2.disabled,
.button.card-button-2 :disabled,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).card-button-2.disabled,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).card-button-2 :disabled,
input[type=submit].card-button-2.disabled,
input[type=submit].card-button-2 :disabled,
input[type=reset].card-button-2.disabled,
input[type=reset].card-button-2 :disabled,
input[type=button].card-button-2.disabled,
input[type=button].card-button-2 :disabled,
.faux-button.card-button-2.disabled,
.faux-button.card-button-2 :disabled {
  color: #03000d;
  background-color: #331652;
  box-shadow: 0 2px 2px black;
}
.button.card-button-2.disabled::before, .button.card-button-2.disabled::after,
.button.card-button-2 :disabled::before,
.button.card-button-2 :disabled::after,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).card-button-2.disabled::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).card-button-2.disabled::after,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).card-button-2 :disabled::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).card-button-2 :disabled::after,
input[type=submit].card-button-2.disabled::before,
input[type=submit].card-button-2.disabled::after,
input[type=submit].card-button-2 :disabled::before,
input[type=submit].card-button-2 :disabled::after,
input[type=reset].card-button-2.disabled::before,
input[type=reset].card-button-2.disabled::after,
input[type=reset].card-button-2 :disabled::before,
input[type=reset].card-button-2 :disabled::after,
input[type=button].card-button-2.disabled::before,
input[type=button].card-button-2.disabled::after,
input[type=button].card-button-2 :disabled::before,
input[type=button].card-button-2 :disabled::after,
.faux-button.card-button-2.disabled::before,
.faux-button.card-button-2.disabled::after,
.faux-button.card-button-2 :disabled::before,
.faux-button.card-button-2 :disabled::after {
  display: none;
}
.button.wide-button,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).wide-button,
input[type=submit].wide-button,
input[type=reset].wide-button,
input[type=button].wide-button,
.faux-button.wide-button {
  width: 100%;
  margin-top: 24px;
  text-align: center;
}
.button.disabled,
.button :disabled,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).disabled,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)) :disabled,
input[type=submit].disabled,
input[type=submit] :disabled,
input[type=reset].disabled,
input[type=reset] :disabled,
input[type=button].disabled,
input[type=button] :disabled,
.faux-button.disabled,
.faux-button :disabled {
  color: #422566;
  box-shadow: 0 2px 2px black, inset 0 0 0 2px #422566;
  cursor: not-allowed;
}
.button.disabled::before, .button.disabled::after,
.button :disabled::before,
.button :disabled::after,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).disabled::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)).disabled::after,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)) :disabled::before,
button:not(.unstyled-button):not(.cmplz-btn):not([class^=gm-]):not([class*=" gm-"]):not([class^=cmplz-]):not([class*=" cmplz-"]):not(:where(.gm-style *)):not(:where([class^=gm-] *)):not(:where([class*=" gm-"] *)) :disabled::after,
input[type=submit].disabled::before,
input[type=submit].disabled::after,
input[type=submit] :disabled::before,
input[type=submit] :disabled::after,
input[type=reset].disabled::before,
input[type=reset].disabled::after,
input[type=reset] :disabled::before,
input[type=reset] :disabled::after,
input[type=button].disabled::before,
input[type=button].disabled::after,
input[type=button] :disabled::before,
input[type=button] :disabled::after,
.faux-button.disabled::before,
.faux-button.disabled::after,
.faux-button :disabled::before,
.faux-button :disabled::after {
  display: none;
}

.center-button {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
.center-button .button {
  margin: 30px auto 0;
}

.button-group {
  margin-bottom: 24px;
}
.button-group .button {
  margin-right: 24px;
}
.button-group .button:last-of-type {
  margin-right: 0;
}

.pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: auto;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 72px;
  }
}
.pagination .page-numbers {
  position: relative;
  display: block;
  text-align: center;
  padding: 6px 12px;
  background-color: #ffffff;
  color: #03000d;
  border: 1px solid hsl(253.8461538462, 100%, -0.4509803922%);
  margin: 0 6px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .pagination .page-numbers {
    min-width: 55px;
    padding: 12px 20px;
    margin: 0 10px;
  }
}
.pagination .page-numbers.current {
  background-color: #422566;
  color: #ffffff;
  pointer-events: none;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  position: relative;
  display: block;
  max-width: 40px;
  color: transparent;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    max-width: 55px;
  }
}
.pagination .page-numbers.prev::before, .pagination .page-numbers.next::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pagination .page-numbers.prev::before, .pagination .page-numbers.next::before {
    width: 15px;
    height: 15px;
  }
}
.pagination .page-numbers.prev::before {
  content: "";
  left: 55%;
  border-left: 2px solid #03000d;
  border-bottom: 2px solid #03000d;
}
.pagination .page-numbers.next::before {
  content: "";
  left: 45%;
  border-right: 2px solid #03000d;
  border-top: 2px solid #03000d;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes wobble {
  40%, 100% {
    transform: rotate(0deg);
  }
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  30% {
    transform: rotate(0deg);
  }
}
@keyframes bounce {
  40%, 100% {
    transform: translateY(0px);
  }
  0% {
    transform: translateY(0px);
  }
  10% {
    transform: translateY(15px);
  }
  20% {
    transform: translateY(-15px);
  }
  30% {
    transform: translateY(0px);
  }
}
@keyframes borderRadius {
  0%, 100% {
    border-radius: 33% 67% 70% 30%/30% 30% 70% 70%;
  }
  20% {
    border-radius: 37% 63% 51% 49%/37% 65% 35% 63%;
  }
  40% {
    border-radius: 36% 64% 64% 36%/64% 48% 52% 36%;
  }
  60% {
    border-radius: 37% 63% 51% 49%/30% 30% 70% 70%;
  }
  80% {
    border-radius: 40% 60% 42% 58%/41% 51% 49% 59%;
  }
}
/***********************************************************************
Example of Flex Grid used below
************************************************************************
	<div class="grid">
		<div class="col-12 col-sm-6">
			some_content
		</div>
		<div class="col-12 col-sm-6">
			some_content
		</div>
	</div>

***********************************************************************
***********************************************************************/
.grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -24px;
  width: calc(100% + 48px);
  max-width: 1376px;
  padding: 0;
  z-index: 0;
}
.grid.col-horz-center {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .grid.col-spaceout {
    justify-content: space-between;
  }
}
.grid.align-flex-bottom {
  align-items: flex-end;
}
.grid.col-eq-heights {
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .grid.col-eq-heights [class*=col-] > * {
    height: 100%;
  }
}
.grid.col-eq-heights [class*=col-] > *.eq-inner-centre {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
.grid.col-no-space {
  justify-content: flex-start;
}
.grid.col-centered {
  justify-content: center;
}
.grid.col-reverse {
  flex-direction: row-reverse;
}
.grid.col-reverse-mobile {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .grid.col-reverse-mobile {
    flex-direction: row;
  }
}
.grid.col-reverse-tablet {
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .grid.col-reverse-tablet {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .grid.col-reverse-desktop {
    flex-direction: row-reverse;
  }
}
.grid.col-align-center {
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .grid.col-align-center {
    align-items: center;
  }
}
.grid.no-col-margins [class*=col-] {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .grid.no-col-margins-desktop [class*=col-] {
    margin-bottom: 0;
  }
}
.grid > [class*=col-] {
  display: block;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 100%;
  flex-basis: 100%;
  margin-bottom: 24px;
}
.grid > [class*=col-].add-col-margin {
  margin-bottom: 24px;
}
.grid > [class*=col-].no-col-margin {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .grid > [class*=col-].offset-sm.sm-by-1 {
    margin-left: 8.3333333333%;
  }
  .grid > [class*=col-].offset-sm.sm-by-2 {
    margin-left: 16.6666666667%;
  }
  .grid > [class*=col-].offset-sm.sm-by-3 {
    margin-left: 25%;
  }
  .grid > [class*=col-].offset-sm.sm-by-4 {
    margin-left: 33.3333333333%;
  }
  .grid > [class*=col-].offset-sm.sm-by-5 {
    margin-left: 41.6666666667%;
  }
  .grid > [class*=col-].offset-sm.sm-by-6 {
    margin-left: 50%;
  }
  .grid > [class*=col-].offset-sm.sm-by-7 {
    margin-left: 58.3333333333%;
  }
  .grid > [class*=col-].offset-sm.sm-by-8 {
    margin-left: 66.6666666667%;
  }
  .grid > [class*=col-].offset-sm.sm-by-9 {
    margin-left: 75%;
  }
  .grid > [class*=col-].offset-sm.sm-by-10 {
    margin-left: 83.3333333333%;
  }
  .grid > [class*=col-].offset-sm.sm-by-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 992px) {
  .grid > [class*=col-].offset-md.md-by-1 {
    margin-left: 8.3333333333%;
  }
  .grid > [class*=col-].offset-md.md-by-2 {
    margin-left: 16.6666666667%;
  }
  .grid > [class*=col-].offset-md.md-by-3 {
    margin-left: 25%;
  }
  .grid > [class*=col-].offset-md.md-by-4 {
    margin-left: 33.3333333333%;
  }
  .grid > [class*=col-].offset-md.md-by-5 {
    margin-left: 41.6666666667%;
  }
  .grid > [class*=col-].offset-md.md-by-6 {
    margin-left: 50%;
  }
  .grid > [class*=col-].offset-md.md-by-7 {
    margin-left: 58.3333333333%;
  }
  .grid > [class*=col-].offset-md.md-by-8 {
    margin-left: 66.6666666667%;
  }
  .grid > [class*=col-].offset-md.md-by-9 {
    margin-left: 75%;
  }
  .grid > [class*=col-].offset-md.md-by-10 {
    margin-left: 83.3333333333%;
  }
  .grid > [class*=col-].offset-md.md-by-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 1300px) {
  .grid > [class*=col-].offset-lg.lg-by-1 {
    margin-left: 8.3333333333%;
  }
  .grid > [class*=col-].offset-lg.lg-by-2 {
    margin-left: 16.6666666667%;
  }
  .grid > [class*=col-].offset-lg.lg-by-3 {
    margin-left: 25%;
  }
  .grid > [class*=col-].offset-lg.lg-by-4 {
    margin-left: 33.3333333333%;
  }
  .grid > [class*=col-].offset-lg.lg-by-5 {
    margin-left: 41.6666666667%;
  }
  .grid > [class*=col-].offset-lg.lg-by-6 {
    margin-left: 50%;
  }
  .grid > [class*=col-].offset-lg.lg-by-7 {
    margin-left: 58.3333333333%;
  }
  .grid > [class*=col-].offset-lg.lg-by-8 {
    margin-left: 66.6666666667%;
  }
  .grid > [class*=col-].offset-lg.lg-by-9 {
    margin-left: 75%;
  }
  .grid > [class*=col-].offset-lg.lg-by-10 {
    margin-left: 83.3333333333%;
  }
  .grid > [class*=col-].offset-lg.lg-by-11 {
    margin-left: 91.6666666667%;
  }
}
.grid .col-0 {
  display: none;
}
.grid .col-1 {
  display: block;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  width: 100%;
}
.grid .col-2 {
  display: block;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  width: 100%;
}
.grid .col-3 {
  display: block;
  flex-basis: 25%;
  max-width: 25%;
  width: 100%;
}
.grid .col-4 {
  display: block;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  width: 100%;
}
.grid .col-5 {
  display: block;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  width: 100%;
}
.grid .col-6 {
  display: block;
  flex-basis: 50%;
  max-width: 50%;
  width: 100%;
}
.grid .col-7 {
  display: block;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  width: 100%;
}
.grid .col-8 {
  display: block;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  width: 100%;
}
.grid .col-9 {
  display: block;
  flex-basis: 75%;
  max-width: 75%;
  width: 100%;
}
.grid .col-10 {
  display: block;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  width: 100%;
}
.grid .col-11 {
  display: block;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  width: 100%;
}
.grid .col-12 {
  display: block;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .grid .col-sm-1 {
    display: block;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .grid .col-sm-2 {
    display: block;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .grid .col-sm-3 {
    display: block;
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .grid .col-sm-4 {
    display: block;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .grid .col-sm-5 {
    display: block;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .grid .col-sm-6 {
    display: block;
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .grid .col-sm-7 {
    display: block;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .grid .col-sm-8 {
    display: block;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .grid .col-sm-9 {
    display: block;
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .grid .col-sm-10 {
    display: block;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .grid .col-sm-11 {
    display: block;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .grid .col-sm-12 {
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .grid .col-md-1 {
    display: block;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .grid .col-md-2 {
    display: block;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .grid .col-md-3 {
    display: block;
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .grid .col-md-4 {
    display: block;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .grid .col-md-5 {
    display: block;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .grid .col-md-6 {
    display: block;
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .grid .col-md-7 {
    display: block;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .grid .col-md-8 {
    display: block;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .grid .col-md-9 {
    display: block;
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .grid .col-md-10 {
    display: block;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .grid .col-md-11 {
    display: block;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .grid .col-md-12 {
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  .grid .col-lg-1 {
    display: block;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .grid .col-lg-2 {
    display: block;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .grid .col-lg-3 {
    display: block;
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .grid .col-lg-4 {
    display: block;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .grid .col-lg-5 {
    display: block;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .grid .col-lg-6 {
    display: block;
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .grid .col-lg-7 {
    display: block;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .grid .col-lg-8 {
    display: block;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .grid .col-lg-9 {
    display: block;
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .grid .col-lg-10 {
    display: block;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .grid .col-lg-11 {
    display: block;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .grid .col-lg-12 {
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

.glow {
  /*box-shadow: 0px 0px 40px 0px rgba(182, 27, 255, 0.64);*/
  filter: drop-shadow(0 0 40px rgba(182, 27, 255, 0.64));
}

.glow-small {
  filter: drop-shadow(0 0 15px rgba(182, 27, 255, 0.64));
}

.white-bckg {
  background-color: #ffffff;
}

.black-bckg {
  background-color: #000000;
}

.grey-bckg {
  background-color: #a09bc2;
}

.primary-bckg {
  background-color: #422566;
  color: #ffffff;
}
.primary-bckg p,
.primary-bckg h1,
.primary-bckg h2,
.primary-bckg h3,
.primary-bckg h4,
.primary-bckg h5,
.primary-bckg h6 {
  color: #ffffff;
}

/*
  Please wrap your collapsible content in a single element or so help me
  Must add a transition or it breaks because that's the whole purpose of this
  Only one transition-duration works (see explanation on line #141 in JS)
  You can add more to an inner wrapper (.details-inner)
*/
.collapse-init .accordion-label + * {
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  overflow: hidden;
}

/*
  Closed state. Any CSS transitions work here
  The JS has a height calculation to make sliding opened/closed easier, but it's not necessary
  Remove the height prop for a simple toggle on/off (after all that work I did for you?)
*/
@media screen and (min-width: 768px) {
  .collapse-init.closed-on-mobile :not(.panel-active) {
    height: auto !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    transform-origin: bottom center !important;
    transition: none !important;
  }
}

.collapse-init :not(.panel-active) .accordion-label + * {
  height: 0;
  opacity: 1;
  transform: scale(1);
  transform-origin: bottom center;
}

.collapse-init .accordion-label {
  list-style: none;
}
.collapse-init .accordion-label::-webkit-details-marker {
  display: none;
}
.collapse-init .accordion-label::marker {
  display: none;
}
.collapse-init .accordion-label::before {
  display: none;
}
.collapse-init .accordion-label {
  cursor: pointer;
}

.details-inner {
  padding-top: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 24px;
}
p:last-child {
  margin-bottom: 0;
}

.accordion-details {
  margin-bottom: 24px;
  border-bottom: 0;
  list-style: none;
}
.accordion-details:last-child {
  margin-bottom: 0;
}

.accordion-label {
  position: relative;
  display: block;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.accordion-label:focus {
  outline: none;
}
.collapse-init .accordion-label::before, .collapse-init .accordion-label::after {
  content: "";
  position: absolute;
  display: block;
  float: right;
  font-size: 1em;
  height: 2px;
  width: 20px;
  background-color: #ffffff;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.collapse-init .accordion-label.footer-title::before, .collapse-init .accordion-label.footer-title::after {
  background-color: #ffffff;
}
.collapse-init .accordion-label::after {
  transform: translateY(-50%) rotate(90deg);
}
.panel-active .accordion-label::after {
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  background-color: #f01fff;
}

.accordion-details {
  position: relative;
  display: block;
  border-radius: 16px;
  background: linear-gradient(0deg, #422566, #422566) border-box;
  border: 2px solid transparent;
  overflow: hidden;
}
.accordion-details .accordion-label,
.accordion-details .details-wrapper {
  position: relative;
  z-index: 1;
}
.accordion-details .accordion-heading {
  color: #ffffff;
  padding: 24px 80px 24px 32px;
}
.accordion-details .accordion-heading::before, .accordion-details .accordion-heading::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.accordion-details .accordion-heading::after {
  background: linear-gradient(180deg, rgba(73, 31, 113, 0.72) 0.52%, rgba(30, 13, 57, 0) 65.5%), radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  z-index: -2;
}
.accordion-details .accordion-label:hover .accordion-heading::before {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.accordion-details .details-inner {
  background-color: #03000d;
  padding: 16px 32px;
}

.header-spacer {
  position: relative;
  display: block;
  height: 55px;
  width: 100%;
}
@media screen and (min-width: 1124px) {
  .header-spacer {
    height: var(--menu-offset);
  }
}

div.important-notice,
div.important-notice-mobile {
  width: 100%;
  background-color: #03000d;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3rem;
}
div.important-notice a,
div.important-notice-mobile a {
  color: #3ce1ed !important;
  text-decoration: underline !important;
}

#header {
  position: fixed;
  display: none;
  width: 100%;
  z-index: 50;
  background: rgba(41, 11, 72, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
#header div.wrapper {
  padding: 24px 0;
}
@media screen and (min-width: 1124px) {
  #header {
    display: block;
    position: fixed;
  }
}
#header .location-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
#header .header-right {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
}
#header .button {
  font-size: 1.4rem;
}
#header .company-logo {
  position: relative;
  width: 100%;
  max-width: 160px;
}
@media screen and (min-width: 768px) {
  #header .company-logo {
    max-width: 192px;
  }
}
#header .company-logo::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  filter: blur(66px);
  pointer-events: none;
  z-index: -1;
}
#header .company-logo img {
  width: 100%;
  margin: 0 auto;
}
#header a {
  text-decoration: none;
  color: #ffffff;
}
#header .header-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
#header .header-inner .header-content-wrapper {
  position: relative;
  display: none;
}
@media screen and (min-width: 1124px) {
  #header .header-inner .header-content-wrapper {
    display: block;
    /*  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    */
  }
}
#header .header-inner .tracking {
  position: relative;
  display: none;
}
@media screen and (min-width: 1124px) {
  #header .header-inner .tracking {
    display: block;
  }
}
#header .header-inner .header-navigation-container {
  display: inline-block;
  padding: 12px 17px;
  width: auto;
}
#header .header-inner .header-navigation-container:hide-before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.16);
  /*        background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0.04) 100%
    ),
    rgba(30, 0, 80, 0.32);
  filter: blur(66px);*/
  border-radius: 100px;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
#header .header-inner #header-navigation .submenu-drawer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  padding: 0;
  padding-top: 150px;
}
#header .header-inner #header-navigation,
#header .header-inner #header-navigation ul {
  font-size: 1.6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  z-index: 1;
  /*
        .menu-group-list {
          display: grid;
          grid-template-columns: repeat(
            3,
            1fr
          ); // Default setting: 3 equal columns
          gap: 0.5rem 2rem;
        }

        .menu-group-list.single-column {
          grid-template-columns: 1fr 2fr 2fr; // Single column for one; double for others
        }
  */
  /*
  .submenu-drawer {
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -10px) scale(0.98);
    transform-origin: 50% 20px;
    padding-top: 35px;
    min-width: 250px;
    pointer-events: none;
    opacity: 1; //0;
    transition: opacity 0.2s, transform 0.6s settings.$easeOutExpo;
    will-change: transform;
    .submenu {
      //background: rgba(25, 10, 55, 0.98);
      //box-shadow: inset 0 0 0 settings.$border-size rgba(settings.$common-white, 0.16);
      position: relative;
      padding: 12px;
      border-radius: 24px;
    }

    ul {
      flex-direction: column;
      align-items: start;
      gap: 5px;
      li {
        margin: 0;
        display: flex;
        width: 100%;
        .menu-link {
          border-radius: 12px;
          width: 100%;
          padding: 12px 14px;
          span {
            display: block;
            transition: transform 0.8s settings.$easeOutExpo;
          }
        }

        &:hover {
          .menu-link {
            background: rgba(settings.$purple-02, 1);
            span {
              transform: translate(3px, 0);
            }
          }
          .menu-icon {
            &:before {
              opacity: 1;
              transform: scale(1);
            }
            svg {
              path {
                fill: settings.$common-white;
              }
            }
          }
        }
      }
    }

    .menu-icon {
      width: 44px;
      height: 44px;
      padding: 10px;
      background: #100421;
      border-radius: 12px;
      margin-right: 8px;
      flex-shrink: 0;
      position: relative;
      &:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        border-radius: 13px;
        transform: scale(0.8);
        box-shadow: inset 0 0 0 2px #a53eff;
        transition: 0.2s opacity, 0.8s transform settings.$easeOutExpo;
        background: linear-gradient(to bottom, #9921ff 0%, #851cff 100%);
      }
      svg {
        display: block;
        position: relative;
        path {
          fill: settings.$purple-08;
          transition: 0.4s fill;
        }
      }
    }
  }
  */
}
#header .header-inner #header-navigation li,
#header .header-inner #header-navigation ul li {
  margin: 0;
  margin-right: 12px;
  position: relative;
}
#header .header-inner #header-navigation li a,
#header .header-inner #header-navigation ul li a {
  white-space: nowrap;
  display: block;
}
#header .header-inner #header-navigation li .menu-link,
#header .header-inner #header-navigation ul li .menu-link {
  padding: 6px 12px;
  background: rgba(11, 1, 32, 0);
  border-radius: 40px;
}
#header .header-inner #header-navigation li .menu-link:hover,
#header .header-inner #header-navigation ul li .menu-link:hover {
  background: #0b0120;
}
#header .header-inner #header-navigation li.current_page_item .menu-link:not(.submenu a),
#header .header-inner #header-navigation ul li.current_page_item .menu-link:not(.submenu a) {
  background: #0b0120;
}
#header .header-inner #header-navigation li:last-of-type,
#header .header-inner #header-navigation ul li:last-of-type {
  margin-right: 0;
}
#header .header-inner #header-navigation li.menu-item-has-children:hover .submenu-drawer,
#header .header-inner #header-navigation ul li.menu-item-has-children:hover .submenu-drawer {
  transform: translate(-50%, 0px);
  pointer-events: all;
  opacity: 1;
}
#header .header-inner #header-navigation .menu-group-list,
#header .header-inner #header-navigation ul .menu-group-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 2rem;
}
#header .header-inner #header-navigation .single-column .menu-group-list,
#header .header-inner #header-navigation ul .single-column .menu-group-list {
  grid-template-columns: 1fr;
}
@media (max-width: 768px) {
  #header .header-inner #header-navigation .menu-group-list,
  #header .header-inner #header-navigation ul .menu-group-list {
    grid-template-columns: 1fr;
  }
}

/* header row above the drawer */
#header .header-inner {
  position: relative;
}

#header .header-inner .company-logo,
#header .header-inner .header-right,
#header .header-inner #header-navigation > ul,
#header .header-inner #header-navigation > ul > li > a.menu-link {
  position: relative;
  z-index: 60; /* above the drawer */
}

/* the full-width drawer stays below the row, but above the page */
#header .header-inner #header-navigation .submenu-drawer {
  z-index: 40; /* below 60, above page */
  pointer-events: none;
}

#header .header-inner #header-navigation li.menu-item-has-children:hover .submenu-drawer,
#header .header-inner #header-navigation .submenu-drawer:hover {
  pointer-events: auto;
}

/* Mega panel: full-width fixed */
#header .header-inner #header-navigation {
  /* Invisible runway between the trigger and the fixed panel */
  /* Ensure the panel stays interactive when reached */
  /* Detach from the li and span the viewport */
  /* Turn the submenu UL into a 3-col grid and center it */
  /* grid when there are grouped submenu items */
  /* single row when there are no grouped submenu items */
  /* One “group” per grid cell */
  /* Children inside each group — keep your choice of 1 or 2 columns */
  /* Leaf 2nd-level items (no grouping) still list neatly */
}
#header .header-inner #header-navigation li.menu-item-has-children {
  position: relative; /* already set, keep it */
}
#header .header-inner #header-navigation li.menu-item-has-children:hover .submenu-drawer,
#header .header-inner #header-navigation li.menu-item-has-children:focus-within .submenu-drawer,
#header .header-inner #header-navigation .submenu-drawer:hover {
  opacity: 1;
  pointer-events: all;
  transform: none;
}
#header .header-inner #header-navigation .submenu-drawer {
  position: fixed;
  left: 0;
  top: 75px;
  width: 100vw;
  z-index: 40;
  padding-top: 20px;
  /* entrance */
  transform: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  /*
  // Invisible hover area that extends upward into the header
  &::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 60px; // match the vertical gap between link bottom and panel top
    height: 60px;
    border: 1px solid red;
    &:hover {
      background: rgba(settings.$purple-02, 1);
      border: 1px solid blue;
    }
  }
  */
}
#header .header-inner #header-navigation .submenu {
  /* override global flex */
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px 48px;
  max-width: 1320px; /* match your site container */
  margin: 0 auto;
  padding: 24px 24px 32px;
}
#header .header-inner #header-navigation .submenu .menu-link {
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-size: 1.25rem;
  line-height: 1.5em;
}
#header .header-inner #header-navigation .submenu .menu-link:hover {
  text-decoration: underline;
  background: transparent;
}
#header .header-inner #header-navigation .submenu:has(li.single-column) {
  grid-template-columns: 2fr 1fr 2fr;
}
#header .header-inner #header-navigation .submenu:first-of-type {
  padding-left: 0;
}
#header .header-inner #header-navigation ul.submenu:has(> li.menu-item-has-children) {
  display: grid !important;
  /* your existing grid settings */
}
#header .header-inner #header-navigation ul.submenu:not(:has(> li.menu-item-has-children)) {
  display: flex;
  gap: 24px; /* adjust as needed */
  align-items: center;
  width: fit-content;
}
#header .header-inner #header-navigation li.menu-grouping {
  align-self: start;
}
#header .header-inner #header-navigation .menu-group-title {
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-family: "Nichrome", sans-serif;
  letter-spacing: 0.06em;
}
#header .header-inner #header-navigation .menu-group-list {
  display: grid;
  grid-template-columns: 1fr; /* change to repeat(2,1fr) if you want 2-up inside a group */
  gap: 8px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .header-inner #header-navigation .submenu > li.sub-menu-item:not(.menu-grouping) .menu-link {
  display: inline-block;
  padding: 8px 0;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  #header .header-inner #header-navigation .submenu {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  #header .header-inner #header-navigation .submenu-drawer {
    position: static;
    width: 100%;
  }
  #header .header-inner #header-navigation .submenu {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }
}
#header .header-inner .device-search-wrapper {
  color: #03000d;
}
#header .header-inner .device-search-wrapper .gradient-border-inner {
  border-radius: 22px !important;
}
#header .header-inner .device-search-wrapper .device-search-label-wrapper {
  padding: 12px 16px;
  z-index: 11;
}
#header .header-inner .device-search-wrapper .device-search-results {
  border-radius: 24px;
}
#header .header-inner .device-search-wrapper .device-search-results .device-search-result-scroll-container {
  padding-bottom: 2rem;
  font-size: 1.6rem;
}
#header .header-inner .button {
  padding: 8px 16px;
  text-wrap-style: pretty;
}
@media screen and (min-width: 992px) {
  #header .header-inner .button {
    padding: 12px 24px;
  }
}

.menu-group-title {
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-family: "Nichrome", sans-serif;
  letter-spacing: 0.06em;
}

/* Spainish words are a little longer so we have to make some adjustments as needed here */
body.siteLang-es #header .header-inner #header-navigation li .menu-link,
body.siteLang-es #header .header-inner #header-navigation ul li .menu-link {
  padding: 12px 16px !important;
}

body {
  /* width */
  /* Track */
  /* Handle */
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background: rgb(7.6, 0.6909090909, 22.1090909091);
}
body::-webkit-scrollbar-thumb {
  background: #9721ff;
  border-radius: 30px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #9721ff;
}

body.hide-overflow, body.hide-scroll {
  overflow: hidden;
}

#app {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
#app #footer {
  margin-top: auto;
}

#body-content {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  padding-top: calc(80px + var(--important-notice-gutter));
  margin-bottom: 250px;
}
@media screen and (min-width: 992px) {
  #body-content {
    padding-top: 32px;
    margin-bottom: 0;
  }
}
#body-content .block-spacing:first-of-type {
  padding-top: 0;
}

.wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1376px;
  padding: 0 24px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .wrapper .grid {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
}

.small-block-spacing {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .small-block-spacing {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.block-spacing {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .block-spacing {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .block-spacing.remove-block-spacing-sm {
    padding-top: 0;
  }
}

.margin-block-spacing {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .margin-block-spacing {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1300px) {
  .margin-block-spacing {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

[class*=block-spacing].reduce-block-top {
  padding-top: 48px;
}
[class*=block-spacing].no-padding-top {
  padding-top: 0;
}
[class*=block-spacing].no-padding-bottom {
  padding-bottom: 0;
}

.full-bleed-el-sm {
  position: relative;
  width: calc(100% + 48px);
  max-width: calc(100% + 48px);
  left: -24px;
}
@media screen and (min-width: 768px) {
  .full-bleed-el-sm {
    position: relative;
    width: auto;
    max-width: 100%;
    left: auto;
  }
}
.full-bleed-el-md {
  position: relative;
  width: calc(100% + 48px);
  max-width: calc(100% + 48px);
  left: -24px;
}
@media screen and (min-width: 992px) {
  .full-bleed-el-md {
    position: relative;
    width: auto;
    max-width: 100%;
    left: auto;
  }
}

body.hide-overflow {
  overflow: hidden !important;
}

.builder-blocks {
  position: relative;
  z-index: 0;
}

.block-spacing + .block-spacing {
  padding-top: 0;
}

.content-wrap,
.content-wrap-lg {
  position: relative;
  display: block;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.content-wrap-lg {
  max-width: 846px;
}

.repairs-child .content-wrap-lg {
  max-width: 1024px;
}

.terms-inner {
  position: relative;
  display: block;
  max-width: 640px;
  margin: 0 auto;
}

.page-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  width: 100%;
  width: calc(100% + 24px);
  margin: 0 -12px;
}
@media screen and (min-width: 768px) {
  .page-inner {
    flex-wrap: nowrap;
  }
}
.page-inner .left-col,
.page-inner .left-col-narrow,
.page-inner .right-col,
.page-inner .right-col-wide {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  max-width: calc(100% - 24px);
  flex-basis: calc(100% - 24px);
  margin: 0 12px;
}
.page-inner .left-col-narrow {
  padding-right: 0;
}
@media (min-width: 768px) {
  .page-inner .left-col-narrow {
    padding-right: 100px;
    flex-basis: calc(66% - 24px);
    width: calc(66% - 24px);
  }
}
@media screen and (min-width: 768px) {
  .page-inner .right-col {
    min-width: 302px;
    max-width: 302px;
  }
}
@media screen and (min-width: 768px) {
  .page-inner .right-col-wide {
    flex-basis: calc(33% - 24px);
    width: calc(33% - 24px);
  }
}
@media screen and (min-width: 768px) {
  .page-inner .col-50 {
    min-width: auto;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .page-inner .sidebar {
    padding-left: 24px;
  }
}
.page-inner .sidebar .sidebar-large-heading {
  font-size: 32px;
  margin-bottom: 40px;
}
.page-inner .sidebar ul {
  margin-bottom: 0;
  font-size: 16px;
}
.page-inner .sidebar ul {
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  .page-inner .sidebar ul {
    font-size: calc(16px + 0 * (100vw - 576px) / 724);
  }
}
@media screen and (min-width: 1300px) {
  .page-inner .sidebar ul {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .repairs-child .page-inner .left-col {
    flex-basis: 60%;
  }
}
.repairs-child .page-inner .right-col {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .repairs-child .page-inner .right-col {
    margin-top: 0;
    flex-basis: 40%;
    max-width: fit-content;
  }
}

.summary-listing {
  display: flex;
  flex-direction: column;
  padding: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .summary-listing {
    padding: 0 48px 10rem 0;
    padding-bottom: 10rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.chevron-arrow-right {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .chevron-arrow-right {
    height: 42px;
    width: 42px;
  }
}
.chevron-arrow-right:before {
  content: "";
  display: block;
  position: absolute;
  border-right: 2px solid #422566;
  border-bottom: 2px solid #422566;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 768px) {
  .chevron-arrow-right:before {
    width: 42px;
    height: 42px;
  }
}

.bckg-img {
  position: absolute;
  display: block;
  object-fit: fill;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.bckg-img:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.social-svg {
  position: relative;
  width: auto;
  height: 20px;
  max-width: 30px;
  fill: #a09bc2;
}
.social-svg:hover .social-icon-fill {
  fill: #a09bc2;
}

.standard-content-block p:last-of-type {
  margin-bottom: 0;
}

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.acf-map {
  width: 100%;
  height: 468px;
  border: 0;
  margin: 0 auto;
}
.acf-map img {
  max-width: inherit !important;
}

.mg-bt-reg {
  margin-bottom: 24px;
}

.mg-bt-medium {
  margin-bottom: 32px;
}

.mg-bt-large {
  margin-bottom: 48px;
}

.mg-bt-xxl {
  margin-bottom: 56px;
}

.page-intro {
  position: relative;
  display: block;
  margin-bottom: 56px;
}
.page-intro p:last-of-type {
  margin-bottom: 0;
}

.uppercase {
  text-transform: uppercase;
}

.text-white {
  color: #ffffff;
}

.highlight-first-element p:first-child {
  font-size: larger;
}

.portrait {
  background-color: #fff;
  display: flex;
  align-items: center;
  max-height: 550px;
  margin: 0;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 4rem;
}

.portrait > img {
  padding: 3rem;
  max-width: 450px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .child-repairs-top-row {
    margin-top: 4rem;
  }
}

.product-pricing-panel {
  text-align: center;
  border: none !important;
  padding: 0 !important;
}
.product-pricing-panel .price-panel-wrapper {
  display: flex;
  flex-direction: column;
}
.product-pricing-panel .mobile-header {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.product-pricing-panel .no-fix-no-fee {
  display: block !important;
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .product-pricing-panel .no-fix-no-fee {
    display: inline;
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .product-pricing-panel .portrait {
    margin-bottom: 0rem !important;
  }
}
.product-pricing-panel .two-year-guarantee {
  font-size: 1.6rem !important;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .product-pricing-panel .two-year-guarantee {
    font-size: 2.25rem !important;
    margin-bottom: -0.5rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .product-pricing-panel {
    text-align: left;
  }
}
.product-pricing-panel .price-panel-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .product-pricing-panel .price-panel-content {
    align-items: flex-start;
  }
}
.product-pricing-panel .no-fix-no-fee-list {
  display: block;
  padding: 0 !important;
  list-style: none; /* align-items: revert-layer; */
  width: 100%;
  justify-content: center;
  font-family: "Nichrome", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  gap: 2rem;
}
.product-pricing-panel .no-fix-no-fee-list li {
  text-align: left;
}
@media screen and (max-width: 1300px) {
  .product-pricing-panel .no-fix-no-fee-list {
    font-size: 1.75rem;
    margin: 4rem 0;
    display: flex;
  }
}

.portrait.category-image > img,
.portrait.category-image > svg {
  max-width: 550px;
}

.portrait img {
  padding: 0.5rem;
}
@media screen and (min-width: 992px) {
  .portrait img {
    padding: 3rem;
  }
}

.portrait.category-image {
  margin-bottom: 0;
  color: #000000;
  fill: #000000;
  justify-content: center;
  padding: 0;
  margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .portrait.category-image {
    margin-bottom: 0;
  }
}
.portrait.category-image.left-aligned {
  padding-left: 0;
}
.portrait.category-image.right-aligned {
  padding-right: 0;
}
.portrait.category-image.no-background {
  background: transparent;
  padding: 0;
}
.portrait.category-image.no-background img,
.portrait.category-image.no-background svg {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .portrait.category-image img,
  .portrait.category-image svg {
    padding: 2rem;
  }
}

.manufacturer-icon svg {
  width: 60px;
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .manufacturer-icon svg {
    width: 90px;
    margin-top: 0;
  }
}

.no-margin-on-mobile {
  margin-bottom: 1rem !important;
}

.get-repair-now-row,
.get-repair-now-row-inline {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .get-repair-now-row,
  .get-repair-now-row-inline {
    gap: 0.25rem;
    align-items: start;
    margin-bottom: 0;
  }
}
.get-repair-now-row .xxs-heading,
.get-repair-now-row-inline .xxs-heading {
  margin-bottom: 0;
}

.get-repair-now-row-inline .xs-heading {
  font-size: 2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .get-repair-now-row-inline {
    gap: 2rem;
    flex-direction: row;
    align-items: center;
  }
}

.packaging-pill {
  background-color: #ffffff;
  color: #000000;
  padding: 0.5rem 1rem;
  border-radius: 24px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.no-fix-no-fee-list.category-usps {
  flex-wrap: wrap;
  display: flex;
  padding: 0 !important;
  margin: 0;
  list-style: none; /* align-items: revert-layer; */
  width: 100%;
  max-width: 450px;
  justify-content: space-between;
  font-family: "Nichrome", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 4rem;
}
.no-fix-no-fee-list.category-usps li {
  width: 50%;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .no-fix-no-fee-list.category-usps li {
    width: auto;
    margin-top: 4rem;
  }
}
.no-fix-no-fee-list.category-usps .price-button-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .no-fix-no-fee-list.category-usps .price-button-row {
    flex-direction: row;
  }
}
@media screen and (min-width: 576px) {
  .no-fix-no-fee-list.category-usps {
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .no-fix-no-fee-list.category-usps {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .no-fix-no-fee-list.category-usps {
    flex-wrap: nowrap;
    max-width: 100%;
  }
}

.page-inner.contact-page-inner {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media screen and (min-width: 992px) {
  .page-inner.contact-page-inner {
    text-align: left;
    align-items: flex-start;
    flex-direction: row;
  }
}

.mobile-only,
.mobile-only-flex {
  display: none !important;
}
@media screen and (max-width: 576px) {
  .mobile-only,
  .mobile-only-flex {
    display: block !important;
  }
}

@media screen and (max-width: 576px) {
  .mobile-only-flex {
    display: flex !important;
  }
}

.desktop-only-flex {
  display: flex !important;
}

.desktop-only {
  display: block !important;
}

@media screen and (max-width: 576px) {
  .desktop-only,
  .desktop-only-flex {
    display: none !important;
  }
}

.what-us-header {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .what-us-header {
    text-align: left;
    flex-direction: row;
  }
}
.what-us-header .header-subhead-minor {
  font-size: 20px;
  line-height: 0.84em;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .what-us-header .header-subhead-minor {
    font-size: 2.7rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 1300px) {
  .sticky-top {
    position: sticky;
    top: 150px;
    height: fit-content;
  }
}
.category-intro {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.category-intro .category-usps {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  gap: 0.5rem;
  line-height: 1.8rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .category-intro .category-usps {
    flex-direction: column-reverse;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .category-intro {
    flex-direction: row-reverse;
  }
  .category-intro li {
    text-align: left !important;
  }
}

.category-intro-footer {
  display: flex !important;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-top: 4rem !important;
  padding: 3rem 1rem;
  /*  background-color: #160129;
  border-radius: 24px;
  border: 2px solid #422566;*/
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 4rem !important;
}
.category-intro-footer span {
  margin-bottom: 0;
  margin-right: 2rem;
  display: block;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .category-intro-footer {
    margin-top: 0;
    flex-direction: row;
    padding: 4rem 0;
  }
  .category-intro-footer span {
    margin-right: 2rem;
    margin-bottom: 0;
    display: inline-block;
  }
}

#breadcrumbs {
  position: relative;
  display: block;
  margin-bottom: 56px;
}
#breadcrumbs a {
  text-decoration: none;
}
#breadcrumbs span {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  line-height: 1em;
}
#breadcrumbs span:first-of-type {
  margin-left: 0;
}
#breadcrumbs span:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #breadcrumbs span[aria-current=page] {
    white-space: nowrap; /* Prevents text from wrapping to the next line */
    overflow: hidden; /* Hides the text that overflows the container */
    text-overflow: ellipsis; /* Adds "..." at the end of the truncated text */
    max-width: 100px; /* Set your desired maximum width before truncating */
    top: 2px;
  }
}

.stylised-cta {
  position: relative;
  display: block;
  border-radius: 16px;
  border: 2px solid #422566;
  font-weight: 700;
  font-family: "Nichrome", sans-serif;
  letter-spacing: 0.03em;
  overflow: hidden;
  color: #ffffff;
  padding: 24px 80px 24px 32px;
  text-decoration: none;
  line-height: 1em;
}
.stylised-cta::before, .stylised-cta::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.stylised-cta::after {
  background: linear-gradient(180deg, rgba(73, 31, 113, 0.72) 0.52%, rgba(30, 13, 57, 0) 65.5%), radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  z-index: -2;
}
.stylised-cta span {
  position: relative;
  z-index: 3;
}
.stylised-cta .arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
}
.stylised-cta .arrow svg,
.stylised-cta .arrow svg path {
  position: relative;
  display: block;
  width: 100%;
  fill: #ffffff;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.stylised-cta:hover {
  color: #ffffff;
}
.stylised-cta:hover::before {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.stylised-cta:hover .arrow svg,
.stylised-cta:hover .arrow svg path {
  fill: #f01fff;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero {
  position: relative;
  box-shadow: 0px 0px 40px 0px rgba(182, 27, 255, 0.64);
  margin-bottom: 80px;
  background-color: #422566;
  background: linear-gradient(to top, #fe27cf 0.52%, #6d00f8 30.21%, #56a9f4 70.31%, #56fec1 100%) border-box;
  border-radius: 40px;
  border: 2px solid transparent;
  overflow: hidden;
}
.hero::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
@media screen and (min-width: 992px) {
  .hero::before {
    padding-bottom: 42%;
  }
}
.hero img {
  position: absolute;
  display: block;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 1;
}

.hidden-search-element {
  display: none !important;
}

.widget-card-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 56px;
  margin: 0 -12px 0;
  width: calc(100% + 24px);
}
.widget-card-wrapper.ajax-wrapper {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .widget-card-wrapper {
    flex-wrap: wrap;
  }
}

.widget-card {
  position: relative;
  display: inline-block;
  border-radius: 40px;
  border: 2px solid #422566;
  margin: 0 12px;
  margin-top: 24px;
  width: 100%;
  max-width: 100%;
  padding: 32px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.widget-card.loaded-ajax {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .widget-card {
    max-width: calc(50% - 24px);
  }
}
@media screen and (min-width: 992px) {
  .widget-card {
    max-width: calc(33.33% - 24px);
  }
}
.widget-card::before, .widget-card::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.widget-card::after {
  background: linear-gradient(180deg, rgba(73, 31, 113, 0.72) 0.52%, rgba(30, 13, 57, 0) 65.5%), radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  z-index: -2;
}
.widget-card .heading {
  position: relative;
  color: #ffffff;
  margin-bottom: 0;
  z-index: 3;
}
.widget-card a {
  text-decoration: none;
}
.widget-card .date {
  position: relative;
  display: block;
  margin-top: 8px;
  margin-bottom: 0;
  z-index: 3;
}
.widget-card img {
  position: relative;
  z-index: 3;
  margin-top: 32px;
  border-radius: 8px;
}
.widget-card .source-logo {
  margin-top: 0;
}
.widget-card .distance {
  position: relative;
  display: block;
  margin-bottom: 8px;
  z-index: 3;
}
.widget-card .distance .value {
  color: #ffffff;
}
.widget-card .map {
  position: relative;
  z-index: 3;
  margin-top: 32px;
  border-radius: 8px;
}
.widget-card.news-card img {
  margin: 0 auto;
}
.widget-card.news-card .img-wrapper {
  position: relative;
  margin-bottom: 32px;
  overflow: hidden;
}
.widget-card.news-card .img-wrapper::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.widget-card.news-card .img-wrapper img {
  position: absolute;
  display: block;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 1;
}
.widget-card:hover {
  color: inherit;
}
.widget-card:hover::before {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.widget-card.sidebar-card {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 24px;
  text-align: center;
}
.widget-card.sidebar-card:last-of-type {
  margin-bottom: 0;
}
.widget-card.team-card {
  padding-bottom: 16px;
  max-width: calc(100% - 24px);
}
.widget-card.team-card:after {
  background: #a0f;
  background: linear-gradient(180deg, #a0f 16.15%, #422566 100%);
}
@media screen and (min-width: 400px) {
  .widget-card.team-card {
    max-width: calc(50% - 24px);
  }
}
@media screen and (min-width: 768px) {
  .widget-card.team-card {
    max-width: calc(33.33% - 24px);
  }
}
@media screen and (min-width: 992px) {
  .widget-card.team-card {
    max-width: calc(25% - 24px);
  }
}
.widget-card.team-card .team-image {
  margin-top: 16px;
}
.widget-card.team-card .team-details {
  position: relative;
  display: block;
  width: 100%;
}
.widget-card.team-card .team-details .team-name {
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 0;
  padding-bottom: 1em;
}
.widget-card.team-card .team-details .team-role {
  position: absolute;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  bottom: 0;
  left: auto;
  right: auto;
  transform: translateY(12px);
  opacity: 0;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.widget-card.team-card:hover .team-details .team-role {
  transform: translateY(0);
  opacity: 1;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.widget-card.map-card {
  cursor: pointer;
  min-height: 250px;
  margin-top: 0;
  margin-bottom: 24px;
}
.widget-card.map-card:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%), rgba(30, 0, 80, 0.32);
  backdrop-filter: blur(12px);
}
.widget-card.map-card.highlighted {
  background: rgba(25, 10, 55, 0.98);
}
@media screen and (min-width: 400px) {
  .widget-card.map-card {
    max-width: calc(100% - 24px);
  }
}
@media screen and (min-width: 992px) {
  .widget-card.map-card {
    max-width: calc(50% - 24px);
  }
}

/* CCEX Store drop offf */
#cex-form-container {
  padding-top: 2rem;
}
@media screen and (min-width: 992px) {
  #cex-form-container {
    padding-top: 14rem;
  }
}

body.preload {
  opacity: 0.01;
  transition: opacity 0.3s ease-in-out;
}
body.loaded-dom {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

#footer {
  position: relative;
  font-size: 16px;
  line-height: 1.6em;
  padding-top: 40px;
  padding-bottom: 118px;
}
@media screen and (min-width: 768px) {
  #footer {
    padding-top: 56px;
    padding-bottom: 74px;
  }
}
#footer .footer-logo {
  position: relative;
  display: block;
  width: 220px;
  max-width: 90%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  #footer .footer-logo {
    display: none;
  }
}
#footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer nav ul li {
  padding: 0;
  margin: 0;
}
#footer a {
  color: #ffffff;
  font-family: 1.4rem;
}
#footer a:hover {
  color: #a0f;
}
#footer a[class*=gradient-text] {
  color: rgba(0, 0, 0, 0);
}
#footer .copyright {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #footer .copyright {
    margin-top: 56px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
#footer .footer-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer .footer-inner {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#footer .footer-inner .left-col {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer .footer-inner .left-col {
    text-align: left;
    width: auto;
  }
}
#footer .footer-inner .left-col p {
  margin-bottom: 0;
}
#footer .footer-inner .repair-status {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12px 16px;
  border-radius: 40px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.12);
  background: #0b0120;
  margin-bottom: 40px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  #footer .footer-inner .repair-status {
    margin-bottom: 32px;
  }
}
#footer .footer-inner .repair-status::before {
  content: "";
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  border-radius: 100px;
  pointer-events: none;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 74.64%), #20d431;
  box-shadow: 0px 0px 16px #20d431, inset 0 0 0 2px rgba(255, 255, 255, 0.32);
  background-blend-mode: overlay, normal;
}
#footer .footer-inner .repair-status.not-accepting {
  color: #f6004b;
}
#footer .footer-inner .repair-status.not-accepting::before {
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 74.64%), #f6004b;
  box-shadow: 0px 0px 16px #f6004b, inset 0 0 0 2px rgba(255, 255, 255, 0.32);
}
#footer .footer-inner .repair-status.almost-not-accepting {
  color: #ffa11f;
}
#footer .footer-inner .repair-status.almost-not-accepting::before {
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 74.64%), #ffa11f;
  box-shadow: 0px 0px 16px #ffa11f, inset 0 0 0 2px rgba(255, 255, 255, 0.32);
}
#footer .footer-inner .repair-status.accepting {
  color: #20d431;
}
#footer .footer-inner .right-col {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer .footer-inner .right-col {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    max-width: calc(50% - 24px);
  }
}
#footer .footer-inner .right-col .widget {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #footer .footer-inner .right-col .widget {
    width: auto;
    margin-top: 0;
  }
}
#footer .footer-inner .right-col .widget ul li {
  margin-bottom: 12px;
}
#footer .footer-inner .right-col .widget ul li:last-of-type {
  margin-bottom: 0;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  color: #3ce1ed;
}
#footer .widget-heading {
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Nichrome", sans-serif;
  letter-spacing: 0.03em;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #ffffff;
  text-decoration: none;
}
#footer .social-footer {
  margin-bottom: 24px;
}
@media screen and (min-width: 1300px) {
  #footer .social-footer {
    margin-bottom: 0;
  }
}
#footer .legal-text {
  position: relative;
  padding-top: 24px;
  font-size: 13px;
  line-height: 1.4em;
}
#footer .legal-text [class*=col-] {
  max-width: 568px;
}
#footer .legal-text p {
  width: 100%;
}
#footer .legal-text p:last-of-type {
  margin-bottom: 0;
}
#footer .social-links {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  #footer .social-links {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
#footer .social-links .social-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-right: 12px;
  margin-bottom: 0;
  background-color: #03000d;
  height: 48px;
  width: 48px;
  border-radius: 100px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #ffffff;
}
#footer .social-links .social-button:hover {
  box-shadow: inset 0 0 0 2px #3ce1ed;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#footer .social-links .social-button img {
  max-width: 16px;
  max-height: 16px;
  width: auto;
  height: auto;
  display: block;
  position: relative;
  line-height: 100%;
}
#footer .social-links .social-button:last-of-type {
  margin-right: 0;
}

.error404_game {
  position: relative;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .error404_game {
    margin-top: 0;
  }
}
.error404_game canvas {
  width: 100%;
  height: 66vh;
  background: #0B0120;
  border: 0.931px solid #FE27CF;
  border-radius: 24px;
  box-shadow: 0px 0px 40px 0px rgba(182, 27, 255, 0.64);
}
@media screen and (min-width: 768px) {
  .error404_game canvas {
    height: auto;
    aspect-ratio: 16/9;
  }
}
.error404_controls {
  position: absolute;
  display: flex;
  left: 0px;
  bottom: -40px;
  width: 100%;
  padding: 0 30px;
  gap: 10px;
}
.error404_controls button {
  font-size: 22px;
  color: #fff;
  text-shadow: 0px -2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-weight: 600;
  background: linear-gradient(to bottom, #B61BFF 0%, #5B0089 100%);
  border: 0;
  border-radius: 999px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #B61BFF;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.5), 0 30px 100px -60px rgba(0, 0, 0, 0.5);
  transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.error404_controls button:active {
  transform: scale(0.85);
}
.error404_controls button svg {
  display: block;
  width: 25px;
  height: 25px;
}
.error404_controls button:nth-child(2) svg {
  transform: rotate(90deg);
}
.error404_controls button:nth-child(3) {
  margin-right: auto;
}
.error404_controls button:nth-child(3) svg {
  transform: rotate(180deg);
}
.error404_controls button:nth-child(4) {
  width: 100px;
  border: 4px solid #55FFC0;
  background: linear-gradient(to bottom, #55FFC0 0%, #54AEF3 100%);
}
.error404_text {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.mobile-nav {
  top: 0;
  opacity: 0;
  height: 100%;
  pointer-events: none;
  transform: scale(1.05);
  will-change: transform;
  transform-origin: 50% 130px;
  transition: opacity 0.15s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.mobile-nav.--active {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
.mobile-nav:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  background: rgb(41, 11, 72);
}
.mobile-nav:after {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 15;
  height: 150px;
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(11, 1, 32, 0) 0%, rgba(11, 1, 32, 0.5) 33%, rgba(11, 1, 32, 0.9) 50%);
}
.mobile-nav-inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-y: scroll;
  padding-bottom: 150px;
  padding-top: calc(56px + var(--important-notice-gutter));
}
.mobile-nav-logo a img:first-child {
  max-width: 68px;
  margin-bottom: 12px;
}
.mobile-nav-logo a img:last-child {
  max-width: 150px;
}
@keyframes mobile-nav-item {
  0% {
    opacity: 0;
    transform: translate(0, -8px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
.mobile-nav-menu, .mobile-nav-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  flex-direction: column;
}
.mobile-nav-menu {
  margin: 0 auto;
  max-width: 600px;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  margin-top: 12px;
}
.mobile-nav-menu li {
  margin: 0;
  padding: 0;
}
.mobile-nav-menu a {
  color: white;
  display: block;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.mobile-nav-menu .location-link svg {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.mobile-nav-menu .parent-menu-item.menu-item-has-children:has(.menu-group) {
  background: linear-gradient(130deg, #fdad35 0%, #f95e7b 51.56%, #f336ce 100%);
}
.mobile-nav-menu .menu-item-has-children:has(.menu-group) a {
  color: #03000d;
}
.mobile-nav-menu .parent-menu-item {
  opacity: 0;
  transform: scale(0.95);
  font-family: "Nichrome", sans-serif;
  line-height: 0.84em;
  font-weight: 700;
  text-transform: uppercase;
}
.--active .mobile-nav-menu .parent-menu-item {
  animation: mobile-nav-item 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation-delay: calc(var(--delay) * 80ms);
}
.mobile-nav-menu .parent-menu-item.get-a-quote {
  display: none;
}
.mobile-nav-menu .parent-menu-item > a,
.mobile-nav-menu .parent-menu-item > span {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #fff;
}
.mobile-nav-menu .parent-menu-item > a span:first-child,
.mobile-nav-menu .parent-menu-item > span span:first-child {
  flex-grow: 2;
  padding: 18px 24px;
}
.mobile-nav-menu .parent-menu-item > a:last-child {
  border-bottom: 1px solid #fff;
}
.mobile-nav-menu .parent-menu-item .sub-menu-toggle {
  width: 90px;
  flex-shrink: 0;
  min-height: 100%;
  position: relative;
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, 0.025);
}
.mobile-nav-menu .parent-menu-item .sub-menu-toggle:before, .mobile-nav-menu .parent-menu-item .sub-menu-toggle:after {
  top: 50%;
  left: 50%;
  content: "";
  height: 1px;
  width: 20px;
  display: block;
  position: absolute;
  background: white;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: opacity 0.2s, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.mobile-nav-menu .parent-menu-item .sub-menu-toggle:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.mobile-nav-menu .parent-menu-item .sub-menu-toggle.--active:before {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.mobile-nav-menu .parent-menu-item .sub-menu-toggle.--active:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.mobile-nav-menu .submenu-drawer {
  display: none;
  padding-left: 24px;
  padding-bottom: 24px;
}
.mobile-nav-menu .submenu-drawer.--active {
  display: block;
}
.mobile-nav-menu .menu-group-title {
  font-size: 1.8rem;
  color: #03000d;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1rem;
}
.mobile-nav-menu .sub-menu-item {
  display: flex;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none;
  padding: 8px 0;
  align-items: center;
  will-change: transform;
  opacity: 0;
  transform: scale(0.95);
  animation: mobile-nav-item 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation-delay: calc(var(--delay) * 80ms);
}
.mobile-nav-menu .sub-menu-item .menu-icon {
  width: 44px;
  height: 44px;
  display: flex;
  flex-shrink: 0;
  border-radius: 13px;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 2px #a53eff;
  transition: 0.2s opacity, 0.8s transform cubic-bezier(0.19, 1, 0.22, 1);
  background: linear-gradient(to bottom, #9921ff 0%, #851cff 100%);
}
.mobile-nav-menu .sub-menu-item .menu-icon svg {
  width: 24px;
  height: 24px;
}
.mobile-nav-menu .sub-menu-item .menu-link {
  flex-grow: 2;
  line-height: 1rem;
  letter-spacing: 0.02em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.mobile-nav-menu .sub-menu-item li.submenu-item > li.submenu-item {
  padding-left: 2rem;
}
.mobile-nav-footer {
  text-align: center;
  padding: 50px 24px 0 24px;
}
.mobile-nav .mobile-header-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 24px;
}
.mobile-nav .mobile-header-wrap .company-logo {
  max-width: 160px;
  width: 100%;
  margin-right: 24px;
}
.mobile-nav .mobile-nav-footer a {
  color: #f01fff;
}
.mobile-nav .menu-group-title {
  border-bottom: none;
}

body.device-search-active-mobile-device-search {
  overflow: hidden;
  height: 100vh;
}

body.hide-scroll .device-search-wrapper {
  display: none;
}

body.device-search-active-mobile-device-search #mobile-device-search.device-search-wrapper {
  background: transparent;
  backdrop-filter: none;
}
body.device-search-active-mobile-device-search #mobile-device-search.device-search-wrapper .blur-background {
  display: block;
}
body.device-search-active-mobile-device-search #mobile-device-search.device-search-wrapper .device-search-input-clear {
  display: block;
}

.mobile-fixed {
  top: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.mobile-fixed .device-search-wrapper {
  background: rgba(160, 155, 194, 0.7);
  backdrop-filter: blur(12px);
  color: #ffffff;
  height: 4.4rem;
  padding-top: 8px;
  padding-bottom: 8px;
  max-height: 75%;
  border-radius: 0;
}
.mobile-fixed .device-search-wrapper .gradient-border {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.mobile-fixed .device-search-wrapper .gradient-border-inner {
  border-radius: 0;
  background: transparent !important;
}
.mobile-fixed .device-search-wrapper .blur-background {
  display: none;
  background: rgba(115, 111, 143, 0.9);
  backdrop-filter: blur(12px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  z-index: -1;
}
.mobile-fixed .device-search-wrapper .device-search-label {
  padding: 0 2rem;
  align-items: normal;
}
.mobile-fixed .device-search-wrapper .device-search-label input {
  width: 80%;
  padding: 4px;
  color: #ffffff;
  background: transparent;
}
.mobile-fixed .device-search-wrapper .device-search-label input::placeholder {
  color: #ffffff;
}
.mobile-fixed .device-search-wrapper .device-search-results {
  padding: 2rem;
  padding-top: 4rem;
  font-size: 1.4rem;
  position: relative;
  width: 100%;
}
.mobile-fixed .device-search-wrapper .device-search-results .gradient-border-inner {
  padding-top: 0 !important;
}
.mobile-fixed .device-search-wrapper .device-search-results .device-search-result-scroll-container {
  height: 100%;
  max-height: 75vh;
}
.mobile-fixed .device-search-wrapper .device-search-results .device-search-result-scroll-container:has(div) {
  padding-bottom: 4rem;
}
.mobile-fixed .device-search-wrapper .device-search-results .device-search-result-scroll-container div a {
  color: #ffffff !important;
  text-decoration: none;
}
.mobile-fixed .device-search-wrapper .device-search-results .device-search-result-scroll-container div a:hover {
  text-decoration: underline !important;
}
.mobile-fixed .device-search-wrapper .device-search-results .device-search-result-scroll-container div span,
.mobile-fixed .device-search-wrapper .device-search-results .device-search-result-scroll-container div span.device-price {
  color: #ffffff !important;
}
.mobile-fixed .mobile-fixed-header {
  display: flex;
  gap: 5px;
  padding: 12px;
  padding-left: 18px;
  justify-content: space-between;
  align-items: center;
  background: rgba(41, 11, 72, 0.92);
  backdrop-filter: blur(12px);
}
.mobile-fixed .button {
  padding: 12px 24px;
}
.mobile-fixed-button {
  display: flex;
  background-color: transparent;
  text-wrap: nowrap;
}
.mobile-fixed-button button {
  border: 0;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  cursor: pointer;
  align-items: center;
  backdrop-filter: blur(12px);
  transform: translate3d(0, 0, 0);
  background-color: transparent;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .mobile-fixed-button button {
    width: 74px;
    height: 74px;
  }
}
.mobile-fixed-button button svg {
  width: 100%;
  fill: white;
  display: block;
}
.mobile-fixed-button button svg path {
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), filter 0.3s;
}
.mobile-fixed-button button svg .--close path {
  filter: blur(5px);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.mobile-fixed-button button svg .--close path:nth-child(1) {
  transform: translate3d(100%, 100%, 0);
}
.mobile-fixed-button button svg .--close path:nth-child(2) {
  transform: translate3d(100%, -100%, 0);
}
.mobile-fixed-button button.--active .--close path {
  filter: blur(0px);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.mobile-fixed-button button.--active .--close path:nth-child(1) {
  transform: translate3d(0%, 0%, 0);
}
.mobile-fixed-button button.--active .--close path:nth-child(2) {
  transform: translate3d(0%, 0%, 0);
}
.mobile-fixed-button button.--active .--open path {
  filter: blur(5px);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.mobile-fixed-button button.--active .--open path:nth-child(1) {
  transform: translate3d(100%, 0%, 0);
}
.mobile-fixed-button button.--active .--open path:nth-child(2) {
  transform: translate3d(-100%, 0%, 0);
}
.mobile-fixed-button button.--active .--open path:nth-child(3) {
  transform: translate3d(250%, 0%, 0);
}

.mobile-nav,
.mobile-fixed {
  left: 0;
  z-index: 100;
  width: 100%;
  position: fixed;
}
@media screen and (min-width: 1124px) {
  .mobile-nav,
  .mobile-fixed {
    display: none;
  }
}

.divider {
  position: relative;
  display: block;
  width: 1062px;
  max-width: 90%;
  margin: 0 auto;
  padding: 36px 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .divider {
    padding: 48px 0;
  }
}
.divider *, .divider:before, .divider:after {
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.divider.divider-style-1 {
  filter: saturate(0);
}
.divider.divider-style-1::before {
  content: "";
  position: absolute;
  display: block;
  width: 72px;
  height: 72px;
  background-color: rgba(129, 28, 255, 0.8);
  opacity: 0;
  filter: blur(64px);
  border-radius: 100px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .divider.divider-style-1::before {
    width: 96px;
    height: 96px;
  }
}
.divider.divider-style-1::after {
  content: "";
  position: absolute;
  display: block;
  width: 72px;
  height: 72px;
  top: 50%;
  left: 50%;
  opacity: 0;
  border-radius: 100px;
  transform: translate3d(-50%, -50%, 0);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background: #54aef3;
  background: linear-gradient(115deg, #811cff 0%, #54aef3 50.52%, #55ffc0 100%);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .divider.divider-style-1::after {
    width: 96px;
    height: 96px;
  }
}
.divider.divider-style-1 .left-line,
.divider.divider-style-1 .right-line {
  position: absolute;
  display: block;
  width: 50%;
  height: 2px;
  transform-origin: center left;
  background: linear-gradient(135deg, hsla(158, 100%, 67%, 0) 0%, hsl(206, 87%, 64%) 48.9%, hsl(267, 100%, 55%) 100%);
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(0.2);
  z-index: 1;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 768px) {
  .divider.divider-style-1 .left-line,
  .divider.divider-style-1 .right-line {
    transform: translateY(-50%) scaleX(0.3);
  }
}
.divider.divider-style-1 .right-line {
  left: auto;
  right: 0;
  transform-origin: center right;
  background: linear-gradient(135deg, hsl(158, 100%, 67%) 0%, hsl(206, 87%, 64%) 48.9%, hsla(267, 100%, 55%, 0) 100%);
}
.divider.divider-style-1 .center-logo {
  position: absolute;
  display: block;
  width: 68px;
  height: 68px;
  background: url("../../assets/images/tech-centre-divider-logo.svg");
  background-position: center center;
  background-size: 36px auto;
  background-repeat: no-repeat;
  background-color: #0b0120;
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .divider.divider-style-1 .center-logo {
    background-size: 57.6px auto;
    width: 92px;
    height: 92px;
  }
}
.divider.divider-style-1.activated {
  filter: saturate(1);
}
.divider.divider-style-1.activated::before {
  transition: all 1.2s 0.2s;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.divider.divider-style-1.activated::after {
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.divider.divider-style-1.activated .left-line,
.divider.divider-style-1.activated .right-line {
  transform: translateY(-50%) scaleX(1);
}
.divider.divider-style-1.activated .center-logo {
  border-color: transparent;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.divider.divider-style-2 {
  padding: 2px 0;
}
.divider.divider-style-2:before {
  content: "";
  position: absolute;
  display: block;
  width: 400px;
  height: 100px;
  border-radius: 50%;
  background-color: #811cff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  filter: blur(150px);
  opacity: 0;
  transition-duration: 2.4s;
  clip-path: polygon(200% 48%, 200% 500%, -100% 500%, -100% 48%);
}
.divider.divider-style-2 .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  transform-origin: center;
  background: linear-gradient(135deg, hsl(272, 100%, 3%), hsl(267, 100%, 55%), hsl(288, 100%, 50%), hsl(285, 100%, 89%), hsl(285, 100%, 51%), hsl(267, 100%, 55%), hsl(272, 100%, 3%));
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(0.3);
  z-index: -1;
}
.divider.divider-style-2 .flare {
  display: block;
  position: absolute;
  width: 120px;
  left: 50%;
  top: 50%;
  filter: blur(5px);
  mix-blend-mode: color-dodge;
  transform: translate3d(calc(-25px - 50%), -50%, 0) scale(0) rotate(0deg);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
@keyframes divider-lens-flare {
  0% {
    filter: blur(5px);
    transform: translate3d(calc(-30px - 50%), -50%, 0) scale(0) rotate(0deg);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  50% {
    filter: blur(2px);
    transform: translate3d(calc(0px - 50%), -50%, 0) scale(1) rotate(160deg);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  100% {
    filter: blur(5px);
    transform: translate3d(calc(30px - 50%), -50%, 0) scale(0) rotate(320deg);
  }
}
.divider.divider-style-2.activated:before {
  opacity: 1;
}
.divider.divider-style-2.activated .line {
  transform: translateY(-50%) scaleX(1);
}
.divider.divider-style-2.activated .flare {
  animation: divider-lens-flare 3.5s -0.5s linear forwards;
}

.bg-glow {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  background-size: 2947px;
  background-color: #000;
  background-repeat: repeat;
  background-position: center -55px;
  background-image: url("../../assets/images/bg-glow.svg");
}
.bg-glow_header {
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  position: absolute;
}
.bg-glow_header:before, .bg-glow_header:after {
  top: 0%;
  left: 50%;
  height: 100%;
  content: "";
  width: 1400px;
  display: block;
  position: absolute;
  border-radius: 50%;
  filter: blur(150px);
  transform: translate3d(-50%, -50%, 0);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.bg-glow_header:before {
  mix-blend-mode: color-dodge;
  background: rgba(255, 255, 255, 0.5);
}
.bg-glow_header:after {
  background: rgba(182, 27, 255, 0.5);
}
.bg-glow_cursor {
  top: 0;
  left: 0;
  opacity: 0;
  width: 900px;
  height: 900px;
  position: absolute;
  transition: opacity 0.3s;
  mix-blend-mode: color-dodge;
  transform: translate3d(calc(var(--x) - 50%), calc(var(--y) - 50%), 0);
}
.bg-glow_cursor:before {
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  backdrop-filter: opacity(1);
  background: radial-gradient(rgb(255, 255, 255) 2%, rgb(200, 200, 200) 50%, rgba(0, 0, 0, 0) 66%);
}
.bg-glow_cursor.--active {
  opacity: 1;
}
.bg-glow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  background: #0b0120;
}
.bg-glow_haze {
  top: 200px;
  left: 50%;
  width: 750px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  background: rgba(3, 0, 13, 0.9);
  filter: blur(100px);
  transform: translate3d(-50%, 0, 0);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.bg-glow_footer {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  position: absolute;
}
.bg-glow_footer:before {
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  backdrop-filter: opacity(1);
  background: linear-gradient(rgba(3, 0, 13, 0) 0%, rgb(3, 0, 13) 100%);
}

.turbo-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 24px;
  background: #1a0835;
  border: 1px solid #422566;
  transition: background-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.turbo-input.--turbo, .turbo-input.--focus {
  background: #0b0120;
}
.turbo-input input, .turbo-input-faux {
  width: 100%;
  height: 100%;
  font-family: "Nichrome", sans-serif;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  padding: 0.8em 0.4em 0.5em 0.4em;
  font-size: 48px;
}
.turbo-input input, .turbo-input-faux {
  font-size: 48px;
}
@media screen and (min-width: 576px) {
  .turbo-input input, .turbo-input-faux {
    font-size: calc(48px + 116 * (100vw - 576px) / 724);
  }
}
@media screen and (min-width: 1300px) {
  .turbo-input input, .turbo-input-faux {
    font-size: 164px;
  }
}
@media screen and (min-width: 992px) {
  .turbo-input input, .turbo-input-faux {
    padding: 0.4em 0.4em 0.3em 0.4em;
  }
}
.turbo-input input {
  border: 0;
  margin: 0;
  border-radius: 0;
  display: block;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0);
  background: transparent;
  caret-color: transparent;
  position: relative;
}
.turbo-input input::-webkit-input-placeholder {
  color: transparent;
}
.turbo-input input:-moz-placeholder {
  color: transparent;
}
.turbo-input input::-moz-placeholder {
  color: transparent;
}
.turbo-input input:-ms-input-placeholder {
  color: transparent;
}
.turbo-input input:focus {
  outline: none;
}
.turbo-input input:focus::-webkit-input-placeholder {
  color: transparent;
}
.turbo-input input:focus:-moz-placeholder {
  color: transparent;
}
.turbo-input input:focus::-moz-placeholder {
  color: transparent;
}
.turbo-input input:focus:-ms-input-placeholder {
  color: transparent;
}
.turbo-input input:not([disabled]):hover + span:after, .turbo-input input:not([disabled]):focus + span:after {
  opacity: 0.8;
}
.turbo-input input::selection {
  color: #03000d;
  background: #331652;
}
@keyframes turbo-letter-scale {
  0%, 100% {
    transform: scale(1);
    filter: brightness(1) contrast(1);
  }
  10% {
    transform: scale(1.02);
    filter: brightness(1.3) contrast(1.3);
  }
}
.turbo-input-faux {
  top: 0;
  left: 0;
  border-radius: 24px;
  position: absolute;
  white-space: nowrap;
  pointer-events: none;
}
.turbo-input-faux:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0.5em #422566;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.turbo-input-letter {
  display: inline-block;
  position: relative;
  color: #331652;
  white-space: pre;
  will-change: transform;
}
.--turbo.--focus .turbo-input-letter {
  animation: turbo-letter-scale 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}
.turbo-input-letter span:first-child {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}
.--turbo .turbo-input-letter span:first-child {
  background: linear-gradient(to bottom, #fff 0%, rgb(32, 73, 131) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.03em transparent;
}
.turbo-input-letter span:last-child {
  position: relative;
}
.--turbo .turbo-input-letter span:last-child {
  background: linear-gradient(to bottom, #141848 0%, #447ac5 27.6%, #fff 45.82%, #000 45.83%, #111f46 56.77%, #99bae7 81.77%, #fffffa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@keyframes turbo-caret {
  0%, 100% {
    opacity: 0;
    transform: scaleX(0.3);
  }
  40%, 60% {
    opacity: 1;
    transform: scaleX(1);
  }
}
.turbo-input-caret {
  display: inline-block;
  position: absolute;
  z-index: 2;
  height: 0.95em;
  width: 0.04em;
  margin-left: 0.04em;
  background: #331652;
  animation: turbo-caret 1.1s -0.6s infinite;
}
.--turbo .turbo-input-caret {
  display: none;
}
.--focus .turbo-input-caret, .--turbo.--focus .turbo-input-caret {
  width: 0.03em;
  border-radius: 999px;
  margin-left: -0.03em;
  display: inline-block;
  background: #3ce1ed;
  box-shadow: 0 0 0.4em 0 #3ce1ed, 0 0 0.3em 0 #3ce1ed, 0 0 0.1em 0 #3ce1ed;
}
.turbo-input-label {
  z-index: 2;
  top: -1.5em;
  padding: 0 2em;
  font-size: 16px;
  font-size: 16px;
  line-height: 3em;
  position: absolute;
  white-space: nowrap;
  border-radius: 24px;
  background: #0b0120;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid #422566;
}

.opening-hours {
  width: 50%;
  margin-bottom: 0;
}
.opening-hours ul li {
  margin-bottom: 0.25rem;
}

.add-some-margin-on-top {
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .add-some-margin-on-top {
    margin-top: 10rem;
  }
}

.review-content {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
.review-content .review-content-heading {
  display: block;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Nichrome", sans-serif;
}
.review-content .review-content-text {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.review-content .review-content-author {
  font-size: 1.5rem;
  font-style: normal;
  margin-top: 0.5rem;
  font-weight: 700;
  font-family: "Nichrome", sans-serif;
}

.clinic .location-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .clinic .location-header {
    flex-direction: row;
  }
}
.clinic .heading-box {
  border-radius: 40px;
  border: 2px solid #422566;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  padding: 80px 40px;
  text-align: center;
  margin-bottom: 24px;
}
.clinic .homepage-header {
  align-items: start;
  margin-bottom: 6rem;
}
@media screen and (min-width: 992px) {
  .clinic .homepage-header {
    align-items: flex-start;
  }
}
.clinic .homepage-header h1 {
  margin-bottom: 4rem;
  text-align: center;
  margin-top: 0;
  font-size: 5rem;
}
@media screen and (min-width: 992px) {
  .clinic .homepage-header h1 {
    text-align: left;
    font-size: 8rem;
    line-height: 0.8;
  }
}
.clinic .homepage-header .device-search-wrapper {
  margin-bottom: 4rem;
}
.clinic .body-large-bold {
  margin-bottom: 8px;
  color: #ffffff;
}
.clinic .location-address-details {
  margin-top: 48px;
  display: flex;
  gap: 1rem;
  border-radius: 40px;
  border: 2px solid #422566;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  margin-bottom: 24px;
  color: #ffffff;
  padding: 24px !important;
  font-size: 14px;
}
.clinic .location-address-details .address {
  width: 50%;
  margin-bottom: 0;
}
.clinic .location-address-details h2 {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.clinic .location-address-details li {
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .clinic .location-address-details {
    padding: 32px 40px;
  }
}
.clinic .clinic-main-content,
.clinic .clinic-location-content {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .clinic .clinic-main-content,
  .clinic .clinic-location-content {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.clinic .clinic-main-content .left-col,
.clinic .clinic-main-content .right-col,
.clinic .clinic-location-content .left-col,
.clinic .clinic-location-content .right-col {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  max-width: calc(100% - 24px);
  flex-basis: calc(100% - 24px);
  margin: 0 12px;
}
.clinic .clinic-main-content {
  flex-wrap: wrap;
  margin-bottom: 0;
}
.clinic .device-search-wrapper .device-search-label {
  width: 100% !important;
  max-width: 100% !important;
}
.clinic .no-fix-no-fee-list {
  max-width: 100% !important;
  font-size: 2rem !important;
}
@media screen and (min-width: 992px) {
  .clinic .no-fix-no-fee-list {
    font-size: 2.8rem !important;
    line-height: 0.8 !important;
  }
}
.clinic .clinic-content,
.clinic .clinic-sidebar {
  position: relative;
  display: block;
  padding: 32px 40px;
  margin-bottom: 48px;
  width: 100%;
}
.clinic .clinic-sidebar {
  border-radius: 12px;
  border: 2px solid #422566;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  margin-bottom: 6rem !important;
}
.clinic .clinic-content {
  padding: 0;
}
.clinic .clinic-content p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .clinic .clinic-content {
    padding-right: 3rem;
  }
}
.clinic .clinic-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.clinic .clinic-sidebar h1,
.clinic .clinic-sidebar h2,
.clinic .clinic-sidebar h3,
.clinic .clinic-sidebar h4,
.clinic .clinic-sidebar h5,
.clinic .clinic-sidebar h6 {
  margin-bottom: 8px;
}
.clinic .clinic-sidebar p {
  line-height: 1.75em;
}
.clinic .clinic-sidebar .repair-list {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .clinic .clinic-sidebar {
    flex-direction: row;
  }
  .clinic .clinic-sidebar div {
    width: 50%;
  }
}
.clinic .clinic-sidebar a {
  text-decoration: none;
}
.clinic .clinic-sidebar a:hover {
  text-decoration: underline;
}
.clinic blockquote {
  font-size: 3.2rem !important;
  width: 100%;
}
.clinic blockquote a {
  color: white;
  display: flex;
  flex-direction: column;
  margin: auto;
  text-decoration: none;
  padding-left: 2rem;
}
.clinic blockquote cite {
  font-size: 2.5rem !important;
}
@media screen and (min-width: 768px) {
  .clinic blockquote {
    width: 64%;
  }
}
.clinic .map-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 400px;
  margin-bottom: 48px;
  border-radius: 24px;
}
.clinic .map-container .clinic-map {
  width: 100%;
  height: 400px;
  border: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute !important;
  height: 100% !important;
  top: 0;
  left: 0;
  /*
        button {
          background: lightgrey !important;
          text-shadow: none !important;
          box-shadow: none !important;
          border-radius: 1rem !important;
          &::before,
          &::after {
            display: none !important;
          }
        }
        */
}
.clinic .map-container .clinic-location-content .left-col {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .clinic .map-container .clinic-location-content .left-col {
    min-width: 302px;
    max-width: 302px;
  }
}
.clinic .map-container .clinic-location-content .right-col {
  width: 100%;
}
.clinic .map-container .clinic-location-content img {
  max-width: inherit !important;
}
.clinic .opening-hours {
  font-size: 1.6rem !important;
  padding-left: 0 !important;
}
.clinic .opening-hours ul,
.clinic .opening-hours ul.unstyled-list {
  list-style: none;
  margin: 0 auto !important;
  padding: 0;
}
.clinic .opening-hours ul li,
.clinic .opening-hours ul.unstyled-list li {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.clinic .opening-hours ul li .day,
.clinic .opening-hours ul li .time,
.clinic .opening-hours ul.unstyled-list li .day,
.clinic .opening-hours ul.unstyled-list li .time {
  white-space: nowrap;
}
.clinic .opening-hours ul li .day,
.clinic .opening-hours ul.unstyled-list li .day {
  padding-right: 8px;
}
.clinic .opening-hours ul li .time,
.clinic .opening-hours ul.unstyled-list li .time {
  padding-left: 8px;
}
.clinic .opening-hours ul li .opening-divider,
.clinic .opening-hours ul.unstyled-list li .opening-divider {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #a09bc2 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 1px;
  background-repeat: repeat-x;
  bottom: 0.3em;
}
.clinic .opening-hours ul li:last-of-type,
.clinic .opening-hours ul.unstyled-list li:last-of-type {
  margin-bottom: 0;
}

.faq-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  width: 100%;
  width: calc(100% + 24px);
  margin: 0 -12px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .faq-inner {
    flex-wrap: nowrap;
  }
}
.faq-inner .left-col,
.faq-inner .right-col {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  max-width: calc(100% - 24px);
  flex-basis: calc(100% - 24px);
  margin: 0 12px;
}
@media screen and (min-width: 768px) {
  .faq-inner .right-col {
    min-width: 302px;
    max-width: 302px;
  }
}
.faq-inner .faq-sidebar {
  position: relative;
  display: block;
  border-radius: 40px;
  border: 2px solid #422566;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  padding: 32px;
  height: 100%;
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .faq-inner .faq-sidebar {
    margin-top: 0;
  }
}
.faq-inner .faq-sidebar .icon-wrap,
.faq-inner .faq-sidebar .subhead-light,
.faq-inner .faq-sidebar p {
  margin-bottom: 16px;
}
.faq-inner .faq-sidebar p:last-of-type {
  margin-bottom: 0;
}
.faq-inner .faq-sidebar .icon-wrap {
  position: relative;
  display: inline-block;
  background-color: #03000d;
  padding: 10px;
  border-radius: 8px;
}
.faq-inner .faq-sidebar .icon-wrap .icon {
  position: relative;
  display: block;
  width: auto;
  max-height: 24px;
  margin: 0 auto;
}
.faq-inner .faq-sidebar .button {
  margin-top: 16px;
}
.faq-inner .faq-sidebar .subhead-light {
  color: #ffffff;
}

.single-news .sidebar {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .single-news .sidebar {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .single-news .sidebar.right-col {
    min-width: 350px;
    max-width: 350px;
  }
}
@media screen and (min-width: 1300px) {
  .single-news .sidebar.right-col {
    min-width: 410px;
    max-width: 410px;
  }
}

.new-updates-intro {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 32px;
}

.news-ticker {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  line-height: 1em;
  mask-image: linear-gradient(to left, transparent, white 10%, white 90%, transparent);
  -webkit-mask-image: linear-gradient(to left, transparent, white 10%, white 90%, transparent); /* For webkit browsers */
}
.news-ticker li {
  list-style: none;
  margin: 0 3em 0 0;
  padding: 0;
  display: inline-block;
  vertical-align: center;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.08em;
}
.news-ticker span {
  display: inline-block;
}
.news-ticker .news-ticker-item .ticker-icon {
  width: 44px;
  height: 44px;
  padding: 10px;
  background: #100421;
  border-radius: 12px;
  margin-right: 16px;
  flex-shrink: 0;
  position: relative;
}
.news-ticker .news-ticker-item .ticker-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 13px;
  transform: scale(0.8);
  box-shadow: inset 0 0 0 2px #a53eff;
  transition: 0.2s opacity, 0.8s transform cubic-bezier(0.19, 1, 0.22, 1);
  background: linear-gradient(to bottom, #9921ff 0%, #851cff 100%);
}
.news-ticker .news-ticker-item .ticker-icon svg {
  display: block;
  position: relative;
}
.news-ticker .news-ticker-item .ticker-icon svg path {
  fill: #9721ff;
  transition: 0.4s fill;
}
.news-ticker .news-ticker-item a {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  opacity: 0.5;
}
.news-ticker .news-ticker-item a:hover {
  color: #ffffff;
  opacity: 1;
}
.news-ticker .news-ticker-item a:hover .ticker-icon:before {
  opacity: 1;
  transform: scale(1);
}
.news-ticker .news-ticker-item a:hover .ticker-icon svg path {
  fill: #ffffff;
}
.news-ticker .ticker-items,
.news-ticker .ticker-wrapper {
  display: inline-block;
}

#pagination-ajax {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 48px;
}
#pagination-ajax .pages ul {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
#pagination-ajax .pages ul li {
  position: relative;
  display: block;
  margin-right: 15px;
  margin-bottom: 0;
}
#pagination-ajax .pages ul li:last-of-type {
  margin-right: 0;
}
#pagination-ajax .pages ul li a,
#pagination-ajax .pages ul li .page-numbers {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #422566;
  font-weight: 500;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
}
#pagination-ajax .pages ul li a span,
#pagination-ajax .pages ul li .page-numbers span {
  position: relative;
  line-height: 1em;
  z-index: 2;
}
#pagination-ajax .pages ul li a::before, #pagination-ajax .pages ul li a::after,
#pagination-ajax .pages ul li .page-numbers::before,
#pagination-ajax .pages ul li .page-numbers::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
#pagination-ajax .pages ul li a::after,
#pagination-ajax .pages ul li .page-numbers::after {
  background: linear-gradient(180deg, rgba(73, 31, 113, 0.72) 0.52%, rgba(30, 13, 57, 0) 65.5%), radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  z-index: -2;
}
#pagination-ajax .pages ul li a.dots,
#pagination-ajax .pages ul li .page-numbers.dots {
  pointer-events: none;
  background: transparent;
  background-image: none;
  border-color: transparent;
  width: auto;
}
#pagination-ajax .pages ul li a.dots::before, #pagination-ajax .pages ul li a.dots::after,
#pagination-ajax .pages ul li .page-numbers.dots::before,
#pagination-ajax .pages ul li .page-numbers.dots::after {
  display: none;
}
@media screen and (min-width: 992px) {
  #pagination-ajax .pages ul li a,
  #pagination-ajax .pages ul li .page-numbers {
    width: 48px;
    line-height: 44px;
    height: 48px;
    font-size: 16px;
  }
}
#pagination-ajax .pages ul li a.current,
#pagination-ajax .pages ul li .page-numbers.current {
  border-color: #9721ff;
}
#pagination-ajax .pages ul li a.current::before,
#pagination-ajax .pages ul li .page-numbers.current::before {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#pagination-ajax .pages ul li a.prev, #pagination-ajax .pages ul li a.next,
#pagination-ajax .pages ul li .page-numbers.prev,
#pagination-ajax .pages ul li .page-numbers.next {
  background-image: url("../../assets/images/icons/chevron-left.svg");
  background-size: 10px;
  background-position: 48% 55%;
  background-repeat: no-repeat;
  border: 0;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
#pagination-ajax .pages ul li a.prev::before, #pagination-ajax .pages ul li a.next::before,
#pagination-ajax .pages ul li .page-numbers.prev::before,
#pagination-ajax .pages ul li .page-numbers.next::before {
  background: #5312a3;
  background: linear-gradient(180deg, #5312a3 0%, #290952 100%);
}
#pagination-ajax .pages ul li a.prev::after, #pagination-ajax .pages ul li a.next::after,
#pagination-ajax .pages ul li .page-numbers.prev::after,
#pagination-ajax .pages ul li .page-numbers.next::after {
  background: #a0f;
  background: linear-gradient(180deg, #a0f 16.15%, #422566 100%);
}
#pagination-ajax .pages ul li a.next,
#pagination-ajax .pages ul li .page-numbers.next {
  background-image: url("../../assets/images/icons/chevron-right.svg");
  background-position: 52% 55%;
}
#pagination-ajax .pages ul li a:hover,
#pagination-ajax .pages ul li .page-numbers:hover {
  color: #ffffff;
}
#pagination-ajax .pages ul li a:hover::before,
#pagination-ajax .pages ul li .page-numbers:hover::before {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lang-toggle {
  position: relative;
  display: block;
  color: #ffffff;
  padding: 9px;
  border: 0;
  background: transparent;
  border-radius: 40px;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 16px;
  font-size: 16px;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  z-index: 10;
}
.lang-toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.16);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%), rgba(30, 0, 80, 0.32);
  backdrop-filter: blur(12px);
  border-radius: 100px;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.lang-toggle a {
  text-decoration: none;
}
.lang-toggle span {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  z-index: 1;
}
@media screen and (min-width: 1124px) {
  .lang-toggle {
    margin-right: 24px;
  }
}
.lang-toggle .lang-selected {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.lang-toggle .lang-selected::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background-image: url("../../assets/images/flags/uk.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #ffffff;
  z-index: 2;
}
.lang-toggle[data-selected-flag=spanish-flag] .lang-selected::before {
  background-image: url("../../assets/images/flags/spain.jpg");
}
.lang-toggle .lang-dropdown {
  position: absolute;
  display: block;
  top: 100%;
  right: 0;
  left: auto;
  transform: translate(0, -10px) scale(0.98);
  transform-origin: 50% 20px;
  padding-top: 24px;
  min-width: 180px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
@media screen and (min-width: 1124px) {
  .lang-toggle .lang-dropdown {
    left: 0;
    right: auto;
  }
}
.lang-toggle .lang-dropdown .lang-list {
  padding: 0;
  list-style: none;
  margin: 0;
  background: rgba(25, 10, 55, 0.98);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.16);
  position: relative;
  padding: 12px;
  border-radius: 24px;
}
.lang-toggle .lang-dropdown .lang-list {
  flex-direction: column;
  align-items: start;
  gap: 5px;
}
.lang-toggle .lang-dropdown .lang-list .lang-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 8px;
}
.lang-toggle .lang-dropdown .lang-list .lang-item a {
  border-radius: 12px;
  width: 100%;
  padding: 12px 14px;
}
.lang-toggle .lang-dropdown .lang-list .lang-item a span {
  display: block;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 0;
}
.lang-toggle .lang-dropdown .lang-list .lang-item::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  border-radius: 100px;
  margin-right: 8px;
  background-image: url("../../assets/images/flags/uk.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #0b0120;
  z-index: 2;
}
.lang-toggle .lang-dropdown .lang-list .lang-item[data-flag=uk-flag]::before {
  background-image: url("../../assets/images/flags/uk.jpg");
}
.lang-toggle .lang-dropdown .lang-list .lang-item[data-flag=spanish-flag]::before {
  background-image: url("../../assets/images/flags/spain.jpg");
}
.lang-toggle .lang-dropdown .lang-list .lang-item:last-of-type {
  margin-bottom: 0;
}
.lang-toggle .lang-dropdown .lang-list .lang-item:hover a {
  background: #0b0120;
}
.lang-toggle .lang-dropdown .lang-list .lang-item:hover a span {
  transform: translate(3px, 0);
}
.lang-toggle:hover .lang-dropdown {
  transform: translate(0, 0px);
  pointer-events: all;
  opacity: 1;
}

body.device-search-active-header-device-search #header-device-search .device-search-results,
body.device-search-active-mobile-device-search #mobile-device-search .device-search-results,
body.device-search-active-hero-device-search #hero-device-search .device-search-results {
  display: flex !important;
}

.gradient-border {
  background: linear-gradient(180deg, #fdad35 0%, #f95e7b 51.56%, #f336ce 100%);
  box-shadow: 0px 53.9678077698px 143.9141540527px 0px rgba(66, 0, 174, 0.25), 0px 13.4919519424px 33.7298812866px 0px rgba(42, 0, 212, 0.25);
  border-radius: 28px;
  padding: 2px;
}
@media screen and (min-width: 1300px) {
  .gradient-border {
    border-radius: 42px;
  }
}
.gradient-border .gradient-border-inner {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 26px;
}
@media screen and (min-width: 1300px) {
  .gradient-border .gradient-border-inner {
    border-radius: 40px;
  }
}

.device-search-wrapper {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
}
.device-search-wrapper .device-search-label-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.device-search-wrapper .device-search-input {
  width: 100%;
}
.device-search-wrapper .device-search-input-clear {
  display: none;
}
.device-search-wrapper .device-search-label {
  display: flex;
  align-items: center;
  justify-content: start;
  z-index: 11;
  gap: 12px;
}
.device-search-wrapper .device-search-label input {
  border: 0;
  margin: 0;
  outline: none;
  font-size: 1.6rem;
}
.device-search-wrapper .device-search-label input::placeholder {
  color: #03000d;
}
.device-search-wrapper .device-search-label input:focus::placeholder {
  color: transparent;
}
.device-search-wrapper .device-search-label svg {
  color: #03000d;
}
.device-search-wrapper .device-search-results {
  display: none;
  position: absolute;
  top: -2px;
  width: 350px;
  z-index: 10;
  left: -2px;
}
.device-search-wrapper .device-search-results .gradient-border-inner {
  background: #ffffff;
  padding: 2rem;
  padding-top: 6rem;
}
.device-search-wrapper .device-search-results .device-search-result-scroll-container {
  min-height: 3rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.75rem;
  max-height: 70vh;
  overflow-y: scroll;
  padding-right: 1rem;
}
.device-search-wrapper .device-search-results .device-search-result-scroll-container div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.device-search-wrapper .device-search-results .device-search-result-scroll-container div a {
  font-size: 1.6rem;
  color: #03000d !important;
}
.device-search-wrapper .device-search-results .device-search-result-scroll-container div a:hover {
  text-decoration: underline !important;
}
.device-search-wrapper .device-search-results .device-search-result-scroll-container div span.device-price {
  color: #03000d !important;
  font-size: 1.6rem;
  font-family: "Nichrome", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}

:root {
  --cycle: 12s; /* full loop */
  --scene: calc(var(--cycle) / 2);
  --easing: cubic-bezier(0.19, 1, 0.22, 1);
}

.homepage-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .homepage-header {
    gap: 2rem;
  }
}
.homepage-header h1 {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .homepage-header h1 {
    margin-top: 18rem;
  }
}
.homepage-header .no-fix-no-fee-list {
  padding: 0 !important;
  display: flex;
  list-style: none; /* align-items: revert-layer; */
  width: 100%;
  justify-content: center;
  font-family: "Nichrome", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
.homepage-header .no-fix-no-fee-list li {
  text-align: left;
  padding: 0 1rem;
}
@media screen and (min-width: 992px) {
  .homepage-header .no-fix-no-fee-list {
    justify-content: space-between;
    max-width: 560px;
    font-size: 2.4rem;
    margin-bottom: 7rem;
  }
}
.homepage-header .no-fix-no-fee-list.secondary-usps {
  font-size: 1.75rem;
}
@media screen and (min-width: 992px) {
  .homepage-header .no-fix-no-fee-list.secondary-usps {
    font-size: 2.2rem;
  }
}
.homepage-header .device-search-wrapper {
  border-radius: 42px;
  margin-bottom: 2rem;
}
.homepage-header .device-search-wrapper .device-search-label-wrapper {
  padding: 16px 18px;
}
@media screen and (min-width: 992px) {
  .homepage-header .device-search-wrapper .device-search-label-wrapper {
    padding: 24px 36px;
  }
}
.homepage-header .device-search-wrapper .device-search-label {
  width: 300px;
}
@media screen and (min-width: 992px) {
  .homepage-header .device-search-wrapper .device-search-label {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 550px;
  }
  .homepage-header .device-search-wrapper .device-search-label input {
    width: 450px;
  }
  .homepage-header .device-search-wrapper .device-search-label svg {
    width: 32px;
    height: 32px;
  }
}
.homepage-header .device-search-wrapper .device-search-results {
  width: 342px;
}
.homepage-header .device-search-wrapper .device-search-results span {
  font-size: 1.6rem;
  color: #03000d;
}
.homepage-header .device-search-wrapper .device-search-results .gradient-border-inner {
  padding: 2rem;
  padding-top: 7rem;
  padding-left: 4rem;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .homepage-header .device-search-wrapper .device-search-results {
    width: 628px;
  }
}
.homepage-header .device-search-wrapper .device-search-results .device-search-result-scroll-container {
  height: fit-content;
  background: #ffffff;
}
.homepage-header .device-search-wrapper .device-search-results .device-search-result-scroll-container div {
  justify-content: start;
}
.homepage-header .device-search-wrapper .device-search-results .device-search-result-scroll-container div a {
  color: #03000d !important;
}
.homepage-header .belly-band {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  display: none;
}
@media screen and (min-width: 576px) {
  .homepage-header .belly-band {
    display: block;
    height: 300px;
  }
}
.homepage-header .belly-band-content {
  background-image: url(/wp-content/themes/catalyst/assets/images/all-devices-belly-band.png);
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1376px) {
  .homepage-header .belly-band-content {
    background-size: contain;
  }
}

.hero-homepage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.hero-homepage .content-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  justify-content: center;
  padding: 3rem 2rem;
  padding-bottom: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  border-radius: 24px;
  border: 2px solid #422566;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
}
.hero-homepage .content-slide h2 {
  margin-bottom: 2rem;
  text-align: center;
}
.hero-homepage .content-slide .body-large-light {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .hero-homepage .content-slide {
    max-width: 75%;
  }
}
.hero-homepage .content-slide .button {
  margin: 0 auto;
  margin-bottom: -4.5rem;
}
.hero-homepage .intro-heading {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.hero-homepage h1 {
  margin-top: 4rem;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 1rem;
}
.hero-homepage .outro-heading {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.hero-homepage .simon-heading {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.hero-homepage .category-intro-footer {
  margin-top: 3rem;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.hero-homepage .category-intro-footer .simon-heading {
  font-size: 2.2rem !important;
}
@media screen and (min-width: 768px) {
  .hero-homepage .category-intro-footer {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .hero-homepage {
    flex-direction: row;
    margin-top: 10rem;
  }
  .hero-homepage .content-slide {
    font-weight: 700 !important;
    text-align: left;
  }
  .hero-homepage .content-slide .intro-heading {
    font-size: 3rem;
  }
  .hero-homepage .content-slide h1 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 10rem;
  }
  .hero-homepage .content-slide .outro-heading {
    font-size: 5rem;
  }
  .hero-homepage .content-slide .simon-heading {
    font-size: 2.2rem;
  }
  .hero-homepage .button-wrapper {
    padding: 3.5rem 4.5rem;
    align-items: center;
    margin-top: 6rem;
    display: flex !important;
    gap: 1rem;
    justify-content: space-between;
    border-radius: 2rem;
    border: 2px solid #422566;
    background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  }
}
@media screen and (min-width: 1300px) {
  .hero-homepage h1 {
    font-size: 12rem !important;
  }
}
.hero-homepage .category-intro {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 6rem;
}
.hero-homepage .category-intro .category-usps {
  margin: 1rem auto;
  max-width: 360px;
  list-style: none;
  padding: 0;
  gap: 0.5rem;
  line-height: 1.8rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 18px;
  margin-top: 3rem;
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .hero-homepage .category-intro {
    margin-bottom: 0;
  }
  .hero-homepage .category-intro .category-usps {
    font-size: 2.2rem;
  }
}

.hero-banner-no-carousel {
  box-shadow: 0px 0px 40px 0px rgba(182, 27, 255, 0.64);
  background-color: #422566;
  background: linear-gradient(to top, #fe27cf 0.52%, #6d00f8 30.21%, #56a9f4 70.31%, #56fec1 100%) border-box;
  border-radius: 40px;
  border: 2px solid transparent;
  overflow: hidden;
  /* Base */
  /* --- Positions & sizes (shared by A/B of each piece type) --- */
  /* Piece 1: left edge ≈ 10%, 75% height, above */
  /* Piece 2: left edge ≈ 20%, ~95% height, behind */
  /* Piece 3: ~60% from left, centered; size as you like—start with ~45% */
  /* --- Keyframes that perform only during the FIRST half of the timeline.
  	We reuse the same keyframes for both scenes; B is delayed by --scene. --- */
  /* P1 */
  /* P2 */
  /* P3 (Scene B uses this one) */
  /* P3 (Scene A delayed version) */
  /* --- Scene A (first half) --- */
  /* --- Scene B (second half) — identical motion, just delayed by --scene --- */
  /* Mobile tweak: make hero taller; the positions are % so they’ll adapt */
  /* Respect reduced motion */
}
.hero-banner-no-carousel .hero__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 21/9;
  overflow: hidden;
  background: url(/wp-content/themes/catalyst/assets/hero-banner/game-over/grid-background.webp);
  background-position-y: bottom;
  background-size: cover;
}
.hero-banner-no-carousel .piece {
  position: absolute;
  opacity: 0; /* animations bring into view */
  will-change: transform, opacity;
}
.hero-banner-no-carousel .piece img {
  display: block;
  height: 100%;
  width: auto;
}
.hero-banner-no-carousel .piece--a1,
.hero-banner-no-carousel .piece--b1 {
  left: 5%;
  top: 50%;
  height: 100%;
  z-index: 3;
}
.hero-banner-no-carousel .piece--a2,
.hero-banner-no-carousel .piece--b2 {
  left: 20%;
  top: 45%;
  height: 120%;
  z-index: 1;
}
.hero-banner-no-carousel .piece--a3,
.hero-banner-no-carousel .piece--b3 {
  left: 50%;
  top: 50%;
  height: 80%;
  z-index: 4;
}
@keyframes p1-half {
  0% {
    transform: translate(-150%, -50%);
    opacity: 0;
  }
  3% {
    transform: translate(0, -50%);
    opacity: 1;
  } /* was 12% */
  47% {
    transform: translate(0, -50%);
    opacity: 1;
  } /* was 38% */
  52% {
    transform: translate(-150%, -50%);
    opacity: 0;
  } /* was 50% */
  52.01%, 100% {
    transform: translate(-150%, -50%);
    opacity: 0;
  }
}
@keyframes p2-half {
  0% {
    transform: translate(0, 150%);
    opacity: 0;
  }
  3% {
    transform: translate(0, -50%);
    opacity: 1;
  } /* was 12% */
  47% {
    transform: translate(0, -50%);
    opacity: 1;
  } /* was 38% */
  52% {
    transform: translate(0, 150%);
    opacity: 0;
  } /* was 50% */
  52.01%, 100% {
    transform: translate(0, 150%);
    opacity: 0;
  }
}
@keyframes p3-half {
  0% {
    transform: translate(0, -50%) scale(0.6);
    opacity: 0;
  }
  3% {
    transform: translate(0, -50%) scale(1.05);
    opacity: 1;
  } /* was 10% */
  6% {
    transform: translate(0, -50%) scale(1);
    opacity: 1;
  } /* was 16% */
  47% {
    transform: translate(0, -50%) scale(1);
    opacity: 1;
  } /* was 38% */
  52% {
    transform: translate(0, -50%) scale(0.6);
    opacity: 0;
  } /* was 50% */
  52.01%, 100% {
    transform: translate(0, -50%) scale(0.6);
    opacity: 0;
  }
}
@keyframes p3-half-delayed {
  0%, 8% {
    transform: translate(0, -50%) scale(0.6);
    opacity: 0;
  } /* slight idle */
  16% {
    transform: translate(0, -50%) scale(1.05);
    opacity: 1;
  } /* was 14% */
  22% {
    transform: translate(0, -50%) scale(1);
    opacity: 1;
  } /* was 20% */
  30% {
    transform: translate(0, -50%) scale(1);
    opacity: 1;
  } /* was 38% */
  42% {
    transform: translate(0, -50%) scale(0.6);
    opacity: 0;
  } /* was 50% */
  42.01%, 100% {
    transform: translate(0, -50%) scale(0.6);
    opacity: 0;
  }
}
.hero-banner-no-carousel .piece--a1 {
  animation: p1-half var(--cycle) var(--easing) infinite both;
}
.hero-banner-no-carousel .piece--a2 {
  animation: p2-half var(--cycle) var(--easing) infinite both;
}
.hero-banner-no-carousel .piece--a3 {
  animation: p3-half-delayed var(--cycle) var(--easing) infinite both;
}
.hero-banner-no-carousel .piece--b1 {
  animation: p1-half var(--cycle) var(--easing) infinite both;
  animation-delay: var(--scene);
}
.hero-banner-no-carousel .piece--b2 {
  animation: p2-half var(--cycle) var(--easing) infinite both;
  animation-delay: var(--scene);
}
.hero-banner-no-carousel .piece--b3 {
  animation: p3-half var(--cycle) var(--easing) infinite both;
  animation-delay: var(--scene);
}
@media (max-width: 700px) {
  .hero-banner-no-carousel {
    /* Piece 2: left edge ≈ 20%, ~95% height, behind */
  }
  .hero-banner-no-carousel .hero__stage {
    aspect-ratio: 12/9;
  }
  .hero-banner-no-carousel .piece--a1,
  .hero-banner-no-carousel .piece--b1 {
    left: 2%;
    top: 50%;
    height: 90%;
    z-index: 3;
  }
  .hero-banner-no-carousel .piece--a2,
  .hero-banner-no-carousel .piece--b2 {
    left: 20%;
    top: 50%;
    height: 120%;
    z-index: 1;
  }
  .hero-banner-no-carousel .piece--a3,
  .hero-banner-no-carousel .piece--b3 {
    left: 45%;
    top: 70%;
    height: 100%;
    z-index: 4;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-banner-no-carousel .piece {
    animation: none !important;
    opacity: 1;
  }
}

.hero-content-slides {
  position: relative;
  padding-top: 24px;
  padding-bottom: 350px; /* Guess at the size of the content within it */
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .hero-content-slides {
    padding-top: 0;
    padding-bottom: 120px; /* Guess at the size of the content within it adjusted for desktop */
    top: -80px;
  }
}
.hero-content-slides .content-slide {
  position: absolute;
  padding: 48px 24px 56px;
  border-radius: 40px;
  border: 2px solid #422566;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  max-width: 846px;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .hero-content-slides .content-slide {
    padding: 48px 80px;
  }
}
.hero-content-slides .content-slide [class*=-heading] {
  margin-bottom: 16px;
}
.hero-content-slides .content-slide .body-large-light {
  color: #ffffff;
  margin-bottom: 0;
}
.hero-content-slides .content-slide .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  white-space: nowrap;
}

.hero-block .hero-carousel {
  position: relative;
}
@media screen and (min-width: 992px) {
  .hero-block .hero-carousel {
    padding-bottom: 48px;
  }
}
.hero-block .hero-carousel .hero-image-slides {
  position: relative;
  box-shadow: 0px 0px 40px 0px rgba(182, 27, 255, 0.64);
  background-color: #422566;
  background: linear-gradient(to top, #fe27cf 0.52%, #6d00f8 30.21%, #56a9f4 70.31%, #56fec1 100%) border-box;
  border-radius: 40px;
  border: 2px solid transparent;
  overflow: hidden;
}
.hero-block .hero-carousel .hero-image-slides::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
@media screen and (min-width: 992px) {
  .hero-block .hero-carousel .hero-image-slides::before {
    padding-bottom: 42%;
  }
}
.hero-block .hero-carousel .hero-image-slides .image-slide {
  z-index: 0;
  position: absolute;
  display: block;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.hero-block .hero-carousel .carousel-dots {
  position: absolute;
  display: block;
  bottom: 40px;
  left: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 5;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .hero-block .hero-carousel .carousel-dots {
    bottom: 152px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-block .hero-carousel .carousel-dots {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    transform: none;
  }
}
.hero-block .hero-carousel .carousel-dots li {
  margin-right: 16px;
  margin-bottom: 0;
}
.hero-block .hero-carousel .carousel-dots li:last-of-type {
  margin-right: 0;
}
.hero-block .hero-carousel .carousel-dots li a {
  color: transparent;
  display: block;
  font-size: 0;
  width: 16px;
  height: 16px;
  background-color: #331652;
  border-radius: 100px;
  box-shadow: inset 0 0 0 1px #331652, inset 0 0 0 4px #331652;
}
.hero-block .hero-carousel .carousel-dots li a.active {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px #811cff, inset 0 0 0 4px #0b0120;
}

:root {
  --step: 5%;
  --diagonal: repeating-linear-gradient(
      128deg,
      #0e152e 0%,
      hsl(180, 10%, 60%) 3.8%,
      hsl(180, 10%, 60%) 4.5%,
      hsl(180, 10%, 60%) 5.2%,
      #0e152e 10%,
      #0e152e 12%
    )
    var(--bg-x) var(--bg-y) / 300%;
  --shade: radial-gradient(
      farthest-corner circle at var(--x) var(--y),
      rgba(255, 255, 255, 0.1) 12%,
      rgba(255, 255, 255, 0.15) 20%,
      rgba(255, 255, 255, 0.25) 120%
    )
    var(--bg-x) var(--bg-y) / 300%;
}

.brand-cards {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -24px;
  padding-top: 56px;
}
@media screen and (min-width: 768px) {
  .brand-cards {
    flex-wrap: nowrap;
  }
}
.brand-cards .card {
  width: 100%;
  height: 184px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border-radius: 40px;
  margin: 0 12px;
  cursor: pointer;
  margin-top: 24px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
@media screen and (min-width: 768px) {
  .brand-cards .card {
    height: 400px;
  }
}
.brand-cards .card:active {
  transform: scale(0.9) translate3d(0, 0, 0);
}
.brand-cards .card * {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.brand-cards .card .card-inner {
  perspective: 1200px;
  position: absolute;
  inset: 0;
}
.brand-cards .card .card-inner .card-image {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.brand-cards .card .card-inner .card-3d {
  transform: rotateY(0) rotateX(0) translate3d(0, 0, 0);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0;
  background-color: #0b0120;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  border-radius: 40px;
  overflow: hidden;
  will-change: transform;
  /* soft light */
}
.brand-cards .card .card-inner .card-3d::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
  z-index: 0;
  mix-blend-mode: soft-light;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: opacity 0.3s;
  border-radius: 40px;
  overflow: hidden;
}
.brand-cards .card .card-inner .card-3d .card-shading {
  position: absolute;
  inset: 0;
  z-index: 20;
  border-radius: 40px;
  overflow: hidden;
  mix-blend-mode: soft-light;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background: radial-gradient(farthest-corner circle at var(--x) var(--y), rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
.brand-cards .card.playstation-card .card-3d {
  background-color: #100421;
  border: 1px solid #270d50;
  background-image: url("../../assets/images/playstation-icon.svg");
}
.brand-cards .card.playstation-card .card-3d::before {
  background-image: url("../../assets/images/playstation-bg.svg");
  background-blend-mode: hard-light;
}
.brand-cards .card.playstation-card.card-active .card-3d {
  border-color: #4733aa;
}
.brand-cards .card.xbox-card .card-3d {
  background-color: #041315;
  border: 1px solid #122f2b;
  background-image: url("../../assets/images/xbox-icon.svg");
}
.brand-cards .card.xbox-card .card-3d::before {
  background-image: url("../../assets/images/xbox-bg.svg");
}
.brand-cards .card.xbox-card.card-active .card-3d {
  border-color: #126737;
}
.brand-cards .card.nintendo-card .card-3d {
  background-color: #210410;
  border: 1px solid #3b1128;
  background-image: url("../../assets/images/nintendo-icon.svg");
}
.brand-cards .card.nintendo-card .card-3d::before {
  background-image: url("../../assets/images/nintendo-bg.svg");
}
.brand-cards .card.nintendo-card.card-active .card-3d {
  border-color: #7e272e;
}
.brand-cards .card.retro-card .card-3d {
  background-color: #111215;
  border: 1px solid #3f4155;
  background-image: url("../../assets/images/other-icon.svg");
}
.brand-cards .card.retro-card .card-3d::before {
  background-image: url("../../assets/images/other-bg.svg");
  background-blend-mode: hard-light;
}
.brand-cards .card.retro-card.card-active .card-3d {
  border-color: #686b8c;
}
.brand-cards .card.meta-card .card-3d {
  background-color: #001950;
  border: 1px solid #122f2b;
  background-image: url("../../assets/images/meta-icon.svg");
}
.brand-cards .card.meta-card .card-3d::before {
  background-image: url("../../assets/images/meta-bg.svg");
}
.brand-cards .card.meta-card.card-active .card-3d {
  border-color: #126737;
}
.brand-cards .card.sega-card .card-3d {
  background-color: #051b3d;
  border: 1px solid #0e1163;
  background-image: url("../../assets/images/sega-icon.svg");
}
.brand-cards .card.sega-card .card-3d::before {
  background-image: url("../../assets/images/sega-bg.svg");
}
.brand-cards .card.sega-card.card-active .card-3d {
  border-color: #126737;
}
.brand-cards .card.atari-card .card-3d {
  background-color: #2a0401;
  border: 1px solid #460600;
  background-image: url("../../assets/images/atari-icon.svg");
}
.brand-cards .card.atari-card .card-3d::before {
  background-image: url("../../assets/images/atari-bg.svg");
}
.brand-cards .card.atari-card.card-active .card-3d {
  border-color: #126737;
}
.brand-cards .card.card-active .card-inner .card-3d {
  transform: rotateY(var(--r-x)) rotateX(var(--r-y)) scale(1.05) translate3d(0, 0, 0);
}
.brand-cards .card.card-active .card-inner .card-3d .card-shading {
  opacity: 1;
}
.brand-cards .card.card-active .card-inner .card-3d::before {
  opacity: 1;
}

.cex-block .cex-logo {
  margin-bottom: 48px;
}
.cex-block p:last-of-type {
  margin-bottom: 0;
}
.cex-block .button {
  margin-top: 48px;
}

.stat-card {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 40px;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  border: 2px solid #422566;
  margin: 0 12px;
  margin-top: 24px;
  padding: 150px 24px 48px;
  overflow: hidden;
}
.stat-card .stat-bg {
  display: block;
  position: absolute;
  min-width: 100%;
  max-width: none;
  width: auto;
  height: 120%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.stat-card .stat-bg.align-br {
  transform-origin: bottom right;
  top: auto;
  left: auto;
  bottom: 15%;
  right: 0;
  transform: none;
}
.stat-card .stat-bg.align-bl {
  transform-origin: bottom left;
  top: auto;
  left: -5%;
  bottom: 15%;
  right: auto;
  transform: none;
}
.stat-card::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #160129 0%, rgba(0, 0, 0, 0) 100%);
}
.stat-card .statistic {
  position: relative;
  margin-bottom: 32px;
  z-index: 1;
}
.stat-card .stat-heading {
  position: relative;
  margin-bottom: 0;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1em;
  z-index: 2;
}

.stats-block .stat-cards {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 56px;
  margin: -24px -12px 0;
  width: calc(100% + 24px);
}
@media screen and (min-width: 768px) {
  .stats-block .stat-cards {
    flex-wrap: nowrap;
  }
}
.stats-block .stat-information-bar {
  position: relative;
  display: inline-block;
  border-radius: 40px;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  border: 2px solid #422566;
  width: 100%;
  margin-top: 24px;
  padding: 56px 40px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .stats-block .stat-information-bar {
    padding: 56px 48px;
  }
}
.stats-block .stat-information-bar .subhead-light {
  color: #ffffff;
  margin-bottom: 56px;
}
.stats-block .stat-information-bar .info-widgets {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  .stats-block .stat-information-bar .info-widgets {
    flex-wrap: nowrap;
    margin-top: -24px;
  }
}
.stats-block .stat-information-bar .info-widgets .widget {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .stats-block .stat-information-bar .info-widgets .widget {
    padding: 0 24px;
    margin-top: 24px;
  }
}
.stats-block .stat-information-bar .info-widgets .widget .icon {
  margin-bottom: 24px;
  max-height: 24px;
  width: auto;
}
.stats-block .stat-information-bar .info-widgets .widget .widget-heading {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Nichrome", sans-serif;
  letter-spacing: 0.03em;
}
.stats-block .stat-information-bar .info-widgets .widget p {
  margin-bottom: 0;
}

.signoff-block .subhead-light {
  color: #ffffff;
  margin-bottom: 8px;
}
.signoff-block .icon-wrap,
.signoff-block p {
  margin-bottom: 24px;
}
.signoff-block .icon-wrap {
  position: relative;
  display: inline-block;
  background-color: #1a0835;
  padding: 10px;
  border-radius: 8px;
  border: 2px solid #422566;
}
.signoff-block .icon-wrap .icon {
  position: relative;
  display: block;
  width: auto;
  max-height: 24px;
  margin: 0 auto;
}

.icon-ticker-wrapper .icon-ticker {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  line-height: 1em;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1300px) {
  .icon-ticker-wrapper .icon-ticker {
    mask-image: linear-gradient(to left, transparent, white 10%, white 90%, transparent);
    -webkit-mask-image: linear-gradient(to left, transparent, white 10%, white 90%, transparent); /* For webkit browsers */
  }
}
@media screen and (min-width: 1300px) {
  .icon-ticker-wrapper .icon-ticker {
    border-radius: 40px;
    border: 2px solid #422566;
    background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
    padding: 24px;
    margin-bottom: 40px;
  }
}
.icon-ticker-wrapper .icon-ticker li {
  list-style: none;
  margin: 0 3em 0 0;
  padding: 0;
  display: inline-block;
  vertical-align: center;
  line-height: 1em;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (min-width: 1300px) {
  .icon-ticker-wrapper .icon-ticker li:last-of-type {
    margin: 0;
  }
}
.icon-ticker-wrapper .icon-ticker span {
  display: inline-block;
}
.icon-ticker-wrapper .icon-ticker .icon-ticker-item .ticker-icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 3em;
  flex-shrink: 0;
}
.icon-ticker-wrapper .icon-ticker .icon-ticker-item .ticker-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  opacity: 1;
}
.icon-ticker-wrapper .icon-ticker .ticker-items,
.icon-ticker-wrapper .icon-ticker .ticker-wrapper {
  display: inline-block;
}

.modal {
  position: fixed;
  display: block;
  height: auto;
  text-align: left;
  width: 100%;
  padding: 48px 24px;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  border-radius: 40px;
  border: 2px solid #422566;
  transition: 0.4s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s transform linear 0.4s;
  opacity: 0;
  transform: translateY(-50%) translateX(-9999px);
  z-index: 1000;
  top: 50%;
  left: 50%;
  max-height: 80%;
  width: 90%;
  max-width: 640px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .modal {
    padding: 48px;
    max-height: 90%;
  }
}
.modal .modal-inner {
  max-height: 50vh;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
}
.modal .modal-inner::-webkit-scrollbar {
  width: 6px;
}
.modal .modal-inner::-webkit-scrollbar-track {
  background: rgb(7.6, 0.6909090909, 22.1090909091);
}
.modal .modal-inner::-webkit-scrollbar-thumb {
  background: #9721ff;
  border-radius: 30px;
}
.modal .modal-inner::-webkit-scrollbar-thumb:hover {
  background: #9721ff;
}
@media screen and (max-width: 992px) {
  .modal .modal-inner {
    position: relative;
    display: block;
    height: 100%;
    padding-right: 24px;
    overflow-y: scroll;
  }
}
.modal .close-modal {
  position: absolute;
  display: block;
  z-index: 2;
  padding: 16px;
  background-color: #331652;
  border-radius: 8px;
  border: 2px solid #422566;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.modal .close-modal img {
  width: 20px;
  height: 20px;
}
.modal.active-modal {
  display: block;
  opacity: 1;
  transition: 0.4s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(-50%) translateX(-50%);
}

#tech-quote-module::before {
  content: "";
  position: fixed;
  display: block;
  width: 100vw;
  height: 100%;
  top: 50%;
  left: 50%;
  background-color: rgba(11, 1, 32, 0.9);
  backdrop-filter: blur(12px);
  z-index: 500;
  transition: 0.4s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s transform linear 0.4s;
  opacity: 0;
  transform: translate3d(-9999px, -50%, 0);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
#tech-quote-module.modal-activated::before {
  opacity: 1;
  transition: 0.4s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate3d(-50%, -50%, 0);
}

#find-clinic-form {
  margin-bottom: 0;
}

.stores-result-content {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 32px;
}

.loadbar {
  background: repeating-linear-gradient(to right, #422566 0%, #1a0835 50%, #422566 100%);
  width: 100%;
  background-size: 200% auto;
  background-position: 0 100%;
  animation: gradient 2s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  height: 80px;
  border-radius: 40px;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@keyframes gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.center-btn {
  position: relative;
  display: block;
  text-align: center;
  margin: 56px auto 0;
}

#geolocate-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  padding-left: 52px;
}
#geolocate-btn span {
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#geolocate-btn::before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #03000d;
  background-image: url("../../assets/images/icons/map-pin.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#geolocate-btn:hover span {
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #3ce1ed;
}

.stylised-ctas {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 80px;
}
.stylised-ctas li {
  margin-bottom: 24px;
}
.stylised-ctas li:last-of-type {
  margin-bottom: 0;
}

.repairs-child .stylised-ctas {
  margin-top: 0;
}

.repair-content-row .row-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  width: 100%;
  width: calc(100% + 24px);
  margin: 24px -12px;
}
@media screen and (min-width: 768px) {
  .repair-content-row .row-inner {
    flex-wrap: nowrap;
  }
}
.repair-content-row .row-inner .left-col,
.repair-content-row .row-inner .right-col {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  max-width: calc(100% - 24px);
  flex-basis: calc(100% - 24px);
  margin: 0 12px;
}
@media screen and (min-width: 768px) {
  .repair-content-row .row-inner .left-col {
    width: 411px;
    max-width: 411px;
    height: 100%;
  }
}
.repair-content-row .row-inner .right-col {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .repair-content-row .row-inner .right-col {
    margin-top: 0;
  }
}
.repair-content-row .row-inner .stat-content {
  position: relative;
  display: block;
  border-radius: 40px;
  border: 2px solid #422566;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  padding: 32px 40px;
  overflow: hidden;
}
.repair-content-row .row-inner .stat-content .sidebar {
  margin-top: 24px;
}
.repair-content-row .row-inner .stat-content .sidebar ul {
  margin-bottom: 0;
}
@media screen and (min-width: 1300px) {
  .repair-content-row .row-inner .stat-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .repair-content-row .row-inner .stat-content .stat-content-inner {
    padding-right: 40px;
  }
  .repair-content-row .row-inner .stat-content .sidebar {
    width: 240px;
    min-width: 240px;
    max-width: 240px;
    margin-top: 0;
  }
  .repair-content-row .row-inner .stat-content .sidebar ul {
    margin-bottom: 0;
    font-size: 14px;
  }
  .repair-content-row .row-inner .stat-content .sidebar ul {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) and (min-width: 576px) {
  .repair-content-row .row-inner .stat-content .sidebar ul {
    font-size: calc(14px + 0 * (100vw - 576px) / 724);
  }
}
@media screen and (min-width: 1300px) and (min-width: 1300px) {
  .repair-content-row .row-inner .stat-content .sidebar ul {
    font-size: 14px;
  }
}

.child-summary-listing {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}
.child-summary-listing .child-summary-item {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  max-width: calc(100% - 24px);
  flex-basis: calc(100% - 24px);
  margin: 0 12px;
}

#tracking-login form {
  margin-bottom: 0;
}
#tracking-login input[type=email] {
  border-radius: 24px;
  border: 2px solid #422566;
  background: #1a0835;
  padding: 16px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1em;
  font-weight: 300;
  margin-top: 24px;
  margin-bottom: 0;
  color: #ffffff;
}
#tracking-login input[type=email]::-webkit-input-placeholder {
  color: white;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#tracking-login input[type=email]:-moz-placeholder {
  color: white;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#tracking-login input[type=email]::-moz-placeholder {
  color: white;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#tracking-login input[type=email]:-ms-input-placeholder {
  color: white;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#tracking-login input[type=email]:focus {
  outline: 0;
}
#tracking-login input[type=email]:focus::-webkit-input-placeholder {
  color: rgba(160, 155, 194, 0.2);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#tracking-login input[type=email]:focus:-moz-placeholder {
  color: rgba(160, 155, 194, 0.2);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#tracking-login input[type=email]:focus::-moz-placeholder {
  color: rgba(160, 155, 194, 0.2);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#tracking-login input[type=email]:focus:-ms-input-placeholder {
  color: rgba(160, 155, 194, 0.2);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#tracking-login #tracking-btn {
  width: 100%;
  margin-top: 24px;
  text-align: center;
}

#tracking-result .turbo-input {
  margin-bottom: 56px;
}
#tracking-result .button {
  width: 100%;
  text-align: center;
}
#tracking-result .label-state {
  position: relative;
  display: block;
  border: 2px solid #422566;
  font-size: 18px;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  border-radius: 40px;
  width: 100%;
  padding: 24px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
#tracking-result .visual-state {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  border: 2px solid #422566;
  margin-bottom: 24px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #tracking-result .visual-state {
    margin-bottom: 0;
  }
}
#tracking-result .visual-state::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
#tracking-result .visual-state[data-state=repair-stage-00], #tracking-result .visual-state[data-state=repair-stage-01] {
  background-image: url("../../assets/images/tracking/repair-stage-01.png");
}
#tracking-result .visual-state[data-state=repair-stage-02] {
  background-image: url("../../assets/images/tracking/repair-stage-02.png");
}
#tracking-result .visual-state[data-state=repair-stage-03] {
  background-image: url("../../assets/images/tracking/repair-stage-03.png");
}
#tracking-result .visual-state[data-state=repair-stage-04] {
  background-image: url("../../assets/images/tracking/repair-stage-04.png");
}
#tracking-result .visual-state[data-state=repair-stage-05] {
  background-image: url("../../assets/images/tracking/repair-stage-05.png");
}
#tracking-result .visual-state[data-state=repair-stage-06] {
  background-image: url("../../assets/images/tracking/repair-stage-06.png");
}
#tracking-result .visual-state[data-state=repair-stage-07] {
  background-image: url("../../assets/images/tracking/repair-stage-07.png");
}
#tracking-result .visual-state[data-state=repair-stage-08] {
  background-image: url("../../assets/images/tracking/repair-stage-08.png");
}
#tracking-result .visual-state[data-state=repair-stage-09] {
  background-image: url("../../assets/images/tracking/repair-stage-09.png");
}

@media screen and (min-width: 1300px) {
  .about-page .left-col {
    padding-right: 40px;
  }
}
.about-page .sidebar {
  position: relative;
  display: block;
  border-radius: 40px;
  border: 2px solid #422566;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  padding: 32px;
  height: 100%;
  text-align: left;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .about-page .sidebar {
    margin-top: 0;
  }
}
.about-page .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-page .sidebar ul li {
  margin-bottom: 40px;
}
.about-page .sidebar ul li:last-of-type {
  margin-bottom: 0;
}
.about-page .sidebar .icon-wrap {
  position: relative;
  display: inline-block;
  background-color: #03000d;
  padding: 8px;
  border-radius: 8px;
  margin-right: 12px;
}
.about-page .sidebar .icon-wrap .icon {
  position: relative;
  display: block;
  width: auto;
  max-height: 18px;
  margin: 0 auto;
}
.about-page .sidebar .sidebar-heading-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
}
.about-page .sidebar .body-large-bold {
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .about-page .sidebar.right-col {
    min-width: 350px;
    max-width: 350px;
  }
}
@media screen and (min-width: 1300px) {
  .about-page .sidebar.right-col {
    min-width: 410px;
    max-width: 410px;
  }
}

.contact-page .right-col {
  height: 100%;
}
.contact-page .sidebar {
  position: relative;
  display: block;
  border-radius: 40px;
  border: 2px solid #422566;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  padding: 32px;
  height: 100%;
  text-align: left;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .contact-page .sidebar {
    margin-top: 1.375em;
  }
}
.contact-page .sidebar .body-large-bold {
  color: #ffffff;
  margin-bottom: 0;
}
.contact-page .sidebar.contact-details p {
  margin-bottom: 0;
  margin-top: 12px;
}
.contact-page .sidebar.contact-details p:first-of-type {
  margin-top: 0;
}
.contact-page .sidebar.contact-details a {
  text-shadow: none;
  filter: none;
}

.mobile-checkout-bar {
  position: fixed;
  bottom: 0;
  padding: 0.75rem;
  background: radial-gradient(63.37% 26.48% at 49.88% 0%, rgba(151, 33, 255, 0.25) 0%, rgba(151, 33, 255, 0) 100%), #03000d;
  border-top: 2px solid #422566;
  z-index: 10;
  width: 100%;
}
.mobile-checkout-bar .mobile-checkout-bar-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.mobile-checkout-bar:not(.mobile-checkout-bar-active) .button {
  opacity: 0.4;
  pointer-events: none;
}
.mobile-checkout-bar:not(.mobile-checkout-bar-active) .small-heading.price {
  opacity: 0.5;
}

#tech-quote-module {
  min-height: 100vh;
  min-width: 100vw;
}
@media screen and (min-width: 1300px) {
  #tech-quote-module {
    min-height: fit-content;
  }
}
#tech-quote-module #quote-navigation .quote-navigation-inner {
  position: fixed;
  top: 66px;
  width: 88vw;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
  padding: 12px;
  margin: 0 auto;
  padding-top: 1rem;
  list-style: none;
  border-radius: 100px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.16);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%), rgba(30, 0, 80, 0.32);
  backdrop-filter: blur(12px);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  z-index: 2;
}
@media screen and (min-width: 1300px) {
  #tech-quote-module #quote-navigation .quote-navigation-inner {
    position: relative;
    width: 100%;
    top: 0;
  }
}
#tech-quote-module #quote-navigation .quote-navigation-inner #back-button {
  margin-bottom: 0;
}
#tech-quote-module #quote-navigation .quote-navigation-inner #back-button button {
  padding: 12px 16px;
  margin-right: 1.5rem;
  text-wrap: nowrap;
}
#tech-quote-module #quote-navigation .quote-navigation-inner #back-button button span {
  display: flex;
}
#tech-quote-module #quote-navigation .quote-navigation-inner #back-button button span span {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  #tech-quote-module #quote-navigation .quote-navigation-inner #back-button button {
    padding: 16px 24px;
    margin-left: 1rem;
  }
}
#tech-quote-module #quote-navigation .quote-navigation-inner .navigation-tab {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin: 0 10px 0 auto;
  position: relative;
  background: rgba(11, 1, 32, 0);
  border-radius: 40px;
  color: #ffffff;
  cursor: pointer;
  pointer-events: none;
  transition: background-color 0.2s;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #tech-quote-module #quote-navigation .quote-navigation-inner .navigation-tab {
    width: 100%;
    max-width: 235px;
    padding: 16px;
    margin-right: 12px;
  }
}
#tech-quote-module #quote-navigation .quote-navigation-inner .navigation-tab:last-of-type {
  margin-right: 0;
}
#tech-quote-module #quote-navigation .quote-navigation-inner .navigation-tab .stage-label {
  position: relative;
  display: none;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  #tech-quote-module #quote-navigation .quote-navigation-inner .navigation-tab .stage-label {
    padding-right: 24px;
  }
}
@media screen and (min-width: 768px) {
  #tech-quote-module #quote-navigation .quote-navigation-inner .navigation-tab .stage-label {
    display: block;
  }
}
#tech-quote-module #quote-navigation .quote-navigation-inner .navigation-tab .stage-number {
  position: relative;
  display: flex;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 2px solid #8512d8;
  background: #410f81;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: -0.05em;
  height: auto;
  text-align: center;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  #tech-quote-module #quote-navigation .quote-navigation-inner .navigation-tab .stage-number {
    margin-right: 16px;
  }
}
#tech-quote-module #quote-navigation .quote-navigation-inner .navigation-tab .stage-number svg {
  display: none;
  width: 11px;
  height: 11px;
}
#tech-quote-module #quote-navigation .quote-navigation-inner .navigation-tab .stage-number svg path {
  fill: black;
}
@keyframes quote-completed-tab {
  0%, 100% {
    box-shadow: 0 0 0 0 #00be00;
    transform: scale(1);
  }
  20% {
    box-shadow: 0 0 20px 0 #00be00;
    transform: scale(1.1);
  }
}
#tech-quote-module #quote-navigation .quote-navigation-inner .navigation-tab.completed-tab {
  background: #0e0129;
  pointer-events: inherit;
}
#tech-quote-module #quote-navigation .quote-navigation-inner .navigation-tab.completed-tab .stage-number {
  background-color: #00be00;
  border-color: #00be00;
  animation: quote-completed-tab 1.2s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#tech-quote-module #quote-navigation .quote-navigation-inner .navigation-tab.completed-tab .stage-number span {
  display: none;
}
#tech-quote-module #quote-navigation .quote-navigation-inner .navigation-tab.completed-tab .stage-number svg {
  display: block;
}
#tech-quote-module #quote-navigation .quote-navigation-inner .navigation-tab.active-tab {
  flex-grow: 2;
  background: #0b0120;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  #tech-quote-module #quote-navigation .quote-navigation-inner .navigation-tab.active-tab {
    padding: 16px;
  }
}
#tech-quote-module #quote-navigation .quote-navigation-inner .navigation-tab.active-tab .stage-label {
  display: block;
}
#tech-quote-module .quote-stages {
  position: relative;
  margin-top: 40px;
}
#tech-quote-module .quote-stages .quote-stage {
  position: relative;
  display: block;
  opacity: 0;
  width: 100%;
  will-change: transform;
  transform: scale(0.98);
  transform-origin: 50% 100px;
  top: 0;
  z-index: 0;
  pointer-events: none;
  transition: transform 0.2s, opacity 0.2s;
}
#tech-quote-module .quote-stages .quote-stage.active-stage {
  opacity: 1;
  /*transform: translateX(-50%); */
  transition: transform 0.8s 0.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s 0.2s;
  z-index: 1;
  pointer-events: all;
}
#tech-quote-module .quote-stages .quote-stage .cards {
  margin-top: 32px;
}
#tech-quote-module .order-summary-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}
#tech-quote-module .order-summary-list li {
  margin-bottom: 4px;
}
#tech-quote-module .tooltip {
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  padding-left: 18px;
}
#tech-quote-module .tooltip::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url("../../assets/images/icons/tooltip-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}

#app .cards {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -24px -12px 0;
  width: calc(100% + 24px);
}
#app .cards:empty {
  padding: 0;
}
#app .cards .card {
  width: 100%;
  position: relative;
  border-radius: 40px;
  border: 2px solid #422566;
  margin: 0 12px;
  margin-top: 24px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  color: #ffffff;
  text-decoration: none;
}
#app .cards .card::before, #app .cards .card::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
#app .cards .card::after {
  background: linear-gradient(180deg, rgba(73, 31, 113, 0.72) 0.52%, rgba(30, 13, 57, 0) 65.5%), radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  z-index: -2;
}
@media screen and (min-width: 768px) {
  #app .cards .card {
    max-width: calc(25% - 24px);
    width: 100%;
  }
  #app .cards .card.large-card {
    max-width: 350px;
  }
}
#app .cards .card .asset-wrap {
  position: relative;
  display: block;
  width: 100%;
}
#app .cards .card .asset-wrap::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
@media screen and (min-width: 768px) {
  #app .cards .card .asset-wrap::before {
    padding-bottom: 100%;
  }
}
#app .cards .card .asset-wrap .asset {
  position: absolute;
  display: block;
  max-height: 100%;
  height: 100%;
  width: auto;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 24px 0 0;
}
#app .cards .card .card-heading {
  position: relative;
  display: block;
  color: #ffffff;
  margin: 0;
  padding: 0 24px 24px;
  text-align: center;
  width: 100%;
}
#app .cards .card:hover {
  color: #ffffff;
}
#app .cards .card:hover::before {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.quote-problem-block .problems-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 56px;
}
.quote-problem-block .problems-inner .faults-block,
.quote-problem-block .problems-inner .addons-block {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .quote-problem-block .problems-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    grid-template-rows: auto auto;
    column-gap: 24px;
    row-gap: 24px;
    align-items: start;
  }
  .quote-problem-block .problems-inner .faults-block {
    grid-column: 1;
    grid-row: 1;
  }
  .quote-problem-block .problems-inner .addons-block {
    grid-column: 1;
    grid-row: 1;
  }
  .quote-problem-block .problems-inner .issues-list {
    width: 100%;
  }
  .quote-problem-block .problems-inner .quote-result {
    grid-column: 2;
    grid-row: 1/span 3;
    margin-left: 0;
    justify-self: end;
    align-self: start;
  }
}
.quote-problem-block .problems-inner .issues-list {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -24px -12px 0;
  width: calc(100% + 24px);
  list-style-type: none;
  padding: 0;
  min-height: 375px;
}
.quote-problem-block .problems-inner .issues-list .issue:not(:only-child) {
  cursor: pointer;
}
.quote-problem-block .problems-inner .issues-list .addon {
  cursor: pointer;
}
.quote-problem-block .problems-inner .issues-list .issue,
.quote-problem-block .problems-inner .issues-list .addon {
  position: relative;
  width: 100%;
  border-radius: 40px;
  margin: 0 12px;
  margin-top: 24px;
  padding: 24px;
  text-align: left;
  color: #ffffff;
  overflow: hidden;
  box-shadow: 0px 0px 12px 0px rgba(143, 0, 255, 0);
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: linear-gradient(135deg, #ffcd18 0%, #f95e7b 48.9%, #f22ee0 100%) border-box;
  border: 2px solid #422566;
}
.quote-problem-block .problems-inner .issues-list .issue .icon,
.quote-problem-block .problems-inner .issues-list .issue .checkbox,
.quote-problem-block .problems-inner .issues-list .issue .issue-heading,
.quote-problem-block .problems-inner .issues-list .issue .excerpt,
.quote-problem-block .problems-inner .issues-list .issue .tooltip,
.quote-problem-block .problems-inner .issues-list .addon .icon,
.quote-problem-block .problems-inner .issues-list .addon .checkbox,
.quote-problem-block .problems-inner .issues-list .addon .issue-heading,
.quote-problem-block .problems-inner .issues-list .addon .excerpt,
.quote-problem-block .problems-inner .issues-list .addon .tooltip {
  position: relative;
  z-index: 5;
}
.quote-problem-block .problems-inner .issues-list .issue .excerpt,
.quote-problem-block .problems-inner .issues-list .addon .excerpt {
  color: #ffffff;
}
.quote-problem-block .problems-inner .issues-list .issue::before, .quote-problem-block .problems-inner .issues-list .issue::after,
.quote-problem-block .problems-inner .issues-list .addon::before,
.quote-problem-block .problems-inner .issues-list .addon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}
.quote-problem-block .problems-inner .issues-list .issue::after,
.quote-problem-block .problems-inner .issues-list .addon::after {
  background: linear-gradient(180deg, rgba(73, 31, 113, 0.72) 0.52%, rgba(30, 13, 57, 0) 65.5%), radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  z-index: 0;
}
.quote-problem-block .problems-inner .issues-list .issue:hover,
.quote-problem-block .problems-inner .issues-list .addon:hover {
  color: #ffffff;
}
.quote-problem-block .problems-inner .issues-list .issue:hover::before,
.quote-problem-block .problems-inner .issues-list .addon:hover::before {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.quote-problem-block .problems-inner .issues-list .issue .icon,
.quote-problem-block .problems-inner .issues-list .addon .icon {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  background-color: #331652;
  box-shadow: 0 0 0 2px #422566;
  border-radius: 8px;
  margin-right: 48px;
  margin-bottom: 24px;
  background-size: 73%;
  background-repeat: no-repeat;
  background-position: center;
}
.quote-problem-block .problems-inner .issues-list .issue .icon.png-icon,
.quote-problem-block .problems-inner .issues-list .addon .icon.png-icon {
  background-size: 100%;
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
}
.quote-problem-block .problems-inner .issues-list .issue .checkbox-wrap,
.quote-problem-block .problems-inner .issues-list .addon .checkbox-wrap {
  display: block;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}
.quote-problem-block .problems-inner .issues-list .issue .checkbox-text,
.quote-problem-block .problems-inner .issues-list .addon .checkbox-text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.quote-problem-block .problems-inner .issues-list .issue .checkbox,
.quote-problem-block .problems-inner .issues-list .addon .checkbox {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #03000d;
  box-shadow: 0 0 0 2px #331652;
  background-image: url("../../assets/images/icons/checkmark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  z-index: 1;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.quote-problem-block .problems-inner .issues-list .issue .issue-heading,
.quote-problem-block .problems-inner .issues-list .addon .issue-heading {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Nichrome", sans-serif;
  font-weight: 700;
}
.quote-problem-block .problems-inner .issues-list .issue.active-issue,
.quote-problem-block .problems-inner .issues-list .addon.active-issue {
  border: 2px solid rgba(66, 37, 102, 0);
}
.quote-problem-block .problems-inner .issues-list .issue.active-issue::before, .quote-problem-block .problems-inner .issues-list .issue.active-issue::after,
.quote-problem-block .problems-inner .issues-list .addon.active-issue::before,
.quote-problem-block .problems-inner .issues-list .addon.active-issue::after {
  background: radial-gradient(63.37% 26.48% at 49.88% 0%, rgba(3, 0, 13, 0.25) 0%, rgba(3, 0, 13, 0) 100%), #03000d;
  transition: 0s all linear;
}
.quote-problem-block .problems-inner .issues-list .issue.active-issue .checkbox,
.quote-problem-block .problems-inner .issues-list .addon.active-issue .checkbox {
  background-color: #00be00;
  box-shadow: 0 0 0 2px rgba(51, 22, 82, 0.15);
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.quote-problem-block .problems-inner .issues-list .issue {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
@media screen and (min-width: 992px) {
  .quote-problem-block .problems-inner .issues-list .issue {
    gap: 24px;
    flex-direction: row;
  }
}
.quote-problem-block .problems-inner .issues-list .issue .issue-image {
  flex-shrink: 0;
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 300px;
  object-fit: contain;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 992px) {
  .quote-problem-block .problems-inner .issues-list .issue .issue-image {
    max-width: 225px;
    max-height: 225px;
  }
}
.quote-problem-block .problems-inner .issues-list .issue .issue-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.quote-problem-block .problems-inner .issues-list .issue .issue-content .checkbox-wrap {
  align-self: flex-end;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  position: static;
  top: auto;
  left: auto;
  right: auto;
}
.quote-problem-block .problems-inner .issues-list .issue .issue-content .issue-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.quote-problem-block .problems-inner .issues-list .issue .issue-content .issue-body .issue-heading {
  margin: 0;
}
.quote-problem-block .problems-inner .issues-list .issue .issue-content .issue-body .excerpt {
  margin: 0;
}
.quote-problem-block .problems-inner .issues-list .issue .issue-content .tooltip.more-info {
  margin-top: auto;
}
.quote-problem-block .problems-inner .issues-list .addon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.quote-problem-block .problems-inner .issues-list .addon .checkbox-wrap {
  top: 24px;
  right: 24px;
  left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  z-index: 10;
}
.quote-problem-block .problems-inner .issues-list .addon .checkbox-text {
  display: inline;
  margin-bottom: 0;
  z-index: 1;
}
.quote-problem-block .problems-inner .issues-list .addon .checkbox {
  top: auto;
  right: auto;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .quote-problem-block .problems-inner .issues-list .addon {
    width: calc(33% - 24px);
  }
}
.quote-problem-block .problems-inner .quote-result {
  position: relative;
  width: 100%;
  background: radial-gradient(63.37% 26.48% at 49.88% 0%, rgba(151, 33, 255, 0.25) 0%, rgba(151, 33, 255, 0) 100%), #03000d;
  border-radius: 40px;
  border: 2px solid #422566;
  overflow: hidden;
  padding: 32px;
  height: auto;
  margin-top: 24px;
}
@media screen and (min-width: 992px) {
  .quote-problem-block .problems-inner .quote-result {
    margin-left: 24px;
    margin-top: 0;
    max-width: 420px;
  }
}
.quote-problem-block .problems-inner .quote-result .small-heading {
  margin-bottom: 40px;
}
.quote-problem-block .problems-inner .quote-result p {
  margin-bottom: 24px;
}
.quote-problem-block .problems-inner .quote-result .button {
  position: relative;
  width: 100%;
  margin-top: 24px;
  opacity: 0;
  display: none;
}
.quote-problem-block .problems-inner .quote-result .price-result .price {
  opacity: 0.2;
  margin-bottom: 4px;
}
.quote-problem-block .problems-inner .quote-result .price-result .inc {
  position: relative;
}
.quote-problem-block .problems-inner .quote-result .price-result .inc::before, .quote-problem-block .problems-inner .quote-result .price-result .inc::after {
  content: "";
  position: absolute;
  display: block;
  width: 35%;
  height: 2px;
  transform-origin: center left;
  opacity: 0.5;
  background: linear-gradient(270deg, #c0ceed -2.21%, rgba(192, 206, 237, 0) 100%);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.quote-problem-block .problems-inner .quote-result .price-result .inc::after {
  left: auto;
  right: 0;
  transform-origin: center right;
  background: linear-gradient(90deg, #c0ceed 0%, rgba(192, 206, 237, 0) 97.79%);
}
.quote-problem-block .problems-inner .quote-result .days-result p {
  margin-bottom: 0;
}
.quote-problem-block .problems-inner .quote-result .days-result .days {
  margin-top: 4px;
  margin-bottom: 0;
  opacity: 0.2;
}
.quote-problem-block .problems-inner .quote-result.activate-output .price-result .price,
.quote-problem-block .problems-inner .quote-result.activate-output .days-result .days {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  background: #f95e7b;
  background: linear-gradient(135deg, #ffcd18 0%, #f95e7b 48.9%, #f22ee0 100%);
  filter: drop-shadow(0px 4px 4px #000);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-rendering: geometricPrecision;
  opacity: 1;
}
.quote-problem-block .problems-inner .quote-result.activate-output .button {
  display: block;
  opacity: 1;
}

#map-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-top: 24px;
}

#map {
  height: 400px;
  flex-grow: 1;
  flex-basis: 300px;
  min-height: 400px;
  border-radius: 40px;
}

#map .mapMarker {
  background-color: #4285f4;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
}

#store-list {
  min-height: 600px;
  flex-grow: 1;
  flex-basis: 600px;
}

@media (max-width: 768px) {
  #map,
  #store-list {
    width: 100%;
  }
}
#selected-store-details {
  width: 100%;
}

#dpd-dropoff-form {
  width: 100%;
}

#dpd-form-container {
  display: block;
}

@media (min-width: 1024px) {
  #dpd-form-container #search-btn {
    width: auto;
  }
  #dpd-form-container .lg\:col-span-2 {
    grid-column: span 2/span 2;
  }
  #dpd-form-container #postcode {
    width: 75%;
  }
}
#dpd-form-container,
#dpdResultsContainer {
  scroll-margin-top: 120px;
}

@media (min-width: 768px) {
  #dpd-form-container,
  #dpdResultsContainer {
    scroll-margin-top: 140px;
  }
  #dpd-form-container {
    display: flex;
  }
  #selected-store-details,
  #dpd-dropoff-form {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .forminator-row {
    display: flex;
  }
  .forminator-field {
    width: 50%;
    padding-right: 10px;
  }
  .forminator-field:last-child {
    padding-right: 0;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .forminator-field {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.thank-you-icon {
  background: #331652;
  border: 1px solid #4c217b;
  border-radius: 10px;
  padding: 5px;
  width: 44px;
  height: 44px;
  margin-right: 20px;
  flex: none;
}

.thank-you-icon img {
  width: 32px;
  height: 32px;
}

.read-more-content {
  overflow-y: hidden;
  height: 48rem;
}

.read-more-content-small {
  height: 20rem;
}

.read-more-btn {
  display: flex;
  width: 100%;
  background: transparent;
  border: 0;
  margin-top: 2rem;
  margin-bottom: 0;
}
.read-more-btn .inline-border {
  border-top: 1px solid #422566;
  flex-grow: 1;
  margin-top: 2rem;
}
.read-more-btn span {
  margin: 1rem 3rem;
  color: #f95e7b;
  text-align: center;
  cursor: pointer;
}

.h-full {
  height: 100%;
}

.hidden {
  display: none;
}

.rounded-panel {
  position: relative;
  display: inline-block;
  border-radius: 24px;
  background: radial-gradient(56.45% 116% at 50% 50%, #1d0433 0.54%, #160129 100%);
  border: 2px solid #422566;
  width: 100%;
  margin-top: 24px;
  padding: 40px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .rounded-panel {
    padding: 56px 48px;
  }
  .rounded-panel .panel-less-padding {
    padding: 16px 16px;
  }
}
.rounded-panel a:has(h1, h2, h3, h4, h5) {
  text-decoration: none;
}
.rounded-panel h1,
.rounded-panel h2,
.rounded-panel h3,
.rounded-panel h4,
.rounded-panel h5 {
  color: white;
}

.repairs-child h1,
.repairs-child h2 {
  color: white;
}
.repairs-child h2 {
  margin-bottom: -2rem;
}

.child-repairs-top-row {
  display: flex;
  flex-direction: column-reverse;
}
.child-repairs-top-row .repair-details {
  border-radius: 40px;
  border: 2px solid #422566;
  padding: 24px;
  display: block;
  margin-bottom: 3rem !important;
}
.child-repairs-top-row .repair-details .portrait {
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .child-repairs-top-row {
    flex-direction: row;
  }
  .child-repairs-top-row .repair-details {
    border: none;
    padding: 0;
    display: flex;
    margin-bottom: 0;
  }
  .child-repairs-top-row .repair-details .portrait {
    margin-bottom: 0;
  }
}
.child-repairs-top-row .child-repairs-top-row-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 48px;
}
.child-repairs-top-row .child-repairs-top-row-inner .hero {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .child-repairs-top-row .child-repairs-top-row-inner {
    width: 410px;
    margin-right: 48px;
  }
  .child-repairs-top-row .child-repairs-top-row-inner .hero {
    height: 277px;
    width: 410px;
    margin-bottom: 0;
  }
}

.center-on-mobile {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .center-on-mobile {
    text-align: left;
  }
}

.child-repair-summaries .cards {
  display: flex;
  margin-bottom: 24px;
  flex-wrap: nowrap;
}
@media screen and (min-width: 1300px) {
  .child-repair-summaries .cards {
    max-height: 324px;
    max-width: 324px;
    margin-right: 24px;
    margin-top: 0;
  }
}
.child-repair-summaries .cards .card.option {
  max-width: 100%;
  border-radius: 24px;
}
@media screen and (min-width: 992px) {
  .child-repair-summaries .cards .card.option {
    max-width: 324px;
  }
}
.child-repair-summaries .child-repair-summary {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  /*
  .brand-cards {
    padding-top: 0;
    margin-top: 24px;

    .card.option {
      max-width: 300px;
      max-height: 300px;
      margin-right: 24px;
      margin-top: 0;
      min-width: 300px;
    }
  }
  */
}
@media screen and (min-width: 768px) {
  .child-repair-summaries .child-repair-summary {
    flex-direction: row;
  }
}
.child-repair-summaries .child-repair-summary .summary-image {
  max-height: 350px;
  max-width: 350px;
  min-height: 250px;
  min-width: 250px;
  flex-grow: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .child-repair-summaries .child-repair-summary .summary-image {
    margin-right: 24px;
    width: 33%;
  }
}
.child-repair-summaries .child-repair-summary .summary-text {
  padding: 2rem;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .child-repair-summaries .child-repair-summary .summary-text {
    width: 50%;
    margin-left: 24px;
  }
}
@media screen and (min-width: 992px) {
  .child-repair-summaries .child-repair-summary .summary-text {
    width: 66%;
  }
}

.review-row {
  display: flex;
  flex-direction: column;
}
.review-row .review-row-header {
  flex-direction: column;
  display: flex;
  margin: 2rem 0;
  text-align: center;
  width: 100%;
}
.review-row .review-row-header h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.review-row .review-row-header h2 img {
  display: inline;
  height: 4rem;
  margin: 0 1rem;
}
@media screen and (min-width: 992px) {
  .review-row .review-row-header h2 {
    flex-direction: row;
  }
}
.review-row .review-row-reviews-container {
  width: 100%;
  margin-bottom: 8rem;
}

/*# sourceMappingURL=app.css.map */
