@charset "UTF-8";
/*!
Theme Name: Cavixo
Theme URI: https://cavixo.cz/
Author: David Kůdela
Author URI: https://dkudela.cz/
Description: Cavixo
Version: 1.0.3
Text Domain: cavixo
Tags: custom-elements, 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

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

/**
 * 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
--------------------------------------------- */
/* Inter Regular */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/Inter-Regular.woff2") format("woff2"), url("assets/fonts/Inter-Regular.ttf") format("truetype");
	unicode-range: "U+0000-00FF,U+0100-024F,U+1E00-1EFF";
}

/* Inter Medium */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("assets/fonts/Inter-Medium.woff2") format("woff2"), url("assets/fonts/Inter-Medium.ttf") format("truetype");
	unicode-range: "U+0000-00FF,U+0100-024F,U+1E00-1EFF";
}

/* Inter SemiBold */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("assets/fonts/Inter-SemiBold.woff2") format("woff2"), url("assets/fonts/Inter-SemiBold.ttf") format("truetype");
	unicode-range: "U+0000-00FF,U+0100-024F,U+1E00-1EFF";
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #101828;
	font-family: "Inter", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.56;
}

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	clear: both;
	font-family: "Inter", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin: 0;
	line-height: 1.5;
}

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
	text-decoration: none;
}

h1, .h1 {
	font-size: 3rem;
}

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

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

h2, .h2 {
	font-size: 2.25rem;
}

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

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

h3, .h3 {
	font-size: 1.75rem;
}

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

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

h4, .h4 {
	font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
	h4, .h4 {
		font-size: 1.25rem;
	}
}

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

h5, .h5 {
	font-size: 1.25rem;
}

@media screen and (max-width: 1024px) {
	h5, .h5 {
		font-size: 1.1875rem;
	}
}

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

h6, .h6 {
	font-size: 1.125rem;
}

@media screen and (max-width: 1024px) {
	h6, .h6 {
		font-size: 1.0625rem;
	}
}

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

.p {
	font-size: 1rem;
}

p {
	margin-bottom: 0.5em;
	margin-top: 0.4rem;
}

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%;
}

/* Elements
--------------------------------------------- */
body,
html {
	background-color: #ffffff;
	font-size: 16px;
	line-height: 1.56;
}

hr {
	background-color: #DEDEDE;
	border: 0;
	height: 1px;
	width: 80%;
	margin: 20px auto;
	max-width: 448px;
}

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: #7A5DFB;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #7A5DFB;
}

a:focus {
	outline: thin dotted;
}

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

a[href^="tel:"] {
	color: #7A5DFB;
	text-decoration: none;
}

a[href^="tel:"]:hover, a[href^="tel:"]:focus, a[href^="tel:"]:active {
	color: #7A5DFB;
}

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

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

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.d-flex {
	display: flex;
}

.d-block {
	display: block !important;
}

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

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

.justify-center {
	justify-content: center;
}

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

.p-relative {
	position: relative;
}

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

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

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

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

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

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

.mr-1 {
	margin-right: 1rem !important;
}

.mr-2 {
	margin-right: 2rem !important;
}

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

.f-bold {
	font-weight: 700;
}

.f-semi {
	font-weight: 600;
}

.f-regular {
	font-weight: 400;
}

.f-22 {
	font-size: 1.375rem;
}

.f-20 {
	font-size: 1.25rem;
}

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

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

.c-primary {
	color: #7A5DFB !important;
}

.c-secondary {
	color: #101828 !important;
}

.c-tertiary {
	color: #475467 !important;
}

.c-white {
	color: #fff !important;
}

.c-black {
	color: #101828 !important;
}

.highlighted-link {
	font-weight: bold;
	text-decoration: underline;
	color: #7A5DFB !important;
}

.highlighted-link:hover {
	text-decoration: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 3px solid #101828;
	background: #101828;
	color: #101828;
	line-height: 1;
	padding: 10px 34px;
}

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: #101828;
	border: 1px solid rgba(71, 84, 103, 0.2);
	padding: 10px 16px;
	background: #ffffff;
	border-radius: 16px;
	font-size: 0.875rem;
	width: 100%;
	letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
	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 {
		padding: 10px 34px;
	}
}

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: #7A5DFB;
	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: #475467;
}

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

select {
	border: 1px solid #475467;
}

textarea {
	width: 100%;
}

/* Layout
--------------------------------------------- */
#page {
	position: relative;
}

#primary {
	padding: 0 0;
	position: relative;
}

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

.container--xxsmall {
	max-width: 695px;
}

.container--xsmall {
	max-width: 895px;
}

.container--small {
	max-width: 930px;
}

.container--medium {
	max-width: 1010px;
}

.sticky-menu {
	position: sticky;
	top: 0;
	background: #fff;
	border-bottom: 1px solid #F2F4F7;
	z-index: 99;
	/*
  width:100%;
  position:fixed;
  */
}

.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px 0;
	transition: 150ms linear;
}

@media screen and (min-width: 1024px) {
	.site-header {
		padding: 28px 0;
	}
}

.site-header .logo {
	max-width: 350px;
	z-index: 102;
	position: relative;
}

@media screen and (max-width: 1200px) {
	.site-header .logo {
		max-width: 200px;
	}
}

.site-header .logo svg {
	width: 100%;
	display: block;
}

.main-menu {
	position: fixed;
	top: 0px;
	z-index: 99;
	padding: 0px 0;
	width: 100%;
	transition: 250ms linear;
}

.main-menu .container {
	position: static;
}

.main-menu.has-bg {
	background: #fff;
}

.main-menu.scrolled .site-header {
	padding: 5px 0;
}

/*
.menu-contact {
  margin-top: 2rem;
  font-size: rem(19px);
  line-height: rem(40px);
}

.header-cart-button {
  margin-right: 20px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;

  .count {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: $color__primary;
    opacity: 0.88;
    color: #fff;
    padding: 2px;
    font-size: rem(12px);
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: center;

  }
}
*/
.default-page-header {
	position: relative;
	min-height: 400px;
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (min-width: 1024px) {
	.default-page-header {
		height: 80vh;
	}
}

.default-page-header-image {
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.default-page-header-image img {
	object-fit: cover;
	width: 100%;
	max-height: inherit;
	height: 100%;
}

.default-page-header-title {
	position: relative;
}

.default-page-header-shapes {
	position: absolute;
	bottom: 0;
	right: 0;
}

.site-footer {
	width: 100%;
	padding: 3rem 15px 2rem 15px;
	color: #475467;
	background: #edf1f8;
}

@media screen and (min-width: 768px) {
	.site-footer {
		padding: 6rem 15px 2rem 15px;
		line-height: 1.7;
	}
}

@media screen and (max-width: 767px) {
	.site-footer {
		text-align: center;
	}
}

.site-footer a:not(.social-logo) {
	text-decoration: none;
	padding: 2px 0;
	display: inline-block;
	color: #475467;
	font-weight: 600;
}

.site-footer a:not(.social-logo):hover {
	text-decoration: underline;
}

.site-footer p {
	margin-top: 0;
}

.site-footer ul {
	margin: 0;
	padding: 0;
}

.site-footer ul li {
	padding: 2px 6px;
	list-style: none;
	display: inline-block;
	margin: 0px 10px;
}

.site-footer ul li:last-of-type {
	margin-right: 0;
}

@media screen and (max-width: 720px) {
	.site-footer ul li {
		padding: 4px 0;
	}
}

.site-footer-row {
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 50px;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.site-footer-row {
		display: block;
	}
	.site-footer-row .block + .block {
		margin-top: 30px;
	}
}

.site-footer-row:last-of-type {
	align-items: flex-end;
}

.site-footer .block-title {
	font-size: 1.25rem;
	font-weight: bold;
	font-family: "Inter", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	color: #7A5DFB;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.site-footer .copyright {
		padding-top: 16px;
	}
}

.site-footer .social-logo {
	margin: 0px 5px;
	margin-right: 4px;
}

/*
.section {
  position:relative;
  padding:50px 0;
  
  @media screen and (max-width:$tabletBreak) {
    padding:30px 0;
  }

  @media screen and (max-width:$mobileBreak) {
    padding:15px 0;
  }

  .sectionTitle {
    position:relative;
    margin-bottom:3.9rem;

    @media screen and (max-width:$tabletBreak) {
      margin-bottom: 2rem;
    }
  
    @media screen and (max-width:$mobileBreak) {
      margin-bottom: 1rem;
    }
  

    &:before {
      content:'';
      display:block;
      width:100%;
      height:2px;
      background-color:$color__primary;
      position:absolute;
      left:0;
      top:50%;
    }

    .h2 {
      background:$color__background-body;
      display:inline-block;
      position:relative;
      padding:16px 25px 16px 0;
    }

    &.text-center {
      .h2 {
        padding:16px 40px;
      }
    }
  }

  &--overflow {
    overflow: hidden;
  }
  &--primary {
    background-color:$color__primary;
  }
  &--secondary {
    background-color:$color__secondary;
  }
  &--tertiary {
    background-color:$color__tertiary;
  }
}
  */
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
body.page-id-7 .entry-content > section:first-of-type {
	padding-top: 150px;
}

/* Média */
body.page-id-129 .entry-content > section:first-of-type {
	padding-top: 93px;
}

body.page-id-129 .entry-content > section:first-of-type .headline-block:first-of-type {
	margin-top: 0;
}

body.page-id-129 .entry-content > section:first-of-type .cards-block-item {
	min-height: 344px;
}

body.page-id-129 .references-block-grid {
	row-gap: 40px;
}

/* Performance */
body.page-id-171 .entry-content > section:first-of-type .hero-block-image {
	margin-top: 65px;
}

body.page-id-171 .references-block-grid {
	row-gap: 40px;
}

/* DMP */
body.page-id-224 .hero-block {
	padding-bottom: 0;
}

body.page-id-224 .entry-content > section:first-of-type {
	padding-top: 93px;
}

body.page-id-224 .dmp-buttoms-custom {
	margin-top: 35px;
}

body.page-id-224 .dmp-buttoms-custom .buttons-block-item {
	padding: 24px;
}

body.page-id-224 .dmp-buttoms-custom .buttons-block-item-title {
	min-width: 162px;
}

body.page-id-224 .dmp-buttoms-custom .buttons-block-item-title {
	font-size: 2rem;
	line-height: 2.25rem;
}

@media screen and (min-width: 768px) {
	body.page-id-224 .dmp-buttoms-custom .buttons-block-item-title {
		font-size: 3rem;
		line-height: 3.25rem;
	}
}

body.page-id-224 .dmp-buttoms-custom .buttons-block-item-text {
	font-size: 1.25rem;
	line-height: 2rem;
	color: #7A5DFB;
}

body.page-id-224 .dmp-cards-block-custom {
	max-width: 754px;
	margin: 0 auto;
}

body.page-id-224 .dmp-cards-block-custom .cards-block-item {
	padding-top: 16px;
	padding-bottom: 16px;
}

body.page-id-224 .dmp-cards-block-custom .cards-block-item ul {
	display: inline-block;
	margin: 0 auto;
}

.single-post {
	font-size: 1.125rem;
}

.single-post .post-thumbnail {
	padding-bottom: 15px;
	height: 330px;
}

.single-post .post-thumbnail img {
	border-radius: 15px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.single-post .post-date {
	font-size: 1.125rem;
	margin: 30px 0;
	font-weight: bold;
}

.single-post .post-content {
	margin-top: 64px;
	line-height: 1.6rem;
}

.single-post .post-content h1, .single-post .post-content h2, .single-post .post-content h3, .single-post .post-content h4, .single-post .post-content h5, .single-post .post-content h6 {
	margin-top: 32px;
	margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
	.post-list {
		display: flex;
		flex-wrap: wrap;
		row-gap: 30px;
	}
}

.post-filter {
	padding: 32px 15px 32px;
}

.post-filter button {
	margin-bottom: 8px;
	margin-right: 8px;
}

.post-filter-reset {
	color: #7A5DFB;
	font-weight: bold;
	padding-left: 8px;
	cursor: pointer;
}

.post-list .post-loop-single {
	margin-bottom: 45px;
}

@media screen and (min-width: 768px) {
	.post-list .post-loop-single {
		margin: 0 15px;
		flex: 0 0 calc(50% - 30px);
		display: flex;
		flex-direction: column;
	}
}

@media screen and (min-width: 1024px) {
	.post-list .post-loop-single {
		margin: 0 15px;
		flex: 0 0 calc(33.3333% - 30px);
	}
}

.post-list .post-date {
	font-size: 0.875rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.post-list .post-image {
	padding-bottom: 15px;
	height: 330px;
}

@media screen and (min-width: 768px) {
	.post-list .post-image {
		height: 230px;
	}
}

.post-list .post-image img {
	border-radius: 15px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.post-list .post-link {
	font-weight: bold;
	font-size: 1rem;
}

.post-list .post-link:hover {
	text-decoration: underline;
}

.post-list .post-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
}

.post-pagination {
	padding: 32px 15px 32px;
	color: #101828;
}

.post-pagination a {
	color: #101828;
	padding: 0 2px;
}

.post-pagination .current {
	color: #7A5DFB;
	font-weight: bold;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 1rem;
	font-weight: 600;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation ul ul {
	display: none;
}

@media screen and (min-width: 979px) {
	.main-navigation ul ul {
		position: absolute;
		display: block;
		top: 100%;
		left: -999em;
		z-index: 99999;
		min-width: 300px;
		background: #ffffff;
		padding-left: 25px;
		box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
	}
}

@media screen and (max-width: 980px) {
	.main-navigation ul ul {
		text-align: center;
		margin-bottom: 15px;
		font-size: 20px;
	}
}

.main-navigation ul ul li {
	margin: 12px 0;
}

@media screen and (max-width: 980px) {
	.main-navigation ul ul li {
		margin: 6px 0;
	}
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul li > a {
	width: 240px;
}

.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.focus > a {
	outline: 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: -25px;
}

.main-navigation li {
	position: relative;
	margin: 0.5rem 1rem;
	color: #475467;
}

@media screen and (min-width: 979px) {
	.main-navigation li {
		margin: 0;
	}
	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		outline: 0;
	}
}

.main-navigation li.current_page_item a, .main-navigation li.current-menu-item a {
	color: #7A5DFB;
}

.main-navigation li > a {
	padding: 1px 0;
}

@media screen and (min-width: 979px) {
	.main-navigation li > a {
		padding: 5px 16px;
	}
}

@media screen and (min-width: 1023px) {
	.main-navigation li > a {
		padding: 5px 24px;
	}
}

.main-navigation li:last-of-type a {
	padding-right: 0;
}

.main-navigation a {
	text-decoration: none;
	color: #475467;
}

.main-navigation a:hover, .main-navigation a.focus {
	text-decoration: underline;
}

.main-navigation a li {
	color: #475467;
	display: inline-block;
	margin: 3px 0;
}

@media screen and (max-width: 980px) {
	.main-navigation a li {
		font-size: 22px;
	}
	.main-navigation a li:hover {
		color: #fff;
	}
}

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

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

.menu-toggle {
	width: 28px;
	height: 25px;
	position: relative;
	margin: 9px auto 0;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	z-index: 101;
	transition: 0.5s ease-in-out;
}

.menu-toggle span {
	display: block;
	position: absolute;
	height: 1px;
	left: 0;
	width: 100%;
	background: #7A5DFB;
	border-radius: 3px;
	transition: 0.25s ease-in-out;
}

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

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

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

.main-navigation.toggled .menu-toggle span {
	background: #475467;
}

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

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

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

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

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

/* Navigace pro komentáře a příspěvky */
.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-links .nav-previous,
.posts-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-previous {
	flex: 1 0 50%;
}

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

.socials {
	margin-left: 30px;
}

.socials svg {
	margin: 0 5px;
}

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

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

@media screen and (min-width: 979px) {
	#primary-menu {
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 980px) {
	#primary-menu {
		opacity: 0;
		visibility: hidden;
		transform: translate(0, -100%);
		transition: 300ms ease-in-out;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		max-height: 100vh;
		height: 100vh;
		overflow-y: auto;
		background: #E4E7EC;
		padding: 45px 0 45px;
		z-index: 100;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		font-size: 1.5rem;
	}
}

#primary-menu .social-icon {
	font-size: 1rem;
	height: 20px;
	display: inline-block;
}

@media screen and (min-width: 980px -1) {
	#primary-menu .social-icon {
		margin-left: 16px;
	}
}

@media screen and (max-width: 980px) {
	#primary-menu .social-icon {
		margin-top: 16px;
	}
}

#primary-menu .social-icon > svg {
	display: block;
}

/* Posts and pages
--------------------------------------------- */
.default-card {
	background: #fff;
	border: 1px solid #E4E7EC;
	border-radius: 16px;
	box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.default-card-icon {
	background: #F4EBFF;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.default-card--primary {
	background: #e4dffe;
	border: 1px solid #e4dffe;
}

.default-card--primary hr {
	background: #957DFC;
}

ul.default-list {
	margin: 0;
	padding: 0;
}

ul.default-list li {
	list-style: none;
	position: relative;
	line-height: 1.75rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	letter-spacing: -0.015em;
}

ul.default-list li::before {
	content: '';
	background: no-repeat url("assets/img/list_icon.png") center center;
	display: block;
	width: 34px;
	height: 44px;
	flex: 0 0 34px;
	margin-right: 11px;
}

ul.default-list li + li {
	margin-top: 16px;
}

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

/* Video
--------------------------------------------- */
/* Logo
--------------------------------------------- */
/* Form
--------------------------------------------- */
/* based on contact-form 7 */
.wpcf7 {
	/*
  label {
    display: flex;
    margin-bottom: 8px;
  }
    */
	/* submit */
	/* repsonses */
}

.wpcf7 p {
	margin: 0;
}

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

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

.wpcf7 .radioRow {
	color: #fff;
	font-weight: bold;
	padding: 0px 15px;
}

@media screen and (min-width: 768px) {
	.wpcf7 .radioRow {
		padding: 0px 25px;
	}
}

.wpcf7 .radioRow label {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-left: 15px;
	cursor: pointer;
}

.wpcf7 .radioRow input[type=radio] {
	display: none;
}

.wpcf7 .radioRow input[type=radio]:checked ~ .wpcf7-list-item-label:after {
	background: #fff;
}

@media screen and (max-width: 767px) {
	.wpcf7 .radioRow .wpcf7-form-control-wrap {
		display: block;
		margin-top: 15px;
	}
	.wpcf7 .radioRow .wpcf7-form-control-wrap .wpcf7-list-item {
		margin-left: 0;
		margin-right: 15px;
	}
	.wpcf7 .radioRow .wpcf7-form-control-wrap .wpcf7-list-item label {
		margin-left: 0;
	}
}

.wpcf7 .radioRow .wpcf7-list-item-label {
	line-height: 1.875rem;
}

.wpcf7 .radioRow .wpcf7-list-item-label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
	border: 2px solid #fff;
	border-radius: 50%;
}

.wpcf7 .radioRow .wpcf7-list-item-label:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: transparent;
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translate(0%, -50%);
	border-radius: 50%;
}

.wpcf7 .gdprRow {
	padding: 0;
	margin-top: 24px;
	letter-spacing: 1px;
	font-size: 0.875rem;
	/*
    @media screen and (min-width:$mobileBreak) {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
      */
}

.wpcf7 .gdprRow .consent {
	color: #475467;
}

.wpcf7 .gdprRow .consent a {
	color: #7A5DFB;
	text-decoration: none;
}

.wpcf7 .gdprRow .consent a:hover {
	text-decoration: underline;
}

.wpcf7 .gdprRow .consent label {
	display: inline-block;
	cursor: pointer;
}

.wpcf7 .gdprRow .consent input[type=checkbox] {
	display: none;
}

.wpcf7 .gdprRow .consent input[type=checkbox]:checked ~ .wpcf7-list-item-label:after {
	background: #101828;
}

.wpcf7 .gdprRow .consent .wpcf7-list-item-label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #101828;
}

.wpcf7 .gdprRow .consent .wpcf7-list-item-label:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: transparent;
	position: absolute;
	left: 4px;
	top: 4px;
}

.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: 20px;
	height: 20px;
	border-radius: 0;
	border: 0;
}

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

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

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

.wpcf7 .formRow + .formRow {
	margin-top: 16px;
}

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

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

.wpcf7 .wpcf7-submit {
	cursor: pointer;
	display: flex;
	margin: 24px auto 0;
}

@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: 1rem;
	text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	background-color: transparent;
	border-color: transparent;
	color: #9C2818;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #7A5DFB;
	border: 0;
}

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

.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;
}

/* Buttons
--------------------------------------------- */
.btn {
	display: inline-block;
	font-size: 1rem;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: 0;
	border: 1px solid #7A5DFB;
	background: #101828;
	color: #7A5DFB;
	padding: 12px 20px;
	font-weight: 600;
	border-radius: 8px;
	align-items: center;
	transition: 150ms linear;
	outline: 0;
}

.btn:hover,
.btn:hover a, .btn:focus {
	outline: 0;
}

.btn-icon {
	margin-right: 16px;
}

.btn--hasIcon {
	display: flex;
	justify-content: flex-start;
	text-align: left;
	align-items: flex-start;
}

.btn--largeSpacing {
	padding: 21px 24px;
}

.btn--primary {
	color: #fff;
	border-color: #7A5DFB;
	background: #7A5DFB;
	background-color: #7456FB;
}

.btn--primary:hover,
.btn--primary:hover a, .btn--primary:focus {
	color: #7A5DFB;
	background: transparent;
	border-color: #7A5DFB;
}

.btn--primary:not(:hover) .btn-icon svg {
	filter: brightness(10);
}

.btn--primary-outline {
	color: #7A5DFB;
	background: transparent;
	border-color: #7A5DFB;
}

.btn--primary-outline:hover,
.btn--primary-outline:hover a, .btn--primary-outline:focus {
	color: #fff;
	background: #7A5DFB;
	border-color: #7A5DFB;
}

.btn--secondary {
	color: #fff;
	border-color: #101828;
	background: #101828;
}

.btn--secondary:hover,
.btn--secondary:hover a, .btn--secondary:focus {
	color: #101828;
	background: transparent;
	border-color: #101828;
}

.btn--secondary-outline {
	color: #101828;
	background: transparent;
	border-color: #101828;
}

.btn--secondary-outline:hover,
.btn--secondary-outline:hover a, .btn--secondary-outline:focus {
	color: #fff;
	background: #101828;
	border-color: #101828;
}

.btn--tertiary {
	color: #fff;
	border-color: #475467;
	background: #475467;
}

.btn--tertiary:hover,
.btn--tertiary:hover a, .btn--tertiary:focus {
	color: #475467;
	background: transparent;
	border-color: #475467;
}

.btn--tertiary-outline {
	color: #475467;
	background: transparent;
	border-color: #475467;
}

.btn--tertiary-outline:hover,
.btn--tertiary-outline:hover a, .btn--tertiary-outline:focus {
	color: #fff;
	background: #475467;
	border-color: #475467;
}

.btn--white {
	color: #7A5DFB;
	border-color: #E4E7EC;
	background: #fff;
	box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.btn--white:hover,
.btn--white:hover a, .btn--white:focus {
	color: #475467;
	background: #fff;
	border-color: #475467;
}

.btn--white .btn-text {
	color: #101828;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.section {
	margin: 30px 0;
	padding: 40px 0;
}

@media screen and (min-width: 768px) {
	.section {
		margin: 40px 0;
		padding: 60px 0;
	}
}

.entry-content > section {
	position: relative;
	padding: 50px 0;
}

@media screen and (min-width: 768px) {
	.entry-content > section {
		padding: 100px 0;
	}
}

.entry-content > section > div > .headline-block:first-child {
	margin-top: 0px;
}

.entry-content > section.offsetShiftBot {
	padding-bottom: 150px;
}

.entry-content > section.offsetShiftBot + .offsetShiftTop {
	margin-top: -150px;
}

.entry-content > section > div {
	z-index: 5;
	position: relative;
}

.entry-content > section:first-of-type {
	background: white;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #edf1f8 100%);
	/*
      &:before {
        content:'';
        z-index:0;
        width:100%;
        height:100%;
        bottom:0;
        left:0;
        display:inline-block;
        position:absolute;
        background-size: contain;
        background-position: center;
        background-color:#f8f8f8;
        background-repeat: no-repeat;
      
        mask-image: url('assets/svg/mask_intro.svg');
        mask-size: 100%;
        mask-repeat: no-repeat;
        mask-position: center bottom;
      }
*/
}

.entry-content > section:first-of-type:before {
	content: '';
	z-index: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	display: inline-block;
	position: absolute;
	background: no-repeat url("assets/svg/intro_mash.svg") center top/cover;
}

.entry-content > section:nth-of-type(2) {
	background: white;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #edf1f8 100%);
}

.entry-content > section:last-of-type {
	background: white;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #edf1f8 100%);
}

.entry-content > section:first-of-type:after, .entry-content > section:nth-of-type(2):after {
	content: '';
	z-index: 0;
	width: 100%;
	height: 100%;
	bottom: -1px;
	left: 0;
	display: inline-block;
	position: absolute;
	background-size: contain;
	background-position: center;
	background-color: #ffffff;
	background-repeat: no-repeat;
	mask-image: url("assets/svg/intro_mask_reverse.svg");
	mask-size: 100%;
	mask-repeat: no-repeat;
	mask-position: center bottom;
	user-select: none;
	pointer-events: none;
}

/*--------------------------------------------------------------
# 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 {
  @extend .btn;
  @extend .btn-primary;
}
*/
.has-text-align-center {
	text-align: center;
}

.wp-block-list {
	margin-left: 0px;
}

/*--------------------------------------------------------------
# Libs
--------------------------------------------------------------*/
/* Glide.js
--------------------------------------------- */
.glide {
	position: relative;
	width: 100%;
	height: 100%;
}

.glide__wrapper {
	overflow: hidden;
}

.glide__track {
	position: relative;
	width: 100%;
	height: 100%;
	list-style: none;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	touch-action: pan-Y;
	overflow: hidden;
	padding: 0;
}

.glide__track.dragging {
	cursor: grabbing;
	user-select: none;
}

.glide__slide {
	width: 100%;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

.glide__slide a {
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.glide__arrows {
	-webkit-touch-callout: none;
	user-select: none;
}

.glide__arrow {
	cursor: pointer;
}

.glide__bullets {
	-webkit-touch-callout: none;
	user-select: none;
}

.glide--slider .glide__slide {
	float: left;
	clear: none;
}

.glide--carousel.glide--vertical .glide__track {
	overflow: visible;
}

.glide--carousel .glide__slide {
	float: left;
	clear: none;
}

.glide--slideshow .glide__wrapper {
	height: 100%;
}

.glide--slideshow .glide__slide {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.glide--slideshow .glide__slide.active {
	z-index: 1;
}

.glide__arrows {
	position: absolute;
}

.glide--horizontal .glide__arrows {
	top: 50%;
	width: 92%;
	margin-left: 4%;
}

.glide--vertical .glide__arrows {
	left: 50%;
	height: 88%;
	margin-top: 6%;
}

.glide__arrow {
	position: absolute;
	z-index: 2;
	color: white;
	text-transform: uppercase;
	font: 11px Arial, sans-serif;
	padding: 9px 12px;
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	opacity: 1;
	transition: opacity 150ms ease, border 300ms ease-in-out;
}

.glide__arrow.disabled {
	opacity: 0.33;
}

.glide__arrow:focus {
	outline: none;
}

.glide__arrow:hover {
	border-color: white;
}

.glide--horizontal .glide__arrow {
	transform: translateY(-50%);
}

.glide--horizontal .glide__arrow.prev {
	left: 0;
}

.glide--horizontal .glide__arrow.next {
	right: 0;
}

.glide--vertical .glide__arrow {
	transform: translateX(-50%);
}

.glide--vertical .glide__arrow.prev {
	top: 0;
}

.glide--vertical .glide__arrow.next {
	bottom: 0;
}

.glide__bullets {
	position: absolute;
	z-index: 2;
	list-style: none;
}

.glide--horizontal .glide__bullets {
	bottom: 8%;
	left: 0;
	width: 100%;
	height: 12px;
	text-align: center;
}

.glide--vertical .glide__bullets {
	top: 50%;
	right: 8%;
	width: 12px;
	height: auto;
	transform: translateY(-50%);
}

.glide__bullets > * {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.5);
	width: 12px;
	height: 12px;
	padding: 0;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid transparent;
	transition: all 300ms ease-in-out;
}

.glide--horizontal .glide__bullets > * {
	margin: 0 5px;
}

.glide--vertical .glide__bullets > * {
	vertical-align: middle;
}

.glide__bullets > *.active {
	background-color: white;
}

.glide__bullets > *:focus {
	outline: none;
}

.glide__bullets > *:hover, .glide__bullets > *:focus {
	border: 2px solid white;
	background-color: rgba(255, 255, 255, 0.5);
}

.glide--carousel.fade .glide__slides {
	transform: none !important;
	width: auto !important;
	display: block;
}

.glide--carousel.fade .glide__slide {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.5s;
}

.glide--carousel.fade .glide__slide:first-child {
	position: relative;
}

.glide--carousel.fade .glide__slide--active {
	z-index: 1;
	opacity: 1;
}

.glide__arrows {
	bottom: 48px;
	width: 100%;
	left: 0;
}

@media screen and (max-width: 767px) {
	.glide__arrows svg {
		width: 20px;
		height: 20px;
	}
}

.glide__arrow {
	border-radius: 0;
	padding: 0;
	border: 0;
	width: 63px;
	height: 63px;
	background-color: #7A5DFB;
	border-radius: 50%;
	padding: 4px;
	border: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

.glide__arrow--left {
	left: 0;
}

@media screen and (min-width: 768px) {
	.glide__arrow--left {
		left: -63px;
		margin-left: -10px;
	}
}

@media screen and (min-width: 1350px) {
	.glide__arrow--left {
		left: -63px;
		margin-left: -28px;
	}
}

.glide__arrow--right {
	right: 0;
}

@media screen and (min-width: 768px) {
	.glide__arrow--right {
		right: -63px;
		margin-right: -10px;
	}
}

@media screen and (min-width: 1350px) {
	.glide__arrow--right {
		margin-right: -28px;
	}
}

.glide__bullets {
	margin: 12px auto 0;
	position: relative;
}

.glide__bullets .glide__bullet {
	background-color: #8996a7;
	border-color: #8996a7;
	margin: 0px 4px;
}

.glide__bullets .glide__bullet--active {
	background-color: #7A5DFB;
	border-color: #7A5DFB;
}

/*--------------------------------------------------------------
# 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: #101828;
	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 */