@charset "UTF-8";
/*!
Theme Name: Child HP Theme
Template: hp-theme
Theme URI: https://hattenbergerpartner.de/
Author: Hattenberger GmbH
Author URI: https://hattenbergerpartner.de/
Description: Description
Version: 1.0.0
Text Domain: hp-theme
Tags: 
*/
/* HELPERS */
/*! tailwindcss v2.1.2 | MIT License | https://tailwindcss.com 
*/
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
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;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	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.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-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; /* 1 */
	font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
*{
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
}
.container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 640px){
	.container{
		max-width: 640px;
	}
}
@media (min-width: 768px){
	.container{
		max-width: 768px;
	}
}
@media (min-width: 1024px){
	.container{
		max-width: 1024px;
	}
}
@media (min-width: 1050px){
	.container{
		max-width: 1050px;
	}
}
@media (min-width: 1280px){
	.container{
		max-width: 1280px;
	}
}
@media (min-width: 1536px){
	.container{
		max-width: 1536px;
	}
}
@media (min-width: 1900px){
	.container{
		max-width: 1900px;
	}
}
.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16{
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > *{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.aspect-w-6{
	--tw-aspect-w: 6;
}
.aspect-w-9{
	--tw-aspect-w: 9;
}
.aspect-w-10{
	--tw-aspect-w: 10;
}
.aspect-h-4{
	--tw-aspect-h: 4;
}
.aspect-h-6{
	--tw-aspect-h: 6;
}
.aspect-h-7{
	--tw-aspect-h: 7;
}
.sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.top-0{
	top: 0px;
}
.left-1\/2{
	left: 50%;
}
.top-\[88\%\]{
	top: 88%;
}
.z-50{
	z-index: 50;
}
.z-\[-1\]{
	z-index: -1;
}
.order-1{
	order: 1;
}
.col-end-auto{
	grid-column-end: auto;
}
.col-start-1{
	grid-column-start: 1;
}
.m-5{
	margin: 1.25rem;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.mx-5{
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
.my-3{
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.mr-auto{
	margin-right: auto;
}
.ml-2\.5{
	margin-left: 0.625rem;
}
.ml-2{
	margin-left: 0.5rem;
}
.mb-5{
	margin-bottom: 1.25rem;
}
.mt-2{
	margin-top: 0.5rem;
}
.mb-6{
	margin-bottom: 1.5rem;
}
.mt-7{
	margin-top: 1.75rem;
}
.mb-10{
	margin-bottom: 2.5rem;
}
.mb-8{
	margin-bottom: 2rem;
}
.mb-0{
	margin-bottom: 0px;
}
.mt-8{
	margin-top: 2rem;
}
.ml-5{
	margin-left: 1.25rem;
}
.mt-6{
	margin-top: 1.5rem;
}
.mb-3{
	margin-bottom: 0.75rem;
}
.mt-4{
	margin-top: 1rem;
}
.ml-3{
	margin-left: 0.75rem;
}
.mt-11{
	margin-top: 2.75rem;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.flex{
	display: flex;
}
.grid{
	display: grid;
}
.hidden{
	display: none;
}
.h-auto{
	height: auto;
}
.h-10{
	height: 2.5rem;
}
.h-32{
	height: 8rem;
}
.h-full{
	height: 100%;
}
.h-16{
	height: 4rem;
}
.max-h-\[700px\]{
	max-height: 700px;
}
.min-h-\[140px\]{
	min-height: 140px;
}
.min-h-\[324px\]{
	min-height: 324px;
}
.w-max{
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.w-full{
	width: 100%;
}
.w-32{
	width: 8rem;
}
.w-5{
	width: 1.25rem;
}
.w-auto{
	width: auto;
}
.w-3\/4{
	width: 75%;
}
.w-72{
	width: 18rem;
}
.w-\[180px\]{
	width: 180px;
}
.w-48{
	width: 12rem;
}
.min-w-\[192px\]{
	min-width: 192px;
}
.max-w-fhd{
	max-width: 1920px;
}
.max-w-\[130px\]{
	max-width: 130px;
}
.max-w-\[270px\]{
	max-width: 270px;
}
.max-w-\[1923px\]{
	max-width: 1923px;
}
.max-w-\[1240px\]{
	max-width: 1240px;
}
.max-w-\[1050px\]{
	max-width: 1050px;
}
.max-w-xs{
	max-width: 20rem;
}
.max-w-\[1920px\]{
	max-width: 1920px;
}
.transform{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2{
	--tw-translate-x: -50%;
}
.cursor-pointer{
	cursor: pointer;
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-none{
	grid-template-columns: none;
}
.flex-col{
	flex-direction: column;
}
.flex-col-reverse{
	flex-direction: column-reverse;
}
.flex-wrap{
	flex-wrap: wrap;
}
.items-start{
	align-items: flex-start;
}
.items-center{
	align-items: center;
}
.justify-start{
	justify-content: flex-start;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.gap-4{
	gap: 1rem;
}
.gap-0{
	gap: 0px;
}
.gap-x-7{
	-moz-column-gap: 1.75rem;
	     column-gap: 1.75rem;
}
.gap-y-9{
	row-gap: 2.25rem;
}
.justify-self-center{
	justify-self: center;
}
.overflow-hidden{
	overflow: hidden;
}
.rounded-2xl{
	border-radius: 1rem;
}
.border{
	border-width: 1px;
}
.border-black{
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.bg-primary{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 141, 179, var(--tw-bg-opacity));
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-cover{
	background-size: cover;
}
.bg-center{
	background-position: center;
}
.object-cover{
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-center{
	-o-object-position: center;
	   object-position: center;
}
.p-4{
	padding: 1rem;
}
.p-5{
	padding: 1.25rem;
}
.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-5{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-10{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-12{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.px-8{
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-24{
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-5{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-3\.5{
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
}
.py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.pl-7{
	padding-left: 1.75rem;
}
.pr-11{
	padding-right: 2.75rem;
}
.pr-6{
	padding-right: 1.5rem;
}
.pl-4{
	padding-left: 1rem;
}
.pr-3{
	padding-right: 0.75rem;
}
.pb-8{
	padding-bottom: 2rem;
}
.pt-8{
	padding-top: 2rem;
}
.pt-10{
	padding-top: 2.5rem;
}
.pb-12{
	padding-bottom: 3rem;
}
.pb-10{
	padding-bottom: 2.5rem;
}
.pt-20{
	padding-top: 5rem;
}
.pr-12{
	padding-right: 3rem;
}
.pt-6{
	padding-top: 1.5rem;
}
.pb-4{
	padding-bottom: 1rem;
}
.pt-12{
	padding-top: 3rem;
}
.pb-32{
	padding-bottom: 8rem;
}
.pt-16{
	padding-top: 4rem;
}
.pb-16{
	padding-bottom: 4rem;
}
.pl-14{
	padding-left: 3.5rem;
}
.pb-6{
	padding-bottom: 1.5rem;
}
.pr-16{
	padding-right: 4rem;
}
.pt-32{
	padding-top: 8rem;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.font-MontserratBold{
	font-family: "MontserratBold", sans-serif;
}
.font-RalewayBold{
	font-family: "RalewayBold", sans-serif;
}
.font-RalewayRegular{
	font-family: "RalewayRegular", sans-serif;
}
.font-PlayfairDisp{
	font-family: "PlayfairDisplay-Regular", sans-serif;
}
.text-14px{
	font-size: 14px;
	line-height: 15px;
}
.text-48px{
	font-size: 48px;
	line-height: 130%;
}
.font-bold{
	font-weight: 700;
}
.uppercase{
	text-transform: uppercase;
}
.tracking-\[1px\]{
	letter-spacing: 1px;
}
.text-black{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-primary{
	--tw-text-opacity: 1;
	color: rgba(0, 141, 179, var(--tw-text-opacity));
}
.text-secondary{
	--tw-text-opacity: 1;
	color: rgba(225, 225, 225, var(--tw-text-opacity));
}
.shadow-md{
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-theme{
	--tw-shadow: 20px 20px 65px rgba(0, 0, 0, 0.17);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition{
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-colors{
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-200{
	transition-duration: 200ms;
}
.duration-300{
	transition-duration: 300ms;
}
@font-face {
  font-family: "MontserratBold";
  src: url("assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "MontserratRegular";
  src: url("assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "RalewayBold";
  src: url("assets/fonts/Raleway-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "RalewayRegular";
  src: url("assets/fonts/Raleway-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url("assets/fonts/PlayfairDisplay-Regular.woff2") format("woff2");
  font-display: swap;
}
html {
  position: relative;
  display: block;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  display: block;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}
body.admin-bar #wpadminbar {
  position: fixed !important;
}

.site-content {
  margin-top: 168px;
}

.text__content ul, .text-columns ul{
	margin-left: 1.5rem;
	list-style-type: disc;
}

@media (min-width: 1280px){
	.text__content ul, .text-columns ul{
		margin-left: 2rem;
	}
}

h1{
	font-family: "MontserratBold", sans-serif;
	font-size: 24px;
	line-height: 130%;
}

@media (min-width: 768px){
	h1{
		font-size: 36px;
		line-height: 130%;
	}
}

@media (min-width: 1280px){
	h1{
		font-size: 48px;
		line-height: 130%;
	}
}

h2{
	font-family: "MontserratBold", sans-serif;
	font-size: 20px;
	line-height: 150%;
}

@media (min-width: 768px){
	h2{
		font-size: 24px;
		line-height: 130%;
	}
}

@media (min-width: 1280px){
	h2{
		font-size: 36px;
		line-height: 130%;
	}
}

h3{
	font-family: "MontserratRegular", sans-serif;
	font-size: 18px;
	line-height: 140%;
}

@media (min-width: 768px){
	h3{
		font-size: 20px;
		line-height: 150%;
	}
}

@media (min-width: 1280px){
	h3{
		font-size: 24px;
		line-height: 130%;
	}
}
h3 strong{
	font-family: "MontserratBold", sans-serif;
}

h4{
	font-family: "MontserratRegular", sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
}

@media (min-width: 768px){
	h4{
		font-size: 18px;
		line-height: 140%;
	}
}

@media (min-width: 1280px){
	h4{
		font-size: 22px;
		line-height: 33px;
	}
}
h4 strong{
	font-family: "MontserratBold", sans-serif;
}

h5{
	font-family: "MontserratRegular", sans-serif;
}
h5 strong{
	font-family: "MontserratBold", sans-serif;
}

h6{
	font-family: "MontserratRegular", sans-serif;
}
h6 strong{
	font-family: "MontserratBold", sans-serif;
}

p, li{
	font-family: "RalewayRegular", sans-serif;
	font-size: 15px;
	line-height: 140%;
}

@media (min-width: 768px){
	p, li{
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media (min-width: 1280px){
	p, li{
		font-size: 20px;
		line-height: 150%;
	}
}

a{
	font-family: "RalewayRegular", sans-serif;
	font-size: 14px;
	line-height: 15px;
}

/* MODULES */
.nav-toggle-box{
	height: 130px;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
@media (min-width: 1536px){
	.nav-toggle-box{
		height: 110px;
	}
}

.nav{
	position: relative;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.nav .navbar__logo{
	display: block;
	height: 6rem;
	width: 8rem;
	min-width: 128px;
  transition: height 0.3s;
}
.nav .navbar__logo.scrolled{
	height: 3.5rem;
}
.nav .navbar__logo img{
	height: 100%;
	width: auto;
}
.nav .collapsing-menu-wrap{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.nav .collapsing-menu-wrap .search {
  /* clears the 'X' from Chrome */
}
.nav .collapsing-menu-wrap .search input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.nav .collapsing-menu-wrap .search input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.nav .collapsing-menu-wrap .search input[type=search]::-webkit-search-decoration,
.nav .collapsing-menu-wrap .search input[type=search]::-webkit-search-cancel-button,
.nav .collapsing-menu-wrap .search input[type=search]::-webkit-search-results-button,
.nav .collapsing-menu-wrap .search input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.nav .nav__button{
	position: relative;
	z-index: 30;
}
.nav .nav__button:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
@media (min-width: 1024px){
	.nav .nav__button{
		display: none;
	}
}
.nav .nav__button svg{
	height: 1.75rem;
	width: 2.25rem;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 500ms;
}
.nav .nav__button::after, .nav .nav__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.125rem;
  width: 1.5rem;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform-origin: center;
  --tw-translate-x: -50%;
  --tw-translate-y: -100%;
  --tw-rotate: 0deg;
  border-radius: 0.375rem;
  background-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}
.nav .nav-link:hover {
  text-shadow: 0 0 0.8px #000;
}
.nav .nav-link.bold {
  text-shadow: 0 0 0.8px #000;
}

.header-menu{
	margin-left: auto;
}
.header-menu .navbar-nav{
	position: relative;
	display: none;
	align-items: flex-start;
	font-size: 16px;
	line-height: 18px;
}
@media (min-width: 1024px){
	.header-menu .navbar-nav{
		display: flex;
	}
	.header-menu .navbar-nav{
		flex-direction: row;
	}
	.header-menu .navbar-nav{
		align-items: center;
	}
	.header-menu .navbar-nav .arrow > a{
		background-image: url('assets/icons/arrow.png');
	}
	.header-menu .navbar-nav .arrow > a{
		background-position: right;
	}
	.header-menu .navbar-nav .arrow > a{
		background-repeat: no-repeat;
	}
	.header-menu .navbar-nav .arrow > a{
		padding-right: 1.25rem;
	}
}
.header-menu .navbar-nav > li{
	margin-right: 2rem;
	cursor: pointer;
	border-bottom-width: 1px;
	text-align: left;
}
@media (min-width: 1024px){
	.header-menu .navbar-nav > li{
		max-width: 240px;
	}
	.header-menu .navbar-nav > li{
		border-style: none;
	}
	.header-menu .navbar-nav > li{
		text-align: center;
	}
}
@media (min-width: 1536px){
	.header-menu .navbar-nav > li{
		margin-right: 5rem;
	}
}
.header-menu .navbar-nav > li a{
	display: block;
	font-family: "RalewayRegular", sans-serif;
}
.header-menu .navbar-nav > li a:hover {
  text-shadow: 0 0 0.8px #000;
}
.header-menu .navbar-nav .dropdown-menu{
	height: 0px;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	overflow: hidden;
	opacity: 0;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px){
	.header-menu .navbar-nav .dropdown-menu{
		position: absolute;
	}
	.header-menu .navbar-nav .dropdown-menu{
		left: 0px;
	}
	.header-menu .navbar-nav .dropdown-menu{
		top: 21px;
	}
	.header-menu .navbar-nav .dropdown-menu{
		height: 166px;
	}
	.header-menu .navbar-nav .dropdown-menu{
		max-height: 24rem;
	}
	.header-menu .navbar-nav .dropdown-menu{
		width: 100vw;
	}
	.header-menu .navbar-nav .dropdown-menu{
		max-width: 1297px;
	}
	.header-menu .navbar-nav .dropdown-menu{
		flex-direction: column;
	}
	.header-menu .navbar-nav .dropdown-menu{
		flex-wrap: wrap;
	}
	.header-menu .navbar-nav .dropdown-menu{
		align-content: flex-start;
	}
	.header-menu .navbar-nav .dropdown-menu{
		align-items: flex-start;
	}
	.header-menu .navbar-nav .dropdown-menu{
		-moz-column-gap: 4rem;
		     column-gap: 4rem;
	}
	.header-menu .navbar-nav .dropdown-menu{
		padding-top: 5rem;
	}
	.header-menu .navbar-nav .dropdown-menu{
		opacity: 1;
	}
}
.header-menu .navbar-nav .dropdown-menu:after {
  content: "";
  display: block;
  position: absolute;
  width: 1297px;
  height: 1px;
  background-color: #999;
  top: 40px;
  left: 0;
  opacity: 0.2;
}
@media screen and (max-width: 1023px) {
  .header-menu .navbar-nav .dropdown-menu:after {
    display: none;
  }
}
.header-menu .navbar-nav .dropdown-menu > li{
	text-align: left;
}
@media (min-width: 1024px){
	.header-menu .navbar-nav .dropdown-menu > li{
		height: 50%;
	}
	.header-menu .navbar-nav .dropdown-menu > li{
		max-width: 200px;
	}
}
@media (min-width: 1536px){
	.header-menu .navbar-nav .dropdown-menu > li{
		max-width: 400px;
	}
}
@media (min-width: 1024px){
	.header-menu .navbar-nav .dropdown-menu.closed{
		display: none;
	}
	.header-menu .navbar-nav .dropdown-menu.opened{
		display: flex;
	}
}
.header-menu .navbar-nav .dropdown-menu.sub-opened{
	margin-top: 1rem;
	padding-left: 0.625rem;
	opacity: 1;
}
@media (min-width: 768px){
	.header-menu .navbar-nav .dropdown-menu.sub-opened{
		margin-top: 0px;
	}
}
@media (min-width: 1024px){
	.header-menu .navbar-nav .dropdown-menu.sub-opened{
		padding-left: 0px;
	}
}

.navbar-wrap .nav{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}

@media (min-width: 1024px){
	.navbar-wrap .nav{
		transition-property: none;
	}
}
.navbar-wrap .nav.scrolled{
	height: 4rem;
}
.navbar-wrap.open{
	position: fixed;
	z-index: 40;
	height: 100vh;
	width: 100vw;
	overflow-y: scroll;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	opacity: 1;
}
.navbar-wrap.open .navbar-bar{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.navbar-wrap.open .navbar-bar a{
	z-index: -1;
}
.navbar-wrap.open .nav{
	height: 1rem;
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.navbar-wrap.open .nav .navbar__logo{
	display: none;
}
.navbar-wrap.open .nav .collapsing-menu-wrap{
	position: absolute;
	top: 6rem;
	width: 100%;
	flex-direction: column-reverse;
	align-items: flex-start;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
@media (min-width: 640px){
	.navbar-wrap.open .nav .collapsing-menu-wrap{
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
@media (min-width: 768px){
	.navbar-wrap.open .nav .collapsing-menu-wrap{
		padding-left: 6rem;
		padding-right: 6rem;
	}
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu{
	height: 100%;
	width: 100%;
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav{
	display: flex;
	width: 100%;
	flex-direction: column;
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav > li{
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav > li:last-child{
	border-style: none;
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav li{
	width: 100%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
@media (min-width: 768px){
	.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav li{
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav li.dropdown{
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav li.dropdown > a{
	display: block;
	width: 100%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav li.dropdown > a::after {
  content: url("assets/icons/arrow.png");
  position: absolute;
  right: 0px;
  top: 1.25rem;
  height: 0.625rem;
  width: 1rem;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 500ms;
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav li.dropdown.sub-opened li{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav li.dropdown.sub-opened > a{
	font-family: "RalewayBold", sans-serif;
}
.navbar-wrap.open .nav .collapsing-menu-wrap .header-menu .navbar-nav li.dropdown.sub-opened > a::after {
  transform: rotateX(180deg);
  transform-origin: center;
}
.navbar-wrap.open .nav .collapsing-menu-wrap .search{
	margin-bottom: 0.75rem;
	display: flex;
	width: 15rem;
	justify-content: center;
}
@media (min-width: 640px){
	.navbar-wrap.open .nav .collapsing-menu-wrap .search{
		margin-bottom: 1.75rem;
	}
}
.navbar-wrap.open .nav .collapsing-menu-wrap .search form{
	width: 12rem;
}
.navbar-wrap.open .nav .nav__button{
	z-index: 50;
	margin-left: auto;
	padding-right: 1.25rem;
}
.navbar-wrap.open .nav .nav__button::before{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-translate-x: -50%;
	--tw-translate-y: -100%;
	--tw-rotate: 45deg;
	--tw-bg-opacity: 1;
	background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}
.navbar-wrap.open .nav .nav__button::after{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-translate-x: -50%;
	--tw-translate-y: -100%;
	--tw-rotate: -45deg;
	--tw-bg-opacity: 1;
	background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}
.navbar-wrap.open .nav .nav__button svg {
  opacity: 0;
}

.header .header__left-col-content h1{
	line-height: 110%;
}
.header .header__left-col-content a{
	font-size: 15px;
	line-height: 140%;
	text-decoration: underline;
}
@media (min-width: 768px){
	.header .header__left-col-content a{
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1280px){
	.header .header__left-col-content a{
		font-size: 20px;
		line-height: 150%;
	}
}
.header .header__subpage__content a{
	font-size: 15px;
	line-height: 140%;
	text-decoration: underline;
}
@media (min-width: 768px){
	.header .header__subpage__content a{
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1280px){
	.header .header__subpage__content a{
		font-size: 20px;
		line-height: 150%;
	}
}

.slider-teaser .swiper-button-next:after, .slider-teaser .swiper-button-prev:after {
  display: none;
}
.slider-teaser .swiper-button-next {
  top: 50%;
  right: -200px;
  height: 140px;
  width: auto;
  transform: translateY(-50%);
  transition: transform 0.3s;
  display: none !important;
}
@media screen and (min-width: 1700px) {
  .slider-teaser .swiper-button-next {
    display: flex !important;
  }
}
.slider-teaser .swiper-button-next:hover {
  transform: translateY(-50%) scale(0.85);
}
.slider-teaser .swiper-button-prev {
  top: 50%;
  left: -200px;
  height: 140px;
  width: auto;
  transition: transform 0.3s;
  transform: rotate(180deg) translateY(50%);
  display: none !important;
}
@media screen and (min-width: 1700px) {
  .slider-teaser .swiper-button-prev {
    display: flex !important;
  }
}
.slider-teaser .swiper-button-prev:hover {
  transform: rotate(180deg) translateY(50%) scale(0.85);
}
@media screen and (min-width: 769px) and (max-width: 1255px) {
  .slider-teaser__content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.slider-teaser .swiper-pagination {
  bottom: -60px;
  width: 100%;
}
.slider-teaser .swiper-pagination span{
	margin-left: 0.75rem;
	margin-right: 0.75rem;
	height: 1rem;
	width: 1rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	background-color: transparent;
	opacity: 1;
}
@media (min-width: 768px){
	.slider-teaser .swiper-pagination span{
		margin-left: 1rem;
		margin-right: 1rem;
	}
}
.slider-teaser .swiper-pagination span.swiper-pagination-bullet-active{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hints-module_header{
	position: relative;
	padding-top: 7rem;
	padding-bottom: 8rem;
}
.hints-module_header .header__text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media (min-width: 640px){
	.hints-module_header .header__text{
		padding-left: 5rem;
		padding-right: 5rem;
	}
}
@media (min-width: 768px){
	.hints-module_header .header__text{
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
@media (min-width: 1024px){
	.hints-module_header .header__text{
		padding-left: 5rem;
		padding-right: 5rem;
	}
}
@media (min-width: 1280px){
	.hints-module_header .header__text{
		padding-left: 13rem;
		padding-right: 13rem;
	}
}
@media (min-width: 1536px){
	.hints-module_header .header__text{
		padding-left: 20rem;
		padding-right: 20rem;
	}
}
.hints-module_header-filters{
	max-width: 280px;
	text-align: center;
	--tw-shadow: 20px 20px 65px rgba(0, 0, 0, 0.17);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){
	.hints-module_header-filters{
		max-width: 28rem;
	}
}
@media (min-width: 1024px){
	.hints-module_header-filters{
		max-width: 100%;
	}
	.hints-module_header-filters{
		text-align: left;
	}
}
@media (min-width: 1536px){
	.hints-module_header-filters{
		min-width: 1260px;
	}
}
.hints-module_header-filters .hp-select{
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: inline-block;
	max-width: 225px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(225, 225, 225, var(--tw-border-opacity));
	text-align: center;
	font-size: 14px;
	line-height: 15px;
}
.hints-module_header-filters .hp-select:hover{
	--tw-border-opacity: 1;
	border-color: rgba(0, 141, 179, var(--tw-border-opacity));
}
.hints-module_header-filters .hp-select:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
@media (min-width: 768px){
	.hints-module_header-filters .hp-select{
		max-width: 250px;
	}
}
@media (min-width: 1024px){
	.hints-module_header-filters .hp-select{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.hints-module_header-filters .hp-select{
		margin-left: 1.25rem;
	}
}
@media (min-width: 1280px){
	.hints-module_header-filters .hp-select{
		margin-left: 2.5rem;
	}
	.hints-module_header-filters .hp-select{
		min-width: 300px;
	}
	.hints-module_header-filters .hp-select{
		max-width: 300px;
	}
}
@media (min-width: 1536px){
	.hints-module_header-filters .hp-select{
		max-width: 400px;
	}
}
.hints-module_header-filters .hp-select select{
	cursor: pointer;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	padding-right: 30px;
}
.hints-module_header-filters .hp-select span{
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 0.75rem;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-translate-y: -50%;
	--tw-rotate: 90deg;
}
.hints-module_header-filters .hp-select:hover span path {
  fill: #008DB3;
}
.hints-module_header-filters .hints-selector{
	max-width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	text-align: center;
	font-size: 14px;
	line-height: 15px;
}
.hints-module_header-filters .hints-selector:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.hints-module_header-filters .hints-selector > *{
	font-size: 11px;
	line-height: 1;
}
@media (min-width: 640px){
	.hints-module_header-filters .hints-selector > *{
		font-size: 14px;
		line-height: 15px;
	}
}
.hints-module_header-filters p{
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	font-family: "RalewayBold", sans-serif;
}
@media (min-width: 1024px){
	.hints-module_header-filters p{
		padding-left: 1.75rem;
	}
	.hints-module_header-filters p{
		padding-right: 0.75rem;
	}
}
.hints-module_header-filters p > :first-child{
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 225px;
}
@media (min-width: 768px){
	.hints-module_header-filters p > :first-child{
		max-width: 250px;
	}
}
@media (min-width: 1024px){
	.hints-module_header-filters p > :first-child{
		margin-right: 0.75rem;
	}
	.hints-module_header-filters p > :first-child{
		display: inline-block;
	}
}
@media (min-width: 1280px){
	.hints-module_header-filters p > :first-child{
		margin-right: 1.5rem;
	}
	.hints-module_header-filters p > :first-child{
		max-width: 300px;
	}
}
.hints-module .read-more{
	margin-top: 5rem;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 200ms;
}
.hints-module .read-more:hover{
	--tw-text-opacity: 1;
	color: rgba(0, 141, 179, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.hints-module .read-more{
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
.hints-module .read-more span{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-rotate: 90deg;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.hints-module .print-as-pdf{
	margin-top: 2.75rem;
	display: flex;
	width: 18rem;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 141, 179, var(--tw-bg-opacity));
	padding: 1rem;
	font-family: "RalewayRegular", sans-serif;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}
.hints-module .print-as-pdf:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(66, 190, 222, var(--tw-bg-opacity));
}
@media (min-width: 640px){
	.hints-module .print-as-pdf{
		width: 24rem;
	}
}
@media (min-width: 768px){
	.hints-module .print-as-pdf{
		margin-right: 0.25rem;
	}
	.hints-module .print-as-pdf{
		font-size: 18px;
		line-height: 140%;
	}
}

.hints-module-container{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 13rem;
	padding-bottom: 4rem;
}

@media (min-width: 640px){
	.hints-module-container{
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

@media (min-width: 768px){
	.hints-module-container{
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

@media (min-width: 1024px){
	.hints-module-container{
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.hints-module-container{
		padding-top: 5rem;
	}
}

@media (min-width: 1280px){
	.hints-module-container{
		padding-left: 13rem;
		padding-right: 13rem;
	}
}

@media (min-width: 1536px){
	.hints-module-container{
		padding-left: 20rem;
		padding-right: 20rem;
	}
}
.hints-module-container .hints-module-container_boxes{
	grid-column-end: auto;
	grid-column-start: 1;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	-moz-column-gap: 1.75rem;
	     column-gap: 1.75rem;
	row-gap: 2.25rem;
}
@media (min-width: 768px){
	.hints-module-container .hints-module-container_boxes{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 1024px){
	.hints-module-container .hints-module-container_boxes{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
.hints-module-container .hints-module-container_boxes .single-hint{
	height: auto;
	min-height: 324px;
	width: 100%;
	max-width: 20rem;
	flex-direction: column;
	justify-content: space-between;
	justify-self: center;
	border-radius: 1rem;
	border-width: 3px;
	--tw-border-opacity: 1;
	border-color: rgba(225, 225, 225, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 3.5rem;
	padding-bottom: 1.5rem;
	--tw-shadow: 20px 20px 65px rgba(0, 0, 0, 0.17);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1024px){
	.hints-module-container .hints-module-container_boxes .single-hint{
		max-width: 407px;
	}
}
.hints-module-container .hints-module-container_boxes .single-hint.hidden{
	display: none;
}
.hints-module-container .hints-module-container_boxes .single-hint-number{
	padding-right: 1.5rem;
	text-align: right;
	font-family: "PlayfairDisplay-Regular", sans-serif;
	font-size: 4.5rem;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(0, 141, 179, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.hints-module-container .hints-module-container_boxes .single-hint-number{
		font-size: 90px;
		line-height: 1;
	}
}
.hints-module-container .hints-module-container_boxes .single-hint-text{
	margin-bottom: 2.5rem;
	padding-right: 4rem;
}
@media (min-width: 1280px){
	.hints-module-container .hints-module-container_boxes .single-hint-text p{
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
.hints-module-container .hints-module-container_boxes .single-hint-text a{
	font-size: 15px;
	line-height: 140%;
}
@media (min-width: 768px){
	.hints-module-container .hints-module-container_boxes .single-hint-text a{
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1280px){
	.hints-module-container .hints-module-container_boxes .single-hint-text a{
		font-size: 20px;
		line-height: 150%;
	}
}
.hints-module-container .hints-module-container_boxes .single-hint-content{
	display: none;
}
.hints-module-container .hints-module-container_boxes .single-hint-button{
	display: flex;
	align-items: center;
	font-family: "RalewayBold", sans-serif;
}
.hints-module-container .hints-module-container_boxes .single-hint-button a{
	text-transform: uppercase;
}

.hints-module-container__post{
	padding-top: 1.25rem;
}

@media (min-width: 768px){
	.hints-module-container__post{
		padding-top: 4rem;
	}
}

@media (min-width: 1024px){
	.hints-module-container__post{
		padding-top: 5rem;
	}
}
.hints-module-container__post .single-hint-text a{
	font-size: 15px;
	line-height: 140%;
}
@media (min-width: 768px){
	.hints-module-container__post .single-hint-text a{
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1280px){
	.hints-module-container__post .single-hint-text a{
		font-size: 20px;
		line-height: 150%;
	}
}

.implementations-module_header{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 7rem;
	padding-bottom: 6rem;
}

@media (min-width: 640px){
	.implementations-module_header{
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

@media (min-width: 768px){
	.implementations-module_header{
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

@media (min-width: 1280px){
	.implementations-module_header{
		padding-left: 13rem;
		padding-right: 13rem;
	}
}

@media (min-width: 1536px){
	.implementations-module_header{
		padding-left: 20rem;
		padding-right: 20rem;
	}
}
.implementations-module_header .header__text{
	padding-bottom: 1.5rem;
}
.implementations-module_header .header__text-info{
	display: flex;
	font-family: "RalewayRegular", sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(153, 153, 153, var(--tw-text-opacity));
}
.implementations-module_header .header__text-info-icon{
	margin-top: 0.375rem;
	margin-right: 0.75rem;
	height: 0.75rem;
	min-height: 12px;
	width: 0.75rem;
	min-width: 12px;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 141, 179, var(--tw-bg-opacity));
	text-align: center;
	font-family: "MontserratBold", sans-serif;
	font-size: 8px;
	line-height: 13px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.implementations-module_header .implementations-module_filters{
	padding-bottom: 1.5rem;
}
.implementations-module_header .implementations-module_filters .settings{
	position: relative;
	cursor: pointer;
	font-family: "RalewayRegular", sans-serif;
	font-size: 24px;
	line-height: 130%;
}
.implementations-module_header .implementations-module_filters .settings.active{
	--tw-text-opacity: 1;
	color: rgba(0, 141, 179, var(--tw-text-opacity));
}
.implementations-module_header .implementations-module_filters .settings.active::before {
  content: "⨯";
  position: absolute;
  right: -0.75rem;
  top: -0.25rem;
  font-size: 16px;
  line-height: 18px;
}
.implementations-module_header .implementations-module_filters *:not(:last-child){
	margin-right: 2.5rem;
}
.implementations-module_header .implementations-module_filters *:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1.25rem;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.implementations-module .implementations-module-container{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-bottom: 4rem;
}
@media (min-width: 640px){
	.implementations-module .implementations-module-container{
		padding-left: 5rem;
		padding-right: 5rem;
	}
}
@media (min-width: 768px){
	.implementations-module .implementations-module-container{
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
@media (min-width: 1024px){
	.implementations-module .implementations-module-container{
		padding-left: 5rem;
		padding-right: 5rem;
	}
}
@media (min-width: 1280px){
	.implementations-module .implementations-module-container{
		padding-left: 13rem;
		padding-right: 13rem;
	}
}
@media (min-width: 1536px){
	.implementations-module .implementations-module-container{
		padding-left: 20rem;
		padding-right: 20rem;
	}
}
.implementations-module .implementations-module-container_boxes{
	grid-column-end: auto;
	grid-column-start: 1;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	-moz-column-gap: 1.75rem;
	     column-gap: 1.75rem;
	row-gap: 2.75rem;
}
@media (min-width: 768px){
	.implementations-module .implementations-module-container_boxes{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 1024px){
	.implementations-module .implementations-module-container_boxes{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
.implementations-module .implementations-module-container_boxes .single-implementation{
	display: flex;
	height: auto;
	min-height: 324px;
	width: 100%;
	max-width: 20rem;
	flex-direction: column;
	justify-content: center;
	justify-self: center;
	border-radius: 1rem;
	border-width: 3px;
	--tw-border-opacity: 1;
	border-color: rgba(225, 225, 225, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 3.5rem;
	padding-bottom: 1.5rem;
	--tw-shadow: 20px 20px 65px rgba(0, 0, 0, 0.17);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1024px){
	.implementations-module .implementations-module-container_boxes .single-implementation{
		max-width: 407px;
	}
}
.implementations-module .implementations-module-container_boxes .single-implementation.hidden{
	display: none;
}
.implementations-module .implementations-module-container_boxes .single-implementation-text{
	margin-top: 5rem;
	padding-right: 4rem;
}
@media (min-width: 1280px){
	.implementations-module .implementations-module-container_boxes .single-implementation-text p{
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
.implementations-module .implementations-module-container_boxes .single-implementation-text a{
	font-size: 15px;
	line-height: 140%;
}
@media (min-width: 768px){
	.implementations-module .implementations-module-container_boxes .single-implementation-text a{
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1280px){
	.implementations-module .implementations-module-container_boxes .single-implementation-text a{
		font-size: 20px;
		line-height: 150%;
	}
}
.implementations-module .implementations-module-container_boxes .single-implementation-button{
	margin-top: auto;
	display: flex;
	cursor: pointer;
	align-items: center;
	text-transform: uppercase;
}
.implementations-module .implementations-module-container_boxes .single-implementation-button a{
	text-transform: uppercase;
}
.implementations-module .implementations-module-container .read-more{
	margin-top: 5rem;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
}
@media (min-width: 768px){
	.implementations-module .implementations-module-container .read-more{
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
.implementations-module .implementations-module-container .read-more::before, .implementations-module .implementations-module-container .read-more::after {
  content: "";
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  height: 1px;
  width: 3.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
@media (min-width: 768px){
	.implementations-module .implementations-module-container .read-more::before, .implementations-module .implementations-module-container .read-more::after{
		margin-left: 1.25rem;
		margin-right: 1.25rem;
	}
	.implementations-module .implementations-module-container .read-more::before, .implementations-module .implementations-module-container .read-more::after{
		width: 5rem;
	}
}
.implementations-module .implementations-popup-bg{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 50;
	height: 100vh;
	width: 100vw;
	background-color: #C4C4C480;
}
@media (min-width: 768px){
	.implementations-module .implementations-popup-bg{
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.implementations-module .implementations-popup-bg{
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
}
@media (min-width: 1024px){
	.implementations-module .implementations-popup-bg{
		padding-left: 11rem;
		padding-right: 11rem;
	}
}
.implementations-module .implementations-popup-bg .popup-exit{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-right: 1.75rem;
	padding-top: 1.5rem;
}
@media (min-width: 768px){
	.implementations-module .implementations-popup-bg .popup-exit{
		padding-right: 3rem;
	}
}
.implementations-module .implementations-popup-bg .popup-exit div{
	margin-left: auto;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
	cursor: pointer;
	font-size: 3rem;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(153, 153, 153, var(--tw-text-opacity));
}
.implementations-module .implementations-popup-bg .implementations-popup-content{
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-bottom: 3rem;
}
.implementations-module .implementations-popup-bg .implementations-popup-content > section:not(.video__wrap) > *{
	margin-left: 0px;
	margin-right: 0px;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media (min-width: 768px){
	.implementations-module .implementations-popup-bg .implementations-popup-content > section:not(.video__wrap) > *{
		padding-left: 6rem;
		padding-right: 6rem;
	}
}
@media (min-width: 1280px){
	.implementations-module .implementations-popup-bg .implementations-popup-content > section:not(.video__wrap) > *{
		padding-left: 12rem;
		padding-right: 12rem;
	}
}
@media (min-width: 1536px){
	.implementations-module .implementations-popup-bg .implementations-popup-content > section:not(.video__wrap) > *{
		padding-left: 18rem;
		padding-right: 18rem;
	}
}
.implementations-module .implementations-popup-bg .implementations-popup-content > section:not(.video__wrap) > * *{
	padding-left: 0px;
	padding-right: 0px;
}
.implementations-module .implementations-popup-bg .implementations-popup-content section.video__wrap{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media (min-width: 768px){
	.implementations-module .implementations-popup-bg .implementations-popup-content section.video__wrap{
		padding-left: 6rem;
		padding-right: 6rem;
	}
}
@media (min-width: 1280px){
	.implementations-module .implementations-popup-bg .implementations-popup-content section.video__wrap{
		padding-left: 12rem;
		padding-right: 12rem;
	}
}
@media (min-width: 1536px){
	.implementations-module .implementations-popup-bg .implementations-popup-content section.video__wrap{
		padding-left: 18rem;
		padding-right: 18rem;
	}
}
.implementations-module .implementations-popup-bg .implementations-popup-content :last-child{
	margin-bottom: 1.75rem;
}
@media (min-width: 768px){
	.implementations-module .implementations-popup-bg .implementations-popup-content :last-child{
		margin-bottom: 0px;
	}
}
.implementations-module .implementations-popup-bg .implementations-popup-content .print-button{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media (min-width: 768px){
	.implementations-module .implementations-popup-bg .implementations-popup-content .print-button{
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.implementations-module .implementations-popup-bg .implementations-popup-content .print-button{
		padding-top: 1.75rem;
	}
}
@media (min-width: 1280px){
	.implementations-module .implementations-popup-bg .implementations-popup-content .print-button{
		padding-left: 12rem;
		padding-right: 12rem;
	}
}
@media (min-width: 1536px){
	.implementations-module .implementations-popup-bg .implementations-popup-content .print-button{
		padding-left: 18rem;
		padding-right: 18rem;
	}
}
.implementations-module .implementations-popup-bg .implementations-popup-content .print-button .print-as-pdf{
	margin-bottom: 0px;
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 192px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 141, 179, var(--tw-bg-opacity));
	padding: 0.875rem;
	font-family: "RalewayRegular", sans-serif;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}
.implementations-module .implementations-popup-bg .implementations-popup-content .print-button .print-as-pdf:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(66, 190, 222, var(--tw-bg-opacity));
}
@media (min-width: 768px){
	.implementations-module .implementations-popup-bg .implementations-popup-content .print-button .print-as-pdf{
		font-size: 18px;
		line-height: 140%;
	}
}
.implementations-module .implementations-popup-bg .implementations-popup-content::-webkit-scrollbar{
	display: none;
	width: 0.625rem;
	border-radius: 0.375rem;
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
@media (min-width: 768px){
	.implementations-module .implementations-popup-bg .implementations-popup-content::-webkit-scrollbar{
		display: block;
	}
}
.implementations-module .implementations-popup-bg .implementations-popup-content::-webkit-scrollbar-thumb{
	border-radius: 0.375rem;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 141, 179, var(--tw-bg-opacity));
}
.implementations-module .implementations-popup-bg .implementations-popup-content::-webkit-scrollbar-thumb:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(66, 190, 222, var(--tw-bg-opacity));
}

.site-footer .footer__wrap .registered-menu{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 2.5rem;
	padding-bottom: 1rem;
	text-align: left;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 640px){
	.site-footer .footer__wrap .registered-menu{
		padding-top: 6rem;
	}
	.site-footer .footer__wrap .registered-menu{
		padding-bottom: 6rem;
	}
}

@media (min-width: 768px){
	.site-footer .footer__wrap .registered-menu{
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

@media (min-width: 1536px){
	.site-footer .footer__wrap .registered-menu{
		padding-left: 14rem;
		padding-right: 14rem;
	}
}

@media (min-width: 1900px){
	.site-footer .footer__wrap .registered-menu{
		padding-left: 18rem;
		padding-right: 18rem;
	}
}
.site-footer .footer__wrap .registered-menu > *:not(:last-child, .footer-menu-img){
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
@media (min-width: 640px){
	.site-footer .footer__wrap .registered-menu > *:not(:last-child, .footer-menu-img){
		border-style: none;
	}
}
.site-footer .footer__wrap .registered-menu-box{
	position: relative;
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media (min-width: 640px){
	.site-footer .footer__wrap .registered-menu-box{
		margin-bottom: 2.5rem;
	}
	.site-footer .footer__wrap .registered-menu-box{
		width: 48%;
	}
	.site-footer .footer__wrap .registered-menu-box{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
@media (min-width: 1024px){
	.site-footer .footer__wrap .registered-menu-box{
		width: 23%;
	}
}
@media (min-width: 1536px){
	.site-footer .footer__wrap .registered-menu-box{
		width: 20%;
	}
}
@media (min-width: 640px){
	.site-footer .footer__wrap .registered-menu .footer-menu-img{
		width: 48%;
	}
}
@media (min-width: 1024px){
	.site-footer .footer__wrap .registered-menu .footer-menu-img{
		width: 25%;
	}
}
.site-footer .footer__wrap .registered-menu-heading{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	cursor: pointer;
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	transition-duration: 300ms;
}
@media (min-width: 640px){
	.site-footer .footer__wrap .registered-menu-heading{
		margin-bottom: 1rem;
	}
	.site-footer .footer__wrap .registered-menu-heading{
		cursor: auto;
	}
}
.site-footer .footer__wrap .registered-menu-heading:hover{
	font-weight: 700;
}
@media (min-width: 640px){
	.site-footer .footer__wrap .registered-menu-heading:hover{
		font-weight: 400;
	}
}
.site-footer .footer__wrap .registered-menu .footer__nav{
	max-height: 0px;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	overflow: hidden;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 640px){
	.site-footer .footer__wrap .registered-menu .footer__nav{
		display: block;
	}
	.site-footer .footer__wrap .registered-menu .footer__nav{
		max-height: 100%;
	}
	.site-footer .footer__wrap .registered-menu .footer__nav{
		overflow: auto;
	}
	.site-footer .footer__wrap .registered-menu .footer__nav{
		transition-property: none;
	}
}
.site-footer .footer__wrap .registered-menu .footer__nav.sub-opened{
	margin-top: 1rem;
	max-height: 30rem;
	padding-left: 0.625rem;
}
@media (min-width: 640px){
	.site-footer .footer__wrap .registered-menu .footer__nav.sub-opened{
		padding-left: 0px;
	}
}
@media (min-width: 768px){
	.site-footer .footer__wrap .registered-menu .footer__nav.sub-opened{
		margin-top: 0px;
	}
}
@media (min-width: 1024px){
	.site-footer .footer__wrap .registered-menu .footer__nav.sub-opened{
		padding-left: 0px;
	}
}
.site-footer .footer__wrap .registered-menu .menu-item{
	margin-bottom: 0.75rem;
	font-size: 14px;
	line-height: 15px;
}
@media (min-width: 768px){
	.site-footer .footer__wrap .registered-menu .menu-item{
		font-size: 16px;
		line-height: 18px;
	}
}
.site-footer .footer__wrap .registered-menu .menu-item a{
	font-family: "RalewayRegular", sans-serif;
}
.site-footer .footer__wrap .footer-menu-item::after {
  content: url("assets/icons/arrow_white.png");
  position: absolute;
  right: 0px;
  top: 0.75rem;
  display: block;
  height: 0.625rem;
  width: 1rem;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 500ms;
}
@media (min-width: 640px){
	.site-footer .footer__wrap .footer-menu-item::after{
		display: none;
	}
}
.site-footer .footer__wrap .footer-menu-item.sub-opened:not(.footer-menu-img)::after {
  transform: rotateX(180deg);
  transform-origin: center;
  top: 1.75rem;
}
.site-footer .footer__wrap .footer-menu-item.sub-opened .registered-menu-heading{
	font-weight: 700;
}
@media (min-width: 640px){
	.site-footer .footer__wrap .footer-menu-item.sub-opened .registered-menu-heading{
		font-weight: 400;
	}
}
.site-footer .footer__wrap .footer-menu-item.sub-opened .footer__nav .menu-item:hover{
	font-weight: 700;
}

.text .text__content h1, .text .text__content h2, .text .text__content h3{
	margin-top: 2.5rem;
	margin-bottom: 1.25rem;
}

@media (min-width: 768px){
	.text .text__content h1, .text .text__content h2, .text .text__content h3{
		margin-top: 60px;
	}
	.text .text__content h1, .text .text__content h2, .text .text__content h3{
		margin-bottom: 30px;
	}
}
.text .text__content h1:first-child, .text .text__content h2:first-child, .text .text__content h3:first-child{
	margin-top: 0px;
}
.text .text__content p, .text .text__content ul, .text .text__content ol{
	margin-bottom: 0.625rem;
}
@media (min-width: 768px){
	.text .text__content p, .text .text__content ul, .text .text__content ol{
		margin-bottom: 15px;
	}
}
.text .text__content ol{
	margin-left: 1.5rem;
	list-style-type: decimal;
}
@media (min-width: 768px){
	.text .text__content ol{
		margin-left: 2rem;
	}
}
.text .text__content a{
	font-size: 15px;
	line-height: 140%;
	text-decoration: underline;
}
@media (min-width: 768px){
	.text .text__content a{
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1280px){
	.text .text__content a{
		font-size: 20px;
		line-height: 150%;
	}
}

.text-columns__left a{
	font-size: 15px;
	line-height: 140%;
	text-decoration: underline;
}

@media (min-width: 768px){
	.text-columns__left a{
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media (min-width: 1280px){
	.text-columns__left a{
		font-size: 20px;
		line-height: 150%;
	}
}
.text-columns__right a{
	font-size: 15px;
	line-height: 140%;
	text-decoration: underline;
}
@media (min-width: 768px){
	.text-columns__right a{
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1280px){
	.text-columns__right a{
		font-size: 20px;
		line-height: 150%;
	}
}

.gallery-section .gallery__image{
	height: 15rem;
	max-width: 20rem;
}
.gallery-section .gallery__image .img{
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}

.implementations-popup-content .gallery {
  margin: 0 auto !important;
}

.search-result-container{
	padding-top: 4rem;
	padding-bottom: 4rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

@media (min-width: 640px){
	.search-result-container{
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

@media (min-width: 768px){
	.search-result-container{
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

@media (min-width: 1024px){
	.search-result-container{
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

@media (min-width: 1280px){
	.search-result-container{
		padding-left: 13rem;
		padding-right: 13rem;
	}
}

@media (min-width: 1536px){
	.search-result-container{
		padding-left: 20rem;
		padding-right: 20rem;
	}
}

.search-result-container_boxes{
	grid-column-end: auto;
	grid-column-start: 1;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	-moz-column-gap: 1.75rem;
	     column-gap: 1.75rem;
	row-gap: 2.25rem;
}

@media (min-width: 768px){
	.search-result-container_boxes{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px){
	.search-result-container_boxes{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.single-result{
	display: flex;
	height: auto;
	min-height: 324px;
	width: 100%;
	max-width: 20rem;
	flex-direction: column;
	justify-content: space-between;
	justify-self: center;
	border-radius: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 2.5rem;
	padding-bottom: 1.5rem;
	--tw-shadow: 20px 20px 65px rgba(0, 0, 0, 0.17);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
	.single-result{
		padding-left: 3.5rem;
	}
}

@media (min-width: 1024px){
	.single-result{
		max-width: 407px;
	}
}
.single-result-text{
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-right: 2.5rem;
	font-family: "RalewayRegular", sans-serif;
	font-size: 15px;
	line-height: 140%;
}
@media (min-width: 768px){
	.single-result-text{
		padding-right: 4rem;
	}
	.single-result-text{
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1280px){
	.single-result-text{
		font-size: 20px;
		line-height: 150%;
	}
}
.single-result-button{
	display: flex;
	align-items: center;
}
.single-result-button a{
	display: flex;
	font-family: "RalewayBold", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 200ms;
}
.single-result-button a:hover{
	--tw-text-opacity: 1;
	color: rgba(0, 141, 179, var(--tw-text-opacity));
}

.search-result-empty{
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

@media (min-width: 1280px){
	.search-result-empty{
		padding-left: 0px;
		padding-right: 0px;
	}
}

.logos-module-section img{
	height: 100%;
	width: auto;
}

.hover\:bg-btnHover:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(66, 190, 222, var(--tw-bg-opacity));
}

.hover\:text-\[\#008DB3\]:hover{
	--tw-text-opacity: 1;
	color: rgba(0, 141, 179, var(--tw-text-opacity));
}

.focus\:outline-none:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}

@media (min-width: 640px){
	.sm\:mx-10{
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}
	.sm\:ml-10{
		margin-left: 2.5rem;
	}
	.sm\:h-20{
		height: 5rem;
	}
	.sm\:w-96{
		width: 24rem;
	}
	.sm\:px-20{
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.sm\:pb-16{
		padding-bottom: 4rem;
	}
}

@media (min-width: 768px){
	.md\:aspect-h-4{
		--tw-aspect-h: 4;
	}
	.md\:order-none{
		order: 0;
	}
	.md\:mx-0{
		margin-left: 0px;
		margin-right: 0px;
	}
	.md\:mb-2{
		margin-bottom: 0.5rem;
	}
	.md\:mb-0{
		margin-bottom: 0px;
	}
	.md\:ml-1{
		margin-left: 0.25rem;
	}
	.md\:mb-24{
		margin-bottom: 6rem;
	}
	.md\:mb-12{
		margin-bottom: 3rem;
	}
	.md\:ml-0{
		margin-left: 0px;
	}
	.md\:mt-10{
		margin-top: 2.5rem;
	}
	.md\:h-28{
		height: 7rem;
	}
	.md\:max-h-52{
		max-height: 13rem;
	}
	.md\:min-h-\[185px\]{
		min-height: 185px;
	}
	.md\:w-1\/2{
		width: 50%;
	}
	.md\:w-10\/12{
		width: 83.333333%;
	}
	.md\:w-\[190px\]{
		width: 190px;
	}
	.md\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:flex-row{
		flex-direction: row;
	}
	.md\:flex-row-reverse{
		flex-direction: row-reverse;
	}
	.md\:items-stretch{
		align-items: stretch;
	}
	.md\:justify-end{
		justify-content: flex-end;
	}
	.md\:justify-evenly{
		justify-content: space-evenly;
	}
	.md\:p-8{
		padding: 2rem;
	}
	.md\:px-24{
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.md\:py-20{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.md\:px-36{
		padding-left: 9rem;
		padding-right: 9rem;
	}
	.md\:px-16{
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.md\:px-14{
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
	.md\:py-14{
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
	.md\:pb-20{
		padding-bottom: 5rem;
	}
	.md\:pb-0{
		padding-bottom: 0px;
	}
	.md\:pt-\[25\%\]{
		padding-top: 25%;
	}
	.md\:pt-24{
		padding-top: 6rem;
	}
	.md\:pb-64{
		padding-bottom: 16rem;
	}
	.md\:pb-28{
		padding-bottom: 7rem;
	}
	.md\:pb-24{
		padding-bottom: 6rem;
	}
	.md\:text-left{
		text-align: left;
	}
	.md\:text-16px{
		font-size: 16px;
		line-height: 18px;
	}
	.md\:text-18px{
		font-size: 18px;
		line-height: 140%;
	}
}

@media (min-width: 1024px){
	.lg\:mt-11{
		margin-top: 2.75rem;
	}
	.lg\:flex{
		display: flex;
	}
	.lg\:grid{
		display: grid;
	}
	.lg\:max-w-\[407px\]{
		max-width: 407px;
	}
	.lg\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.lg\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lg\:flex-row{
		flex-direction: row;
	}
	.lg\:py-40{
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
	.lg\:px-20{
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.lg\:px-16{
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.lg\:pb-32{
		padding-bottom: 8rem;
	}
	.lg\:pt-20{
		padding-top: 5rem;
	}
}

@media (min-width: 1280px){
	.xl\:max-h-80{
		max-height: 20rem;
	}
	.xl\:min-h-\[190px\]{
		min-height: 190px;
	}
	.xl\:w-48{
		width: 12rem;
	}
	.xl\:rounded-2xl{
		border-radius: 1rem;
	}
	.xl\:p-12{
		padding: 3rem;
	}
	.xl\:px-0{
		padding-left: 0px;
		padding-right: 0px;
	}
	.xl\:py-32{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.xl\:px-52{
		padding-left: 13rem;
		padding-right: 13rem;
	}
	.xl\:px-28{
		padding-left: 7rem;
		padding-right: 7rem;
	}
	.xl\:pr-16{
		padding-right: 4rem;
	}
	.xl\:pl-7{
		padding-left: 1.75rem;
	}
	.xl\:pl-0{
		padding-left: 0px;
	}
	.xl\:pr-10{
		padding-right: 2.5rem;
	}
}

@media (min-width: 1536px){
	.\32xl\:px-80{
		padding-left: 20rem;
		padding-right: 20rem;
	}
	.\32xl\:px-56{
		padding-left: 14rem;
		padding-right: 14rem;
	}
}

@media (min-width: 1050px){
	.\31 050px\:mx-auto{
		margin-left: auto;
		margin-right: auto;
	}
}
