/*!
Theme Name: beckenboden
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: beckenboden
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

--------------------------------------------------------------*/
@font-face {
  font-display: swap;
  font-family: "Verdana";
  src: url("./fonts/verdana.woff2") format("woff2"), url("./fonts/verdana.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Verdana";
  src: url("./fonts/verdana-bold.woff2") format("woff2"), url("./fonts/verdana-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* Oranienbaum */
@font-face {
  font-display: swap;
  font-family: "Oranienbaum";
  src: url("./fonts/Oranienbaum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Open Sans */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
.team-block__item .img_default img, .gallery-block__slide img, .cta__img img, .top-hero-50-50__img .img_default img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.site-header__ul > .menu-item .sub-menu, .site-header__ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.border-radius-top-left img {
  border-radius: 0 1.875rem 1.875rem 1.875rem;
}
@media (min-width: 1025px) {
  .border-radius-top-left img {
    border-radius: 0 3.125rem 3.125rem 3.125rem;
  }
}

.border-radius-top-right img {
  border-radius: 1.875rem 0 1.875rem 1.875rem;
}
@media (min-width: 1025px) {
  .border-radius-top-right img {
    border-radius: 3.125rem 0 3.125rem 3.125rem;
  }
}

.container {
  max-width: 83rem;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}
@media (min-width: 1920px) {
  .container {
    max-width: 96.625rem;
  }
}
@media (min-width: 2560px) {
  .container {
    max-width: 127.25rem;
  }
}

/*--------------------------------------------------------------
# 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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #004e4d;
  font-family: "Open Sans", "Verdana", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1920px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.25rem;
  }
}
@media (min-width: 2560px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.5rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin: 0;
  font-weight: normal;
  font-family: "Oranienbaum";
}

h1, .h1 {
  font-size: 1.75rem;
  line-height: 1.21;
}
@media (min-width: 1025px) {
  h1, .h1 {
    font-size: 5rem;
    line-height: 1.1;
  }
}
@media (min-width: 1920px) {
  h1, .h1 {
    font-size: 6.25rem;
  }
}
@media (min-width: 2560px) {
  h1, .h1 {
    font-size: 8.5rem;
  }
}

.h1 {
  font-size: 1.75rem !important;
}
@media (min-width: 1025px) {
  .h1 {
    font-size: 5rem !important;
  }
}
@media (min-width: 1920px) {
  .h1 {
    font-size: 6.25rem !important;
  }
}
@media (min-width: 2560px) {
  .h1 {
    font-size: 8.5rem !important;
  }
}

h3, .h3 {
  font-size: 1.75rem;
  line-height: 1.21;
}
@media (min-width: 1025px) {
  h3, .h3 {
    font-size: 3.5rem;
    line-height: 1.14;
  }
}
@media (min-width: 1920px) {
  h3, .h3 {
    font-size: 4.1875rem;
  }
}
@media (min-width: 2560px) {
  h3, .h3 {
    font-size: 4.875rem;
  }
}

.h3 {
  font-size: 1.75rem !important;
}
@media (min-width: 1025px) {
  .h3 {
    font-size: 3.5rem !important;
  }
}
@media (min-width: 1920px) {
  .h3 {
    font-size: 4.1875rem !important;
  }
}
@media (min-width: 2560px) {
  .h3 {
    font-size: 4.875rem !important;
  }
}

h4, .h4 {
  font-size: 1.375rem;
  line-height: 1.22;
}
@media (min-width: 1025px) {
  h4, .h4 {
    font-size: 2.625rem;
    line-height: 1;
  }
}
@media (min-width: 1920px) {
  h4, .h4 {
    font-size: 2.875rem;
  }
}
@media (min-width: 2560px) {
  h4, .h4 {
    font-size: 3.125rem;
  }
}

h5, .h5 {
  font-size: 1.75rem;
  line-height: 1.21;
}
@media (min-width: 1025px) {
  h5, .h5 {
    font-size: 2.25rem;
    line-height: 1.11;
  }
}
@media (min-width: 1920px) {
  h5, .h5 {
    font-size: 2.5625rem;
  }
}
@media (min-width: 2560px) {
  h5, .h5 {
    font-size: 2.875rem;
  }
}

.h5 {
  font-size: 1.75rem !important;
}
@media (min-width: 1025px) {
  .h5 {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1920px) {
  .h5 {
    font-size: 2.5625rem !important;
  }
}
@media (min-width: 2560px) {
  .h5 {
    font-size: 2.875rem !important;
  }
}

.subheadline_default {
  color: #618989;
  line-height: 1;
  font-size: 1.125rem;
  margin: 0 0 0.25rem 0;
}
@media (min-width: 1025px) {
  .subheadline_default {
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  .subheadline_default {
    font-size: 1.125rem;
  }
}
@media (min-width: 2560px) {
  .subheadline_default {
    font-size: 1.25rem;
  }
}

.headline_default_h1 > h1, .headline_default_h1 h2, .headline_default_h1 h3, .headline_default_h1 h4, .headline_default_h1 h5, .headline_default_h1 h6 {
  font-size: 1.75rem;
  line-height: 1.21;
}
@media (min-width: 1025px) {
  .headline_default_h1 > h1, .headline_default_h1 h2, .headline_default_h1 h3, .headline_default_h1 h4, .headline_default_h1 h5, .headline_default_h1 h6 {
    font-size: 3rem;
    line-height: 1.1;
  }
}
@media (min-width: 1280px) {
  .headline_default_h1 > h1, .headline_default_h1 h2, .headline_default_h1 h3, .headline_default_h1 h4, .headline_default_h1 h5, .headline_default_h1 h6 {
    font-size: 5rem;
  }
}
@media (min-width: 1920px) {
  .headline_default_h1 > h1, .headline_default_h1 h2, .headline_default_h1 h3, .headline_default_h1 h4, .headline_default_h1 h5, .headline_default_h1 h6 {
    font-size: 6.25rem;
  }
}
@media (min-width: 2560px) {
  .headline_default_h1 > h1, .headline_default_h1 h2, .headline_default_h1 h3, .headline_default_h1 h4, .headline_default_h1 h5, .headline_default_h1 h6 {
    font-size: 8.5rem;
  }
}
.headline_default_h3 > h1, .headline_default_h3 h2, .headline_default_h3 h3, .headline_default_h3 h4, .headline_default_h3 h5, .headline_default_h3 h6 {
  font-size: 1.75rem;
  line-height: 1.21;
}
@media (min-width: 1025px) {
  .headline_default_h3 > h1, .headline_default_h3 h2, .headline_default_h3 h3, .headline_default_h3 h4, .headline_default_h3 h5, .headline_default_h3 h6 {
    font-size: 3.5rem;
    line-height: 1.14;
  }
}
@media (min-width: 1920px) {
  .headline_default_h3 > h1, .headline_default_h3 h2, .headline_default_h3 h3, .headline_default_h3 h4, .headline_default_h3 h5, .headline_default_h3 h6 {
    font-size: 4.1875rem;
  }
}
@media (min-width: 2560px) {
  .headline_default_h3 > h1, .headline_default_h3 h2, .headline_default_h3 h3, .headline_default_h3 h4, .headline_default_h3 h5, .headline_default_h3 h6 {
    font-size: 4.875rem;
  }
}
.headline_default_h4 > h1, .headline_default_h4 h2, .headline_default_h4 h3, .headline_default_h4 h4, .headline_default_h4 h5, .headline_default_h4 h6 {
  font-size: 1.375rem;
  line-height: 1.22;
}
@media (min-width: 1025px) {
  .headline_default_h4 > h1, .headline_default_h4 h2, .headline_default_h4 h3, .headline_default_h4 h4, .headline_default_h4 h5, .headline_default_h4 h6 {
    font-size: 2.625rem;
    line-height: 1;
  }
}
@media (min-width: 1920px) {
  .headline_default_h4 > h1, .headline_default_h4 h2, .headline_default_h4 h3, .headline_default_h4 h4, .headline_default_h4 h5, .headline_default_h4 h6 {
    font-size: 2.875rem;
  }
}
@media (min-width: 2560px) {
  .headline_default_h4 > h1, .headline_default_h4 h2, .headline_default_h4 h3, .headline_default_h4 h4, .headline_default_h4 h5, .headline_default_h4 h6 {
    font-size: 3.125rem;
  }
}
.headline_default_h5 > h1, .headline_default_h5 h2, .headline_default_h5 h3, .headline_default_h5 h4, .headline_default_h5 h5, .headline_default_h5 h6 {
  font-size: 1.75rem;
  line-height: 1.21;
}
@media (min-width: 1025px) {
  .headline_default_h5 > h1, .headline_default_h5 h2, .headline_default_h5 h3, .headline_default_h5 h4, .headline_default_h5 h5, .headline_default_h5 h6 {
    font-size: 2.25rem;
    line-height: 1.11;
  }
}
@media (min-width: 1920px) {
  .headline_default_h5 > h1, .headline_default_h5 h2, .headline_default_h5 h3, .headline_default_h5 h4, .headline_default_h5 h5, .headline_default_h5 h6 {
    font-size: 2.5625rem;
  }
}
@media (min-width: 2560px) {
  .headline_default_h5 > h1, .headline_default_h5 h2, .headline_default_h5 h3, .headline_default_h5 h4, .headline_default_h5 h5, .headline_default_h5 h6 {
    font-size: 2.875rem;
  }
}
.headline_default_mb17 {
  margin: 0 0 0.5rem 0;
}
@media (min-width: 1025px) {
  .headline_default_mb17 {
    margin: 0 0 1.0625rem 0;
  }
}
.headline_default_mb24 {
  margin: 0 0 1.5rem 0;
}
.headline_default_mb35 {
  margin: 0 0 2.1875rem 0;
}
.headline_default_mb48 {
  margin: 0 0 1.5rem 0;
}
@media (min-width: 1025px) {
  .headline_default_mb48 {
    margin: 0 0 3rem 0;
  }
}
.headline_default_mb46 {
  margin: 0 0 1rem 0;
}
@media (min-width: 1025px) {
  .headline_default_mb46 {
    margin: 0 0 2.875rem 0;
  }
}

.hyphens-manual {
  -webkit-hyphens: manual;
          hyphens: manual;
}

p {
  margin: 0;
}

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

.text_default a {
  color: #252525;
  word-break: break-all;
}
.text_default ul, .text_default ol {
  margin: 0;
  padding-left: 1.25rem;
}
.text_default_spaces p, .text_default_spaces ul, .text_default_spaces ol {
  margin: 1rem 0 0 0;
}

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

/* Elements
--------------------------------------------- */
html {
  font-size: 16px;
}

body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
.site embed,
.site iframe,
.site object {
  max-width: 100%;
}
.site img {
  height: auto;
  max-width: 100%;
}
.site figure {
  margin: 0;
}
.site .img_default img {
  display: block;
}

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

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

/* Links
--------------------------------------------- */
a:visited, a:hover, a:focus, a:active {
  outline: none;
}

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

.btn {
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5625rem 1rem;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (min-width: 1920px) {
  .btn {
    font-size: 1.25rem;
  }
}
@media (min-width: 2560px) {
  .btn {
    padding: 0.75rem 1.25rem;
    font-size: 1.5rem;
  }
}
.btn_black {
  background-color: #252525;
  color: #ffffff;
}
.btn_black:hover {
  background-color: rgba(37, 37, 37, 0.7);
}
.btn_white {
  background-color: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.btn_white:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.btn_primary {
  background-color: #618989;
  color: #ffffff;
}
.btn_primary:hover {
  background-color: rgba(97, 137, 137, 0.8);
}
.btn svg {
  width: 1.8125rem;
  height: 1.8125rem;
}
@media (min-width: 1920px) {
  .btn svg {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 2560px) {
  .btn svg {
    width: 2.2rem;
    height: 2.2rem;
  }
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
body._active {
  overflow: hidden;
}
body._active .site-header__menu {
  right: 0;
  opacity: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
body._active .menu-circle {
  width: 180%;
  height: auto;
  max-height: 68vh;
}
@media (max-width: 1024px) {
  body._active .menu-circle {
    width: 100%;
  }
}
@media (max-width: 800px) {
  body._active .menu-circle {
    width: 180%;
  }
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
@media (max-width: 1024px) {
  .site-header {
    position: fixed;
    background-color: #ffffff;
    padding: 61px 0 26px;
  }
}
@media (max-width: 1024px) {
  .site-header > .container {
    line-height: 0;
  }
}
@media (min-width: 1440px) {
  .site-header .container {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .site-header__mob-info {
    display: none;
  }
}
.site-header__mob-info .contact__socials {
  margin-top: 3.125rem;
  gap: 2.375rem;
}
.site-header__mob-info .contact__socials svg {
  height: 1.8125rem;
}
@media (max-height: 800px) {
  .site-header__mob-info .contact__socials {
    margin-top: 1.5rem;
  }
}
.site-header__inner {
  position: fixed;
  top: 33px;
  left: 0;
  width: 100%;
  z-index: 50;
}
@media (min-width: 1025px) {
  .site-header__inner {
    pointer-events: none;
  }
}
.site-header__wrap {
  display: flex;
  justify-content: flex-end;
}
.site-header__logo {
  display: inline-block;
  position: relative;
  z-index: 60;
}
@media (min-width: 1025px) {
  .site-header__logo {
    margin-top: 41px;
  }
}
@media (min-width: 1440px) {
  .site-header__logo {
    margin-left: -20px;
  }
}
.site-header__logo img {
  width: 11.8125rem;
  height: 4.0625rem;
}
@media (min-width: 1920px) {
  .site-header__logo img {
    width: 13.8125rem;
    height: 6.0625rem;
  }
}
@media (min-width: 2560px) {
  .site-header__logo img {
    width: 16.8125rem;
    height: 6.0625rem;
  }
}
.site-header__logo_desk {
  display: none;
}
@media (min-width: 1025px) {
  .site-header__logo_desk {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .site-header__logo_mob {
    display: none;
  }
}
.site-header__logo_mob img {
  width: 11.375rem;
  height: 3.6875rem;
}
.site-header__menu {
  background-color: #ffffff;
  display: flex;
}
@media (min-width: 1025px) {
  .site-header__menu {
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 4px 10.1px 0px rgba(0, 0, 0, 0.25);
    border-radius: 3.125rem;
    gap: 1.5rem;
    padding: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
    pointer-events: auto;
  }
}
@media (min-width: 1280px) {
  .site-header__menu {
    gap: 3rem;
    padding: 1.1875rem 1.1875rem 1.1875rem 1.9375rem;
  }
}
@media (min-width: 1440px) {
  .site-header__menu {
    min-width: 60.75rem;
  }
}
@media (min-width: 1920px) {
  .site-header__menu {
    min-width: 70.75rem;
  }
}
@media (min-width: 2560px) {
  .site-header__menu {
    min-width: 85.75rem;
    padding: 1.4875rem 1.4875rem 1.4875rem 2.1rem;
  }
}
.site-header__menu .btn_default {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  display: none;
}
@media (min-width: 1025px) {
  .site-header__menu .btn_default {
    display: inline-flex;
  }
}
@media (max-width: 1024px) {
  .site-header__menu {
    position: fixed;
    height: calc(var(--vh, 1vh) * 100);
    right: -100%;
    top: 0;
    z-index: 101;
    opacity: 0;
    width: 100%;
    transition: 0.25s;
    flex-direction: column;
    background-color: #ffffff;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 9.1875rem 1.875rem 2.5625rem 1.875rem;
    justify-content: flex-end;
  }
}
.site-header__menu .menu-circle {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 0%;
  transition: all 0.7s ease-in-out;
  transition-delay: 0.25s;
}
@media (min-width: 1025px) {
  .site-header__nav .menu-item-mob {
    display: none;
  }
}
.site-header__ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .site-header__ul {
    gap: 1.5rem;
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .site-header__ul {
    gap: 3rem;
  }
}
.site-header__ul > .menu-item {
  position: relative;
}
@media (max-width: 1024px) {
  .site-header__ul > .menu-item {
    border-bottom: 1px solid #ffffff;
  }
}
.site-header__ul > .menu-item .caret__arrow {
  flex: 1 1 auto;
  text-align: right;
  border-color: transparent !important;
}
@media (min-width: 1025px) {
  .site-header__ul > .menu-item .caret__arrow {
    display: none;
  }
}
@media (max-width: 1024px) {
  .site-header__ul > .menu-item .caret__arrow {
    mix-blend-mode: difference;
  }
}
@media (max-width: 800px) {
  .site-header__ul > .menu-item .caret__arrow {
    mix-blend-mode: inherit;
  }
}
.site-header__ul > .menu-item.menu-item--opened .sub-menu-wrapper {
  opacity: 1;
  max-height: 48.58em;
  transition: opacity 0.3s ease-out, max-height 0.15s ease-out;
}
@media (min-width: 1025px) {
  .site-header__ul > .menu-item.current-menu-item:not(.menu-item-type-custom):after, .site-header__ul > .menu-item.current-menu-ancestor:not(.menu-item-type-custom):after, .site-header__ul > .menu-item:hover:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 2.0625rem;
    height: 0.25rem;
    background-color: #618989;
    border-radius: 3.125rem;
  }
}
@media (min-width: 1920px) {
  .site-header__ul > .menu-item.current-menu-item:not(.menu-item-type-custom):after, .site-header__ul > .menu-item.current-menu-ancestor:not(.menu-item-type-custom):after, .site-header__ul > .menu-item:hover:after {
    width: 2.4625rem;
    height: 0.35rem;
  }
}
@media (min-width: 2560px) {
  .site-header__ul > .menu-item.current-menu-item:not(.menu-item-type-custom):after, .site-header__ul > .menu-item.current-menu-ancestor:not(.menu-item-type-custom):after, .site-header__ul > .menu-item:hover:after {
    width: 2.8625rem;
    height: 0.45rem;
  }
}
.site-header__ul > .menu-item > a {
  color: #252525;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .site-header__ul > .menu-item > a {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    color: #ffffff;
  }
}
@media (max-height: 800px) {
  .site-header__ul > .menu-item > a {
    padding: 0.5rem 0;
  }
}
@media (min-width: 1025px) {
  .site-header__ul > .menu-item > a {
    text-transform: uppercase;
  }
}
@media (max-width: 1024px) {
  .site-header__ul > .menu-item .sub-menu-wrapper {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  .site-header__ul > .menu-item .sub-menu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 3.125rem;
    display: none;
  }
}
@media (min-width: 1920px) {
  .site-header__ul > .menu-item .sub-menu-wrapper {
    padding-top: 3.5rem;
  }
}
@media (min-width: 2560px) {
  .site-header__ul > .menu-item .sub-menu-wrapper {
    padding-top: 4.125rem;
  }
}
.site-header__ul > .menu-item .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (max-width: 1024px) {
  .site-header__ul > .menu-item .sub-menu {
    padding: 0.75rem 0;
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 1025px) {
  .site-header__ul > .menu-item .sub-menu {
    gap: 1rem;
    background-color: #ffffff;
    border-radius: 13px;
    padding: 1.25rem 1rem 1.25rem 0.9375rem;
  }
}
.site-header__ul > .menu-item .sub-menu > .menu-item {
  position: relative;
}
@media (min-width: 1025px) {
  .site-header__ul > .menu-item .sub-menu > .menu-item.current-menu-item:not(.menu-item-type-custom):after, .site-header__ul > .menu-item .sub-menu > .menu-item.current-menu-ancestor:not(.menu-item-type-custom):after, .site-header__ul > .menu-item .sub-menu > .menu-item:hover:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 2.0625rem;
    height: 0.25rem;
    background-color: #618989;
    border-radius: 3.125rem;
  }
}
@media (min-width: 1920px) {
  .site-header__ul > .menu-item .sub-menu > .menu-item.current-menu-item:not(.menu-item-type-custom):after, .site-header__ul > .menu-item .sub-menu > .menu-item.current-menu-ancestor:not(.menu-item-type-custom):after, .site-header__ul > .menu-item .sub-menu > .menu-item:hover:after {
    width: 2.4625rem;
    height: 0.35rem;
  }
}
@media (min-width: 2560px) {
  .site-header__ul > .menu-item .sub-menu > .menu-item.current-menu-item:not(.menu-item-type-custom):after, .site-header__ul > .menu-item .sub-menu > .menu-item.current-menu-ancestor:not(.menu-item-type-custom):after, .site-header__ul > .menu-item .sub-menu > .menu-item:hover:after {
    width: 2.8625rem;
    height: 0.45rem;
  }
}
.site-header__ul > .menu-item .sub-menu > .menu-item > a {
  text-decoration: none;
  color: #252525;
}
@media (max-width: 1024px) {
  .site-header__ul > .menu-item .sub-menu > .menu-item > a {
    color: #ffffff;
  }
}
.site-header__ul > .menu-item:hover .sub-menu-wrapper {
  display: block;
}
.site-header__burger {
  display: block;
  position: absolute;
  bottom: 2.1875rem;
  right: 1.875rem;
  z-index: 120;
  width: 25px;
  height: 16px;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .site-header__burger {
    display: none;
  }
}
.site-header__burger span, .site-header__burger::before, .site-header__burger::after {
  left: 0;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #618989;
}
.site-header__burger::before, .site-header__burger::after {
  content: "";
  transition: all 0.3s ease 0s;
}
.site-header__burger::before {
  top: 0;
}
.site-header__burger::after {
  bottom: 0;
}
.site-header__burger span {
  top: 50%;
  transform: scale(1) translate(0, -50%);
}
.site-header__burger._active span {
  transform: scale(0) translate(0, -50%);
  display: none;
  opacity: 0;
}
.site-header__burger._active::before {
  top: -3px;
  transform: rotate(-45deg) translate(-50%, 0);
  left: 12px;
}
.site-header__burger._active::after {
  transform: rotate(45deg) translate(-50%, 0);
  left: 12px;
  top: 15px;
}

.privacy-links {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  gap: 4px;
  margin-top: 1.25rem;
  font-size: 0.875rem;
}
@media (min-width: 1920px) {
  .privacy-links {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}
@media (min-width: 2560px) {
  .privacy-links {
    font-size: 1.125rem;
    margin-top: 1.75rem;
  }
}
.privacy-links a {
  color: #ffffff;
}

.site-footer {
  background-color: #81A1A1;
  padding: 6.75rem 0 2.0625rem;
  position: relative;
}
@media (min-width: 1025px) {
  .site-footer {
    padding: 5.6875rem 0 2.5625rem;
  }
}
.site-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  background-image: url("/wp-content/themes/beckenboden/img/icons/footer-image.svg");
  background-repeat: repeat-x;
  background-position: top;
}
@media (min-width: 1025px) {
  .site-footer:before {
    background-size: contain;
  }
}
.site-footer__wrap {
  display: flex;
  flex-direction: column;
  gap: 2.9375rem;
  align-items: center;
}
@media (min-width: 1025px) {
  .site-footer__wrap {
    gap: 1.5rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
.site-footer__logo {
  line-height: 0;
}
.site-footer__logo img {
  width: 19.3125rem;
  height: auto;
}
@media (min-width: 1025px) {
  .site-footer__logo img {
    width: 11.8125rem;
    height: 4.0625rem;
  }
}
@media (min-width: 1920px) {
  .site-footer__logo img {
    width: 13.8125rem;
    height: 6.0625rem;
  }
}
@media (min-width: 2560px) {
  .site-footer__logo img {
    width: 16.8125rem;
    height: 6.0625rem;
  }
}
.site-footer__title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem 0;
}
@media (min-width: 1920px) {
  .site-footer__title {
    font-size: 1.25rem;
    margin: 0 0 1.25rem 0;
  }
}
@media (min-width: 2560px) {
  .site-footer__title {
    font-size: 1.5rem;
    margin: 0 0 1.5rem 0;
  }
}
.site-footer__row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
  color: #ffffff;
}
@media (min-width: 1920px) {
  .site-footer__row {
    gap: 2.5rem;
  }
}
@media (min-width: 2560px) {
  .site-footer__row {
    gap: 3rem;
  }
}
.site-footer__row a {
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .site-footer__row {
    flex-direction: row;
  }
}
.site-footer__contacts a {
  display: block;
}
.site-footer__links {
  margin-top: 24px;
}
@media (min-width: 1025px) {
  .site-footer__links {
    margin-top: 0;
  }
}
.site-footer__links .contact__socials {
  margin-top: 0;
  gap: 2.375rem;
}
.site-footer__links .contact__social-link svg, .site-footer__links .contact__social-link img {
  height: 1.8125rem;
  width: auto;
}
@media (min-width: 1920px) {
  .site-footer__links .contact__social-link svg, .site-footer__links .contact__social-link img {
    height: 2.1rem;
  }
}
@media (min-width: 2560px) {
  .site-footer__links .contact__social-link svg, .site-footer__links .contact__social-link img {
    height: 2.5rem;
  }
}

.fixed-buttons {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 40;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  display: none;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .fixed-buttons {
    display: flex;
  }
}
.fixed-buttons__link {
  color: #ffffff;
  text-decoration: none;
  padding: 0.6875rem;
  line-height: 0;
  border-radius: 0.5rem 0 0 0.5rem;
  background-color: #252525;
  display: inline-flex;
  gap: 0.6875rem;
  align-items: center;
  transform: translateX(calc(100% - 44px));
  transition: transform 0.3s ease-in-out;
  pointer-events: all;
}
@media (min-width: 1920px) {
  .fixed-buttons__link {
    transform: translateX(calc(100% - 47px));
  }
}
@media (min-width: 2560px) {
  .fixed-buttons__link {
    transform: translateX(calc(100% - 51px));
  }
}
.fixed-buttons__link:hover {
  transform: translateX(0);
}
.fixed-buttons__icon svg {
  width: 1.5625rem;
  height: auto;
}
@media (min-width: 1920px) {
  .fixed-buttons__icon svg {
    width: 1.75rem;
    height: auto;
  }
}
@media (min-width: 2560px) {
  .fixed-buttons__icon svg {
    width: 2rem;
    height: auto;
  }
}

.img-text-50-50 .container {
  padding: 0;
}
@media (min-width: 1025px) {
  .img-text-50-50 .container {
    padding: 0 2rem;
  }
}
.img-text-50-50__grid {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2.5rem;
  border-radius: 0 0 1.875rem 1.875rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 1025px) {
  .img-text-50-50__grid {
    padding-bottom: 0;
    grid-template-columns: 1.12fr 1fr;
    grid-gap: 3rem;
    align-items: center;
    border-radius: 0 3.125rem 3.125rem 0;
  }
}
@media (min-width: 1280px) {
  .img-text-50-50__grid {
    grid-gap: 5rem;
  }
}
@media (min-width: 1920px) {
  .img-text-50-50__grid {
    grid-gap: 6rem;
  }
}
@media (min-width: 2560px) {
  .img-text-50-50__grid {
    grid-gap: 7rem;
  }
}
@media (min-width: 1025px) {
  .img-text-50-50__grid_reverse {
    grid-template-columns: 1fr 1.12fr;
    border-radius: 3.125rem 0 0 3.125rem;
  }
}
@media (min-width: 1025px) {
  .img-text-50-50__grid_reverse .img-text-50-50__img {
    order: 2;
  }
}
@media (min-width: 1025px) {
  .img-text-50-50__grid_reverse .img-text-50-50__content {
    padding: 1.5rem 0 0 1.5rem;
  }
}
@media (min-width: 1280px) {
  .img-text-50-50__grid_reverse .img-text-50-50__content {
    padding: 1.5rem 0 1.5rem 6.5625rem;
  }
}
@media (min-width: 1920px) {
  .img-text-50-50__grid_reverse .img-text-50-50__content {
    padding: 1.5rem 0 1.5rem 13%;
  }
}
@media (min-width: 2560px) {
  .img-text-50-50__grid_reverse .img-text-50-50__content {
    padding: 1.5rem 0 1.5rem 23%;
  }
}
.img-text-50-50__grid_reverse .circle-svg {
  right: 90%;
  left: inherit !important;
  transform: translateX(70%) scale(0.1) !important;
}
@media (min-width: 1025px) {
  .img-text-50-50__grid_reverse .circle-svg {
    right: 50%;
  }
}
.img-text-50-50__grid_reverse:hover .circle-svg {
  transform: translateX(48%) scale(1.05) !important;
}
@media (min-width: 576px) {
  .img-text-50-50__grid_reverse:hover .circle-svg {
    transform: translateX(48%) scale(1.55) !important;
  }
}
@media (min-width: 1025px) {
  .img-text-50-50__grid_reverse:hover .circle-svg {
    transform: translateX(48%) scale(1.5) !important;
  }
}
@media (min-width: 1920px) {
  .img-text-50-50__grid_reverse:hover .circle-svg {
    top: -15%;
    transform: translateX(48%) scale(1.5) !important;
  }
}
@media (min-width: 2560px) {
  .img-text-50-50__grid_reverse:hover .circle-svg {
    top: 10%;
    transform: translateX(48%) scale(1.9) !important;
  }
}
.img-text-50-50__grid:hover .circle-svg {
  transform: translateX(-48%) scale(1.05);
  top: 20%;
}
@media (min-width: 576px) {
  .img-text-50-50__grid:hover .circle-svg {
    transform: translateX(-48%) scale(1.55);
  }
}
@media (min-width: 1025px) {
  .img-text-50-50__grid:hover .circle-svg {
    transform: translateX(-48%) scale(1.5);
    top: -30%;
  }
}
@media (min-width: 1920px) {
  .img-text-50-50__grid:hover .circle-svg {
    top: -15%;
    transform: translateX(-48%) scale(1.5);
  }
}
@media (min-width: 2560px) {
  .img-text-50-50__grid:hover .circle-svg {
    top: 10%;
    transform: translateX(-48%) scale(1.9);
  }
}
@media (min-width: 1025px) {
  .img-text-50-50__grid:hover .img-text-50-50__img {
    animation: blink 0.7s ease;
  }
}
@media (hover: none) {
  .img-text-50-50__grid:hover .img-text-50-50__img {
    animation: none;
  }
}
.img-text-50-50__grid:hover .subheadline_default,
.img-text-50-50__grid:hover .text_default,
.img-text-50-50__grid:hover .headline_default {
  color: #ffffff;
}
.img-text-50-50__content {
  padding: 0 2rem;
}
@media (min-width: 1025px) {
  .img-text-50-50__content {
    padding: 1.5rem 1.5rem 0 0;
  }
}
@media (min-width: 1280px) {
  .img-text-50-50__content {
    padding: 1.5rem 6.5625rem 1.5rem 0;
  }
}
@media (min-width: 1920px) {
  .img-text-50-50__content {
    padding: 1.5rem 13% 1.5rem 0;
  }
}
@media (min-width: 2560px) {
  .img-text-50-50__content {
    padding: 1.5rem 23% 1.5rem 0;
  }
}
@media (min-width: 1025px) {
  .img-text-50-50__img {
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .img-text-50-50__img .img_default {
    height: 100%;
  }
}
.img-text-50-50__img img {
  aspect-ratio: 627/546;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1025px) {
  .img-text-50-50__img img {
    height: 100%;
  }
}
.img-text-50-50 .subheadline_default,
.img-text-50-50 .text_default,
.img-text-50-50 .headline_default {
  transition: color 0.3s ease-in-out;
}
.img-text-50-50 .btn_default {
  margin: 1.875rem 0 0 0;
}
@media (min-width: 1025px) {
  .img-text-50-50 .btn_default {
    margin: 2.5rem 0 0 0;
  }
}
.img-text-50-50 .circle-svg {
  transition: all 0.5s ease-in-out;
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 100%;
  transform: translateX(-70%) scale(0.1);
}
@media (min-width: 1025px) {
  .img-text-50-50 .circle-svg {
    left: 50%;
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@media (max-width: 1024px) {
  .img-text-50-50.margin_default {
    margin-bottom: 3.125rem;
  }
}

@media (max-width: 1024px) {
  .img-text-50-50.margin_default + section.margin_default {
    margin-top: 3.125rem;
  }
}

@media (min-width: 1025px) {
  .is-root-container .img-text-50-50__grid:hover .subheadline_default,
  .is-root-container .img-text-50-50__grid:hover .text_default,
  .is-root-container .img-text-50-50__grid:hover .headline_default {
    color: #252525;
  }
}
@media (hover: none) {
  .is-root-container .img-text-50-50__grid:hover .subheadline_default,
  .is-root-container .img-text-50-50__grid:hover .text_default,
  .is-root-container .img-text-50-50__grid:hover .headline_default {
    color: #252525;
  }
}

.top-hero-home {
  position: relative;
  overflow: hidden;
}
.top-hero-home__wrap {
  height: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1025px) {
  .top-hero-home__wrap {
    height: 100vh;
    min-height: 686px;
  }
}
.top-hero-home__wrap:before {
  content: "";
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 75%;
  background: linear-gradient(86deg, #D4C3B1 -9.52%, rgba(212, 195, 177, 0.8) 59.83%, rgba(255, 255, 255, 0) 73.61%);
}
@media (min-width: 1025px) {
  .top-hero-home__wrap:before {
    display: block;
  }
}
.top-hero-home__content {
  position: relative;
  z-index: 5;
}
.top-hero-home__inner {
  padding: 0 0 3.375rem 0;
  color: #ffffff;
}
@media (min-width: 576px) {
  .top-hero-home__inner {
    max-width: 80%;
  }
}
@media (min-width: 1025px) {
  .top-hero-home__inner {
    padding: 0 0 5.8125rem 0;
    max-width: 49%;
  }
}
.top-hero-home__inner h1 {
  font-family: "Oranienbaum";
}
.top-hero-home .top-hero-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 78%;
  height: 100%;
  z-index: 3;
  display: none;
}
@media (min-width: 1025px) {
  .top-hero-home .top-hero-circle {
    display: block;
  }
}
.top-hero-home .top-hero-circle-mob {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media (min-width: 1025px) {
  .top-hero-home .top-hero-circle-mob {
    display: none;
  }
}
.top-hero-home .btn_default {
  margin: 1.875rem 0 0 0;
}
@media (min-width: 1025px) {
  .top-hero-home .btn_default {
    margin: 2.9375rem 0 0 0;
  }
}
@media (max-width: 400px) {
  .top-hero-home .btn_default .btn {
    font-size: 0.95rem;
  }
}
@media (min-width: 1025px) {
  .top-hero-home .text_default {
    max-width: 75%;
  }
}
.top-hero-home .img_default {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top-hero-home .img_default img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  height: 45.875rem;
}
@media (min-width: 430px) {
  .top-hero-home .img_default img {
    height: 50.875rem;
  }
}
@media (min-width: 576px) {
  .top-hero-home .img_default img {
    height: 100%;
    -o-object-position: 70% top;
       object-position: 70% top;
  }
}
@media (min-width: 1025px) {
  .top-hero-home .img_default img {
    -o-object-position: 60% top;
       object-position: 60% top;
    max-height: 42.75rem;
    max-height: inherit;
  }
}
@media (min-width: 1280px) {
  .top-hero-home .img_default img {
    -o-object-position: top;
       object-position: top;
  }
}

.top-hero-50-50 {
  position: relative;
  overflow: hidden;
}
.top-hero-50-50__wrap {
  display: grid;
  grid-template-columns: 100%;
  background-color: #618989;
}
@media (min-width: 1025px) {
  .top-hero-50-50__wrap {
    grid-template-columns: 1fr 1fr;
    height: 100vh;
    min-height: 686px;
  }
}
.top-hero-50-50__wrap .top-hero-circle-mob {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 13;
  display: none;
}
@media (min-width: 1025px) {
  .top-hero-50-50__wrap .top-hero-circle-mob {
    display: none;
  }
}
.top-hero-50-50__wrap.bg-icon {
  background-color: transparent;
  min-height: 980px;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1025px) {
  .top-hero-50-50__wrap.bg-icon {
    min-height: inherit;
    display: grid;
    align-items: stretch;
  }
}
.top-hero-50-50__wrap.bg-icon:before {
  content: "";
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 70%;
  background: linear-gradient(86deg, #D4C3B1 -9.52%, rgba(212, 195, 177, 0.8) 59.83%, rgba(255, 255, 255, 0) 73.61%);
}
@media (min-width: 1025px) {
  .top-hero-50-50__wrap.bg-icon:before {
    display: block;
  }
}
.top-hero-50-50__wrap.bg-icon .top-hero-50-50__img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .top-hero-50-50__wrap.bg-icon .top-hero-50-50__img {
    position: relative;
  }
}
.top-hero-50-50__wrap.bg-icon .top-hero-circle-mob {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 13;
  display: block;
}
@media (min-width: 768px) {
  .top-hero-50-50__wrap.bg-icon .top-hero-circle-mob {
    bottom: -100px;
  }
}
@media (min-width: 1025px) {
  .top-hero-50-50__wrap.bg-icon .top-hero-circle-mob {
    display: none;
  }
}
.top-hero-50-50__wrap.bg-icon .top-hero-50-50__side .hero-circle {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 80%;
  height: 100%;
  display: none;
}
@media (min-width: 1025px) {
  .top-hero-50-50__wrap.bg-icon .top-hero-50-50__side .hero-circle {
    display: block;
  }
}
@media (min-width: 567px) and (max-width: 1024px) {
  .top-hero-50-50__wrap.bg-icon .text_default {
    width: 70%;
  }
}
@media (min-width: 576px) {
  .top-hero-50-50__img {
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .top-hero-50-50__img {
    position: relative;
    z-index: 10;
    order: 2;
  }
}
.top-hero-50-50__img .img_default {
  height: 100%;
}
.top-hero-50-50__side {
  overflow: hidden;
}
.top-hero-50-50__side .hero-circle {
  display: none;
}
.top-hero-50-50__content {
  color: #ffffff;
  position: relative;
  z-index: 20;
}
@media (min-width: 1025px) {
  .top-hero-50-50__content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 5;
  }
}
.top-hero-50-50__inner {
  padding: 3.375rem 0 4.4375rem;
}
@media (min-width: 1025px) {
  .top-hero-50-50__inner {
    width: 50%;
    padding: 4.1875rem 0 0 0;
  }
}
.top-hero-50-50__inner h1 {
  font-family: "Oranienbaum";
}
@media (min-width: 1025px) {
  .top-hero-50-50__inner .headline_default {
    max-width: 96%;
  }
}
@media (min-width: 1920px) {
  .top-hero-50-50__inner .headline_default {
    max-width: 97%;
  }
}
@media (min-width: 2560px) {
  .top-hero-50-50__inner .headline_default {
    max-width: 92%;
  }
}
.top-hero-50-50__inner .headline_default > * {
  -webkit-hyphens: manual;
          hyphens: manual;
}
@media (min-width: 1025px) {
  .top-hero-50-50__inner .text_default {
    max-width: 75%;
  }
}
@media (min-width: 1920px) {
  .top-hero-50-50__inner .text_default {
    max-width: 77%;
  }
}
@media (min-width: 2560px) {
  .top-hero-50-50__inner .text_default {
    max-width: 73%;
  }
}
.top-hero-50-50__inner .btn_default {
  margin-top: 1.875rem;
}
@media (min-width: 1025px) {
  .top-hero-50-50__inner .btn_default {
    margin-top: 2.9375rem;
  }
}

.text-icon {
  position: relative;
}
@media (min-width: 1025px) {
  .text-icon {
    display: flex;
    flex-direction: column;
    min-height: 21.6875rem;
    justify-content: center;
  }
}
.text-icon .circle-half {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: none;
}
@media (min-width: 1025px) {
  .text-icon .circle-half {
    display: block;
  }
}
@media (min-width: 1920px) {
  .text-icon .circle-half {
    transform: scale(1.3);
  }
}
@media (min-width: 2560px) {
  .text-icon .circle-half {
    transform: scale(1.6);
  }
}
@media (min-width: 1280px) {
  .text-icon .headline_default {
    max-width: 64%;
  }
}
@media (min-width: 1280px) {
  .text-icon .text_default {
    max-width: 68.3%;
  }
}
@media (min-width: 1920px) {
  .text-icon .text_default {
    max-width: 72%;
  }
}
@media (min-width: 2560px) {
  .text-icon .text_default {
    max-width: 63%;
  }
}
@media (min-width: 1025px) {
  .text-icon__wrap {
    padding-left: 11.375rem;
  }
}
@media (min-width: 1440px) {
  .text-icon__wrap {
    padding-left: 7.625rem;
  }
}

.services-list {
  overflow: hidden;
}
.services-list .swiper-initialized {
  padding: 0;
}
.services-list .swiper-initialized > .headline_default {
  padding: 0 2rem;
}
.services-list .swiper-initialized .swiper-slide {
  height: auto;
}
@media (min-width: 768px) {
  .services-list__grid {
    display: grid;
    grid-gap: 1.5625rem 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .services-list__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.services-list__item {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
  border-radius: 2.1875rem;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media (min-width: 1025px) {
  .services-list__item {
    gap: 2.1875rem;
  }
}
.services-list__item:hover .img_default img {
  transform: scale(1.1);
}
.services-list__item:hover .services-list__content {
  transform: translateY(-10px);
  color: #ffffff;
}
.services-list__item:hover .circle-services {
  width: 300%;
  height: 300%;
}
.services-list__item .btn_default {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}
@media (min-width: 1920px) {
  .services-list__item .btn_default {
    bottom: 2rem;
    left: 2rem;
  }
}
@media (min-width: 2560px) {
  .services-list__item .btn_default {
    bottom: 2.5rem;
    left: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .services-list__item .text_default {
    max-width: 77%;
  }
}
.services-list__item .headline_default > * {
  -webkit-hyphens: manual;
          hyphens: manual;
}
.services-list__content {
  will-change: transform;
  transition: all 0.7s ease-in-out;
  padding: 2.1875rem 0 0 1.875rem;
  flex: 1 1 auto;
}
@media (min-width: 1025px) {
  .services-list__content {
    padding: 4.375rem 0 0 2.0625rem;
  }
}
.services-list__img {
  position: relative;
  overflow: hidden;
}
.services-list__img_radius {
  border-radius: 2.1875rem 0 2.1875rem 2.1875rem;
}
.services-list__img img {
  will-change: transform;
  transition: transform 0.7s ease-in-out;
  aspect-ratio: 405/311;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-list .circle-services {
  position: absolute;
  z-index: -1;
  bottom: -100%;
  left: -150%;
  width: 0;
  height: 0;
  transition: all 0.7s ease-in-out;
}
.services-list__nav {
  padding: 0 0 0 2rem;
  margin: 0.875rem 0 0 0;
  display: flex;
  align-items: center;
  gap: 1.0625rem;
}
@media (min-width: 768px) {
  .services-list__nav {
    display: none;
  }
}

.swiper-arrow {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
  line-height: 0;
}
.swiper-arrow .swiper-arrow-next,
.swiper-arrow .swiper-arrow-prev {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.swiper-arrow .swiper-arrow-next svg {
  transform: rotate(180deg);
}

.swiper-pagination.swiper-pagination-horizontal {
  position: static;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0;
  width: 2.8125rem;
  height: 0.3125rem;
  border-radius: 1.9375rem;
  background-color: #D4C3B1;
  opacity: 1;
}
.swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #618989;
}

.is-root-container .services-list__item:hover .services-list__content {
  color: #252525;
}
.is-root-container .circle-services {
  display: none;
}

@media (min-width: 1025px) {
  .title-list .headline_default {
    max-width: 52%;
  }
}
.title-list__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.75rem;
}
@media (min-width: 1280px) {
  .title-list__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
  }
}
.title-list__item {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9375rem 0.625rem 0.9375rem 0.9375rem;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .title-list__item {
    gap: 1.5rem;
    border-radius: 1.875rem;
    font-size: 2.25rem;
    line-height: 1.11;
    padding: 1.875rem 0.75rem 1.75rem 2.1875rem;
  }
}
@media (min-width: 1920px) {
  .title-list__item {
    font-size: 2.5625rem;
    padding: 2.175rem 0.75rem 2.125rem 2.7875rem;
  }
}
@media (min-width: 2560px) {
  .title-list__item {
    font-size: 3.2rem;
    padding: 2.875rem 0.75rem 2.75rem 3.1875rem;
  }
}
.title-list__item:before {
  content: "";
  border-radius: 0.9375rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #A0B8B8;
  transition: background-color 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .title-list__item:before {
    border-radius: 1.875rem;
  }
}
.title-list__item:hover svg {
  transform: scale(1.02);
}
.title-list__item:hover:before {
  background-color: #618989;
  width: calc(100% + 8px);
  height: calc(100% + 2px);
}
.title-list__item:hover span {
  transform: translate(4px, -1px);
}
.title-list__item span {
  transition: transform 0.3s ease-in-out;
}
.title-list__item svg {
  width: 1.9375rem;
  height: 1.9375rem;
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .title-list__item svg {
    width: 3.9375rem;
    height: 3.9375rem;
  }
}
@media (min-width: 1920px) {
  .title-list__item svg {
    width: 4.9375rem;
    height: 4.9375rem;
  }
}
@media (min-width: 2560px) {
  .title-list__item svg {
    width: 5.9375rem;
    height: 5.9375rem;
  }
}

.text-img {
  overflow: hidden;
}
.text-img__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2.5rem;
}
@media (min-width: 1025px) {
  .text-img__grid {
    grid-template-columns: 1fr 1.12fr;
    grid-gap: 5.6875rem;
  }
}
.text-img__head .headline_default {
  display: none;
}
@media (min-width: 1025px) {
  .text-img__head .headline_default {
    display: block;
  }
}
.text-img__img {
  margin: 0 -2rem;
}
@media (min-width: 1025px) {
  .text-img__img {
    margin: 0;
    order: 2;
  }
}
.text-img__content .text_default p:first-of-type {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .text-img__content .headline_default_mob {
    display: none;
  }
}
.text-img__info {
  margin: 3.75rem 0 0 0;
  padding: 0 0 0 0.375rem;
  border-left: 3px solid #618989;
}
@media (min-width: 1025px) {
  .text-img__info {
    padding: 0 0 0 2.5rem;
    margin: 2rem 0 0 0;
  }
}
@media (min-width: 2560px) {
  .text-img__info {
    margin: 4rem 0 0 0;
  }
}
.text-img__info h1, .text-img__info h2, .text-img__info h3, .text-img__info h4, .text-img__info h5, .text-img__info h6 {
  margin: 1.5rem 0 1rem 0;
}
@media (min-width: 1025px) {
  .text-img__info h1, .text-img__info h2, .text-img__info h3, .text-img__info h4, .text-img__info h5, .text-img__info h6 {
    margin: 1.5rem 0 0.5rem 0;
  }
}
@media (min-width: 2560px) {
  .text-img__info h1, .text-img__info h2, .text-img__info h3, .text-img__info h4, .text-img__info h5, .text-img__info h6 {
    margin: 2.5rem 0 1rem 0;
  }
}
.text-img__info h1:first-of-type, .text-img__info h2:first-of-type, .text-img__info h3:first-of-type, .text-img__info h4:first-of-type, .text-img__info h5:first-of-type, .text-img__info h6:first-of-type {
  margin-top: 0;
}

.cta__wrap {
  position: relative;
  overflow: hidden;
}
.cta__img img {
  min-height: 38.0625rem;
  max-height: 38.0625rem;
  -o-object-position: left top;
     object-position: left top;
}
@media (min-width: 768px) {
  .cta__img img {
    max-height: inherit;
    min-height: 31.625rem;
  }
}
.cta__content {
  padding: 1.875rem;
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .cta__content {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    max-width: 48%;
  }
}
@media (min-width: 1025px) {
  .cta__content {
    max-width: 58%;
  }
}
@media (min-width: 1280px) {
  .cta__content {
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  .cta__content .headline_default {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cta .circle-cta {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 75%;
  height: 100%;
  display: none;
}
@media (min-width: 768px) {
  .cta .circle-cta {
    display: block;
    width: 52%;
  }
}
@media (min-width: 1025px) {
  .cta .circle-cta {
    width: 64%;
  }
}
@media (min-width: 1280px) {
  .cta .circle-cta {
    width: 75%;
  }
}
.cta .circle-cta_mob {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .cta .circle-cta_mob {
    display: none;
  }
}

.faq__item {
  border-bottom: 1px solid #D4C3B1;
  padding: 1.875rem 0;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .faq__item {
    padding: 3.125rem 0;
  }
}
@media (min-width: 1920px) {
  .faq__item {
    padding: 3.625rem 0;
  }
}
@media (min-width: 2560px) {
  .faq__item {
    padding: 4.125rem 0;
  }
}
.faq__item.active {
  border-left: 3px solid #618989;
  padding-left: 1.5rem;
}
@media (min-width: 1025px) {
  .faq__item.active {
    padding-left: 2.5rem;
  }
}
.faq__item.active .faq__icon {
  background-color: #618989;
}
.faq__item.active .faq__icon path {
  stroke: #ffffff;
}
.faq__item.active .faq__question-text {
  color: #618989;
}
.faq__question-text {
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 567px) {
  .faq__question-text .h5 {
    font-size: 1.375rem !important;
  }
}
.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.faq__icon {
  width: 2rem;
  height: 2rem;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.375rem;
  flex: 0 0 auto;
}
@media (min-width: 1025px) {
  .faq__icon {
    margin-right: 5.625rem;
  }
}
@media (min-width: 1920px) {
  .faq__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 2560px) {
  .faq__icon {
    width: 3rem;
    height: 3rem;
  }
}
.faq__icon svg {
  width: 1.25rem;
  height: 0.8125rem;
}
@media (min-width: 1920px) {
  .faq__icon svg {
    width: 1.5rem;
    height: 1rem;
  }
}
@media (min-width: 2560px) {
  .faq__icon svg {
    width: 1.75rem;
    height: 1.25rem;
  }
}
.faq__anser {
  max-width: 83%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
@media (min-width: 1025px) {
  .faq__anser {
    max-width: 56%;
  }
}

.contact {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 3.125rem 0 3.75rem;
}
@media (min-width: 1025px) {
  .contact {
    padding: 3.4375rem 0 1.25rem;
  }
}
.contact__socials {
  display: flex;
  gap: 3.25rem;
  align-items: center;
  justify-content: center;
  margin: 4.5rem 0 0 0;
}
@media (min-width: 1920px) {
  .contact__socials {
    margin: 5.5rem 0 0 0;
  }
}
@media (min-width: 2560px) {
  .contact__socials {
    margin: 6.5rem 0 0 0;
  }
}
.contact__social-link {
  text-decoration: none;
  line-height: 0;
}
.contact__social-link svg, .contact__social-link img {
  width: 100%;
  height: 2.3125rem;
}
@media (min-width: 1920px) {
  .contact__social-link svg, .contact__social-link img {
    height: 2.8125rem;
  }
}
@media (min-width: 2560px) {
  .contact__social-link svg, .contact__social-link img {
    height: 3.2125rem;
  }
}
.contact__social-link svg path, .contact__social-link img path {
  transition: fill 0.3s ease-in-out;
}
.contact__social-link:hover path {
  fill: #618989;
}
.contact .btn_default {
  margin: 3rem 0 0 0;
}
@media (min-width: 1920px) {
  .contact .btn_default {
    margin: 4rem 0 0 0;
  }
}
@media (min-width: 2560px) {
  .contact .btn_default {
    margin: 5rem 0 0 0;
  }
}

.video-block .video-container {
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.video-block .video-container video {
  max-width: 100%;
  width: 100%;
  border-radius: 1.875rem 0 1.875rem 1.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1025px) {
  .video-block .video-container video {
    border-radius: 5.625rem 0 5.625rem 5.625rem;
  }
}
.video-block .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
.video-block .play-btn svg {
  width: 6.25rem;
  height: 6.25rem;
}
@media (min-width: 768px) {
  .video-block .play-btn svg {
    width: 11.375rem;
    height: 11.375rem;
  }
}
@media (min-width: 1025px) {
  .video-block .play-btn svg {
    width: 15.375rem;
    height: 15.375rem;
  }
}

.gallery-block {
  overflow: hidden;
}
.gallery-block__slide {
  line-height: 0;
}
.gallery-block__slide img {
  border-radius: 5.625rem 0 5.625rem 5.625rem;
  min-height: 24.875rem;
}
.gallery-block .swiper-pagination {
  justify-content: center;
  margin: 1rem 0 0 0;
}
@media (min-width: 1920px) {
  .gallery-block .swiper-pagination .swiper-pagination-bullet {
    width: 3.0125rem;
    height: 0.4125rem;
  }
}
@media (min-width: 2560px) {
  .gallery-block .swiper-pagination .swiper-pagination-bullet {
    width: 3.2125rem;
    height: 0.5125rem;
  }
}
@media (min-width: 1920px) {
  .gallery-block .swiper-pagination {
    margin: 1.5rem 0 0 0;
  }
}
@media (min-width: 2560px) {
  .gallery-block .swiper-pagination {
    margin: 2rem 0 0 0;
  }
}

@media (min-width: 1025px) {
  .team-block .text_default {
    max-width: 62%;
  }
}
@media (min-width: 1920px) {
  .team-block .text_default {
    max-width: 65%;
  }
}
@media (min-width: 2560px) {
  .team-block .text_default {
    max-width: 60%;
  }
}
.team-block__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.875rem;
  margin-top: 3.25rem;
}
@media (min-width: 576px) {
  .team-block__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .team-block__grid {
    margin-top: 3.6875rem;
    grid-gap: 2.375rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.team-block__item {
  overflow: hidden;
  border-radius: 0 3rem 3rem 3rem;
  position: relative;
}
.team-block__item .img_default img {
  aspect-ratio: 401/562;
}
.team-block__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 2.3125rem 1.375rem;
}
@media (min-width: 1025px) {
  .team-block__info {
    padding: 0 0 3.6875rem 1.375rem;
  }
}
.team-block__info svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.team-block__name, .team-block__position {
  position: relative;
  z-index: 5;
  color: #ffffff;
}
.team-block__name {
  font-size: 1.75rem;
  line-height: 1.21;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .team-block__name {
    font-size: 4vw;
  }
}
@media (min-width: 1025px) {
  .team-block__name {
    font-size: 3vw;
    line-height: 1;
  }
}
@media (min-width: 1441px) {
  .team-block__name {
    font-size: 2.625rem;
  }
}
@media (min-width: 1920px) {
  .team-block__name {
    font-size: 3rem;
  }
}
@media (min-width: 2560px) {
  .team-block__name {
    margin-bottom: 1rem;
    font-size: 3.625rem;
  }
}

.map-block__wrap {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
  align-items: center;
}
@media (min-width: 1025px) {
  .map-block__wrap {
    grid-template-columns: 1fr 1.05fr;
  }
}
@media (min-width: 1280px) {
  .map-block__wrap {
    grid-gap: 5rem;
  }
}
.map-block__iframe {
  line-height: 0;
}
.map-block__iframe iframe {
  border: none;
  width: 100%;
  height: 27.75rem;
}
@media (min-width: 1920px) {
  .map-block__iframe iframe {
    height: 37.75rem;
  }
}
@media (min-width: 2560px) {
  .map-block__iframe iframe {
    height: 47.75rem;
  }
}
.map-block__content {
  padding: 0 2rem;
}
@media (min-width: 1025px) {
  .map-block__content {
    padding: 0;
    max-width: 83%;
  }
}
@media (min-width: 1920px) {
  .map-block__content {
    max-width: 75%;
  }
}
@media (min-width: 2560px) {
  .map-block__content {
    max-width: 70%;
  }
}
.map-block__content .site-footer__title,
.map-block__content .site-footer__row,
.map-block__content .site-footer__row a {
  color: #252525;
}
.map-block__content .text_default {
  margin-bottom: 3.125rem;
}

.privacy-text {
  padding-top: 6.25rem;
}
@media (min-width: 1025px) {
  .privacy-text {
    padding-top: 12.5rem;
  }
}
.privacy-text .headline_default {
  margin-bottom: 3.125rem;
}
@media (min-width: 1025px) {
  .privacy-text .headline_default {
    margin-bottom: 6.25rem;
  }
}
.privacy-text .text_default a {
  text-decoration: none;
}
.privacy-text .text_default > * {
  margin: 1.5rem 0;
}
@media (min-width: 1920px) {
  .privacy-text .text_default > * {
    margin: 2rem 0;
  }
}
@media (min-width: 2560px) {
  .privacy-text .text_default > * {
    margin: 2.5rem 0;
  }
}

.page-id-3 .privacy-text .text_default > h1, .page-id-3 .privacy-text .text_default h2, .page-id-3 .privacy-text .text_default h3, .page-id-3 .privacy-text .text_default h4, .page-id-3 .privacy-text .text_default h5, .page-id-3 .privacy-text .text_default h6 {
  margin-top: 3rem;
}
@media (min-width: 1920px) {
  .page-id-3 .privacy-text .text_default > h1, .page-id-3 .privacy-text .text_default h2, .page-id-3 .privacy-text .text_default h3, .page-id-3 .privacy-text .text_default h4, .page-id-3 .privacy-text .text_default h5, .page-id-3 .privacy-text .text_default h6 {
    margin-top: 3.5rem;
  }
}
@media (min-width: 2560px) {
  .page-id-3 .privacy-text .text_default > h1, .page-id-3 .privacy-text .text_default h2, .page-id-3 .privacy-text .text_default h3, .page-id-3 .privacy-text .text_default h4, .page-id-3 .privacy-text .text_default h5, .page-id-3 .privacy-text .text_default h6 {
    margin-top: 4rem;
  }
}

@media print {
  @page {
    size: auto;
    /* auto is the initial value */
    margin: 10mm 10mm 10mm 20mm;
    /* this affects the margin in the printer settings */
  }
  html {
    margin: 0px;
    /* this affects the margin on the html before sending to printer */
  }
  body {
    margin: 10mm 15mm 10mm 15mm;
    /* margin you want for the content */
    color: #000;
    padding-top: 0;
  }
  .container {
    padding: 0 !important;
  }
  .margin_big,
  .margin_default,
  .margin_small,
  .entry-content section {
    margin: 40px 0 !important;
  }
  .site_bg {
    background-color: #ffffff !important;
  }
  .circle-svg,
  .top-hero-circle,
  .top-hero-circle-mob,
  .hero-circle,
  .circle-half,
  .circle-services,
  .btn_default,
  .swiper-arrow,
  .swiper-pagination,
  .site-header,
  .fixed-buttons,
  .video-block,
  .top-hero-50-50__wrap.bg-icon:before,
  .gallery-block {
    display: none !important;
  }
  .map-block__wrap {
    grid-template-columns: 100%;
  }
  .map-block__iframe {
    display: none;
  }
  .team-block__item {
    border-radius: 0;
  }
  .team-block__info {
    position: static;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .team-block__info svg {
    display: none;
  }
  .team-block__name, .team-block__position {
    color: #252525;
  }
  .top-hero-50-50__wrap {
    grid-template-columns: 100%;
    min-height: inherit;
    height: auto;
    background-color: #ffffff;
  }
  .top-hero-50-50__wrap.bg-icon {
    min-height: inherit;
  }
  .top-hero-50-50__img {
    position: relative;
    display: none;
  }
  .top-hero-50-50__content {
    position: static;
    width: 100%;
    color: #252525;
    transform: none;
  }
  .top-hero-50-50__inner {
    width: 100%;
    padding: 0;
  }
  .site-footer {
    background-color: transparent;
    padding: 0;
  }
  .site-footer__logo, .site-footer__links {
    display: none;
  }
  .site-footer__row {
    color: #252525;
  }
  .site-footer__row a {
    color: #252525;
  }
  .contact .contact__socials {
    display: none;
  }
  .faq__icon {
    display: none;
  }
  .faq__anser {
    max-width: 100%;
    max-height: inherit;
  }
  .cta {
    display: none;
  }
  .title-list .headline_default {
    max-width: 100%;
  }
  .title-list__grid {
    grid-template-columns: 100%;
  }
  .title-list__item {
    color: #252525;
    padding: 0;
  }
  .title-list__item:before {
    background-color: transparent;
  }
  .title-list__item svg {
    display: none;
  }
  .services-list__grid {
    display: grid;
    grid-template-columns: 100%;
  }
  .services-list__item:hover .services-list__content {
    color: #252525;
  }
  .text-icon {
    min-height: inherit;
  }
  .text-icon__wrap {
    padding: 0;
  }
  .text-icon .text_default,
  .text-icon .headline_default {
    max-width: 100%;
  }
  .top-hero-home .img_default {
    position: relative;
    display: none;
  }
  .top-hero-home__inner {
    color: #252525;
    max-width: 100%;
    padding: 0;
  }
  .top-hero-home__wrap {
    height: inherit;
    min-height: inherit;
  }
  .top-hero-home__wrap:before {
    display: none;
  }
  .img-text-50-50__grid {
    grid-template-columns: 100%;
    grid-gap: 1rem;
  }
  .img-text-50-50__grid_reverse .img-text-50-50__content {
    padding: 0;
  }
  .img-text-50-50__grid .subheadline_default,
  .img-text-50-50__grid .text_default,
  .img-text-50-50__grid .headline_default {
    color: #252525 !important;
  }
  .img-text-50-50__content {
    padding: 0;
  }
  .headline_default_mb48 {
    margin-bottom: 1rem;
  }
  h1, h2, h3 {
    font-size: 24pt;
  }
  h4, h5, h6 {
    font-size: 20pt;
  }
  body {
    background: white;
    font-size: 10pt;
    margin: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote, table, pre {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
  img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  img.right {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
  }
  img.left {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
  }
  .right {
    float: right;
  }
  .left {
    float: left;
  }
  img, iframe, .img_default, .img-text-teaser-50-50 {
    page-break-inside: avoid;
    page-break-after: avoid;
    max-height: 600px;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
}
.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.site_bg {
  background-color: #FEFFF5;
}

.site-main {
  flex-grow: 1;
}

.margin_no {
  margin: 0;
}
.margin_small {
  margin: 2rem 0;
}
@media (min-width: 1025px) {
  .margin_small {
    margin: 2rem 0;
  }
}
@media (min-width: 1920px) {
  .margin_small {
    margin: 4rem 0;
  }
}
@media (min-width: 2560px) {
  .margin_small {
    margin: 6rem 0;
  }
}
.margin_default {
  margin: 6.25rem 0;
}
@media (min-width: 1025px) {
  .margin_default {
    margin: 7.5rem 0;
  }
}
@media (min-width: 1920px) {
  .margin_default {
    margin: 10rem 0;
  }
}
@media (min-width: 2560px) {
  .margin_default {
    margin: 15rem 0;
  }
}
.margin_big {
  margin: 6.25rem 0;
}
@media (min-width: 1025px) {
  .margin_big {
    margin: 10rem 0;
  }
}
@media (min-width: 1920px) {
  .margin_big {
    margin: 15rem 0;
  }
}
@media (min-width: 2560px) {
  .margin_big {
    margin: 20rem 0;
  }
}

.error-404 {
  padding: 8rem 0.9375rem;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 1025px) {
  .error-404 {
    padding: 10rem 0.9375rem;
  }
}
@media (min-width: 1441px) {
  .error-404 {
    font-size: 1.11em;
    padding: 11.1em 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .error-404 {
    font-size: 1.11em;
  }
}
.error-404__404 {
  font-size: 8.75rem;
  font-weight: 700;
  color: #618989;
}
@media (min-width: 1441px) {
  .error-404__404 {
    font-size: 9.72em;
  }
}
.error-404 .page-header {
  margin: 0 0 1.5rem 0;
}

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}/*# sourceMappingURL=style.css.map */