/*!
Theme Name: Beurer
Theme URI: https://krow.fi
Author: Krow
Author URI: https://krow.fi
Description: Base theme for all Krow WordPress sites.
Version: 1.1.30
Tested up to: 6.6.1
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: krow
Domain Path: /languages
Tags: custom-logo, custom-menu, footer-widgets, theme-options, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: "Nexa";
  src: url("font/Nexa-Book.woff2") format("woff2"), url("font/Nexa-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nexa";
  src: url("font/Nexa-BookItalic.woff2") format("woff2"), url("font/Nexa-BookItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Nexa";
  src: url("font/Nexa-Bold.woff2") format("woff2"), url("font/Nexa-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Nexa";
  src: url("font/Nexa-BoldItalic.woff2") format("woff2"), url("font/Nexa-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #3c3c3c;
  font-family: "Nexa", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0.5em 0;
  line-height: 1.1;
  font-weight: 700;
}

h1 {
  font-size: 2rem;
  --wp--preset--font-size--small: 1.4rem;
  --wp--preset--font-size--normal: 1.8rem;
  --wp--preset--font-size--medium: 2.2rem;
  --wp--preset--font-size--large: 2.6rem;
  --wp--preset--font-size--huge: 3rem;
}
@media (min-width: 480px) {
  h1 {
    font-size: 2.4rem;
    --wp--preset--font-size--small: 1.68rem;
    --wp--preset--font-size--normal: 2.16rem;
    --wp--preset--font-size--medium: 2.64rem;
    --wp--preset--font-size--large: 3.12rem;
    --wp--preset--font-size--huge: 3.6rem;
  }
}
@media (min-width: 850px) {
  h1 {
    font-size: 2.7rem;
    --wp--preset--font-size--small: 1.89rem;
    --wp--preset--font-size--normal: 2.43rem;
    --wp--preset--font-size--medium: 2.97rem;
    --wp--preset--font-size--large: 3.51rem;
    --wp--preset--font-size--huge: 4.05rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3rem;
    --wp--preset--font-size--small: 2.1rem;
    --wp--preset--font-size--normal: 2.7rem;
    --wp--preset--font-size--medium: 3.3rem;
    --wp--preset--font-size--large: 3.9rem;
    --wp--preset--font-size--huge: 4.5rem;
  }
}

h2 {
  font-size: 1.8rem;
  --wp--preset--font-size--small: 1.26rem;
  --wp--preset--font-size--normal: 1.62rem;
  --wp--preset--font-size--medium: 1.98rem;
  --wp--preset--font-size--large: 2.34rem;
  --wp--preset--font-size--huge: 2.7rem;
}
@media (min-width: 480px) {
  h2 {
    font-size: 2.2rem;
    --wp--preset--font-size--small: 1.54rem;
    --wp--preset--font-size--normal: 1.98rem;
    --wp--preset--font-size--medium: 2.42rem;
    --wp--preset--font-size--large: 2.86rem;
    --wp--preset--font-size--huge: 3.3rem;
  }
}
@media (min-width: 850px) {
  h2 {
    font-size: 2.5rem;
    --wp--preset--font-size--small: 1.75rem;
    --wp--preset--font-size--normal: 2.25rem;
    --wp--preset--font-size--medium: 2.75rem;
    --wp--preset--font-size--large: 3.25rem;
    --wp--preset--font-size--huge: 3.75rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.8rem;
    --wp--preset--font-size--small: 1.96rem;
    --wp--preset--font-size--normal: 2.52rem;
    --wp--preset--font-size--medium: 3.08rem;
    --wp--preset--font-size--large: 3.64rem;
    --wp--preset--font-size--huge: 4.2rem;
  }
}

h3 {
  font-size: 1.6rem;
  --wp--preset--font-size--small: 1.12rem;
  --wp--preset--font-size--normal: 1.44rem;
  --wp--preset--font-size--medium: 1.76rem;
  --wp--preset--font-size--large: 2.08rem;
  --wp--preset--font-size--huge: 2.4rem;
}
@media (min-width: 480px) {
  h3 {
    font-size: 2rem;
    --wp--preset--font-size--small: 1.4rem;
    --wp--preset--font-size--normal: 1.8rem;
    --wp--preset--font-size--medium: 2.2rem;
    --wp--preset--font-size--large: 2.6rem;
    --wp--preset--font-size--huge: 3rem;
  }
}
@media (min-width: 850px) {
  h3 {
    font-size: 2.2rem;
    --wp--preset--font-size--small: 1.54rem;
    --wp--preset--font-size--normal: 1.98rem;
    --wp--preset--font-size--medium: 2.42rem;
    --wp--preset--font-size--large: 2.86rem;
    --wp--preset--font-size--huge: 3.3rem;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 2.6rem;
    --wp--preset--font-size--small: 1.82rem;
    --wp--preset--font-size--normal: 2.34rem;
    --wp--preset--font-size--medium: 2.86rem;
    --wp--preset--font-size--large: 3.38rem;
    --wp--preset--font-size--huge: 3.9rem;
  }
}

h4 {
  font-size: 1.4rem;
  --wp--preset--font-size--small: 0.98rem;
  --wp--preset--font-size--normal: 1.26rem;
  --wp--preset--font-size--medium: 1.54rem;
  --wp--preset--font-size--large: 1.82rem;
  --wp--preset--font-size--huge: 2.1rem;
}
@media (min-width: 480px) {
  h4 {
    font-size: 1.8rem;
    --wp--preset--font-size--small: 1.26rem;
    --wp--preset--font-size--normal: 1.62rem;
    --wp--preset--font-size--medium: 1.98rem;
    --wp--preset--font-size--large: 2.34rem;
    --wp--preset--font-size--huge: 2.7rem;
  }
}
@media (min-width: 850px) {
  h4 {
    font-size: 2.2rem;
    --wp--preset--font-size--small: 1.54rem;
    --wp--preset--font-size--normal: 1.98rem;
    --wp--preset--font-size--medium: 2.42rem;
    --wp--preset--font-size--large: 2.86rem;
    --wp--preset--font-size--huge: 3.3rem;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 2.4rem;
    --wp--preset--font-size--small: 1.68rem;
    --wp--preset--font-size--normal: 2.16rem;
    --wp--preset--font-size--medium: 2.64rem;
    --wp--preset--font-size--large: 3.12rem;
    --wp--preset--font-size--huge: 3.6rem;
  }
}

h5 {
  font-size: 1.25rem;
  --wp--preset--font-size--small: 0.875rem;
  --wp--preset--font-size--normal: 1.125rem;
  --wp--preset--font-size--medium: 1.375rem;
  --wp--preset--font-size--large: 1.625rem;
  --wp--preset--font-size--huge: 1.875rem;
}
@media (min-width: 480px) {
  h5 {
    font-size: 1.5rem;
    --wp--preset--font-size--small: 1.05rem;
    --wp--preset--font-size--normal: 1.35rem;
    --wp--preset--font-size--medium: 1.65rem;
    --wp--preset--font-size--large: 1.95rem;
    --wp--preset--font-size--huge: 2.25rem;
  }
}
@media (min-width: 850px) {
  h5 {
    font-size: 1.9rem;
    --wp--preset--font-size--small: 1.33rem;
    --wp--preset--font-size--normal: 1.71rem;
    --wp--preset--font-size--medium: 2.09rem;
    --wp--preset--font-size--large: 2.47rem;
    --wp--preset--font-size--huge: 2.85rem;
  }
}
@media (min-width: 1024px) {
  h5 {
    font-size: 2rem;
    --wp--preset--font-size--small: 1.4rem;
    --wp--preset--font-size--normal: 1.8rem;
    --wp--preset--font-size--medium: 2.2rem;
    --wp--preset--font-size--large: 2.6rem;
    --wp--preset--font-size--huge: 3rem;
  }
}

h6 {
  font-size: 1.1rem;
  --wp--preset--font-size--small: 0.77rem;
  --wp--preset--font-size--normal: 0.99rem;
  --wp--preset--font-size--medium: 1.21rem;
  --wp--preset--font-size--large: 1.43rem;
  --wp--preset--font-size--huge: 1.65rem;
}
@media (min-width: 480px) {
  h6 {
    font-size: 1.3rem;
    --wp--preset--font-size--small: 0.91rem;
    --wp--preset--font-size--normal: 1.17rem;
    --wp--preset--font-size--medium: 1.43rem;
    --wp--preset--font-size--large: 1.69rem;
    --wp--preset--font-size--huge: 1.95rem;
  }
}
@media (min-width: 850px) {
  h6 {
    font-size: 1.6rem;
    --wp--preset--font-size--small: 1.12rem;
    --wp--preset--font-size--normal: 1.44rem;
    --wp--preset--font-size--medium: 1.76rem;
    --wp--preset--font-size--large: 2.08rem;
    --wp--preset--font-size--huge: 2.4rem;
  }
}
@media (min-width: 1024px) {
  h6 {
    font-size: 1.8rem;
    --wp--preset--font-size--small: 1.26rem;
    --wp--preset--font-size--normal: 1.62rem;
    --wp--preset--font-size--medium: 1.98rem;
    --wp--preset--font-size--large: 2.34rem;
    --wp--preset--font-size--huge: 2.7rem;
  }
}

p {
  margin-bottom: 1.5em;
}

strong,
b {
  font-weight: 700;
}

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

/* Theme custom colors
--------------------------------------------- */
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #c50050;
  background-color: #c50050;
}

::selection {
  text-shadow: none;
  color: #fff;
  background: #c50050;
  background-color: #c50050;
}

/* Elements
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
}

.not-found {
  margin: 50px 0;
}

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

ul,
ol {
  padding: 0;
  margin: 0 0 1.5em 1em;
  list-style-position: inside;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: 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:not(.wp-block-button__link) {
  color: #c50050;
}
a:not(.wp-block-button__link):visited {
  color: #c50050;
}
a:not(.wp-block-button__link):hover, a:not(.wp-block-button__link):focus, a:not(.wp-block-button__link):focus-visible, a:not(.wp-block-button__link):active {
  color: #ff2c82;
}
a:not(.wp-block-button__link):hover, a:not(.wp-block-button__link):active {
  outline: 0;
}
a:not(.wp-block-button__link):focus {
  outline: thin dotted;
}
a:not(.wp-block-button__link):focus-visible {
  outline-offset: 3px;
  outline: 3px solid #ff2c82;
}
a.wp-block-button__link:focus-visible {
  outline-offset: 2px;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc;
}
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;
}

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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
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 {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.wpcf7 {
  margin: 1em 0;
  accent-color: #c50050;
}
.wpcf7 form {
  max-width: 600px !important;
}
.wpcf7 p {
  margin: 0.5em 0;
}
.wpcf7 small {
  font-size: 0.7em;
  color: #3c3c3c;
}
.wpcf7 small a {
  color: #3c3c3c;
}
.wpcf7 small a:hover, .wpcf7 small a:focus-visible {
  color: #c50050;
}
.wpcf7 .form-file {
  width: 100%;
  margin: 0.75em 0;
  position: relative;
  border-radius: 8px;
  padding: 0.75em 1.25em;
  border: 1px solid #dcdcdc;
}
.wpcf7 .form-file label {
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  color: #3c3c3c;
}
.wpcf7 .form-file input {
  margin-top: 0.5em;
}
.wpcf7 .form-file p {
  margin: 0;
}
.wpcf7 .form-input {
  width: 100%;
  margin: 0.75em 0;
  position: relative;
}
.wpcf7 .form-input.select label {
  opacity: 0;
}
.wpcf7 .form-input.focused label {
  top: 0;
  opacity: 1;
  color: #000;
  padding: 0 2px;
  font-size: 0.7em;
  font-weight: 500;
  background-color: #fff;
  transform: translateY(-50%);
}
.wpcf7 .form-input p {
  margin: 0;
}
.wpcf7 .form-input textarea {
  color: #000;
  width: 100%;
  height: 150px;
  font-size: 1em;
  min-width: 100%;
  max-width: 100%;
  font-weight: 400;
  border-radius: 8px;
  padding: 0.75em 1.25em;
  border: 1px solid #dcdcdc;
}
.wpcf7 .form-input textarea:hover, .wpcf7 .form-input textarea:focus {
  border: 1px solid #c50050;
}
.wpcf7 .form-input textarea:focus {
  outline: 2px solid #c50050;
}
.wpcf7 .form-input input {
  width: 100%;
  color: #000;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  position: relative;
  border-radius: 8px;
  padding: 0.75em 1.25em;
  border: 1px solid #dcdcdc;
}
.wpcf7 .form-input input:hover, .wpcf7 .form-input input:focus {
  border: 1px solid #c50050;
}
.wpcf7 .form-input input:focus {
  outline: 2px solid #c50050;
}
.wpcf7 .form-input input:read-only {
  color: #5e5e5e;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #ececec;
}
.wpcf7 .form-input select {
  width: 100%;
  color: #fff;
  line-height: 1;
  font-size: 1em;
  font-weight: 700;
  border-radius: 8px;
  position: relative;
  padding: 0.75em 1.25em;
  background: #c50050;
  border: 1px solid #c50050;
}
.wpcf7 .form-input select:hover, .wpcf7 .form-input select:focus {
  background: #c50050;
  border: 1px solid #c50050;
}
.wpcf7 .form-input select:focus {
  outline: 2px solid #c50050;
}
.wpcf7 .form-input label {
  top: 1em;
  opacity: 1;
  z-index: 2;
  left: 1.25em;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  color: #3c3c3c;
  position: absolute;
  pointer-events: none;
  transform: translateY(0);
  transition: all 0.1s linear;
}
.wpcf7 .form-input label span {
  font-weight: 700;
  color: #c50050;
}
.wpcf7 button,
.wpcf7 input[type=button],
.wpcf7 input[type=reset],
.wpcf7 input[type=submit] {
  line-height: 1;
  font-size: 1em;
  font-weight: 500;
  border-radius: 0;
  color: #c50050;
  border-radius: 8px;
  margin-bottom: 1em;
  text-decoration: none;
  display: inline-block;
  padding: 0.75em 1.25em;
  background-color: #fff;
  border: 1px solid #c50050;
}
.wpcf7 button:hover,
.wpcf7 input[type=button]:hover,
.wpcf7 input[type=reset]:hover,
.wpcf7 input[type=submit]:hover {
  color: #fff;
  background-color: #c50050;
  border: 1px solid #c50050;
}
.wpcf7 button:focus-visible,
.wpcf7 input[type=button]:focus-visible,
.wpcf7 input[type=reset]:focus-visible,
.wpcf7 input[type=submit]:focus-visible {
  outline: 0;
  color: #fff;
  outline-offset: 0;
  background-color: #c50050;
  border: 1px solid #c50050;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #c50050;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
  display: grid;
  grid-template-columns: auto minmax(auto, calc(1400px - 20%)) 20% auto;
  grid-template-areas: "header header header header" "nav nav nav nav" "hero hero hero hero" ". main sidebar ." "footer footer footer footer";
}
@media (max-width: 1401px) {
  .site {
    grid-template-columns: auto 30%;
    grid-template-areas: "header header" "nav nav" "hero hero" "main sidebar" "footer footer";
  }
}
@media (max-width: 1024px) {
  .site {
    grid-template-columns: auto;
    grid-template-areas: "header" "nav" "hero" "main" "sidebar" "footer";
  }
}

.site-header {
  grid-area: header;
}

.site-main {
  grid-area: main;
  overflow: clip; /* Resolves issue with <pre> elements forcing full width. */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .site-main {
    width: 100vw;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) and (min-width: 1400px) {
  .site-main {
    width: initial;
  }
}

.widget-area {
  padding-left: 20px;
  grid-area: sidebar;
}
@media (max-width: 1024px) {
  .widget-area {
    padding-left: 0;
  }
}

.site-footer {
  grid-area: footer;
}

.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "nav" "hero" "main" "footer";
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  top: 0;
  width: 100%;
  z-index: 1000;
  position: fixed;
  background-color: #fff;
  transition: transform 0.25s ease-in-out, background-color 0.25s 0.5s ease-in-out;
}
.site-header .site-wrapper {
  display: flex;
  padding: 10px 1rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 850px) {
  .site-header .site-wrapper {
    padding: 1em 1rem;
  }
}
@media (min-width: 1024px) {
  .site-header .site-wrapper {
    gap: 2rem;
    padding: 1em 0;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .site-header {
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.site-header .custom-logo-link {
  width: auto;
  height: 30px;
  line-height: 1;
  display: inline-block;
}
.site-header .custom-logo-link img {
  margin: 0;
  width: auto;
  height: 100%;
  display: block;
}
@media (min-width: 1024px) {
  .site-header .custom-logo-link {
    height: auto;
    width: 150px;
  }
}
.site-header .menu-toggle {
  border: 0;
  outline: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  z-index: 1020;
  display: block;
  background: 0 0;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .site-header .menu-toggle {
    display: none;
  }
}
.site-header .menu-toggle .line {
  width: 100%;
  height: 2px;
  margin: 6px 0;
  transform: translateZ(0);
  background-color: #3c3c3c;
  transition: all 0.25s ease-in-out;
}
.site-header .menu-toggle.open .line {
  background-color: #c50050;
}
.site-header .menu-toggle.open .line:first-of-type {
  margin-left: 9px;
  transform-origin: 50% 50%;
  transform: rotate(45deg) translateY(12px);
}
.site-header .menu-toggle.open .line:nth-of-type(2) {
  visibility: hidden;
}
.site-header .menu-toggle.open .line:nth-of-type(3) {
  margin-left: 9px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg) translateY(-12px);
}
.site-header .main-navigation {
  top: 0;
  right: 0;
  gap: 2em;
  width: 100%;
  display: flex;
  height: 100vh;
  position: fixed;
  overflow-y: auto;
  padding: 4em 2em;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  justify-content: flex-start;
  transform: translateX(100vw);
  transition: transform 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .site-header .main-navigation {
    gap: 0;
    top: auto;
    left: auto;
    padding: 0;
    height: auto;
    display: grid;
    position: relative;
    overflow-y: initial;
    transform: translateX(0px);
    width: calc(100% - 150px - 2rem);
    grid-template-columns: 1fr;
    grid-template-areas: "nav-main nav-search" "nav-cat nav-cat";
  }
}
.site-header .site-nav-content {
  order: 3;
  width: 100%;
  max-width: 600px;
  grid-area: nav-main;
}
@media (min-width: 1024px) {
  .site-header .site-nav-content {
    order: 1;
    width: auto;
    max-width: initial;
  }
}
.site-header .site-nav-content ul {
  margin: 0;
  width: 100%;
  display: flex;
  list-style: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .site-header .site-nav-content ul {
    gap: 1.5em;
    width: auto;
    flex-direction: row;
  }
}
.site-header .site-nav-content ul li {
  width: 100%;
  position: relative;
}
.site-header .site-nav-content ul li:not(:first-of-type) {
  border-top: 1px solid #dcdcdc;
}
@media (min-width: 1024px) {
  .site-header .site-nav-content ul li {
    width: auto;
  }
  .site-header .site-nav-content ul li:not(:first-of-type) {
    border-top: 0px;
  }
}
@media (min-width: 1024px) {
  .site-header .site-nav-content ul li.mobile-only {
    display: none;
  }
}
.site-header .site-nav-content ul li a {
  display: block;
  font-weight: 700;
  font-size: 1.1em;
  padding: 1em 0.75em;
  text-decoration: none;
  color: #000000;
}
.site-header .site-nav-content ul li a:hover, .site-header .site-nav-content ul li a:focus, .site-header .site-nav-content ul li a:focus-visible {
  outline: 0;
  color: #fff;
  background-color: #c50050;
}
@media (min-width: 1024px) {
  .site-header .site-nav-content ul li a {
    padding: 0;
    font-size: 0.8em;
    font-weight: 500;
    color: #3c3c3c;
  }
  .site-header .site-nav-content ul li a:hover, .site-header .site-nav-content ul li a:focus {
    background: none;
    color: #c50050;
  }
  .site-header .site-nav-content ul li a:focus-visible {
    background: none;
    color: #c50050;
    outline: 3px solid #c50050;
  }
}
.site-header .site-nav-content ul li:hover > ul, .site-header .site-nav-content ul li:focus-within > ul {
  left: auto;
}
.site-header .site-nav-content ul li ul {
  gap: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .site-header .site-nav-content ul li ul {
    padding: 0;
    width: auto;
    right: auto;
    left: -999em;
    z-index: 99999;
    min-width: 200px;
    position: absolute;
    background-color: #fff;
    filter: drop-shadow(0 0.25em 0.25em rgba(0, 0, 0, 0.2));
  }
}
.site-header .site-nav-content ul li ul li {
  width: 100%;
  position: relative;
  border-top: 1px solid #dcdcdc;
}
.site-header .site-nav-content ul li ul li:not(:first-of-type) {
  border-top: 1px solid #dcdcdc;
}
@media (min-width: 1024px) {
  .site-header .site-nav-content ul li ul li {
    border-top: 0px;
  }
}
.site-header .site-nav-content ul li ul li a {
  color: #000;
  display: block;
  font-size: 1em;
  font-weight: 400;
  padding: 0.75em 0.75em 0.75em 1.5em;
}
@media (min-width: 600px) {
  .site-header .site-nav-content ul li ul li a {
    font-size: 1.1em;
  }
}
@media (min-width: 1024px) {
  .site-header .site-nav-content ul li ul li a {
    font-size: 1em;
    font-weight: 400;
    padding: 0.75em 1em;
  }
}
.site-header .site-nav-content ul li ul li a:hover, .site-header .site-nav-content ul li ul li a:focus-visible {
  outline: 0;
  color: #fff;
  background-color: #c50050;
}
@media (min-width: 1024px) {
  .site-header .site-nav-content ul li ul li a:hover, .site-header .site-nav-content ul li ul li a:focus-visible {
    color: #c50050;
    background-color: rgba(197, 0, 80, 0);
  }
}
@media (min-width: 1024px) {
  .site-header .site-nav-content ul li ul li a:focus-visible {
    outline-offset: -2px;
    color: #c50050;
    outline: 2px solid #c50050;
  }
}
.site-header .site-search {
  order: 1;
  width: 100%;
  max-width: 600px;
  grid-area: nav-search;
}
@media (min-width: 1024px) {
  .site-header .site-search {
    order: 2;
    width: auto;
    max-width: initial;
  }
}
.site-header .site-search .dgwt-wcas-search-wrapp {
  margin: 0;
  padding: 0;
}
.site-header .site-search .dgwt-wcas-search-wrapp svg {
  opacity: 1;
  fill: #000;
}
.site-header .site-search .dgwt-wcas-search-wrapp input[type=search] {
  color: #000;
  border-radius: 0;
  border: 1px solid #e6e8ea;
  background-color: #ededed;
}
.site-header .site-search .dgwt-wcas-search-wrapp input[type=search]:focus {
  box-shadow: 0 0 0 0;
  border: 1px solid #000;
}
.site-header .site-search .dgwt-wcas-search-wrapp input[type=search]::placeholder {
  color: #000;
  opacity: 1;
  font-style: normal;
}
.site-header .site-nav-category {
  display: none;
  grid-area: nav-cat;
}
@media (min-width: 1024px) {
  .site-header .site-nav-category {
    order: 3;
    width: auto;
    display: block;
    max-width: initial;
  }
}
.site-header .site-nav-category ul {
  gap: 2em;
  margin: 0;
  width: 100%;
  display: flex;
  list-style: none;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.site-header .site-nav-category ul li {
  position: relative;
}
.site-header .site-nav-category ul li a {
  color: #000;
  display: block;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 1400px) {
  .site-header .site-nav-category ul li a {
    font-size: 1.1em;
  }
}
.site-header .site-nav-category ul li a:hover, .site-header .site-nav-category ul li a:focus {
  color: #c50050;
}
.site-header .site-nav-category ul li:hover > .big-sub-nav, .site-header .site-nav-category ul li:focus-within > .big-sub-nav {
  left: calc(-150px - 2rem);
}
.site-header .site-nav-category ul li .big-sub-nav {
  left: -999em;
  z-index: 99999;
  position: fixed;
  pointer-events: none;
  width: calc(100% + 150px + 2rem);
}
.site-header .site-nav-category ul li .big-sub-nav__wrap {
  width: 100%;
  margin: 0 auto;
  padding-top: 15px;
  pointer-events: auto;
  max-width: 1400px;
}
.site-header .site-nav-category ul li .big-sub-nav__content {
  gap: 2em 4em;
  padding: 2em;
  display: grid;
  background-color: #fff;
  grid-template-columns: repeat(4, 1fr);
  filter: drop-shadow(0 0.25em 0.25em rgba(0, 0, 0, 0.2));
}
@media (min-width: 1400px) {
  .site-header .site-nav-category ul li .big-sub-nav__content {
    grid-template-columns: repeat(5, 1fr);
  }
}
.site-header .site-nav-category ul li .big-sub-nav__content__group ul {
  gap: 0.25em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.site-header .site-nav-category ul li .big-sub-nav__content__group ul li.main a {
  color: #000;
  font-size: 1em;
  font-weight: 700;
}
.site-header .site-nav-category ul li .big-sub-nav__content__group ul li a {
  font-size: 0.9em;
  font-weight: 500;
  color: #3c3c3c;
  text-transform: none;
  text-decoration: none;
}
.site-header .site-nav-category ul li .big-sub-nav__content__group ul li a:hover, .site-header .site-nav-category ul li .big-sub-nav__content__group ul li a:focus {
  color: #c50050;
}
.site-header .site-nav-category-mobile {
  order: 2;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 1024px) {
  .site-header .site-nav-category-mobile {
    display: none;
  }
}
.site-header .site-nav-category-mobile ul {
  margin: 0;
  display: flex;
  padding-left: 0;
  list-style: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.site-header .site-nav-category-mobile ul:not(:first-of-type) {
  margin-top: 2em;
}
.site-header .site-nav-category-mobile ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.site-header .site-nav-category-mobile ul li span {
  display: flex;
  padding: 0.75em;
  transform: translateX(-0.5em);
}
.site-header .site-nav-category-mobile ul li span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(-45deg);
}
.site-header .site-nav-category-mobile ul li button {
  border: 0;
  display: flex;
  padding: 0.75em;
  cursor: pointer;
  border-radius: 0;
  background: none;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  transform: translateX(-0.5em);
}
.site-header .site-nav-category-mobile ul li button::after {
  content: "";
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  border-right: 2px solid #3c3c3c;
  border-bottom: 2px solid #3c3c3c;
}
.site-header .site-nav-category-mobile ul li button.open::after {
  transform: rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.site-header .site-nav-category-mobile ul li button:hover::after, .site-header .site-nav-category-mobile ul li button:focus-visible::after {
  border-right: 2px solid #c50050;
  border-bottom: 2px solid #c50050;
}
.site-header .site-nav-category-mobile ul li button:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #c50050;
}
.site-header .site-nav-category-mobile ul li a {
  display: block;
  font-weight: 700;
  font-size: 1.2em;
  padding: 0.25em 0;
  text-decoration: none;
  color: #000000;
  width: calc(100% - 12px - 1.5em);
}
.site-header .site-nav-category-mobile ul li a:hover, .site-header .site-nav-category-mobile ul li a:focus, .site-header .site-nav-category-mobile ul li a:focus-visible {
  color: #c50050;
}
.site-header .site-nav-category-mobile ul ul {
  width: 100%;
  padding-left: 1em;
}
.site-header .site-nav-category-mobile ul ul li {
  width: 100%;
  position: relative;
}
.site-header .site-nav-category-mobile ul ul li a {
  display: block;
  font-size: 1em;
  font-weight: 400;
  padding: 0.25em 0;
  text-decoration: none;
  color: #000000;
}
@media (min-width: 480px) {
  .site-header .site-nav-category-mobile ul ul li a {
    font-size: 1.1em;
  }
}
.site-header .site-nav-category-mobile ul ul li a:hover, .site-header .site-nav-category-mobile ul ul li a:focus, .site-header .site-nav-category-mobile ul ul li a:focus-visible {
  color: #c50050;
}

.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
.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%;
}
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
  line-height: 1;
  font-weight: 400;
  border-radius: 0;
  color: #c50050;
  text-decoration: none;
  font-size: 0.8em;
  padding: 0.75em 1.25em;
  background-color: #fff;
  border: 1px solid #c50050;
}
.comment-navigation a:visited,
.posts-navigation a:visited,
.post-navigation a:visited {
  color: #c50050;
}
.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
  color: #fff;
  background-color: #c50050;
  border: 1px solid #c50050;
}
.comment-navigation a:focus-visible,
.posts-navigation a:focus-visible,
.post-navigation a:focus-visible {
  outline: 0;
  color: #fff;
  outline-offset: 0;
  background-color: #c50050;
  border: 1px solid #c50050;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #c50050;
}

/* Hero
--------------------------------------------- */
.hero {
  width: 100%;
  grid-area: hero;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .hero {
    margin-top: 96px;
  }
}
.hero__area.product {
  height: auto;
  min-height: initial;
}
.hero__area.none {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1400px;
  background-color: #f6f6f6;
}
.hero__area.none .hero__area__text {
  z-index: 5;
  width: 100%;
  display: flex;
  max-width: 800px;
  text-align: left;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 2em 1rem;
}
@media (min-width: 850px) {
  .hero__area.none .hero__area__text {
    padding: 3em 1rem;
  }
}
@media (min-width: 1024px) {
  .hero__area.none .hero__area__text {
    padding: 4em 1rem;
  }
}
.hero__area.none .hero__area__text h1 {
  margin: 0;
  line-height: 1;
  font-size: 2rem;
}
@media (min-width: 850px) {
  .hero__area.none .hero__area__text h1 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1024px) {
  .hero__area.none .hero__area__text h1 {
    font-size: 3rem;
  }
}
.hero__area.none .hero__area__text p {
  font-size: 1em;
  margin: 0.5em 0;
  font-weight: 500;
  max-width: 600px;
  line-height: 1.35;
  max-width: 700px;
}
@media (min-width: 600px) {
  .hero__area.none .hero__area__text p {
    font-size: 1.1em;
  }
}
@media (min-width: 850px) {
  .hero__area.none .hero__area__text p {
    font-size: 1.2em;
  }
}
.hero__area.none .hero__area__text a {
  color: #fff;
  line-height: 1;
  font-size: 1em;
  margin-top: 1em;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  padding: 0.75em 1.25em;
  border: 1px solid #fff;
}
.hero__area.none .hero__area__text a:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}
.hero__area.none .hero__area__text a:focus-visible {
  outline: 0;
  color: #000;
  outline-offset: 0;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
}
.hero__area.category {
  width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: flex-start;
  max-width: 1400px;
  justify-content: flex-start;
  flex-direction: column-reverse;
  background-color: #f6f6f6;
}
@media (min-width: 850px) {
  .hero__area.category {
    flex-direction: row;
    align-items: stretch;
  }
}
.hero__area.category .hero__area__text {
  gap: 1em;
  width: 100%;
  display: flex;
  text-align: left;
  padding: 2rem 1rem;
  color: #3c3c3c;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 850px) {
  .hero__area.category .hero__area__text {
    width: 450px;
    padding: 4rem 1rem;
  }
}
@media (min-width: 1024px) {
  .hero__area.category .hero__area__text {
    width: 600px;
    padding: 4rem 2rem;
  }
}
.hero__area.category .hero__area__text h1 {
  margin: 0;
  line-height: 1;
  font-size: 1.6rem;
}
@media (min-width: 600px) {
  .hero__area.category .hero__area__text h1 {
    font-size: 1.9rem;
  }
}
@media (min-width: 850px) {
  .hero__area.category .hero__area__text h1 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1024px) {
  .hero__area.category .hero__area__text h1 {
    font-size: 2.6rem;
  }
}
.hero__area.category .hero__area__text p {
  font-size: 1em;
  margin: 0.5em 0;
  font-weight: 500;
  line-height: 1.35;
}
.hero__area.category .hero__area__bg {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
@media (min-width: 480px) {
  .hero__area.category .hero__area__bg {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 850px) {
  .hero__area.category .hero__area__bg {
    min-height: 450px;
    aspect-ratio: initial;
    width: calc(100% - 400px);
  }
}
@media (min-width: 1024px) {
  .hero__area.category .hero__area__bg {
    width: calc(100% - 600px);
  }
}
.hero__area.category .hero__area__bg img {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  pointer-events: none;
}
.hero__area.image, .hero__area.theme {
  width: 100%;
  height: 50vh;
  display: flex;
  margin: 0 auto;
  min-height: 400px;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1400px;
  justify-content: flex-end;
  background-color: #3c3c3c;
}
@media (min-width: 850px) {
  .hero__area.image, .hero__area.theme {
    min-height: 600px;
  }
}
.hero__area.image .hero__area__text, .hero__area.theme .hero__area__text {
  z-index: 5;
  width: 100%;
  color: #fff;
  display: flex;
  max-width: 800px;
  text-align: left;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 4em 1rem;
}
@media (min-width: 850px) {
  .hero__area.image .hero__area__text, .hero__area.theme .hero__area__text {
    padding: 6em 2rem;
  }
}
@media (min-width: 1024px) {
  .hero__area.image .hero__area__text, .hero__area.theme .hero__area__text {
    padding: 8em 3rem;
  }
}
.theme .hero__area.image .hero__area__text, .theme .hero__area.theme .hero__area__text {
  text-align: center;
  align-items: center;
}
.hero__area.image .hero__area__text h1, .hero__area.theme .hero__area__text h1 {
  margin: 0;
  color: #fff;
  line-height: 1;
  font-size: 2rem;
}
@media (min-width: 850px) {
  .hero__area.image .hero__area__text h1, .hero__area.theme .hero__area__text h1 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1024px) {
  .hero__area.image .hero__area__text h1, .hero__area.theme .hero__area__text h1 {
    font-size: 3rem;
  }
}
.hero__area.image .hero__area__text p, .hero__area.theme .hero__area__text p {
  font-size: 1em;
  margin: 0.5em 0;
  font-weight: 500;
  max-width: 600px;
  line-height: 1.35;
  color: #fff;
  max-width: 700px;
}
@media (min-width: 600px) {
  .hero__area.image .hero__area__text p, .hero__area.theme .hero__area__text p {
    font-size: 1.1em;
  }
}
@media (min-width: 850px) {
  .hero__area.image .hero__area__text p, .hero__area.theme .hero__area__text p {
    font-size: 1.2em;
  }
}
.hero__area.image .hero__area__text a, .hero__area.theme .hero__area__text a {
  color: #fff;
  line-height: 1;
  font-size: 1em;
  margin-top: 1em;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  padding: 0.75em 1.25em;
  border: 1px solid #fff;
}
.hero__area.image .hero__area__text a:hover, .hero__area.theme .hero__area__text a:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}
.hero__area.image .hero__area__text a:focus-visible, .hero__area.theme .hero__area__text a:focus-visible {
  outline: 0;
  color: #000;
  outline-offset: 0;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
}
.hero__area.image .hero__area__text .highlight, .hero__area.theme .hero__area__text .highlight {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  background-color: #c50050;
}
@media (min-width: 850px) {
  .hero__area.image .hero__area__text .highlight, .hero__area.theme .hero__area__text .highlight {
    padding: 0.75em 1.5em;
  }
}
.hero__area.image .hero__area__text .highlight p, .hero__area.theme .hero__area__text .highlight p {
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
  font-size: 0.7em;
  text-transform: uppercase;
}
@media (min-width: 850px) {
  .hero__area.image .hero__area__text .highlight p, .hero__area.theme .hero__area__text .highlight p {
    font-size: 0.8em;
  }
}
.hero__area.image .hero__area__bg, .hero__area.theme .hero__area__bg {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero__area.image .hero__area__bg::after, .hero__area.theme .hero__area__bg::after {
  left: 0;
  bottom: 0;
  height: 75%;
  width: 100%;
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero__area.image .hero__area__bg::before, .hero__area.theme .hero__area__bg::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(60, 60, 60, 0.2);
}
.hero__area.image .hero__area__bg img, .hero__area.theme .hero__area__bg img {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
}
.hero .rank-math-breadcrumb {
  width: 100%;
  padding: 0.75em 0;
  background-color: #fff;
}
.hero .rank-math-breadcrumb p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1400px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.75em;
  color: #6f6f6f;
  border-bottom: 1px solid #dcdcdc;
}
@media (min-width: 1400px) {
  .hero .rank-math-breadcrumb p {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero .rank-math-breadcrumb p a {
  text-decoration: none;
  color: #6f6f6f;
}
.hero .rank-math-breadcrumb p a:hover, .hero .rank-math-breadcrumb p a:focus {
  color: #c50050;
}
.hero.image .rank-math-breadcrumb p, .hero.category .rank-math-breadcrumb p {
  padding-top: 0;
  border-top: 0;
}

/* Posts and pages
--------------------------------------------- */
.post-archive {
  margin-top: 2em;
  margin-bottom: 2em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1400px;
}
@media (min-width: 1400px) {
  .post-archive {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 850px) {
  .post-archive {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
.post-archive__grid {
  gap: 1em;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 600px) {
  .post-archive__grid {
    gap: 2em 1em;
    grid-template-columns: repeat(2, calc(50% - 0.5em));
  }
}
@media (min-width: 850px) {
  .post-archive__grid {
    gap: 2em 1em;
    grid-template-columns: repeat(3, calc(33.3333333333% - 0.6666666667em));
  }
}
.post-archive .nav-links {
  margin-top: 4em;
}

.article__item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.article__item__image {
  width: 100%;
  aspect-ratio: 3/2;
  background-color: #e6eaee;
}
.article__item__image img {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.article__item__content {
  width: 100%;
  flex-grow: 1;
  display: flex;
  padding: 0.75em 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.article__item__content__text {
  width: 100%;
  flex-grow: 1;
}
.article__item__content__text a {
  text-decoration: none;
}
.article__item__content__text a:hover p,
.article__item__content__text a:hover h3, .article__item__content__text a:focus p,
.article__item__content__text a:focus h3 {
  color: #c50050;
}
.article__item__content__text a:focus-visible {
  text-decoration: underline;
}
.article__item__content__text h3 {
  margin: 0;
  font-size: 1.4em;
  overflow-wrap: break-word;
}
.article__item__content__text p {
  font-size: 1em;
  margin: 0.5em 0 0 0;
  color: #3c3c3c;
}
.article__item__content__bottom {
  margin-top: 0.75em;
  padding-top: 0.75em;
  border-top: 1px solid #c50050;
}
.article__item__content__bottom__link a {
  font-weight: 700;
  color: #c50050;
  display: inline-block;
  text-decoration: none;
}
.article__item__content__bottom__link a:hover, .article__item__content__bottom__link a:focus {
  color: #ff2c82;
}

.sticky {
  display: block;
}

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

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

.entry-footer {
  gap: 0 10px;
  display: flex;
  margin: 1.5em 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.wp-block-cover figure:first-child {
  margin-top: 0;
}

.wp-block-cover figure:last-child {
  margin-bottom: 0;
}

/* Products
--------------------------------------------- */
.simple__product {
  background-color: #fff;
}
.simple__product a {
  gap: 0.75em;
  height: 100%;
  padding: 1em;
  display: flex;
  position: relative;
  color: #3c3c3c;
  text-decoration: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: 0 0 0.5em rgba(60, 60, 60, 0.1);
}
.wp-block .simple__product a {
  box-sizing: border-box;
}
.simple__product a:hover, .simple__product a:focus-visible {
  color: #c50050;
}
.simple__product .product_badge {
  top: 1em;
  left: 1em;
  z-index: 5;
  color: #fff;
  position: absolute;
  background-color: #c50050;
}
.simple__product .product_badge a {
  color: inherit;
}
.simple__product .product_badge a:hover {
  opacity: 0.7;
}
.simple__product .product_badge p {
  margin: 0;
  line-height: 1;
  color: inherit;
  padding: 0.75em;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
}
.simple__product__image {
  width: 80%;
  margin: 0 10%;
  aspect-ratio: 1/1;
}
.simple__product__image img {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.simple__product__heading h3 {
  margin: 0;
  font-size: 1.2em;
  font-weight: 700;
}
.simple__product__content {
  flex-grow: 1;
}
.simple__product__content p {
  margin: 0;
  font-size: 0.9em;
  font-weight: 400;
}
.simple__product__content ul {
  padding: 0;
  margin: 0 0 0 1em;
  list-style-position: outside;
}
.simple__product__content ul li {
  font-size: 0.9em;
  font-weight: 400;
}
.simple__product__bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}
.simple__product__bottom__price {
  width: 50%;
}
.simple__product__bottom__price p {
  margin: 0;
  font-weight: 400;
  font-size: 0.6em;
}
.simple__product__bottom__price p.price {
  font-weight: 700;
  font-size: 1.3em;
  color: #c50050;
}
.simple__product__bottom__cta {
  gap: 0.5em;
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.simple__product__bottom__cta p {
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  color: #c50050;
}
.simple__product__bottom__cta svg {
  height: 0.8em;
  fill: #c50050;
}

/* Footer
--------------------------------------------- */
.site-footer {
  padding: 0;
  margin-top: 2rem;
  background-color: #fff;
}
.site-footer__wrap {
  width: 90%;
  display: flex;
  margin: 0 auto;
  max-width: 300px;
  padding: 0 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1400px;
  justify-content: flex-start;
  border-top: 1px solid #dcdcdc;
}
.site-footer__columns {
  gap: 2em;
  display: flex;
  margin: 3em 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 480px) {
  .site-footer__columns {
    width: 100%;
    margin: 4em 0;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (min-width: 850px) {
  .site-footer__columns {
    gap: 6em;
  }
}
.site-footer__columns__column {
  width: 100%;
  color: #3c3c3c;
}
@media (min-width: 600px) {
  .site-footer__columns__column.logo {
    width: 100%;
  }
  .site-footer__columns__column:not(.logo) {
    max-width: calc(50% - 1em);
  }
}
@media (min-width: 850px) {
  .site-footer__columns__column:not(.logo) {
    max-width: calc(25% - 2em);
  }
}
@media (min-width: 1024px) {
  .site-footer__columns__column {
    width: auto;
  }
  .site-footer__columns__column.logo {
    width: auto;
  }
}
.site-footer__columns__column .footer-logo {
  max-width: 150px;
}
.site-footer__columns__column h3 {
  margin-top: 0;
  font-size: 1.1em;
}
.site-footer__columns__column a {
  color: #3c3c3c;
  text-decoration: none;
}
.site-footer__columns__column a:hover, .site-footer__columns__column a:focus {
  color: #c50050;
}
.site-footer__columns__column a:focus-visible {
  outline: 3px solid #c50050;
}
.site-footer__columns__column .footer-main {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__columns__column .footer-main li {
  margin: 0.2em 0;
}
.site-footer__columns__column .footer-main li a {
  font-weight: 700;
  font-size: 1.3em;
  color: #3c3c3c;
  text-decoration: none;
}
.site-footer__columns__column .footer-main li a:hover, .site-footer__columns__column .footer-main li a:focus {
  color: #c50050;
}
.site-footer__columns__column .footer-main li a:focus-visible {
  outline: 3px solid #c50050;
}
.site-footer__columns__column .footer-secondary {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__columns__column .footer-secondary li {
  margin: 0.2em 0;
}
.site-footer__columns__column .footer-secondary li a {
  color: #3c3c3c;
  text-decoration: none;
}
.site-footer__columns__column .footer-secondary li a:hover, .site-footer__columns__column .footer-secondary li a:focus {
  color: #c50050;
}
.site-footer__columns__column .footer-secondary li a:focus-visible {
  outline: 3px solid #c50050;
}

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

.bypostauthor {
  display: block;
}

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

/* Popup
--------------------------------------------- */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

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

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*--------------------------------------------------------------
# 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: #f1f1f1;
  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;
}

.alignwide {
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

.alignfull {
  width: 100%;
}

.entry-content > *:not(.alignfull):not(.alignwide),
.entry-header,
.entry-footer,
.page-header {
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1400px;
}
@media (min-width: 1400px) {
  .entry-content > *:not(.alignfull):not(.alignwide),
  .entry-header,
  .entry-footer,
  .page-header {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-wrapper {
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1400px;
}
@media (min-width: 1400px) {
  .site-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-block-cover .wp-block-cover__inner-container > *:not(.alignfull):not(.alignwide) {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1400px;
}
@media (min-width: 1400px) {
  .wp-block-cover .wp-block-cover__inner-container > *:not(.alignfull):not(.alignwide) {
    padding-left: 0;
    padding-right: 0;
  }
}

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