@charset "UTF-8";
/*!
Theme Name: Adhook
Theme URI: https://adhook.cz/
Author: David Kůdela
Author URI: https://dkudela.cz/
Description: Šablobna pro adhook.cz
Version: 1.0.0
Text Domain: adhook
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> 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

--------------------------------------------------------------*/
/* inputs */
/* main text */
/* TODO_ */
/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
/* Fonts
--------------------------------------------- */
/* montserrat-regular - latin_latin-ext */
@font-face {
	font-display: fallback;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url("./assets/fonts/montserrat-v26-latin_latin-ext-regular.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin_latin-ext */
@font-face {
	font-display: fallback;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url("./assets/fonts/montserrat-v26-latin_latin-ext-500.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin_latin-ext */
@font-face {
	font-display: fallback;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url("./assets/fonts/montserrat-v26-latin_latin-ext-600.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin_latin-ext */
@font-face {
	font-display: fallback;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url("./assets/fonts/montserrat-v26-latin_latin-ext-700.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-800 - latin_latin-ext */
@font-face {
	font-display: fallback;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: url("./assets/fonts/montserrat-v26-latin_latin-ext-800.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-regular - latin_latin-ext */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url("./assets/fonts/inter-v13-latin_latin-ext-regular.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - latin_latin-ext */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	src: url("./assets/fonts/inter-v13-latin_latin-ext-600.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin_latin-ext */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: url("./assets/fonts/inter-v13-latin_latin-ext-700.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
	font-display: swap;
	font-family: 'Champ';
	font-style: normal;
	font-weight: 900;
	src: url("./assets/fonts/champ-black.woff2") format("woff2");
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #27221C;
	font-family: "Montserrat", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.44;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Champ", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin: 0 0 1rem;
}

h1, .h1 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
}

@media screen and (max-width: 1020px) {
	h1, .h1 {
		font-size: 3.4rem;
	}
}

@media screen and (max-width: 768px) {
	h1, .h1 {
		font-size: 2.8rem;
	}
}

h2, .h2 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

@media screen and (max-width: 1020px) {
	h2, .h2 {
		font-size: 2.7rem;
	}
}

@media screen and (max-width: 768px) {
	h2, .h2 {
		font-size: 2.4rem;
	}
}

h3, .h3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}

@media screen and (max-width: 1020px) {
	h3, .h3 {
		font-size: 1.9rem;
	}
}

@media screen and (max-width: 768px) {
	h3, .h3 {
		font-size: 1.8rem;
	}
}

h4, .h4 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
}

h5, .h5 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

p + p,
p + ul,
p + ol {
	margin-top: 0.5rem;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

small {
	font-size: 75%;
}

/* Elements
--------------------------------------------- */
body,
html {
	background-color: #fff;
	font-size: 16px;
}

hr {
	background-color: #ccc;
	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: #6060F6;
}

a:visited {
	color: #6060F6;
}

a:hover, a:focus, a:active {
	color: #6060F6;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

/* Helpers
--------------------------------------------- */
.text-center {
	text-align: center;
}

.d-flex {
	display: flex;
}

.space-around {
	justify-content: space-around;
}

.space-between {
	justify-content: space-between;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-4 {
	margin-bottom: 4rem !important;
}

.mt-1 {
	margin-top: 1rem !important;
}

.mt-2 {
	margin-top: 2rem !important;
}

.pt-4 {
	padding-top: 4rem !important;
}

.pb-4 {
	padding-bottom: 4rem !important;
}

.f-black {
	font-weight: 900;
}

.width-reset {
	width: initial !important;
}

.text-transform-reset {
	text-transform: initial !important;
}

@media screen and (min-width: 769px) {
	.hide-desktop {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.hide-mobile {
		display: none !important;
	}
}

@media screen and (max-width: 1020px) {
	.hide-to-tablet {
		display: none !important;
	}
}

@media screen and (min-width: 1021px) {
	.hide-from-tablet {
		display: none !important;
	}
}

.c-primary {
	color: #FDDC41;
}

.t-bigger {
	line-height: 26px;
	font-size: 1.125rem;
}

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #27221C;
	border: 1px solid #27221C;
	padding: 8px 14px;
	background: #ffffff;
	border-radius: 25px;
	font-size: 0.875rem;
	line-height: 1.2;
	font-weight: 500;
}

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: #27221C;
	outline: 0;
}

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(39, 34, 28, 0.5);
}

textarea {
	padding: 16px 32px;
	max-height: 180px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

select {
	border: 1px solid #27221C;
	width: 100%;
}

textarea {
	width: 100%;
}

/* Layout
--------------------------------------------- */
.section {
	position: relative;
	width: 100%;
}

.layout-container {
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.container {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 32px;
}

@media screen and (max-width: 1020px) {
	.container {
		padding: 0 16px;
	}
}

.site-main {
	overflow: hidden;
}

.site-header {
	width: 100%;
	padding: 32px 32px 0;
	position: sticky;
	top: 0px;
	z-index: 999;
}

.site-header-contact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
	font-size: 14px;
	color: #FFF;
	padding-bottom: 12px;
	padding-right: 12px;
	text-transform: initial;
}

@media screen and (max-width: 768px) {
	.site-header-contact {
		justify-content: center;
		padding-top: 48px;
		gap: 12px;
		font-size: 1rem;
	}
}

.site-header-contact svg {
	max-width: 16px;
	color: #27221C;
}

.site-header-contact a {
	color: #27221C;
	text-decoration: none;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.site-header .wrapper {
	position: relative;
	background-color: #FDDC41;
	border-radius: 25px;
	padding: 21px 32px 21px 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.site-header .wrapper::before {
	content: "";
	display: block;
	position: absolute;
	height: 140%;
	left: 0;
	right: 0;
	bottom: 50%;
	background-color: #fff;
	z-index: -1;
}

.site-header .wrapper .logo {
	display: inline-flex;
}

.site-header .wrapper .logo img {
	max-width: 162px;
}

.site-header .wrapper .cta-btn-wrap {
	padding-left: 32px;
	/*
      position: absolute;
      right: 26px;
      top: 50%;
      width: 190px;
      transform: translateY(-55%);*/
}

@media screen and (max-width: 1020px) {
	.site-header .wrapper .cta-btn-wrap {
		display: none;
	}
}

@media screen and (max-width: 1020px) {
	.site-header .wrapper {
		padding-right: 32px;
	}
}

@media screen and (max-width: 1020px) {
	.site-header {
		padding: 20px 16px;
	}
}

.site-footer {
	width: 100%;
}

.site-footer .references {
	border-top: 2px solid #27221C;
	border-bottom: 2px solid #27221C;
	padding-top: 28px;
	padding-bottom: 28px;
	background-color: #FFF;
}

.site-footer .references .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 70px;
}

.site-footer .references img {
	max-height: 50px;
	width: initial;
}

@media screen and (max-width: 1020px) {
	.site-footer .references {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

.site-footer .footer {
	padding: 42px 32px 16px;
	background-color: #FDDC41;
	border-top: 4px solid #27221C;
	font-family: "Inter", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.site-footer .footer .top .logo {
	display: inline-flex;
}

.site-footer .footer .top .logo img {
	max-height: 48px;
}

.site-footer .footer .top .social-links {
	margin: 46px 0 0 0;
	padding-left: 0;
	list-style-type: none;
	display: flex;
	gap: 16px;
}

.site-footer .footer .top .social-links li {
	display: flex;
}

.site-footer .footer .top .social-links li a {
	display: flex;
}

@media screen and (max-width: 1020px) {
	.site-footer .footer .top .social-links {
		margin: 24px 0 0 0;
		gap: 8px;
	}
}

.site-footer .footer .bottom {
	padding: 96px 0 24px;
}

.site-footer .footer .bottom a {
	color: #27221C;
}

@media screen and (max-width: 1020px) {
	.site-footer .footer .bottom {
		padding: 56px 0 24px;
	}
}

@media screen and (max-width: 1020px) {
	.site-footer .footer {
		padding: 32px 16px 16px;
	}
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.section-slider {
	position: relative;
	padding: 30px 0;
	z-index: 5;
	min-height: 540px;
}

@media screen and (max-width: 1020px) {
	.section-slider .container {
		padding-right: 0;
		padding-left: 0;
	}
}

.section-slider .cta-btn-wrap {
	display: none;
	position: fixed;
	right: -10px;
	bottom: 10px;
}

.section-slider .cta-btn-wrap .cta-btn {
	padding: 22px 20px 17px;
}

.section-slider .cta-btn-wrap .cta-btn:before {
	display: none;
}

@media screen and (max-width: 1020px) {
	.section-slider .cta-btn-wrap {
		display: block;
	}
}

@media screen and (max-width: 1020px) {
	.section-slider {
		padding: 20px 0;
		min-height: 302px;
	}
}

.section-performance {
	background-color: #FFECFC;
}

.section-performance::before {
	content: "";
	display: block;
	position: absolute;
	top: -200px;
	right: -270px;
	bottom: 0;
	left: -270px;
	background-image: url("./assets/img/artwork/homepage/artwork-elips.svg");
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 0;
}

.section-performance .layout-container {
	padding: 105px 0 50px;
}

@media screen and (max-width: 1020px) {
	.section-performance .layout-container {
		padding: 64px 0 30px;
	}
}

@media screen and (max-width: 1020px) {
	.section-performance .layout-container {
		padding: 32px 0 32px;
	}
}

.section-performance .top {
	display: flex;
	gap: 88px;
	padding-bottom: 72px;
}

.section-performance .top .left h2 {
	margin-bottom: 24px;
}

.section-performance .top .left .text {
	font-size: 1.125rem;
}

.section-performance .top .right {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	border: 2px solid #27221C;
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
}

@media screen and (max-width: 1200px) {
	.section-performance .top .right {
		flex: 1 0 40%;
	}
}

.section-performance .top .right .controls {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	padding: 20px 24px;
	color: #27221C;
	border-bottom: 2px solid #27221C;
}

.section-performance .top .right .controls svg {
	width: 20px;
	height: 20px;
}

@media screen and (max-width: 1020px) {
	.section-performance .top .right .controls svg {
		width: 14px;
		height: 14px;
	}
}

@media screen and (max-width: 1020px) {
	.section-performance .top .right .controls {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 1020px) {
	.section-performance .top {
		flex-direction: column;
		gap: 32px;
		text-align: center;
		padding-bottom: 66px;
	}
}

.section-performance .middle {
	padding-bottom: 72px;
}

.section-performance .middle .splide__pagination .splide__pagination__page.is-active {
	background-color: #FDDC41;
}

@media screen and (max-width: 1020px) {
	.section-performance .middle {
		padding-bottom: 48px;
		margin-left: -16px;
		margin-right: -16px;
	}
}

.section-performance .note {
	font-size: 0.75rem;
	margin-left: 14px;
	margin-top: 24px;
}

.section-cooperation .layout-container {
	padding: 80px 0;
}

.section-cooperation .layout-container::before {
	content: url("./assets/img/artwork/homepage/artwork-star-secondary.svg");
	display: block;
	position: absolute;
	top: 50px;
	left: 60px;
	pointer-events: none;
	z-index: 0;
}

@media screen and (max-width: 1020px) {
	.section-cooperation .layout-container::before {
		display: none;
	}
}

@media screen and (max-width: 1020px) {
	.section-cooperation .layout-container {
		padding: 48px 0;
	}
}

.section-cooperation .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-cooperation .container h2 {
	margin-bottom: 48px;
}

@media screen and (max-width: 1020px) {
	.section-cooperation .container h2 {
		margin-bottom: 24px;
		text-align: center;
	}
}

.section-cooperation .container .steps {
	position: relative;
}

.section-cooperation .container .steps .panels {
	background-image: url("./assets/img/artwork/homepage/artwork-stroke.svg");
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.section-cooperation .container .steps::before {
	content: url("./assets/img/artwork/homepage/artwork-star-primary.svg");
	display: block;
	position: absolute;
	top: -85px;
	right: -90px;
	pointer-events: none;
	z-index: 0;
}

@media screen and (max-width: 1020px) {
	.section-cooperation .container .steps::before {
		display: none;
	}
}

.section-cooperation .container .steps::after {
	content: url("./assets/img/artwork/homepage/artwork-star-yellow.svg");
	display: block;
	position: absolute;
	bottom: -70px;
	right: -115px;
	pointer-events: none;
	z-index: 0;
}

@media screen and (max-width: 1020px) {
	.section-cooperation .container .steps::after {
		display: none;
	}
}

.section-creators {
	background-color: #FFF2B6;
	overflow: hidden;
}

.section-creators .layout-container {
	padding: 88px 0 104px;
}

.section-creators .layout-container::before {
	content: url("./assets/img/artwork/homepage/artwork-sun.svg");
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-40%, -40%);
	pointer-events: none;
	z-index: 0;
}

@media screen and (max-width: 1020px) {
	.section-creators .layout-container {
		padding: 48px 0;
	}
}

.section-creators .container {
	display: flex;
	gap: 96px;
}

.section-creators .container .left h2 {
	margin-bottom: 24px;
}

.section-creators .container .left .text {
	font-size: 1.125rem;
}

.section-creators .container .right {
	display: flex;
	flex-shrink: 0;
	padding-right: 42px;
}

@media screen and (max-width: 1020px) {
	.section-creators .container .right {
		padding-right: 0;
	}
}

@media screen and (max-width: 1020px) {
	.section-creators .container {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 24px;
	}
}

.section-team {
	padding: 80px 0;
}

.section-team .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-team .container h2 {
	margin-bottom: 48px;
}

@media screen and (max-width: 1020px) {
	.section-team .container h2 {
		margin-bottom: 32px;
	}
}

.section-team .container .content {
	position: relative;
	display: flex;
	gap: 48px;
}

.section-team .container .content .left {
	position: relative;
	display: flex;
	flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
	.section-team .container .content .left {
		flex: 1 0 50%;
	}
}

.section-team .container .content .left img {
	align-self: center;
}

.section-team .container .content .left::before {
	content: url("./assets/img/artwork/homepage/artwork-wave-secondary.svg");
	display: block;
	position: absolute;
	top: -70px;
	left: -35px;
	pointer-events: none;
	z-index: 0;
}

@media screen and (max-width: 1020px) {
	.section-team .container .content .left::before {
		left: -50px;
		transform: scale(0.6);
	}
}

.section-team .container .content .right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section-team .container .content .right .text {
	padding-top: 32px;
	font-size: 1.125rem;
}

@media screen and (max-width: 1020px) {
	.section-team .container .content .right .text {
		padding-top: 0;
		font-size: 1rem;
		text-align: center;
	}
}

.section-team .container .content .right img {
	align-self: center;
	margin: 24px 0 40px;
}

@media screen and (max-width: 1020px) {
	.section-team .container .content .right img {
		display: none;
	}
}

.section-team .container .content::after {
	content: url("./assets/img/artwork/homepage/artwork-wave-primary.svg");
	display: block;
	position: absolute;
	bottom: 0;
	left: 57%;
	transform: translate(-50%, 0);
	pointer-events: none;
	z-index: 0;
}

@media screen and (max-width: 1020px) {
	.section-team .container .content::after {
		bottom: 16px;
		left: 50%;
		transform: translate(-50%, 100%);
	}
}

@media screen and (max-width: 1020px) {
	.section-team .container .content {
		flex-direction: column;
		gap: 24px;
	}
}

@media screen and (max-width: 1020px) {
	.section-team {
		padding: 48px 0 128px;
	}
}

.section-meeting-btn {
	overflow: hidden;
	background-color: #E0FDFF;
}

.section-meeting-btn .layout-container {
	padding: 60px 0;
}

.section-meeting-btn .layout-container::before {
	content: url("./assets/img/artwork/homepage/artwork-wave-bg-tertiary.svg");
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	transform: translateX(-50%);
	pointer-events: none;
	z-index: 0;
}

.section-meeting-btn .layout-container::after {
	content: url("./assets/img/artwork/homepage/artwork-wave-bg-tertiary.svg");
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
	pointer-events: none;
	z-index: 0;
}

@media screen and (max-width: 1020px) {
	.section-meeting-btn .layout-container {
		padding: 48px 0;
	}
}

.section-meeting-btn .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1;
}

.section-meeting-btn .container h2 {
	text-align: center;
	margin-bottom: 24px;
	font-size: 2.5rem;
}

.section-meeting-btn .container .btn {
	font-size: 1.5rem;
	padding: 10px 16px;
	text-transform: none;
}

.section-price {
	background-image: linear-gradient(#FFF 0%, #FFF 50%, #E0FDFF 50%, #E0FDFF 100%);
}

.section-price .layout-container {
	padding-top: 32px;
}

@media screen and (max-width: 1020px) {
	.section-price .layout-container {
		padding-top: 8px;
	}
}

.section-price::before {
	content: "";
	display: block;
	position: absolute;
	top: 70px;
	right: -270px;
	bottom: 0;
	left: -270px;
	background-image: url("assets/img/artwork/pricing/artwork-elips.svg");
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 0;
}

.section-price .pricing-artwork-left::before {
	content: url("assets/img/artwork/pricing/artwork-star-secondary.svg");
	display: block;
	position: absolute;
	top: 220px;
	left: -80px;
	transform: translateX(-100%);
	pointer-events: none;
	z-index: 0;
}

.section-price .pricing-artwork-left::after {
	content: url("assets/img/artwork/pricing/artwork-star-primary-tint.svg");
	display: block;
	position: absolute;
	bottom: 85px;
	left: -40px;
	transform: translateX(-100%);
	pointer-events: none;
	z-index: 0;
}

.section-price .pricing-artwork-right::before {
	content: url("assets/img/artwork/pricing/artwork-star-primary.svg");
	display: block;
	position: absolute;
	top: 135px;
	right: -75px;
	transform: translateX(100%);
	pointer-events: none;
	z-index: 0;
}

.section-price .pricing-artwork-right::after {
	content: url("assets/img/artwork/pricing/artwork-star-tertiary.svg");
	display: block;
	position: absolute;
	bottom: 105px;
	right: -85px;
	transform: translateX(100%);
	pointer-events: none;
	z-index: 0;
}

.section-faq {
	padding-top: 88px;
	padding-bottom: 168px;
	background-image: linear-gradient(#E0FDFF 0%, #E0FDFF 50%, #FFF 50%, #FFF 100%);
}

.section-faq .faq {
	max-width: 1034px;
	margin: 0 auto;
	border-radius: 25px;
	border: 2px solid #27221C;
	padding: 16px 28px;
	background-color: #FFF;
}

.section-faq .faq h2 {
	text-align: center;
	margin-bottom: 24px;
}

@media screen and (max-width: 1020px) {
	.section-faq .faq {
		padding: 16px 0;
	}
}

@media screen and (max-width: 1020px) {
	.section-faq {
		padding-top: 48px;
		padding-bottom: 100px;
	}
}

.section-form {
	background-image: linear-gradient(#FFF 0%, #FFF 50%, #FFECFC 50%, #FFECFC 100%);
}

.section-form::before {
	content: "";
	display: block;
	position: absolute;
	top: 70px;
	right: -270px;
	bottom: 0;
	left: -270px;
	background-image: url("assets/img/artwork/form/artwork-elips.svg");
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 0;
}

.section-form .layout-container {
	padding-bottom: 152px;
}

.section-form .layout-container::after {
	content: url("assets/img/artwork/form/artwork-stroke.svg");
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(calc(-50% + 100px));
	pointer-events: none;
	z-index: 0;
}

@media screen and (max-width: 1020px) {
	.section-form .layout-container {
		padding-bottom: 100px;
	}
}

.section-form .form {
	position: relative;
	z-index: 1;
	background-color: #FFF;
	border: 2px solid #27221C;
	border-radius: 25px;
	box-shadow: 0 4px 0 0 #27221C;
	max-width: 480px;
	margin: 0 auto;
	padding: 40px;
}

.section-form .form .btn {
	max-width: unset;
}

.section-form .form::before {
	content: url("assets/img/artwork/form/artwork-star-secondary.svg");
	display: block;
	position: absolute;
	top: 150px;
	left: -80px;
	transform: translateX(-100%);
	pointer-events: none;
	z-index: 0;
}

.section-form .form::after {
	content: url("assets/img/artwork/form/artwork-star-primary.svg");
	display: block;
	position: absolute;
	bottom: 100px;
	right: -110px;
	transform: translateX(100%);
	pointer-events: none;
	z-index: 0;
}

@media screen and (max-width: 1020px) {
	.section-form .form {
		padding: 32px 20px;
	}
}

.section-form .form-modal-backdrop {
	align-items: center;
	justify-content: center;
	padding: 16px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
}

.section-form .form-modal-backdrop:not([hidden]) {
	display: flex;
}

.section-form .form-modal {
	width: 100%;
	max-width: 600px;
	border: 2px solid #27221C;
	border-radius: 25px;
	padding: 40px;
	text-align: center;
	background-color: #FFF8D9;
	background-image: url("assets/img/artwork/artwork-modal.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-form .form-modal h3 {
	font-family: "Montserrat", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.25rem;
}

.section-form .form-modal img {
	max-height: 28px;
	margin-top: 24px;
}

.section-form .form-modal.error {
	background-image: url("assets/img/artwork/artwork-modal-error.svg");
	background-color: #FFECFC;
}

.section-header {
	z-index: 1;
	padding-top: 48px;
}

.section-header .heading {
	min-height: 128px;
	padding-bottom: 48px;
	max-width: 990px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
}

.section-header .heading .title {
	margin-bottom: 0;
}

.section-header .heading .title + p {
	margin-top: 24px;
	font-size: 1.5rem;
	font-weight: 500;
}

.section-header .heading .title + p strong {
	color: #6060F6;
}

@media screen and (max-width: 1020px) {
	.section-header .heading {
		min-height: 48px;
		padding-bottom: 24px;
	}
}

.section-content {
	padding-bottom: 100px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-transform: uppercase;
}

.main-navigation ul {
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
	display: flex;
	gap: 32px;
}

.main-navigation ul li {
	position: relative;
	display: flex;
}

.main-navigation ul li a:not(.cta-btn) {
	width: 100%;
	display: flex;
	padding: 4px 16px;
	text-decoration: none;
	color: #27221C;
	font-size: 18px;
	font-weight: 700;
}

.main-navigation.toggled #primary-menu {
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 1020px) {
	.main-navigation .language-menu {
		display: flex;
		height: 100%;
		align-items: center;
		margin-right: 1.5rem;
		min-width: 41px;
	}
}

.main-navigation .language-menu img {
	display: block;
	margin-top: 3px;
}

.main-navigation .language-menu li {
	margin-right: 0;
	margin-left: 1rem;
}

.menu-toggle {
	width: 30px;
	height: 24px;
	position: relative;
	background: transparent;
	border: 0;
	margin: 5px auto 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.menu-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #27221C;
	border-radius: 4px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.menu-toggle span:nth-child(1) {
	top: 0px;
}

.menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) {
	top: 10px;
}

.menu-toggle span:nth-child(4) {
	top: 20px;
}

.main-navigation.toggled .menu-toggle span:nth-child(1) {
	top: 10px;
	width: 0%;
	left: 50%;
}

.main-navigation.toggled .menu-toggle span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main-navigation.toggled .menu-toggle span:nth-child(4) {
	top: 12px;
	width: 0%;
	left: 50%;
}

@media screen and (min-width: 1021px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		align-items: center;
	}
}

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

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

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

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

.socials {
	margin-left: 30px;
}

.socials svg {
	margin: 0 5px;
}

.socials svg path, .socials svg circle {
	fill: #FDDC41;
}

.spark01 {
	position: absolute;
	right: 20%;
	bottom: 0;
}

@media screen and (max-width: 1020px) {
	#primary-menu {
		opacity: 0;
		visibility: hidden;
		transform: translate(0, -100%);
		transition: 150ms ease-in-out;
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		background: #FDDC41;
		border-radius: 25px;
		width: 100%;
		padding: 14px 0;
		margin-top: 16px;
		z-index: 100;
	}
	#primary-menu li a {
		padding: 14px 24px;
	}
	/* Small menu. */
	.menu-toggle,
	.main-navigation.toggled ul,
	.main-navigation ul {
		display: block;
	}
}

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

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1rem 0 0;
}

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/* Logo
--------------------------------------------- */
/* Form
--------------------------------------------- */
/* Buttons
--------------------------------------------- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: "Inter", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	padding: 8px 16px;
	border-radius: 15px;
	align-items: center;
	transition: 300ms ease-in-out;
	width: 100%;
	max-width: 355px;
	min-height: 45px;
}

.btn .icon-wrap {
	opacity: 0;
	transition: 300ms ease-out;
	position: relative;
	overflow: hidden;
	height: 20px;
	width: 0;
}

.btn .icon-wrap svg {
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
}

.btn-primary {
	background: #FDDC41;
	color: #27221C;
	border: 2px solid #27221C;
	box-shadow: 0 4px 0 #27221C;
}

.btn-primary:hover, .btn-primary:focus-visible {
	color: #27221C;
	border-color: #27221C;
}

.btn-primary:hover .icon-wrap, .btn-primary:focus-visible .icon-wrap {
	opacity: 1;
	width: 30px;
}

.btn-primary:focus {
	color: #27221C;
	border-color: #27221C;
}

.btn-primary:visited {
	color: #27221C;
	border-color: #27221C;
}

.btn-primary:active {
	color: #27221C;
	border-color: #27221C;
}

.btn-secondary {
	background: #FDA0F1;
	color: #27221C;
	border: 2px solid #27221C;
	box-shadow: 0 4px 0 0 #27221C;
}

.btn-secondary:hover, .btn-secondary:focus-visible {
	color: #27221C;
	border-color: #27221C;
}

.btn-secondary:hover .icon-wrap, .btn-secondary:focus-visible .icon-wrap {
	opacity: 1;
	width: 30px;
}

.btn-secondary:focus {
	color: #27221C;
	border-color: #27221C;
}

.btn-secondary:visited {
	color: #27221C;
	border-color: #27221C;
}

.btn-secondary:active {
	color: #27221C;
	border-color: #27221C;
}

.btn-lime {
	background: #dcfd4e;
	color: #27221C;
	border: 2px solid #27221C;
	box-shadow: 0 4px 0 0 #27221C;
}

.btn-lime:hover, .btn-lime:focus-visible {
	color: #27221C;
	border-color: #27221C;
}

.btn-lime:hover .icon-wrap, .btn-lime:focus-visible .icon-wrap {
	opacity: 1;
	width: 30px;
}

.btn-lime:focus {
	color: #27221C;
	border-color: #27221C;
}

.btn-lime:visited {
	color: #27221C;
	border-color: #27221C;
}

.btn-lime:active {
	color: #27221C;
	border-color: #27221C;
}

/* List
--------------------------------------------- */
.contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-list li {
	list-style: none;
	margin: 0;
	padding: 2px 0;
}

.contact-list a {
	color: #000;
	text-decoration: none;
}

.contact-list a:hover {
	text-decoration: underline;
}

/* Custom
--------------------------------------------- */
.steps {
	width: 100%;
	display: flex;
	background-color: #E0FDFF;
	border-radius: 25px;
	border: 2px solid #27221C;
	box-shadow: 0 4px 0 0 #27221C;
}

.steps .tabs {
	position: relative;
	padding: 64px 80px;
	display: flex;
	gap: 46px;
	flex-direction: column;
	min-width: 500px;
}

.steps .tabs::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(64px + 28px);
	left: calc(80px + 28px);
	bottom: calc(64px + 28px);
	width: 2px;
	background-color: #27221C;
}

@media screen and (max-width: 1020px) {
	.steps .tabs::after {
		top: calc(24px + 28px);
		left: calc(36px + 28px);
		bottom: calc(24px + 28px);
	}
}

.steps .tabs button {
	position: relative;
	z-index: 1;
	background-color: transparent;
	border: none;
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 1.25rem;
	font-weight: 600;
	cursor: pointer;
	padding: 0;
}

.steps .tabs button .number {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
	border: 1.5px solid #27221C;
	border-radius: 50%;
	font-family: "Inter", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	margin-left: 4px;
	margin-right: 28px;
}

@media screen and (max-width: 1020px) {
	.steps .tabs button .number {
		font-size: 1.125rem;
	}
}

.steps .tabs button[aria-selected="true"] {
	font-size: 1.875rem;
	font-weight: 800;
}

.steps .tabs button[aria-selected="true"] .number {
	width: 56px;
	height: 56px;
	background-color: #FDA0F1;
	font-size: 1.625rem;
	font-weight: 700;
	box-shadow: 0 2px 0 0 #27221C;
	margin-left: 0;
	margin-right: 24px;
}

@media screen and (max-width: 1020px) {
	.steps .tabs button[aria-selected="true"] .number {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 1020px) {
	.steps .tabs button[aria-selected="true"] {
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 1020px) {
	.steps .tabs button {
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 1020px) {
	.steps .tabs {
		padding: 24px 36px;
		gap: 24px;
		min-width: unset;
	}
}

.steps .panels {
	padding: 64px 58px;
}

.steps .panels .panel {
	background-color: #FFF;
	border-radius: 25px;
	border: 2px solid #27221C;
	box-shadow: 0 2px 0 0 #27221C;
	padding: 32px 24px;
	text-align: center;
	height: 100%;
	font-size: 22px;
	font-weight: 600;
	line-height: 35px;
}

@media screen and (max-width: 1020px) {
	.steps .panels .panel {
		padding: 50px 24px;
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width: 1020px) {
	.steps .panels {
		padding: 0 28px 28px;
	}
}

@media screen and (max-width: 1020px) {
	.steps {
		flex-direction: column;
	}
}

.cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

.cards .card {
	flex: 0 1 calc((100% - 72px) / 4);
	background-color: #FFF;
	border-radius: 25px;
	border: 2px solid #27221C;
	box-shadow: 0 4px 0 0 #27221C;
	display: flex;
	gap: 16px;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 24px 26px;
	margin-bottom: 5px;
}

.cards .card img {
	flex-shrink: 0;
	display: flex;
	max-height: 90px;
	width: inherit;
}

.cards .card h3 {
	font-family: "Montserrat", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin-bottom: 0;
}

@media screen and (max-width: 1020px) {
	.cards .card {
		flex: 0 0 100%;
	}
}

@media screen and (max-width: 1020px) {
	.cards {
		flex-wrap: nowrap;
		gap: unset;
		justify-content: unset;
	}
}

.counters {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.counters .counter {
	position: relative;
	flex: 0 1 calc((100% - 60px) / 4);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.counters .counter h3 {
	font-size: 3.75rem;
	margin-bottom: 0;
}

@media screen and (max-width: 1020px) {
	.counters .counter h3 {
		flex-shrink: 0;
	}
}

.counters .counter p {
	font-size: 1.125rem;
}

.counters .counter + .counter::before {
	content: "";
	display: block;
	position: absolute;
	left: -11px;
	height: 100%;
	width: 2px;
	background-color: #27221C;
}

@media screen and (max-width: 1020px) {
	.counters .counter + .counter::before {
		display: none;
	}
}

@media screen and (max-width: 1020px) {
	.counters .counter {
		flex-direction: row;
		gap: 16px;
		text-align: left;
		padding: 8px 24px;
	}
}

@media screen and (max-width: 1020px) {
	.counters {
		flex-direction: column;
	}
}

.hero-slider .splide__list {
	align-items: center;
}

.hero-slider .splide__list .splide__slide {
	padding: 4px;
	width: 175px;
}

.hero-slider .splide__list .splide__slide .video {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FDDC41;
	border-radius: 25px;
	box-shadow: 4px 4px 0 0 #FDDC41;
	overflow: hidden;
}

.hero-slider .splide__list .splide__slide .video video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
}

.hero-slider .splide__list .splide__slide .video button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	height: 54px;
	width: 54px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FDDC41;
	border: 1px solid #27221C;
	border-radius: 50%;
	box-shadow: 0 2px 0 0 #27221C;
	cursor: pointer;
	transition: 300ms ease-in-out;
	opacity: 1;
}

.hero-slider .splide__list .splide__slide .video button:hover, .hero-slider .splide__list .splide__slide .video button:focus-visible {
	background-color: #FDA0F1;
	transform: translate(-50%, -50%) scale(1.2);
}

.hero-slider .splide__list .splide__slide .video button::after {
	content: "";
	background-image: url("assets/img/icons/icon-play.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	margin-left: 5px;
	height: 24px;
	width: 16px;
	display: flex;
}

.hero-slider .splide__list .splide__slide.is-prev, .hero-slider .splide__list .splide__slide.is-next {
	width: 235px;
}

@media screen and (max-width: 1020px) {
	.hero-slider .splide__list .splide__slide.is-prev, .hero-slider .splide__list .splide__slide.is-next {
		width: 135px;
	}
}

.hero-slider .splide__list .splide__slide.is-active {
	width: 265px;
}

.hero-slider .splide__list .splide__slide.is-active button {
	height: 60px;
	width: 60px;
}

.hero-slider .splide__list .splide__slide.is-active button::after {
	width: 18px;
	height: 28px;
}

@media screen and (max-width: 1020px) {
	.hero-slider .splide__list .splide__slide.is-active {
		width: 155px;
	}
}

@media screen and (max-width: 1020px) {
	.hero-slider .splide__list .splide__slide {
		width: 135px;
	}
}

.hero-slider .splide__pagination .splide__pagination__page.is-active {
	background-color: #FDDC41;
}

.accordions {
	display: flex;
	gap: 24px;
	flex-direction: column;
}

.accordions .accordion {
	border-bottom: 1px solid #D2D2D2;
}

.accordions .accordion-toggle {
	margin-bottom: 0;
}

.accordions .accordion-toggle button {
	background-color: transparent;
	border: none;
	width: 100%;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-family: "Inter", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	padding: 16px 24px;
	text-align: left;
}

.accordions .accordion-toggle button svg {
	width: 25px;
	height: 25px;
}

.accordions .accordion-toggle button svg [href*="icon"] {
	display: none;
}

.accordions .accordion-toggle button[aria-expanded="true"] [href*="minus"] {
	display: flex;
}

.accordions .accordion-toggle button[aria-expanded="false"] [href*="plus"] {
	display: flex;
}

.accordions .accordion-panel .content {
	padding: 10px 24px 24px;
}

.accordions .accordion:last-child {
	border-bottom: none;
}

@media screen and (max-width: 1020px) {
	.accordions {
		gap: 16px;
	}
}

.pricing-table {
	display: flex;
	justify-content: center;
	gap: 32px;
}

@media screen and (max-width: 1020px) {
	.pricing-table {
		align-items: center;
	}
}

.pricing-table .pricing {
	flex: 1 1 0;
	position: relative;
	max-width: 390px;
	border: 2px solid #27221C;
	border-radius: 25px;
	background-color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.pricing-table .pricing .top {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px 24px 16px 32px;
}

.pricing-table .pricing .top h3 {
	padding: 10px 16px;
	border-radius: 15px;
	border: 2px solid #27221C;
	background-color: #FDDC41;
	font-family: "Inter", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.125rem;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.pricing-table .pricing .top p {
	font-family: "Inter", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.375rem;
	letter-spacing: -0.06em;
}

.pricing-table .pricing .top .badge {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(19%, -26%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	width: 150px;
	height: 150px;
	padding: 20px;
	text-align: center;
	background-color: #FDDC41;
	border-radius: 50%;
	font-family: "Champ", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 3.5rem;
	line-height: 1;
	background: url('data:image/svg+xml;utf8,<svg width="144" height="145" viewBox="0 0 144 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M69.7375 2.62082C70.9333 1.24767 73.0666 1.24767 74.2624 2.62082L81.198 10.5854C82.6927 12.3018 85.158 12.7922 87.1958 11.7784L96.6513 7.07426C98.2815 6.26322 100.253 7.07962 100.832 8.80585L104.191 18.8183C104.916 20.9761 107.006 22.3726 109.276 22.2158L119.812 21.4882C121.629 21.3627 123.137 22.8712 123.012 24.6877L122.284 35.2237C122.127 37.4944 123.524 39.5844 125.682 40.3084L135.694 43.6682C137.42 44.2474 138.237 46.2184 137.426 47.8486L132.722 57.3042C131.708 59.3419 132.198 61.8073 133.915 63.302L141.879 70.2376C143.252 71.4333 143.252 73.5667 141.879 74.7624L133.915 81.698C132.198 83.1927 131.708 85.6581 132.722 87.6958L137.426 97.1514C138.237 98.7816 137.42 100.753 135.694 101.332L125.682 104.692C123.524 105.416 122.127 107.506 122.284 109.776L123.012 120.312C123.137 122.129 121.629 123.637 119.812 123.512L109.276 122.784C107.006 122.627 104.916 124.024 104.191 126.182L100.832 136.194C100.253 137.92 98.2815 138.737 96.6513 137.926L87.1958 133.222C85.158 132.208 82.6927 132.698 81.198 134.415L74.2624 142.379C73.0666 143.752 70.9333 143.752 69.7375 142.379L62.8019 134.415C61.3072 132.698 58.8419 132.208 56.8041 133.222L47.3485 137.926C45.7183 138.737 43.7474 137.92 43.1681 136.194L39.8084 126.182C39.0843 124.024 36.9943 122.627 34.7237 122.784L24.1877 123.512C22.3712 123.637 20.8627 122.129 20.9881 120.312L21.7157 109.776C21.8725 107.506 20.476 105.416 18.3182 104.692L8.30578 101.332C6.57956 100.753 5.76316 98.7816 6.5742 97.1514L11.2784 87.6958C12.2922 85.6581 11.8018 83.1927 10.0853 81.698L2.12076 74.7624C0.747604 73.5667 0.747602 71.4333 2.12076 70.2376L10.0853 63.302C11.8018 61.8073 12.2922 59.3419 11.2784 57.3042L6.5742 47.8486C5.76316 46.2184 6.57956 44.2474 8.30578 43.6682L18.3182 40.3084C20.476 39.5844 21.8725 37.4944 21.7157 35.2237L20.9881 24.6877C20.8627 22.8712 22.3712 21.3627 24.1877 21.4882L34.7237 22.2158C36.9943 22.3726 39.0843 20.9761 39.8084 18.8183L43.1681 8.80584C43.7474 7.07962 45.7183 6.26323 47.3485 7.07426L56.8041 11.7784C58.8419 12.7922 61.3072 12.3018 62.8019 10.5854L69.7375 2.62082Z" fill="rgb(253,220,65)" stroke="black" stroke-width="2"/></svg>') center center no-repeat;
}

.pricing-table .pricing .top .badge small {
	font-size: 50%;
}

.pricing-table .pricing .top .badge .note {
	font-family: "Inter", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.875rem;
	line-height: 1.2;
	font-weight: 700;
}

@media screen and (max-width: 1020px) {
	.pricing-table .pricing .top .badge .note {
		font-size: 0.625rem;
	}
}

@media screen and (max-width: 1020px) {
	.pricing-table .pricing .top .badge {
		font-size: 2.5rem;
		width: 105px;
		height: 105px;
		background-size: 100%;
		transform: translate(15%, -15%);
	}
}

.pricing-table .pricing .price {
	padding-bottom: 16px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-family: "Champ", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 3rem;
	line-height: 1.2;
	margin: 0px 31px 0px;
	position: relative;
}

.pricing-table .pricing .price:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #27221C;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
}

.pricing-table .pricing .price .original {
	font-size: 1.5rem;
	color: #8D8C8C;
}

.pricing-table .pricing .price .note {
	font-family: "Inter", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.875rem;
	color: #8D8C8C;
}

.pricing-table .pricing .middle {
	padding: 0px 32px 18px;
	margin-bottom: auto;
}

.pricing-table .pricing .middle .list {
	font-family: "Inter", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin: 15px 0 0px;
	padding: 0;
	list-style-type: none;
}

.pricing-table .pricing .middle .list + .list {
	margin-top: 10px;
}

.pricing-table .pricing .middle .list li {
	padding-left: 24px;
	background-repeat: no-repeat;
}

.pricing-table .pricing .middle .list li + li {
	margin-top: 4px;
}

.pricing-table .pricing .middle .list.list-star li {
	background-image: url('data:image/svg+xml;utf8,<svg width="16" height="17" viewBox="0 0 16 17" fill="rgb(253,220,65)" xmlns="http://www.w3.org/2000/svg"><path d="M7.66135 0.607537C7.56304 0.677487 7.48898 0.776323 7.44945 0.890303L6.42042 3.98862C5.95996 5.37366 4.87488 6.45847 3.48949 6.91882L0.390402 7.95159C0.276393 7.99111 0.177531 8.06515 0.107563 8.16344C0.0375963 8.26172 0 8.37936 0 8.5C0 8.62064 0.0375963 8.73827 0.107563 8.83656C0.177531 8.93484 0.276393 9.00889 0.390402 9.04841L3.48549 10.0812C4.16762 10.3094 4.78742 10.6928 5.29603 11.2013C5.80465 11.7098 6.18819 12.3294 6.41642 13.0114L7.44945 16.1097C7.48898 16.2237 7.56304 16.3225 7.66135 16.3925C7.75967 16.4624 7.87733 16.5 7.998 16.5C8.11866 16.5 8.23633 16.4624 8.33464 16.3925C8.43295 16.3225 8.50702 16.2237 8.54655 16.1097L9.57958 13.0114C9.80781 12.3294 10.1913 11.7098 10.7 11.2013C11.2086 10.6928 11.8284 10.3094 12.5105 10.0812L15.6096 9.04841C15.7236 9.00889 15.8225 8.93484 15.8924 8.83656C15.9624 8.73827 16 8.62064 16 8.5C16 8.37936 15.9624 8.26172 15.8924 8.16344C15.8225 8.06515 15.7236 7.99111 15.6096 7.95159L12.5105 6.91882C11.1251 6.45847 10.04 5.37366 9.57958 3.98862L8.54655 0.890303C8.50702 0.776323 8.43295 0.677487 8.33464 0.607537C8.23633 0.537588 8.11866 0.5 7.998 0.5C7.87733 0.5 7.75967 0.537588 7.66135 0.607537Z" /></svg>');
	background-position: left 2px;
}

.pricing-table .pricing .middle .list.list-check li {
	background-image: url('data:image/svg+xml;utf8,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.99999 15.708C11.9809 15.708 15.208 12.4809 15.208 8.49999C15.208 4.51912 11.9809 1.29199 7.99999 1.29199C4.01912 1.29199 0.791992 4.51912 0.791992 8.49999C0.791992 12.4809 4.01912 15.708 7.99999 15.708Z" fill="white"/><path d="M7.992 1.29199C6.56797 1.29199 5.17592 1.71426 3.99189 2.50541C2.80786 3.29656 1.88501 4.42104 1.34006 5.73667C0.795112 7.0523 0.652528 8.49998 0.930341 9.89664C1.20815 11.2933 1.89389 12.5762 2.90083 13.5832C3.90776 14.5901 5.19068 15.2758 6.58734 15.5536C7.98401 15.8315 9.43169 15.6889 10.7473 15.1439C12.0629 14.599 13.1874 13.6761 13.9786 12.4921C14.7697 11.3081 15.192 9.91602 15.192 8.49199C15.192 6.58243 14.4334 4.75109 13.0832 3.40082C11.7329 2.05056 9.90155 1.29199 7.992 1.29199ZM11.376 6.45999L7.824 11.388C7.71819 11.5308 7.56379 11.63 7.38989 11.6669C7.216 11.7037 7.03463 11.6757 6.88 11.588L4.84 10.396C4.6745 10.2963 4.5554 10.1349 4.50889 9.94736C4.46238 9.75982 4.49227 9.56149 4.592 9.39599C4.69172 9.2305 4.8531 9.11139 5.04063 9.06489C5.22817 9.01838 5.4265 9.04827 5.592 9.14799L7.04 10.012L10.24 5.61999C10.3588 5.50101 10.5154 5.42734 10.6828 5.41175C10.8502 5.39616 11.0177 5.43963 11.1564 5.53462C11.2951 5.62962 11.3962 5.77015 11.4422 5.93186C11.4881 6.09357 11.476 6.26626 11.408 6.41999L11.376 6.45999Z" fill="rgb(96,96,246)"/></svg>');
	background-position: left center;
}

.pricing-table .pricing .middle .list.list-info li {
	font-size: 0.75rem;
	background-image: url('data:image/svg+xml;utf8,<svg width="5" height="16" viewBox="0 0 5 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.00993 5.59375L0.22993 6.0675L0.0949301 6.695L0.83868 6.83C1.32243 6.94625 1.41868 7.12 1.31368 7.60375L0.0949301 13.325C-0.22382 14.8038 0.26993 15.5 1.42868 15.5C2.32868 15.5 3.37118 15.085 3.84493 14.5138L3.98993 13.8275C3.66118 14.1175 3.17743 14.2338 2.85868 14.2338C2.40493 14.2338 2.24118 13.915 2.35618 13.3538L4.00993 5.59375ZM4.12368 2.15C4.12368 2.58761 3.94984 3.00729 3.64041 3.31673C3.33097 3.62616 2.91129 3.8 2.47368 3.8C2.03607 3.8 1.61639 3.62616 1.30695 3.31673C0.997519 3.00729 0.82368 2.58761 0.82368 2.15C0.82368 1.71239 0.997519 1.29271 1.30695 0.983274C1.61639 0.673839 2.03607 0.5 2.47368 0.5C2.91129 0.5 3.33097 0.673839 3.64041 0.983274C3.94984 1.29271 4.12368 1.71239 4.12368 2.15Z" fill="black"/></svg>');
	background-position: 4px center;
}

.pricing-table .pricing .middle .tooltip-link {
	display: inline-block;
	font-family: "Inter", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin-left: 24px;
	margin-top: 16px;
	margin-bottom: 4px;
}

.pricing-table .pricing .middle .btn {
	margin-top: 12px;
	margin-left: -16px;
	margin-right: -16px;
	width: calc(100% + 32px);
}

.pricing-table .pricing .cta {
	padding: 0px 18px 24px;
}

.pricing-table .pricing-secondary {
	background-color: #FFECFC;
}

.pricing-table .pricing-secondary .top h3 {
	background-color: #FDA0F1;
}

.pricing-table .pricing-secondary .top .badge {
	width: 100px;
	height: 100px;
	transform: translate(35%, -35%);
	font-size: 1.25rem;
	background: url('data:image/svg+xml;utf8,<svg width="97" height="98" viewBox="0 0 97 98" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M47.0773 2.26171C47.8787 1.34145 49.3084 1.34144 50.1098 2.26171L54.7579 7.59944C55.7597 8.74978 57.4119 9.07843 58.7776 8.399L65.1146 5.24634C66.2071 4.7028 67.528 5.24993 67.9162 6.40682L70.1679 13.117C70.6531 14.5631 72.0538 15.499 73.5756 15.394L80.6366 14.9063C81.854 14.8223 82.865 15.8332 82.7809 17.0506L82.2933 24.1117C82.1882 25.6334 83.1241 27.0341 84.5703 27.5194L91.2804 29.771C92.4373 30.1592 92.9845 31.4801 92.4409 32.5727L89.2883 38.9097C88.6088 40.2754 88.9375 41.9276 90.0878 42.9293L95.4256 47.5774C96.3458 48.3788 96.3458 49.8086 95.4256 50.6099L90.0878 55.2581C88.9375 56.2598 88.6088 57.912 89.2883 59.2777L92.4409 65.6147C92.9845 66.7072 92.4373 68.0281 91.2804 68.4163L84.5703 70.668C83.1241 71.1533 82.1882 72.5539 82.2933 74.0757L82.7809 81.1368C82.865 82.3541 81.854 83.3651 80.6366 83.281L73.5756 82.7934C72.0538 82.6883 70.6531 83.6243 70.1679 85.0704L67.9162 91.7805C67.528 92.9374 66.2071 93.4846 65.1146 92.941L58.7776 89.7884C57.4119 89.1089 55.7597 89.4376 54.7579 90.5879L50.1098 95.9257C49.3084 96.8459 47.8787 96.8459 47.0773 95.9257L42.4292 90.5879C41.4275 89.4376 39.7752 89.1089 38.4095 89.7884L32.0726 92.941C30.98 93.4846 29.6591 92.9374 29.2709 91.7806L27.0193 85.0704C26.534 83.6243 25.1333 82.6883 23.6116 82.7934L16.5505 83.281C15.3331 83.3651 14.3221 82.3541 14.4062 81.1368L14.8938 74.0757C14.9989 72.5539 14.063 71.1533 12.6169 70.668L5.90671 68.4163C4.74982 68.0281 4.20268 66.7072 4.74622 65.6147L7.89887 59.2777C8.57831 57.912 8.24966 56.2598 7.09932 55.2581L1.76159 50.6099L1.32788 51.108L1.76159 50.6099C0.841324 49.8086 0.841322 48.3788 1.76159 47.5774L7.09931 42.9293C8.24966 41.9276 8.57831 40.2754 7.89888 38.9097L4.74622 32.5727C4.20268 31.4802 4.74982 30.1592 5.9067 29.771L12.6169 27.5194C14.063 27.0341 14.9989 25.6334 14.8938 24.1117L14.4062 17.0506C14.3221 15.8332 15.3331 14.8223 16.5505 14.9063L23.6116 15.394C25.1333 15.499 26.534 14.5631 27.0193 13.117L29.2709 6.40683C29.6591 5.24994 30.98 4.7028 32.0726 5.24634L38.4095 8.399C39.7752 9.07843 41.4275 8.74978 42.4292 7.59944L47.0773 2.26171L46.5793 1.828L47.0773 2.26171Z" fill="rgb(253,160,241)" stroke="black" stroke-width="1.34037"/></svg>') center center no-repeat;
}

.pricing-table .pricing-secondary .middle .list.list-star li {
	background-image: url('data:image/svg+xml;utf8,<svg width="16" height="17" viewBox="0 0 16 17" fill="rgb(253,160,241)" xmlns="http://www.w3.org/2000/svg"><path d="M7.66135 0.607537C7.56304 0.677487 7.48898 0.776323 7.44945 0.890303L6.42042 3.98862C5.95996 5.37366 4.87488 6.45847 3.48949 6.91882L0.390402 7.95159C0.276393 7.99111 0.177531 8.06515 0.107563 8.16344C0.0375963 8.26172 0 8.37936 0 8.5C0 8.62064 0.0375963 8.73827 0.107563 8.83656C0.177531 8.93484 0.276393 9.00889 0.390402 9.04841L3.48549 10.0812C4.16762 10.3094 4.78742 10.6928 5.29603 11.2013C5.80465 11.7098 6.18819 12.3294 6.41642 13.0114L7.44945 16.1097C7.48898 16.2237 7.56304 16.3225 7.66135 16.3925C7.75967 16.4624 7.87733 16.5 7.998 16.5C8.11866 16.5 8.23633 16.4624 8.33464 16.3925C8.43295 16.3225 8.50702 16.2237 8.54655 16.1097L9.57958 13.0114C9.80781 12.3294 10.1913 11.7098 10.7 11.2013C11.2086 10.6928 11.8284 10.3094 12.5105 10.0812L15.6096 9.04841C15.7236 9.00889 15.8225 8.93484 15.8924 8.83656C15.9624 8.73827 16 8.62064 16 8.5C16 8.37936 15.9624 8.26172 15.8924 8.16344C15.8225 8.06515 15.7236 7.99111 15.6096 7.95159L12.5105 6.91882C11.1251 6.45847 10.04 5.37366 9.57958 3.98862L8.54655 0.890303C8.50702 0.776323 8.43295 0.677487 8.33464 0.607537C8.23633 0.537588 8.11866 0.5 7.998 0.5C7.87733 0.5 7.75967 0.537588 7.66135 0.607537Z" /></svg>');
}

.pricing-table .pricing-lime {
	background-color: #f4feca;
}

.pricing-table .pricing-lime .top h3 {
	background-color: #dcfd4e;
}

.pricing-table .pricing-lime .top .badge {
	width: 100px;
	height: 100px;
	transform: translate(35%, -35%);
	font-size: 1.25rem;
	background: url('data:image/svg+xml;utf8,<svg width="97" height="98" viewBox="0 0 97 98" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M47.0773 2.26171C47.8787 1.34145 49.3084 1.34144 50.1098 2.26171L54.7579 7.59944C55.7597 8.74978 57.4119 9.07843 58.7776 8.399L65.1146 5.24634C66.2071 4.7028 67.528 5.24993 67.9162 6.40682L70.1679 13.117C70.6531 14.5631 72.0538 15.499 73.5756 15.394L80.6366 14.9063C81.854 14.8223 82.865 15.8332 82.7809 17.0506L82.2933 24.1117C82.1882 25.6334 83.1241 27.0341 84.5703 27.5194L91.2804 29.771C92.4373 30.1592 92.9845 31.4801 92.4409 32.5727L89.2883 38.9097C88.6088 40.2754 88.9375 41.9276 90.0878 42.9293L95.4256 47.5774C96.3458 48.3788 96.3458 49.8086 95.4256 50.6099L90.0878 55.2581C88.9375 56.2598 88.6088 57.912 89.2883 59.2777L92.4409 65.6147C92.9845 66.7072 92.4373 68.0281 91.2804 68.4163L84.5703 70.668C83.1241 71.1533 82.1882 72.5539 82.2933 74.0757L82.7809 81.1368C82.865 82.3541 81.854 83.3651 80.6366 83.281L73.5756 82.7934C72.0538 82.6883 70.6531 83.6243 70.1679 85.0704L67.9162 91.7805C67.528 92.9374 66.2071 93.4846 65.1146 92.941L58.7776 89.7884C57.4119 89.1089 55.7597 89.4376 54.7579 90.5879L50.1098 95.9257C49.3084 96.8459 47.8787 96.8459 47.0773 95.9257L42.4292 90.5879C41.4275 89.4376 39.7752 89.1089 38.4095 89.7884L32.0726 92.941C30.98 93.4846 29.6591 92.9374 29.2709 91.7806L27.0193 85.0704C26.534 83.6243 25.1333 82.6883 23.6116 82.7934L16.5505 83.281C15.3331 83.3651 14.3221 82.3541 14.4062 81.1368L14.8938 74.0757C14.9989 72.5539 14.063 71.1533 12.6169 70.668L5.90671 68.4163C4.74982 68.0281 4.20268 66.7072 4.74622 65.6147L7.89887 59.2777C8.57831 57.912 8.24966 56.2598 7.09932 55.2581L1.76159 50.6099L1.32788 51.108L1.76159 50.6099C0.841324 49.8086 0.841322 48.3788 1.76159 47.5774L7.09931 42.9293C8.24966 41.9276 8.57831 40.2754 7.89888 38.9097L4.74622 32.5727C4.20268 31.4802 4.74982 30.1592 5.9067 29.771L12.6169 27.5194C14.063 27.0341 14.9989 25.6334 14.8938 24.1117L14.4062 17.0506C14.3221 15.8332 15.3331 14.8223 16.5505 14.9063L23.6116 15.394C25.1333 15.499 26.534 14.5631 27.0193 13.117L29.2709 6.40683C29.6591 5.24994 30.98 4.7028 32.0726 5.24634L38.4095 8.399C39.7752 9.07843 41.4275 8.74978 42.4292 7.59944L47.0773 2.26171L46.5793 1.828L47.0773 2.26171Z" fill="rgb(220,253,78)" stroke="black" stroke-width="1.34037"/></svg>') center center no-repeat;
}

.pricing-table .pricing-lime .middle .list.list-star li {
	background-image: url('data:image/svg+xml;utf8,<svg width="16" height="17" viewBox="0 0 16 17" fill="rgb(156,182,47)" xmlns="http://www.w3.org/2000/svg"><path d="M7.66135 0.607537C7.56304 0.677487 7.48898 0.776323 7.44945 0.890303L6.42042 3.98862C5.95996 5.37366 4.87488 6.45847 3.48949 6.91882L0.390402 7.95159C0.276393 7.99111 0.177531 8.06515 0.107563 8.16344C0.0375963 8.26172 0 8.37936 0 8.5C0 8.62064 0.0375963 8.73827 0.107563 8.83656C0.177531 8.93484 0.276393 9.00889 0.390402 9.04841L3.48549 10.0812C4.16762 10.3094 4.78742 10.6928 5.29603 11.2013C5.80465 11.7098 6.18819 12.3294 6.41642 13.0114L7.44945 16.1097C7.48898 16.2237 7.56304 16.3225 7.66135 16.3925C7.75967 16.4624 7.87733 16.5 7.998 16.5C8.11866 16.5 8.23633 16.4624 8.33464 16.3925C8.43295 16.3225 8.50702 16.2237 8.54655 16.1097L9.57958 13.0114C9.80781 12.3294 10.1913 11.7098 10.7 11.2013C11.2086 10.6928 11.8284 10.3094 12.5105 10.0812L15.6096 9.04841C15.7236 9.00889 15.8225 8.93484 15.8924 8.83656C15.9624 8.73827 16 8.62064 16 8.5C16 8.37936 15.9624 8.26172 15.8924 8.16344C15.8225 8.06515 15.7236 7.99111 15.6096 7.95159L12.5105 6.91882C11.1251 6.45847 10.04 5.37366 9.57958 3.98862L8.54655 0.890303C8.50702 0.776323 8.43295 0.677487 8.33464 0.607537C8.23633 0.537588 8.11866 0.5 7.998 0.5C7.87733 0.5 7.75967 0.537588 7.66135 0.607537Z" /></svg>');
}

@media screen and (max-width: 1020px) {
	.pricing-table {
		flex-direction: column;
	}
}

.cta-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #27221C;
	text-decoration: none;
	background-color: #FDA0F1;
	font-family: "Champ", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.125rem;
	line-height: 1;
	font-weight: 900;
	width: 100%;
	max-width: 200px;
	text-align: center;
	padding: 10px 40px;
	transition: 300ms ease-in-out;
	text-transform: uppercase;
	border-radius: 50%;
	border: none;
	box-shadow: 3px 6px 0 0 #27221C;
}

.cta-btn.rotate {
	transform: rotate(-5deg);
}

.cta-btn.rotate::before {
	content: url("assets/img/artwork/cursor.svg");
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(15%, -15%);
}

.cta-btn:hover, .cta-btn:focus-visible {
	color: #27221C;
	background-color: #FEC6F7;
}

.cta-btn:focus, .cta-btn:active, .cta-btn:visited {
	color: #27221C;
}

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

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

/* overwrite guttenberg styles*/
.wp-block-button__link {
	border-radius: 0 !important;
	background-color: #FDDC41 !important;
}

.wp-block-button__link:hover {
	color: #fff !important;
}

/* based on contact-form 7 */
.wpcf7 {
	/* submit */
	/* repsonses */
}

.wpcf7 p {
	margin: 0;
}

.wpcf7 hr {
	background-color: #FFF;
}

.wpcf7 .black {
	font-weight: 900;
}

.wpcf7 label {
	display: flex;
	font-size: 0.75rem;
	margin-bottom: 8px;
}

.wpcf7 .gdprRow {
	text-align: center;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wpcf7 .gdprRow .consent {
	font-size: 0.875rem;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.wpcf7 .gdprRow label {
	display: grid;
	grid-template-columns: 50px auto;
	align-items: center;
}

.wpcf7 .gdprRow .wpcf7-list-item {
	margin: 0 auto;
}

.wpcf7 .gdprRow input {
	width: inherit;
	width: 31px;
	height: 31px;
	border-radius: 0;
	border: 0;
}

.wpcf7 .formGroup + .formGroup {
	margin-top: 48px;
}

@media screen and (max-width: 1020px) {
	.wpcf7 .formGroup + .formGroup {
		margin-top: 32px;
	}
}

@media screen and (min-width: 490px) {
	.wpcf7 .formRow {
		display: grid;
		flex-grow: 1;
		justify-content: space-between;
		margin-bottom: 16px;
		grid-template-columns: 1fr;
	}
	.wpcf7 .formRow.two {
		grid-template-rows: auto;
		grid-template-columns: 1fr 1fr;
		row-gap: 16px;
		column-gap: 16px;
	}
}

@media screen and (max-width: 489px) {
	.wpcf7 .formRow .col + .col,
	.wpcf7 .formRow + .formRow {
		margin-top: 16px;
	}
}

.wpcf7 .formRow--short {
	max-width: 250px;
}

.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
	color: #000;
	opacity: 1;
}

.wpcf7 input::-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder {
	color: #000;
}

.wpcf7 .wpcf7-field-group {
	padding: 16px 0;
}

.wpcf7 .wpcf7-submit {
	cursor: pointer;
	display: flex;
}

@media screen and (max-width: 479px) {
	.wpcf7 .wpcf7-submit {
		margin-top: 1rem;
	}
}

.wpcf7 .wpcf7-submit .wpcf7-spinner {
	margin: 0 15px 0 0;
	width: 1em;
	height: 1em;
	display: none;
	background: #000;
}

.wpcf7 .wpcf7-submit .wpcf7-spinner:before {
	left: 2px;
	top: 2px;
}

.wpcf7 .wpcf7-submit + .wpcf7-spinner {
	width: 0;
	height: 0;
	display: none !important;
}

.wpcf7 .wpcf7-response-output {
	font-size: 0.875rem;
	display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #FFF;
	border-color: #FFF;
	color: #b90000;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #27221C;
	font-size: 18px;
	border: 0;
}

.wpcf7 .wpcf7-not-valid-tip {
	background: transparent;
	border: 0;
	height: 100%;
	display: block;
	padding: 5px;
	font-size: 0.875rem;
	color: #b90000;
}

.wpcf7 .wpcf7-form-control-wrap {
	position: initial;
}

.wpcf7 .wpcf7-spinner {
	display: block;
	margin: 16px auto 0;
}

.grecaptcha-badge {
	opacity: 0 !important;
}

.wpcf7-form.submitting .wpcf7-spinner {
	display: block;
}

@keyframes splide-loading {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(1turn);
	}
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb > .splide__list {
	display: block;
}

.splide__container {
	box-sizing: border-box;
	position: relative;
}

.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none;
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
	display: none;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	position: relative;
	visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible;
}

.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.splide__container {
	box-sizing: border-box;
	position: relative;
}

.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none;
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
	display: none;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	position: relative;
	visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible;
}

.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__slide video {
	height: auto;
	max-width: 100%;
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

@keyframes splide-loading {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(1turn);
	}
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb > .splide__list {
	display: block;
}

.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1;
}

.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
	opacity: .9;
}

.splide__arrow:disabled {
	opacity: .3;
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__arrow--prev {
	left: 1em;
}

.splide__arrow--prev svg {
	transform: scaleX(-1);
}

.splide__arrow--next {
	right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__pagination {
	bottom: .5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1;
	margin-top: 0.5rem;
}

.splide__pagination__page {
	background: #8D8C8C;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	margin: 4px;
	opacity: .7;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 12px;
}

.splide__pagination__page.is-active {
	background: #fff;
	z-index: 1;
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9;
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__progress__bar {
	background: #ccc;
	height: 3px;
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
	outline: 0;
}

@supports (outline-offset: -3px) {
	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}

@media screen and (-ms-high-contrast: none) {
	.splide__slide:focus-visible {
		border: 3px solid #0bf;
	}
}

@supports (outline-offset: -3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}

@media screen and (-ms-high-contrast: none) {
	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf;
	}
	.splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
		border-color: #0bf;
	}
}

.splide__toggle {
	cursor: pointer;
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
	border: 3px solid transparent;
	cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
	transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
	transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
	transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
	transform: rotate(90deg);
}

.splide__pagination--ttb {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: .5em;
	top: 0;
}

.splide__slide--has-video {
	cursor: pointer;
}

.splide__slide--has-video:hover .splide__video__play {
	opacity: 1;
}

.splide__slide__container--has-video {
	cursor: pointer;
	position: relative;
}

.splide__slide__container--has-video:hover .splide__video__play {
	opacity: 1;
}

.splide__video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.splide__video__wrapper {
	background: #000;
	height: inherit;
	width: inherit;
}

.splide__video__wrapper div,
.splide__video__wrapper iframe,
.splide__video__wrapper video {
	height: 100%;
	width: 100%;
}

.splide__video__play {
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	left: 50%;
	opacity: .7;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .1s linear;
	width: 40px;
}

.splide__video__play:after {
	border-color: transparent transparent transparent #000;
	border-style: solid;
	border-width: 9px 0 9px 17px;
	content: "";
	display: inline-block;
	margin-left: 4px;
}

.tippy-box[data-animation=fade][data-state=hidden] {
	opacity: 0;
}

[data-tippy-root] {
	max-width: calc(100vw - 10px);
}

.tippy-box {
	position: relative;
	background-color: #FFF;
	color: #27221C;
	border-radius: 15px;
	font-size: 0.75rem;
	line-height: 1.4;
	white-space: normal;
	outline: 0;
	transition-property: transform, visibility, opacity;
	border: 2px solid #27221C;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
	bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
	content: "";
	background-color: #FFF;
	border: 2px solid #27221C;
	border-top: none;
	border-left: none;
	width: 14px;
	height: 14px;
	bottom: -10px;
	left: 0;
	transform: rotate(45deg);
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
	top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
	content: "";
	background-color: #FFF;
	border: 2px solid #27221C;
	border-bottom: none;
	border-right: none;
	width: 14px;
	height: 14px;
	top: -10px;
	left: 0;
	transform: rotate(45deg);
}

.tippy-box[data-placement^=left] > .tippy-arrow {
	right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
	content: "";
	background-color: #FFF;
	border: 2px solid #27221C;
	border-bottom: none;
	border-left: none;
	width: 14px;
	height: 14px;
	right: -10px;
	transform: rotate(45deg);
}

.tippy-box[data-placement^=right] > .tippy-arrow {
	left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
	content: "";
	background-color: #FFF;
	border: 2px solid #27221C;
	border-top: none;
	border-right: none;
	width: 14px;
	height: 14px;
	left: -10px;
	transform: rotate(45deg);
}

.tippy-box[data-inertia][data-state=visible] {
	transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
	width: 16px;
	height: 16px;
	color: #333;
}

.tippy-arrow:before {
	content: "";
	position: absolute;
	border-color: transparent;
	border-style: solid;
}

.tippy-content {
	position: relative;
	padding: 14px;
	z-index: 1;
}

/*--------------------------------------------------------------
# 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: #FFFAF0;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

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

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

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

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