/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./components/main.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
/* 1. Tailwind layers */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #d5d5d4; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: var(--font-calydo), sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
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)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
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;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
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)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #aaaba9; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #aaaba9; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
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;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.end-0 {
  inset-inline-end: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.top-0 {
  top: 0px;
}
.z-\[1\] {
  z-index: 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.m-6 {
  margin: 1.5rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.me-3 {
  margin-inline-end: 0.75rem;
}
.me-4 {
  margin-inline-end: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-auto {
  margin-right: auto;
}
.ms-1 {
  margin-inline-start: 0.25rem;
}
.ms-2 {
  margin-inline-start: 0.5rem;
}
.ms-4 {
  margin-inline-start: 1rem;
}
.ms-auto {
  margin-inline-start: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[64px\] {
  margin-top: 64px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-12 {
  height: 3rem;
}
.h-20 {
  height: 5rem;
}
.h-full {
  height: 100%;
}
.min-h-\[170px\] {
  min-height: 170px;
}
.w-12 {
  width: 3rem;
}
.w-20 {
  width: 5rem;
}
.w-\[200px\] {
  width: 200px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.flex-grow {
  flex-grow: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), 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 {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-\[24px_auto\] {
  grid-template-columns: 24px auto;
}
.grid-cols-\[60px_1fr\] {
  grid-template-columns: 60px 1fr;
}
.grid-cols-\[96px_auto\] {
  grid-template-columns: 96px auto;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(213 213 212 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 192 191 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(170 171 169 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pe-1 {
  padding-inline-end: 0.25rem;
}
.pe-3 {
  padding-inline-end: 0.75rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-0 {
  padding-right: 0px;
}
.ps-0 {
  padding-inline-start: 0px;
}
.ps-2 {
  padding-inline-start: 0.5rem;
}
.ps-4 {
  padding-inline-start: 1rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[21px\] {
  font-size: 21px;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-darken-600 {
  color: #00000099;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-\[0\.4\] {
  opacity: 0.4;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
/* 2. Custom SCSS imports */
:root {
  --body-color: #191919;
  --text-primary-dark: #ffffff;
}

/* colors light mode */
/* colors dark mode */
/* colors light mode */
/* colors dark mode */
/* colors light mode */
/* colors dark mode */
/* colors light mode */
/* colors dark mode */
/* colors light mode */
/* colors dark mode */
.shadow {
  box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.25) !important;
  transition: 0.3s all ease;
  cursor: pointer;
}
.shadow:hover {
  box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.25) !important;
  transition: 0.3s all ease;
}

/* colors light mode */
/* colors dark mode */
/* colors light mode */
/* colors dark mode */
@font-face {
  font-family: "Aktiv Grotesk";
  src: url(../js/../fonts/AktivGrotesk-Regular..otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aktiv Grotesk Light";
  src: url(../js/../fonts/AktivGrotesk-Light..otf) format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aktiv Grotesk Medium";
  src: url(../js/../fonts/AktivGrotesk-Medium..otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aktiv Grotesk Bold";
  src: url(../js/../fonts/AktivGrotesk-Bold..otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 100%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  color: #000;
}

body {
  min-height: 100vh;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

main {
  flex: 1;
  position: relative;
  z-index: 1;
}

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

section {
  transition: all 0.6s ease-out;
}

.container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all 0.6s ease-out;
}
@media (min-width: 768px) {
  .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1920px) {
  .container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.container_wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
  max-width: 1920px;
}
@media (min-width: 768px) {
  .container_wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1440px) {
  .container_wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1920px) {
  .container_wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.homeHero.container_wrapper {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .homeHero.container_wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1440px) {
  .homeHero.container_wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1920px) {
  .homeHero.container_wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.container--small {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.container--small > div {
  grid-column: 2/span 10;
}
@media (min-width: 768px) {
  .container--small > div {
    grid-column: 2/span 10;
  }
}
@media (min-width: 1024px) {
  .container--small > div {
    grid-column: 3/span 8;
  }
}

.container_inner {
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .container_inner {
    padding: 3rem 0;
  }
}
@media (min-width: 1440px) {
  .container_inner {
    padding: 4rem 0;
  }
}
@media (min-width: 1920px) {
  .container_inner {
    padding: 5rem 0;
  }
}

.container_inner-small {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .container_inner-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .container_inner-small > div {
    grid-column: 2/span 10;
  }
}
@media (min-width: 1440px) {
  .container_inner-small {
    padding-top: 4rem;
    padding-bottom: 4rem;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .container_inner-small > div {
    grid-column: 3/span 8;
  }
}
@media (min-width: 1920px) {
  .container_inner-small {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}

.grid-system {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (min-width: 1440px) {
  .grid-system {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (min-width: 1920px) {
  .grid-system {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

.hide__elem {
  display: none;
}

.background-shade {
  background-color: #F7F7F7;
}

.background-white {
  background-color: #fff;
}

.background-darkgrey {
  background-color: #425563;
}
.background-darkgrey * {
  color: #fff;
  fill: #fff;
}

.background-grey {
  background-color: #ECEEEF;
}

.background-blue {
  background-color: #55C5E9;
}

.background-green {
  background-color: #79863C;
}
.background-green * {
  color: #fff;
  fill: #fff;
}

@media (min-width: 768px) {
  .text-two-column {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}

.hidden {
  display: none;
}

.card__collapsed {
  max-height: 0px;
  overflow: hidden;
}

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #55C5E9;
}

::selection {
  color: #ffffff;
  background: #55C5E9;
}

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-thumb {
  background: #55C5E9;
  border-radius: 10rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #D1DDF2;
}

img {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.c-p {
  cursor: pointer;
}

.text-lead,
.text-lead + p {
  font-size: 21px;
  font-weight: 300;
  line-height: 135%;
  margin-bottom: 16px;
}
@media (min-width: 1440px) {
  .text-lead,
  .text-lead + p {
    font-size: 24px;
  }
}

.text__simple a,
.text__simple a span {
  color: #55C5E9 !important;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.text__simple a:hover,
.text__simple a span:hover {
  border-bottom: 1px solid #55C5E9;
}

.background-blue .text__simple a,
.background-blue .text__simple a span {
  color: #fff !important;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.background-blue .text__simple a:hover,
.background-blue .text__simple a span:hover {
  border-bottom: 1px solid #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
  .scrollAnim .container {
    transition: all 0.5s ease-out;
    transform: translateY(200px) !important;
    opacity: 0 !important;
  }
  /* Create a custom animation */
  @keyframes move-out {
    to {
      translate: 150px -400px;
      opacity: 0;
      scale: 0.5;
    }
  }
  @keyframes move-in {
    from {
      translate: 100vi 0;
    }
  }
  /* Apply the custom animation to the old and new page states */
  ::view-transition-old(root) {
    animation: 0.4s ease-in both move-out;
  }
  ::view-transition-new(root) {
    animation: 0.4s ease-in both move-in;
  }
  .header__logo {
    view-transition-name: headerLogo;
  }
  .header {
    view-transition-name: header;
  }
}
.CookieDeclaration {
  display: none !important;
}

/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

: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;
  /* Fix of Webkit flickering */
  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;
}

/* Auto Height */
.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);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .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:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .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);
  }
}
/* Slide styles end */
.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-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

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

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

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

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .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& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &: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-vertical > .swiper-pagination-bullets,
.swiper-pagination-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-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

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

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

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .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-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.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-disabled {
    display: none !important;
  }
  .swiper-horizontal > &,
  &.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-vertical > &,
  &.swiper-scrollbar-vertical {
    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;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  > img,
  > svg,
  > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

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

.swiper-thumbs {
  .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
}

.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-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube {
  .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    &:before {
      content: "";
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
  }
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}

/* Cube slide shadows start */
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-top,
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

/* Flip slide shadows start */
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-top,
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

/* Flip slide shadows end */
.swiper-creative {
  .swiper-slide {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

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

body {
  font-family: "Aktiv Grotesk Light", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Aktiv Grotesk Light", sans-serif;
  margin-top: 0;
}

h1,
.h1 {
  font-size: 28px;
  line-height: 120%;
}
@media (min-width: 1440px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}
@media (min-width: 1920px) {
  h1,
  .h1 {
    font-size: 64px;
  }
}

h2,
.h2 {
  font-size: 24px;
  line-height: 120%;
}
@media (min-width: 1440px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media (min-width: 1920px) {
  h2,
  .h2 {
    font-size: 48px;
  }
}

h3,
.h3 {
  font-size: 21px;
  line-height: 120%;
}
@media (min-width: 1440px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media (min-width: 1920px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}

h4,
.h4 {
  font-size: 18px;
  line-height: 120%;
}
@media (min-width: 1440px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}

h5,
h6,
.h5,
.h6 {
  font-size: 16px;
  line-height: 120%;
}

p,
li {
  text-rendering: auto;
  font-size: 18px;
  line-height: 135%;
  margin-top: 0;
}
@media (min-width: 768px) {
  p,
  li {
    font-size: 20px;
  }
}
p:last-of-type,
li:last-of-type {
  margin-bottom: 0;
}
p.title_lg,
li.title_lg {
  font-size: 21px;
  line-height: 120%;
}
@media (min-width: 1440px) {
  p,
  li {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  p,
  li {
    font-size: 22px;
  }
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style-position: outside;
  margin-left: 0;
  padding-left: 18px;
}

ol {
  padding-left: 24px;
}

ul ul,
ol ol {
  margin-left: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

blockquote {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
}

.text__lead, .text__lead p {
  font-family: "Aktiv Grotesk Light", sans-serif;
  font-style: normal;
  font-size: 21px;
  line-height: 135%;
}
@media (min-width: 1440px) {
  .text__lead, .text__lead p {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .text__lead, .text__lead p {
    font-size: 28px;
  }
}
.text-strong {
  font-weight: 700;
  font-family: "Aktiv Grotesk Bold";
}
.text-section {
  font-size: 21px;
  line-height: 120%;
}
.text-large {
  font-weight: 300;
  font-size: 28px;
  line-height: 135%;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .text-large {
    font-size: 36px;
  }
}
.text-small {
  font-size: 14px;
  line-height: 135%;
  margin-bottom: 0;
  margin-top: 4px;
}
@media (min-width: 1440px) {
  .text-small {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .text-small {
    font-size: 18px;
  }
}

b, strong, .text-bold {
  font-family: "Aktiv Grotesk Bold";
}

.linkList__item {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.linkList__item svg {
  transition: all 0.3s linear;
}
@media (min-width: 1440px) {
  .linkList__item:hover svg {
    transform: translateX(16px);
    fill: #55C5E9;
  }
}

.btn {
  position: relative;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 1920px) {
  .btn {
    font-size: 18px;
  }
}
.btn svg {
  position: relative;
  transition: all 0.3s ease;
  width: 1.5rem;
  height: 1.5rem;
  padding: 2px;
}
.btn:hover svg {
  transform: translateX(10px);
}
.btn.no-hover:hover svg {
  transform: translateX(0px);
}
.btn--default {
  padding: 0;
}
.btn--secondary {
  background-color: transparent;
  border: 0.1rem solid black;
  color: light-dark(black, #ffffff);
}
.btn--secondary:hover {
  color: light-dark(rgba(66, 85, 99, 0.8), rgba(255, 255, 255, 0.8));
  border-color: rgba(66, 85, 99, 0.8);
}
.btn--secondary:hover svg {
  fill: light-dark(rgba(66, 85, 99, 0.8), rgba(255, 255, 255, 0.8));
}
.btn--secondary:active {
  color: light-dark(#666666, #cccccc);
  border-color: #666666;
}
.btn--secondary:active svg {
  fill: light-dark(#666666, #cccccc);
}
.btn--primary, .btn--submit {
  background: light-dark(black, #fff);
  color: light-dark(#fff, #55C5E9);
}
.btn--primary:hover, .btn--submit:hover {
  background: light-dark(rgba(66, 85, 99, 0.8), rgba(255, 255, 255, 0.8));
}
.btn--primary:active, .btn--submit:active {
  background: light-dark(#666666, #cccccc);
}
.btn--primary > *, .btn--submit > * {
  color: light-dark(#fff, #55C5E9);
}
.btn--primary svg, .btn--submit svg {
  fill: light-dark(#fff, #55C5E9);
}

.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  fill: currentColor;
}

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

.icon--m {
  width: 40px;
  height: 40px;
}

.icon--l {
  width: 60px;
  height: 60px;
}

.inlinesvg .icon {
  background-repeat: repeat;
  background-size: auto auto;
}

.asset {
  overflow: hidden;
}
.asset__img {
  object-fit: cover;
}
.asset > * {
  object-position: center;
  object-fit: cover;
}
.asset__format_169, .asset__format_169 img, .asset__format_169 video {
  aspect-ratio: 16/9;
}
.asset__format_43, .asset__format_43 img, .asset__format_43 video {
  aspect-ratio: 4/3;
}
.asset__format_11, .asset__format_11 img, .asset__format_11 video {
  aspect-ratio: 1/1;
}
.asset__format_34, .asset__format_34 img, .asset__format_34 video {
  aspect-ratio: 3/4;
}
.asset__format_219, .asset__format_219 img, .asset__format_219 video {
  aspect-ratio: 21/9;
}
.asset__format_w100HFlex, .asset__format_w100HFlex img, .asset__format_w100HFlex video {
  width: 100% !important;
  height: auto !important;
}
.asset__format_wFlexH100, .asset__format_wFlexH100 img, .asset__format_wFlexH100 video {
  width: auto !important;
  height: 100% !important;
  margin: 0 auto;
}

.input-wrapper {
  position: relative;
}
.input-wrapper.light input,
.input-wrapper.light input:focus {
  color: light-dark(#fff, #666666);
}
.input-wrapper.light .input-field {
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
.input-wrapper.light .input-field + label {
  color: rgba(255, 255, 255, 0.32);
}
.input-wrapper.light:hover .input-field {
  border-bottom: 1px solid #fff;
}
.input-wrapper.light:hover .input-field + label {
  color: #fff;
}
.input-wrapper:hover .input-field {
  border-bottom: 1px solid light-dark(rgba(85, 197, 233, 0.8), rgba(255, 255, 255, 0.8));
}
.input-wrapper:hover .input-field + label {
  color: light-dark(rgba(85, 197, 233, 0.8), rgba(255, 255, 255, 0.8));
}
.input-wrapper textarea.input-field {
  padding: 0;
  height: 5rem;
}
.input-wrapper .input-field {
  width: 100%;
  padding: 20px 0px;
  border: none;
  outline: none;
  border-bottom: 1px solid #666666;
  background: transparent;
}
.input-wrapper .input-field:focus {
  color: light-dark(#000, #ffffff);
}
.input-wrapper .input-field + label {
  position: absolute;
  top: 20px;
  left: 0px;
  pointer-events: none;
  transition: 0.5s;
  color: light-dark(rgba(0, 0, 0, 0.4), #ffffff);
}
.input-wrapper .input-field:not([type=radio]):not(:-moz-placeholder) + label, .input-wrapper .input-field select:not(:-moz-placeholder) + label, .input-wrapper .input-field textarea:not(:-moz-placeholder) + label {
  position: absolute;
  top: -14px;
  font-size: 1rem;
  -moz-transition: 0.15s all ease-in;
  transition: 0.15s all ease-in;
}
.input-wrapper .input-field:not([type=radio]):not(:placeholder-shown) + label,
.input-wrapper .input-field select:not(:placeholder-shown) + label,
.input-wrapper .input-field textarea:not(:placeholder-shown) + label {
  position: absolute;
  top: -14px;
  font-size: 1rem;
  transition: 0.15s all ease-in;
}
.input-wrapper .disabled {
  pointer-events: none;
}
.input-wrapper .form-attachment {
  opacity: 0;
  padding: 2rem 0;
  cursor: pointer;
}
.input-wrapper .form-attachment:hover + .attachment-placeholder .icon {
  color: light-dark(#000, #ffffff);
}

.select__html_wrapper .select__dropdown {
  position: relative;
}
.select__html_wrapper .select__dropdown::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1.5rem;
  width: 1.4rem;
  height: 0.8rem;
  background-color: #000;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  pointer-events: none;
}
.select__html_wrapper .select__dropdown .select__title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .select__html_wrapper .select__dropdown .select__title {
    font-size: 16px;
  }
}
.select__html_wrapper .select__dropdown .select__html {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  min-width: 100%;
  min-height: 3rem;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  outline: none;
  font-family: inherit;
  cursor: inherit;
  line-height: inherit;
  font-size: 16px;
  font-weight: 300;
  background: #fff;
}
.select__html_wrapper .select__dropdown .select__html option {
  font-size: 16px;
  font-weight: 300;
  background: #fff;
}
@media (min-width: 768px) {
  .select__html_wrapper .select__dropdown .select__html {
    font-size: 18px;
  }
  .select__html_wrapper .select__dropdown .select__html option {
    font-size: 18px;
  }
}

.dropdown__main {
  cursor: pointer;
}
.dropdown__main .input-field {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid light-dark(#000, #ffffff);
  padding: 2rem 0;
  width: 100%;
  color: light-dark(#55C5E9, #ffffff);
}
.dropdown__main label {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown__main label.selected {
  top: -0.6rem;
  font-size: 1rem;
  transform: none;
}
.dropdown__main svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 1.2rem;
  color: light-dark(rgba(0, 0, 0, 0.32), #ffffff);
}
.dropdown__main:hover svg {
  color: light-dark(#000, rgba(255, 255, 255, 0.8));
}
.dropdown__main.active svg {
  transform: rotate(-180deg);
  top: 25%;
}
.dropdown__main input {
  cursor: pointer;
}

.button-group .mr-1 {
  margin-right: 0.8rem;
}
.button-group__button:not(:first-child) {
  position: relative;
  left: -0.1rem;
}
.button-group__button label {
  border: 1px solid black;
  color: black;
  cursor: pointer;
}
.button-group__button label:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
  color: white;
}
.button-group__button input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.button-group__button input:checked + label {
  background: black;
  color: white;
}

.radio__wrapper {
  gap: 18px;
  display: flex;
  align-items: center;
}
.radio__wrapper:hover label {
  color: rgba(78, 117, 178, 0.8);
}
.radio__wrapper:hover input[type=radio] {
  border: 2px solid #55C5E9;
  cursor: pointer;
}
.radio__wrapper:hover input[type=checkbox] {
  border: 0.3rem solid #55C5E9;
  border-radius: 2px;
  cursor: pointer;
}
.radio__wrapper:hover input[type=checkbox] + label {
  cursor: pointer;
}
.radio__wrapper input[type=radio],
.radio__wrapper input[type=checkbox] {
  -webkit-appearance: none;
  display: inline-grid;
  place-content: center;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 2px solid #55C5E9;
  border-radius: 50%;
  transform: translateY(-0.075em);
}
.radio__wrapper input[type=radio]::before,
.radio__wrapper input[type=checkbox]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.1s transform ease-in-out;
  box-shadow: inset 1em 1em #55C5E9;
}
.radio__wrapper input[type=radio]:checked,
.radio__wrapper input[type=checkbox]:checked {
  border: 0.15em solid #55C5E9;
}
.radio__wrapper input[type=radio]:checked::before,
.radio__wrapper input[type=checkbox]:checked::before {
  transform: scale(1);
}
.radio__wrapper input[type=radio]:disabled,
.radio__wrapper input[type=checkbox]:disabled {
  border: 0.15em solid #b3b3b3;
}
.radio__wrapper input[type=radio]:disabled ~ label,
.radio__wrapper input[type=checkbox]:disabled ~ label {
  color: #b3b3b3;
}
.radio__wrapper input[type=checkbox] {
  border-radius: 2px;
  border: 3px solid #55C5E9;
}
.radio__wrapper input[type=checkbox]:before {
  border-radius: 0;
  width: 18px;
  height: 18px;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3335 0H2.3335C1.2235 0 0.333496 0.9 0.333496 2V16C0.333496 17.1 1.2235 18 2.3335 18H16.3335C17.4435 18 18.3335 17.1 18.3335 16V2C18.3335 0.9 17.4435 0 16.3335 0ZM7.3335 14L2.3335 9L3.7435 7.59L7.3335 11.17L14.9235 3.58L16.3335 5L7.3335 14Z' fill='%2355C5E9'/%3E%3C/svg%3E%0A");
}
.radio__wrapper .form-control + .form-control {
  margin-top: 1em;
}

.range-wrapper {
  position: relative;
  height: 6rem;
  z-index: 1;
}
.range-wrapper label {
  cursor: pointer;
}
.range-wrapper .range-input-double {
  position: absolute;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: none;
  pointer-events: none;
  z-index: -1;
}
.range-wrapper .range-input-double:nth-child(2) {
  background: none !important;
}
.range-wrapper .range-input {
  width: 100%;
  margin: 3.6rem 0;
  height: 0.4rem;
  border: none;
  background: light-dark(#000, #fff);
  -webkit-appearance: none;
  background-image: linear-gradient(#666666, #666666);
  background-size: 0% 100%;
  background-repeat: no-repeat;
}
.range-wrapper .range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  margin-top: -0.7rem;
  background: light-dark(#55C5E9, #cccccc);
  cursor: pointer;
  pointer-events: all;
}
.range-wrapper .range-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.4rem;
  margin-top: -1.9rem;
  cursor: pointer;
  border: none;
  position: absolute;
  z-index: -1;
}
.range-wrapper .range-label {
  position: absolute;
  top: 0;
  left: 0;
}
.range-wrapper .range-value {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}
.range-wrapper.half {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .range-wrapper.half {
    width: calc(50% - 2.4rem);
  }
  .range-wrapper.half:nth-child(even) {
    margin-left: 3.6rem;
  }
}
.range-markers {
  display: flex;
  justify-content: space-between;
  margin-top: -4.3rem;
}
.range-markers-double {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 3.3rem;
  z-index: -5;
}
.range-markers-marker::before {
  content: "";
  display: block;
  background-color: light-dark(#333333, #cccccc);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.button-group__button {
  position: relative;
  height: 44px;
}
@media (min-width: 768px) {
  .button-group__button {
    height: 54px;
  }
}
.button-group__button input {
  top: 0px;
  left: 0px;
}
.button-group__button label {
  font-size: 16px;
}
@media (min-width: 768px) {
  .button-group__button label {
    font-size: 18px;
  }
}
.button-group__title {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}

form .input-wrapper label,
form .input-wrapper input,
form textarea {
  font-size: 16px;
}
@media (min-width: 768px) {
  form .input-wrapper label,
  form .input-wrapper input,
  form textarea {
    font-size: 18px;
  }
}

.accordion__item {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1019607843);
}
.accordion__title {
  display: grid;
  grid-template-columns: auto 32px;
  align-items: center;
  gap: 0.5rem;
  font-size: 21px;
  line-height: 1.35;
  padding: 1rem 1.5rem;
}
.accordion__title svg {
  transition: all 0.5s ease;
  width: 2rem;
  height: 2rem;
  padding: 2px;
  color: light-dark(black, #ffffff);
  fill: light-dark(black, #ffffff);
}
.accordion__content {
  padding: 0px 1.5rem 0px;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.accordion__open .accordion__content {
  padding: 0px 1.5rem 16px;
  max-height: 500vh;
}
.accordion__open .accordion__title svg {
  transform: rotate(180deg);
}

.hero-spacer {
  width: 100%;
  height: 62px;
  background-color: white;
}
@media (min-width: 1440px) {
  .hero-spacer {
    height: 120px;
  }
}
.hero .asset,
.hero img {
  width: 100%;
  aspect-ratio: 16/9;
}
@media (min-width: 1440px) {
  .hero .asset,
  .hero img {
    aspect-ratio: 21/9;
    max-height: 820px;
  }
}
.homeHero {
  --animation-time: 1s;
}
.homeHero__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  min-height: 100dvh;
}
.homeHero__title, .homeHero__title * {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .homeHero__title, .homeHero__title * {
    font-size: 64px;
  }
}
.homeHero__title {
  animation: heroContentOpacityAnimation var(--animation-time) ease forwards;
}
.homeHero .btn {
  animation: heroContentBtnOpacityAnimation var(--animation-time) ease forwards;
}
.homeHero__content {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 40px 24px;
  transform-origin: bottom left;
  animation: heroContentAnimation var(--animation-time) ease forwards;
  width: 100%;
  transition: padding var(--animation-time) linear;
}
.homeHero__content_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .homeHero__content_wrapper {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .homeHero__content_wrapper {
    width: 33.33%;
    left: 66.66%;
  }
}
@media (min-width: 768px) {
  .homeHero__content {
    gap: 40px;
    padding: 48px;
    animation: heroContentAnimationTablet var(--animation-time) ease forwards;
  }
}

@keyframes heroContentAnimation {
  0% {
    width: 0px;
    height: 0px;
    padding: 0px;
  }
  100% {
    width: 100%;
    height: auto;
    padding: 40px 24px;
  }
}
@keyframes heroContentAnimationTablet {
  0% {
    width: 0px;
    height: 0px;
    padding: 0px;
  }
  100% {
    width: 100%;
    height: auto;
    padding: 48px;
  }
}
@keyframes heroContentOpacityAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .text .container_wrapper {
    background-color: transparent;
  }
}
.text__simple p:not(:last-of-type) {
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .text__container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .text__container > div {
    grid-column: 2/span 10;
  }
}
@media (min-width: 1024px) {
  .text__container.align-left > div {
    grid-column: 2/span 8;
  }
  .text__container.align-right > div {
    grid-column: 5/span 8;
  }
}

@media (min-width: 768px) {
  .timeline {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.timeline__title {
  text-align: center;
}
.timeline__column {
  position: relative;
  padding-left: 12px;
}
.timeline__column::-webkit-scrollbar {
  width: 2px;
}
.timeline__column::-webkit-scrollbar-thumb {
  background: #55C5E9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.timeline__column::-webkit-scrollbar-thumb:hover {
  background: #D1DDF2;
}
.timeline__item {
  position: relative;
  max-width: calc(100% - 28px);
  padding: 24px;
  border-left: 4px dashed rgb(200, 200, 200);
  border-top: none;
}
.timeline__item::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #55C5E9;
  position: absolute;
  top: 0px;
  left: -4px;
}
.timeline__item:first-of-type::before {
  height: calc(100% - 32px);
  top: 32px;
}
.timeline__item:last-of-type::before {
  height: calc(100% - 32px);
}
.timeline__item:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #55C5E9;
  border-radius: 100%;
  border: 2px solid white;
  position: absolute;
  top: 32px;
  left: -12px;
  transition: all 200ms ease-in;
}
.timeline__item .timestamp__month {
  font-size: 40px;
}
.timeline__item .timestamp__year {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  padding-left: 8px;
  margin-left: 8px;
}
@media (min-width: 1440px) {
  .timeline__item .timestamp__year {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .timeline__item .timestamp__year {
    font-size: 22px;
  }
}
.timeline__title {
  margin-bottom: 40px;
}

.share .icon {
  width: 48px;
  height: 48px;
  color: currentColor;
}
.share__link_back {
  opacity: 0.6;
}
.share__link_back:hover {
  opacity: 1;
}
.share-button {
  opacity: 0.6;
}
.share-button:hover {
  opacity: 1;
}
.share__links {
  transition: all 0.3s linear;
  transform: translateX(calc(100% - 76px));
}
@media (min-width: 1024px) {
  .share__links {
    transform: translateX(calc(100% - 132px));
  }
}
.share__links.active {
  transform: translateX(0px);
  background-color: rgba(255, 255, 255, 0.2);
}
.share__links_wrapper .icon {
  width: 18px;
  height: 18px;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .share__links_wrapper .icon {
    width: 24px;
    height: 24px;
  }
}
.share__links_wrapper .icon:hover {
  opacity: 1;
}
.share span {
  font-size: 16px;
}

.slider .btn.card__item_link {
  padding-left: 0;
}
.slider a.swiper-slide:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  cursor: pointer;
}
.slider .swiper-slide:hover {
  cursor: grab;
}
.slider .swiper-slide:active {
  cursor: grabbing;
}
.slider .swiper {
  padding-top: 40px;
}
.slider .swiper-pagination {
  top: 0px;
  bottom: auto;
}
.slider .swiper-pagination-bullet {
  background-color: #fff;
  border: 0.1rem solid black;
  opacity: 1 !important;
  position: relative;
  z-index: 1;
  width: 0.8rem;
  height: 0.8rem;
}
.slider .swiper-pagination-bullet-active {
  background-color: black;
}
.slider .swiper-button-disabled {
  opacity: 0.35;
}
.slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -1px auto 0;
}
.slider .swiper-button-prev,
.slider .swiper-button-next {
  padding: 2.4rem;
  position: relative;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: 0;
}
.slider .swiper-button-prev:after,
.slider .swiper-button-next:after {
  font-size: 2rem;
  color: #425563;
  padding: 2rem;
}
.slider .swiper-button-prev:hover,
.slider .swiper-button-next:hover {
  background-color: #F7F7F7;
}

.contact__info svg {
  width: 2rem;
  height: 2rem;
}
.contact__info_contacts {
  display: flex;
  gap: 1rem;
}
.contact__info_phone {
  font-size: 24px;
  line-height: 1.35;
}
@media (min-width: 1440px) {
  .contact__info_phone {
    font-size: 42px;
  }
}
.contact__info_email {
  font-size: 18px;
  line-height: 1.35;
}
@media (min-width: 1440px) {
  .contact__info_email {
    font-size: 20px;
  }
}
.contact__info_personName {
  font-weight: 700;
  line-height: 1.2;
  font-size: 21px;
}
@media (min-width: 1440px) {
  .contact__info_personName {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .contact__info_personName {
    font-size: 32px;
  }
}
.contact__info .person-phone,
.contact__info .person-email {
  position: relative;
  color: black;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in;
}
.contact__info .person-phone::after,
.contact__info .person-email::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: black;
  transition: all 0.3s linear;
}
.contact__info .person-phone:hover::after,
.contact__info .person-email:hover::after {
  width: 100%;
}
.contact__info_position,
.contact__info .person-phone,
.contact__info .person-email {
  font-size: 18px;
  line-height: 1.35;
}
@media (min-width: 1440px) {
  .contact__info_position,
  .contact__info .person-phone,
  .contact__info .person-email {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .contact__info_position,
  .contact__info .person-phone,
  .contact__info .person-email {
    font-size: 22px;
  }
}
.contact__info_img {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  object-fit: cover;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .contact__info_img {
    width: 200px;
    height: 200px;
  }
}
.contact .social__link:hover svg {
  fill: #55C5E9;
}

.contact-block__meta .icon {
  color: light-dark(#000, #fff);
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.4rem;
}
.contact-block__meta .icon svg {
  fill: light-dark(#000, #fff);
}

.contactCards__item {
  background-color: rgba(66, 85, 99, 0.05);
}
.contactCards__item h3 {
  opacity: 0.4;
  font-size: 14px;
}
@media (min-width: 1440px) {
  .contactCards__item h3 {
    font-size: 18px;
  }
}
.contactCards__item-name {
  font-size: 21px;
}
@media (min-width: 1440px) {
  .contactCards__item-name {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .contactCards__item-name {
    font-size: 28px;
  }
}
.contactCards__item_linkedin {
  border-radius: 100%;
  background-color: white;
  outline: 2px solid white;
}
.contactCards__item_linkedin:hover svg {
  fill: #55C5E9;
}
.contactCards__item_linkedin svg {
  width: 48px;
  height: 48px;
}
.contactCards__item-email, .contactCards__item-phone {
  font-size: 18px;
  border-bottom: none;
}
@media (min-width: 1440px) {
  .contactCards__item-email, .contactCards__item-phone {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .contactCards__item-email, .contactCards__item-phone {
    font-size: 22px;
  }
}
.contactCards__item-email {
  text-decoration: underline;
}
.contactCards a, .contactCards a:has(.linkList__item) {
  padding-top: 0;
  color: black;
}

.cards:has(.card__item_text) {
  grid-template-rows: repeat(3, auto);
}
.cards .cards__header {
  grid-column: 1/12;
}
@media (min-width: 1024px) {
  .cards .cards__header {
    grid-column: 2/span 10;
  }
}
@media (min-width: 1440px) {
  .cards__align_left .cards__header {
    grid-column: 8/span 4;
  }
  .cards__align_left .cards__grid {
    grid-column: 1/span 6;
    order: -1;
  }
}
@media (min-width: 1024px) {
  .cards__align_left .cards__header.cards__header_unternehmen {
    grid-column: 8/span 4;
  }
  .cards__align_left .cards__grid.cards__grid_unternehmen {
    grid-column: 1/span 6;
    order: -1;
  }
  .cards__align_right .cards__header {
    grid-column: 2/span 4;
  }
  .cards__align_right .cards__grid {
    grid-column: 7/span 6;
  }
}
.cards .card__item {
  transition: all 0.3s linear;
}
.cards .card__item_text {
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0px;
  border-top: 1px solid;
  border-color: currentColor;
}
.cards .card__item_title {
  font-size: 48px;
  line-height: 1;
}
@media (min-width: 1440px) {
  .cards .card__item_title {
    font-size: 56px;
  }
}
@media (min-width: 1920px) {
  .cards .card__item_title {
    font-size: 64px;
  }
}
.cards .card__item_lead, .cards .card__item_lead * {
  font-size: 21px;
  line-height: 1.2;
}
@media (min-width: 1440px) {
  .cards .card__item_lead, .cards .card__item_lead * {
    font-size: 28px;
  }
}
.cards .card__item_description, .cards .card__item_description p {
  line-height: 1.35;
  transition: all 0.3s linear;
}
.cards .card__item img.card__item_icon-company {
  transition: all 0.3s linear;
}
.cards .card__item_description {
  background-color: white;
  position: relative;
}
.cards .card__item_description * {
  font-size: 14px;
  font-family: "Aktiv Grotesk", sans-serif;
}
@media (min-width: 1440px) {
  .cards .card__item_description * {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .cards .card__item_description * {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .cards .card__item_description {
    background-color: #55C5E9;
    height: 100%;
    transform: translate(100%, 0%);
  }
}
.cards .card__item_meta, .cards .card__item_meta * {
  font-size: 18px;
  line-height: 1.35;
}
@media (min-width: 1440px) {
  .cards .card__item_meta, .cards .card__item_meta * {
    font-size: 22px;
  }
}
.cards .card__item:has(.card__item_icon) {
  border-top: 1px solid;
  border-color: currentColor;
}
.cards .card__item_icon {
  width: 96px;
  height: 96px;
}
.cards .card__item_link {
  padding: 0;
}
.cards .card__item_link * {
  color: #000;
  fill: #000;
}
.cards .card__item_icon {
  transition: all 0.3s linear;
}
.cards .card__item:hover .card__item_link * {
  color: rgba(66, 85, 99, 0.8);
  fill: rgba(66, 85, 99, 0.8);
}
@media (min-width: 1024px) {
  .cards .card__item:hover img.card__item_icon-company {
    transform: translateY(-100%);
  }
  .cards .card__item:hover .card__item_description {
    transform: translate(0%, -100%);
  }
  .cards .card__item.no-hover:hover .card__item_icon-company,
  .cards .card__item.no-hover:hover .card__item_description {
    transform: translateY(0px);
  }
}
@media (min-width: 1440px) {
  .cards .cards-row-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .cards .cards-row-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .cards .cards-row-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .cards .cards-row-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .cards .cards-row-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .cards .cards-row-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .cards .cards-row-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

.cardTeaser__item {
  transition: all 0.3s linear;
}
.cardTeaser__item * {
  color: #000;
  fill: #000;
  transition: all 0.3s linear;
}
.cardTeaser__item:hover img,
.cardTeaser__item:hover video {
  transform: scale(1.2);
}
.cardTeaser__item_subtitle {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 1440px) {
  .cardTeaser__item_subtitle {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .cardTeaser__item_subtitle {
    font-size: 18px;
  }
}
.cardTeaser__item_subtitle span {
  color: rgba(0, 0, 0, 0.4);
  margin-left: 16px;
}
.cardTeaser__item_link {
  line-height: 1.35;
  font-size: 18px;
}
@media (min-width: 1440px) {
  .cardTeaser__item_link {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .cardTeaser__item_link {
    font-size: 22px;
  }
}

.location__inner {
  display: grid;
  width: 100%;
}
@media (min-width: 1440px) {
  .location__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
.location__inner #map {
  width: 100%;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .location__inner #map {
    aspect-ratio: 16/9;
  }
}
.location__inner .location__image,
.location__inner .location__content {
  opacity: 0;
  z-index: -1;
  position: absolute;
  transition: all 0.3s linear;
}
.location__inner .location__image.active,
.location__inner .location__content.active {
  opacity: 1;
  z-index: 1;
  position: relative;
}
.location__inner .location__image img {
  width: 100%;
  aspect-ratio: 16/9;
}
.location__inner .distance__table {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.location__inner .distance__table.active {
  max-height: 1000px;
}
.location__inner .distance {
  background: #F7F7F7;
}
.location__inner .distance * {
  font-size: 18px;
  line-height: 1.35;
}
.location__inner .distance svg {
  width: 24px;
  height: 24px;
}
.location__inner .btn--distances-switch {
  display: none;
}
.location__inner .btn--distances-switch.active {
  display: block;
}
.location__inner .btn--map, .location__inner .btn--distances {
  width: 100%;
}
@media (min-width: 768px) {
  .location__inner .btn--map, .location__inner .btn--distances {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.location__tabs {
  border-bottom: 2px solid #55C5E9;
}
.location__tabs .location__tab {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
}
.location__tabs .location__tab.active {
  background: #55C5E9;
  color: #fff;
}

.partnersLogoList__list {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 12px;
}
@media (min-width: 768px) {
  .partnersLogoList__list {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 48px;
         column-gap: 48px;
    row-gap: 24px;
  }
}
@media (min-width: 1024px) {
  .partnersLogoList__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1440px) {
  .partnersLogoList__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1920px) {
  .partnersLogoList__list {
    -moz-column-gap: 128px;
         column-gap: 128px;
    row-gap: 64px;
  }
}
.partnersLogoList__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnersLogoList__item img {
  max-width: 80%;
  max-height: 150px;
  margin: auto;
}

.testimonials__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.testimonials__item_text, .testimonials__item_text p {
  font-size: 24px;
  font-family: "AktivGrotesk-Regular", sans-serif;
  line-height: 1.35;
}
@media (min-width: 1440px) {
  .testimonials__item_text, .testimonials__item_text p {
    font-size: 26px;
  }
}
@media (min-width: 1920px) {
  .testimonials__item_text, .testimonials__item_text p {
    font-size: 32px;
  }
}
.testimonials__item_author {
  font-size: 14px;
  font-family: "Aktiv Grotesk", sans-serif;
  line-height: 1.35;
}
@media (min-width: 1440px) {
  .testimonials__item_author {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .testimonials__item_author {
    font-size: 18px;
  }
}
.testimonials__item_author span {
  opacity: 0.4;
  margin-left: 8px;
}
.testimonials .slider__nav {
  justify-content: start;
  margin-top: 32px;
  margin-left: 0px;
}
@media (min-width: 1440px) {
  .testimonials .slider__nav {
    margin: 32px 0 0;
  }
}
.testimonials .swiper-pagination {
  position: relative;
  bottom: 0;
}
.testimonials .swiper-button-disabled {
  opacity: 0.2;
}
@media (min-width: 1440px) {
  .testimonials .swiper-button-disabled {
    display: none;
  }
}
.testimonials-swiper-button-prev, .testimonials-swiper-button-next {
  padding: 0 8px;
}
.testimonials-swiper-button-prev svg, .testimonials-swiper-button-next svg {
  height: 22px;
  width: 22px;
}
.testimonials .swiper-pagination {
  display: flex;
}
.testimonials .swiper-pagination-bullet {
  display: block;
  padding: 4px;
}
.testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: currentColor;
}

.videoBlock__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.videoBlock__iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 4px solid #fff;
  background: #55C5E9;
  width: 48px;
  height: 48px;
  display: none;
}
.playBtn:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #425563;
}
@media (min-width: 1920px) {
  .playBtn {
    width: 64px;
    height: 64px;
  }
}
.playBtn.show {
  display: flex;
  z-index: 1;
}
.playBtn:hover {
  border: 4px solid #ffffff;
}
.playBtn:hover svg {
  fill: #ffffff;
}
.playBtn svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #fff;
}

.newsGrid__card {
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s linear;
}
.newsGrid__card .newsGrid__card_title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s linear;
  background-color: rgba(255, 255, 255, 0.8);
}
.newsGrid__card img {
  transition: all 0.3s linear;
  transition-delay: 0.1s;
}
.newsGrid__card:hover .newsGrid__card_title-wrapper {
  background-color: #fff;
}
.newsGrid__card:hover img {
  transform: scale(1.1);
}
.newsGrid__card_image {
  overflow: hidden;
}
.newsGrid__card_50, .newsGrid__card_30, .newsGrid__card_66, .newsGrid__card_33 {
  grid-column: span 12;
}
.newsGrid__card_50 img,
.newsGrid__card_50 .asset, .newsGrid__card_30 img,
.newsGrid__card_30 .asset, .newsGrid__card_66 img,
.newsGrid__card_66 .asset, .newsGrid__card_33 img,
.newsGrid__card_33 .asset {
  aspect-ratio: 4/3;
  height: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .newsGrid__card_50 {
    grid-column: span 6;
  }
  .newsGrid__card_50 img,
  .newsGrid__card_50 .asset {
    aspect-ratio: 1/1;
  }
  .newsGrid__card_30 {
    grid-column: span 4;
  }
  .newsGrid__card_30 img,
  .newsGrid__card_30 .asset {
    aspect-ratio: 1/1;
  }
  .newsGrid__card_66 {
    grid-column: span 8;
  }
  .newsGrid__card_66 img,
  .newsGrid__card_66 .asset {
    aspect-ratio: 11/8;
  }
  .newsGrid__card_33 {
    grid-column: span 4;
  }
  .newsGrid__card_33 img,
  .newsGrid__card_33 .asset {
    height: 100%;
  }
}

.newsNavigation__arrow svg {
  width: 24px;
  height: 24px;
}
.newsNavigation__arrow_right svg {
  width: 40px;
  height: 40px;
}
.newsNavigation__text {
  font-size: 14px;
}

@media (min-width: 1024px) {
  .contactForm .contact__info_content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.contactForm form {
  position: relative;
}
.contactForm .contactForm__message {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 1.5rem;
  background-color: rgba(214, 214, 214, 0.9);
  transition: transform 0.3s ease-in-out;
  z-index: 10;
}
.contactForm .contactForm__message.hide {
  transform: translateY(-100%);
}
.contactForm__separator {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.contactForm .submit_button.btn {
  width: 100%;
}

.contact__info .btn.btn--submit {
  width: 100%;
}
.contact__info .contactForm__form .input-wrapper:hover .input-field {
  border-color: rgba(0, 0, 0, 0.8);
}
.contact__info .contactForm__form .input-wrapper:hover label {
  color: rgba(0, 0, 0, 0.8);
}

.media__inner {
  display: grid;
  gap: 2rem;
}
.media__asset img {
  width: 100%;
}
.media__topTitle h2 {
  text-align: center;
}
@media (min-width: 1024px) {
  .media__align_flex .media__inner {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
  }
  .media__align_flex .media__content {
    grid-column: 8/span 5;
    grid-row: 1;
  }
  .media__align_flex .media__inner {
    padding-left: 0px;
    padding-right: 48px;
  }
  .media__align_flex.media__align_right .media__inner {
    padding-left: 48px;
    padding-right: 0px;
  }
  .media__align_flex.media__align_right .media__content {
    grid-column: 2/6;
    grid-row: 1;
  }
  .media__align_flex.media__align_right .media__asset {
    grid-column-start: 7;
    grid-row: 1;
  }
  .media__align_flex.container_wrapper .media__content {
    padding: 0 0 0 3rem;
  }
  .media__align_flex.container_wrapper.media__align_right .media__content {
    padding: 0 3rem 0 0;
  }
}
@media (min-width: 1440px) {
  .media__align_flex .media__content {
    padding-right: 4rem;
  }
  .media__align_flex .media__inner {
    padding-left: 0px;
    padding-right: 64px;
  }
  .media__align_flex.media__align_right .media__inner {
    padding-left: 64px;
    padding-right: 0px;
  }
  .media__align_flex.container_wrapper .media__content {
    padding: 0 0 0 4rem;
  }
  .media__align_flex.container_wrapper.media__align_right .media__content {
    padding: 0 4rem 0 0;
  }
}
@media (min-width: 1920px) {
  .media__align_flex .media__content {
    padding-right: 5rem;
  }
  .media__align_flex .media__inner {
    padding-left: 0px;
    padding-right: 80px;
  }
  .media__align_flex.media__align_right .media__inner {
    padding-left: 80px;
    padding-right: 0px;
  }
  .media__align_flex.container_wrapper .media__content {
    padding: 0 0 0 5rem;
  }
  .media__align_flex.container_wrapper.media__align_right .media__content {
    padding: 0 5rem 0 0;
  }
}
.media .container_wrapper .media__inner {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .media .container_wrapper .media__inner {
    padding: 48px 0;
  }
}
@media (min-width: 1440px) {
  .media .container_wrapper .media__inner {
    padding: 64px 0;
  }
}
@media (min-width: 1920px) {
  .media .container_wrapper .media__inner {
    padding: 72px 0;
  }
}
.media:has(.media-as-teaser):hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #f2f2f2;
}
.media:has(.media-as-teaser):hover .btn {
  opacity: 0.8;
}

.notFound .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .notFound .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.header {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: visible;
  overflow-x: clip;
  height: 62px;
  background-color: white;
}
.header.active {
  overflow-y: visible;
  overflow-x: visible;
}
.header.active .hamburger-menu {
  transform: translate(0, 100%);
}
.header.homepage {
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.header.homepage #hamburger-icon .line {
  background-color: white;
}
.header.homepage .icon {
  fill: white;
}
@media (min-width: 1440px) {
  .header.homepage {
    height: 190px;
  }
}
.header.homepage .header__submenu * {
  color: rgba(255, 255, 255, 0.6);
  fill: rgba(255, 255, 255, 0.6);
}
.header.homepage .header__search .icon {
  fill: black;
}
@media (min-width: 1024px) {
  .header.homepage .header__menu_item {
    min-height: 104px;
  }
  .header.homepage .menu-link {
    color: white;
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .header {
    height: 120px;
  }
}
.header__wrapper {
  position: relative;
  height: 62px;
  width: 100%;
  overflow-y: visible;
}
@media (min-width: 1440px) {
  .header__wrapper {
    height: 120px;
  }
}
.header .menu-link {
  color: black;
}
.header .menu-link:hover,
.header .menu-link:hover *, .header__submenu .menu-link:hover * {
  color: #55C5E9;
  fill: #55C5E9;
}
.header .homepage .phone-icon svg,
.header .homepage .icon--search {
  fill: white;
}
@media (min-width: 1440px) {
  .header .homepage .phone-icon svg,
  .header .homepage .icon--search {
    fill: rgba(255, 255, 255, 0.6);
  }
}
.header .icon--search,
.header .phone-icon svg {
  fill: black;
  padding: 8px;
  width: 40px;
  height: 40px;
}
@media (min-width: 1440px) {
  .header .icon--search,
  .header .phone-icon svg {
    fill: rgba(0, 0, 0, 0.6);
    padding: 0;
    width: 48px;
    height: 48px;
  }
}
.header .hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
}
.header #hamburger-icon {
  position: relative;
  width: 16px;
  height: 10px;
}
.header #hamburger-icon .line {
  width: 16px;
  height: 2px;
  background-color: black;
  position: absolute;
  left: 0;
  border-radius: 1px;
  transition: all 0.3s;
}
.header #hamburger-icon .line.line-1 {
  top: 0;
}
.header #hamburger-icon .line.line-2 {
  top: 50%;
}
.header #hamburger-icon .line.line-3 {
  top: 100%;
}
.header #hamburger-icon:hover .line-1, .header #hamburger-icon:focus .line-1 {
  transform: translateY(-1px);
}
.header #hamburger-icon:hover .line-3, .header #hamburger-icon:focus .line-3 {
  transform: translateY(1px);
}
.header #hamburger-icon.active .line-1 {
  transform: translateY(5px) translateX(0) rotate(45deg);
  background-color: #55C5E9;
}
.header #hamburger-icon.active .line-2 {
  opacity: 0;
  background-color: #55C5E9;
}
.header #hamburger-icon.active .line-3 {
  transform: translateY(-5px) translateX(0) rotate(-45deg);
  background-color: #55C5E9;
}
.header .hamburger-menu {
  position: absolute;
  bottom: 0;
  transform: translate(100%, 100%);
  z-index: 4;
  right: 0;
  width: 360px;
  transition: 0.3s transform ease-out;
  height: calc(100dvh - 62px);
  background-color: white;
}
.header .hamburger-menu__inner {
  padding: 24px max(32px, 9%) 40px max(66px, 18%);
}
.header .hamburger-menu a {
  color: black;
}
.header .hamburger-menu a:hover {
  color: black;
}
.header .hamburger-menu a svg {
  width: 1.6rem;
  height: 1.6rem;
  padding: 0.3rem;
  margin-left: 1rem;
}
.header .hamburger-menu * {
  font-size: 16px;
  line-height: 24px;
  font-family: "Aktiv Grotesk", serif;
}
.header .hamburger-menu__separator {
  margin: 8px 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.header .language__item {
  font-size: 14px;
  font-family: "Aktiv Grotesk" serif;
}
.header .language__item:hover {
  color: #55C5E9;
}
.header .language__item_active {
  text-decoration: underline;
}
.header .header__logo svg {
  width: 90px;
  height: 30px;
  fill: #425563;
}
@media (min-width: 1440px) {
  .header .header__logo svg {
    width: 128px;
    height: 40px;
  }
}
@media (min-width: 1920px) {
  .header .header__logo svg {
    width: 180px;
    height: 56px;
  }
}
.header.homepage .header__logo svg {
  fill: white;
}
@media (min-width: 1024px) {
  .header__menu_item {
    font-size: 16px;
    align-content: center;
    min-height: 48px;
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
@media (min-width: 1440px) {
  .header__menu_item {
    min-height: 104px;
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
@media (min-width: 1024px) {
  .header__menu_item.active-link {
    border-bottom: 2px solid;
    border-color: currentColor;
  }
}
.header__search {
  position: absolute;
  top: 0px;
  left: 0%;
  transition: all 0.3s;
  width: 100vw;
  height: 100dvh;
  transform: translate(100vw, 0px);
  background-color: white;
  max-width: 50000px;
}
.header__search.active {
  transform: translate(0vw, 0px);
  z-index: 5;
}
.header__search_inner {
  height: calc(100% - 48px);
  overflow-y: scroll;
  margin-top: 48px;
}
.header__search_close {
  background-color: white;
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 6;
}
@media (min-width: 1024px) {
  .header__search_close {
    right: 50%;
    transform: translateX(50%);
  }
}
.header__search_close-wrapper {
  height: 48px;
}
.header__search_close svg {
  width: 24px;
  height: 24px;
}
.header__search_input .input-wrapper input {
  padding-left: 48px;
}
@media (min-width: 768px) {
  .header__search_input .input-wrapper input {
    padding-left: 64px;
  }
}
.header__search_input .input-wrapper .input-field + label {
  left: 48px;
}
@media (min-width: 768px) {
  .header__search_input .input-wrapper .input-field + label {
    left: 64px;
  }
}
.header__search input[type=search i]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  margin-left: 0.4em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  cursor: pointer;
}
.header .search__results * {
  -webkit-hyphens: auto;
          hyphens: auto;
}
.header .search__results .search-link:hover {
  background-color: #F7F7F7;
}
.header .search__results .search-link-type {
  width: 60px;
  background-color: black;
}
@media (min-width: 768px) {
  .header .search__results .search-link-type {
    width: 80px;
  }
}
.header .search__results .search-link-type .icon {
  fill: white;
}

body:has(.header__search.active) {
  overflow: hidden;
}

.footer {
  position: relative;
  z-index: 1;
}
.footer a:hover {
  color: rgba(66, 85, 99, 0.8);
}
.footer__address p {
  margin: 0;
  font-family: "Aktiv Grotesk", serif;
  font-size: 16px;
}
@media (min-width: 1440px) {
  .footer__address p {
    font-size: 18px;
  }
}
.footer__address svg {
  width: 1.4rem;
  height: 1.4rem;
}
.footer p.footer__company-name {
  font-weight: 700;
  font-family: "Aktiv Grotesk Bold", serif;
  font-size: 16px;
}
@media (min-width: 1440px) {
  .footer p.footer__company-name {
    font-size: 18px;
  }
}
.footer__company-contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
}
.footer__company-contacts a {
  display: block;
}
.footer__menus {
  position: relative;
  background-color: rgba(66, 85, 99, 0.05);
}
.footer__menu {
  position: relative;
}
.footer__menu-link {
  font-family: "Aktiv Grotesk", serif;
  font-size: 14px;
  line-height: 135%;
  font-weight: normal;
  padding-bottom: 8px;
  color: black;
}
@media (min-width: 1440px) {
  .footer__menu-link {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .footer__menu svg.icon {
    display: none;
  }
}
.footer__menu_items {
  max-height: 0px;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-out;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer__menu_items {
    max-height: 1000px;
    overflow: auto;
    border-bottom: none;
    width: 100%;
  }
}
.footer__menu.active .footer__menu_header svg {
  transform: rotate(180deg);
}
.footer__menu.active .footer__menu_items {
  max-height: 500px;
}
.footer__language {
  padding-top: 32px;
}
.footer__language .language__item {
  font-size: 16px;
}
.footer__language .language__item_active {
  color: #55C5E9;
}
@media (min-width: 1920px) {
  .footer__language {
    padding-top: 0;
  }
}
.footer__sub {
  background-color: rgba(66, 85, 99, 0.2);
}
.footer__legal {
  font-size: 16px;
  line-height: 135%;
  font-weight: normal;
  font-family: "Aktiv Grotesk", serif;
}
@media (min-width: 1920px) {
  .footer__legal {
    font-size: 18px;
  }
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.group:hover .group-hover\:-translate-x-1 {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), 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));
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), 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));
}
@media (min-width: 768px) {
  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .md\:col-start-2 {
    grid-column-start: 2;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:w-10\/12 {
    width: 83.333333%;
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-\[4fr_8fr\] {
    grid-template-columns: 4fr 8fr;
  }
  .md\:grid-cols-\[80px_1fr\] {
    grid-template-columns: 80px 1fr;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:border-l {
    border-left-width: 1px;
  }
  .md\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }
  .md\:p-12 {
    padding: 3rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:pb-12 {
    padding-bottom: 3rem;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:pl-2 {
    padding-left: 0.5rem;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  .lg\:col-start-5 {
    grid-column-start: 5;
  }
  .lg\:col-start-7 {
    grid-column-start: 7;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[360px\] {
    height: 360px;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:w-10\/12 {
    width: 83.333333%;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:w-9\/12 {
    width: 75%;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[160px_auto\] {
    grid-template-columns: 160px auto;
  }
  .lg\:grid-cols-\[3fr_9fr\] {
    grid-template-columns: 3fr 9fr;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:gap-10 {
    gap: 2.5rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:pr-12 {
    padding-right: 3rem;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-\[30\%\] {
    padding-top: 30%;
  }
  .lg\:text-left {
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .xl\:col-start-2 {
    grid-column-start: 2;
  }
  .xl\:col-start-3 {
    grid-column-start: 3;
  }
  .xl\:col-start-7 {
    grid-column-start: 7;
  }
  .xl\:mt-12 {
    margin-top: 3rem;
  }
  .xl\:mt-\[120px\] {
    margin-top: 120px;
  }
  .xl\:block {
    display: block;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:grid {
    display: grid;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:w-1\/2 {
    width: 50%;
  }
  .xl\:w-10\/12 {
    width: 83.333333%;
  }
  .xl\:w-8\/12 {
    width: 66.666667%;
  }
  .xl\:w-\[72px\] {
    width: 72px;
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }
  .xl\:grid-cols-\[200px_auto\] {
    grid-template-columns: 200px auto;
  }
  .xl\:grid-cols-\[2fr_10fr\] {
    grid-template-columns: 2fr 10fr;
  }
  .xl\:grid-cols-\[77px_auto\] {
    grid-template-columns: 77px auto;
  }
  .xl\:grid-cols-\[7fr_3fr\] {
    grid-template-columns: 7fr 3fr;
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:flex-col {
    flex-direction: column;
  }
  .xl\:justify-start {
    justify-content: flex-start;
  }
  .xl\:gap-10 {
    gap: 2.5rem;
  }
  .xl\:gap-12 {
    gap: 3rem;
  }
  .xl\:gap-16 {
    gap: 4rem;
  }
  .xl\:gap-2 {
    gap: 0.5rem;
  }
  .xl\:gap-6 {
    gap: 1.5rem;
  }
  .xl\:p-10 {
    padding: 2.5rem;
  }
  .xl\:p-12 {
    padding: 3rem;
  }
  .xl\:p-\[96px\] {
    padding: 96px;
  }
  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl\:pb-0 {
    padding-bottom: 0px;
  }
  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .xl\:pb-16 {
    padding-bottom: 4rem;
  }
  .xl\:pt-0 {
    padding-top: 0px;
  }
  .xl\:pt-10 {
    padding-top: 2.5rem;
  }
  .xl\:pt-6 {
    padding-top: 1.5rem;
  }
  .xl\:pt-\[100px\] {
    padding-top: 100px;
  }
  .xl\:pt-\[30\%\] {
    padding-top: 30%;
  }
  .xl\:text-\[18px\] {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .xxl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xxl\:flex {
    display: flex;
  }
  .xxl\:grid {
    display: grid;
  }
  .xxl\:w-4\/12 {
    width: 33.333333%;
  }
  .xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xxl\:grid-cols-\[200px_auto\] {
    grid-template-columns: 200px auto;
  }
  .xxl\:grid-cols-\[6fr_4fr\] {
    grid-template-columns: 6fr 4fr;
  }
  .xxl\:flex-col {
    flex-direction: column;
  }
  .xxl\:justify-between {
    justify-content: space-between;
  }
  .xxl\:gap-10 {
    gap: 2.5rem;
  }
  .xxl\:gap-12 {
    gap: 3rem;
  }
  .xxl\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .xxl\:gap-y-12 {
    row-gap: 3rem;
  }
  .xxl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .xxl\:p-12 {
    padding: 3rem;
  }
  .xxl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xxl\:px-\[96px\] {
    padding-left: 96px;
    padding-right: 96px;
  }
  .xxl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xxl\:py-\[72px\] {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .xxl\:pb-0 {
    padding-bottom: 0px;
  }
  .xxl\:pb-12 {
    padding-bottom: 3rem;
  }
  .xxl\:pb-\[72px\] {
    padding-bottom: 72px;
  }
  .xxl\:pt-12 {
    padding-top: 3rem;
  }
  .xxl\:pt-\[150px\] {
    padding-top: 150px;
  }
}

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