@charset "UTF-8";
/*!
Theme Name: GoldenMed Serock (2026)
Author: Pixels On Fire "Michał Osiński"
Author URI: https://pixelsonfire.pl/
Description: Motyw WordPress dla Centrum Medycznego GoldenMed Serock. Bloki Gutenberg, ACF PRO, kompilacja SCSS przez Gulp.
Version: 1.0.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: goldenmed_2026
Tags: custom-logo, custom-menu, featured-images, translation-ready, block-styles

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography 
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #1A1727;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #FFFFFF;
  background-size: 100% auto;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4B0082;
  text-decoration: none;
}
a:visited {
  color: #4B0082;
}
a:hover, a:focus, a:active {
  color: #9216DF;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
a.post-edit-link {
  display: inline-block;
  color: #fff;
  border: none;
  text-align: center;
  background: #4B0082;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
  border-radius: 99px;
}
button.min-width,
input[type=button].min-width,
input[type=reset].min-width,
input[type=submit].min-width,
a.post-edit-link.min-width {
  min-width: 238px;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
a.post-edit-link:hover {
  background: #260052;
  color: #fff;
  outline: none;
}
button.centered,
input[type=button].centered,
input[type=reset].centered,
input[type=submit].centered,
a.post-edit-link.centered {
  text-align: center;
  justify-content: center;
}
button.standard-case,
input[type=button].standard-case,
input[type=reset].standard-case,
input[type=submit].standard-case,
a.post-edit-link.standard-case {
  text-transform: none;
}
button.padding-incl,
input[type=button].padding-incl,
input[type=reset].padding-incl,
input[type=submit].padding-incl,
a.post-edit-link.padding-incl {
  padding: 14px 20px;
}

a.post-edit-link {
  padding: 14px 20px;
  border-radius: 99px;
}

button.primary-button {
  cursor: pointer;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  border: 0;
  outline: 0;
  background: linear-gradient(16.11deg, #4B0082 14.645%, #8852B4 85.355%);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  border-radius: 0px;
  border: 0;
  border-left: 1px solid rgba(75, 0, 130, 0.5);
  background: #FFF;
  padding: 14px 20px;
  color: #000;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  width: 100%;
  transition: all 0.3s ease;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(26, 23, 39, 0.6);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  color: #000;
  border-color: #4B0082;
  background: rgba(75, 0, 130, 0.1);
  outline: none;
}
input[type=text]:hover, input[type=text]:active,
input[type=email]:hover,
input[type=email]:active,
input[type=url]:hover,
input[type=url]:active,
input[type=password]:hover,
input[type=password]:active,
input[type=search]:hover,
input[type=search]:active,
input[type=number]:hover,
input[type=number]:active,
input[type=tel]:hover,
input[type=tel]:active,
input[type=range]:hover,
input[type=range]:active,
input[type=date]:hover,
input[type=date]:active,
input[type=month]:hover,
input[type=month]:active,
input[type=week]:hover,
input[type=week]:active,
input[type=time]:hover,
input[type=time]:active,
input[type=datetime]:hover,
input[type=datetime]:active,
input[type=datetime-local]:hover,
input[type=datetime-local]:active,
input[type=color]:hover,
input[type=color]:active,
textarea:hover,
textarea:active,
select:hover,
select:active {
  color: #000;
  border-color: indigo;
}

textarea, select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/outfit/outfit-variable-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/outfit/outfit-variable-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("fonts/source-sans-3/source-sans-3-variable-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("fonts/source-sans-3/source-sans-3-variable-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url("fonts/source-sans-3/source-sans-3-variable-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url("fonts/source-sans-3/source-sans-3-variable-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#mobile-menu-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s linear 0.4s;
  background: linear-gradient(180deg, #F5F0E8 0%, #FFFFFF 100%);
  color: #1A1727;
  border-radius: 0;
  overflow: visible;
}
#mobile-menu-container.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}
#mobile-menu-container .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}
#mobile-menu-container .container {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  gap: 50px;
  padding: 6.25rem 0px 5rem;
}
#mobile-menu-container #main-mobile-menu {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  text-align: left;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}
#mobile-menu-container #main-mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#mobile-menu-container #main-mobile-menu > ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
}
#mobile-menu-container #main-mobile-menu li {
  width: 100%;
  position: relative;
  background: transparent;
  transition: background 0.2s;
}
#mobile-menu-container #main-mobile-menu a {
  color: #4B0082;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  display: block;
  text-align: center;
  transition: color 0.3s ease, padding-right 0.3s ease;
}
#mobile-menu-container #main-mobile-menu a:hover {
  color: #260052;
}
#mobile-menu-container #main-mobile-menu .menu-item-has-children > a::before,
#mobile-menu-container #main-mobile-menu .page_item_has_children > a::before {
  content: "▶";
  font-size: 16px;
  color: #FFAC0F;
  margin-right: 10px;
  display: inline-block;
  transform: rotate(90deg);
}
#mobile-menu-container #main-mobile-menu li ul {
  margin-top: 16px;
  margin-left: 0;
  width: 100%;
  gap: 12px;
}
#mobile-menu-container #main-mobile-menu li ul li a {
  font-weight: 500;
}
#mobile-menu-container #main-mobile-menu li ul a {
  font-size: 1.125rem;
  padding: 0.625rem 1.25rem;
}
#mobile-menu-container .custom-extra-link {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#mobile-menu-container .contact-elements {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
#mobile-menu-container .contact-elements a {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #FFAC0F;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  display: inline-block;
  text-align: center;
}
#mobile-menu-container .contact-elements a:hover {
  color: #FFD37A;
}
#mobile-menu-container.active #main-mobile-menu {
  opacity: 1;
  transform: translateY(0);
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

/* Comments
--------------------------------------------- */
/**
 * Komentarze - style kompatybilne z motywem dmw 2025
 */
.comments-area {
  background: #F5F0E8;
}
.comment-respond {
  padding: 35px 55px;
  background: #F5F0E8;
}
@media (max-width: 768px) {
  .comment-respond {
    padding: 24px;
  }
}
.comment-respond .comment-reply-title {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1A1727;
  margin: 0 0 24px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(18, 13, 38, 0.25);
  position: relative;
}
.comment-respond .comment-reply-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #4B0082;
}
.comment-respond .comment-reply-title small {
  font-size: 14px;
  color: #1A1727;
  font-weight: 400;
}
.comment-respond .comment-reply-title small a {
  color: #4B0082;
  text-decoration: none;
  transition: color 0.3s ease;
}
.comment-respond .comment-reply-title small a:hover {
  color: #260052;
}
@media (max-width: 768px) {
  .comment-respond .comment-reply-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.comment-respond .comment-form .comment-form-comment {
  margin-bottom: 24px;
}
.comment-respond .comment-form .comment-form-comment label {
  display: block;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #1A1727;
  margin-bottom: 8px;
  font-size: 14px;
}
.comment-respond .comment-form .comment-form-comment textarea {
  width: 100%;
  min-height: 120px;
  padding: 16px;
  background: #FFF;
  border-left: 1px solid #4B0082;
  color: #1A1727;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  resize: vertical;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.comment-respond .comment-form .comment-form-comment textarea::placeholder {
  color: rgba(26, 23, 39, 0.7);
}
.comment-respond .comment-form .comment-form-comment textarea:focus {
  outline: none;
  border-color: #4B0082;
  box-shadow: 0 0 0 2px rgba(75, 0, 130, 0.2);
}
@media (max-width: 768px) {
  .comment-respond .comment-form .comment-form-comment textarea {
    min-height: 100px;
    padding: 12px;
  }
}
.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email,
.comment-respond .comment-form .comment-form-url {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .comment-respond .comment-form .comment-form-author,
  .comment-respond .comment-form .comment-form-email,
  .comment-respond .comment-form .comment-form-url {
    margin-bottom: 16px;
  }
}
.comment-respond .comment-form .comment-form-author label,
.comment-respond .comment-form .comment-form-email label,
.comment-respond .comment-form .comment-form-url label {
  display: block;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #1A1727;
  margin-bottom: 6px;
  font-size: 14px;
}
.comment-respond .comment-form .comment-form-author label .required,
.comment-respond .comment-form .comment-form-email label .required,
.comment-respond .comment-form .comment-form-url label .required {
  color: #4B0082;
  font-weight: 700;
}
.comment-respond .comment-form .comment-form-author input,
.comment-respond .comment-form .comment-form-email input,
.comment-respond .comment-form .comment-form-url input {
  width: 100%;
  padding: 12px 16px;
  background: #FFF;
  border-left: 1px solid #4B0082;
  color: #1A1727;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.comment-respond .comment-form .comment-form-author input::placeholder,
.comment-respond .comment-form .comment-form-email input::placeholder,
.comment-respond .comment-form .comment-form-url input::placeholder {
  color: rgba(26, 23, 39, 0.7);
}
.comment-respond .comment-form .comment-form-author input:focus,
.comment-respond .comment-form .comment-form-email input:focus,
.comment-respond .comment-form .comment-form-url input:focus {
  outline: none;
  border-color: #4B0082;
  box-shadow: 0 0 0 2px rgba(75, 0, 130, 0.2);
}
@media (max-width: 768px) {
  .comment-respond .comment-form .comment-form-author input,
  .comment-respond .comment-form .comment-form-email input,
  .comment-respond .comment-form .comment-form-url input {
    padding: 10px 12px;
  }
}
.comment-respond .comment-form .comment-form-cookies-consent {
  margin: 24px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox] {
  margin: 4px 0 0 0;
  width: 16px;
  height: 16px;
  accent-color: #4B0082;
}
.comment-respond .comment-form .comment-form-cookies-consent label {
  font-size: 14px;
  line-height: 1.4;
  color: #1A1727;
  cursor: pointer;
}
.comment-respond .comment-form .comment-form-cookies-consent label a {
  color: #4B0082;
  text-decoration: underline;
}
.comment-respond .comment-form .comment-form-cookies-consent label a:hover {
  color: #260052;
}
.comment-respond .comment-form .form-submit {
  margin-top: 24px;
}
.comment-respond .comment-form .form-submit .submit {
  background: linear-gradient(196.11deg, #4B0082 14.645%, #8852B4 85.355%);
  color: #FFF;
  border: none;
  padding: 14px 32px;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.comment-respond .comment-form .form-submit .submit:hover {
  background: linear-gradient(16.11deg, #4B0082 14.645%, #8852B4 85.355%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(75, 0, 130, 0.3);
}
.comment-respond .comment-form .form-submit .submit:active {
  transform: translateY(0);
}
.comment-respond .comment-form .form-submit .submit:focus {
  outline: 2px solid #4B0082;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .comment-respond .comment-form .form-submit .submit {
    width: 100%;
    padding: 12px 24px;
  }
}
.comment-respond .must-log-in {
  text-align: center;
  font-style: italic;
  color: #1A1727;
}
.comment-respond .must-log-in a {
  color: #4B0082;
  text-decoration: underline;
}
.comment-respond .must-log-in a:hover {
  color: #260052;
}
.comment-respond .comment-notes {
  font-size: 14px;
  color: rgba(26, 23, 39, 0.8);
  margin-bottom: 20px;
}
.comment-respond .comment-notes .required {
  color: #4B0082;
}

.comments-title {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #1A1727;
  margin: 0 55px 32px 55px;
  border-bottom: 1px solid #120D26;
  position: relative;
  padding: 20px 0px 20px 0px;
}
.comments-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 60px;
  height: 1px;
  background: linear-gradient(196.11deg, #4B0082 14.645%, #8852B4 85.355%);
}
.comments-title span {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #4B0082;
}
@media (max-width: 768px) {
  .comments-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 10px 55px 35px 55px;
}
@media (max-width: 768px) {
  .comment-list {
    padding: 10px 24px 24px 24px;
  }
}

.comment {
  margin: 0 0 0px 0;
  padding: 20px;
  background: rgba(255, 172, 15, 0.2);
  border-left: 1px solid rgba(255, 172, 15, 0.5);
  border-right: 1px solid rgba(255, 172, 15, 0.5);
  border-bottom: 1px solid rgba(255, 172, 15, 0.5);
  transition: all 0.3s ease;
}
.comment:hover {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.07);
  border-left-color: #4B0082;
}
.comment.bypostauthor {
  border-left-color: #4B0082;
  background: linear-gradient(135deg, #300508 0%, black 100%);
  position: relative;
}
.comment.bypostauthor::before {
  content: "AUTOR";
  position: absolute;
  top: 12px;
  right: 16px;
  background: linear-gradient(196.11deg, #4B0082 14.645%, #8852B4 85.355%);
  color: #FFF;
  font-size: 10px;
  font-weight: 600;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  padding: 4px 8px;
  letter-spacing: 0.5px;
}
.comment.bypostauthor .comment-author .fn {
  color: #4B0082;
  font-weight: 600;
}
.comment.child {
  margin-left: 40px;
  margin-top: 4px;
  border-left-color: #FFAC0F;
}
@media (max-width: 768px) {
  .comment.child {
    margin-left: 20px;
  }
}
.comment.child.bypostauthor {
  border-left-color: #4B0082;
}
.comment .children .comment.child {
  background: rgba(48, 5, 8, 0.7);
}

.comment-list li:first-of-type {
  border-top: 1px solid rgba(255, 172, 15, 0.5);
}
.comment-list li.thread-odd {
  background: rgba(255, 172, 15, 0.05);
}

.comment-meta {
  margin-bottom: 8px;
}

.comment-author {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.comment-author img {
  margin-right: 12px;
  border: 2px solid #260052;
  transition: border-color 0.3s ease;
}
.bypostauthor .comment-author img {
  border-color: #4B0082;
}
.comment-author .fn {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1A1727;
  text-decoration: none;
  margin-right: 8px;
}
.comment-author .fn a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.comment-author .fn a:hover {
  color: #4B0082;
}
.comment-author .says {
  font-size: 14px;
  color: #1A1727;
  font-style: italic;
}

.comment-metadata {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(26, 23, 39, 0.66);
}
.comment-metadata a {
  color: #1A1727;
  text-decoration: none;
  transition: color 0.3s ease;
}
.comment-metadata a:hover {
  color: #4B0082;
}
.comment-metadata .reply a {
  background: #4B0082;
  color: #1A1727;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.comment-metadata .reply a:hover {
  background: #4B0082;
  color: #FFF;
  transform: translateY(-1px);
}

.comment-content {
  margin: 16px 0 0 0;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1A1727;
}
.comment-content p {
  margin: 0 0 16px 0;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-content a {
  color: #4B0082;
  text-decoration: underline;
  word-wrap: break-word;
  transition: color 0.3s ease;
}
.comment-content a:hover {
  color: #260052;
}
.comment-content blockquote {
  margin: 16px 0;
  padding: 16px 20px;
  background: #4B0082;
  border-left: 4px solid #FFAC0F;
  font-style: italic;
}
.comment-content blockquote p {
  margin: 0;
}
.comment-content code {
  background: #4B0082;
  padding: 2px 6px;
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 14px;
  color: #1A1727;
}
.comment-content pre {
  background: #4B0082;
  padding: 16px;
  overflow-x: auto;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 14px;
  line-height: 1.6;
}
.comment-content pre code {
  background: none;
  padding: 0;
}

.children {
  list-style: none;
  margin: 24px 0 0 0;
  padding: 0;
}

.comment-navigation {
  margin: 32px 0;
  padding: 24px 0;
  border-top: 1px solid #4B0082;
  border-bottom: 1px solid #4B0082;
}
.comment-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .comment-navigation .nav-links {
    flex-direction: column;
    gap: 16px;
  }
}
.comment-navigation a {
  color: #4B0082;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 16px;
  border: 2px solid #4B0082;
  transition: all 0.3s ease;
}
.comment-navigation a:hover {
  background: #4B0082;
  color: #FFF;
}

.no-comments {
  text-align: center;
  font-style: italic;
  color: #1A1727;
  padding: 32px;
  background: #4B0082;
  margin: 32px 0;
}

@media (max-width: 768px) {
  .comment {
    padding: 16px;
    margin-bottom: 24px;
  }
  .comment.child {
    margin-left: 16px;
  }
  .comment-author img {
    width: 40px;
    height: 40px;
  }
  .comment-content {
    font-size: 15px;
  }
  .comment-respond .comment-form .comment-form-author input,
  .comment-respond .comment-form .comment-form-email input,
  .comment-respond .comment-form .comment-form-url input {
    font-size: 16px;
  }
  .comment-respond .comment-form .comment-form-comment textarea {
    font-size: 16px;
  }
  .comment-respond .comment-reply-title {
    text-align: center;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.comment {
  animation: fadeInUp 0.6s ease-out;
}

.comment-reply-link:focus {
  outline: 2px solid #4B0082;
  outline-offset: 2px;
}

.comment-author a:focus {
  outline: 2px solid #4B0082;
  outline-offset: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* Popup
--------------------------------------------- */
.sa-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
}
.sa-popup-overlay--visible {
  opacity: 1;
  visibility: visible;
}
.sa-popup-overlay--closing {
  opacity: 0;
  visibility: hidden;
}

.sa-popup {
  position: relative;
  background-color: #fff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.sa-popup-overlay--visible .sa-popup {
  transform: scale(1);
}
@media (max-width: 768px) {
  .sa-popup {
    padding: 30px 20px;
    max-width: 100%;
  }
}
.sa-popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #333;
  transition: color 0.2s ease, transform 0.2s ease;
  z-index: 10;
  padding: 0;
}
.sa-popup__close:hover {
  color: #000;
  transform: rotate(90deg);
}
.sa-popup__close:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.sa-popup__close svg {
  width: 24px;
  height: 24px;
}
.sa-popup__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sa-popup__image {
  flex-shrink: 0;
  overflow: hidden;
}
.sa-popup__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.sa-popup__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sa-popup__heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #000;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
}
@media (max-width: 768px) {
  .sa-popup__heading {
    font-size: 26px;
  }
}
.sa-popup__heading span {
  color: #4B0082;
}
.sa-popup__text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.sa-popup__text p {
  margin: 0 0 15px;
}
.sa-popup__text p:last-child {
  margin-bottom: 0;
}
.sa-popup__text a {
  color: #4B0082;
  text-decoration: underline;
}
.sa-popup__text a:hover {
  text-decoration: none;
}
.sa-popup__discount {
  background: #f5f5f5;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sa-popup__discount-label {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sa-popup__discount-code {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 2px dashed #4B0082;
  padding: 12px 15px;
}
.sa-popup__discount-code-text {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #4B0082;
  font-family: "Courier New", monospace;
}
.sa-popup__discount-copy {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4B0082;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.sa-popup__discount-copy:hover {
  background: #260052;
  transform: scale(1.05);
}
.sa-popup__discount-copy:active {
  transform: scale(0.95);
}
.sa-popup__discount-copy svg {
  width: 20px;
  height: 20px;
}
.sa-popup__discount-copied {
  font-size: 14px;
  color: #4CAF50;
  font-weight: 600;
  text-align: center;
  animation: fadeInOut 0.3s ease;
}
.sa-popup__button-wrap {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sa-popup__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  background: #4B0082;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  min-width: 200px;
  text-align: center;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
.sa-popup__button:hover {
  background: #260052;
  transform: translateY(-2px);
  color: #fff;
}
.sa-popup__button:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .sa-popup__button {
    width: 100%;
  }
}
.sa-popup--image-left .sa-popup__inner, .sa-popup--image-right .sa-popup__inner {
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .sa-popup--image-left .sa-popup__inner, .sa-popup--image-right .sa-popup__inner {
    flex-direction: column;
  }
}
.sa-popup--image-left .sa-popup__image, .sa-popup--image-right .sa-popup__image {
  width: 40%;
}
@media (max-width: 768px) {
  .sa-popup--image-left .sa-popup__image, .sa-popup--image-right .sa-popup__image {
    width: 100%;
  }
}
.sa-popup--image-left .sa-popup__content, .sa-popup--image-right .sa-popup__content {
  width: 60%;
}
@media (max-width: 768px) {
  .sa-popup--image-left .sa-popup__content, .sa-popup--image-right .sa-popup__content {
    width: 100%;
  }
}
.sa-popup--image-right .sa-popup__inner {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .sa-popup--image-right .sa-popup__inner {
    flex-direction: column;
  }
}
.sa-popup--image-above .sa-popup__image {
  max-height: 300px;
}
.sa-popup--image-above .sa-popup__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sa-popup--image-below .sa-popup__image {
  max-height: 250px;
}
.sa-popup--image-below .sa-popup__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sa-popup--no-image {
  max-width: 600px;
}
.sa-popup__preview-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #d63638;
  color: #fff;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 11;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 10px rgba(214, 54, 56, 0.3);
}
.sa-popup__preview-badge svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .sa-popup__preview-badge {
    font-size: 10px;
    padding: 6px 12px;
  }
  .sa-popup__preview-badge svg {
    width: 14px;
    height: 14px;
  }
}
.sa-popup--preview-mode {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .sa-popup--preview-mode {
    padding-top: 50px;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
body.sa-popup-open {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #9216DF;
}

.hamburger-box {
  width: 18px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 18px;
  height: 2px;
  background-color: #4B0082;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 36px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 36px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 36px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 36px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 36px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 36px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-3.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-3.6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(3.6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(3.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-3.6px, -4.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-3.6px, 4.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(3.6px, -4.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(3.6px, 4.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 6px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 12px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 6px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 12px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 6px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -36px;
  top: -36px;
  transform: translate3d(36px, 36px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -36px;
  top: -36px;
  transform: translate3d(-36px, 36px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 6px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -36px;
  top: 36px;
  transform: translate3d(36px, -36px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -36px;
  top: 36px;
  transform: translate3d(-36px, -36px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-2.5714285714px, -4px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(2.5714285714px, -4px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 6px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger:hover,
.hamburger:focus {
  background: transparent;
}

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

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

/*--------------------------------------------------------------
# Design
--------------------------------------------------------------*/
#page.site {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  --preheader-h: 2.9375rem;
  --top-bars-h: 10.875rem;
  --admin-bar-h: 0px;
  padding-top: calc(var(--top-bars-h) + var(--admin-bar-h));
}
#page.site .site-content {
  flex: 1;
}
@media screen and (max-width: 1120px) {
  #page.site {
    --preheader-h: 2.75rem;
    --top-bars-h: 7.25rem;
  }
}

body.page,
body.post {
  margin-bottom: 0;
}

body.admin-bar #page.site {
  --admin-bar-h: 32px;
  min-height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar #page.site {
    --admin-bar-h: 46px;
    min-height: calc(100vh - 46px);
  }
  body.admin-bar #page.site .site-header.is-scrolled {
    top: 0;
  }
}

body.page-template-tpl-home #page.site,
body.page-template-tpl-with-slider #page.site {
  padding-top: 0px;
}
@media screen and (max-width: 1110px) {
  body.page-template-tpl-home #page.site,
  body.page-template-tpl-with-slider #page.site {
    padding-top: 0;
  }
}
body.page-template-tpl-home.admin-bar #page.site,
body.page-template-tpl-with-slider.admin-bar #page.site {
  padding-top: 0px;
}
@media screen and (max-width: 1110px) {
  body.page-template-tpl-home.admin-bar #page.site,
  body.page-template-tpl-with-slider.admin-bar #page.site {
    padding-top: 0;
  }
}

.viewport-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .viewport-container {
    overflow: hidden;
  }
}

.wrapper {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1316px) {
  .wrapper {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1240px) {
  .wrapper {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1080px) {
  .wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0px 20px;
  }
}
.wrapper.medium {
  max-width: 1290px;
}
.wrapper.large {
  max-width: 1380px;
}
@media screen and (max-width: 1367px) {
  .wrapper.large {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1280px) {
  .wrapper.large {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper.large {
    max-width: 1096px;
  }
}
@media screen and (max-width: 1096px) {
  .wrapper.large {
    max-width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper.large {
    max-width: calc(100% - 20px);
  }
}
.wrapper.shorter {
  max-width: 1100px;
}
.wrapper.top-header {
  max-width: 1130px;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
  touch-action: none;
}

.feels-like-link {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #4B0082;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #F0F0F0;
}

a {
  transition: 0.3s ease-in-out all;
}

.extra-frame:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #E8E7EE;
}
.extra-frame.brs-12:before {
  border-radius: 12px;
}
.extra-frame.brs-6:before {
  border-radius: 6px;
}
.extra-frame.brs-24:before {
  border-radius: 24px;
}

.heading {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35em;
  margin: 0;
}
.heading p {
  margin-bottom: 1rem;
}
.heading p:first-of-type {
  margin-top: 0;
}
.heading p:last-of-type {
  margin-bottom: 0;
}
.heading.fw-100 {
  font-weight: 100;
}
.heading.fw-200 {
  font-weight: 200;
}
.heading.fw-300 {
  font-weight: 300;
}
.heading.fw-400 {
  font-weight: 400;
}
.heading.fw-500 {
  font-weight: 500;
}
.heading.fw-600 {
  font-weight: 600;
}
.heading.fw-700 {
  font-weight: 700;
}
.heading.fw-800 {
  font-weight: 800;
}
.heading.fw-700 {
  font-weight: 700;
}
.heading.lh-110 {
  line-height: 110%;
}
.heading.lh-120 {
  line-height: 120%;
}
.heading.lh-130 {
  line-height: 130%;
}
.heading.lh-130 {
  line-height: 135%;
}
.heading.lh-140 {
  line-height: 140%;
}
.heading.lh-150 {
  line-height: 150%;
}
.heading.lh-160 {
  line-height: 160%;
}
.heading.lh-170 {
  line-height: 170%;
}
.heading.fsi {
  font-style: italic;
}
.heading.narrowed {
  letter-spacing: -0.02em;
}
.heading.fz-16 {
  font-size: 1rem;
}
.heading.fz-17 {
  font-size: 1.0625rem;
}
.heading.fz-18 {
  font-size: 1.125rem;
}
.heading.fz-19 {
  font-size: 1.1875rem;
}
.heading.fz-20 {
  font-size: 1.25rem;
}
.heading.fz-21 {
  font-size: 1.3125rem;
}
.heading.fz-22 {
  font-size: 1.375rem;
}
.heading.fz-23 {
  font-size: 1.4375rem;
}
.heading.fz-24 {
  font-size: 1.5rem;
}
.heading.fz-25 {
  font-size: 1.5625rem;
}
.heading.fz-26 {
  font-size: 1.625rem;
}
.heading.fz-27 {
  font-size: 1.6875rem;
}
.heading.fz-28 {
  font-size: 1.75rem;
}
.heading.fz-29 {
  font-size: 1.8125rem;
}
.heading.fz-30 {
  font-size: 1.875rem;
}
.heading.fz-31 {
  font-size: 1.9375rem;
}
.heading.fz-32 {
  font-size: 2rem;
}
.heading.fz-33 {
  font-size: 2.0625rem;
}
.heading.fz-34 {
  font-size: 2.125rem;
}
.heading.fz-35 {
  font-size: 2.1875rem;
}
.heading.fz-36 {
  font-size: 2.25rem;
}
.heading.fz-37 {
  font-size: 2.3125rem;
}
.heading.fz-38 {
  font-size: 2.375rem;
}
.heading.fz-39 {
  font-size: 2.4375rem;
}
.heading.fz-40 {
  font-size: 2.5rem;
}
.heading.fz-41 {
  font-size: 2.5625rem;
}
.heading.fz-42 {
  font-size: 2.625rem;
}
.heading.fz-43 {
  font-size: 2.6875rem;
}
.heading.fz-44 {
  font-size: 2.75rem;
}
.heading.fz-45 {
  font-size: 2.8125rem;
}
.heading.fz-46 {
  font-size: 2.875rem;
}
.heading.fz-47 {
  font-size: 2.9375rem;
}
.heading.fz-48 {
  font-size: 3rem;
}
.heading.fz-49 {
  font-size: 3.0625rem;
}
.heading.fz-50 {
  font-size: 3.125rem;
}
.heading.fz-51 {
  font-size: 3.1875rem;
}
.heading.fz-52 {
  font-size: 3.25rem;
}
.heading.fz-53 {
  font-size: 3.3125rem;
}
.heading.fz-54 {
  font-size: 3.375rem;
}
.heading.fz-55 {
  font-size: 3.4375rem;
}
.heading.fz-56 {
  font-size: 3.5rem;
}
.heading.fz-57 {
  font-size: 3.5625rem;
}
.heading.fz-58 {
  font-size: 3.625rem;
}
.heading.fz-59 {
  font-size: 3.6875rem;
}
.heading.fz-60 {
  font-size: 3.75rem;
}
.heading.fz-61 {
  font-size: 3.8125rem;
}
.heading.fz-62 {
  font-size: 3.875rem;
}
.heading.fz-63 {
  font-size: 3.9375rem;
}
.heading.fz-64 {
  font-size: 4rem;
}
.heading.fz-65 {
  font-size: 4.0625rem;
}
.heading.fz-66 {
  font-size: 4.125rem;
}
.heading.fz-67 {
  font-size: 4.1875rem;
}
.heading.fz-68 {
  font-size: 4.25rem;
}
.heading.fz-69 {
  font-size: 4.3125rem;
}
.heading.fz-70 {
  font-size: 4.375rem;
}
.heading.fz-71 {
  font-size: 4.4375rem;
}
.heading.fz-72 {
  font-size: 4.5rem;
}
.heading.fz-73 {
  font-size: 4.5625rem;
}
.heading.fz-74 {
  font-size: 4.625rem;
}
.heading.fz-75 {
  font-size: 4.6875rem;
}
.heading.fz-76 {
  font-size: 4.75rem;
}
.heading.fz-77 {
  font-size: 4.8125rem;
}
.heading.fz-78 {
  font-size: 4.875rem;
}
.heading.fz-79 {
  font-size: 4.9375rem;
}
.heading.fz-80 {
  font-size: 5rem;
}
.heading.fz-81 {
  font-size: 5.0625rem;
}
.heading.fz-82 {
  font-size: 5.125rem;
}
.heading.fz-83 {
  font-size: 5.1875rem;
}
.heading.fz-84 {
  font-size: 5.25rem;
}
.heading.fz-85 {
  font-size: 5.3125rem;
}
.heading.fz-86 {
  font-size: 5.375rem;
}
.heading.fz-87 {
  font-size: 5.4375rem;
}
.heading.fz-88 {
  font-size: 5.5rem;
}
.heading.fz-89 {
  font-size: 5.5625rem;
}
.heading.fz-90 {
  font-size: 5.625rem;
}
.heading.fz-91 {
  font-size: 5.6875rem;
}
.heading.fz-92 {
  font-size: 5.75rem;
}
.heading.fz-93 {
  font-size: 5.8125rem;
}
.heading.fz-94 {
  font-size: 5.875rem;
}
.heading.fz-95 {
  font-size: 5.9375rem;
}
.heading.fz-96 {
  font-size: 6rem;
}
.heading.fz-96 {
  font-size: 6rem;
}
@media screen and (max-width: 820px) {
  .heading.fz-96 {
    font-size: 3rem;
  }
}
.heading.fz-44 {
  font-size: 2.75rem;
}
@media screen and (max-width: 820px) {
  .heading.fz-44 {
    font-size: 1.875rem;
  }
}
.heading.xx-large {
  font-size: 4rem;
}
@media screen and (max-width: 820px) {
  .heading.xx-large {
    font-size: 3rem;
  }
}
.heading.xxxx-large {
  font-size: 12.25rem;
}
.heading.xxx-large {
  font-size: 8rem;
}
.heading.x-large {
  font-size: 3rem;
}
@media screen and (max-width: 820px) {
  .heading.x-large {
    font-size: 2.5rem;
  }
}
.heading.medium {
  font-size: 2.5rem;
}
@media screen and (max-width: 820px) {
  .heading.medium {
    font-size: 2rem;
  }
}
.heading.x-standard {
  font-size: 2rem;
}
@media screen and (max-width: 820px) {
  .heading.x-standard {
    font-size: 1.5rem;
  }
}
.heading.standard {
  font-size: 2.25rem;
}
@media screen and (max-width: 820px) {
  .heading.standard {
    font-size: 1.875rem;
  }
}
.heading.heading-h3 {
  color: #4A4860;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
}
.heading.heading-h3 strong {
  font-weight: 700;
}
.heading.small {
  font-size: 1.75rem;
}
.heading.fz-36 {
  font-size: 2.25rem;
}
@media screen and (max-width: 1000px) {
  .heading.fz-36 {
    font-size: 2rem;
  }
}
.heading.x-small {
  font-size: 1.5rem;
}
.heading.xx-small {
  font-size: 1.3125rem;
}
.heading.xxx-small {
  font-size: 1.125rem;
}
.heading.xxxx-small {
  font-size: 1rem;
}
.heading.standarized {
  font-weight: 400;
}
.heading.medium-weight {
  font-weight: 500;
}
.heading.bold {
  font-weight: 700;
}
.heading.uppercased, .heading.text-uppercased {
  text-transform: uppercase;
}
.heading.centered {
  text-align: center;
}
.heading.alt-font {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.heading > span {
  display: block;
}
.heading .small-text {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.5rem;
}
.heading .small-text.lowered {
  text-transform: unset;
}
.heading .small-text.micro {
  font-size: 1.125rem;
  line-height: 24px;
}
.heading .large-text {
  font-weight: 700;
  font-size: 2.25rem;
}
.heading .large-text.micro {
  font-size: 1.5rem;
}
.heading .large-text.small {
  font-size: 1.25rem;
}
@media screen and (max-width: 800px) {
  .heading .large-text {
    font-size: 1.75rem;
  }
}
.heading strong,
.heading b {
  font-weight: 700;
}
.heading em,
.heading i {
  font-style: italic;
}
.heading.blue {
  color: #4B0082;
}
.heading.dark-blue {
  color: #FFAC0F;
}
.heading .small-top {
  display: block;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #1A1727;
  text-transform: uppercase;
}

.heading.dual-header .bottom-line strong,
.heading.dual-header .bottom-line em,
.heading.dual-header .bottom-line b,
.heading.dual-header .bottom-line i {
  color: #4B0082;
}
.heading.dual-header .bottom-line strong,
.heading.dual-header .bottom-line b {
  font-weight: 700;
}

a.link-as-extra-bttn {
  display: flex;
  padding: 1.125rem 2.5rem;
  flex-direction: row;
  align-items: flex-start;
  gap: 2.5rem;
  background: #1A1727;
  color: #FFF;
}
a.link-as-extra-bttn:focus-visible {
  outline: 3px solid #FFAC0F;
  outline-offset: 2px;
}

.bttn-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1220px) {
  .bttn-wrapper {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .bttn-wrapper {
    flex-direction: column;
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.bttn-wrapper.space-between {
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .bttn-wrapper.space-between {
    justify-content: center;
  }
}
.bttn-wrapper.space-between a {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .bttn-wrapper.space-between a {
    width: 100%;
    max-width: 280px;
  }
}
.bttn-wrapper.centered {
  justify-content: center;
}
.bttn-wrapper.start {
  justify-content: flex-start;
}
.bttn-wrapper.end {
  justify-content: flex-end;
}
.bttn-wrapper.small {
  gap: 16px;
}
.bttn-wrapper.live-sized a {
  flex: 1;
}
@media screen and (max-width: 1240px) {
  .bttn-wrapper.live-sized a {
    max-width: 200px;
    width: 100%;
    flex: unset;
  }
}
@media screen and (max-width: 800px) {
  .bttn-wrapper.live-sized a {
    width: 100%;
    max-width: 280px;
  }
}
.bttn-wrapper.wrap {
  flex-wrap: wrap;
}
.bttn-wrapper .see-also-bttns {
  width: 100%;
  text-align: center;
}
.bttn-wrapper .see-also-bttns p {
  margin-bottom: 1rem;
}
.bttn-wrapper .see-also-bttns p:first-of-type {
  margin-top: 0;
}
.bttn-wrapper .see-also-bttns p:last-of-type {
  margin-bottom: 0;
}
.bttn-wrapper.right-spacer {
  gap: 40px;
  padding-top: 20px;
}
.bttn-wrapper.right-spacer:after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #F5F0E8;
}
.bttn-wrapper.both-spacer {
  gap: 40px;
  padding-top: 20px;
}
.bttn-wrapper.both-spacer:after, .bttn-wrapper.both-spacer:before {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #F5F0E8;
}

.body-text {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  line-height: 1.6em;
  font-weight: 300;
  letter-spacing: -0.32px;
}
.body-text.fw-100 {
  font-weight: 100;
}
.body-text.fw-200 {
  font-weight: 200;
}
.body-text.fw-300 {
  font-weight: 300;
}
.body-text.fw-400 {
  font-weight: 400;
}
.body-text.fw-500 {
  font-weight: 500;
}
.body-text.fw-600 {
  font-weight: 600;
}
.body-text.fw-700 {
  font-weight: 700;
}
.body-text.fw-800 {
  font-weight: 800;
}
.body-text.fw-700 {
  font-weight: 700;
}
.body-text p {
  margin: 1em auto;
  font-weight: 300;
}
.body-text p:first-of-type {
  margin-top: 0;
}
.body-text p:last-of-type {
  margin-bottom: 0;
}
.body-text.centered {
  text-align: center;
}
.body-text ul {
  margin-left: auto;
}
.body-text.alt-font {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.body-text.xx-large {
  font-size: 2rem;
}
.body-text.x-large {
  font-size: 1.5rem;
}
.body-text.large {
  font-size: 1.375rem;
}
.body-text.size-large, .body-text.large-size {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .body-text.size-large, .body-text.large-size {
    font-size: 1.125rem;
  }
}
.body-text.centered {
  text-align: center;
}
.body-text.size-medium, .body-text.medium-size, .body-text.size-medium, .body-text.medium {
  font-size: 1.125rem;
  letter-spacing: -0.36px;
}
@media screen and (max-width: 480px) {
  .body-text.size-medium, .body-text.medium-size, .body-text.size-medium, .body-text.medium {
    font-size: 1rem;
  }
}
.body-text.standard {
  font-size: 1rem;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 480px) {
  .body-text.standard {
    font-size: 0.875rem;
  }
}
.body-text.small {
  font-size: 0.875rem;
}
.body-text.x-small {
  font-size: 0.75rem;
}
.body-text.standarized {
  font-weight: 400;
}
.body-text.bold {
  font-weight: 700;
}
.body-text strong,
.body-text b {
  font-weight: 700;
}
.body-text em,
.body-text i {
  font-style: italic;
}

.social-media-links {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.social-media-links a {
  width: 2.25rem;
  height: 2.25rem;
  color: currentColor;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-media-links a:focus-visible {
  outline: 3px solid #9216DF;
  outline-offset: 3px;
}
.social-media-links a svg {
  width: 100%;
  display: block;
  width: 28px;
  height: 28px;
}
.social-media-links a.type-discord:hover {
  color: #7289da;
}
.social-media-links a.type-facebook:hover {
  color: #3b5998;
}
.social-media-links a.type-twitter:hover {
  color: #55acee;
}
.social-media-links a.type-instagram:hover {
  color: #f56040;
}
.social-media-links a.type-youtube:hover {
  color: #b71c1c;
}
.social-media-links a.type-linkedin:hover {
  color: #0077b5;
}
.social-media-links a.type-spotify:hover {
  color: #2ebd59;
}
.social-media-links a.type-steam:hover {
  color: #35465c;
}
.social-media-links a.type-gog:hover {
  color: #86328a;
}
.social-media-links a.type-quora:hover {
  color: #cc2127;
}
.social-media-links a.type-lastfm:hover {
  color: #D32F2F;
}
.social-media-links a.type-tiktok:hover {
  color: #EE1D52;
}
.social-media-links a.type-reddit:hover {
  color: #ff4500;
}

.pixel-on-fire-link span {
  transition: 0.4s ease-in-out all;
  color: #FFF;
}
.pixel-on-fire-link:hover span.color-1 {
  color: #E64A19;
}
.pixel-on-fire-link:hover span.color-2 {
  color: #E8531B;
}
.pixel-on-fire-link:hover span.color-3 {
  color: #E95C1C;
}
.pixel-on-fire-link:hover span.color-4 {
  color: #EB651E;
}
.pixel-on-fire-link:hover span.color-5 {
  color: #EC6E1F;
}
.pixel-on-fire-link:hover span.color-6 {
  color: #EE7721;
}
.pixel-on-fire-link:hover span.color-7 {
  color: #F08022;
}
.pixel-on-fire-link:hover span.color-8 {
  color: #F18A24;
}
.pixel-on-fire-link:hover span.color-9 {
  color: #F39325;
}
.pixel-on-fire-link:hover span.color-10 {
  color: #F59C27;
}
.pixel-on-fire-link:hover span.color-11 {
  color: #F6A528;
}
.pixel-on-fire-link:hover span.color-12 {
  color: #F8AE2A;
}
.pixel-on-fire-link:hover span.color-13 {
  color: #F9B72B;
}
.pixel-on-fire-link:hover span.color-14 {
  color: #FBC02D;
}

.swiper-button-next,
.swiper-button-prev {
  color: #4B0082 !important;
}

.swiper-pagination-bullet-active {
  background-color: #4B0082 !important;
}

.tos-wrapper.tos-fixed {
  z-index: 999999;
}

.simple-border {
  border: 1px solid #E8E7EE;
  border-radius: 12px;
}

.round-standard,
.rounded {
  border-radius: 12px;
}

.round-small {
  border-radius: 6px;
}

.round-full {
  border-radius: 9999px;
}

.round-large {
  border-radius: 24px;
}

.box-padding-48 {
  padding: 48px;
}
@media (max-width: 767px) {
  .box-padding-48 {
    padding: 48px 36px;
  }
}

.box-padding-36 {
  padding: 36px;
}
@media (max-width: 1281px) {
  .box-padding-36 {
    padding: 36px 24px;
  }
}

.box-padding-32 {
  padding: 32px;
}
@media (max-width: 1281px) {
  .box-padding-32 {
    padding: 32px 24px;
  }
}

.box-padding-24 {
  padding: 24px;
}

.box-padding-16 {
  padding: 16px;
}

.box-padding-12 {
  padding: 12px;
}

.background-basic {
  background: #4B0082;
}

.background-basic-light {
  background: #F4F3F7;
}

.background-basic-darken {
  background: #4B0082;
}

.background-accent {
  background: #FFAC0F;
}

.background-accent-dark {
  background: #F59500;
}

.background-accent-darken {
  background: #C77800;
}

.background-accent-ultradark {
  background: #4A4860;
}

.background-addon {
  background: #FFAC0F;
}

.background-light {
  background: #F5F0E8;
}

.background-light-dark {
  background: #E8D5FF;
}

.background-light-light {
  background: #FFFFFF;
}

.background-gray-100 {
  background: #F4F3F7;
}

.background-dark {
  background: #1A1727;
}

.color-basic {
  color: #4B0082;
}

.color-basic-dark {
  color: #260052;
}

.color-dark {
  color: #1A1727;
}

.color-text-main {
  color: #1A1727;
}

.color-accent {
  color: #FFAC0F;
}
.color-accent a {
  color: #FFAC0F;
}
.color-accent a:hover {
  color: #F59500;
}

.color-addon {
  color: #FFAC0F;
}
.color-addon a {
  color: #FFAC0F;
}
.color-addon a:hover {
  color: #F59500;
}

.color-light {
  color: #F5F0E8;
}
.color-light a {
  color: #F5F0E8;
}
.color-light a:hover {
  color: #E8D5FF;
}

.color-dark {
  color: #1A1727;
}

.link-to-page {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  transition: 0.3s ease-in-out all;
}
.link-to-page .text {
  line-height: 24px;
  font-size: 1.25rem;
  display: inline-block;
}
.link-to-page .icon {
  width: 24px;
  height: 24px;
}
.link-to-page .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.link-to-page:hover {
  transform: translateY(-4px);
  gap: 0.625rem;
}
.link-to-page:focus-visible {
  outline: 3px solid #9216DF;
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .link-to-page {
    transition: none;
  }
  .link-to-page:hover {
    transform: none;
  }
}

.header-color-element {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.header-color-element span {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  min-width: 160px;
  padding: 10px 20px;
  gap: 20px;
  border-radius: 48px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 1285px) {
  .header-color-element span {
    font-size: 1.5rem;
  }
}
.header-color-element.color-basic span {
  background: #4B0082;
  color: #F5F0E8;
}
.header-color-element.color-accent span {
  background: #FFAC0F;
  color: #1A1727;
}
.header-color-element.color-addon span {
  color: #1A1727;
  background: #FFAC0F;
}
.header-color-element.color-light span {
  color: #4B0082;
  background: #F5F0E8;
}

.grid-1-plus-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 1220px) {
  .grid-1-plus-2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
@media (max-width: 767px) {
  .grid-1-plus-2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.grid-1-plus-2 .rounded {
  overflow: hidden;
}
@media (max-width: 767px) {
  .grid-1-plus-2 .rounded {
    overflow: unset;
  }
}
.grid-1-plus-2 .grid-element-2 {
  grid-column: 1;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 767px) {
  .grid-1-plus-2 .grid-element-2 {
    gap: 24px;
  }
}
.grid-1-plus-2 .grid-element-1 {
  grid-column: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 767px) {
  .grid-1-plus-2 .grid-element-1 {
    gap: 24px;
  }
}
.grid-1-plus-2 .video-container,
.grid-1-plus-2 .image-container {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .grid-1-plus-2 .video-container,
  .grid-1-plus-2 .image-container {
    border-radius: 12px;
  }
}
.grid-1-plus-2 .video-container video,
.grid-1-plus-2 .video-container img,
.grid-1-plus-2 .image-container video,
.grid-1-plus-2 .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.buttons--container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 66px;
}
.buttons--container .link-to-element {
  display: flex;
  padding: 18px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
  align-self: stretch;
  border-radius: 0.5rem;
  background: #FFAC0F;
  color: #1A1727;
  width: 19.375rem;
}
.buttons--container .link-to-element:focus-visible {
  outline: 3px solid #4B0082;
  outline-offset: 2px;
}
.buttons--container .link-to-element:hover {
  background: #9216DF;
  color: #FFFFFF;
}
.buttons--container .link-to-element .text {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  display: block;
}
@media (max-width: 767px) {
  .buttons--container .link-to-element .text {
    font-size: 1.25rem;
  }
}
.buttons--container .link-to-element .icon {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  display: block;
}
.buttons--container .link-to-element.light-color {
  background: #F5F0E8;
  color: #4B0082;
}
.buttons--container .link-to-element.light-color:hover {
  background: #E8D5FF;
  color: #260052;
}
.buttons--container.other-style .link-to-element {
  background: #4B0082;
  color: #F5F0E8;
}
.buttons--container.other-style .link-to-element:hover {
  background: #260052;
  color: #F5F0E8;
}

.heading.multi-line-header {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.heading.multi-line-header .small-line {
  color: #FFAC0F;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .heading.multi-line-header .small-line {
    font-size: 1.125rem;
    line-height: 26px;
  }
}
.heading.multi-line-header .small-line.color-basic {
  color: #4B0082;
}
.heading.multi-line-header .big-line {
  color: #4B0082;
  font-size: 3rem;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -0.48px;
}
@media (max-width: 767px) {
  .heading.multi-line-header .big-line {
    font-size: 2rem;
    line-height: 40px;
  }
}
.heading.multi-line-header .big-line.gradient {
  background: linear-gradient(270deg, #4B0082 0%, #9216DF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.heading.multi-line-header .big-line.small {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: -0.36px;
}
@media (max-width: 767px) {
  .heading.multi-line-header .big-line.small {
    font-size: 1.625rem;
    line-height: 34px;
  }
}
.heading.multi-line-header .big-line.color-dark {
  color: #1A1727;
}
.heading.multi-line-header .big-line.color-dark span,
.heading.multi-line-header .big-line.color-dark em,
.heading.multi-line-header .big-line.color-dark strong,
.heading.multi-line-header .big-line.color-dark b {
  color: #4B0082;
}
.heading.multi-line-header.centered {
  align-items: center;
}

.pcm-banner__actions button,
.pcm-modal__footer button {
  border-radius: 99px;
  padding-left: 20px;
  padding-right: 20px;
}
.pcm-banner__actions button:hover,
.pcm-modal__footer button:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .heading.fz-64 {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .heading.fz-48 {
    font-size: 2.25rem;
  }
}

@media (max-width: 767px) {
  .heading.fz-24 {
    font-size: 1.25rem;
  }
}

a.link-as-bttn,
button.link-as-bttn,
span.link-as-bttn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  background-color: transparent;
  background-image: none;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-transform: none;
  transition: background-color 0.3s ease-in-out, background-image 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
  min-height: 3.25rem;
  padding: 0 1.625rem;
  border-radius: 0.625rem;
  font-size: 0.9375rem;
}
a.link-as-bttn:focus-visible,
button.link-as-bttn:focus-visible,
span.link-as-bttn:focus-visible {
  outline: 3px solid #9216DF;
  outline-offset: 3px;
}
a.link-as-bttn > span.gradient,
button.link-as-bttn > span.gradient,
span.link-as-bttn > span.gradient {
  position: absolute;
  inset: -2px;
  z-index: 0;
  border-radius: inherit;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
a.link-as-bttn span.text,
button.link-as-bttn span.text,
span.link-as-bttn span.text {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0;
  transition: color 0.3s ease-in-out;
}
a.link-as-bttn span.icon,
a.link-as-bttn svg,
button.link-as-bttn span.icon,
button.link-as-bttn svg,
span.link-as-bttn span.icon,
span.link-as-bttn svg {
  flex: 0 0 auto;
  width: 1.25em;
  height: 1.25em;
}
a.link-as-bttn:hover > span.gradient, a.link-as-bttn:focus-visible > span.gradient,
button.link-as-bttn:hover > span.gradient,
button.link-as-bttn:focus-visible > span.gradient,
span.link-as-bttn:hover > span.gradient,
span.link-as-bttn:focus-visible > span.gradient {
  opacity: 0;
}
a.link-as-bttn.primary-button, a.link-as-bttn.bttn-primary,
button.link-as-bttn.primary-button,
button.link-as-bttn.bttn-primary,
span.link-as-bttn.primary-button,
span.link-as-bttn.bttn-primary {
  border-color: transparent;
  box-shadow: 0 4px 9px rgba(146, 22, 223, 0.25);
  background-image: linear-gradient(16.11deg, #4B0082 14.645%, #8852B4 85.355%);
}
a.link-as-bttn.primary-button > span.gradient, a.link-as-bttn.bttn-primary > span.gradient,
button.link-as-bttn.primary-button > span.gradient,
button.link-as-bttn.bttn-primary > span.gradient,
span.link-as-bttn.primary-button > span.gradient,
span.link-as-bttn.bttn-primary > span.gradient {
  background-image: linear-gradient(196.11deg, #4B0082 14.645%, #8852B4 85.355%);
}
a.link-as-bttn.primary-button:not(:has(> span.gradient)), a.link-as-bttn.bttn-primary:not(:has(> span.gradient)),
button.link-as-bttn.primary-button:not(:has(> span.gradient)),
button.link-as-bttn.bttn-primary:not(:has(> span.gradient)),
span.link-as-bttn.primary-button:not(:has(> span.gradient)),
span.link-as-bttn.bttn-primary:not(:has(> span.gradient)) {
  background-image: linear-gradient(196.11deg, #4B0082 14.645%, #8852B4 85.355%);
}
a.link-as-bttn.primary-button:not(:has(> span.gradient)):hover, a.link-as-bttn.primary-button:not(:has(> span.gradient)):focus-visible, a.link-as-bttn.bttn-primary:not(:has(> span.gradient)):hover, a.link-as-bttn.bttn-primary:not(:has(> span.gradient)):focus-visible,
button.link-as-bttn.primary-button:not(:has(> span.gradient)):hover,
button.link-as-bttn.primary-button:not(:has(> span.gradient)):focus-visible,
button.link-as-bttn.bttn-primary:not(:has(> span.gradient)):hover,
button.link-as-bttn.bttn-primary:not(:has(> span.gradient)):focus-visible,
span.link-as-bttn.primary-button:not(:has(> span.gradient)):hover,
span.link-as-bttn.primary-button:not(:has(> span.gradient)):focus-visible,
span.link-as-bttn.bttn-primary:not(:has(> span.gradient)):hover,
span.link-as-bttn.bttn-primary:not(:has(> span.gradient)):focus-visible {
  background-image: linear-gradient(16.11deg, #4B0082 14.645%, #8852B4 85.355%);
}
a.link-as-bttn.primary-button span.text, a.link-as-bttn.bttn-primary span.text,
button.link-as-bttn.primary-button span.text,
button.link-as-bttn.bttn-primary span.text,
span.link-as-bttn.primary-button span.text,
span.link-as-bttn.bttn-primary span.text {
  color: #FFFFFF;
}
a.link-as-bttn.primary-button:hover, a.link-as-bttn.primary-button:focus-visible, a.link-as-bttn.bttn-primary:hover, a.link-as-bttn.bttn-primary:focus-visible,
button.link-as-bttn.primary-button:hover,
button.link-as-bttn.primary-button:focus-visible,
button.link-as-bttn.bttn-primary:hover,
button.link-as-bttn.bttn-primary:focus-visible,
span.link-as-bttn.primary-button:hover,
span.link-as-bttn.primary-button:focus-visible,
span.link-as-bttn.bttn-primary:hover,
span.link-as-bttn.bttn-primary:focus-visible {
  box-shadow: 0 8px 28px rgba(146, 22, 223, 0.45);
}
a.link-as-bttn.primary-button:active, a.link-as-bttn.bttn-primary:active,
button.link-as-bttn.primary-button:active,
button.link-as-bttn.bttn-primary:active,
span.link-as-bttn.primary-button:active,
span.link-as-bttn.bttn-primary:active {
  background-image: none;
  background-color: #5A0C98;
  box-shadow: none;
}
a.link-as-bttn.primary-button:active > span.gradient, a.link-as-bttn.bttn-primary:active > span.gradient,
button.link-as-bttn.primary-button:active > span.gradient,
button.link-as-bttn.bttn-primary:active > span.gradient,
span.link-as-bttn.primary-button:active > span.gradient,
span.link-as-bttn.bttn-primary:active > span.gradient {
  opacity: 0;
}
a.link-as-bttn.brand-button, a.link-as-bttn.bttn-brand,
button.link-as-bttn.brand-button,
button.link-as-bttn.bttn-brand,
span.link-as-bttn.brand-button,
span.link-as-bttn.bttn-brand {
  border-color: transparent;
  box-shadow: 0 4px 18px rgba(146, 22, 223, 0.35);
  background-image: linear-gradient(90deg, #E89800 0%, #B82680 50%, #7610BE 100%);
}
a.link-as-bttn.brand-button > span.gradient, a.link-as-bttn.bttn-brand > span.gradient,
button.link-as-bttn.brand-button > span.gradient,
button.link-as-bttn.bttn-brand > span.gradient,
span.link-as-bttn.brand-button > span.gradient,
span.link-as-bttn.bttn-brand > span.gradient {
  background-image: linear-gradient(90deg, #FFAC0F 0%, #E0339B 50%, #9216DF 100%);
}
a.link-as-bttn.brand-button:not(:has(> span.gradient)), a.link-as-bttn.bttn-brand:not(:has(> span.gradient)),
button.link-as-bttn.brand-button:not(:has(> span.gradient)),
button.link-as-bttn.bttn-brand:not(:has(> span.gradient)),
span.link-as-bttn.brand-button:not(:has(> span.gradient)),
span.link-as-bttn.bttn-brand:not(:has(> span.gradient)) {
  background-image: linear-gradient(90deg, #FFAC0F 0%, #E0339B 50%, #9216DF 100%);
}
a.link-as-bttn.brand-button:not(:has(> span.gradient)):hover, a.link-as-bttn.brand-button:not(:has(> span.gradient)):focus-visible, a.link-as-bttn.bttn-brand:not(:has(> span.gradient)):hover, a.link-as-bttn.bttn-brand:not(:has(> span.gradient)):focus-visible,
button.link-as-bttn.brand-button:not(:has(> span.gradient)):hover,
button.link-as-bttn.brand-button:not(:has(> span.gradient)):focus-visible,
button.link-as-bttn.bttn-brand:not(:has(> span.gradient)):hover,
button.link-as-bttn.bttn-brand:not(:has(> span.gradient)):focus-visible,
span.link-as-bttn.brand-button:not(:has(> span.gradient)):hover,
span.link-as-bttn.brand-button:not(:has(> span.gradient)):focus-visible,
span.link-as-bttn.bttn-brand:not(:has(> span.gradient)):hover,
span.link-as-bttn.bttn-brand:not(:has(> span.gradient)):focus-visible {
  background-image: linear-gradient(90deg, #E89800 0%, #B82680 50%, #7610BE 100%);
}
a.link-as-bttn.brand-button span.text, a.link-as-bttn.bttn-brand span.text,
button.link-as-bttn.brand-button span.text,
button.link-as-bttn.bttn-brand span.text,
span.link-as-bttn.brand-button span.text,
span.link-as-bttn.bttn-brand span.text {
  color: #FFFFFF;
  text-shadow: 0 1px 3px rgba(26, 23, 39, 0.55);
}
a.link-as-bttn.brand-button:hover, a.link-as-bttn.brand-button:focus-visible, a.link-as-bttn.bttn-brand:hover, a.link-as-bttn.bttn-brand:focus-visible,
button.link-as-bttn.brand-button:hover,
button.link-as-bttn.brand-button:focus-visible,
button.link-as-bttn.bttn-brand:hover,
button.link-as-bttn.bttn-brand:focus-visible,
span.link-as-bttn.brand-button:hover,
span.link-as-bttn.brand-button:focus-visible,
span.link-as-bttn.bttn-brand:hover,
span.link-as-bttn.bttn-brand:focus-visible {
  box-shadow: 0 8px 28px rgba(146, 22, 223, 0.45);
}
a.link-as-bttn.brand-button:active, a.link-as-bttn.bttn-brand:active,
button.link-as-bttn.brand-button:active,
button.link-as-bttn.bttn-brand:active,
span.link-as-bttn.brand-button:active,
span.link-as-bttn.bttn-brand:active {
  background-image: none;
  background-color: #5A0C98;
  box-shadow: none;
}
a.link-as-bttn.brand-button:active > span.gradient, a.link-as-bttn.bttn-brand:active > span.gradient,
button.link-as-bttn.brand-button:active > span.gradient,
button.link-as-bttn.bttn-brand:active > span.gradient,
span.link-as-bttn.brand-button:active > span.gradient,
span.link-as-bttn.bttn-brand:active > span.gradient {
  opacity: 0;
}
a.link-as-bttn.secondary-button, a.link-as-bttn.bttn-secondary,
button.link-as-bttn.secondary-button,
button.link-as-bttn.bttn-secondary,
span.link-as-bttn.secondary-button,
span.link-as-bttn.bttn-secondary {
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(224, 93, 0, 0.35);
  background-image: linear-gradient(90deg, #F59500 0%, #F59500 100%);
}
a.link-as-bttn.secondary-button > span.gradient, a.link-as-bttn.bttn-secondary > span.gradient,
button.link-as-bttn.secondary-button > span.gradient,
button.link-as-bttn.bttn-secondary > span.gradient,
span.link-as-bttn.secondary-button > span.gradient,
span.link-as-bttn.bttn-secondary > span.gradient {
  background-image: linear-gradient(90deg, #FFAC0F 0%, #E05D00 100%);
}
a.link-as-bttn.secondary-button:not(:has(> span.gradient)), a.link-as-bttn.bttn-secondary:not(:has(> span.gradient)),
button.link-as-bttn.secondary-button:not(:has(> span.gradient)),
button.link-as-bttn.bttn-secondary:not(:has(> span.gradient)),
span.link-as-bttn.secondary-button:not(:has(> span.gradient)),
span.link-as-bttn.bttn-secondary:not(:has(> span.gradient)) {
  background-image: linear-gradient(90deg, #FFAC0F 0%, #E05D00 100%);
}
a.link-as-bttn.secondary-button:not(:has(> span.gradient)):hover, a.link-as-bttn.secondary-button:not(:has(> span.gradient)):focus-visible, a.link-as-bttn.bttn-secondary:not(:has(> span.gradient)):hover, a.link-as-bttn.bttn-secondary:not(:has(> span.gradient)):focus-visible,
button.link-as-bttn.secondary-button:not(:has(> span.gradient)):hover,
button.link-as-bttn.secondary-button:not(:has(> span.gradient)):focus-visible,
button.link-as-bttn.bttn-secondary:not(:has(> span.gradient)):hover,
button.link-as-bttn.bttn-secondary:not(:has(> span.gradient)):focus-visible,
span.link-as-bttn.secondary-button:not(:has(> span.gradient)):hover,
span.link-as-bttn.secondary-button:not(:has(> span.gradient)):focus-visible,
span.link-as-bttn.bttn-secondary:not(:has(> span.gradient)):hover,
span.link-as-bttn.bttn-secondary:not(:has(> span.gradient)):focus-visible {
  background-image: linear-gradient(90deg, #F59500 0%, #F59500 100%);
}
a.link-as-bttn.secondary-button span.text, a.link-as-bttn.bttn-secondary span.text,
button.link-as-bttn.secondary-button span.text,
button.link-as-bttn.bttn-secondary span.text,
span.link-as-bttn.secondary-button span.text,
span.link-as-bttn.bttn-secondary span.text {
  color: #1A1727;
}
a.link-as-bttn.secondary-button:hover, a.link-as-bttn.secondary-button:focus-visible, a.link-as-bttn.bttn-secondary:hover, a.link-as-bttn.bttn-secondary:focus-visible,
button.link-as-bttn.secondary-button:hover,
button.link-as-bttn.secondary-button:focus-visible,
button.link-as-bttn.bttn-secondary:hover,
button.link-as-bttn.bttn-secondary:focus-visible,
span.link-as-bttn.secondary-button:hover,
span.link-as-bttn.secondary-button:focus-visible,
span.link-as-bttn.bttn-secondary:hover,
span.link-as-bttn.bttn-secondary:focus-visible {
  box-shadow: 0 8px 24px rgba(255, 172, 15, 0.45);
}
a.link-as-bttn.secondary-button:active, a.link-as-bttn.bttn-secondary:active,
button.link-as-bttn.secondary-button:active,
button.link-as-bttn.bttn-secondary:active,
span.link-as-bttn.secondary-button:active,
span.link-as-bttn.bttn-secondary:active {
  background-image: none;
  background-color: #E07B00;
  box-shadow: none;
}
a.link-as-bttn.secondary-button:active > span.gradient, a.link-as-bttn.bttn-secondary:active > span.gradient,
button.link-as-bttn.secondary-button:active > span.gradient,
button.link-as-bttn.bttn-secondary:active > span.gradient,
span.link-as-bttn.secondary-button:active > span.gradient,
span.link-as-bttn.bttn-secondary:active > span.gradient {
  opacity: 0;
}
a.link-as-bttn.outline-button, a.link-as-bttn.bttn-outline,
button.link-as-bttn.outline-button,
button.link-as-bttn.bttn-outline,
span.link-as-bttn.outline-button,
span.link-as-bttn.bttn-outline {
  background-color: transparent;
  border-color: #4B0082;
}
a.link-as-bttn.outline-button span.text, a.link-as-bttn.bttn-outline span.text,
button.link-as-bttn.outline-button span.text,
button.link-as-bttn.bttn-outline span.text,
span.link-as-bttn.outline-button span.text,
span.link-as-bttn.bttn-outline span.text {
  color: #4B0082;
}
a.link-as-bttn.outline-button:hover, a.link-as-bttn.outline-button:focus-visible, a.link-as-bttn.bttn-outline:hover, a.link-as-bttn.bttn-outline:focus-visible,
button.link-as-bttn.outline-button:hover,
button.link-as-bttn.outline-button:focus-visible,
button.link-as-bttn.bttn-outline:hover,
button.link-as-bttn.bttn-outline:focus-visible,
span.link-as-bttn.outline-button:hover,
span.link-as-bttn.outline-button:focus-visible,
span.link-as-bttn.bttn-outline:hover,
span.link-as-bttn.bttn-outline:focus-visible {
  background-color: #F5EEFF;
  box-shadow: 0 2px 8px rgba(75, 0, 130, 0.15);
}
a.link-as-bttn.outline-button:active, a.link-as-bttn.bttn-outline:active,
button.link-as-bttn.outline-button:active,
button.link-as-bttn.bttn-outline:active,
span.link-as-bttn.outline-button:active,
span.link-as-bttn.bttn-outline:active {
  background-color: #E8D5FF;
  border-color: #38006B;
  box-shadow: none;
}
a.link-as-bttn.outline-button:active span.text, a.link-as-bttn.bttn-outline:active span.text,
button.link-as-bttn.outline-button:active span.text,
button.link-as-bttn.bttn-outline:active span.text,
span.link-as-bttn.outline-button:active span.text,
span.link-as-bttn.bttn-outline:active span.text {
  color: #38006B;
}
a.link-as-bttn.ghost-button, a.link-as-bttn.bttn-ghost,
button.link-as-bttn.ghost-button,
button.link-as-bttn.bttn-ghost,
span.link-as-bttn.ghost-button,
span.link-as-bttn.bttn-ghost {
  background-color: transparent;
  border-color: transparent;
}
a.link-as-bttn.ghost-button span.text, a.link-as-bttn.bttn-ghost span.text,
button.link-as-bttn.ghost-button span.text,
button.link-as-bttn.bttn-ghost span.text,
span.link-as-bttn.ghost-button span.text,
span.link-as-bttn.bttn-ghost span.text {
  color: #4B0082;
}
a.link-as-bttn.ghost-button:hover, a.link-as-bttn.ghost-button:focus-visible, a.link-as-bttn.bttn-ghost:hover, a.link-as-bttn.bttn-ghost:focus-visible,
button.link-as-bttn.ghost-button:hover,
button.link-as-bttn.ghost-button:focus-visible,
button.link-as-bttn.bttn-ghost:hover,
button.link-as-bttn.bttn-ghost:focus-visible,
span.link-as-bttn.ghost-button:hover,
span.link-as-bttn.ghost-button:focus-visible,
span.link-as-bttn.bttn-ghost:hover,
span.link-as-bttn.bttn-ghost:focus-visible {
  background-color: #F5EEFF;
}
a.link-as-bttn.ghost-button:active, a.link-as-bttn.bttn-ghost:active,
button.link-as-bttn.ghost-button:active,
button.link-as-bttn.bttn-ghost:active,
span.link-as-bttn.ghost-button:active,
span.link-as-bttn.bttn-ghost:active {
  background-color: #E8D5FF;
}
a.link-as-bttn.ghost-button:active span.text, a.link-as-bttn.bttn-ghost:active span.text,
button.link-as-bttn.ghost-button:active span.text,
button.link-as-bttn.bttn-ghost:active span.text,
span.link-as-bttn.ghost-button:active span.text,
span.link-as-bttn.bttn-ghost:active span.text {
  color: #38006B;
}
a.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost),
button.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost),
span.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost) {
  border-color: transparent;
  box-shadow: 0 4px 9px rgba(146, 22, 223, 0.25);
  background-image: linear-gradient(16.11deg, #4B0082 14.645%, #8852B4 85.355%);
}
a.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost) > span.gradient,
button.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost) > span.gradient,
span.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost) > span.gradient {
  background-image: linear-gradient(196.11deg, #4B0082 14.645%, #8852B4 85.355%);
}
a.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):not(:has(> span.gradient)),
button.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):not(:has(> span.gradient)),
span.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):not(:has(> span.gradient)) {
  background-image: linear-gradient(196.11deg, #4B0082 14.645%, #8852B4 85.355%);
}
a.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):not(:has(> span.gradient)):hover, a.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):not(:has(> span.gradient)):focus-visible,
button.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):not(:has(> span.gradient)):hover,
button.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):not(:has(> span.gradient)):focus-visible,
span.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):not(:has(> span.gradient)):hover,
span.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):not(:has(> span.gradient)):focus-visible {
  background-image: linear-gradient(16.11deg, #4B0082 14.645%, #8852B4 85.355%);
}
a.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost) span.text,
button.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost) span.text,
span.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost) span.text {
  color: #FFFFFF;
}
a.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):hover, a.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):focus-visible,
button.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):hover,
button.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):focus-visible,
span.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):hover,
span.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):focus-visible {
  box-shadow: 0 8px 28px rgba(146, 22, 223, 0.45);
}
a.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):active,
button.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):active,
span.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):active {
  background-image: none;
  background-color: #5A0C98;
  box-shadow: none;
}
a.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):active > span.gradient,
button.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):active > span.gradient,
span.link-as-bttn:not(.primary-button):not(.bttn-primary):not(.brand-button):not(.bttn-brand):not(.secondary-button):not(.bttn-secondary):not(.outline-button):not(.bttn-outline):not(.ghost-button):not(.bttn-ghost):active > span.gradient {
  opacity: 0;
}
a.link-as-bttn.size-m, a.link-as-bttn.bttn-m,
button.link-as-bttn.size-m,
button.link-as-bttn.bttn-m,
span.link-as-bttn.size-m,
span.link-as-bttn.bttn-m {
  min-height: 2.75rem;
  padding: 0 1.375rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}
a.link-as-bttn.size-s, a.link-as-bttn.bttn-s,
button.link-as-bttn.size-s,
button.link-as-bttn.bttn-s,
span.link-as-bttn.size-s,
span.link-as-bttn.bttn-s {
  min-height: 2.25rem;
  padding: 0 1rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
}
a.link-as-bttn.min-width,
button.link-as-bttn.min-width,
span.link-as-bttn.min-width {
  min-width: 10rem;
}
a.link-as-bttn.full-width,
button.link-as-bttn.full-width,
span.link-as-bttn.full-width {
  display: flex;
  width: 100%;
}
a.link-as-bttn.icon-only,
button.link-as-bttn.icon-only,
span.link-as-bttn.icon-only {
  padding: 0;
  aspect-ratio: 1;
}
a.link-as-bttn.icon-only span.text,
button.link-as-bttn.icon-only span.text,
span.link-as-bttn.icon-only span.text {
  padding: 0;
}
a.link-as-bttn[disabled], a.link-as-bttn.is-disabled, a.link-as-bttn[aria-disabled=true],
button.link-as-bttn[disabled],
button.link-as-bttn.is-disabled,
button.link-as-bttn[aria-disabled=true],
span.link-as-bttn[disabled],
span.link-as-bttn.is-disabled,
span.link-as-bttn[aria-disabled=true] {
  background-image: none;
  background-color: #E8E7EE;
  border-color: transparent;
  box-shadow: none;
  cursor: not-allowed;
}
a.link-as-bttn[disabled] > span.gradient, a.link-as-bttn.is-disabled > span.gradient, a.link-as-bttn[aria-disabled=true] > span.gradient,
button.link-as-bttn[disabled] > span.gradient,
button.link-as-bttn.is-disabled > span.gradient,
button.link-as-bttn[aria-disabled=true] > span.gradient,
span.link-as-bttn[disabled] > span.gradient,
span.link-as-bttn.is-disabled > span.gradient,
span.link-as-bttn[aria-disabled=true] > span.gradient {
  display: none;
}
a.link-as-bttn[disabled] span.text, a.link-as-bttn.is-disabled span.text, a.link-as-bttn[aria-disabled=true] span.text,
button.link-as-bttn[disabled] span.text,
button.link-as-bttn.is-disabled span.text,
button.link-as-bttn[aria-disabled=true] span.text,
span.link-as-bttn[disabled] span.text,
span.link-as-bttn.is-disabled span.text,
span.link-as-bttn[aria-disabled=true] span.text {
  color: #9896AA;
}
a.link-as-bttn[disabled]:hover, a.link-as-bttn[disabled]:active, a.link-as-bttn.is-disabled:hover, a.link-as-bttn.is-disabled:active, a.link-as-bttn[aria-disabled=true]:hover, a.link-as-bttn[aria-disabled=true]:active,
button.link-as-bttn[disabled]:hover,
button.link-as-bttn[disabled]:active,
button.link-as-bttn.is-disabled:hover,
button.link-as-bttn.is-disabled:active,
button.link-as-bttn[aria-disabled=true]:hover,
button.link-as-bttn[aria-disabled=true]:active,
span.link-as-bttn[disabled]:hover,
span.link-as-bttn[disabled]:active,
span.link-as-bttn.is-disabled:hover,
span.link-as-bttn.is-disabled:active,
span.link-as-bttn[aria-disabled=true]:hover,
span.link-as-bttn[aria-disabled=true]:active {
  background-image: none;
  background-color: #E8E7EE;
  box-shadow: none;
}
a.link-as-bttn[disabled]:hover span.text, a.link-as-bttn[disabled]:active span.text, a.link-as-bttn.is-disabled:hover span.text, a.link-as-bttn.is-disabled:active span.text, a.link-as-bttn[aria-disabled=true]:hover span.text, a.link-as-bttn[aria-disabled=true]:active span.text,
button.link-as-bttn[disabled]:hover span.text,
button.link-as-bttn[disabled]:active span.text,
button.link-as-bttn.is-disabled:hover span.text,
button.link-as-bttn.is-disabled:active span.text,
button.link-as-bttn[aria-disabled=true]:hover span.text,
button.link-as-bttn[aria-disabled=true]:active span.text,
span.link-as-bttn[disabled]:hover span.text,
span.link-as-bttn[disabled]:active span.text,
span.link-as-bttn.is-disabled:hover span.text,
span.link-as-bttn.is-disabled:active span.text,
span.link-as-bttn[aria-disabled=true]:hover span.text,
span.link-as-bttn[aria-disabled=true]:active span.text {
  color: #9896AA;
}
a.link-as-bttn[disabled].outline-button, a.link-as-bttn[disabled].bttn-outline, a.link-as-bttn.is-disabled.outline-button, a.link-as-bttn.is-disabled.bttn-outline, a.link-as-bttn[aria-disabled=true].outline-button, a.link-as-bttn[aria-disabled=true].bttn-outline,
button.link-as-bttn[disabled].outline-button,
button.link-as-bttn[disabled].bttn-outline,
button.link-as-bttn.is-disabled.outline-button,
button.link-as-bttn.is-disabled.bttn-outline,
button.link-as-bttn[aria-disabled=true].outline-button,
button.link-as-bttn[aria-disabled=true].bttn-outline,
span.link-as-bttn[disabled].outline-button,
span.link-as-bttn[disabled].bttn-outline,
span.link-as-bttn.is-disabled.outline-button,
span.link-as-bttn.is-disabled.bttn-outline,
span.link-as-bttn[aria-disabled=true].outline-button,
span.link-as-bttn[aria-disabled=true].bttn-outline {
  background-color: transparent;
  border-color: #C8C6D4;
}
a.link-as-bttn[disabled].ghost-button, a.link-as-bttn[disabled].bttn-ghost, a.link-as-bttn.is-disabled.ghost-button, a.link-as-bttn.is-disabled.bttn-ghost, a.link-as-bttn[aria-disabled=true].ghost-button, a.link-as-bttn[aria-disabled=true].bttn-ghost,
button.link-as-bttn[disabled].ghost-button,
button.link-as-bttn[disabled].bttn-ghost,
button.link-as-bttn.is-disabled.ghost-button,
button.link-as-bttn.is-disabled.bttn-ghost,
button.link-as-bttn[aria-disabled=true].ghost-button,
button.link-as-bttn[aria-disabled=true].bttn-ghost,
span.link-as-bttn[disabled].ghost-button,
span.link-as-bttn[disabled].bttn-ghost,
span.link-as-bttn.is-disabled.ghost-button,
span.link-as-bttn.is-disabled.bttn-ghost,
span.link-as-bttn[aria-disabled=true].ghost-button,
span.link-as-bttn[aria-disabled=true].bttn-ghost {
  background-color: transparent;
}
@media (prefers-reduced-motion: reduce) {
  a.link-as-bttn,
  button.link-as-bttn,
  span.link-as-bttn {
    transition: none;
  }
  a.link-as-bttn > span.gradient,
  a.link-as-bttn span.text,
  button.link-as-bttn > span.gradient,
  button.link-as-bttn span.text,
  span.link-as-bttn > span.gradient,
  span.link-as-bttn span.text {
    transition: none;
  }
}

.bttn-container {
  display: flex;
  gap: 1.875rem;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .bttn-container {
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
  }
}
.bttn-container.justify-center {
  justify-content: center;
}
.bttn-container.align-center {
  align-items: center;
}
.bttn-container.justify-between {
  justify-content: space-between;
}
.bttn-container.wrap {
  flex-wrap: wrap;
}
.bttn-container.line-spacer:after, .bttn-container.line-spacer:before {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: #E8E7EE;
  opacity: 0.66;
}

.dist-top-large {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .dist-top-large {
    margin-top: 64px;
  }
}
@media screen and (max-width: 820px) {
  .dist-top-large {
    margin-top: 48px;
  }
}
@media screen and (max-width: 480px) {
  .dist-top-large {
    margin-top: 32px;
  }
}

.dist-top-medium {
  margin-top: 60px;
}
@media screen and (max-width: 1366px) {
  .dist-top-medium {
    margin-top: 48px;
  }
}
@media screen and (max-width: 820px) {
  .dist-top-medium {
    margin-top: 36px;
  }
}
@media screen and (max-width: 480px) {
  .dist-top-medium {
    margin-top: 24px;
  }
}

.dist-top-small {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .dist-top-small {
    margin-top: 32px;
  }
}
@media screen and (max-width: 820px) {
  .dist-top-small {
    margin-top: 24px;
  }
}
@media screen and (max-width: 480px) {
  .dist-top-small {
    margin-top: 16px;
  }
}

.dist-top-x-small {
  margin-top: 20px;
}
@media screen and (max-width: 1366px) {
  .dist-top-x-small {
    margin-top: 16px;
  }
}
@media screen and (max-width: 820px) {
  .dist-top-x-small {
    margin-top: 12px;
  }
}
@media screen and (max-width: 480px) {
  .dist-top-x-small {
    margin-top: 8px;
  }
}

.dist-bottom-large {
  margin-bottom: 80px;
}
@media screen and (max-width: 1366px) {
  .dist-bottom-large {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 820px) {
  .dist-bottom-large {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 480px) {
  .dist-bottom-large {
    margin-bottom: 32px;
  }
}

.dist-bottom-medium {
  margin-bottom: 60px;
}
@media screen and (max-width: 1366px) {
  .dist-bottom-medium {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 820px) {
  .dist-bottom-medium {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 480px) {
  .dist-bottom-medium {
    margin-bottom: 24px;
  }
}

.dist-bottom-small {
  margin-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  .dist-bottom-small {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 820px) {
  .dist-bottom-small {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .dist-bottom-small {
    margin-bottom: 16px;
  }
}

.dist-bottom-x-small {
  margin-bottom: 20px;
}
@media screen and (max-width: 1366px) {
  .dist-bottom-x-small {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 820px) {
  .dist-bottom-x-small {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .dist-bottom-x-small {
    margin-bottom: 8px;
  }
}

.dist-vertical-large {
  margin-top: 105px;
  margin-bottom: 105px;
}
@media screen and (max-width: 1366px) {
  .dist-vertical-large {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 820px) {
  .dist-vertical-large {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 480px) {
  .dist-vertical-large {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.dist-vertical-medium {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1366px) {
  .dist-vertical-medium {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 820px) {
  .dist-vertical-medium {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 480px) {
  .dist-vertical-medium {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.dist-vertical-small {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  .dist-vertical-small {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 820px) {
  .dist-vertical-small {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .dist-vertical-small {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.dist-vertical-x-small {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1366px) {
  .dist-vertical-x-small {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 820px) {
  .dist-vertical-x-small {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .dist-vertical-x-small {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.pad-top-large {
  padding-top: 80px;
}
@media screen and (max-width: 1366px) {
  .pad-top-large {
    padding-top: 64px;
  }
}
@media screen and (max-width: 820px) {
  .pad-top-large {
    padding-top: 48px;
  }
}
@media screen and (max-width: 480px) {
  .pad-top-large {
    padding-top: 32px;
  }
}

.pad-top-medium {
  padding-top: 60px;
}
@media screen and (max-width: 1366px) {
  .pad-top-medium {
    padding-top: 48px;
  }
}
@media screen and (max-width: 820px) {
  .pad-top-medium {
    padding-top: 36px;
  }
}
@media screen and (max-width: 480px) {
  .pad-top-medium {
    padding-top: 24px;
  }
}

.pad-top-small {
  padding-top: 40px;
}
@media screen and (max-width: 1366px) {
  .pad-top-small {
    padding-top: 32px;
  }
}
@media screen and (max-width: 820px) {
  .pad-top-small {
    padding-top: 24px;
  }
}
@media screen and (max-width: 480px) {
  .pad-top-small {
    padding-top: 16px;
  }
}

.pad-top-x-small {
  padding-top: 20px;
}
@media screen and (max-width: 1366px) {
  .pad-top-x-small {
    padding-top: 16px;
  }
}
@media screen and (max-width: 820px) {
  .pad-top-x-small {
    padding-top: 12px;
  }
}
@media screen and (max-width: 480px) {
  .pad-top-x-small {
    padding-top: 8px;
  }
}

.pad-bottom-large {
  padding-bottom: 80px;
}
@media screen and (max-width: 1366px) {
  .pad-bottom-large {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 820px) {
  .pad-bottom-large {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 480px) {
  .pad-bottom-large {
    padding-bottom: 32px;
  }
}

.pad-bottom-medium {
  padding-bottom: 60px;
}
@media screen and (max-width: 1366px) {
  .pad-bottom-medium {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 820px) {
  .pad-bottom-medium {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 480px) {
  .pad-bottom-medium {
    padding-bottom: 24px;
  }
}

.pad-bottom-small {
  padding-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  .pad-bottom-small {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 820px) {
  .pad-bottom-small {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .pad-bottom-small {
    padding-bottom: 16px;
  }
}

.pad-bottom-x-small {
  padding-bottom: 20px;
}
@media screen and (max-width: 1366px) {
  .pad-bottom-x-small {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 820px) {
  .pad-bottom-x-small {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .pad-bottom-x-small {
    padding-bottom: 8px;
  }
}

.pad-vertical-large {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1366px) {
  .pad-vertical-large {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 820px) {
  .pad-vertical-large {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 480px) {
  .pad-vertical-large {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.pad-vertical-large.dist-vertical-large {
  margin: 0;
}

.pad-vertical-medium {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1366px) {
  .pad-vertical-medium {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 820px) {
  .pad-vertical-medium {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 480px) {
  .pad-vertical-medium {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.pad-vertical-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  .pad-vertical-small {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 820px) {
  .pad-vertical-small {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .pad-vertical-small {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.pad-vertical-x-small {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1366px) {
  .pad-vertical-x-small {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 820px) {
  .pad-vertical-x-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .pad-vertical-x-small {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.pad-vertical-large.dist-vertical-medium.dist-vertical-large {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1366px) {
  .pad-vertical-large.dist-vertical-medium.dist-vertical-large {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 820px) {
  .pad-vertical-large.dist-vertical-medium.dist-vertical-large {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 480px) {
  .pad-vertical-large.dist-vertical-medium.dist-vertical-large {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.preheader {
  position: absolute;
  top: var(--admin-bar-h, 0px);
  left: 0;
  right: 0;
  z-index: 101;
  background-color: rgba(255, 248, 225, 0.5);
  min-height: 2.9375rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  color: #4A4860;
  transition: transform 0.3s ease-in-out;
}
.preheader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(270deg, #4B0082 0%, #6A0DAD 65%, #FFAC0F 100%);
}
.preheader.nav-up {
  transform: translateY(-100%);
}
.preheader .preheader-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: calc(2.9375rem - 3px);
  padding-top: 3px;
}
@media (max-width: 767px) {
  .preheader .preheader-inner {
    gap: 0.75rem;
    min-height: 2.75rem;
  }
}
.preheader .preheader-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.preheader .preheader-label {
  font-weight: 400;
}
.preheader a.preheader-value {
  color: inherit;
  text-decoration: none;
}
.preheader a.preheader-value:hover, .preheader a.preheader-value:focus-visible {
  color: #4B0082;
  text-decoration: underline;
}
.preheader a.preheader-value:focus-visible {
  outline: 3px solid #9216DF;
  outline-offset: 3px;
}
.preheader .preheader-phone .preheader-value {
  font-weight: 700;
}
.preheader .preheader-hours {
  gap: 1.875rem;
}
.preheader .preheader-hours .preheader-hours-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .preheader .preheader-hours {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .preheader .preheader-address {
    display: none;
  }
  .preheader .preheader-phone .preheader-label {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .preheader {
    transition: none;
  }
}

.preheader-a11y {
  gap: 1.25rem;
}
.preheader-a11y .a11y-font-size {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.preheader-a11y .a11y-bttn {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  min-height: 1.75rem;
  padding: 0.125rem 0.375rem;
  border-radius: 0.375rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #4A4860;
  cursor: pointer;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.preheader-a11y .a11y-bttn:focus-visible {
  outline: 3px solid #4B0082;
  outline-offset: 2px;
}
.preheader-a11y .a11y-bttn:hover {
  color: #4B0082;
  background-color: rgba(75, 0, 130, 0.08);
}
.preheader-a11y .a11y-bttn.is-spent {
  opacity: 0.4;
  cursor: default;
}
.preheader-a11y .a11y-bttn.is-spent:hover {
  color: #4A4860;
  background-color: transparent;
}
@media (prefers-reduced-motion: reduce) {
  .preheader-a11y .a11y-bttn {
    transition: none;
  }
}
.preheader-a11y .a11y-contrast {
  color: #4B0082;
}
.preheader-a11y .a11y-contrast svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
.preheader-a11y .a11y-contrast[aria-pressed=true] {
  background-color: rgba(75, 0, 130, 0.12);
  color: #260052;
}
@media (max-width: 767px) {
  .preheader-a11y {
    gap: 0.625rem;
  }
}

.site-header {
  position: absolute;
  top: calc(var(--preheader-h, 2.9375rem) + var(--admin-bar-h, 0px));
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #FFFFFF;
  padding-top: 2.125rem;
  padding-bottom: 2.5625rem;
  transition: top 0.3s ease-in-out, padding 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media screen and (max-width: 1120px) {
  .site-header {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}
.site-header.is-scrolled {
  position: fixed;
  top: var(--admin-bar-h, 0px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 2px 20px rgba(26, 23, 39, 0.1);
}
.site-header.is-scrolled .site-branding {
  max-width: 11.25rem;
}
.site-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.site-header .site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 auto;
  max-width: 14.5rem;
  width: 100%;
  transition: max-width 0.3s ease-in-out;
}
@media screen and (max-width: 1120px) {
  .site-header .site-branding {
    max-width: 11.25rem;
  }
}
@media (max-width: 767px) {
  .site-header .site-branding {
    max-width: 9.375rem;
  }
}
.site-header .site-title {
  margin: 0;
  padding: 0;
  width: 100%;
}
.site-header .site-title a {
  display: block;
}
.site-header .site-title a:focus-visible {
  outline: 3px solid #9216DF;
  outline-offset: 3px;
}
.site-header .site-title img,
.site-header .site-title svg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
.site-header .custom-extra-link {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
@media screen and (max-width: 1120px) {
  .site-header .custom-extra-link {
    display: none;
  }
}
.site-header .menu-trigger {
  display: none;
}
@media screen and (max-width: 1120px) {
  .site-header .menu-trigger {
    display: block;
    position: relative;
    z-index: 20;
    cursor: pointer;
    background: #FFFFFF;
    border: 0;
    border-radius: 62.4375rem;
    padding: 0.375rem 0.75rem;
  }
  .site-header .menu-trigger button {
    display: block;
    padding: 0;
    min-width: unset;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-header {
    transition: none;
  }
  .site-header .site-branding {
    transition: none;
  }
}

.site-footer {
  position: relative;
  z-index: 10;
  background: linear-gradient(198.61deg, #4B0082 14.645%, #8852B4 85.355%);
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #FFFFFF;
  padding-top: 3.125rem;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 767px) {
  .site-footer {
    padding-top: 1.5rem;
  }
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:focus-visible {
  text-decoration: underline;
}
.site-footer a:focus-visible {
  outline: 3px solid #FFAC0F;
  outline-offset: 2px;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer ul ul {
  display: none;
}
.site-footer .site-footer-panel {
  position: relative;
  z-index: 10;
}
.site-footer .site-footer-panel:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  background-color: rgba(26, 23, 39, 0.66);
  border-top-left-radius: 2rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .site-footer .site-footer-panel {
    border-top-left-radius: 1.5rem;
  }
}
.site-footer .footer-body {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer-body {
    flex-direction: column;
  }
}
.site-footer .footer-brand {
  flex: 0 0 18.75rem;
  padding: 3.25rem 1.25rem 2.5rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer-brand {
    flex: 1 1 auto;
    padding: 2.25rem 1.5rem;
  }
}
.site-footer .footer-logo-white {
  margin-bottom: 1.75rem;
}
.site-footer .footer-logo-white a {
  display: inline-block;
}
.site-footer .footer-logo-white img {
  display: block;
  width: 100%;
  max-width: 11.25rem;
  height: auto;
  margin: 0 auto;
}
.site-footer .footer-brand-name {
  margin: 0 0 1.25rem;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #FFAC0F;
}
.site-footer .footer-brand-description {
  margin: 0 0 1.25rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.site-footer .footer-brand-extra {
  margin: 0;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  opacity: 0.8;
}
.site-footer .footer-social-media-links {
  margin-top: 1.5rem;
}
.site-footer .footer-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.site-footer .footer-details {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  padding: 2.875rem 2.5rem 2.5rem 3.1875rem;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer-details {
    padding: 0 1.5rem 2rem;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-details {
    gap: 1.5rem;
    flex-direction: column;
  }
}
.site-footer .footer-detail {
  min-width: 12.5rem;
}
.site-footer .footer-detail-label {
  margin: 0 0 0.5rem;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #FFAC0F;
}
.site-footer .footer-detail-value {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.625;
}
.site-footer .footer-hours-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  max-width: 13.75rem;
}
.site-footer .footer-nav-panel {
  position: relative;
  flex: 1 1 auto;
  padding: 2.6875rem 2.5rem 3.75rem 3.1875rem;
}
.site-footer .footer-nav-panel:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  background-color: rgba(26, 23, 39, 0.66);
  border-top-left-radius: 2rem;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer-nav-panel {
    padding: 2rem 1.5rem;
    border-top-left-radius: 1.5rem;
  }
}
.site-footer .footer-main-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .site-footer .footer-main-menu {
    gap: 0.875rem;
  }
}
.site-footer .back-to-top {
  position: absolute;
  right: 2.5rem;
  bottom: 1.25rem;
}
@media (max-width: 767px) {
  .site-footer .back-to-top {
    right: 1.25rem;
  }
}
.site-footer .back-to-top .link-as-bttn.ghost-button span.text {
  color: #FFFFFF;
}
.site-footer .back-to-top .link-as-bttn.ghost-button:hover, .site-footer .back-to-top .link-as-bttn.ghost-button:focus-visible {
  background-color: rgba(255, 255, 255, 0.12);
}
.site-footer .site-footer-bottom {
  padding: 1.5rem 1.5rem;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  opacity: 0.66;
  transition: opacity 0.3s ease-in-out;
  position: relative;
}
.site-footer .site-footer-bottom:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  background-color: rgba(26, 23, 39, 0.66);
  border-top-left-radius: 2rem;
  z-index: -1;
}
.site-footer .site-footer-bottom:hover, .site-footer .site-footer-bottom:focus-within {
  opacity: 1;
}
.site-footer .site-footer-bottom .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .site-footer .site-footer-bottom .wrapper {
    justify-content: center;
    text-align: center;
    gap: 0.75rem;
  }
}
@media (max-width: 767px) {
  .site-footer .site-footer-bottom {
    border-top-left-radius: 1.5rem;
    padding: 1.25rem 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-footer .site-footer-bottom {
    opacity: 1;
    transition: none;
  }
}
.site-footer .privacy-policy-menu {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.blog-header {
  padding: 32px 0 66px 0;
}
.blog-header .wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .blog-header .wrapper {
    align-items: flex-start;
    gap: 20px;
    padding-left: 10px;
  }
}
.blog-header .wrapper:before {
  content: "";
  display: block;
  height: 135px;
  width: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.blog-header .wrapper .heading-container {
  display: flex;
  align-items: center;
  gap: 90px;
  flex: 1;
}
@media (max-width: 767px) {
  .blog-header .wrapper .heading-container {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-header .wrapper .heading-container .heading {
  flex: 0 0 auto;
}
.blog-header .wrapper .heading-container .body-text {
  flex: 1;
  max-width: 660px;
}

.text-column-wrapper {
  display: flex;
  gap: 50px 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .text-column-wrapper {
    gap: 30px;
  }
}

.breaker-section {
  margin-top: 120px;
  margin-bottom: 120px;
  width: 100%;
}
@media (max-width: 767px) {
  .breaker-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.breaker-section .wrapper {
  position: relative;
  width: 100%;
}
.breaker-section .wrapper .breaker-background {
  z-index: -1;
  position: absolute;
  right: -20px;
  top: -20px;
  bottom: -20px;
  opacity: 0.15;
  border-radius: 24px;
  width: 150vw;
  border: 1px solid #E8E7EE;
  box-shadow: inset 0 0 0 20px #FFFFFF;
}
.breaker-section .wrapper {
  display: flex;
  gap: 140px;
}
@media (max-width: 767px) {
  .breaker-section .wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.breaker-section .wrapper .breaker-section__bg {
  margin-top: -56px;
  margin-bottom: -56px;
  position: relative;
  max-width: 520px;
  max-height: 552px;
}
@media (max-width: 767px) {
  .breaker-section .wrapper .breaker-section__bg {
    max-width: 90%;
    max-height: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.breaker-section .wrapper .breaker-section__bg img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.breaker-section .wrapper .breaker-section__content {
  flex: 1;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 478px;
}
@media (max-width: 767px) {
  .breaker-section .wrapper .breaker-section__content {
    max-width: 100%;
    gap: 12px;
    padding-bottom: 20px;
  }
}
.breaker-section .wrapper .breaker-section__heading {
  color: #4B0082;
  letter-spacing: -2%;
}
@media (max-width: 767px) {
  .breaker-section .wrapper .breaker-section__heading {
    font-size: 32px;
    line-height: 140%;
  }
}

article.post {
  margin-bottom: 0;
}
article.post .post-body-wrapper .entry-content {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.post-meta {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  /* 18.9px */
  letter-spacing: -0.28px;
  color: #4B0082;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.post-meta a {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  /* 18.9px */
  letter-spacing: -0.28px;
  color: #4B0082;
}
.post-meta a:hover {
  color: #8852B4;
}

article.single-excerpt {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 45px;
}
@media (max-width: 767px) {
  article.single-excerpt {
    flex-direction: column;
    gap: 20px;
  }
}
article.single-excerpt .master-post-thumbnail {
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
  max-width: 740px;
  width: 100%;
}
@media (max-width: 767px) {
  article.single-excerpt .master-post-thumbnail {
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
article.single-excerpt .master-post-thumbnail:before {
  content: "";
  left: 20px;
  top: 20px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  article.single-excerpt .master-post-thumbnail:before {
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
  }
}
article.single-excerpt .post-thumbnail-link {
  display: block;
  position: relative;
  overflow: hidden;
}
article.single-excerpt .post-thumbnail-link img,
article.single-excerpt .post-thumbnail-link picture {
  display: block;
  position: relative;
  z-index: 1;
}
article.single-excerpt .master-post-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

article.post-master .post-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 40px;
}
@media (max-width: 767px) {
  article.post-master .post-meta {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  article.post-master .button-container {
    justify-content: flex-end;
  }
}
article.post-master .post-master-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
article.post-master .post-master-content .heading {
  letter-spacing: -0.48px;
}
article.post-master .post-master-content .heading a {
  color: #1A1727;
}
article.post-master .post-master-content .heading a:hover {
  color: #4B0082;
}
article.post-master .post-master-content .body-text {
  max-width: 444px;
}
article.post-master:hover .master-post-thumbnail:before {
  transform: translate(-10px, -10px);
}

article.post-medium {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  align-items: flex-start;
  width: 100%;
  max-width: 630px;
  flex: 1 1 50%;
}
article.post-medium .post-thumbnail {
  width: 100%;
  position: relative;
}
article.post-medium .post-meta {
  max-width: 135px;
  width: 100%;
}
@media (max-width: 767px) {
  article.post-medium .post-meta {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  article.post-medium .post-content-box {
    max-width: 100%;
  }
}
article.post-medium:nth-of-type(even) .post-thumbnail:before {
  transition: all 0.3s ease-in-out;
  transform: translate(-10px, -10px);
}
article.post-medium:nth-of-type(even):hover .post-thumbnail:before {
  transform: translate(-5px, -5px);
}
article.post-medium:nth-of-type(odd) .post-thumbnail:before {
  transition: all 0.3s ease-in-out;
  transform: translate(10px, 10px);
}
article.post-medium:nth-of-type(odd):hover .post-thumbnail:before {
  transform: translate(5px, 5px);
}
article.post-medium .post-meta {
  display: flex;
  gap: 8px;
  min-height: 47px;
  align-items: center;
  flex-wrap: wrap;
}
article.post-medium .post-content-box {
  flex: 1;
  display: flex;
  gap: 20px;
  flex-direction: column;
  position: relative;
  width: 100%;
}
article.post-medium .post-content-box .title-container {
  max-width: calc(100% - 62px);
  min-height: 47px;
  display: flex;
  align-items: center;
}
article.post-medium .post-content-box .button-container {
  position: absolute;
  top: 0;
  right: 0;
}

article.post-small {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  align-items: flex-start;
  width: 100%;
  max-width: 410px;
  flex: 1 1 33.33333%;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  article.post-small {
    flex: unset;
    width: 100%;
  }
}
article.post-small:before {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  border-radius: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(232, 213, 255, 0.3);
  z-index: -1;
  pointer-events: none;
}
article.post-small .post-thumbnail {
  width: 100%;
  position: relative;
}
article.post-small .post-meta {
  justify-content: space-between;
  display: flex;
  gap: 20px;
  width: 100%;
}
article.post-small .post-content-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0px 20px 30px 20px;
}
article.post-small .button-container {
  position: absolute;
  bottom: 0;
  right: 20px;
  transition: all 0.3s ease-in-out;
  transform: translateY(50%);
}
article.post-small .button-container a.link-as-bttn {
  background: #FFFFFF;
}
article.post-small .post-excerpt-content {
  flex: 1;
}

article.single-post {
  position: relative;
  margin: 0;
}
article.single-post .post-main-image {
  width: 100%;
  height: 450px;
  object-fit: cover;
  margin: 1.5rem 0;
  display: flex;
}
@media (max-width: 767px) {
  article.single-post .post-main-image {
    height: 320px;
  }
}
article.single-post .post-main-image .wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
article.single-post .post-main-image .wrapper .post-main-image__wrapper {
  position: relative;
  display: flex;
}
article.single-post .post-main-image .wrapper .post-main-image__wrapper img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}
@media (max-width: 767px) {
  article.single-post .post-main-image .wrapper .post-main-image__wrapper img {
    border-radius: 12px;
  }
}
article.single-post .post-main-image .wrapper .post-main-image__wrapper:before {
  transform: translateY(-24px) translateX(24px);
}
@media (max-width: 767px) {
  article.single-post .post-main-image .wrapper .post-main-image__wrapper:before {
    border-radius: 12px;
    transform: translateY(-16px) translateX(16px);
  }
}
article.single-post .post-header-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  position: relative;
  padding-top: 0px;
  margin-bottom: 30px;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
article.single-post .post-header-container .post-header-wrapper {
  padding: 1.875rem 0rem;
}
article.single-post .post-header-container .post-meta {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
@media (max-width: 767px) {
  article.single-post .post-body-container {
    padding-left: 1em;
    padding-right: 1em;
  }
}

/**
 * Sekcja "O autorze"
 * 
 * Stylowanie sekcji informacji o autorze wpisu
 */
.post-author-info {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  padding-top: 100px;
  padding-bottom: 150px;
}
.post-author-info .post-author-label {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: flex-end;
  margin-bottom: 30px;
}
.post-author-info .post-author-label:before, .post-author-info .post-author-label:after {
  content: "";
  display: block;
  width: 190px;
  height: 80px;
}
@media (max-width: 767px) {
  .post-author-info .post-author-label:before, .post-author-info .post-author-label:after {
    width: 100px;
    height: 40px;
    background-size: contain;
  }
}
.post-author-info .post-author-label:before {
  background-position: center right;
}
.post-author-info .post-author-label:after {
  background-position: center left;
}
.post-author-info .post-author-label span {
  color: #4B0082;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  /* 18.9px */
  letter-spacing: -0.28px;
  display: block;
  padding-bottom: 22px;
}
@media (max-width: 767px) {
  .post-author-info .post-author-label span {
    padding-bottom: 12px;
  }
}
.post-author-info .author-info-title {
  margin: 0 0 16px 0;
  font-size: 1.2em;
  font-weight: 600;
}
.post-author-info .author-info-content {
  display: flex;
  gap: 30px;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .post-author-info .author-info-content {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
}
.post-author-info .author-avatar {
  width: 228px;
  height: 262px;
  border-radius: 12px;
}
.post-author-info .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.post-author-info .author-details {
  flex: 1;
}
.post-author-info .author-name {
  color: #4B0082;
}
.post-author-info .author-position {
  color: #260052;
}

.widget-content ul.wp-block-categories-list.wp-block-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget-content ul.wp-block-categories-list.wp-block-categories li a {
  border: 1px solid rgba(164, 164, 164, 0.5);
  background: #E0E0E0;
  color: #1E1E1E;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.widget-content ul.wp-block-categories-list.wp-block-categories li a:hover {
  background: #F5F0E8;
  border-color: #F5F0E8;
  color: #260052;
}

.widget-master-title {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 24px;
  color: #4B0082;
}

.widget-content .pof-blocks.list-of-toolbox-container.wp-block-pof-list-of-toolbox {
  margin: 20px 0;
  padding: 0;
}
.widget-content .pof-blocks.list-of-toolbox-container.wp-block-pof-list-of-toolbox .toolbox-grid-wrapper .wrapper {
  padding: 0;
}
.widget-content .pof-blocks.list-of-toolbox-container.wp-block-pof-list-of-toolbox .toolbox-grid {
  display: flex;
  gap: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
@media (max-width: 768px) {
  .widget-content .pof-blocks.list-of-toolbox-container.wp-block-pof-list-of-toolbox .toolbox-grid {
    gap: 15px;
  }
}
.widget-content .pof-blocks.list-of-toolbox-container.wp-block-pof-list-of-toolbox .single-toolbox-item {
  padding: 15px;
  gap: 15px;
}
.widget-content .pof-blocks.list-of-toolbox-container.wp-block-pof-list-of-toolbox .single-toolbox-item .icon-element {
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
}
.widget-content .pof-blocks.list-of-toolbox-container.wp-block-pof-list-of-toolbox .single-toolbox-item .content-wrapper .heading.fz-20 {
  font-size: 16px;
  line-height: 1.35;
}
.widget-content .pof-blocks.list-of-toolbox-container.wp-block-pof-list-of-toolbox .single-toolbox-item .content-wrapper .text-content-element .body-text {
  font-size: 14px;
}

.entry-content,
.wp-block-paragraph.rich-text,
.block-editor-rich-text__editable {
  padding-top: 0px;
  margin-top: 0;
  font-size: 18px;
  line-height: 140%;
  padding-bottom: 50px;
  line-height: 1.75em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .entry-content,
  .wp-block-paragraph.rich-text,
  .block-editor-rich-text__editable {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
  .entry-content > *,
  .wp-block-paragraph.rich-text > *,
  .block-editor-rich-text__editable > * {
    max-width: 100%;
  }
}
.entry-content .newsletter.in-text,
.wp-block-paragraph.rich-text .newsletter.in-text,
.block-editor-rich-text__editable .newsletter.in-text {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.entry-content .newsletter.in-text .newsletter-icon,
.wp-block-paragraph.rich-text .newsletter.in-text .newsletter-icon,
.block-editor-rich-text__editable .newsletter.in-text .newsletter-icon {
  color: #260052;
  width: 144px;
  transform: rotate(-12deg);
  position: absolute;
  z-index: -1;
  opacity: 0.4;
}
.entry-content .newsletter.in-text .newsletter-heading,
.wp-block-paragraph.rich-text .newsletter.in-text .newsletter-heading,
.block-editor-rich-text__editable .newsletter.in-text .newsletter-heading {
  text-align: center;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #1A1727;
  text-align: center;
  font-size: 44px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
}
.entry-content .newsletter.in-text .newsletter-text,
.wp-block-paragraph.rich-text .newsletter.in-text .newsletter-text,
.block-editor-rich-text__editable .newsletter.in-text .newsletter-text {
  margin-bottom: 1em;
  text-align: center;
}
.entry-content .newsletter.in-text .newsletter-text-wrapper,
.wp-block-paragraph.rich-text .newsletter.in-text .newsletter-text-wrapper,
.block-editor-rich-text__editable .newsletter.in-text .newsletter-text-wrapper {
  position: relative;
  color: #FEFDFB;
  max-width: 780px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.entry-content .newsletter.in-text .newsletter-text-wrapper form,
.wp-block-paragraph.rich-text .newsletter.in-text .newsletter-text-wrapper form,
.block-editor-rich-text__editable .newsletter.in-text .newsletter-text-wrapper form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.entry-content .newsletter.in-text .newsletter-text-wrapper form .label-inline,
.wp-block-paragraph.rich-text .newsletter.in-text .newsletter-text-wrapper form .label-inline,
.block-editor-rich-text__editable .newsletter.in-text .newsletter-text-wrapper form .label-inline {
  width: calc(50% - 15px);
}
@media screen and (max-width: 820px) {
  .entry-content .newsletter.in-text .newsletter-text-wrapper form .label-inline,
  .wp-block-paragraph.rich-text .newsletter.in-text .newsletter-text-wrapper form .label-inline,
  .block-editor-rich-text__editable .newsletter.in-text .newsletter-text-wrapper form .label-inline {
    width: 100%;
  }
}
.entry-content .newsletter.in-text .newsletter-text-wrapper form .yikes-mailchimp-eu-compliance-label,
.wp-block-paragraph.rich-text .newsletter.in-text .newsletter-text-wrapper form .yikes-mailchimp-eu-compliance-label,
.block-editor-rich-text__editable .newsletter.in-text .newsletter-text-wrapper form .yikes-mailchimp-eu-compliance-label {
  width: 66%;
  color: #FEFDFB;
  font-size: 13px;
  line-height: 21px;
}
@media screen and (max-width: 820px) {
  .entry-content .newsletter.in-text .newsletter-text-wrapper form .yikes-mailchimp-eu-compliance-label,
  .wp-block-paragraph.rich-text .newsletter.in-text .newsletter-text-wrapper form .yikes-mailchimp-eu-compliance-label,
  .block-editor-rich-text__editable .newsletter.in-text .newsletter-text-wrapper form .yikes-mailchimp-eu-compliance-label {
    width: 100%;
  }
}
.entry-content .newsletter.in-text .newsletter-text-wrapper:after,
.wp-block-paragraph.rich-text .newsletter.in-text .newsletter-text-wrapper:after,
.block-editor-rich-text__editable .newsletter.in-text .newsletter-text-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -150px;
  bottom: 0;
  right: -150px;
  background: linear-gradient(270deg, #4B0082 0%, #9216DF 100%);
  border-radius: 150px;
  z-index: -1;
}
.entry-content .newsletter.in-text .newsletter-text-wrapper .newsletter-text-wrapper,
.wp-block-paragraph.rich-text .newsletter.in-text .newsletter-text-wrapper .newsletter-text-wrapper,
.block-editor-rich-text__editable .newsletter.in-text .newsletter-text-wrapper .newsletter-text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
@media screen and (max-width: 1120px) {
  .entry-content,
  .wp-block-paragraph.rich-text,
  .block-editor-rich-text__editable {
    padding-left: 0em;
    padding-right: 0em;
  }
}
.entry-content hr,
.wp-block-paragraph.rich-text hr,
.block-editor-rich-text__editable hr {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  width: 100%;
  background-color: #FFD37A;
  border: none;
  height: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.entry-content h1,
.entry-content h2,
.entry-content h3:not(.toc-title),
.entry-content h4,
.entry-content h5,
.entry-content h5,
.wp-block-paragraph.rich-text h1,
.wp-block-paragraph.rich-text h2,
.wp-block-paragraph.rich-text h3:not(.toc-title),
.wp-block-paragraph.rich-text h4,
.wp-block-paragraph.rich-text h5,
.wp-block-paragraph.rich-text h5,
.block-editor-rich-text__editable h1,
.block-editor-rich-text__editable h2,
.block-editor-rich-text__editable h3:not(.toc-title),
.block-editor-rich-text__editable h4,
.block-editor-rich-text__editable h5,
.block-editor-rich-text__editable h5 {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.35em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.32px;
}
.entry-content p,
.wp-block-paragraph.rich-text p,
.block-editor-rich-text__editable p {
  margin-bottom: 1rem;
}
.entry-content p:first-of-type,
.wp-block-paragraph.rich-text p:first-of-type,
.block-editor-rich-text__editable p:first-of-type {
  margin-top: 0;
}
.entry-content p:last-of-type,
.wp-block-paragraph.rich-text p:last-of-type,
.block-editor-rich-text__editable p:last-of-type {
  margin-bottom: 0;
}
.entry-content .wp-embedded-content,
.wp-block-paragraph.rich-text .wp-embedded-content,
.block-editor-rich-text__editable .wp-embedded-content {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.entry-content .wp-block-video,
.entry-content .wp-block-embed,
.entry-content .wp-block-image,
.wp-block-paragraph.rich-text .wp-block-video,
.wp-block-paragraph.rich-text .wp-block-embed,
.wp-block-paragraph.rich-text .wp-block-image,
.block-editor-rich-text__editable .wp-block-video,
.block-editor-rich-text__editable .wp-block-embed,
.block-editor-rich-text__editable .wp-block-image {
  margin-top: 3em;
  margin-bottom: 3em;
}
.entry-content h2,
.wp-block-paragraph.rich-text h2,
.block-editor-rich-text__editable h2 {
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .entry-content h2,
  .wp-block-paragraph.rich-text h2,
  .block-editor-rich-text__editable h2 {
    font-size: 1.8rem;
    line-height: 1.35em;
  }
}
.entry-content h3,
.wp-block-paragraph.rich-text h3,
.block-editor-rich-text__editable h3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  .entry-content h3,
  .wp-block-paragraph.rich-text h3,
  .block-editor-rich-text__editable h3 {
    font-size: 1.7rem;
    line-height: 1.35em;
  }
}
.entry-content h4,
.wp-block-paragraph.rich-text h4,
.block-editor-rich-text__editable h4 {
  font-size: 1.33rem;
}
@media screen and (max-width: 640px) {
  .entry-content h4,
  .wp-block-paragraph.rich-text h4,
  .block-editor-rich-text__editable h4 {
    font-size: 1.6rem;
    line-height: 1.35em;
  }
}
.entry-content h5,
.wp-block-paragraph.rich-text h5,
.block-editor-rich-text__editable h5 {
  font-size: 1.25rem;
}
@media screen and (max-width: 640px) {
  .entry-content h5,
  .wp-block-paragraph.rich-text h5,
  .block-editor-rich-text__editable h5 {
    font-size: 1.5rem;
    line-height: 1.35em;
  }
}
.entry-content h6,
.wp-block-paragraph.rich-text h6,
.block-editor-rich-text__editable h6 {
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .entry-content h6,
  .wp-block-paragraph.rich-text h6,
  .block-editor-rich-text__editable h6 {
    font-size: 1.2rem;
    line-height: 1.35em;
  }
}
.entry-content ol li::marker,
.wp-block-paragraph.rich-text ol li::marker,
.block-editor-rich-text__editable ol li::marker {
  color: #AEAEAE;
  opacity: 0.5;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.entry-content address,
.wp-block-paragraph.rich-text address,
.block-editor-rich-text__editable address {
  margin-top: 20px;
  margin-bottom: 20px;
}
.entry-content .wp-block-image,
.entry-content img,
.entry-content picture,
.entry-content embed,
.entry-content iframe,
.entry-content video,
.wp-block-paragraph.rich-text .wp-block-image,
.wp-block-paragraph.rich-text img,
.wp-block-paragraph.rich-text picture,
.wp-block-paragraph.rich-text embed,
.wp-block-paragraph.rich-text iframe,
.wp-block-paragraph.rich-text video,
.block-editor-rich-text__editable .wp-block-image,
.block-editor-rich-text__editable img,
.block-editor-rich-text__editable picture,
.block-editor-rich-text__editable embed,
.block-editor-rich-text__editable iframe,
.block-editor-rich-text__editable video {
  border-radius: 0px;
}
.entry-content p + blockquote,
.wp-block-paragraph.rich-text p + blockquote,
.block-editor-rich-text__editable p + blockquote {
  margin-top: 1em;
}
.entry-content blockquote + ul,
.wp-block-paragraph.rich-text blockquote + ul,
.block-editor-rich-text__editable blockquote + ul {
  margin-top: 2em;
}
.entry-content ul,
.wp-block-paragraph.rich-text ul,
.block-editor-rich-text__editable ul {
  font-weight: 300;
}
.entry-content blockquote,
.wp-block-paragraph.rich-text blockquote,
.block-editor-rich-text__editable blockquote {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #FFAC0F;
  leading-trim: both;
  text-edge: cap;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 135%;
  /* 48px */
  letter-spacing: -2%;
  width: 820px;
  position: relative;
  padding: 40px;
  border-radius: 12px;
  background: #F4F3F7;
  position: relative;
}
.entry-content blockquote:before,
.wp-block-paragraph.rich-text blockquote:before,
.block-editor-rich-text__editable blockquote:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #F5F0E8;
  opacity: 0.25;
  background-position: center;
  background-size: auto 400px;
  width: 90px;
  height: 100%;
  border-radius: 12px;
  top: 0;
  left: -120px;
  z-index: 1;
}
.entry-content blockquote:after,
.wp-block-paragraph.rich-text blockquote:after,
.block-editor-rich-text__editable blockquote:after {
  content: "";
  display: block;
  position: absolute;
  top: 36px;
  left: -120px;
  width: 90px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.entry-content blockquote > *:not(.wp-block-image),
.wp-block-paragraph.rich-text blockquote > *:not(.wp-block-image),
.block-editor-rich-text__editable blockquote > *:not(.wp-block-image) {
  max-width: 850px;
}
.entry-content blockquote .wp-block-image,
.wp-block-paragraph.rich-text blockquote .wp-block-image,
.block-editor-rich-text__editable blockquote .wp-block-image {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content blockquote p,
.wp-block-paragraph.rich-text blockquote p,
.block-editor-rich-text__editable blockquote p {
  margin-bottom: 1rem;
  padding: 0;
  background: transparent;
}
.entry-content blockquote p:first-of-type,
.wp-block-paragraph.rich-text blockquote p:first-of-type,
.block-editor-rich-text__editable blockquote p:first-of-type {
  margin-top: 0;
}
.entry-content blockquote p:last-of-type,
.wp-block-paragraph.rich-text blockquote p:last-of-type,
.block-editor-rich-text__editable blockquote p:last-of-type {
  margin-bottom: 0;
}
.entry-content blockquote p.has-white-background-color,
.wp-block-paragraph.rich-text blockquote p.has-white-background-color,
.block-editor-rich-text__editable blockquote p.has-white-background-color {
  background: transparent !important;
}
.entry-content blockquote footer,
.wp-block-paragraph.rich-text blockquote footer,
.block-editor-rich-text__editable blockquote footer {
  text-align: right;
  font-size: 0.75em;
}
@media screen and (max-width: 820px) {
  .entry-content blockquote,
  .wp-block-paragraph.rich-text blockquote,
  .block-editor-rich-text__editable blockquote {
    font-size: 20px;
    margin-top: 30px;
    padding: 20px;
  }
}
.entry-content ul li::marker,
.wp-block-paragraph.rich-text ul li::marker,
.block-editor-rich-text__editable ul li::marker {
  color: #AEAEAE;
  opacity: 0.5;
}
.entry-content p,
.wp-block-paragraph.rich-text p,
.block-editor-rich-text__editable p {
  margin-bottom: 1em;
  font-weight: 300;
}
.entry-content p:first-of-type,
.wp-block-paragraph.rich-text p:first-of-type,
.block-editor-rich-text__editable p:first-of-type {
  margin-top: 0;
}
.entry-content p:last-of-type,
.wp-block-paragraph.rich-text p:last-of-type,
.block-editor-rich-text__editable p:last-of-type {
  margin-bottom: 0;
}
.entry-content p + h1,
.wp-block-paragraph.rich-text p + h1,
.block-editor-rich-text__editable p + h1 {
  margin-top: 2em;
}
.entry-content p + h2,
.wp-block-paragraph.rich-text p + h2,
.block-editor-rich-text__editable p + h2 {
  margin-top: 1.5em;
}
.entry-content table + *,
.wp-block-paragraph.rich-text table + *,
.block-editor-rich-text__editable table + * {
  margin-top: 2em;
}
.entry-content > *,
.wp-block-paragraph.rich-text > *,
.block-editor-rich-text__editable > * {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .entry-content > *,
  .wp-block-paragraph.rich-text > *,
  .block-editor-rich-text__editable > * {
    max-width: 100%;
  }
}
.entry-content .wp-block-paragraph,
.wp-block-paragraph.rich-text .wp-block-paragraph,
.block-editor-rich-text__editable .wp-block-paragraph {
  max-width: 740px;
}
.entry-content .wp-block-quote,
.wp-block-paragraph.rich-text .wp-block-quote,
.block-editor-rich-text__editable .wp-block-quote {
  max-width: 820px;
  width: 100%;
}
.entry-content .wp-block-heading,
.wp-block-paragraph.rich-text .wp-block-heading,
.block-editor-rich-text__editable .wp-block-heading {
  color: #1A1727;
  font-weight: 300;
  max-width: 740px;
}
.entry-content .wp-block-heading strong,
.entry-content .wp-block-heading b,
.entry-content .wp-block-heading em,
.entry-content .wp-block-heading i,
.wp-block-paragraph.rich-text .wp-block-heading strong,
.wp-block-paragraph.rich-text .wp-block-heading b,
.wp-block-paragraph.rich-text .wp-block-heading em,
.wp-block-paragraph.rich-text .wp-block-heading i,
.block-editor-rich-text__editable .wp-block-heading strong,
.block-editor-rich-text__editable .wp-block-heading b,
.block-editor-rich-text__editable .wp-block-heading em,
.block-editor-rich-text__editable .wp-block-heading i {
  color: #4B0082;
}
.entry-content .wp-block-heading strong,
.entry-content .wp-block-heading b,
.wp-block-paragraph.rich-text .wp-block-heading strong,
.wp-block-paragraph.rich-text .wp-block-heading b,
.block-editor-rich-text__editable .wp-block-heading strong,
.block-editor-rich-text__editable .wp-block-heading b {
  font-weight: 600;
}
.entry-content .wp-block-list,
.wp-block-paragraph.rich-text .wp-block-list,
.block-editor-rich-text__editable .wp-block-list {
  max-width: 740px;
  width: 100%;
}
.entry-content > .wp-block-image,
.wp-block-paragraph.rich-text > .wp-block-image,
.block-editor-rich-text__editable > .wp-block-image {
  max-width: 820px;
  width: 100%;
}
.entry-content > .wp-block-image img,
.wp-block-paragraph.rich-text > .wp-block-image img,
.block-editor-rich-text__editable > .wp-block-image img {
  border-radius: 12px 12px 0 0;
}
.entry-content > .wp-block-image .wp-element-caption,
.wp-block-paragraph.rich-text > .wp-block-image .wp-element-caption,
.block-editor-rich-text__editable > .wp-block-image .wp-element-caption {
  background: #F4F3F7;
  border-radius: 0px 0px 12px 12px;
  padding: 10px 20px;
  margin: 0;
}
.entry-content .wp-block-gallery,
.wp-block-paragraph.rich-text .wp-block-gallery,
.block-editor-rich-text__editable .wp-block-gallery {
  max-width: 820px;
  width: 100%;
}
.entry-content .wp-block-gallery .wp-block-image,
.wp-block-paragraph.rich-text .wp-block-gallery .wp-block-image,
.block-editor-rich-text__editable .wp-block-gallery .wp-block-image {
  border-radius: 6px;
}
.entry-content .wp-block-gallery .wp-block-image img,
.wp-block-paragraph.rich-text .wp-block-gallery .wp-block-image img,
.block-editor-rich-text__editable .wp-block-gallery .wp-block-image img {
  border-radius: 6px;
}
.entry-content table,
.wp-block-paragraph.rich-text table,
.block-editor-rich-text__editable table {
  max-width: 1200px;
  width: 98%;
  font-size: 0.875em;
  line-height: 1.25em;
}
.entry-content table tr td,
.wp-block-paragraph.rich-text table tr td,
.block-editor-rich-text__editable table tr td {
  border-top: 0.5px solid #8852B4;
  padding: 4px;
}
.entry-content iframe.youtube-player,
.wp-block-paragraph.rich-text iframe.youtube-player,
.block-editor-rich-text__editable iframe.youtube-player {
  width: 100% !important;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  aspect-ratio: 16/9;
}

.wp-embed.post {
  border-radius: 10px;
}

body.error404 main.site-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}

body.error404 #page {
  padding-top: 0;
}

.error-404 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 120px;
  overflow: hidden;
}
.error-404 .bttn-wrapper {
  width: 100%;
  max-width: 620px;
}
.error-404 .bttn-wrapper a.link-as-bttn .bttn-text-container {
  width: 100%;
}
.error-404 .bttn-wrapper a.link-as-bttn .bttn-text-container .text-layer {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.error-404 .wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 80px;
}
.error-404 .main-error-page-element--text {
  margin-top: 32px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.error-404 .main-error-page-element {
  position: relative;
}
.error-404 .main-error-page-element .main-error-page-element--master,
.error-404 .main-error-page-element .main-error-page-element--text {
  position: relative;
  z-index: 2;
}
.error-404 .main-error-page-element--master {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-404 .main-error-page-element--master:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -25px;
  right: -25px;
  top: -500px;
  background: linear-gradient(180deg, #FFF, #4B0082);
  z-index: -1;
  opacity: 0.125;
}
.error-404 .main-error-page-element--master .display-medium {
  font-size: 200px;
  line-height: 1.4em;
  font-weight: 700;
  color: #FFF;
}
.error-404 .main-error-page-element--master .text-layer.heading {
  color: #FFFFFF;
  font-weight: 700;
  background: #8852B4; /* gradient */
  -webkit-background-clip: text; /* gradient nakładany na tekst */
  -webkit-text-fill-color: transparent;
}
.error-404 .main-error-page-element--text {
  max-width: 372px;
  text-align: center;
}
.error-404 .additional-buttons {
  gap: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .error-404 .additional-buttons {
    justify-content: center;
  }
}
.error-404 .additional-button {
  border-bottom: 1px solid var(--okno-green-green-500, #3F6B56);
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1em;
  gap: 8px;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  display: inline-flex;
  text-decoration: none;
  color: #8852B4;
}
@media screen and (max-width: 1000px) {
  .error-404 .additional-button {
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 396px) {
  .error-404 .additional-button {
    font-size: 13px;
    line-height: 1.4em;
  }
}
.error-404 .additional-button:hover {
  color: #260052;
  border-bottom-color: #260052;
}
.error-404 .additional-button span.icon {
  width: 24px;
  height: 16px;
  display: block;
}
.error-404 .additional-button span.icon svg {
  width: 14px;
  display: block;
  height: 14px;
}

.breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1280px) {
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.breadcrumbs li {
  display: inline;
  margin: 0;
  padding: 0;
}
.breadcrumbs li.separator {
  color: #FFFFFF;
  font-weight: 700;
}
.breadcrumbs li a {
  color: rgba(255, 255, 255, 0.66);
  text-decoration: none;
}
.breadcrumbs li a:hover {
  color: #9216DF;
}
.breadcrumbs li.item-current {
  font-weight: 700;
}

.breadcrumbs-master-container {
  position: relative;
  padding-top: 250px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  color: #FFF;
}
@media (max-width: 767px) {
  .breadcrumbs-master-container {
    padding-top: 150px;
  }
}
.breadcrumbs-master-container a {
  color: #FFF;
  text-decoration: none;
}
.breadcrumbs-master-container a:hover {
  color: #F5F0E8;
}
.breadcrumbs-master-container .breadcrumbs-master-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
}
.breadcrumbs-master-container .breadcrumbs-master-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1120px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation ul {
  display: flex;
  gap: 1.625rem;
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.main-navigation ul li {
  position: relative;
}
.main-navigation ul li a {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #4A4860;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  display: inline-block;
  padding: 0.5rem 0;
}
@media screen and (max-width: 1280px) {
  .main-navigation ul li a {
    gap: 1.25rem;
  }
}
.main-navigation ul li a:hover {
  color: #4B0082;
}
.main-navigation ul li a:focus-visible {
  outline: 3px solid #9216DF;
  outline-offset: 3px;
}
.main-navigation ul li.current-menu-item a, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current_page_parent a {
  color: #4B0082;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.main-navigation ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #F5F0E8;
  border-radius: 12px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.07);
  visibility: hidden;
  opacity: 0;
  flex-direction: column;
  transition: visibility 0s, opacity 0.3s ease-in-out;
  gap: 0.375rem;
}
.main-navigation ul li ul li {
  width: 220px;
  border-radius: 12px;
}
.main-navigation ul li ul li a {
  display: block;
  font-size: 0.8em;
  padding: 10px 20px;
  color: #1A1727;
  border-radius: 12px;
}
.main-navigation ul li ul li a:hover {
  background-color: #8852B4;
  color: #FFF;
}
.main-navigation ul li:hover ul {
  visibility: visible;
  opacity: 1;
}

.custom-post-navigation {
  margin-top: 144px;
  margin-bottom: 144px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .custom-post-navigation {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.custom-post-navigation ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 8px;
  margin: 0;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .custom-post-navigation ul {
    gap: 10px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
.custom-post-navigation ul .page-trigger a {
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  border-radius: 99px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .custom-post-navigation ul .page-trigger a {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}
.custom-post-navigation li a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  line-height: 60px;
  transition: background-color 0.3s;
  background: #FFFFFF;
  color: #1A1727;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  border-radius: 99px;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 820px) {
  .custom-post-navigation li a {
    font-size: 24px;
    min-width: 48px;
    min-height: 48px;
    line-height: 48px;
  }
}
.custom-post-navigation li a:hover {
  color: #4B0082;
}
.custom-post-navigation li a.navigation-link svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 820px) {
  .custom-post-navigation li a.navigation-link svg {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 580px) {
  .custom-post-navigation li a.navigation-link svg {
    width: 14px;
    height: 14px;
  }
}
.custom-post-navigation li.link-to-previous:before, .custom-post-navigation li.link-to-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  height: 60px;
  background-color: #F5F0E8;
}
.custom-post-navigation li.link-to-previous a, .custom-post-navigation li.link-to-next a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F0E8;
  color: #FFAC0F;
}
.custom-post-navigation li.link-to-next {
  position: absolute;
  right: 0;
}
.custom-post-navigation li.link-to-next:before {
  right: 30px;
  transform: translateY(-50%) translateX(100%);
}
.custom-post-navigation li.link-to-previous {
  position: absolute;
  left: 0;
}
.custom-post-navigation li.link-to-previous:before {
  left: 30px;
  transform: translateY(-50%) translateX(-100%);
}
.custom-post-navigation li.current-page a {
  font-weight: bold;
  background: #F5F0E8;
  color: #4B0082;
}
@media screen and (max-width: 580px) {
  .custom-post-navigation li.current-page a {
    font-weight: 700;
  }
}

.wpcf7-response-output {
  margin: 1.25rem 0 0;
  padding: 0.75rem 1.125rem;
  border-radius: 0.75rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.wpcf7-form.invalid .wpcf7-response-output {
  color: #1A1727;
  background: #FFF8E1;
  border-color: #FFAC0F;
}

.wpcf7-form.sent .wpcf7-response-output {
  color: #260052;
  background: #E8D5FF;
  border-color: #E8D5FF;
  text-align: center;
}

.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.aborted .wpcf7-response-output {
  color: #FFFFFF;
  background: #D32F2F;
  border-color: #D32F2F;
}

.wpcf7-not-valid-tip {
  margin-top: 0.375rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  color: #D32F2F;
}

.site-contact-page {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .site-contact-page .contact-page .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.site-contact-page .page-header.standard-header .wrapper {
  justify-content: space-between;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
}
.site-contact-page .page-header.standard-header .wrapper .text-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.site-contact-page .page-header.standard-header .wrapper .text-wrapper .page-extra-description {
  max-width: 420px;
}
.site-contact-page .contact-page-details {
  display: flex;
  background: rgba(178, 162, 162, 0.15);
  padding: 30px;
  width: 100%;
}
.site-contact-page .contact-page-details .contact-page-details--box {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
}
.site-contact-page .contact-page-details .contact-details-box {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  max-width: 360px;
  width: 100%;
  justify-content: space-between;
}
.site-contact-page .contact-page-details .contact-details-box__icon {
  flex-shrink: 0;
  color: #4B0082;
}
@media screen and (max-width: 768px) {
  .site-contact-page .contact-page-details .contact-details-box__icon {
    width: 48px;
    height: 48px;
  }
  .site-contact-page .contact-page-details .contact-details-box__icon svg {
    width: 100%;
    height: 100%;
  }
}
.site-contact-page .contact-page-details .contact-details-box__text {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.site-contact-page .contact-page-details .contact-details-box__text--title {
  font-weight: bold;
  color: #4B0082;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.site-contact-page .contact-page-details .contact-details-box__text--content {
  color: #000;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}
.site-contact-page .contact-page-details .contact-details-box__text--content a {
  color: #000;
  text-decoration: none;
}
.site-contact-page .contact-page-details .contact-details-box__text--content a:hover {
  color: #4B0082;
}
.site-contact-page .contact-form {
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: center;
}
.site-contact-page .contact-form .form-group.form-submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.site-contact-page .contact-form .form-row input[type=text],
.site-contact-page .contact-form .form-row input[type=email],
.site-contact-page .contact-form .form-row input[type=tel],
.site-contact-page .contact-form .form-row textarea {
  border: 2px solid #FFF;
  background: rgba(245, 240, 232, 0.2);
  color: #FFF;
}
.site-contact-page .contact-form .form-row input[type=text]::placeholder,
.site-contact-page .contact-form .form-row input[type=email]::placeholder,
.site-contact-page .contact-form .form-row input[type=tel]::placeholder,
.site-contact-page .contact-form .form-row textarea::placeholder {
  color: rgba(245, 240, 232, 0.5);
}
.site-contact-page .contact-form .form-row.full-width .form-group label {
  text-align: center;
}

.contact-page-details-first-line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 110px;
  margin-top: -45px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .contact-page-details-first-line {
    margin-left: 0;
    padding: 0 0px;
    width: 100%;
    max-width: 100%;
    background: #FFF;
  }
}
.contact-page-details-first-line .element {
  display: flex;
  flex-direction: row;
  height: 90px;
}
.contact-page-details-first-line .element .element-icon {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F0E8;
  color: #4B0082;
}
.contact-page-details-first-line .element .element-icon img,
.contact-page-details-first-line .element .element-icon svg {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.contact-page-details-first-line .element .element-text-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.contact-page-details-first-line .element .element-text {
  background: #FFF;
  color: #4B0082;
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-width: 310px;
}

.contact-page-details-second-line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 110px;
  margin-top: 40px;
  background: #FFF;
  padding: 20px;
  gap: 30px;
  color: #4B0082;
  position: relative;
}
@media (max-width: 767px) {
  .contact-page-details-second-line {
    margin-left: 0;
    padding: 20px 20px;
    max-width: 100%;
    width: auto;
  }
}
.contact-page-details-second-line .element-text p {
  margin: 0;
}

main.site-main.site-contact-page .custom-page-header.short-header {
  height: 450px;
}
main.site-main.site-contact-page .custom-page-header.short-header .header-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 80px;
}

#search-container {
  position: fixed;
  top: 120px;
  left: 0;
  z-index: 125;
  background: #FFF;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out all;
  transform: translateY(-100%);
}
@media screen and (max-width: 820px) {
  #search-container {
    top: 84px;
  }
}
#search-container .search-container-wrapper {
  position: relative;
  padding: 20px 0;
}
#search-container .search-container-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.4;
  background: #F5F0E8;
  position: absolute;
  z-index: 1;
}
#search-container .search-close-trigger button {
  padding: 0;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #4B0082;
  background: #F5F0E8;
  color: #4B0082;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  min-width: 0;
  border: 0;
}
#search-container .search-close-trigger button svg {
  width: 24px;
  height: 24px;
  display: block;
}
#search-container .wrapper {
  position: relative;
  z-index: 2;
  max-width: 980px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  #search-container .wrapper {
    gap: 10px;
  }
}
#search-container .wrapper form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 820px) {
  #search-container .wrapper form {
    gap: 10px;
  }
}
#search-container .wrapper form > label {
  flex: 1;
}
#search-container .wrapper form input {
  border-radius: 0;
}
#search-container .wrapper form button {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  min-width: 0;
}
#search-container .wrapper form button svg {
  width: 20px;
  height: 20px;
  display: block;
}
#search-container.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
#search-container.on-search-page {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  position: relative;
}

.search-results-page {
  padding-top: 110px;
}
@media screen and (max-width: 820px) {
  .search-results-page {
    padding-top: 80px;
  }
}
@media screen and (max-width: 640px) {
  .search-results-page {
    padding-top: 60px;
  }
}
.search-results-page .page-header {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}
.search-results-page .container {
  display: flex;
  flex-direction: row;
  gap: 100px;
}
.search-results-page .container .search-results-heading {
  width: 200px;
}
@media screen and (max-width: 820px) {
  .search-results-page .container .search-results-heading {
    width: 100%;
    margin-bottom: 30px;
  }
}
.search-results-page .container .list-of-articles-group {
  flex: 1;
}
@media screen and (max-width: 820px) {
  .search-results-page .container {
    flex-direction: column;
    gap: 40px;
  }
}

section.no-results {
  padding-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.no-results .page-content {
  font-size: 21px;
  font-weight: 300;
}

.site-shop-page {
  margin-top: 125px;
  max-width: 100%;
}
.site-shop-page .site-shop-page--top {
  margin-bottom: 100px;
}
.site-shop-page .site-shop-page--top .wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.site-shop-page .site-shop-page--top .wrapper .site-shop-page--background {
  position: relative;
  height: 360px;
  width: 100%;
}
.site-shop-page .site-shop-page--top .wrapper .site-shop-page--background .site-shop-page--background-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}
.site-shop-page .site-shop-page--top .wrapper .site-shop-page--background .site-shop-page--background-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-shop-page .site-shop-page--top .wrapper .site-shop-page--content {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.site-shop-page .site-shop-page--top .wrapper .site-shop-page--content .heading {
  margin-bottom: 32px;
}
.site-shop-page .site-shop-page--top .wrapper .site-shop-page--text-box .entry-content {
  padding-bottom: 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  float: none;
  display: none;
}

.list-of-products {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 125px;
}
.list-of-products .product {
  float: none;
  margin: 0;
  width: 100%;
}
.list-of-products .product .single-listed-product {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 50px;
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  min-height: 266px;
}
@media screen and (max-width: 768px) {
  .list-of-products .product .single-listed-product {
    flex-direction: column;
    gap: 30px;
  }
}
.list-of-products .product .single-listed-product .single-product-page__image {
  flex: 4;
}
@media screen and (max-width: 840px) {
  .list-of-products .product .single-listed-product .single-product-page__image {
    flex: unset;
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
.list-of-products .product .single-listed-product .single-product-page__image .badge {
  position: absolute;
}
.list-of-products .product .single-listed-product .single-product-page__image .badge span {
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #4B0082;
  text-transform: uppercase;
  top: 0;
  left: 0;
}
.list-of-products .product .single-listed-product .single-product-page__image a {
  display: block;
  height: 100%;
}
.list-of-products .product .single-listed-product .single-product-page__image a img {
  display: block;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.list-of-products .product .single-listed-product .single-product-page__text {
  flex: 6;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .list-of-products .product .single-listed-product .single-product-page__text {
    flex: unset;
    width: 100%;
    padding: 0;
  }
}
.list-of-products .product .single-listed-product .single-product-page__text .product-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px 30px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.single-product-page-wrapper {
  padding-top: 140px;
  padding-bottom: 140px;
}

.single-product-content-page .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px 40px;
  flex-wrap: wrap;
}
.single-product-content-page .single-product-page__image {
  flex: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-product-content-page .single-product-page__image img {
  display: block;
  border-radius: 20px;
  max-width: 100%;
  height: auto;
}
.single-product-content-page .single-product-page__text {
  flex: 5;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
  justify-content: center;
}
.single-product-content-page .about-product {
  padding-top: 20px;
  width: 100%;
}
.single-product-content-page .about-product .single-product-page__details-main-text {
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
}
.single-product-content-page .product-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.single-product-content-page .product-buttons:before {
  content: "";
  display: block;
  height: 1px;
  flex: 1;
  background: #4B0082;
}

.entry-content > .woocommerce,
.entry-content > .wp-block-woocommerce-cart,
.entry-content > .wp-block-woocommerce-checkout {
  max-width: 100%;
}

.woocommerce ul.order_details {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.woocommerce ul.order_details:before, .woocommerce ul.order_details:after {
  display: none;
}
.woocommerce ul.order_details li {
  margin: 0;
  padding: 0;
  border-radius: 4px;
  background: #F4F3F7;
  border: 0;
  padding: 10px 20px;
  flex: 0 1 auto;
}
.woocommerce ul.order_details li:nth-of-type(2n) {
  background: #F5F0E8;
}
.woocommerce ul.order_details.woocommerce-thankyou-order-details {
  margin-top: 25px;
}

.woocommerce-bacs-bank-details {
  margin-top: 20px;
}
.woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading {
  text-align: center;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 18px;
}
.woocommerce-bacs-bank-details h3.wc-bacs-bank-details-account-name {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.woocommerce-order-details {
  margin-top: 40px;
}
.woocommerce-order-details .woocommerce-order-details__title {
  text-align: center;
}

.entry-content .wc-block-components-chip .wc-block-components-chip__remove {
  background: #260052;
  color: #FFFFFF;
  min-width: 0;
}
.entry-content .wc-block-components-chip .wc-block-components-chip__remove-icon {
  fill: #FFFFFF;
}
.entry-content .wc-block-components-chip.wc-block-components-chip--radius-large {
  border: 1px solid #4B0082;
}

.wc-block-components-button {
  margin-top: 0;
  border-radius: 0;
  align-items: flex-end;
  border-radius: 0;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #4B0082;
  color: #FFFFFF;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: 0.25s ease-in-out all !important;
}
.wc-block-components-button span {
  text-align: center;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding: 18px 35px;
  transition: 0.3s ease-in-out all;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 340px;
}

.woocommerce-MyAccount-content {
  flex: 1;
}

.woocommerce-MyAccount-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .single-product-content-page .wrapper {
    flex-direction: column;
  }
}

.product-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.product-price .woocommerce-Price-amount {
  color: #4B0082;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.64px;
  text-align: right;
  line-height: 1em;
}
.product-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 18px;
  margin-left: 2px;
}
.product-price .woocommerce-price-suffix {
  color: #1A1727;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.32px;
  margin-top: 2px;
}
.product-price .woocommerce-price-suffix .woocommerce-Price-amount {
  color: #4A4860;
  font-size: 16px;
  font-weight: 600;
  margin-left: 4px;
}
.product-price .woocommerce-price-suffix .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  .product-price .woocommerce-Price-amount {
    font-size: 22px;
  }
  .product-price .woocommerce-price-suffix {
    font-size: 12px;
  }
}

.single-listed-product .product-price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  float: none;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
  font-size: 18px;
  font-weight: 600;
}

.entry-content > .wp-block-woocommerce-checkout {
  padding-top: 0;
}

.wc-block-components-form .wc-block-components-checkout-step .wc-block-components-title.wc-block-components-title {
  margin-bottom: 10px;
}
.wc-block-components-form .wc-block-components-checkout-step .wc-block-components-checkout-step__content {
  margin-top: 12px;
}

.entry-content .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  box-shadow: unset;
  border-top: 1px solid hsla(0, 0%, 7%, 0.11);
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.11);
}
.entry-content .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  padding-top: 20px;
  margin-bottom: 20px;
}

span.wc-block-components-address-form__address_2-toggle {
  display: none;
}

#radio-control-wc-payment-method-options-przelewy24__label .wc-block-components-payment-method-label {
  width: 120px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  color: transparent;
  display: inline-block;
}

form.wc-block-components-form.wc-block-checkout__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
form.wc-block-components-form.wc-block-checkout__form > div:nth-of-type(1) {
  order: 1;
}
form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__contact-fields.wp-block-woocommerce-checkout-contact-information-block.wc-block-components-checkout-step {
  order: 2;
}
form.wc-block-components-form.wc-block-checkout__form .wp-block-woocommerce-checkout-shipping-method-block {
  order: 3;
}
form.wc-block-components-form.wc-block-checkout__form .wp-block-woocommerce-checkout-pickup-options-block {
  order: 4;
}
form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__billing-fields.wp-block-woocommerce-checkout-billing-address-block.wc-block-components-checkout-step {
  order: 5;
  margin-bottom: 10px;
}
form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__payment-method.wp-block-woocommerce-checkout-payment-block.wc-block-components-checkout-step {
  order: 7;
  margin-bottom: 10px;
}
form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__shipping-fields.eu-vat-extra-css.wc-block-components-checkout-step.wc-block-components-checkout-step--with-step-number {
  order: 6;
}
form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__order-fields.wp-block-woocommerce-checkout-additional-information-block.wc-block-components-checkout-step {
  order: 8;
  margin-bottom: 0;
}
form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__order-notes.wp-block-woocommerce-checkout-order-note-block.wc-block-components-checkout-step {
  order: 9;
  margin-bottom: 0;
}
form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block.wc-block-components-checkout-step--with-separator {
  order: 10;
}
form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block {
  order: 11;
}
form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block {
  order: 9;
}

.master-block.cta-container.standard-cta {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .master-block.cta-container.standard-cta {
    margin-top: 60px;
  }
}
.master-block.cta-container.standard-cta .viewport-container .wrapper {
  padding-top: 135px;
  padding-bottom: 150px;
  position: relative;
  display: flex;
  gap: 60px;
  padding-left: 190px;
}
@media (max-width: 767px) {
  .master-block.cta-container.standard-cta .viewport-container .wrapper {
    flex-direction: column-reverse;
    gap: 30px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.master-block.cta-container.standard-cta .viewport-container .wrapper:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 160px;
  content: "";
  background-repeat: no-repeat;
  background-size: auto 95%;
  background-position: center left;
}
@media (max-width: 767px) {
  .master-block.cta-container.standard-cta .viewport-container .wrapper:before {
    width: 100%;
    height: 80px;
    background-size: contain;
    background-position: center top;
  }
}
.master-block.cta-container.standard-cta .viewport-container .wrapper .cta-container--image-box {
  order: 2;
  position: relative;
}
.master-block.cta-container.standard-cta .viewport-container .wrapper .cta-container--image-box:before {
  content: "";
  display: block;
  position: absolute;
  top: -135px;
  left: 0;
  width: 655px;
  height: 730px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  opacity: 0.4;
  z-index: -1;
}
.master-block.cta-container.standard-cta .viewport-container .wrapper .cta-container--image-box .cta-container--image-box--inner img {
  border-radius: 24px;
  object-fit: cover;
}
.master-block.cta-container.standard-cta .viewport-container .wrapper .cta-container--content {
  order: 1;
  max-width: 550px;
}
.master-block.cta-container.standard-cta .viewport-container .wrapper .cta-container--content .cta-container--content-box {
  position: relative;
}
.master-block.cta-container.standard-cta .viewport-container .wrapper .cta-container--content .cta-container--content-box .cta-container--content-box--elements {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.master-block.cta-container.standard-cta .viewport-container .wrapper .cta-container--content .cta-container--content-box .cta-container--content-box--elements h2.heading {
  color: #4B0082;
  letter-spacing: -0.88px;
}
.master-block.cta-container.standard-cta .viewport-container .wrapper .cta-container--content .cta-container--content-box .cta-container--content-box--elements h2.heading span {
  color: #1A1727;
  font-weight: 400;
}
.content-block-editor,
.block-editor-writing-flow,
.editor-visual-editor {
  position: relative;
  z-index: 1;
}
.content-block-editor .page-content,
.block-editor-writing-flow .page-content,
.editor-visual-editor .page-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.content-block-editor .entry-content,
.block-editor-writing-flow .entry-content,
.editor-visual-editor .entry-content {
  padding-top: 0;
  padding-bottom: 0;
}
.content-block-editor .background-grey,
.block-editor-writing-flow .background-grey,
.editor-visual-editor .background-grey {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-block-editor .background-grey:before,
.block-editor-writing-flow .background-grey:before,
.editor-visual-editor .background-grey:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -30px;
  right: -30px;
  bottom: 0px;
  background: #F0F0F0;
  z-index: -1;
  opacity: 0.5;
}
.content-block-editor .background-black,
.block-editor-writing-flow .background-black,
.editor-visual-editor .background-black {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #FFF;
}
.content-block-editor .background-black h1,
.content-block-editor .background-black h2,
.content-block-editor .background-black h3,
.content-block-editor .background-black h4,
.content-block-editor .background-black h5,
.content-block-editor .background-black h6,
.block-editor-writing-flow .background-black h1,
.block-editor-writing-flow .background-black h2,
.block-editor-writing-flow .background-black h3,
.block-editor-writing-flow .background-black h4,
.block-editor-writing-flow .background-black h5,
.block-editor-writing-flow .background-black h6,
.editor-visual-editor .background-black h1,
.editor-visual-editor .background-black h2,
.editor-visual-editor .background-black h3,
.editor-visual-editor .background-black h4,
.editor-visual-editor .background-black h5,
.editor-visual-editor .background-black h6 {
  color: #FFF;
}
.content-block-editor .background-black:before,
.block-editor-writing-flow .background-black:before,
.editor-visual-editor .background-black:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -30px;
  right: -30px;
  bottom: 0px;
  background: rgb(4.6129032258, 4.0806451613, 6.9193548387);
  z-index: -1;
  opacity: 1;
}
.content-block-editor .entry-content p:first-of-type,
.block-editor-writing-flow .entry-content p:first-of-type,
.editor-visual-editor .entry-content p:first-of-type {
  margin-top: 0;
}
.content-block-editor .entry-content p:last-of-type,
.block-editor-writing-flow .entry-content p:last-of-type,
.editor-visual-editor .entry-content p:last-of-type {
  margin-bottom: 0;
}
.content-block-editor .block,
.block-editor-writing-flow .block,
.editor-visual-editor .block {
  position: relative;
}
.content-block-editor .embed-video,
.block-editor-writing-flow .embed-video,
.editor-visual-editor .embed-video {
  padding: 40px 0;
}
.content-block-editor .embed-video .wrapper .entry-content,
.block-editor-writing-flow .embed-video .wrapper .entry-content,
.editor-visual-editor .embed-video .wrapper .entry-content {
  padding-bottom: 40px;
}
.content-block-editor .embed-video .section-title-v2.heading.fw-600.medium,
.block-editor-writing-flow .embed-video .section-title-v2.heading.fw-600.medium,
.editor-visual-editor .embed-video .section-title-v2.heading.fw-600.medium {
  text-align: center;
}
.content-block-editor .embed-video .section-title-v2.heading.fw-600.medium:before,
.block-editor-writing-flow .embed-video .section-title-v2.heading.fw-600.medium:before,
.editor-visual-editor .embed-video .section-title-v2.heading.fw-600.medium:before {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.content-block-editor .embed-video .wrapper,
.block-editor-writing-flow .embed-video .wrapper,
.editor-visual-editor .embed-video .wrapper {
  position: relative;
}
@media screen and (max-width: 1441px) {
  .content-block-editor .embed-video .wrapper,
  .block-editor-writing-flow .embed-video .wrapper,
  .editor-visual-editor .embed-video .wrapper {
    max-width: 150vh;
  }
}
.content-block-editor .embed-video .wrapper:after,
.block-editor-writing-flow .embed-video .wrapper:after,
.editor-visual-editor .embed-video .wrapper:after {
  bottom: -2px;
}
.content-block-editor .embed-video .wrapper:before,
.block-editor-writing-flow .embed-video .wrapper:before,
.editor-visual-editor .embed-video .wrapper:before {
  top: -2px;
}
.content-block-editor .embed-video .embed-container,
.block-editor-writing-flow .embed-video .embed-container,
.editor-visual-editor .embed-video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.content-block-editor .embed-video .embed-container embed,
.content-block-editor .embed-video .embed-container iframe,
.content-block-editor .embed-video .embed-container object,
.block-editor-writing-flow .embed-video .embed-container embed,
.block-editor-writing-flow .embed-video .embed-container iframe,
.block-editor-writing-flow .embed-video .embed-container object,
.editor-visual-editor .embed-video .embed-container embed,
.editor-visual-editor .embed-video .embed-container iframe,
.editor-visual-editor .embed-video .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.content-block-editor .cta-container,
.block-editor-writing-flow .cta-container,
.editor-visual-editor .cta-container {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .content-block-editor .cta-container,
  .block-editor-writing-flow .cta-container,
  .editor-visual-editor .cta-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.content-block-editor .cta-container .buttons-container,
.block-editor-writing-flow .cta-container .buttons-container,
.editor-visual-editor .cta-container .buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding-top: 50px;
}
.content-block-editor .special-countdown-block .section-title-v2.heading.fw-600.medium.center,
.block-editor-writing-flow .special-countdown-block .section-title-v2.heading.fw-600.medium.center,
.editor-visual-editor .special-countdown-block .section-title-v2.heading.fw-600.medium.center {
  color: #FFF;
}
.content-block-editor .special-countdown-block .countdown,
.block-editor-writing-flow .special-countdown-block .countdown,
.editor-visual-editor .special-countdown-block .countdown {
  text-align: center;
  font-weight: 300;
  line-height: 1.25em;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.content-block-editor .special-countdown-block .countdown .group,
.block-editor-writing-flow .special-countdown-block .countdown .group,
.editor-visual-editor .special-countdown-block .countdown .group {
  padding: 10px;
}
.content-block-editor .special-countdown-block .countdown .group .label,
.block-editor-writing-flow .special-countdown-block .countdown .group .label,
.editor-visual-editor .special-countdown-block .countdown .group .label {
  text-align: center;
  display: block;
  margin-top: 10px;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.content-block-editor .special-countdown-block .countdown .group .number,
.block-editor-writing-flow .special-countdown-block .countdown .group .number,
.editor-visual-editor .special-countdown-block .countdown .group .number {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #260052;
  background: linear-gradient(to bottom, #8852B4, #8852B4);
  width: 96px;
  font-size: 36px;
  color: #FFF;
  display: block;
}
.content-block-editor .list-of-logotypes,
.block-editor-writing-flow .list-of-logotypes,
.editor-visual-editor .list-of-logotypes {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #1A1727;
}
.content-block-editor .list-of-logotypes .background,
.block-editor-writing-flow .list-of-logotypes .background,
.editor-visual-editor .list-of-logotypes .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.25;
}
.content-block-editor .list-of-logotypes .wrapper,
.block-editor-writing-flow .list-of-logotypes .wrapper,
.editor-visual-editor .list-of-logotypes .wrapper {
  z-index: 2;
  position: relative;
}
.content-block-editor .list-of-logotypes .wrapper .list-of-logotypes-container,
.block-editor-writing-flow .list-of-logotypes .wrapper .list-of-logotypes-container,
.editor-visual-editor .list-of-logotypes .wrapper .list-of-logotypes-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.content-block-editor .list-of-logotypes .wrapper .list-of-logotypes-container .single-logotype,
.block-editor-writing-flow .list-of-logotypes .wrapper .list-of-logotypes-container .single-logotype,
.editor-visual-editor .list-of-logotypes .wrapper .list-of-logotypes-container .single-logotype {
  max-width: 320px;
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .content-block-editor .list-of-logotypes .wrapper .list-of-logotypes-container .single-logotype,
  .block-editor-writing-flow .list-of-logotypes .wrapper .list-of-logotypes-container .single-logotype,
  .editor-visual-editor .list-of-logotypes .wrapper .list-of-logotypes-container .single-logotype {
    max-width: 200px;
  }
}
.content-block-editor .list-of-logotypes .wrapper .list-of-logotypes-container .single-logotype img,
.block-editor-writing-flow .list-of-logotypes .wrapper .list-of-logotypes-container .single-logotype img,
.editor-visual-editor .list-of-logotypes .wrapper .list-of-logotypes-container .single-logotype img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.entry-content.extra-space {
  padding-top: 40px;
}

article.single-post .entry-header-info.extended {
  max-width: 1080px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-header-info.extended {
    flex-direction: column;
  }
  article.single-post .entry-header-info.extended .entry-image {
    position: absolute;
    z-index: -1;
  }
}
article.single-post .entry-header-info.extended .entry-box-image {
  max-width: 300px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-header-info.extended .entry-box-image {
    margin-left: auto;
    margin-right: auto;
  }
}
article.single-post .entry-header-info.extended .entry-title-container {
  flex: 1;
  padding: 20px 30px;
  text-align: left;
  position: relative;
  z-index: 1;
  border-radius: 0;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-header-info.extended .entry-title-container {
    text-align: center;
  }
}
article.single-post .entry-header-info.extended .entry-title-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -150px;
  z-index: -1;
  background: #FFF;
  width: 150px;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-header-info.extended .entry-title-container:before {
    display: none;
  }
}
article.single-post .entry-header-info.extended .entry-title-container:after {
  display: none;
}
article.single-post .entry-header-info.extended .entry-title-container h2.entry-subtitle {
  color: #4B0082;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  div.ptp-pricing-text {
    color: #FFF !important;
  }
}
.ptp-dg6-button {
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 700;
}

.content-block-editor h2.section-title-v2.heading.fw-600.medium.center:before {
  width: 204px;
}
.content-block-editor .countdown {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.content-block-editor .countdown .group {
  flex: 0 1 auto;
  max-width: 160px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.content-block-editor .countdown .group .number {
  font-size: 60px;
  font-weight: 300;
  text-align: center;
}
.content-block-editor .countdown .group .label {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.landing-page-post {
  background: #FFF;
  max-width: 100%;
  overflow: hidden;
  margin-top: 115px;
}
@media screen and (max-width: 820px) {
  .landing-page-post .entry-content-with-mockup .master-header .large-text {
    font-size: 30px;
  }
  .landing-page-post .entry-content-with-mockup .master-header .small-text {
    font-size: 24px;
  }
}
.landing-page-post .preheader {
  background: linear-gradient(270deg, #4B0082 0%, #9216DF 100%);
  padding-top: 15px;
  padding-bottom: 15px;
  color: #FFF;
  font-weight: 300;
  font-size: 21px;
  text-align: center;
}
.landing-page-post .preheader .wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
}
.landing-page-post .entry-header {
  position: relative;
  height: 620px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .landing-page-post .entry-header {
    flex-direction: column;
    height: unset;
  }
}
.landing-page-post .training-icon-container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: linear-gradient(196.11deg, #4B0082 14.645%, #8852B4 85.355%);
  box-shadow: 4px 4px 21px rgba(38, 0, 82, 0.25);
  transform: translateY(25%);
  color: #FFF;
}
@media screen and (max-width: 820px) {
  .landing-page-post .training-icon-container {
    width: 72px;
    height: 72px;
    top: 0;
    left: 0;
    bottom: unset;
    right: unset;
    transform: translateY(-100%);
  }
}
.landing-page-post .training-icon-container svg {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 820px) {
  .landing-page-post .training-icon-container svg {
    width: 40px;
    height: 40px;
  }
}
.landing-page-post .training-icon-container svg {
  display: block;
}
.landing-page-post .entry-image {
  position: absolute;
  top: 0;
  left: 10%;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 820px) {
  .landing-page-post .entry-image {
    position: relative;
    width: 100%;
    height: 90svw;
    display: block;
    background-size: cover;
    left: 0;
  }
}
.landing-page-post .wrapper {
  position: relative;
  z-index: 10;
}
.landing-page-post .entry-title-container {
  position: relative;
  max-width: 90%;
  margin-right: auto;
}
.landing-page-post .entry-title-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 28px;
  height: 30px;
  background-size: contain;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.landing-page-post .entry-title-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -20px;
  right: 0;
  transform: skew(22deg);
  background: #FFF;
  width: 100vw;
  z-index: 1;
  border-radius: 20px;
}
.landing-page-post .entry-title-container .entry-title {
  padding-top: 35px;
  padding-bottom: 25px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 820px) {
  .landing-page-post .entry-title-container .entry-title {
    font-size: 40px;
  }
  .landing-page-post .entry-title-container .entry-title .heading-h1 {
    font-size: 40px;
  }
}
.landing-page-post .master-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  margin-bottom: 40px;
  text-align: center;
}
.landing-page-post .master-header .small-text {
  margin-top: 10px;
}

.countdown {
  text-align: center;
  padding: 25px 0;
  margin-bottom: 0;
  position: relative;
}
.countdown:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
.countdown .countdown {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.countdown .countdown .group {
  padding: 15px;
  flex: 1;
  max-width: 150px;
}
.countdown .countdown .group .number {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.5em;
  display: block;
}
@media screen and (max-width: 640px) {
  .countdown .countdown .group .number {
    font-size: 2.25rem;
  }
}
.countdown .countdown .group .label {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin-top: 5px;
  display: block;
  opacity: 0.75;
}
@media screen and (max-width: 640px) {
  .countdown .countdown .group .label {
    font-size: 16px;
  }
}

.block.countdown-block {
  background: linear-gradient(196.11deg, #4B0082 14.645%, #8852B4 85.355%);
  color: #FFAC0F;
  padding-top: 75px;
  padding-bottom: 75px;
}

.landing-page-post .entry-header .wrapper {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 800px) {
  .landing-page-post .entry-header .wrapper {
    flex-direction: column;
  }
}
.landing-page-post .entry-header .entry-title-container {
  position: relative;
  padding-left: 25px;
}
.landing-page-post .entry-header .body-text {
  position: relative;
  z-index: 5;
  max-width: 620px;
}
.landing-page-post .entry-header-info {
  margin-top: auto;
}

.content-block-editor .swiper-wrapper {
  display: flex;
  align-items: center;
}
.content-block-editor .single-opinion-slider {
  position: relative;
}
.content-block-editor .single-opinion-slider .swiper-wrapper {
  z-index: 5;
  align-items: flex-start;
}
@media screen and (max-width: 800px) {
  .content-block-editor .single-opinion-slider .swiper-wrapper {
    align-items: flex-start;
  }
}
.content-block-editor .single-opinion-slider .swiper-button-prev,
.content-block-editor .single-opinion-slider .swiper-button-next {
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .content-block-editor .single-opinion-slider .swiper-pagination {
    bottom: 10px;
    top: unset;
  }
}
.content-block-editor .single-opinion-slide {
  width: 840px;
  padding: 40px;
  background: rgba(245, 240, 232, 0.25);
  border-radius: 20px;
  margin: 20px;
}
@media screen and (max-width: 800px) {
  .content-block-editor .single-opinion-slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0px;
    padding-bottom: 35px;
  }
  .content-block-editor .single-opinion-slide .single-opinion-slide-box {
    padding: 30px 20px 40px;
  }
}
.content-block-editor .single-opinion-slide .post-author {
  text-align: right;
  font-style: italic;
  margin-left: auto;
  margin-right: auto;
  max-width: 728px;
  margin-top: 20px;
}
.content-block-editor .single-opinion-slide .post-author .post-author--name {
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  color: #4B0082;
}
.content-block-editor .single-opinion-slide .post-author .post-author--job {
  font-size: 13px;
  line-height: 150%;
  color: #1A1727;
}
.content-block-editor .single-opinion-slide .recommendation-content {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}
.content-block-editor .single-opinion-slide .recommendation-content.has-video.poziom {
  flex-direction: column;
}
.content-block-editor .single-opinion-slide .recommendation-content.has-video.poziom .video-recommendation {
  flex: 1;
  width: 100%;
}
.content-block-editor .single-opinion-slide .recommendation-content.has-video.poziom .video-recommendation iframe {
  max-width: 100%;
}
.content-block-editor .single-opinion-slide .recommendation-content.has-video.poziom .text-recommendation {
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
}
.content-block-editor .single-opinion-slide .recommendation-content.has-video.pion {
  flex-direction: row;
}
@media screen and (max-width: 800px) {
  .content-block-editor .single-opinion-slide .recommendation-content.has-video.pion {
    flex-direction: column;
  }
}
.content-block-editor .single-opinion-slide .recommendation-content.has-video.pion .video-recommendation {
  flex: 4;
}
.content-block-editor .single-opinion-slide .recommendation-content.has-video.pion .text-recommendation {
  flex: 5;
}
.content-block-editor .single-opinion-slide .recommendation-content.has-video.no-text-content {
  justify-content: center;
}
.content-block-editor .single-opinion-slide .recommendation-content.has-video.no-text-content .text-recommendation {
  display: none;
}
.content-block-editor .single-opinion-slide .video-recommendation .video-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  width: 100%;
}
.content-block-editor .single-opinion-slide .video-recommendation .video-container iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.content-block-editor .single-opinion-slide .video-recommendation.pion .video-container {
  max-width: 340px;
}
.content-block-editor .single-opinion-slide .video-recommendation.pion .video-container iframe {
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.content-block-editor .opinion-title {
  margin-bottom: 20px;
}
.content-block-editor .swiper-button-next {
  right: 0;
  left: unset;
  z-index: 10;
  border-radius: 10px 0 0 10px;
  background: #FFF;
  padding: 10px;
  width: 40px;
}
.content-block-editor .swiper-button-next:after {
  font-size: 30px;
}
.content-block-editor .swiper-button-prev {
  left: 0;
  right: unset;
  z-index: 10;
  border-radius: 0 10px 10px 0;
  background: #FFF;
  padding: 10px;
  width: 40px;
}
.content-block-editor .swiper-button-prev:after {
  font-size: 30px;
}
.content-block-editor .swiper-button-next,
.content-block-editor .swiper-button-prev {
  color: #4B0082;
}
.content-block-editor .opinions {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #8852B4;
}
.content-block-editor .opinions .tns-horizontal.tns-subpixel > .tns-item {
  vertical-align: middle;
}
.content-block-editor .opinions .opinions-block-container {
  margin-top: 40px;
}
.content-block-editor .opinions .tns-nav {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}
.content-block-editor .opinions .tns-nav button {
  border-radius: 50px;
  border: 1px solid #4B0082;
  padding: 0;
  height: 20px;
  width: 40px;
  background: #FFF;
}
.content-block-editor .opinions .tns-nav button.tns-nav-active {
  background: #8852B4;
  width: 70px;
}
.content-block-editor .opinions .swiper-button-next:after,
.content-block-editor .opinions .swiper-button-prev:after {
  color: #8852B4;
}
.content-block-editor .opinions .single-opinion-wrapper {
  width: 27%;
  max-width: 600px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .content-block-editor .opinions .single-opinion-wrapper {
    max-width: 90vw;
    padding-top: 25px;
  }
}
.content-block-editor .opinions .single-opinion {
  display: flex;
  padding: 15px;
  align-items: center;
  color: #1A1727;
  font-size: 14px;
  line-height: 21px;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .content-block-editor .opinions .single-opinion {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: -25px;
  }
}
.content-block-editor .opinions .single-opinion .name {
  width: 100%;
}
.content-block-editor .opinions .single-opinion {
  border-bottom: 7px solid #8852B4;
  background: #F5F0E8;
  padding: 15px;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .content-block-editor .opinions .single-opinion {
    flex-direction: column;
    padding-top: 0;
    position: relative;
  }
}
.content-block-editor .opinions .single-opinion .text {
  flex: 1;
}
.content-block-editor .opinions .single-opinion .text p:first-of-type {
  margin-top: 0;
}
.content-block-editor .opinions .single-opinion .text p:last-of-type {
  margin-bottom: 0;
}
.content-block-editor .opinions .single-opinion .name {
  text-align: right;
  font-weight: 700;
  margin-top: 0px;
}
.content-block-editor .opinions .single-opinion .image {
  position: relative;
}
@media screen and (max-width: 640px) {
  .content-block-editor .opinions .single-opinion .image {
    margin-top: -25px;
  }
}
.content-block-editor .opinions .single-opinion .image img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;
  max-width: 128px;
  position: relative;
  z-index: 1;
  box-shadow: 2px 6px 18px rgba(26, 23, 39, 0.16);
}

.offer-page-container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.offer-page-container .wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  position: relative;
}
.offer-page-container .wrapper .offer-page-container--menu {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 426px;
}
.offer-page-container .wrapper .offer-page-container--menu .subpages-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.offer-page-container .wrapper .offer-page-container--menu .subpages-list li {
  position: relative;
}
.offer-page-container .wrapper .offer-page-container--menu .subpages-list li a {
  position: relative;
  padding: 9px 25px;
}
.offer-page-container .wrapper .offer-page-container--menu .subpages-list li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 1;
  background: rgba(255, 248, 225, 0.66);
}
.offer-page-container .wrapper .offer-page-container--menu .subpages-list li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 30px;
  background-size: contain;
  top: 50%;
  left: -10px;
  transform: translateY(-50%) translateX(-150%);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.offer-page-container .wrapper .offer-page-container--menu .subpages-list li a {
  display: flex;
  align-items: center;
  gap: 30px;
}
.offer-page-container .wrapper .offer-page-container--menu .subpages-list li a .subpage-icon {
  width: 72px;
  height: 72px;
}
.offer-page-container .wrapper .offer-page-container--menu .subpages-list li a .subpage-icon img,
.offer-page-container .wrapper .offer-page-container--menu .subpages-list li a .subpage-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.offer-page-container .wrapper .offer-page-container--menu .subpages-list li a .subpage-title {
  flex: 1;
  color: #FFF;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 3px;
}
.offer-page-container .wrapper .offer-page-container--menu .subpages-list li a span {
  position: relative;
  z-index: 3;
}
.offer-page-container .wrapper .offer-page-container--menu .subpages-list li a.active:before {
  background: #FFF8E1;
  width: calc(100% + 30px);
}
.offer-page-container .wrapper .offer-page-container--menu .subpages-list li a.active:after {
  opacity: 1;
  transform: translateY(-50%) translateX(0%);
}
.offer-page-container .wrapper .offer-page-container--menu .subpages-list li a:hover:before {
  background: #FFF8E1;
  width: calc(100% + 30px);
}
.offer-page-container .wrapper .offer-page-container--menu .subpages-list li a:hover:after {
  opacity: 1;
  transform: translateY(-50%) translateX(0%);
}
.offer-page-container .wrapper .offer-page-container--content {
  width: 100%;
  max-width: 880px;
}
.offer-page-container .wrapper .offer-page-container--content .offer-page-container--content-box {
  position: relative;
  transition: height 0.35s ease;
}
.offer-page-container .wrapper .offer-page-container--content .subpage-content {
  scroll-margin-top: 120px;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.offer-page-container .wrapper .offer-page-container--content .subpage-content .subpage-featured-image {
  position: relative;
}
.offer-page-container .wrapper .offer-page-container--content .subpage-content .subpage-featured-image--box {
  width: 100%;
  height: 350px;
  position: relative;
  z-index: 1;
  margin: 0;
  background: #FFAC0F;
}
.offer-page-container .wrapper .offer-page-container--content .subpage-content .subpage-featured-image--box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer-page-container .wrapper .offer-page-container--content .subpage-content .subpage-featured-image--heading {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 28px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background: rgba(255, 248, 225, 0.8);
  z-index: 2;
}
.offer-page-container .wrapper .offer-page-container--content .subpage-content .subpage-featured-image--heading .heading {
  color: #FFF;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.64px;
  max-width: 654px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .offer-page-container .wrapper .offer-page-container--content .offer-page-container--content-box {
    overflow: hidden;
  }
  .offer-page-container .wrapper .offer-page-container--content .subpage-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(24px);
  }
  .offer-page-container .wrapper .offer-page-container--content .subpage-content.is-active, .offer-page-container .wrapper .offer-page-container--content .subpage-content.is-entering, .offer-page-container .wrapper .offer-page-container--content .subpage-content.is-leaving {
    display: block;
  }
  .offer-page-container .wrapper .offer-page-container--content .subpage-content.is-active, .offer-page-container .wrapper .offer-page-container--content .subpage-content.is-entering {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .offer-page-container .wrapper .offer-page-container--content .subpage-content.is-leaving {
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    transform: translateY(-24px);
  }
}
@media screen and (max-width: 1024px) {
  .offer-page-container .wrapper {
    flex-direction: column;
  }
  .offer-page-container .wrapper .offer-page-container--menu {
    width: 100%;
  }
  .offer-page-container .wrapper .offer-page-container--content {
    max-width: 100%;
  }
  .offer-page-container .wrapper .offer-page-container--content .offer-page-container--content-box {
    height: auto !important;
  }
  .offer-page-container .wrapper .offer-page-container--content .subpage-content {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .offer-page-container .wrapper .offer-page-container--content .subpage-content:not(:last-child) {
    margin-bottom: 48px;
  }
}
.offer-page-container .offer-page-master-content {
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .offer-page-container .offer-page-master-content {
    padding: 20px 0;
  }
}
.offer-page-container .offer-page-master-content .body-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  margin-bottom: 20px;
}
.offer-page-container .offer-page-master-content .edit-link {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.offer-page-container .offer-page-master-content .edit-link a.post-edit-link {
  background: #F59500;
}
.offer-page-container .offer-page-master-content .edit-link a.post-edit-link:hover {
  background: #FFAC0F;
}
.offer-page-container .offer-page-master-content .acf-section.pomoc-kancelarii {
  margin-left: 30px;
  margin-top: 30px;
  background: rgba(232, 213, 255, 0.1);
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .offer-page-container .offer-page-master-content .acf-section.pomoc-kancelarii {
    margin-left: 0;
    padding: 30px 20px;
  }
}
.offer-page-container .offer-page-master-content .acf-section.pomoc-kancelarii:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: rgba(232, 213, 255, 0.1);
  top: -30px;
  left: -30px;
}
.offer-page-container .offer-page-master-content .acf-section.pomoc-kancelarii > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  width: 100%;
}
.offer-page-container .offer-page-master-content .acf-section.pomoc-kancelarii h3.acf-section-heading {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
}
.offer-page-container .offer-page-master-content .acf-section.pomoc-kancelarii ul.acf-list.pomoc-list {
  list-style-type: none;
  margin-bottom: 0;
}
.offer-page-container .offer-page-master-content .acf-section.pomoc-kancelarii ul.acf-list.pomoc-list li {
  position: relative;
}
.offer-page-container .offer-page-master-content .acf-section.pomoc-kancelarii ul.acf-list.pomoc-list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 15px;
  background-size: contain;
  top: 5px;
  left: -30px;
}
.offer-page-container .offer-page-master-content .acf-section.przyklady-doswiadczen {
  margin-top: 60px;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .offer-page-container .offer-page-master-content .acf-section.przyklady-doswiadczen {
    margin-left: 0;
    padding: 30px 0px;
  }
}
.offer-page-container .offer-page-master-content .acf-section.przyklady-doswiadczen h3.acf-section-heading {
  color: #FFF;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  background: #FFF8E1;
  position: relative;
  padding: 24px 30px 20px 30px;
}
.offer-page-container .offer-page-master-content .acf-section.przyklady-doswiadczen h3.acf-section-heading span {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 650px;
}
.offer-page-container .offer-page-master-content .acf-section.przyklady-doswiadczen h3.acf-section-heading:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #FFF8E1;
  top: -30px;
  left: -30px;
}
.offer-page-container .offer-page-master-content .acf-section.przyklady-doswiadczen ul.acf-list.przyklady-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  column-gap: 50px;
  align-items: flex-start;
  list-style: none;
  padding: 10px 30px 30px 30px;
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .offer-page-container .offer-page-master-content .acf-section.przyklady-doswiadczen ul.acf-list.przyklady-list {
    grid-template-columns: 1fr;
    padding: 10px 20px 30px 20px;
  }
}
.offer-page-container .offer-page-master-content .see-also {
  margin-left: 30px;
  margin-top: 30px;
  position: relative;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .offer-page-container .offer-page-master-content .see-also {
    margin-left: 0;
    padding: 30px 20px;
  }
}
.offer-page-container .offer-page-master-content .see-also .see-also-heading {
  color: #FFF;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  position: relative;
  margin: 0;
  margin-bottom: 40px;
}
.offer-page-container .offer-page-master-content .see-also .see-also-heading span {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 650px;
}
.offer-page-container .offer-page-master-content .see-also:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #FFAC0F;
  top: -30px;
  left: -30px;
}
.offer-page-container .offer-page-master-content .see-also .see-also-list {
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .offer-page-container .offer-page-master-content .see-also .see-also-list {
    margin-left: 0;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.offer-page-container .offer-page-master-content .see-also .see-also-list .see-also-item {
  background: rgba(75, 0, 130, 0.5);
}
.offer-page-container .offer-page-master-content .see-also .see-also-list .see-also-item:nth-of-type(2n) {
  background: #FFAC0F;
}
.offer-page-container .offer-page-master-content .see-also .see-also-list .see-also-item a {
  width: 200px;
  height: 200px;
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  color: #FFF;
}
@media (max-width: 767px) {
  .offer-page-container .offer-page-master-content .see-also .see-also-list .see-also-item a {
    width: 100%;
    height: auto;
    gap: 20px;
  }
}
.offer-page-container .offer-page-master-content .see-also .see-also-list .see-also-item a span.text {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
#offer-subpage-page .content-area {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1112px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 767px) {
  #offer-subpage-page .content-area {
    flex-direction: column;
    gap: 30px;
  }
}
#offer-subpage-page .content-area .content-area-extra-header {
  max-width: 320px;
}
#offer-subpage-page .content-area .body-text {
  max-width: 650px;
  margin-left: auto;
}
#offer-subpage-page .acf-section.pomoc-kancelarii {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 767px) {
  #offer-subpage-page .acf-section.pomoc-kancelarii {
    flex-direction: column;
    gap: 30px;
  }
}
#offer-subpage-page .acf-section.pomoc-kancelarii .acf-section-heading {
  max-width: 320px;
  padding-top: 60px;
}
#offer-subpage-page .acf-section.pomoc-kancelarii .acf-section-content-box {
  max-width: 882px;
  position: relative;
  background: rgba(245, 240, 232, 0.1);
  padding: 60px 30px 90px;
  width: 100%;
}
@media (max-width: 767px) {
  #offer-subpage-page .acf-section.pomoc-kancelarii .acf-section-content-box {
    padding: 30px 20px;
  }
}
#offer-subpage-page .acf-section.pomoc-kancelarii .acf-section-content-box:before {
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(245, 240, 232, 0.1);
  position: absolute;
  top: -30px;
  right: -30px;
}
#offer-subpage-page .acf-section.pomoc-kancelarii .acf-section-content-box ul {
  list-style-type: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  width: 100%;
}
#offer-subpage-page .acf-section.pomoc-kancelarii .acf-section-content-box ul li {
  position: relative;
}
#offer-subpage-page .acf-section.pomoc-kancelarii .acf-section-content-box ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 15px;
  background-size: contain;
  top: 5px;
  left: -30px;
}
#offer-subpage-page .acf-section.przyklady-doswiadczen {
  position: relative;
  background: #FFAC0F;
  padding: 60px 30px 90px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 767px) {
  #offer-subpage-page .acf-section.przyklady-doswiadczen {
    padding: 30px 20px;
  }
}
#offer-subpage-page .acf-section.przyklady-doswiadczen .acf-section-heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
#offer-subpage-page .acf-section.przyklady-doswiadczen:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #FFAC0F;
  position: absolute;
  top: -30px;
  right: -30px;
}
#offer-subpage-page .acf-section.przyklady-doswiadczen .acf-list.przyklady-list {
  column-count: 3;
  column-gap: 50px;
  list-style: none;
  padding: 10px 30px 30px 30px;
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  #offer-subpage-page .acf-section.przyklady-doswiadczen .acf-list.przyklady-list {
    column-count: 1;
    padding: 10px 20px 30px 20px;
  }
}
#offer-subpage-page .acf-section.przyklady-doswiadczen .acf-list.przyklady-list li {
  color: #FFF;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 700;
  break-inside: avoid;
  margin-bottom: 30px;
}
#offer-subpage-page .see-also {
  margin-left: 30px;
  margin-top: 90px;
  position: relative;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1112px;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  #offer-subpage-page .see-also {
    margin-left: 0;
    padding: 30px 20px;
  }
}
#offer-subpage-page .see-also .see-also-heading {
  color: #FFF;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  position: relative;
  margin: 0;
  margin-bottom: 40px;
  text-align: center;
}
#offer-subpage-page .see-also .see-also-heading span {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 650px;
}
#offer-subpage-page .see-also .see-also-list {
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  #offer-subpage-page .see-also .see-also-list {
    width: 100%;
    gap: 0;
  }
}
#offer-subpage-page .see-also .see-also-list .see-also-item {
  background: rgba(75, 0, 130, 0.5);
  flex: 0 1 calc(33.333% - 20px);
}
@media (max-width: 767px) {
  #offer-subpage-page .see-also .see-also-list .see-also-item {
    flex: 0 1 100%;
  }
}
#offer-subpage-page .see-also .see-also-list .see-also-item:nth-of-type(2n) {
  background: #FFAC0F;
}
#offer-subpage-page .see-also .see-also-list .see-also-item a {
  width: 100%;
  display: flex;
  padding: 20px;
  flex-direction: row;
  justify-content: space-between;
  color: #FFF;
  align-items: center;
}
#offer-subpage-page .see-also .see-also-list .see-also-item a span.icon {
  width: 72px;
  height: 72px;
}
#offer-subpage-page .see-also .see-also-list .see-also-item a span.text {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
#offer-subpage-page .acf-section.acf-section--opinie.social-proof-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
#offer-subpage-page .acf-section.acf-section--opinie.social-proof-container .social-proof-container--header.social-proof-container__header {
  text-align: center;
  margin-bottom: 30px;
}
#offer-subpage-page .acf-section.acf-section--opinie.social-proof-container .social-proof-container--masonry-grid.social-proof-container__testimonials {
  column-count: 3;
  column-gap: 30px;
}
@media (max-width: 767px) {
  #offer-subpage-page .acf-section.acf-section--opinie.social-proof-container .social-proof-container--masonry-grid.social-proof-container__testimonials {
    column-count: 1;
  }
}
#offer-subpage-page .acf-section.acf-section--opinie.social-proof-container .social-proof-container--masonry-grid.social-proof-container__testimonials .testimonial-card {
  padding: 30px;
  color: #4B0082;
  background: #F5F0E8;
  display: inline-flex;
  flex-direction: column;
  gap: 30px;
  max-width: none;
  width: 100%;
  justify-content: space-between;
  margin: 0 0 30px;
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
@media (max-width: 767px) {
  #offer-subpage-page .acf-section.acf-section--opinie.social-proof-container .social-proof-container--masonry-grid.social-proof-container__testimonials .testimonial-card {
    padding: 20px;
  }
}
#offer-subpage-page .acf-section.acf-section--opinie.social-proof-container .social-proof-container--masonry-grid.social-proof-container__testimonials .testimonial-author {
  display: flex;
  gap: 1em;
}
#offer-subpage-page .acf-section.acf-section--opinie.social-proof-container .social-proof-container--masonry-grid.social-proof-container__testimonials .testimonial-author p {
  margin: 0;
}
#offer-subpage-page .acf-section.acf-section--opinie.social-proof-container .social-proof-container--masonry-grid.social-proof-container__testimonials .testimonial-author .author-name {
  color: #1E1E1E;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#offer-subpage-page + .master-block.cta-container.standard-cta {
  margin-top: 120px;
}

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

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

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

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

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

.os-animation {
  opacity: 0;
}

.os-animation.animated {
  opacity: 1;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.long {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.wow {
  visibility: hidden;
}

@keyframes show-chevron {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes upsideDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.upsideDown {
  animation: upsideDown 3s infinite;
}

.alt-bounce {
  -moz-animation: alt-bounce 3s infinite;
  -webkit-animation: alt-bounce 3s infinite;
  animation: alt-bounce 3s infinite;
}

@-moz-keyframes alt-bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes alt-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes alt-bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
/**
 * Automatyczny spis treści
 * 
 * Stylowanie komponentu spisu treści z obsługą:
 * - Responsywności
 * - Accessibility
 * - Dark mode
 * - Kompatybilności z Gutenbergiem
 */
.automatic-table-of-contents {
  padding: 20px 0;
  margin: 35px 0px 32px 0px;
  max-width: calc(100% + 110px);
  position: relative;
}
.automatic-table-of-contents > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  width: 100%;
}
.automatic-table-of-contents {
  /* Kompatybilność z Gutenbergiem */
}
.wp-block-group .automatic-table-of-contents, .wp-block-columns .automatic-table-of-contents {
  margin-left: 0;
  margin-right: 0;
}

.toc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #4B0082;
  padding-bottom: 12px;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #1A1727;
}

.toc-title {
  color: #E51F2B;
  text-align: center;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.35px; /* 177.188% */
  margin: 0;
}

.toc-toggle {
  background: #FFF;
  border: none;
  color: #1A1727;
  cursor: pointer;
  font-size: 0.85em;
  padding: 8px 12px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.toc-toggle:hover {
  background-color: #F5F0E8;
  transform: translateY(-1px);
  color: #260052;
}
.toc-toggle:focus {
  outline: 2px solid #FFD37A;
  outline-offset: 2px;
  color: #260052;
}

.toc-icon {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
}

.toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
}
.toc-list ul {
  padding-top: 0;
}
.toc-list li {
  margin-bottom: 6px;
}
.toc-list li:last-of-type {
  margin-bottom: 0;
}
.toc-list a {
  color: #1A1727;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
  border-bottom: 1px solid #F5F0E8;
}
.toc-list a:hover {
  background-color: rgba(75, 0, 130, 0.1);
  color: #4B0082;
  border-left-color: #4B0082;
  transform: translateX(4px);
}
.toc-list a:focus {
  outline: 2px solid #4B0082;
  outline-offset: 2px;
}

/* Hierarchia poziomów nagłówków */
.toc-level-1 {
  padding-left: 0;
  font-weight: 600;
  font-size: 1em;
}

.toc-level-2 {
  padding-left: 10px;
  font-weight: 500;
}

.toc-level-3 {
  padding-left: 20px;
  font-size: 0.95em;
}

.toc-level-4 {
  padding-left: 30px;
  font-size: 0.9em;
  opacity: 0.9;
}

.toc-level-5 {
  padding-left: 40px;
  font-size: 0.85em;
  opacity: 0.8;
}

.toc-level-6 {
  padding-left: 50px;
  font-size: 0.8em;
  opacity: 0.7;
}

/* Efekt podświetlenia przy kliknięciu */
.toc-highlight {
  background-color: rgba(75, 0, 130, 0.1);
  padding: 8px;
  transition: all 0.3s ease;
  border-left: 4px solid #4B0082;
}

/* Optymalizacje dla urządzeń mobilnych */
@media (max-width: 768px) {
  .automatic-table-of-contents {
    margin: 0px -20px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 20px 16px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
  }
  .toc-header {
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
    text-align: center;
  }
  .toc-title {
    font-size: 1.1em;
  }
  .toc-toggle {
    justify-content: center;
  }
  .toc-level-3,
  .toc-level-4,
  .toc-level-5,
  .toc-level-6 {
    padding-left: 10px;
    font-size: 0.9em;
  }
}
/* Style do drukowania */
@media print {
  .toc-toggle {
    display: none;
  }
  .toc-list {
    display: block !important;
  }
  .automatic-table-of-contents {
    border: 2px solid #000;
    page-break-inside: avoid;
  }
}
/**
 * Sticky TOC w sidebarze (desktop)
 */
.automatic-table-of-contents--widget {
  position: relative;
  transition: all 0.3s ease;
  z-index: 10;
}
.automatic-table-of-contents--widget.toc-sticky-active {
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.toc-sticky-placeholder {
  height: 0;
  transition: height 0.3s ease;
}

/**
 * TOC w treści na mobile
 */
.automatic-table-of-contents.toc-mobile {
  margin: 10px 0;
  padding: 16px 0;
  max-width: 100%;
}
.automatic-table-of-contents.toc-mobile .toc-list {
  display: none;
}
.automatic-table-of-contents.toc-mobile .toc-header {
  cursor: pointer;
}
.automatic-table-of-contents.toc-mobile .toc-title {
  font-size: 14px;
}

@media (max-width: 768px) {
  .automatic-table-of-contents--widget {
    position: static !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: linear-gradient(to bottom, #1A1727, #FFAC0F);
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: 90vw;
  max-width: 1050px;
  margin: 20px auto;
}

.white-popup .palette-info {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.white-popup .palette-info h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.white-popup .palette-info p {
  font-size: 16px;
  line-height: 1.5;
}

.white-popup .palette-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.white-popup .color-item {
  width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.white-popup .color-item .color-name {
  color: #252336;
}
.white-popup .color-item .color-bcg {
  border: 1px solid #9C9AAC;
  width: 80px;
  height: 80px;
}
.white-popup .color-item .color-bcg {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.white-popup .color-item .color-bcg .color-display {
  font-size: 10px;
  font-weight: 700;
  color: #FFF;
  background: #000;
  padding: 3px 4px;
}

.white-popup .color-item .color-code,
.white-popup .color-item .color-name {
  font-size: 12px;
  margin: 2px 0;
  text-align: center;
}

.palette-modal-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 108px;
}
.palette-modal-container .palette-info {
  max-width: 330px;
  width: 100%;
}
.palette-modal-container .palette-colors {
  flex: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#flexiblecookies_container div#flexiblecookies_cookie_banner {
  bottom: 40px;
  flex-wrap: wrap;
  left: unset;
  right: unset;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
  border-radius: 0px;
}

.flexible-cookies-reopen-settings,
#flexiblecookies_settings_container,
#flexiblecookies_container div#flexiblecookies_cookie_banner {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1882352941);
}

div#flexiblecookies_cookie_banner span.flexiblecookies_cookie_text {
  margin-bottom: 15px;
  margin-right: 0;
}

div#flexiblecookies_cookie_banner button:hover {
  transform: translatey(-2px);
}

div#flexiblecookies_cookie_banner button,
button#flexiblecookies_accept_settings_cookies {
  width: auto;
  padding: 5px 10px;
  transition: 0.3s;
}

button#flexiblecookies_accept_cookies,
button#flexiblecookies_accept_settings_cookies {
  background-color: #4B0082;
  border: 2px solid;
  color: #FFF;
}

button#flexiblecookies_accept_cookies:hover,
button#flexiblecookies_accept_settings_cookies:hover {
  background: #4B0082;
  border: 2px solid #4B0082;
}

button#flexiblecookies_deny_cookies {
  background: transparent;
  border: 2px solid #4B0082;
  color: #4B0082;
}

button#flexiblecookies_deny_cookies:hover {
  border-color: #FFAC0F;
}

button#flexiblecookies_open_settings {
  padding: 0;
  padding-bottom: 5px;
  background: transparent;
  color: #FFAC0F;
  border-bottom: 2px solid;
}

button#flexiblecookies_open_settings:hover {
  border-color: #4B0082;
}

#flexiblecookies_settings_container,
#flexiblecookies_container div#flexiblecookies_cookie_banner {
  flex-wrap: wrap;
  border-radius: 10px;
  padding: 20px 26px;
}

#flexiblecookies_settings_container {
  color: #4B0082;
  background: #FFF;
}

@media (max-width: 768px) {
  #flexiblecookies_container div#flexiblecookies_cookie_banner {
    width: auto;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  div#flexiblecookies_settings_container {
    width: auto;
    top: 10px;
    left: 10px;
    right: 10px;
    transform: none;
    overflow-y: auto;
    bottom: 10px;
  }
  span#flexiblecookies_settings {
    height: auto;
  }
}
/*--------------------------------------------------------------
# Gutenberg Blocks
--------------------------------------------------------------*/
.goldenmed-block {
  position: relative;
}

.goldenmed-block {
  margin-top: 0;
  margin-bottom: 0;
}
.goldenmed-block + .goldenmed-block {
  margin-top: 7.5rem;
}
@media screen and (max-width: 1080px) {
  .goldenmed-block + .goldenmed-block {
    margin-top: 5.5rem;
  }
}
@media (max-width: 767px) {
  .goldenmed-block + .goldenmed-block {
    margin-top: 4rem;
  }
}

.goldenmed-block-nfz + .goldenmed-block-nfz, .goldenmed-block-nfz + .goldenmed-block-business, .goldenmed-block-nfz + .goldenmed-block-booking, .goldenmed-block-nfz + .goldenmed-block-why, .goldenmed-block-nfz + .goldenmed-block-pagehead, .goldenmed-block-nfz + .goldenmed-block-doctorhead, .goldenmed-block-nfz + .goldenmed-block-scope-section.is-warm, .goldenmed-block-business + .goldenmed-block-nfz, .goldenmed-block-business + .goldenmed-block-business, .goldenmed-block-business + .goldenmed-block-booking, .goldenmed-block-business + .goldenmed-block-why, .goldenmed-block-business + .goldenmed-block-pagehead, .goldenmed-block-business + .goldenmed-block-doctorhead, .goldenmed-block-business + .goldenmed-block-scope-section.is-warm, .goldenmed-block-booking + .goldenmed-block-nfz, .goldenmed-block-booking + .goldenmed-block-business, .goldenmed-block-booking + .goldenmed-block-booking, .goldenmed-block-booking + .goldenmed-block-why, .goldenmed-block-booking + .goldenmed-block-pagehead, .goldenmed-block-booking + .goldenmed-block-doctorhead, .goldenmed-block-booking + .goldenmed-block-scope-section.is-warm, .goldenmed-block-why + .goldenmed-block-nfz, .goldenmed-block-why + .goldenmed-block-business, .goldenmed-block-why + .goldenmed-block-booking, .goldenmed-block-why + .goldenmed-block-why, .goldenmed-block-why + .goldenmed-block-pagehead, .goldenmed-block-why + .goldenmed-block-doctorhead, .goldenmed-block-why + .goldenmed-block-scope-section.is-warm, .goldenmed-block-pagehead + .goldenmed-block-nfz, .goldenmed-block-pagehead + .goldenmed-block-business, .goldenmed-block-pagehead + .goldenmed-block-booking, .goldenmed-block-pagehead + .goldenmed-block-why, .goldenmed-block-pagehead + .goldenmed-block-pagehead, .goldenmed-block-pagehead + .goldenmed-block-doctorhead, .goldenmed-block-pagehead + .goldenmed-block-scope-section.is-warm, .goldenmed-block-doctorhead + .goldenmed-block-nfz, .goldenmed-block-doctorhead + .goldenmed-block-business, .goldenmed-block-doctorhead + .goldenmed-block-booking, .goldenmed-block-doctorhead + .goldenmed-block-why, .goldenmed-block-doctorhead + .goldenmed-block-pagehead, .goldenmed-block-doctorhead + .goldenmed-block-doctorhead, .goldenmed-block-doctorhead + .goldenmed-block-scope-section.is-warm, .goldenmed-block-scope-section.is-warm + .goldenmed-block-nfz, .goldenmed-block-scope-section.is-warm + .goldenmed-block-business, .goldenmed-block-scope-section.is-warm + .goldenmed-block-booking, .goldenmed-block-scope-section.is-warm + .goldenmed-block-why, .goldenmed-block-scope-section.is-warm + .goldenmed-block-pagehead, .goldenmed-block-scope-section.is-warm + .goldenmed-block-doctorhead, .goldenmed-block-scope-section.is-warm + .goldenmed-block-scope-section.is-warm {
  margin-top: 0;
}

.site-main > .goldenmed-block:first-child {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .site-main > .goldenmed-block:first-child {
    margin-top: 2.5rem;
  }
}

.site-main > .goldenmed-block-nfz:first-child {
  margin-top: 0;
}

.site-main > .goldenmed-block-business:first-child {
  margin-top: 0;
}

.site-main > .goldenmed-block-booking:first-child {
  margin-top: 0;
}

.site-main > .goldenmed-block-why:first-child {
  margin-top: 0;
}

.site-main > .goldenmed-block-pagehead:first-child {
  margin-top: 0;
}

.site-main > .goldenmed-block-doctorhead:first-child {
  margin-top: 0;
}

.site-main > .goldenmed-block-scope-section.is-warm:first-child {
  margin-top: 0;
}

.site-main > .goldenmed-block:last-child {
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .site-main > .goldenmed-block:last-child {
    margin-bottom: 4rem;
  }
}

.site-main > .goldenmed-block-nfz:last-child {
  margin-bottom: 0;
}

.site-main > .goldenmed-block-business:last-child {
  margin-bottom: 0;
}

.site-main > .goldenmed-block-booking:last-child {
  margin-bottom: 0;
}

.site-main > .goldenmed-block-why:last-child {
  margin-bottom: 0;
}

.site-main > .goldenmed-block-pagehead:last-child {
  margin-bottom: 0;
}

.site-main > .goldenmed-block-doctorhead:last-child {
  margin-bottom: 0;
}

.site-main > .goldenmed-block-scope-section.is-warm:last-child {
  margin-bottom: 0;
}

.goldenmed-block + .goldenmed-block-trustbar {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .goldenmed-block + .goldenmed-block-trustbar {
    margin-top: 1.25rem;
  }
}

.goldenmed-block-trustbar + .goldenmed-block-trustbar {
  margin-top: 1rem;
}

.goldenmed-block-scope-section + .goldenmed-block-scope-section {
  margin-top: 0;
}

.goldenmed-block > .viewport-container > .wrapper > .heading + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .goldenmed-block > .viewport-container > .wrapper > .heading + * {
    margin-top: 1.75rem;
  }
}

.entry-content img,
.entry-content table,
.entry-content iframe,
.entry-content video {
  max-width: 100%;
}
.entry-content .wp-block-pullquote blockquote {
  max-width: 100%;
  margin-inline: 0;
}
.entry-content pre {
  max-width: 100%;
  overflow-x: auto;
}
.entry-content .wp-block-table {
  overflow-x: auto;
}

.goldenmed-block .wrapper.full-width {
  max-width: 100%;
}

.goldenmed-block.align-content-left {
  text-align: left;
}
.goldenmed-block.align-content-center {
  text-align: center;
}
.goldenmed-block.align-content-center .bttn-container {
  justify-content: center;
}
.goldenmed-block.align-content-right {
  text-align: right;
}
.goldenmed-block.align-content-right .bttn-container {
  justify-content: flex-end;
}

.goldenmed-block.has-parallax {
  --gm-parallax-offset: 0px;
}
.goldenmed-block.has-parallax [class*=__media] img,
.goldenmed-block.has-parallax [class*=__photo] img {
  transform: translate3d(0, var(--gm-parallax-offset), 0);
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .goldenmed-block.has-parallax [class*=__media] img,
  .goldenmed-block.has-parallax [class*=__photo] img {
    transform: none;
  }
}

.goldenmed-blocks [style*=will-change] {
  backface-visibility: hidden;
}

.goldenmed-block-pagehead__crumbs {
  margin-bottom: 1rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  color: #6E6C82;
}
.goldenmed-block-pagehead__crumbs a {
  color: inherit;
}
.goldenmed-block-pagehead__crumbs a:hover {
  color: #4B0082;
}
.goldenmed-block-pagehead__crumbs span {
  margin: 0 0.5rem;
}

.goldenmed-person-card a,
.goldenmed-post-card a {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  height: 100%;
  min-height: 25rem;
  padding: 1rem 1rem 1.5rem;
  border-radius: 1rem;
  background: #FFFFFF;
  border: 1px solid #E8E7EE;
  text-decoration: none;
  transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
.goldenmed-person-card a:focus-visible,
.goldenmed-post-card a:focus-visible {
  outline: 3px solid #9216DF;
  outline-offset: 3px;
}
.goldenmed-person-card a:hover,
.goldenmed-post-card a:hover {
  transform: translateY(-4px);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.07);
}
@media (prefers-reduced-motion: reduce) {
  .goldenmed-person-card a,
  .goldenmed-post-card a {
    transition: none;
  }
  .goldenmed-person-card a:hover,
  .goldenmed-post-card a:hover {
    transform: none;
  }
}
.goldenmed-person-card img,
.goldenmed-post-card img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
}

.goldenmed-person-card--no-media a,
.goldenmed-post-card--no-media a {
  min-height: 10rem;
  justify-content: flex-start;
  border-top: 3px solid #FFAC0F;
}

.goldenmed-block__empty {
  margin: 0;
  padding: 1.5rem;
  border: 1px dashed #E8E7EE;
  border-radius: 0.75rem;
  background: #F4F3F7;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-align: center;
  color: #6E6C82;
}

/*--------------------------------------------------------------
# Dostępność
--------------------------------------------------------------*/
/* Na samym końcu, żeby nadpisania trybu wysokiego kontrastu
   wygrywały z kolorami z pozostałych partiali. */
html {
  font-size: calc(100% * var(--wcag-font-scale, 1));
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

:focus-visible {
  outline: 3px solid #9216DF;
  outline-offset: 3px;
}

.skip-link:focus {
  background-color: #FFFFFF;
  color: #4B0082;
  outline: 3px solid #9216DF;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html.high-contrast body,
html.high-contrast #page.site {
  background: #000;
  color: #FFF;
}
html.high-contrast h1, html.high-contrast h2, html.high-contrast h3, html.high-contrast h4, html.high-contrast h5, html.high-contrast h6,
html.high-contrast p, html.high-contrast li, html.high-contrast dd, html.high-contrast dt, html.high-contrast figcaption, html.high-contrast blockquote, html.high-contrast td, html.high-contrast th, html.high-contrast label, html.high-contrast legend {
  color: #FFF;
}
html.high-contrast a {
  color: #FFD700;
  text-decoration: underline;
}
html.high-contrast .big-line,
html.high-contrast .small-line,
html.high-contrast .heading,
html.high-contrast .heading span,
html.high-contrast .body-text,
html.high-contrast .entry-content,
html.high-contrast .wp-block-heading {
  background-image: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  color: #FFF;
}
html.high-contrast .small-line {
  color: #FFD700;
}
html.high-contrast .preheader {
  background-color: #000;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
html.high-contrast .preheader:before {
  background: #FFD700;
}
html.high-contrast .preheader a.preheader-value:hover {
  color: #FFD700;
}
html.high-contrast .preheader-a11y .a11y-bttn {
  color: #FFF;
}
html.high-contrast .preheader-a11y .a11y-bttn:hover {
  color: #000;
  background-color: #FFD700;
}
html.high-contrast .preheader-a11y .a11y-contrast {
  color: #FFD700;
}
html.high-contrast .preheader-a11y .a11y-contrast[aria-pressed=true] {
  color: #000;
  background-color: #FFD700;
}
html.high-contrast .site-header {
  background-color: #000;
  border-bottom: 1px solid #FFF;
}
html.high-contrast .main-navigation ul li a {
  color: #FFF;
}
html.high-contrast .main-navigation ul li a:hover {
  color: #FFD700;
}
html.high-contrast .main-navigation ul li.current-menu-item a {
  color: #FFD700;
}
html.high-contrast a.link-as-bttn,
html.high-contrast button.link-as-bttn,
html.high-contrast span.link-as-bttn {
  background-image: none !important;
  background-color: #000;
  border-color: #FFD700;
  box-shadow: none;
}
html.high-contrast a.link-as-bttn > span.gradient,
html.high-contrast button.link-as-bttn > span.gradient,
html.high-contrast span.link-as-bttn > span.gradient {
  display: none;
}
html.high-contrast a.link-as-bttn span.text,
html.high-contrast button.link-as-bttn span.text,
html.high-contrast span.link-as-bttn span.text {
  color: #FFD700;
}
html.high-contrast a.link-as-bttn:hover, html.high-contrast a.link-as-bttn:focus-visible, html.high-contrast a.link-as-bttn:active,
html.high-contrast button.link-as-bttn:hover,
html.high-contrast button.link-as-bttn:focus-visible,
html.high-contrast button.link-as-bttn:active,
html.high-contrast span.link-as-bttn:hover,
html.high-contrast span.link-as-bttn:focus-visible,
html.high-contrast span.link-as-bttn:active {
  background-color: #FFD700;
  border-color: #FFD700;
}
html.high-contrast a.link-as-bttn:hover span.text, html.high-contrast a.link-as-bttn:focus-visible span.text, html.high-contrast a.link-as-bttn:active span.text,
html.high-contrast button.link-as-bttn:hover span.text,
html.high-contrast button.link-as-bttn:focus-visible span.text,
html.high-contrast button.link-as-bttn:active span.text,
html.high-contrast span.link-as-bttn:hover span.text,
html.high-contrast span.link-as-bttn:focus-visible span.text,
html.high-contrast span.link-as-bttn:active span.text {
  color: #000;
}
html.high-contrast a.link-as-bttn[disabled], html.high-contrast a.link-as-bttn.is-disabled, html.high-contrast a.link-as-bttn[aria-disabled=true],
html.high-contrast button.link-as-bttn[disabled],
html.high-contrast button.link-as-bttn.is-disabled,
html.high-contrast button.link-as-bttn[aria-disabled=true],
html.high-contrast span.link-as-bttn[disabled],
html.high-contrast span.link-as-bttn.is-disabled,
html.high-contrast span.link-as-bttn[aria-disabled=true] {
  background-color: #000;
  border-color: #767676;
}
html.high-contrast a.link-as-bttn[disabled] span.text, html.high-contrast a.link-as-bttn.is-disabled span.text, html.high-contrast a.link-as-bttn[aria-disabled=true] span.text,
html.high-contrast button.link-as-bttn[disabled] span.text,
html.high-contrast button.link-as-bttn.is-disabled span.text,
html.high-contrast button.link-as-bttn[aria-disabled=true] span.text,
html.high-contrast span.link-as-bttn[disabled] span.text,
html.high-contrast span.link-as-bttn.is-disabled span.text,
html.high-contrast span.link-as-bttn[aria-disabled=true] span.text {
  color: #767676;
}
html.high-contrast .site-footer {
  background: #000;
  border-top: 1px solid #FFF;
  color: #FFF;
}
html.high-contrast .site-footer .site-footer-panel,
html.high-contrast .site-footer .footer-nav-panel,
html.high-contrast .site-footer .site-footer-bottom {
  background-color: #000;
}
html.high-contrast .site-footer .site-footer-bottom {
  opacity: 1;
  border-top: 1px solid #FFF;
}
html.high-contrast .site-footer .footer-brand-name,
html.high-contrast .site-footer .footer-detail-label {
  color: #FFD700;
}
html.high-contrast .site-footer .footer-brand-extra {
  opacity: 1;
}
html.high-contrast .site-footer a {
  color: #FFD700;
}
html.high-contrast .background-basic,
html.high-contrast .background-basic-light,
html.high-contrast .background-basic-darken,
html.high-contrast .background-accent,
html.high-contrast .background-accent-dark,
html.high-contrast .background-accent-darken,
html.high-contrast .background-accent-ultradark,
html.high-contrast .background-addon,
html.high-contrast .background-light,
html.high-contrast .background-light-dark,
html.high-contrast .background-light-light,
html.high-contrast .background-gray-100,
html.high-contrast .background-dark {
  background: #000;
  color: #FFF;
}
html.high-contrast .simple-border,
html.high-contrast .extra-frame:before {
  border-color: #FFF;
}
html.high-contrast .decoration img,
html.high-contrast .decoration svg {
  opacity: 0.7;
}
html.high-contrast :focus-visible {
  outline: 3px solid #FFD700;
  outline-offset: 3px;
}
/*# sourceMappingURL=style.css.map */
