/*
Theme Name: Proteus
Author: KittMedia
Author URI: https://kittmedia.com
Description: Official Theme for KittMedia
Version: 2.0.0-dev
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: proteus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

proteus is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
  --logo-height: 7vw;
  color-scheme: dark;
}
@media (min-width: 375px) {
  :root {
    --logo-height: min(8vw, 36px);
  }
}

@property --gradient-button--color-1 {
  syntax: "<color>";
  initial-value: #5a1c69;
  inherits: false;
}
@property --gradient-button--color-2 {
  syntax: "<color>";
  initial-value: #1eaff1;
  inherits: false;
}
@property --gradient-button--color-background {
  syntax: "<color>";
  initial-value: #121b28;
  inherits: false;
}
/*! normalize.css v8.0.0 | 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;
}

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

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

@view-transition {
  navigation: auto;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-display: block;
  font-weight: 300;
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("https://kittmedia.com/static/fonts/source-sans-pro-v11-latin-300.woff2") format("woff2"), url("https://kittmedia.com/static/fonts/source-sans-pro-v11-latin-300.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-display: block;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("https://kittmedia.com/static/fonts/source-sans-pro-v11-latin-regular.woff2") format("woff2"), url("https://kittmedia.com/static/fonts/source-sans-pro-v11-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-display: block;
  font-weight: 400;
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url("https://kittmedia.com/static/fonts/source-sans-pro-v11-latin-italic.woff2") format("woff2"), url("https://kittmedia.com/static/fonts/source-sans-pro-v11-latin-italic.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-display: block;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("https://kittmedia.com/static/fonts/source-sans-pro-v11-latin-700.woff2") format("woff2"), url("https://kittmedia.com/static/fonts/source-sans-pro-v11-latin-700.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-display: block;
  font-weight: 700;
  src: local("Source Sans Pro Bold Italic"), local("SourceSansPro-BoldItalic"), url("https://kittmedia.com/static/fonts/source-sans-pro-v11-latin-700italic.woff2") format("woff2"), url("https://kittmedia.com/static/fonts/source-sans-pro-v11-latin-700italic.woff") format("woff");
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-display: block;
  font-weight: 400;
  src: local("Source Code Pro"), local("SourceCodePro-Regular"), url("https://kittmedia.com/static/fonts/source-code-pro-v7-latin-regular.woff2") format("woff2"), url("https://kittmedia.com/static/fonts/source-code-pro-v7-latin-regular.woff") format("woff");
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #dedede;
  font-family: "Source Sans Pro", "Lucida Sans", "Lucida Grande", Monaco, Geneva, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
  margin-bottom: 0.6em;
  margin-top: 2.4rem;
}
h1 + h1, h2 + h1, h3 + h1, h4 + h1, h5 + h1, h6 + h1,
h1 + h2,
h2 + h2,
h3 + h2,
h4 + h2,
h5 + h2,
h6 + h2,
h1 + h3,
h2 + h3,
h3 + h3,
h4 + h3,
h5 + h3,
h6 + h3,
h1 + h4,
h2 + h4,
h3 + h4,
h4 + h4,
h5 + h4,
h6 + h4,
h1 + h5,
h2 + h5,
h3 + h5,
h4 + h5,
h5 + h5,
h6 + h5,
h1 + h6,
h2 + h6,
h3 + h6,
h4 + h6,
h5 + h6,
h6 + h6 {
  margin-top: 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1,
h2 {
  line-height: 1.1;
}

h2,
h3,
h4 {
  margin-block-end: 0.8em;
  position: relative;
}
h2::before,
h3::before,
h4::before {
  background-color: #1eaff1;
  bottom: 0;
  content: "";
  left: -11px;
  position: absolute;
  top: 0;
  width: 1px;
}
@media (min-width: 600px) {
  h2::before,
  h3::before,
  h4::before {
    left: -21px;
  }
}
h2.has-text-align-center::after,
h3.has-text-align-center::after,
h4.has-text-align-center::after {
  border-bottom: 1px solid rgba(152, 181, 194, 0.15);
  bottom: -0.3em;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: max(20vw, 33%);
}
.has-3-columns h2.has-text-align-center::after,
.has-3-columns h3.has-text-align-center::after,
.has-3-columns h4.has-text-align-center::after {
  width: 75%;
}
h2.has-text-align-center::before,
h3.has-text-align-center::before,
h4.has-text-align-center::before {
  content: none;
}

h1 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0;
  transition: color 0.2s ease-in-out;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: calc(19px * 1.5);
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #1a262e;
  font-family: "Source Code Pro", Consolas, "Courier New", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: calc(19px * 1.5);
  max-width: 100%;
  overflow: auto;
  padding: 1.5rem;
}

code,
kbd,
tt,
var {
  font-family: "Source Code Pro", Consolas, "Courier New", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #0d131b;
  font-size: 19px;
  position: relative;
}
body::before {
  background: linear-gradient(to top, #0d131b 0%, rgba(13, 19, 27, 0) 50%), radial-gradient(ellipse at 0% 40%, #371141 0%, rgba(13, 19, 27, 0.25) 70%), radial-gradient(ellipse at 80% 0%, #0d92cf 0%, rgba(0, 0, 0, 0.4) 80%);
  content: "";
  display: block;
  inset: 0;
  opacity: 0.8;
  position: absolute;
  z-index: -1;
}

code:not([class]) {
  background-color: #1a262e;
  border: 1px solid #354453;
  border-radius: 2px;
  font-size: 16px;
  padding: 2px 5px;
  word-break: break-all;
}

hr {
  background-color: rgba(90, 28, 105, 0.05);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ol,
ul {
  margin: 0 0 1.5em;
  padding-left: 27px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0;
}
.imprint-container dd:not(:last-child) {
  margin-bottom: 1rem;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

fieldset {
  border: none;
  padding: 0;
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

#woltlab-path {
  fill: url(#gradient-woltlab) #dedede;
}

#wordpress-path {
  fill: #d54e21;
}

.icon + h2,
.icon + h3,
.wp-block-epi-icon-list + h2,
.wp-block-epi-icon-list + h3 {
  margin-top: 0.5rem;
}

.icon-row .icon {
  height: 84px;
  width: 84px;
}

.icon-row .icon-center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.icon-container {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 840px) {
  .icon-container {
    width: 205px;
  }
}
.icon-container .icon-button {
  border-radius: 5px;
  line-height: 0;
  padding: 10px;
}
.icon-container .icon-button:focus, .icon-container .icon-button:hover {
  background: none rgba(255, 255, 255, 0.05);
  color: #efeff6;
}
.icon-container .icon-link {
  background-image: none;
  border-radius: 5px;
  color: #cfcee4;
  display: none;
  line-height: 1;
  padding: 10px;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
@media (min-width: 500px) {
  .icon-container .icon-link {
    display: block;
  }
}
.icon-container .icon-link svg {
  fill: currentColor;
}
.icon-container .icon-link:focus, .icon-container .icon-link:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #efeff6;
}
.icon-container .icon.icon {
  height: 24px;
  width: 24px;
}

input[type=button],
input[type=reset],
input[type=submit],
.button,
.more-link,
.wp-element-button {
  background: linear-gradient(to bottom, var(--gradient-button--color-background), var(--gradient-button--color-background)), linear-gradient(to bottom, #000, #000), radial-gradient(ellipse at 20% 80%, var(--gradient-button--color-1) 0%, rgba(0, 0, 0, 0.25) 80%), radial-gradient(ellipse at 80% 20%, var(--gradient-button--color-2) 0%, rgba(0, 0, 0, 0.4) 80%);
  background-clip: padding-box, padding-box, border-box, border-box;
  background-origin: padding-box, padding-box, border-box, border-box;
  background-color: #121b28;
  background-position: 1px 1px, 0 0, 0 0, 0 0;
  background-repeat: no-repeat;
  background-size: calc(100% - 2px) calc(100% - 2px), 100%, 100%, 100%;
  border: 1px solid rgba(152, 181, 194, 0.15);
  border-radius: 3px;
  color: #1eaff1;
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
  line-height: 1;
  padding: 0.6rem 1rem;
  position: relative;
  transition: --gradient-button--color-1 0.25s ease-in-out, --gradient-button--color-2 0.25s ease-in-out, --gradient-button--color-background 0.25s ease-in-out, color 0.25s ease-in-out;
  word-break: break-word;
  width: auto;
}
input[type=button]:focus, input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.button:focus,
.button:hover,
.more-link:focus,
.more-link:hover,
.wp-element-button:focus,
.wp-element-button:hover {
  --gradient-button--color-1: #1eaff1;
  --gradient-button--color-2: #5a1c69;
  --gradient-button--color-background: #101723;
  background-color: #101723;
  color: #36b8f2;
}
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled,
.button:disabled,
.more-link:disabled,
.wp-element-button:disabled {
  color: #5a99b5;
}
input[type=button]:disabled:focus, input[type=button]:disabled:hover,
input[type=reset]:disabled:focus,
input[type=reset]:disabled:hover,
input[type=submit]:disabled:focus,
input[type=submit]:disabled:hover,
.button:disabled:focus,
.button:disabled:hover,
.more-link:disabled:focus,
.more-link:disabled:hover,
.wp-element-button:disabled:focus,
.wp-element-button:disabled:hover {
  --gradient-button--color-1: #5a1c69;
  --gradient-button--color-2: #1eaff1;
  --gradient-button--color-background: #121b28;
  background-color: #121b28;
  color: #5a99b5;
  cursor: not-allowed;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.0375);
  border: 1px solid rgba(152, 181, 194, 0.5);
  border-radius: 2px;
  color: #a4bacd;
  font-size: 19px;
  padding: 1rem;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  width: 100%;
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  color: #a4bacd;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6I2IyY2NlMzt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) scroll no-repeat right 0.25em center;
  background-color: rgba(255, 255, 255, 0.0375);
  border: 1px solid rgba(152, 181, 194, 0.5);
  border-radius: 0;
  color: #a4bacd;
  font-size: 19px;
  padding: 5px;
  padding-right: calc(1.5rem + 5px);
  width: 100%;
}

textarea {
  min-height: 7em;
  resize: vertical;
  width: 100%;
}

a {
  --link--underline-size: 2px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5333333333), rgba(0, 0, 0, 0.5333333333)), linear-gradient(#1eaff1, #1eaff1), linear-gradient(#19b89c, #19b89c);
  background-position: -20px 100%, 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 20px var(--link--underline-size), 100% var(--link--underline-size), 0 var(--link--underline-size);
  color: #1eaff1;
  text-decoration: none;
  transition: background-position 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-size 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
a:focus, a:hover {
  background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%;
  background-size: 20px var(--link--underline-size), 0 var(--link--underline-size), 100% var(--link--underline-size);
  color: #19b89c;
}
a:focus {
  outline: 2px solid #efeff6;
  outline-offset: 2px;
}

sup a {
  background-image: none;
  color: currentColor;
}

.main-navigation {
  order: 2;
}
@media (min-width: 1025px) {
  .main-navigation {
    order: 0;
  }
}
.main-navigation li {
  list-style: none;
}
.main-navigation li.current_page_item a, .main-navigation li.current-page-ancestor a, .main-navigation li.current_page_parent a {
  background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%;
  background-size: 20px var(--link--underline-size), 0 var(--link--underline-size), 100% var(--link--underline-size);
  color: #efeff6;
}
.main-navigation a {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#efeff6, #efeff6);
  color: #cfcee4;
  padding: 3px 0;
}
.main-navigation a:focus, .main-navigation a:hover {
  color: #efeff6;
}
.main-navigation > div {
  display: none;
}
@media (min-width: 1025px) {
  .main-navigation > div {
    display: block;
  }
}
.main-navigation .main-navigation__inner-container {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: rgba(152, 181, 194, 0.075);
  border-block-end: 1px solid rgba(152, 181, 194, 0.15);
  border-inline: 1px solid rgba(152, 181, 194, 0.15);
  border-radius: 0 0 13px 13px;
  max-height: calc(100vh - 68px - 10px - var(--wp-admin--admin-bar--height));
  overflow: auto;
  padding: 1.5rem;
  position: fixed;
  right: 15px;
  top: calc(var(--logo-height) + 52px + var(--wp-admin--admin-bar--height, 0px));
  width: min(300px, 80vw);
}
@media (min-width: 768px) {
  .main-navigation .main-navigation__inner-container {
    right: 30px;
  }
}
@media (min-width: 1025px) {
  .main-navigation .main-navigation__inner-container {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: none rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto;
  }
}
.main-navigation .menu {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: min(21px, 1.5vw);
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 1025px) {
  .main-navigation .menu {
    flex-direction: row;
    justify-content: flex-end;
    text-align: left;
  }
}
.main-navigation.toggled > div {
  display: block;
}

.menu-item-search {
  position: relative;
}

.menu-toggle {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #efeff6;
  cursor: pointer;
  font-size: 19px;
  line-height: 1;
  padding: 10px 40px 10px 10px;
  position: relative;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
@media (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:focus, .menu-toggle:hover, .toggled .menu-toggle {
  background-color: rgba(255, 255, 255, 0.05);
  color: #efeff6;
}
.menu-toggle:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.9);
}
.menu-toggle::before, .menu-toggle::after {
  border-top: 2px solid #efeff6;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  transition: border-color 0.25s ease-in-out;
  width: 21px;
}
.menu-toggle::before {
  border-bottom: 2px solid #efeff6;
  height: 14px;
  top: 12px;
}
.toggled .menu-toggle::before {
  border-bottom: 0;
  height: 0;
  top: 18px;
  transform: rotate(45deg);
  transform-origin: center center;
}
.menu-toggle::after {
  top: 18px;
}
.toggled .menu-toggle::after {
  transform: rotate(-45deg);
  transform-origin: center center;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 2.4rem;
  overflow: hidden;
}
.comment-navigation .nav-links a,
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
  background-image: none;
  display: block;
}
.comment-navigation .nav-links .icon,
.posts-navigation .nav-links .icon,
.post-navigation .nav-links .icon {
  height: 16px;
  left: 1rem;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.comment-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-previous > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-previous > a,
.post-navigation .nav-next > a {
  background: none rgba(90, 28, 105, 0.05);
  border-radius: 3px;
  padding: 0.4rem 1rem;
  position: relative;
}
.comment-navigation .nav-previous > a:focus, .comment-navigation .nav-previous > a:hover,
.comment-navigation .nav-next > a:focus,
.comment-navigation .nav-next > a:hover,
.posts-navigation .nav-previous > a:focus,
.posts-navigation .nav-previous > a:hover,
.posts-navigation .nav-next > a:focus,
.posts-navigation .nav-next > a:hover,
.post-navigation .nav-previous > a:focus,
.post-navigation .nav-previous > a:hover,
.post-navigation .nav-next > a:focus,
.post-navigation .nav-next > a:hover {
  background-color: #101723;
  color: #19b89c;
}
@media (min-width: 650px) {
  .comment-navigation .nav-previous,
  .comment-navigation .nav-next,
  .posts-navigation .nav-previous,
  .posts-navigation .nav-next,
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 48%;
  }
}
.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a {
  padding-left: calc(1.5rem + 16px);
}
.comment-navigation .nav-previous:not(:last-child),
.posts-navigation .nav-previous:not(:last-child),
.post-navigation .nav-previous:not(:last-child) {
  margin-bottom: 1rem;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: right;
}
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  padding-right: calc(1.5rem + 16px);
}
.comment-navigation .nav-next .icon,
.posts-navigation .nav-next .icon,
.post-navigation .nav-next .icon {
  left: auto;
  right: 1rem;
}
@media (min-width: 650px) {
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
  }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
  }
}

.page-navigation {
  margin-top: 4rem;
}
.page-navigation .page-numbers {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-navigation .page-number {
  --underline-size: 0;
  background-image: none;
  border: 2px solid #1eaff1;
  border-right-width: 0;
  color: #1eaff1;
  display: block;
  padding: 0.15rem 0.75rem;
}
.page-navigation .page-number:focus, .page-navigation .page-number:hover {
  background-color: #1eaff1;
  color: #222;
}
.page-navigation .page-number.current, .page-navigation .page-number.dots {
  background-color: rgba(0, 0, 0, 0);
  color: #dedede;
}
.page-navigation .page-number-item:first-child .page-number {
  border-radius: 3px 0 0 3px;
}
.page-navigation .page-number-item:last-child .page-number {
  border-radius: 0 3px 3px 0;
  border-right-width: 2px;
}
.page-navigation .page-number-item:not(.current):not(.first):not(.last):not(.next):not(.prev) {
  display: none;
}
@media (min-width: 500px) {
  .page-navigation .page-number-item:not(.current):not(.first):not(.last):not(.next):not(.prev) {
    display: block;
  }
}

.tooltip-content {
  position: relative;
  z-index: 10;
}

.tooltip {
  background-color: #dedede;
  border-radius: 3px;
  color: #0d131b;
  display: none;
  font-size: 16px;
  line-height: 1.5;
  padding: 2px 10px;
  position: absolute;
  right: -3px;
  top: calc(100% + 10px);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  white-space: nowrap;
}
.tooltip::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #dedede rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 5px 4px 5px;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: -4px;
  transition: border-bottom-color 0.2s ease-in-out;
}

@media (min-width: 768px) {
  :active > .tooltip,
  :focus > .tooltip,
  :hover > .tooltip {
    display: block;
  }
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #0d131b;
  border-radius: 3px;
  clip: auto !important;
  clip-path: none;
  color: #95a7bf;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.screen-reader-text:focus:focus {
  color: #95a7bf;
}

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

.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

.aligncenter {
  text-align: center;
}

.entry-content > *,
.error-404 {
  margin-inline: auto;
  max-width: 620px;
}

.layout-boundary {
  margin: 0 auto;
  padding: 20px 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .layout-boundary {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 800px) {
  .layout-boundary {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-boundary {
    width: 1024px;
  }
}
.layout-boundary.is-wide {
  max-width: 1400px;
  width: calc(100% - 30px);
}
@media only screen and (min-width: 768px) {
  .layout-boundary.is-wide {
    width: calc(100% - 60px);
  }
}

.toggled {
  overflow: hidden;
}

.icon-button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  color: #cfcee4;
  cursor: pointer;
  font-size: 24px;
  line-height: 1.5;
  padding: 0;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.icon-button > .icon {
  height: 16px;
  width: 16px;
}
.icon-button:focus, .icon-button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #efeff6;
}
.icon-button:focus {
  outline: 2px solid #efeff6;
  outline-offset: 2px;
}

.search-container {
  line-height: 0;
}

.site-header .search-form {
  border: 1px solid rgba(0, 0, 0, 0);
  border-top: 0;
  display: flex;
  height: 0;
  inset-inline: -1px;
  justify-content: center;
  overflow: hidden;
  padding: 0 15px;
  position: absolute;
  top: calc(var(--logo-height) + 31px);
  transition: height 0.25s ease-in-out, padding 0.25s ease-in-out;
  white-space: nowrap;
}
@media (min-width: 375px) {
  .site-header .search-form {
    inset-inline-start: auto;
  }
}
@media (min-width: 768px) {
  .site-header .search-form {
    padding-inline: 20px;
  }
}
.site-header .search-form > label {
  font-size: 0;
}
.site-header .search-form .search-field {
  border-width: 0;
  padding: 0.15em 0.5em;
  height: 30px;
  max-width: 255px;
  width: calc(100% - 40px);
}
.site-header .search-form .search-submit {
  background-color: rgba(255, 255, 255, 0.0875);
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  height: 30px;
  margin-inline-start: 1px;
  padding: 6px 10px;
  vertical-align: top;
}
.site-header .search-form .search-submit > .icon {
  height: 16px;
  width: 16px;
}
.site-header .search-form .search-submit:focus, .site-header .search-form .search-submit:hover {
  background-color: rgba(255, 255, 255, 0.1125);
  color: #efeff6;
}
.site-header .search-form-open .search-form {
  background-color: rgba(152, 181, 194, 0.075);
  border-color: rgba(152, 181, 194, 0.15);
  border-radius: 0 0 13px 13px;
  height: 50px;
  padding-block: 10px;
}

.search-toggle {
  display: inline-block;
}

.site-header {
  background-color: rgba(0, 0, 0, 0);
  inset: 0 0 auto;
  margin-block-start: 20px;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) 0 env(safe-area-inset-left);
  position: absolute;
  z-index: 100;
}
.site-header .layout-boundary {
  align-items: center;
  background-color: rgba(152, 181, 194, 0.075);
  border: 1px solid rgba(152, 181, 194, 0.15);
  border-radius: 13px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding-block: 0;
  position: relative;
}
@media (min-width: 768px) {
  .site-header .layout-boundary {
    padding-inline: 20px;
  }
}
.search-form-open .site-header .layout-boundary {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 375px) {
  .search-form-open .site-header .layout-boundary {
    border-bottom-left-radius: 13px;
  }
}
.toggled .site-header .layout-boundary {
  border-bottom-right-radius: 0;
}
.admin-bar .site-header {
  top: var(--wp-admin--admin-bar--height);
}

.site-branding {
  flex: 1 0 auto;
  padding: 15px 0;
}
@media (min-width: 1025px) {
  .site-branding {
    flex: 0 0 auto;
  }
}
.site-branding a {
  background-image: none;
  color: #efeff6;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.site-branding a:focus, .site-branding a:hover {
  color: #efeff6;
}
.site-branding svg {
  height: var(--logo-height);
  width: auto;
}

.language-switcher {
  margin-inline-end: 10px;
}
.language-switcher a {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#efeff6, #efeff6);
  background-size: 0 2px;
  color: #cfcee4;
}
.language-switcher a:focus, .language-switcher a:hover, .language-switcher a[aria-current=page] {
  color: #efeff6;
  background-size: 1.15em 2px;
}
.language-switcher a:after {
  content: " / "/"";
}
.language-switcher a:last-child::after {
  content: none;
}
.language-switcher a:not([aria-current=page]) {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#efeff6, #efeff6);
}
.language-switcher.is-large {
  display: none;
}
@media (min-width: 1025px) {
  .language-switcher.is-large {
    display: block;
  }
}
.language-switcher.is-small {
  margin-block-start: 2rem;
}
@media (min-width: 1025px) {
  .language-switcher.is-small {
    display: none;
  }
}

.keyvisual {
  align-items: center;
  display: flex;
  padding-top: 80px;
}
.keyvisual .entry-title,
.keyvisual .page-title {
  font-size: 34px;
  margin: 0 auto;
}
@media (min-width: 535px) {
  .keyvisual .entry-title,
  .keyvisual .page-title {
    text-align: center;
  }
}
@media (min-width: 813px) {
  .keyvisual .entry-title,
  .keyvisual .page-title {
    font-size: 42px;
  }
}
.keyvisual .entry-subtitle,
.keyvisual .entry-meta,
.keyvisual .page-subtitle {
  color: rgba(255, 255, 255, 0.9);
  margin: 30px auto 0;
}
@media (min-width: 535px) {
  .keyvisual .entry-subtitle,
  .keyvisual .entry-meta,
  .keyvisual .page-subtitle {
    text-align: center;
  }
}
.keyvisual .entry-subtitle,
.keyvisual .entry-title,
.keyvisual .page-title {
  max-width: 725px;
}
.keyvisual .entry-subtitle {
  font-size: 24px;
}
.keyvisual .entry-subtitle::before {
  content: none;
}
.keyvisual .layout-boundary {
  margin-bottom: 20px;
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
}
.keyvisual .layout-boundary::after {
  background-color: rgba(152, 181, 194, 0.15);
  bottom: 20px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: max(20vw, 33%);
}
@media (min-width: 800px) {
  .keyvisual .layout-boundary::after {
    bottom: 0;
  }
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
}
.site-footer {
  background-color: rgba(90, 28, 105, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  font-size: 16px;
}
.site-footer a {
  --link--underline-size: 1px;
}

.site-footer__inner-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 2rem 6rem;
}
@media (min-width: 768px) {
  .site-footer__inner-container {
    flex-flow: row wrap;
  }
}

.footer-navigation__headline {
  font-size: 19px;
  display: block;
  margin-block-end: 0.5em;
}

.footer-navigation .menu {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-info {
  margin-top: 2.4rem;
  text-align: center;
}

pre[class*=language-] {
  margin-bottom: calc(19px * 1.5);
}

p > img {
  vertical-align: middle;
}

.site-content {
  overflow-x: hidden;
  padding-top: 66px;
}
.woocommerce-checkout .site-content {
  overflow-x: visible;
}

.alignfull,
.alignwide {
  left: 50%;
  max-width: none;
  position: relative;
  transform: translate(-50%);
  width: 100vw;
}
.alignfull > img,
.alignfull > a > img,
.alignwide > img,
.alignwide > a > img {
  width: 100%;
}

p.alignfull {
  padding-left: 15px;
  padding-right: 15px;
}

.alignwide {
  max-width: 1024px;
  width: auto;
}
@media (min-width: 650px) {
  .alignwide {
    padding-left: 15px;
    padding-right: 15px;
    width: 100vw;
  }
}
@media (min-width: 768px) {
  .alignwide {
    padding-left: calc(30px + env(safe-area-inset-left) / 2);
    padding-right: calc(30px + env(safe-area-inset-right) / 2);
  }
}

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

@property --gradient-button--color-1 {
  syntax: "<color>";
  initial-value: #5a1c69;
  inherits: false;
}
@property --gradient-button--color-2 {
  syntax: "<color>";
  initial-value: #1eaff1;
  inherits: false;
}
@property --gradient-button--color-background {
  syntax: "<color>";
  initial-value: #121b28;
  inherits: false;
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce {
    column-gap: 2rem;
    display: flex;
    justify-content: space-between;
  }
  .woocommerce-account .woocommerce > .woocommerce-form-login {
    flex: 1 0 auto;
  }
}

.woocommerce-MyAccount-navigation {
  flex: 0 0 175px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 0;
  }
}
.woocommerce-MyAccount-navigation > ul {
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation-link {
  margin-bottom: 0.5rem;
}
.woocommerce-MyAccount-navigation-link.is-active > a::after {
  transform: scale(1);
}
.woocommerce-MyAccount-navigation-link.is-active > a:active::after, .woocommerce-MyAccount-navigation-link.is-active > a:focus::after, .woocommerce-MyAccount-navigation-link.is-active > a:hover::after {
  animation: rescale 0.25s ease-in-out;
}

.woocommerce-MyAccount-content {
  flex: 0 0 calc(100% - 200px);
}

.woocommerce-Address {
  margin-top: 1rem;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border: 1px solid #f65a4c;
  border-left-width: 5px;
  border-radius: 2px;
  color: #f65a4c;
  list-style: none;
  margin-bottom: 1em;
  padding: 0.5rem 0.5rem 0.5rem 1em;
}

.woocommerce-info {
  border-color: #1eaff1;
  color: #1eaff1;
}

.woocommerce-message {
  border-color: #78e970;
  color: #78e970;
}

.woocommerce .show-password-input {
  display: none;
}

@media (min-width: 880px) {
  .single-product .product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .single-product .product > .page-header {
    flex: 0 0 auto;
  }
  .single-product .product > .woocommerce-tabs {
    flex: 0 0 100%;
  }
}
.single-product .product > .entry-summary {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem 2rem;
  justify-content: center;
  margin-inline: auto;
  width: min(100%, 620px);
}
.single-product .product .price {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0;
}
.single-product .product .entry-summary > .cart {
  align-items: center;
  display: flex;
  flex: 0 0 250px;
}
.single-product .product .entry-summary > .cart > .quantity {
  flex: 0 0 100px;
  margin-right: 1rem;
}
.single-product .product .entry-summary > .cart > .quantity .qty {
  padding-block: 0.3rem;
  width: 100%;
}

.product p.wc-gzd-additional-info {
  margin-block-end: 0 !important;
}

.wc-tabs {
  display: none;
}

.woocommerce-Tabs-panel {
  margin-top: 4rem;
}

.woocommerce-checkout-review-order-table {
  display: table;
}
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .order-total td {
  text-align: right;
}
.woocommerce-checkout-review-order-table .product-name {
  width: auto;
}
.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
  width: 270px;
}

.product-thumbnail {
  display: none;
}

.woocommerce-billing-fields .select2 {
  display: none;
}

.form-country button,
.form-country .select2-container {
  display: none;
}

#billing_address_1::placeholder {
  color: rgba(0, 0, 0, 0);
}

#billing_address_2_field {
  display: none;
}

.wc-stripe-wallet-notice.wc-stripe-wallet-notice {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  margin-left: 47px;
  padding: 0;
}
.wc-stripe-wallet-notice.wc-stripe-wallet-notice .wc-stripe-wallet-notice--text {
  color: #dedede;
}

.wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}

#payment .payment_methods {
  margin-bottom: 1em;
}

.wc_payment_method,
.woocommerce-PaymentMethod {
  align-items: center;
  display: flex !important;
  flex-wrap: wrap;
}
.wc_payment_method > .payment_box,
.woocommerce-PaymentMethod > .payment_box {
  flex: 0 0 100%;
}
.wc_payment_method [name=payment_method]:focus + label,
.woocommerce-PaymentMethod [name=payment_method]:focus + label {
  outline: 2px solid #0b81b7;
}

#payment_method_stripe_cc + label {
  align-items: center;
  background: url(../../images/stripe.svg) scroll no-repeat 0.41575rem center/124px;
  display: inline-flex;
  flex: 1 0 auto;
  font-size: 0;
  height: 60px;
  justify-content: flex-end;
  transform: none;
}

#payment_method_stripe_sepa + label {
  align-items: center;
  background: url(../../images/sepa.svg) scroll no-repeat 20px center/124px;
  display: inline-flex;
  flex: 1 0 auto;
  font-size: 0;
  height: 60px;
  justify-content: flex-end;
  transform: none;
}
#payment_method_stripe_sepa + label img {
  display: none;
}

#payment_method_bacs + label {
  align-items: center;
  background: url(../../images/bank-transfer.svg) scroll no-repeat left center/124px;
  display: inline-flex;
  flex: 1 0 auto;
  font-size: 0;
  height: 60px;
  justify-content: flex-end;
  transform: none;
}

#wc_stripe_local_payment_stripe_becs#wc_stripe_local_payment_stripe_becs,
#wc_stripe_local_payment_stripe_sepa#wc_stripe_local_payment_stripe_sepa {
  box-shadow: none;
  margin: 1rem 0 0 47px;
  padding: 0;
}
#wc_stripe_local_payment_stripe_becs#wc_stripe_local_payment_stripe_becs + .stripe_sepa,
#wc_stripe_local_payment_stripe_sepa#wc_stripe_local_payment_stripe_sepa + .stripe_sepa {
  margin: 0 0 0 47px;
}

.payment_method_bacs {
  margin: 1rem 0 0 47px;
}

.payment_method_invoice label {
  margin-inline-start: 20px !important;
}

.wc-stripe-gateway-container .wc-stripe-payment-type {
  display: inline-block !important;
  margin-left: 47px !important;
}
.wc-stripe-gateway-container .wc-stripe-label-payment-type {
  color: #dedede !important;
  display: inline-block !important;
  transform: none;
  width: calc(100% - 32px - 47px);
}
.wc-stripe-gateway-container .wc-stripe-label-payment-type::before {
  content: none;
}
.wc-stripe-gateway-container .wc-stripe_cc-new-method-container,
.wc-stripe-gateway-container .wc-stripe-saved-methods-container {
  margin-left: 47px;
}

.wc_payment_method.payment_method_stripe_applepay,
.wc_payment_method.payment_method_stripe_googlepay {
  display: flex !important;
}

#payment_method_stripe_applepay + label,
#payment_method_stripe_googlepay + label {
  font-size: 0;
  transform: none;
}
#payment_method_stripe_applepay + label > img,
#payment_method_stripe_googlepay + label > img {
  float: none !important;
  height: 54px;
  margin: 13px 20px;
  max-height: none;
  max-width: none;
  width: auto;
}

.payment_method_stripe .woocommerce-SavedPaymentMethods {
  list-style: none;
  margin-bottom: 1em;
  padding-left: 0;
}

.wc-stripe-saved-methods-container .select2-container {
  display: none;
}

.wc-stripe-saved-methods-container .wc-stripe-saved-methods {
  padding-top: 0.25em;
}

.gpay-button-fill > .gpay-button.gpay-button.gpay-button {
  display: inline-block;
  padding: 0.5rem 1rem;
  width: auto;
}

.blockOverlay {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.woocommerce-form__label-for-checkbox {
  display: block;
  padding-left: 20px;
  position: relative;
}
@media (hover: none) {
  .woocommerce-form__label-for-checkbox {
    padding-left: 34px;
  }
}
.woocommerce-form__label-for-checkbox > .input-checkbox {
  left: 0;
  position: absolute;
  top: 0.5em;
}

.wgm-digital-checkout-notice {
  display: block;
  margin-bottom: 1em;
}

.wgm-kleinunternehmerregelung {
  font-size: 16px;
}

.woocommerce_de_versandkosten,
.shipping_de_string {
  display: none;
}

.woocommerce-checkout .shop_table {
  background-color: rgba(0, 0, 0, 0) !important;
}

.woocommerce-account .entry-content > .woocommerce,
.woocommerce-cart .entry-content > .woocommerce,
.woocommerce-checkout .entry-content > .woocommerce {
  left: 50%;
  max-width: 1024px;
  position: relative;
  transform: translate(-50%);
  width: auto;
}
@media (min-width: 650px) {
  .woocommerce-account .entry-content > .woocommerce,
  .woocommerce-cart .entry-content > .woocommerce,
  .woocommerce-checkout .entry-content > .woocommerce {
    padding-left: 15px;
    padding-right: 15px;
    width: 100vw;
  }
}
@media (min-width: 768px) {
  .woocommerce-account .entry-content > .woocommerce,
  .woocommerce-cart .entry-content > .woocommerce,
  .woocommerce-checkout .entry-content > .woocommerce {
    padding-left: calc(30px + env(safe-area-inset-left) / 2);
    padding-right: calc(30px + env(safe-area-inset-right) / 2);
  }
}

.woocommerce-account .entry-content > .woocommerce > h2 {
  align-self: flex-start;
  margin: 0;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-row {
  margin: 0;
}
.woocommerce-account .woocommerce-form-login__rememberme {
  margin-block-end: 1.6rem;
  padding-left: 0;
}
.woocommerce-account .woocommerce-form-login__rememberme > span {
  margin-inline-start: 0.3em;
}
.woocommerce-account .woocommerce-orders-table__cell-order-number,
.woocommerce-account .woocommerce-orders-table__header-order-number {
  display: none;
}
.woocommerce-account:not(.logged-in) .entry-content > .woocommerce {
  display: block;
  margin-inline: auto;
  max-width: 620px;
  position: static;
  transform: none;
}
.woocommerce-account:not(.logged-in) .entry-content > .woocommerce h2 {
  margin-block-end: 0.8em;
}

.woocommerce-MyAccount-navigation-link.is-active > a {
  background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%;
  background-size: 20px var(--link--underline-size), 0 var(--link--underline-size), 100% var(--link--underline-size);
  color: #19b89c;
}

.woocommerce-orders-table__cell-order-actions .button {
  font-size: 0.85em;
  margin: 0.125em;
  padding: 0.35rem 0.5rem;
}

.woocommerce-EditAccountForm fieldset {
  padding-block-start: 0.5em;
}

.woocommerce-billing-fields__field-wrapper {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  gap: 0.75rem;
  justify-content: space-between;
}
.woocommerce-billing-fields__field-wrapper > * {
  flex: 0 0 100%;
}
.woocommerce-billing-fields__field-wrapper > p {
  margin: 0;
}
.woocommerce-billing-fields__field-wrapper > p > .form-element {
  margin: 0;
}
.woocommerce-billing-fields__field-wrapper .required {
  display: none;
}
@media (min-width: 600px) {
  .woocommerce-billing-fields__field-wrapper .form-row-first,
  .woocommerce-billing-fields__field-wrapper .form-row-last {
    flex-basis: calc(50% - 0.375rem);
  }
  .woocommerce-billing-fields__field-wrapper .validate-postcode {
    flex-basis: 30%;
  }
  .woocommerce-billing-fields__field-wrapper .validate-postcode + .address-field {
    flex-basis: calc(70% - 0.75rem);
  }
}
.woocommerce-billing-fields__field-wrapper #billing_country_field {
  order: 2;
}
.woocommerce-billing-fields__field-wrapper #billing_email_field {
  order: 3;
}

.product-name {
  width: 35%;
}

.product-quantity {
  text-align: right;
  width: 120px;
}
.product-quantity .qty {
  padding-block: 0.25rem;
}

.change-quantity-button {
  font-size: 0.85em;
  margin: 0.125em;
  margin-left: 0.5em;
  padding: 0.35rem 0.5rem;
}

.review {
  margin-bottom: 2rem;
}
.review .meta {
  margin-bottom: 0;
}
.review .meta .woocommerce-review__dash,
.review .meta .woocommerce-review__published-date,
.review .meta .woocommerce-review__verified {
  font-size: 16px;
}
.review .star-rating {
  font-size: 16px;
}
.review:last-child {
  margin-bottom: 0;
}

.german-market-privacy-declaration-product-review {
  margin-left: 0.5rem;
  position: static !important;
  transform: none !important;
}

.wgm-kur-notice-review {
  font-size: 0.85em;
}

.comment-form-privacy-policy-checkbox-text {
  display: inline;
}

.payment-methods-container {
  margin-block: 120px;
}

.payment-methods.payment-methods.payment-methods {
  justify-content: center;
}
.payment-methods.payment-methods.payment-methods > .wp-block-column {
  flex-basis: 50% !important;
  margin-block-start: 0;
}
@media (min-width: 500px) {
  .payment-methods.payment-methods.payment-methods > .wp-block-column {
    flex-basis: 25% !important;
  }
}
@media (min-width: 850px) {
  .payment-methods.payment-methods.payment-methods > .wp-block-column {
    flex: 0 0 auto !important;
    margin-inline: 20px;
    max-width: none !important;
  }
  .payment-methods.payment-methods.payment-methods > .wp-block-column:first-child {
    margin-inline-start: 0;
  }
  .payment-methods.payment-methods.payment-methods > .wp-block-column:last-child {
    margin-inline: 0;
  }
}
.payment-methods.payment-methods.payment-methods img {
  filter: grayscale(1);
  height: 50px;
  width: auto;
}
.payment-methods.payment-methods.payment-methods img:hover {
  filter: none;
}

embed,
iframe,
object {
  max-width: 100%;
}
