@charset "UTF-8";
:root {
  --text-line-height: 1.5;
  --text-letter-spacing: 0;
  --text-word-spacing: 0;
  --paragraph-spacing: 1.5em;
  --primary: #007a91;
  --primary_100: #e7f8fb;
  --primary_120: #DCE8EB;
  --primary_125: #BFDEE3;
  --primary_150: #91E6EE;
  --primary_175: #7FBCC8;
  --primary_200: #66c7d8;
  --primary_300: #4baabc;
  --primary_500: #007a91;
  --primary_600: #006375;
  --primary_650: #006274;
  --primary_800: #002d36;
  --primary_850: #00181D;
  --primary_900: #0D5870;
  --secondary: #e2001a;
  --secondary_300:#e2001a;
  --secondary_400:#b50015;
  --secondary_500:#66000c;
  --teal: #00A3A3;
  --white: #fff;
  --grey_0: #fff;
  --grey_50: #f7f7f7;
  --grey_100: #f5f5f5;
  --grey_150: #f3f3f3;
  --grey_200: #e5e5e5;
  --grey_300: #ccc;
  --grey_400: #767676;
  --grey_500: #585858;
  --grey_600: #262626;
  --grey_666: #666666;
  --grey_2d: #2D2D2D;
  --charcoal: #333333;
  --black: #000;
}

#copy-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--grey_600);
  color: var(--white);
  padding: 0.7rem 1.2rem;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 6px 25px rgba(23, 22, 22, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 9999;
}
#copy-toast.show {
  opacity: 1;
}

.banner-big-image.no-pb img {
  -o-object-position: bottom;
     object-position: bottom;
}

.banner-big-image.no-pb img {
  -o-object-fit: contain;
     object-fit: contain;
}

.banner-big-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.banner.with-margins.banner-big-image > div > div:first-child {
  padding-right: 0.5rem !important;
}

@media (min-width: 1024px) {
  .banner.with-margins.banner-big-image > div > div:first-child {
    padding-right: 40px !important;
  }
}
section.no-pb img {
  -o-object-position: bottom;
     object-position: bottom;
}

section.hero-banner img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

section.no-pb img.image-right {
  -o-object-position: bottom right;
     object-position: bottom right;
}

section.no-pb img.image-left {
  -o-object-position: bottom left;
     object-position: bottom left;
}

section.no-pb img.image-center {
  -o-object-position: bottom center;
     object-position: bottom center;
}

section img.image-right {
  -o-object-position: center right;
     object-position: center right;
}

section img.image-left {
  -o-object-position: center left;
     object-position: center left;
}

section img.image-center {
  -o-object-position: center center;
     object-position: center center;
}

@media (max-width: 767px) {
  section img.m-image-center {
    -o-object-position: center center !important;
       object-position: center center !important;
  }
  section img.m-image-left {
    -o-object-position: center left !important;
       object-position: center left !important;
  }
  section img.m-image-right {
    -o-object-position: center right !important;
       object-position: center right !important;
  }
  section.no-pb img.m-image-center {
    -o-object-position: center center !important;
       object-position: center center !important;
  }
  section.no-pb img.m-image-left {
    -o-object-position: center left !important;
       object-position: center left !important;
  }
  section.no-pb img.m-image-right {
    -o-object-position: center right !important;
       object-position: center right !important;
  }
}
.edit-mode .stack .pin-spacer {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.edit-mode .stack .card {
  position: relative !important;
  display: block !important;
  transform: none !important;
  left: 0 !important;
  top: 0 !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.edit-mode-info {
  position: relative;
  background: #b6edc7;
  padding: 2.75rem 1.5rem 1rem;
  border-radius: 1rem;
  border: 0.125rem solid #008246;
  text-align: center;
  margin: 1rem 0;
}
.edit-mode-info:before {
  content: "Informacja widoczna jedynie w trybie edycji";
  position: absolute;
  background-color: #008246;
  left: 0;
  width: 100%;
  border-radius: 0.75rem 0.75rem 0 0;
  color: #fff;
  top: -0.125rem;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.375rem 0 0.125rem;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

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

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

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

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

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

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

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

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

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

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

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

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

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

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

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: calc(640px - 1px)) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 640px) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 640px) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 640px) and (max-width: calc(1024px - 1px)) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: calc(640px - 1px)), screen and (min-width: 1024px) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: calc(1024px - 1px)) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1367px - 1px)) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: calc(1367px - 1px)) {
  .show-for-xlarge {
    display: none !important;
  }
}
@media screen and (max-width: calc(1024px - 1px)), screen and (min-width: 1367px) {
  .show-for-large-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 1367px) {
  .hide-for-xlarge {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.row {
  width: 100%;
  max-width: 87rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row .row {
  margin-right: calc(-0.5rem);
  margin-left: calc(-0.5rem);
}

@media print, screen and (min-width: 640px) {
  .row .row {
    margin-right: calc(-0.5rem);
    margin-left: calc(-0.5rem);
  }
}
@media print, screen and (min-width: 1024px) {
  .row .row {
    margin-right: calc(-0.5rem);
    margin-left: calc(-0.5rem);
  }
}
@media print, screen and (min-width: 1367px) {
  .row .row {
    margin-right: calc(-0.5rem);
    margin-left: calc(-0.5rem);
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
  width: calc(100% + 2 * 0.5rem);
}

@media screen and (min-width: 640px) {
  .row:not(.expanded) .row {
    width: calc(100% + 2 * 0.5rem);
  }
}
@media screen and (min-width: 1024px) {
  .row:not(.expanded) .row {
    width: calc(100% + 2 * 0.5rem);
  }
}
@media screen and (min-width: 1367px) {
  .row:not(.expanded) .row {
    width: calc(100% + 2 * 0.5rem);
  }
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  min-width: 0;
}

@media print, screen and (min-width: 640px) {
  .column, .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .column, .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media print, screen and (min-width: 1367px) {
  .column, .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0;
}

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

@media print, screen and (min-width: 768px) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
}
@media print, screen and (min-width: 640px) and (min-width: 640px) {
  .medium-expand {
    flex: 1 1 0;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 640px) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0;
  }
}
@media print, screen and (min-width: 640px) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.375rem;
    padding-left: 1.375rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0;
  }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1024px) {
  .large-expand {
    flex: 1 1 0;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 1024px) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media print, screen and (min-width: 1367px) {
  .xlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xlarge-offset-0 {
    margin-left: 0;
  }
  .xlarge-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xlarge-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xlarge-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xlarge-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
}
@media print, screen and (min-width: 1367px) and (min-width: 1367px) {
  .xlarge-expand {
    flex: 1 1 0;
  }
}
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 1367px) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    flex: 1 1 0;
  }
}
@media print, screen and (min-width: 1367px) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.align-right {
  justify-content: flex-end;
}

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

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

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

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

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

.align-self-middle {
  align-self: center;
}

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

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

.small-order-7 {
  order: 7;
}

.small-order-8 {
  order: 8;
}

.small-order-9 {
  order: 9;
}

.small-order-10 {
  order: 10;
}

.small-order-11 {
  order: 11;
}

.small-order-12 {
  order: 12;
}

.small-order-13 {
  order: 13;
}

@media print, screen and (min-width: 640px) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
  .medium-order-7 {
    order: 7;
  }
  .medium-order-8 {
    order: 8;
  }
  .medium-order-9 {
    order: 9;
  }
  .medium-order-10 {
    order: 10;
  }
  .medium-order-11 {
    order: 11;
  }
  .medium-order-12 {
    order: 12;
  }
  .medium-order-13 {
    order: 13;
  }
}
@media print, screen and (min-width: 1024px) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
  .large-order-7 {
    order: 7;
  }
  .large-order-8 {
    order: 8;
  }
  .large-order-9 {
    order: 9;
  }
  .large-order-10 {
    order: 10;
  }
  .large-order-11 {
    order: 11;
  }
  .large-order-12 {
    order: 12;
  }
  .large-order-13 {
    order: 13;
  }
}
@media print, screen and (min-width: 1367px) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
  .xlarge-order-7 {
    order: 7;
  }
  .xlarge-order-8 {
    order: 8;
  }
  .xlarge-order-9 {
    order: 9;
  }
  .xlarge-order-10 {
    order: 10;
  }
  .xlarge-order-11 {
    order: 11;
  }
  .xlarge-order-12 {
    order: 12;
  }
  .xlarge-order-13 {
    order: 13;
  }
}
.text-left {
  text-align: left;
}

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

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

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

@media print, screen and (min-width: 640px) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 1024px) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 1367px) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
.small-up-1 {
  flex-wrap: wrap;
}

.small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}

.small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}

.small-up-3 > .columns {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  flex-wrap: wrap;
}

.small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}

.small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}

.small-up-6 > .columns {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  flex-wrap: wrap;
}

.small-up-7 > .columns {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  flex-wrap: wrap;
}

.small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

@media print, screen and (min-width: 640px) {
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 1024px) {
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 1367px) {
  .xlarge-up-1 {
    flex-wrap: wrap;
  }
  .xlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2 {
    flex-wrap: wrap;
  }
  .xlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3 {
    flex-wrap: wrap;
  }
  .xlarge-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xlarge-up-4 {
    flex-wrap: wrap;
  }
  .xlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5 {
    flex-wrap: wrap;
  }
  .xlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6 {
    flex-wrap: wrap;
  }
  .xlarge-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xlarge-up-7 {
    flex-wrap: wrap;
  }
  .xlarge-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .xlarge-up-8 {
    flex-wrap: wrap;
  }
  .xlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*  Uniwersalny mixin  */
/*  UniCredit  (woff2 + woff)  */
@font-face {
  font-family: "Unicredit";
  src: url("../fonts/unicredit-completo/unicredit-light.woff") format("woff");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  font-synthesis: none;
}
@font-face {
  font-family: "Unicredit";
  src: url("../fonts/unicredit-completo/unicredit-regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
}
@font-face {
  font-family: "Unicredit";
  src: url("../fonts/unicredit-completo/unicredit-medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-synthesis: none;
}
@font-face {
  font-family: "Unicredit";
  src: url("../fonts/unicredit-completo/unicredit-bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
}
@font-face {
  font-family: "Unicredit";
  src: url("../fonts/unicredit-completo/unicredit-heavy.woff") format("woff");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
  font-synthesis: none;
}
@font-face {
  font-family: "Unicredit";
  src: url("../fonts/unicredit-completo/unicredit-lightitalic.woff") format("woff");
  font-display: swap;
  font-weight: 300;
  font-style: italic;
  font-synthesis: none;
}
@font-face {
  font-family: "Unicredit";
  src: url("../fonts/unicredit-completo/unicredit-italic.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: italic;
  font-synthesis: none;
}
@font-face {
  font-family: "Unicredit";
  src: url("../fonts/unicredit-completo/unicredit-mediumitalic.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: italic;
  font-synthesis: none;
}
@font-face {
  font-family: "Unicredit";
  src: url("../fonts/unicredit-completo/unicredit-bolditalic.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: italic;
  font-synthesis: none;
}
@font-face {
  font-family: "Unicredit";
  src: url("../fonts/unicredit-completo/unicredit-heavyitalic.woff") format("woff");
  font-display: swap;
  font-weight: 800;
  font-style: italic;
  font-synthesis: none;
}
/* Silka (woff2 + woff) */
@font-face {
  font-family: "Silka";
  src: url("../fonts/silka/silka_light.woff") format("woff");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  font-synthesis: none;
}
@font-face {
  font-family: "Silka";
  src: url("../fonts/silka/silka_regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
}
@font-face {
  font-family: "Silka";
  src: url("../fonts/silka/silka_semibold.woff") format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  font-synthesis: none;
}
@font-face {
  font-family: "Silka";
  src: url("../fonts/silka/silka_bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
}
/*  Domyślny font na stronie  */
body {
  font-family: Unicredit, Silka, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.visuallyhidden {
  display: inline;
  width: 1px;
  height: 1px;
  position: absolute;
  background-color: transparent;
  color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}

.overflow {
  overflow: hidden;
}

.no-margin {
  margin: 0 !important;
}

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

.block {
  display: block !important;
}

.flex {
  display: flex !important;
}

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

.uppercase {
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .full-height {
    height: 100%;
  }
}

.full-width {
  width: 100%;
  max-width: none;
}

.relative,
[data-relative] {
  position: relative;
}

.absolute,
[data-absolute] {
  position: absolute;
}

.padded {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.no-pt {
  padding-top: 0 !important;
}

.no-pb {
  padding-bottom: 0 !important;
}

.no-pl {
  padding-left: 0 !important;
}

.no-pr {
  padding-right: 0 !important;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

.richtext ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}
.richtext ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.75em;
  font-size: 1.125rem;
  line-height: 1.4;
}
.richtext ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/bullet.svg") no-repeat center center;
  background-size: contain;
  top: 0px;
}
.richtext ol {
  list-style: decimal;
  margin: 0 0 1em 20px;
  padding: 0;
}
.richtext ol li {
  margin-bottom: 0.5em;
  line-height: 1.4;
}

.logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  border-radius: clamp(24px, 3vw, 32px);
}
@media (min-width: 1024px) {
  .logo-overlay {
    border-radius: 32px;
  }
}
.logo-overlay picture {
  display: block;
  width: 100%;
  height: 100%;
}
.logo-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (min-width: 1024px) {
  .logo-overlay img {
    -o-object-position: right center;
       object-position: right center;
  }
}

.image-overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border-radius: clamp(24px, 3vw, 32px);
  top: 0;
  left: 0;
  background: url("../img/overlay.png") no-repeat center center;
  background-size: auto;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black);
          mask-image: linear-gradient(to bottom, transparent, black);
}
.image-overlay-content {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2.5rem;
  text-wrap: balance;
}
.image-overlay-title {
  color: #fff;
}

.image-column {
  padding: 0 !important;
}

.glare {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 600px;
  height: auto;
}

.badge.teal {
  background-color: var(--teal);
}
.badge.red {
  background-color: var(--secondary);
}
.badge.blue {
  background-color: var(--primary);
}
.badge.black {
  background-color: var(--black);
}

.image-badge {
  position: absolute;
  aspect-ratio: unset;
  width: clamp(140px, 10vw, 180px);
  height: auto;
  display: block;
  transform: none !important;
}
.image-badge.bottom-right {
  bottom: clamp(16px, 4vw, 24px);
  right: clamp(16px, 4vw, 24px);
}
.image-badge.bottom-left {
  bottom: clamp(16px, 4vw, 24px);
  left: clamp(16px, 4vw, 24px);
}

[data-full-width] {
  width: calc(100% + 4vw);
  margin: 0 -2vw;
}

[data-view] {
  opacity: 0;
  will-change: auto;
  transition: opacity 1s ease, transform 1s ease !important;
  transition-delay: 0.1s !important;
  transform: translate3d(0, 1rem, 0);
}
[data-view][data-view="0"] {
  transition-delay: 0.05s !important;
}
[data-view][data-view="1"] {
  transition-delay: 0.1s !important;
}
[data-view][data-view="2"] {
  transition-delay: 0.15s !important;
}
[data-view][data-view="3"] {
  transition-delay: 0.2s !important;
}
[data-view][data-view="4"] {
  transition-delay: 0.25s !important;
}
[data-view][data-view="5"] {
  transition-delay: 0.3s !important;
}
[data-view][data-view="6"] {
  transition-delay: 0.35s !important;
}
[data-view][data-view="7"] {
  transition-delay: 0.4s !important;
}
[data-view][data-view="8"] {
  transition-delay: 0.45s !important;
}
[data-view][data-view="9"] {
  transition-delay: 0.5s !important;
}
[data-view][data-view="10"] {
  transition-delay: 0.55s !important;
}
[data-view][view-direction=to-top] {
  transform: translate3d(0, 1rem, 0);
}
[data-view][view-direction=to-left] {
  transform: translate3d(1rem, 0, 0);
}
[data-view][view-direction=to-right] {
  transform: translate3d(-1rem, 0, 0);
}
[data-view][view-direction=to-bottom] {
  transform: translate3d(0, -1rem, 0);
}
[data-view].in-view, [data-view].seen {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.edit-mode [data-view] {
  opacity: 1 !important;
}

.round {
  border-radius: 50%;
}

.radius {
  border-radius: 20px;
}

.bold {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
}

video {
  max-width: 100%;
  width: 100%;
}

sub {
  font-size: 0.8125rem;
  display: inline-block;
  vertical-align: baseline;
  transform: translateY(-0.125rem);
}
@media (min-width: 1024px) {
  sub {
    transform: translateY(-0.25rem);
  }
}

.bg-concrete {
  background-color: #f5f5f5;
}

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

.bg-grey {
  background-color: #f7f7f7;
}

.bg-yellow {
  background-color: #ffe375;
}

.bg-indigo {
  background-color: #311266;
}

.bg-purple {
  background-color: #f0e9fb;
}

.bg-soft-yellow {
  background-color: #fff0b3;
}

.bg-with-arrow {
  position: relative;
  overflow: hidden;
}
.bg-with-arrow:before {
  content: "";
  position: absolute;
  top: -5%;
  right: -25%;
  bottom: -5%;
  left: 0;
  background-image: url(../img/bg-arrows.png);
  background-repeat: no-repeat;
  background-position: right 78%;
  background-size: auto 100%;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}
.bg-with-arrow > .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 639px) {
  .bg-with-arrow:before {
    background-position: right bottom;
    background-size: 100% auto;
  }
}

hr {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  opacity: 0.3;
  background-color: rgb(127.25, 127.25, 127.25);
  border: 0;
  margin: 0;
}

.spacer {
  position: relative;
  display: block;
}
.spacer.s05 {
  height: 0.5rem;
}
.spacer.s05 + section {
  padding: 0 !important;
}
.spacer.s1 {
  height: 1rem;
}
.spacer.s15 {
  height: 1.5rem;
}
.spacer.s15 + section {
  padding: 0 !important;
}
.spacer.s2 {
  height: 2rem;
}
.spacer.s25 {
  height: 2.5rem;
}
.spacer.s3 {
  height: 3rem;
}
.spacer.s35 {
  height: 3.5rem;
}
.spacer.s4 {
  height: 4rem;
}
.spacer.s45 {
  height: 4.5rem;
}
.spacer.s5 {
  height: 5rem;
}
.spacer.s55 {
  height: 5.5rem;
}
.spacer.s6 {
  height: calc(100 / 16)rem;
}
.spacer.s-none {
  height: 0;
}
.spacer.s-none + section {
  padding-top: 0 !important;
}

section:has(+ .spacer.s-none),
section:has(+ .spacer.s05),
section:has(+ .spacer.s15) {
  padding-bottom: 0 !important;
}

@media (min-width: 640px) {
  .small-shrink {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .medium-shrink {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .large-shrink {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

[data-bg-image] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dot {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.dot.yellow {
  background-color: #ffe375;
}
.dot.indigo {
  background-color: #311266;
}

.border-radius {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: clamp(24px, 3vw, 32px);
}

.color-indigo {
  color: #311266;
}
.color-yellow {
  color: #ffe375;
}

.row[data-bordered] {
  border-top: 2px solid #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
}
.row[data-bordered] .columns {
  border-bottom: 2px solid #f7f7f7;
  margin-bottom: -2px;
}

.toc {
  position: relative;
  padding-top: 12vh;
  display: block;
}
.toc h1 {
  display: block;
  text-align: center;
}
.toc ul li {
  display: block;
  margin-bottom: 0.75rem;
}
.toc a {
  display: inline-block;
  color: initial;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}

.center {
  margin: 0 auto;
}
.center-height {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.align-columns {
  flex-direction: column;
}

figure {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
figure img {
  display: block;
  width: 100%;
  height: auto;
  will-change: transform;
  transition: transform 0.75s ease-in-out;
  transform: scale(1.01) rotate(0deg);
}
figure img.badge {
  position: absolute;
  aspect-ratio: unset;
  width: clamp(140px, 10vw, 180px);
  height: auto;
  display: block;
  transform: none !important;
}
figure img.badge.bottom-right {
  bottom: clamp(16px, 4vw, 24px);
  right: clamp(16px, 4vw, 24px);
}
figure img.badge.bottom-left {
  bottom: clamp(16px, 4vw, 24px);
  left: clamp(16px, 4vw, 24px);
}
figure:hover img {
  transform: scale(1.05) rotate(0deg);
}

img .image-left {
  -o-object-position: center left;
     object-position: center left;
}
img .image-right {
  -o-object-position: center right;
     object-position: center right;
}
img .image-center {
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 767px) {
  img .m-image-left {
    -o-object-position: center left;
       object-position: center left;
  }
}
@media (max-width: 767px) {
  img .m-image-right {
    -o-object-position: center right;
       object-position: center right;
  }
}
@media (max-width: 767px) {
  img .m-image-center {
    -o-object-position: center center;
       object-position: center center;
  }
}

.image-left {
  -o-object-position: center left;
     object-position: center left;
  background-position: center left;
}

.image-center {
  -o-object-position: center center;
     object-position: center center;
  background-position: center center;
}

.image-right {
  -o-object-position: center right;
     object-position: center right;
  background-position: center right;
}

@media (max-width: 767px) {
  .m-image-left {
    -o-object-position: center left;
       object-position: center left;
    background-position: center left;
  }
  .m-image-center {
    -o-object-position: center center;
       object-position: center center;
    background-position: center center;
  }
  .m-image-right {
    -o-object-position: center right;
       object-position: center right;
    background-position: center right;
  }
}
.layout-1_2 figcaption,
.layout-2_2 figcaption {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2.5rem;
  color: #fff;
}
.layout-1_2 figcaption h1, .layout-1_2 figcaption h2, .layout-1_2 figcaption h3, .layout-1_2 figcaption h4, .layout-1_2 figcaption p, .layout-1_2 figcaption li, .layout-1_2 figcaption span,
.layout-2_2 figcaption h1,
.layout-2_2 figcaption h2,
.layout-2_2 figcaption h3,
.layout-2_2 figcaption h4,
.layout-2_2 figcaption p,
.layout-2_2 figcaption li,
.layout-2_2 figcaption span {
  text-wrap: balance;
  color: #fff;
}
.layout-1_2 figcaption h4,
.layout-2_2 figcaption h4 {
  margin-bottom: 0.375em;
}
.layout-1_2 figcaption p:last-child,
.layout-2_2 figcaption p:last-child {
  margin-bottom: 0;
}

.layout-1_3 .glare {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .layout-1_3 .glare {
    top: -3rem;
    left: -1.75rem;
  }
}
@media (max-width: 639px) {
  .layout-1_3 .glare {
    top: -3rem;
    left: -1.5rem;
  }
}
@media (max-width: 1023px) {
  .layout-1_3 .columns {
    position: relative;
  }
}
.layout-1_3 figure {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .layout-1_3 figure {
    height: 100%;
    width: calc(100% - 1.375rem);
    position: absolute;
  }
  .layout-1_3 figure img:not(.badge) {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
@media (max-width: 1023px) {
  .layout-1_3 figure {
    width: calc(100% + 3.5rem);
    margin: -1.75rem 0 0 -1.75rem;
  }
  .layout-1_3 figure img:not(.badge) {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    min-height: 380px;
  }
}
@media (max-width: 639px) {
  .layout-1_3 figure {
    width: calc(100% + 3rem);
    margin: -1.5rem 0 0 -1.5rem;
  }
}

.layout-1_4 .subtitle {
  font-weight: 700;
}
.layout-1_4 figure {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .layout-1_4 figure {
    height: 100%;
    width: calc(100% - 1.375rem);
    position: absolute;
  }
  .layout-1_4 figure img:not(.badge) {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.layout-1_4 figure .badge {
  transform: none;
}

.layout-1_5 figure {
  display: block;
  width: 90%;
  margin: 0 auto -2rem;
}
.layout-1_5 figure img {
  transform: none;
}
@media (max-width: 1023px) {
  .layout-1_5 figure {
    margin: 0 auto -1.75rem;
  }
}
@media (max-width: 639px) {
  .layout-1_5 figure {
    margin: 0 auto -1.5rem;
  }
}
.layout-1_5 .qr-code-container {
  width: 12.5rem;
  position: relative;
  padding: 0.25rem;
  background: #fff;
}
.layout-1_5 .qr-code-container img {
  display: block;
}
.layout-1_5 .mobile-apps {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 1rem;
}
.layout-1_5 .mobile-apps a {
  display: block;
  height: 2.75rem;
}
.layout-1_5 .mobile-apps a img {
  display: block;
  position: relative;
  width: auto;
  height: 2.75rem;
}

.layout-1_7 figure {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .layout-1_7 figure {
    height: 100%;
    width: calc(100% - 1.375rem);
    position: absolute;
  }
  .layout-1_7 figure img:not(.overlay) {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.layout-1_7 figure .overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.layout-1_7 figure figcaption {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2.5rem;
  color: #fff;
}
.layout-1_7 figure figcaption h1, .layout-1_7 figure figcaption h2, .layout-1_7 figure figcaption h3, .layout-1_7 figure figcaption h4, .layout-1_7 figure figcaption p, .layout-1_7 figure figcaption li, .layout-1_7 figure figcaption span {
  text-wrap: balance;
  color: #fff;
}

.quote__icon.quote__icon__big {
  width: 30px;
  height: 24px;
}
.quote__icon.quote__icon__small {
  width: 24px;
  height: 20px;
}
.quote__icon::after {
  content: "";
  display: inline-block;
  color: var(--grey_600);
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../icons/quote.svg");
          mask-image: url("../icons/quote.svg");
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/icons/iconfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.icon:before {
  display: inline-block;
  font-family: "iconfont", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-account-history:before {
  content: "\ea01";
}

.icon-account-statement:before {
  content: "\ea02";
}

.icon-all-cards:before {
  content: "\ea03";
}

.icon-android:before {
  content: "\ea04";
}

.icon-app_section_mobile_overlay:before {
  content: "\ea05";
}

.icon-app_section_overlay:before {
  content: "\ea06";
}

.icon-apple:before {
  content: "\ea07";
}

.icon-arrow-down:before {
  content: "\ea08";
}

.icon-arrow-left:before {
  content: "\ea09";
}

.icon-arrow-right:before {
  content: "\ea0a";
}

.icon-arrow:before {
  content: "\ea0b";
}

.icon-arrows-new:before {
  content: "\ea0c";
}

.icon-arrows:before {
  content: "\ea0d";
}

.icon-asset-management:before {
  content: "\ea0e";
}

.icon-attention:before {
  content: "\ea0f";
}

.icon-bill-cutting:before {
  content: "\ea10";
}

.icon-billcutting:before {
  content: "\ea11";
}

.icon-buildings:before {
  content: "\ea12";
}

.icon-bulb:before {
  content: "\ea13";
}

.icon-calendar:before {
  content: "\ea14";
}

.icon-card:before {
  content: "\ea15";
}

.icon-chat-bubble:before {
  content: "\ea16";
}

.icon-check:before {
  content: "\ea17";
}

.icon-checkmark:before {
  content: "\ea18";
}

.icon-chevron-right:before {
  content: "\ea19";
}

.icon-circle-chevron-left:before {
  content: "\ea1a";
}

.icon-circle-chevron-right:before {
  content: "\ea1b";
}

.icon-circle-plus:before {
  content: "\ea1c";
}

.icon-clear:before {
  content: "\ea1d";
}

.icon-close:before {
  content: "\ea1e";
}

.icon-contact:before {
  content: "\ea1f";
}

.icon-cross:before {
  content: "\ea20";
}

.icon-currency-account:before {
  content: "\ea21";
}

.icon-depositmaximization:before {
  content: "\ea22";
}

.icon-document-new:before {
  content: "\ea23";
}

.icon-document:before {
  content: "\ea24";
}

.icon-download:before {
  content: "\ea25";
}

.icon-electricity:before {
  content: "\ea26";
}

.icon-electricitypayment:before {
  content: "\ea27";
}

.icon-email:before {
  content: "\ea28";
}

.icon-equals:before {
  content: "\ea29";
}

.icon-file-pdf:before {
  content: "\ea2a";
}

.icon-file:before {
  content: "\ea2b";
}

.icon-filter:before {
  content: "\ea2c";
}

.icon-financeassist-new:before {
  content: "\ea2d";
}

.icon-financeassist:before {
  content: "\ea2e";
}

.icon-finances:before {
  content: "\ea2f";
}

.icon-globe:before {
  content: "\ea30";
}

.icon-hand:before {
  content: "\ea31";
}

.icon-healthcheck:before {
  content: "\ea32";
}

.icon-history:before {
  content: "\ea33";
}

.icon-home:before {
  content: "\ea34";
}

.icon-household:before {
  content: "\ea35";
}

.icon-i-phone:before {
  content: "\ea36";
}

.icon-icon_play:before {
  content: "\ea37";
}

.icon-icon_play_hover:before {
  content: "\ea38";
}

.icon-incorrect-2:before {
  content: "\ea39";
}

.icon-investments:before {
  content: "\ea3a";
}

.icon-it-security:before {
  content: "\ea3b";
}

.icon-key:before {
  content: "\ea3c";
}

.icon-language:before {
  content: "\ea3d";
}

.icon-light:before {
  content: "\ea3e";
}

.icon-loading:before {
  content: "\ea3f";
}

.icon-localize_ico:before {
  content: "\ea40";
}

.icon-location:before {
  content: "\ea41";
}

.icon-magnified:before {
  content: "\ea42";
}

.icon-map:before {
  content: "\ea43";
}

.icon-minus:before {
  content: "\ea44";
}

.icon-mobile:before {
  content: "\ea45";
}

.icon-money:before {
  content: "\ea46";
}

.icon-my-health:before {
  content: "\ea47";
}

.icon-next:before {
  content: "\ea48";
}

.icon-notifications:before {
  content: "\ea49";
}

.icon-padlock:before {
  content: "\ea4a";
}

.icon-phone:before {
  content: "\ea4b";
}

.icon-pin-2:before {
  content: "\ea4c";
}

.icon-pin:before {
  content: "\ea4d";
}

.icon-plus:before {
  content: "\ea4e";
}

.icon-poi:before {
  content: "\ea4f";
}

.icon-prev:before {
  content: "\ea50";
}

.icon-procent:before {
  content: "\ea51";
}

.icon-savings:before {
  content: "\ea52";
}

.icon-savingsoptimisation:before {
  content: "\ea53";
}

.icon-search:before {
  content: "\ea54";
}

.icon-search_v2:before {
  content: "\ea55";
}

.icon-settings:before {
  content: "\ea56";
}

.icon-spending-monitor:before {
  content: "\ea57";
}

.icon-spending-stock:before {
  content: "\ea58";
}

.icon-spendings:before {
  content: "\ea59";
}

.icon-term-deposit:before {
  content: "\ea5a";
}

.icon-thin-arrow-left:before {
  content: "\ea5b";
}

.icon-thin-arrow-right:before {
  content: "\ea5c";
}

.icon-tick:before {
  content: "\ea5d";
}

.icon-tips:before {
  content: "\ea5e";
}

.icon-unlock:before {
  content: "\ea5f";
}

.icon-wind:before {
  content: "\ea60";
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  line-height: 1.1;
  letter-spacing: 0;
  margin-bottom: 0.75em;
  margin-top: 0;
  color: var(--grey_600);
  font-kerning: none;
}
.theme-dark h1,
.theme-dark .h1,
.theme-dark h2,
.theme-dark .h2,
.theme-dark h3,
.theme-dark .h3,
.theme-dark h4,
.theme-dark .h4,
.theme-dark h5,
.theme-dark .h5 {
  color: var(--white);
}
.theme-grey h1,
.theme-grey .h1,
.theme-grey h2,
.theme-grey .h2,
.theme-grey h3,
.theme-grey .h3,
.theme-grey h4,
.theme-grey .h4,
.theme-grey h5,
.theme-grey .h5 {
  color: var(--black);
}
.theme-brand-dark h1,
.theme-brand-dark .h1,
.theme-brand-dark h2,
.theme-brand-dark .h2,
.theme-brand-dark h3,
.theme-brand-dark .h3,
.theme-brand-dark h4,
.theme-brand-dark .h4,
.theme-brand-dark h5,
.theme-brand-dark .h5 {
  color: var(--white);
}
.theme-graphite h1,
.theme-graphite .h1,
.theme-graphite h2,
.theme-graphite .h2,
.theme-graphite h3,
.theme-graphite .h3,
.theme-graphite h4,
.theme-graphite .h4,
.theme-graphite h5,
.theme-graphite .h5 {
  color: var(--white);
}
.theme-charcoal h1,
.theme-charcoal .h1,
.theme-charcoal h2,
.theme-charcoal .h2,
.theme-charcoal h3,
.theme-charcoal .h3,
.theme-charcoal h4,
.theme-charcoal .h4,
.theme-charcoal h5,
.theme-charcoal .h5 {
  color: var(--white);
}
.theme-red-gradient h1,
.theme-red-gradient .h1,
.theme-red-gradient h2,
.theme-red-gradient .h2,
.theme-red-gradient h3,
.theme-red-gradient .h3,
.theme-red-gradient h4,
.theme-red-gradient .h4,
.theme-red-gradient h5,
.theme-red-gradient .h5 {
  color: var(--white);
}
.theme-brand-gradient h1,
.theme-brand-gradient .h1,
.theme-brand-gradient h2,
.theme-brand-gradient .h2,
.theme-brand-gradient h3,
.theme-brand-gradient .h3,
.theme-brand-gradient h4,
.theme-brand-gradient .h4,
.theme-brand-gradient h5,
.theme-brand-gradient .h5 {
  color: var(--white);
}
.theme-brand-primary h1,
.theme-brand-primary .h1,
.theme-brand-primary h2,
.theme-brand-primary .h2,
.theme-brand-primary h3,
.theme-brand-primary .h3,
.theme-brand-primary h4,
.theme-brand-primary .h4,
.theme-brand-primary h5,
.theme-brand-primary .h5 {
  color: var(--white);
}
.theme-brand-primary-300 h1,
.theme-brand-primary-300 .h1,
.theme-brand-primary-300 h2,
.theme-brand-primary-300 .h2,
.theme-brand-primary-300 h3,
.theme-brand-primary-300 .h3,
.theme-brand-primary-300 h4,
.theme-brand-primary-300 .h4,
.theme-brand-primary-300 h5,
.theme-brand-primary-300 .h5 {
  color: var(--primary_800);
}
.theme-brand-primary-100 h1,
.theme-brand-primary-100 .h1,
.theme-brand-primary-100 h2,
.theme-brand-primary-100 .h2,
.theme-brand-primary-100 h3,
.theme-brand-primary-100 .h3,
.theme-brand-primary-100 h4,
.theme-brand-primary-100 .h4,
.theme-brand-primary-100 h5,
.theme-brand-primary-100 .h5 {
  color: var(--primary_800);
}
.theme-white h1,
.theme-white .h1,
.theme-white h2,
.theme-white .h2,
.theme-white h3,
.theme-white .h3,
.theme-white h4,
.theme-white .h4,
.theme-white h5,
.theme-white .h5 {
  color: var(--grey_600);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
}
h1.thin,
.h1.thin,
h2.thin,
.h2.thin,
h3.thin,
.h3.thin,
h4.thin,
.h4.thin,
h5.thin,
.h5.thin {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 300;
}

h1,
.h1 {
  font-size: clamp(40px, 5vw, 60px);
}

h2,
.h2 {
  font-size: clamp(32px, 4vw, 48px);
}

h3,
.h3 {
  font-size: clamp(24px, 3.5vw, 40px);
}

h4,
.h4 {
  font-size: clamp(20px, 3vw, 32px);
}

h5,
.h5 {
  font-size: clamp(18px, 3vw, 20px);
}

.fw-300 {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 300;
}

.fw-400 {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}

.fw-600 {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 600;
}

.fw-700 {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
}

.fw-800 {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 800;
}

.sub-title {
  font-size: clamp(1rem, 3vw, 1.5rem);
  line-height: 1.5;
  margin-top: 0;
  letter-spacing: 0;
  margin-bottom: 1.5em;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}

a,
p {
  font-kerning: none;
}

a {
  text-decoration: none;
}
a.link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  padding: 0;
  color: var(--primary_500);
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 16px;
  letter-spacing: 0;
  transition: color 0.3s ease;
}
a.link:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  position: relative;
  top: 0;
  left: 4px;
  opacity: 1;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='8' height='16' viewBox='0 0 8 16' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M0.776351 0.675781C-0.253576 1.65524 -0.253575 3.24474 0.776351 4.22511L4.50577 8.00911L0.776352 11.7931C-0.253575 12.7735 -0.253575 14.3621 0.776352 15.3424L8.00391 8.00911L0.776351 0.675781Z' fill='%23000'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg width='8' height='16' viewBox='0 0 8 16' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M0.776351 0.675781C-0.253576 1.65524 -0.253575 3.24474 0.776351 4.22511L4.50577 8.00911L0.776352 11.7931C-0.253575 12.7735 -0.253575 14.3621 0.776352 15.3424L8.00391 8.00911L0.776351 0.675781Z' fill='%23000'/></svg>");
  transition: transform 0.3s ease;
}
a.link:hover {
  color: var(--primary_600);
}
a.link:hover:after {
  transform: translateX(4px);
}
a.link.download-link::after {
  display: none;
}
a.link.download-link::before {
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("../img/svg/download-icon.svg");
  transition: transform 0.3s ease;
}
a.link.download-link:hover::before {
  transform: translateY(2px);
}
a.link.link-download::after {
  left: 0;
  -webkit-mask-image: url("../img/svg/download-icon.svg");
          mask-image: url("../img/svg/download-icon.svg");
}
a:not(:has(*)) {
  color: var(--primary);
}
a:not(:has(*)):hover {
  color: var(--primary_600);
}

strong {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
}
strong.lead {
  font-size: 1.25rem;
}

p {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: var(--text-line-height, 1.5);
  margin-top: 0;
  letter-spacing: var(--text-letter-spacing, 0);
  word-spacing: var(--text-word-spacing, 0);
  margin-bottom: var(--paragraph-spacing, 1.5em);
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
@media (max-width: 639px) {
  p {
    word-break: break-word;
  }
}
p:empty {
  display: none;
}

.lead {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 1.5;
  display: block;
  position: relative;
  margin-bottom: 1em;
  color: #311266;
}
.theme-dark .lead {
  color: #fff;
}
.theme-brand-dark .lead {
  color: var(--white);
}
.theme-graphite .lead {
  color: var(--white);
}
.theme-charcoal .lead {
  color: var(--white);
}
.theme-red-gradient .lead {
  color: var(--white);
}
.theme-brand-gradient .lead {
  color: var(--white);
}
.theme-brand-primary .lead {
  color: var(--white);
}
.theme-brand-primary-300 .lead {
  color: var(--primary_800);
}
.theme-brand-primary-100 .lead {
  color: var(--primary_800);
}
.theme-white .lead {
  color: var(--grey_600);
}
@media (min-width: 640px) {
  .lead {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .lead {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1024px) {
  .lead:not(:last-of-type), .lead:only-of-type {
    margin-bottom: 0;
  }
}

.theme-red-gradient h2,
.theme-red-gradient h3,
.theme-red-gradient .richtext * {
  color: var(--white) !important;
}

.theme-brand-gradient h2,
.theme-brand-gradient h3,
.theme-brand-gradient .richtext * {
  color: var(--white) !important;
}

.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  display: inline-flex;
  align-items: baseline;
}
.breadcrumb a {
  color: var(--primary);
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s ease;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: var(--primary_600);
  text-decoration: underline;
}
.breadcrumb .sep {
  margin: 0 0.25rem;
  color: var(--primary);
  font-size: 1rem;
}
.breadcrumb li.is-current a {
  color: var(--primary);
  text-decoration: none;
  cursor: default;
}
.breadcrumb li.is-current a:hover, .breadcrumb li.is-current a:focus {
  color: var(--primary);
  text-decoration: none;
}

.button {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.2;
  border-radius: 44px;
  text-transform: none;
  min-width: 9.125rem;
  transition: all 0.25s ease;
  height: 3.5rem;
  align-content: center;
  padding: 0.875rem 1.25rem;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
}
@media (max-width: 639px) {
  .button {
    width: 100%;
    white-space: normal;
    height: auto;
    min-height: 3.5rem;
    text-align: center;
  }
}
.button.wide {
  width: 100%;
}
@media (max-width: 639px) {
  .button.mobile-wide {
    width: 100%;
  }
}
.button {
  /* Variants */
}
.button.primary {
  background: var(--white);
  border-color: var(--grey_600);
  color: var(--grey_600);
}
.button.primary:hover, .button.primary:focus, .button.primary:active {
  background: var(--grey_600);
  border-color: var(--grey_600);
  color: var(--white);
}
.button.primary.primary-border {
  border: 1px solid var(--grey_600);
  border-radius: 7.5rem;
}
.button.secondary {
  border-radius: 7.5rem;
  border: 1px solid var(--grey_600);
  background: var(--white);
  color: var(--grey_600);
}
.button.secondary:hover, .button.secondary:focus, .button.secondary:active {
  background: var(--grey_600);
  border-color: var(--grey_600);
  color: var(--white);
}
.button.secondary.secondary-arrow {
  padding-right: 2.5rem;
  background-image: url(../img/button-icon-uni.svg);
  background-blend-mode: difference;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 15px 16px;
}
.button.secondary-darker {
  border-radius: 7.5rem;
  border: 1px solid var(--white);
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
}
.button.secondary-darker:hover, .button.secondary-darker:focus, .button.secondary-darker:active {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--white);
  color: rgba(255, 255, 255, 0.2);
}
.button.accent {
  background-color: var(--primary_500);
  border-color: var(--primary_500);
  color: var(--white);
}
.button.accent:hover, .button.accent:focus, .button.accent:active {
  background-color: var(--white);
  border-color: var(--primary_500);
  color: var(--primary_500);
}
.button.primary-inverted {
  background: var(--grey_600);
  border-color: var(--grey_600);
  color: var(--white);
  justify-content: center;
}
.button.primary-inverted:hover, .button.primary-inverted:focus, .button.primary-inverted:active {
  background: var(--white);
  border-color: var(--grey_600);
  color: var(--grey_600);
}
.button.primary-inverted-arrow {
  background: var(--grey_600);
  border-color: var(--grey_600);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
.button.primary-inverted-arrow .button-icon {
  width: 15px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 0.25rem;
  display: inline-block;
  mask-image: url("../img/button-icon-uni.svg");
  -webkit-mask-image: url("../img/button-icon-uni.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--white);
  transition: background-color 0.25s ease;
}
.button.primary-inverted-arrow:hover, .button.primary-inverted-arrow:focus, .button.primary-inverted-arrow:active {
  background: var(--white);
  border-color: var(--grey_600);
  color: var(--grey_600);
}
.button.primary-inverted-arrow:hover .button-icon, .button.primary-inverted-arrow:focus .button-icon, .button.primary-inverted-arrow:active .button-icon {
  background-color: var(--grey_600);
}
.button.primary-arrow {
  background: var(--white);
  border: 1px solid var(--grey_600);
  color: var(--grey_600);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
.button.primary-arrow .button-icon {
  width: 15px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 0.25rem;
  display: inline-block;
  mask-image: url("../img/button-icon-uni.svg");
  -webkit-mask-image: url("../img/button-icon-uni.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--grey_600);
  transition: background-color 0.25s ease;
}
.button.primary-arrow:hover, .button.primary-arrow:focus, .button.primary-arrow:active {
  background: var(--grey_600);
  border-color: var(--grey_600);
  color: var(--white);
}
.button.primary-arrow:hover .button-icon, .button.primary-arrow:focus .button-icon, .button.primary-arrow:active .button-icon {
  background-color: var(--white);
}
.button.category {
  color: var(--grey_666);
  border: none;
  padding: 0.75rem 0.75rem 0.5rem;
  border-radius: 6.125rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-align: center;
  position: relative;
}
.button.category:hover {
  background: var(--grey_200);
}
.button.category.active {
  background: var(--primary_500);
  color: var(--white);
}
.button.category.active::after {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.375rem;
}
.button.link-download {
  color: var(--primary_500);
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: background-color 0.3s ease;
}
.button.link-download::before {
  content: "";
  width: 0.875rem;
  height: 0.9375rem;
  display: block;
  background: url("../icons/download.svg") no-repeat center transparent;
  background-size: contain;
}
.button.link-arrow-down {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  color: var(--primary_500);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0;
}
.button.link-arrow-down:after {
  content: "";
  display: inline-block;
  width: 0.9375rem;
  height: 0.5rem;
  position: relative;
  top: 0;
  left: 0.25rem;
  opacity: 1;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../icons/arrow-down.svg");
          mask-image: url("../icons/arrow-down.svg");
  transition: transform 0.3s ease;
}
.button.link-arrow-down[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.button {
  /* Sizes */
}
.button.size-46 {
  height: 2.875rem;
  padding: 0.75rem 1.25rem;
}
.button.is-active {
  position: relative;
}
.button.is-active::after {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: var(--grey_600);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
}
@media (max-width: 767px) {
  .button.primary, .button.secondary, .button.accent {
    min-width: 10.375rem;
  }
}
.button.wysiwyg-show-more-btn {
  border: 1px solid var(--grey_600);
}

.link {
  color: #000;
  font-size: 0.9375rem;
  position: relative;
  display: inline-block;
}
@media (min-width: 640px) {
  .link {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .link {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1367px) {
  .link {
    font-size: 1.125rem;
  }
}
.link .icon {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 0.125rem;
  top: calc(50% - 0.5rem);
  color: var(--primary);
}
.theme-dark .link .icon {
  color: #ffe375;
}

.links li {
  display: block;
  position: relative;
  border-bottom: 1px solid rgb(196.75, 196.75, 196.75);
  padding: 0.75rem 0;
}
@media (min-width: 640px) {
  .links li {
    padding: 1rem 0;
  }
}
@media (min-width: 1024px) {
  .links li {
    padding: 1.25rem 0;
  }
}
@media (min-width: 1367px) {
  .links li {
    padding: 1.5rem 0;
  }
}
.links .link {
  font-size: 1rem;
  display: block;
  padding-right: 2.5rem;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
@media (min-width: 640px) {
  .links .link {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .links .link {
    font-size: 1.25rem;
  }
}
@media (min-width: 1367px) {
  .links .link {
    font-size: 1.375rem;
  }
}
.links .link .icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  font-size: 0.875rem;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .links .link .icon {
    font-size: 0.9375rem;
  }
}

label {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: var(--grey_666);
  margin-bottom: 0.875rem;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
@media (min-width: 640px) {
  label {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  label {
    margin-bottom: 1.25rem;
  }
}

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
input[type=tel],
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  display: block;
  width: 100%;
  background-color: var(--white);
  border: 2px solid var(--grey_150);
  border-radius: 16px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 1rem;
  transition: all 0.25s ease;
  max-height: 58px;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
input[type=text]:focus, input[type=text]:hover, input[type=text][data-hover], input[type=text][data-focus],
input[type=email]:focus,
input[type=email]:hover,
input[type=email][data-hover],
input[type=email][data-focus],
input[type=search]:focus,
input[type=search]:hover,
input[type=search][data-hover],
input[type=search][data-focus],
input[type=password]:focus,
input[type=password]:hover,
input[type=password][data-hover],
input[type=password][data-focus],
input[type=number]:focus,
input[type=number]:hover,
input[type=number][data-hover],
input[type=number][data-focus],
input[type=tel]:focus,
input[type=tel]:hover,
input[type=tel][data-hover],
input[type=tel][data-focus],
input[type=date]:focus,
input[type=date]:hover,
input[type=date][data-hover],
input[type=date][data-focus],
input[type=time]:focus,
input[type=time]:hover,
input[type=time][data-hover],
input[type=time][data-focus],
input[type=datetime-local]:focus,
input[type=datetime-local]:hover,
input[type=datetime-local][data-hover],
input[type=datetime-local][data-focus],
input[type=month]:focus,
input[type=month]:hover,
input[type=month][data-hover],
input[type=month][data-focus] {
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
}

input[type=file] {
  display: block;
  width: 100%;
  height: 58px;
  padding: 0 1rem;
  border: 2px solid var(--grey_150);
  border-radius: 16px;
  background-color: var(--white);
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 54px;
  box-sizing: border-box;
  transition: all 0.25s ease;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
input[type=file]:hover, input[type=file][data-hover] {
  outline: none;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
}
input[type=file]:focus, input[type=file][data-focus] {
  outline: none;
  border: 2px solid var(--black) !important;
}
input[type=file]::file-selector-button {
  height: 38px;
  padding: 0 1rem;
  margin-right: 1rem;
  border: 2px solid var(--grey_150);
  border-radius: 8px;
  background: var(--grey_100);
  cursor: pointer;
  font-size: 1rem;
  line-height: 34px;
  transition: all 0.25s ease;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
input[type=file]:hover::file-selector-button, input[type=file][data-hover]::file-selector-button {
  border: 2px solid rgba(0, 0, 0, 0.1);
}
input[type=file]:focus::file-selector-button, input[type=file][data-focus]::file-selector-button {
  border: 2px solid var(--black);
}

input[type=date],
.input--date {
  max-width: 100% !important;
  width: 100% !important;
  height: 58px !important;
  box-sizing: border-box;
  color: var(--black);
}
@media (max-width: 639px) {
  input[type=date],
  .input--date {
    height: 22px !important;
    width: calc(100% - 32px) !important;
  }
}
input[type=date]::-moz-placeholder, .input--date::-moz-placeholder {
  color: var(--grey_666);
}
input[type=date]::placeholder,
.input--date::placeholder {
  color: var(--grey_666);
}
input[type=date]::-webkit-calendar-picker-indicator,
.input--date::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button,
.input--date::-webkit-inner-spin-button,
.input--date::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.input-date-placeholder-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.input-date-placeholder-wrap .input-date-placeholder-fallback {
  display: none;
  pointer-events: none;
  position: absolute;
  left: 1rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--grey_666);
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
.input-date-placeholder-wrap.date-placeholder-ios.is-empty .input-date-placeholder-fallback {
  display: block;
}

select {
  display: block;
  width: 100%;
  border: 2px solid var(--grey_150);
  border-radius: 0.25rem;
  border-radius: 16px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 1rem;
  padding-right: 3rem;
  transition: all 0.25s ease;
  max-height: 58px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px 8px;
  cursor: pointer;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
select:focus {
  outline: none;
  border-color: var(--primary);
}
select:hover {
  border-color: var(--grey_500);
}

div.validation-error input[type=text],
div.validation-error input[type=email],
div.validation-error input[type=number],
div.validation-error input[type=tel],
div.validation-error input[type=date],
div.validation-error select {
  border-bottom-color: #ff5553;
}

div.valid input[type=text],
div.valid input[type=email],
div.valid input[type=number],
div.valid input[type=tel],
div.valid input[type=date],
div.valid select {
  border-bottom-color: var(--primary);
}

textarea {
  display: block;
  width: 100%;
  border: 2px solid var(--grey_150);
  border-radius: 0.25rem;
  color: var(--black);
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 1rem 1.25rem;
  box-shadow: none;
  min-height: 100px;
  transition: border 0.25s ease;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
textarea::-moz-placeholder {
  color: var(--grey_666);
}
textarea::placeholder {
  color: var(--grey_666);
}
textarea:focus, textarea:hover, textarea[data-hover], textarea[data-focus] {
  border: 2px solid #25c700;
}

.field textarea,
.form-row textarea {
  color: var(--black);
}
.field textarea::-moz-placeholder, .form-row textarea::-moz-placeholder {
  color: var(--grey_666);
}
.field textarea::placeholder,
.form-row textarea::placeholder {
  color: var(--grey_666);
}
.field textarea,
.form-row textarea {
  border-radius: 16px;
  padding: 1rem 1rem 0 1rem !important;
}
.field textarea:focus, .field textarea:hover, .field textarea[data-hover], .field textarea[data-focus],
.form-row textarea:focus,
.form-row textarea:hover,
.form-row textarea[data-hover],
.form-row textarea[data-focus] {
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
}
.field input[type=date]::after,
.form-row input[type=date]::after {
  bottom: 0.5rem;
}

.checkbox input[type=checkbox],
[data-type=checkbox] input[type=checkbox] {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.checkbox input[type=checkbox]:before,
[data-type=checkbox] input[type=checkbox]:before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--grey_150);
  border-radius: 0.25rem;
  border-radius: 4px;
  transition: all 0.25s ease;
}
.checkbox input[type=checkbox]:after,
[data-type=checkbox] input[type=checkbox]:after {
  content: "";
  width: 1rem;
  height: 0.5rem;
  display: block;
  border-left: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 0.5rem;
  left: 0.375rem;
  opacity: 0;
  transform: rotate(-45deg) scale(1.5);
  transition: all 0.25s ease;
}
.checkbox input[type=checkbox]:checked:before,
[data-type=checkbox] input[type=checkbox]:checked:before {
  background-color: var(--primary);
  border-color: var(--primary);
}
.checkbox input[type=checkbox]:checked:after,
[data-type=checkbox] input[type=checkbox]:checked:after {
  border-color: #fff;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 0.625rem;
  height: 0.375rem;
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}
.checkbox .js-validate-error-label,
[data-type=checkbox] .js-validate-error-label {
  left: 2.75rem;
  top: 107.5%;
}
@media (min-width: 640px) {
  .checkbox .js-validate-error-label,
  [data-type=checkbox] .js-validate-error-label {
    left: 2.375rem;
    top: 110%;
  }
}
@media (min-width: 1024px) {
  .checkbox .js-validate-error-label,
  [data-type=checkbox] .js-validate-error-label {
    left: 2rem;
    top: 112.5%;
  }
}

[data-type=checkbox] .form-item {
  padding-top: 0.5rem;
}

.form-wrapper [data-type=checkbox] input[type=checkbox] + label {
  font-size: 1.125rem;
  padding: 0 0 0 1.75rem;
  color: #383838;
}

.form-wrapper .form-checkbox-group .form-row[data-type=checkbox] input[type=checkbox] + label {
  font-size: 1.125rem;
  line-height: 1.38;
  color: #000;
  padding: 1.3125rem 1rem;
  width: 100%;
}
.form-wrapper .form-checkbox-group .form-row[data-type=checkbox] input[type=checkbox] + label:before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-color: #f2f2f2;
  border: 1px solid;
  border-radius: 4px;
  transition: all 0.25s ease;
}
.form-wrapper .form-checkbox-group .form-row[data-type=checkbox] input[type=checkbox] + label:after {
  content: "";
  width: 1rem;
  height: 0.5rem;
  display: block;
  border-left: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 0.5rem;
  left: 0.375rem;
  opacity: 0;
  transform: rotate(-45deg) scale(1.5);
  transition: all 0.25s ease;
}
.form-wrapper .form-checkbox-group .form-row[data-type=checkbox] input[type=checkbox] + label:checked:before {
  background-color: var(--primary);
  border-color: var(--primary);
}
.form-wrapper .form-checkbox-group .form-row[data-type=checkbox] input[type=checkbox] + label:checked:after {
  border-color: #fff;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 0.625rem;
  height: 0.375rem;
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}
.form-wrapper .form-checkbox-group span {
  padding-bottom: 1rem;
}

.radio input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  top: 0;
  left: 0;
  opacity: 0;
}
.radio input[type=radio] + label {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  cursor: pointer;
  padding-top: 2px;
  padding-left: 34px;
  color: #383838;
  text-transform: none;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
.radio input[type=radio] + label::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #383838;
  border-radius: 50%;
  transition: all 0.25s ease;
  will-change: auto;
}
.radio input[type=radio] + label::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 6px;
  opacity: 0;
  border-radius: 50%;
  transform: scale(1.5);
  transition: all 0.25s ease;
  will-change: auto;
}
.radio input[type=radio]:checked + label::before {
  background-color: #25c700;
  border-color: #25c700;
}
.radio input[type=radio]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.radio input[type=radio]:hover + label::before, .radio input[type=radio]:focus + label::before, .radio input[type=radio][data-hover] + label::before, .radio input[type=radio][data-focus] + label::before {
  border-color: #25c700;
}

.radio-switch {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.radio-switch .inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 144px;
}
@media (max-width: 639px) {
  .radio-switch .inner {
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
    justify-content: flex-start;
  }
}
@media (max-width: 639px) {
  .radio-switch {
    justify-content: flex-start;
  }
  .radio-switch .form-item label {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.radio-switch input + label {
  color: var(--grey_600);
  font-size: 1.125rem;
  line-height: 1;
  position: relative;
  text-align: center;
  padding: 1rem 1.5rem;
  transition: all 0.1s ease-in-out;
  margin-bottom: 0;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
.radio-switch input + label:hover {
  cursor: pointer;
}
@media (min-width: 640px) {
  .radio-switch input + label {
    padding: 1rem 2rem;
  }
}
@media (min-width: 768px) {
  .radio-switch input + label {
    padding: 1rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .radio-switch input + label {
    padding: 1rem 4rem;
  }
}

.field,
.form-row {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .field.wide, .field.narrow, .field.narrower,
  .form-row.wide,
  .form-row.narrow,
  .form-row.narrower {
    width: auto !important;
  }
}
.field .js-validate-error-label,
.form-row .js-validate-error-label {
  font-size: 0.75rem;
  left: 0;
  top: 115%;
  line-height: 1.1;
  position: absolute;
  color: #ff5553 !important;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
.field[data-type=file]:focus-within:has(input:focus-visible),
.form-row[data-type=file]:focus-within:has(input:focus-visible) {
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: 1px;
}
.field[data-type=text], .field[data-type=email], .field[data-type=password], .field[data-type=search], .field[data-type=tel], .field[data-type=date], .field[data-type=number], .field[data-type=select], .field[data-type=file],
.form-row[data-type=text],
.form-row[data-type=email],
.form-row[data-type=password],
.form-row[data-type=search],
.form-row[data-type=tel],
.form-row[data-type=date],
.form-row[data-type=number],
.form-row[data-type=select],
.form-row[data-type=file] {
  flex-direction: column;
  margin-top: 0.5rem;
}
.field[data-type=text] label, .field[data-type=email] label, .field[data-type=password] label, .field[data-type=search] label, .field[data-type=tel] label, .field[data-type=date] label, .field[data-type=number] label, .field[data-type=select] label, .field[data-type=file] label,
.form-row[data-type=text] label,
.form-row[data-type=email] label,
.form-row[data-type=password] label,
.form-row[data-type=search] label,
.form-row[data-type=tel] label,
.form-row[data-type=date] label,
.form-row[data-type=number] label,
.form-row[data-type=select] label,
.form-row[data-type=file] label {
  font-size: 1.125rem;
  line-height: 1;
  position: relative;
  pointer-events: none;
  margin-bottom: 4px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.field[data-type=tel] .iti,
.form-row[data-type=tel] .iti {
  display: flex;
  position: relative;
  width: 100%;
}
.field[data-type=tel] .iti__flag,
.form-row[data-type=tel] .iti__flag {
  background-image: url("../img/flags.png");
}
.field[data-type=tel] .iti__flag-container,
.form-row[data-type=tel] .iti__flag-container {
  width: 85px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.field[data-type=tel] .iti__country-name,
.form-row[data-type=tel] .iti__country-name {
  font-size: 0.875rem;
}
.field[data-type=tel] .iti__selected-flag,
.form-row[data-type=tel] .iti__selected-flag {
  outline: none;
  background-color: transparent !important;
}
.field[data-type=tel] input[type=tel],
.form-row[data-type=tel] input[type=tel] {
  padding-left: 0 !important;
  width: calc(100% - 93px);
  margin-left: 8px;
}
.field[data-type=tel] label,
.form-row[data-type=tel] label {
  left: 93px;
}
.field[data-type=tel] .error-message,
.form-row[data-type=tel] .error-message {
  left: 92px;
}
.field[data-type=hidden],
.form-row[data-type=hidden] {
  padding: 0;
  margin: 0;
}
.field[data-type=checkbox] .error-message,
.form-row[data-type=checkbox] .error-message {
  left: 2.25rem;
  top: 100%;
}
.field[data-type=checkbox] label,
.form-row[data-type=checkbox] label {
  margin-bottom: 0.25rem;
}
.field .error-message,
.form-row .error-message {
  position: absolute;
  top: calc(100% + 6px);
  left: 1.25rem;
  display: block;
  font-size: 0.75rem;
  color: var(--secondary);
  pointer-events: none;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
.field .error-message::before,
.form-row .error-message::before {
  content: "";
  display: block;
  position: absolute;
  left: -1.25rem;
  width: 1rem;
  height: 1rem;
  background: url("../icons/info-icon.svg") no-repeat center center;
  background-size: contain;
  top: 0px;
}
.field .error-message em,
.form-row .error-message em {
  font-style: normal;
}
.field .is-invalid,
.form-row .is-invalid {
  outline: 2px solid #ff5553;
}
.field input[type=radio].is-invalid,
.field input[type=checkbox].is-invalid,
.form-row input[type=radio].is-invalid,
.form-row input[type=checkbox].is-invalid {
  outline: none;
}
.field .radio-switch,
.form-row .radio-switch {
  justify-content: left;
}

.contact-form {
  padding: 5rem 1.5rem;
  box-sizing: border-box;
  overflow-x: hidden;
}
@media (max-width: 639px) {
  .contact-form {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 100%;
  }
  .contact-form .form-wrapper,
  .contact-form form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .contact-form .row {
    margin-left: 0;
    margin-right: 0;
  }
  .contact-form .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-form .form-row {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=tel],
  .contact-form input[type=number],
  .contact-form input[type=date],
  .contact-form input[type=time],
  .contact-form input[type=datetime-local],
  .contact-form input[type=month],
  .contact-form input[type=url],
  .contact-form input[type=search],
  .contact-form input[type=password],
  .contact-form select,
  .contact-form textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 16px;
  }
  .contact-form .field,
  .contact-form .form-item {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

.form fieldset {
  display: flex;
  flex-direction: column;
  border: none;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .form fieldset {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.form .form-row-break {
  width: 100%;
  flex-basis: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  clear: both;
  display: block;
}
@media (min-width: 768px) {
  .form .form-row-break {
    display: block;
  }
}
.form .group {
  padding: 0;
  margin: 0;
}
.form .text.error h1 {
  font-size: 1.25rem;
  color: #ff5553;
}
.form .text.error ul {
  display: none;
}
.form-row.error label {
  color: #ff5553;
}
.form-row[data-type=radio] label {
  padding-left: 0;
  margin-bottom: 1rem;
}
.form-row[data-type=radio] .form-item,
.form-row[data-type=radio] .form-item label {
  cursor: pointer;
}

input#timeWorkedCheck_0 + label, input#timeWorkedCheck_1 + label, input#timeWorkedCheck_2 + label, input#timeWorkedCheck_4 + label {
  padding: 1rem;
  height: 100%;
}

.form-tab .warpper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.375rem;
}
.form-tab .tab {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  line-height: 1;
  position: relative;
  text-align: center;
  padding: 1rem 4rem;
  margin-right: -1px;
  transition: all 0.1s ease-in-out;
  margin-bottom: 0;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
.form-tab #one:checked ~ .tabs #one-tab,
.form-tab #two:checked ~ .tabs #two-tab {
  background-color: #F0E9FB;
  color: var(--primary);
  box-shadow: none;
  margin-right: 0;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 600;
}
.form-tab .tabs {
  position: relative;
  padding: 1px;
  border: 1px solid #d8d3e2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.form-tab .panels {
  padding-top: 1.25rem;
  width: 100%;
}
.form-tab .panel {
  display: none;
  animation: fadein 0.8s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.form-tab .panel-title {
  font-size: 1.5em;
  font-weight: bold;
}
.form-tab .radio {
  display: none;
}
.form-tab #one:checked ~ .panels #one-panel,
.form-tab #two:checked ~ .panels #two-panel {
  display: block;
}

#formErrorsDisplay.error p {
  color: #ff5553;
}

@media (min-width: 768px) {
  .form-row.wide, .form-row.narrow, .form-row.narrower {
    display: inline-flex !important;
    flex-direction: column;
    vertical-align: bottom;
  }
  .form-row.wide .tooltip-area .tooltip-tip, .form-row.narrow .tooltip-area .tooltip-tip, .form-row.narrower .tooltip-area .tooltip-tip {
    top: 1.875rem !important;
    left: auto !important;
    right: -0.5rem !important;
  }
  .form-row.wide .tooltip-area .tooltip-tip .triangle, .form-row.narrow .tooltip-area .tooltip-tip .triangle, .form-row.narrower .tooltip-area .tooltip-tip .triangle {
    left: auto !important;
    top: -0.5rem !important;
    right: 1.25rem !important;
  }
  .form-row.wide .tooltip-area .tooltip-tip .triangle::after, .form-row.narrow .tooltip-area .tooltip-tip .triangle::after, .form-row.narrower .tooltip-area .tooltip-tip .triangle::after {
    border-left: 0.25rem solid transparent;
    border-right: 0.25rem solid transparent;
    border-bottom: 0.5rem solid rgba(0, 0, 0, 0.1);
  }
  .form-row.wide .field .select-wrapper .cs-select, .form-row.narrow .field .select-wrapper .cs-select, .form-row.narrower .field .select-wrapper .cs-select {
    margin-bottom: 1.25rem;
  }
  .form-row.wide .file-component-add-item, .form-row.narrow .file-component-add-item, .form-row.narrower .file-component-add-item {
    padding: 0.875rem 0 0.5rem;
  }
  .form-row.wide .form-consent, .form-row.narrow .form-consent, .form-row.narrower .form-consent {
    margin: 0;
  }
  .form-row.wide.flex-end .form-row-title, .form-row.narrow.flex-end .form-row-title, .form-row.narrower.flex-end .form-row-title {
    flex: 1 0 0;
    align-items: flex-end;
  }
  .form-row.wide.flex-end .file-component-add-item, .form-row.narrow.flex-end .file-component-add-item, .form-row.narrower.flex-end .file-component-add-item {
    padding: 0 0 1.35rem;
  }
  .form-row.wide.button-form-row, .form-row.narrow.button-form-row, .form-row.narrower.button-form-row {
    display: inline-block !important;
    vertical-align: bottom !important;
    position: relative;
  }
  .form-row.wide.button-form-row .button-wrapper, .form-row.narrow.button-form-row .button-wrapper, .form-row.narrower.button-form-row .button-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .form-row.wide.form-row-without-title, .form-row.narrow.form-row-without-title, .form-row.narrower.form-row-without-title {
    vertical-align: top;
  }
  .form-row.wide {
    width: calc(50% - 0.5rem) !important;
  }
  .form-row.narrow {
    width: calc(33.333% - 0.667rem) !important;
  }
  .form-row.narrower {
    width: calc(25% - 0.75rem) !important;
  }
}
@media (min-width: 1024px) {
  .form-row.narrow {
    width: calc(33.333% - 0.667rem) !important;
  }
  .form-row.narrower {
    width: calc(25% - 0.75rem) !important;
  }
}

@media (min-width: 768px) {
  .form-section .threefourth-section form .form-row.narrow {
    width: 31%;
  }
}

.form-row.no-transition {
  transition: none !important;
}

.cs-select,
[data-type=select] > fieldset > div {
  position: relative;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  min-width: 3.25rem;
  text-transform: uppercase;
}
.cs-select .cs-placeholder,
[data-type=select] > fieldset > div .cs-placeholder {
  display: block;
  width: 100%;
  color: #000;
  font-size: 0.8125rem;
  will-change: auto;
  padding: 0.75rem 1.75rem 0.75rem 0.5rem;
  box-shadow: none;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 500;
}
.cs-select .cs-placeholder::after,
[data-type=select] > fieldset > div .cs-placeholder::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.15s ease-in-out;
  will-change: auto;
  transform: translateY(-100%) rotate(-45deg);
}
@media (min-width: 768px) {
  .cs-select .cs-placeholder::after,
  [data-type=select] > fieldset > div .cs-placeholder::after {
    border-left: 1px solid;
    border-bottom: 1px solid;
  }
}
.cs-select.cs-active,
[data-type=select] > fieldset > div.cs-active {
  z-index: 1;
}
.cs-select.cs-active .cs-placeholder::after,
[data-type=select] > fieldset > div.cs-active .cs-placeholder::after {
  transform: translateY(-25%) rotate(135deg);
}
.cs-select.cs-active .cs-options,
[data-type=select] > fieldset > div.cs-active .cs-options {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.cs-select .cs-options,
[data-type=select] > fieldset > div .cs-options {
  position: absolute;
  top: calc(100% - 1px);
  width: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  will-change: auto;
  transform: translateY(1rem);
  transition: all 0.25s ease;
}
.cs-select .cs-options ul,
[data-type=select] > fieldset > div .cs-options ul {
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 3px -2px rgba(0, 0, 0, 0.06), 0 3px 4px 0 rgba(0, 0, 0, 0.07);
}
.cs-select .cs-options ul li,
[data-type=select] > fieldset > div .cs-options ul li {
  position: relative;
  display: block;
  outline: 0;
}
.cs-select .cs-options ul li:first-child,
[data-type=select] > fieldset > div .cs-options ul li:first-child {
  border-top: 0;
}
.cs-select .cs-options ul li span,
[data-type=select] > fieldset > div .cs-options ul li span {
  background-color: #fff;
  display: block;
  font-size: 0.875rem;
  color: #383838;
  padding: 0.5625rem 0.5rem;
  transition: background 0.25s ease;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
.cs-select .cs-options ul li span::after,
[data-type=select] > fieldset > div .cs-options ul li span::after {
  display: none;
}
.cs-select .cs-options ul li:hover > span,
[data-type=select] > fieldset > div .cs-options ul li:hover > span {
  color: var(--primary);
}
.cs-select .cs-options ul li.cs-selected > span,
[data-type=select] > fieldset > div .cs-options ul li.cs-selected > span {
  color: var(--primary);
}
.cs-select select,
[data-type=select] > fieldset > div select {
  opacity: 0.001;
  pointer-events: none;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.cs-select [data-placeholder],
[data-type=select] > fieldset > div [data-placeholder] {
  display: none;
}
.cs-select.theme-basic .cs-placeholder,
[data-type=select] > fieldset > div.theme-basic .cs-placeholder {
  border: 1px solid transparent;
  color: var(--primary);
  font-size: 19px;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  .cs-select.theme-basic .cs-placeholder,
  [data-type=select] > fieldset > div.theme-basic .cs-placeholder {
    font-size: 0.875rem;
  }
}
@media (max-width: 1023px) {
  .cs-select.theme-basic .cs-placeholder,
  [data-type=select] > fieldset > div.theme-basic .cs-placeholder {
    padding: 0.5rem 2rem 0.5rem 0.5rem;
  }
}
@media (min-width: 1024px) {
  .theme-dark .cs-select.theme-basic .cs-placeholder,
  .theme-dark [data-type=select] > fieldset > div.theme-basic .cs-placeholder {
    color: #fff;
  }
  .cs-select.theme-basic .cs-placeholder::after,
  [data-type=select] > fieldset > div.theme-basic .cs-placeholder::after {
    width: 0.4rem;
    height: 0.4rem;
    border-color: var(--primary);
  }
  .theme-dark .cs-select.theme-basic .cs-placeholder::after,
  .theme-dark [data-type=select] > fieldset > div.theme-basic .cs-placeholder::after {
    border-color: #fff;
  }
}
.menu-open .cs-select.theme-basic .cs-placeholder::after,
.menu-open [data-type=select] > fieldset > div.theme-basic .cs-placeholder::after {
  border-color: #fff;
}
.menu-open .cs-select.theme-basic .cs-placeholder,
.menu-open [data-type=select] > fieldset > div.theme-basic .cs-placeholder {
  color: #fff;
}
.cs-select.theme-basic .cs-options,
[data-type=select] > fieldset > div.theme-basic .cs-options {
  text-align: left;
}
.cs-select.theme-sort,
[data-type=select] > fieldset > div.theme-sort {
  min-width: 6rem;
}
.cs-select.theme-sort .cs-placeholder,
[data-type=select] > fieldset > div.theme-sort .cs-placeholder {
  display: block;
  height: 40px;
  line-height: 1.25;
  font-size: 0.8175rem;
  position: relative;
  white-space: nowrap;
  color: #000;
  padding: 0.6875rem 2rem 0.4375rem 0.5rem;
  border: 2px solid var(--primary);
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
@media (min-width: 640px) {
  .cs-select.theme-sort .cs-placeholder,
  [data-type=select] > fieldset > div.theme-sort .cs-placeholder {
    padding: 0.625rem 2rem 0.4375rem 0.75rem;
  }
}
@media (min-width: 1367px) {
  .cs-select.theme-sort .cs-placeholder,
  [data-type=select] > fieldset > div.theme-sort .cs-placeholder {
    height: 40px;
    line-height: 1.25;
    padding: 0.625rem 2.75rem 0.625rem 1rem;
  }
  .cs-select.theme-sort .cs-placeholder::after,
  [data-type=select] > fieldset > div.theme-sort .cs-placeholder::after {
    right: 1rem;
  }
}
.cs-select.theme-sort .cs-options,
[data-type=select] > fieldset > div.theme-sort .cs-options {
  top: calc(100% + 0.25rem);
}
@media (max-width: 639px) {
  .cs-select.theme-filter,
  [data-type=select] > fieldset > div.theme-filter {
    width: 100%;
  }
}
.cs-select.theme-filter .cs-placeholder,
[data-type=select] > fieldset > div.theme-filter .cs-placeholder {
  display: block;
  line-height: 1;
  font-size: 0.8125rem;
  position: relative;
  white-space: nowrap;
  color: #000;
  padding: 0.6875rem 2rem 0.4375rem 2.375rem;
  border: 2px solid var(--primary);
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  background: url("../img/svg/filter-menu.svg") no-repeat 10px center transparent;
  background-size: 20px;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
@media (min-width: 640px) {
  .cs-select.theme-filter .cs-placeholder,
  [data-type=select] > fieldset > div.theme-filter .cs-placeholder {
    padding: 0.6875rem 2rem 0.4375rem 2.5rem;
  }
}
@media (min-width: 1367px) {
  .cs-select.theme-filter .cs-placeholder,
  [data-type=select] > fieldset > div.theme-filter .cs-placeholder {
    height: 50px;
    line-height: 1.25;
    padding: 0.875rem 2.75rem 0.875rem 2.375rem;
  }
  .cs-select.theme-filter .cs-placeholder::after,
  [data-type=select] > fieldset > div.theme-filter .cs-placeholder::after {
    right: 1rem;
  }
}
.cs-select.theme-filter .cs-options,
[data-type=select] > fieldset > div.theme-filter .cs-options {
  top: calc(100% + 0.25rem);
}

.theme-light .cs-select.theme-basic .cs-placeholder::after {
  border-color: #fff;
}
.theme-light .cs-select.theme-basic .cs-placeholder::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: 0;
  top: 0.625rem;
  border-radius: 50%;
}

header.theme-light .cs-select.theme-basic .cs-placeholder::before {
  background-color: transparent;
}
header.theme-light .cs-select.theme-basic .cs-placeholder::after {
  border-color: var(--primary);
  width: 0.4rem;
  height: 0.4rem;
}

[data-type=select] > fieldset > div {
  width: 100%;
  text-transform: none;
}
[data-type=select] > fieldset > div .cs-placeholder {
  font-size: 1rem;
  color: #6e6e6e;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 0;
}
[data-type=select] > fieldset > div ul li span {
  font-size: 1rem !important;
}

.wysiwyg-form.no-top-margin {
  margin-top: -2.25rem;
}
.wysiwyg-form.left-alignment {
  margin-left: 2.2rem;
}

.grecaptcha-badge {
  display: none;
  z-index: -1;
}

.wysiwyg-content-wrapper {
  position: relative;
}

.wysiwyg-content {
  transition: max-height 0.3s ease;
  margin-bottom: 1rem;
}
.wysiwyg-content--truncated {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.wysiwyg-content--truncated::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.5em;
  pointer-events: none;
}
.wysiwyg-content--lines-5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.wysiwyg-content--lines-7 {
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
.wysiwyg-content--lines-10 {
  -webkit-line-clamp: 10;
  line-clamp: 10;
}
.wysiwyg-content--expanded {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.wysiwyg-content--expanded::after {
  display: none;
}
.wysiwyg.theme-brand-primary .wysiwyg-content--truncated::after {
  background: linear-gradient(transparent, var(--primary_500));
}
.wysiwyg.theme-burgundy .wysiwyg-content--truncated::after {
  background: linear-gradient(transparent, var(--secondary_500));
}
.wysiwyg.theme-brand-dark .wysiwyg-content--truncated::after {
  background: linear-gradient(transparent, var(--primary_800));
}
.wysiwyg.theme-graphite .wysiwyg-content--truncated::after {
  background: linear-gradient(transparent, var(--grey_600));
}
.wysiwyg.theme-brand-primary-arrows .wysiwyg-content--truncated::after {
  background: linear-gradient(transparent, var(--primary_500));
}
.wysiwyg.theme-brand-primary-300 .wysiwyg-content--truncated::after {
  background: linear-gradient(transparent, var(--primary_300));
}
.wysiwyg.theme-brand-primary-100 .wysiwyg-content--truncated::after {
  background: linear-gradient(transparent, var(--primary_100));
}
.wysiwyg.theme-charcoal .wysiwyg-content--truncated::after {
  background: linear-gradient(transparent, var(--charcoal));
}
.wysiwyg.theme-gray .wysiwyg-content--truncated::after {
  background: linear-gradient(transparent, var(--grey_100));
}
.wysiwyg.theme-red-600 .wysiwyg-content--truncated::after {
  background: linear-gradient(transparent, var(--red_600));
}
.wysiwyg.theme-light-grey .wysiwyg-content--truncated::after {
  background: linear-gradient(transparent, var(--light_grey));
}
.wysiwyg.theme-white .wysiwyg-content--truncated::after {
  background: linear-gradient(transparent, var(--white));
}
.wysiwyg.theme-brand-dark-arrows .wysiwyg-content--truncated::after {
  background: linear-gradient(transparent, var(--primary_800));
}

.form-wrapper .form-checkbox-group .form-row[data-type=checkbox] input[type=checkbox] + label {
  font-size: 1rem;
  line-height: 1.38;
  padding-left: 1rem;
  color: #000;
}
.form-wrapper .form-checkbox-group .form-row[data-type=checkbox] input[type=checkbox] + label::before {
  top: 1.3125rem;
  right: 0.75rem;
  left: auto;
  border: solid 1.5px rgba(0, 0, 0, 0.1);
}
.form-wrapper .form-checkbox-group .form-row[data-type=checkbox] input[type=checkbox] + label:after {
  top: 1.65rem;
  right: 1.1rem;
  left: auto;
}
@media (min-width: 768px) {
  .form-wrapper .form-checkbox-group .form-row[data-type=checkbox] input[type=checkbox] + label:after {
    top: 1.7rem;
    right: 1rem;
  }
}
.form-wrapper .form-checkbox-group .form-row[data-type=checkbox] label {
  margin-bottom: 0;
}
.form-wrapper .form-checkbox-group .form-item {
  padding-bottom: 0.375rem;
}
.form-wrapper .form-checkbox-group .form-item:first-child {
  padding-top: 1rem;
}
.form-wrapper .form-checkbox-group .form-item label {
  padding: 1.3125rem 1rem;
  border-radius: 0.375rem;
  border: solid 1.5px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.form-wrapper .form-checkbox-group span {
  padding-bottom: 1rem;
}

.form-amount {
  position: relative;
}
.form-amount label {
  margin-bottom: 0;
}
.form-amount p {
  position: absolute;
  right: 0;
  top: 2.3rem;
  z-index: 9999;
  margin: 0;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
}
.form-amount .form-row {
  margin-bottom: 1.125rem;
}
.form-amount .form-row.validation-error {
  margin-bottom: 2rem;
}
.form-amount .form-row.validation-error .form-amount-box::before {
  top: 6rem;
}
.form-amount-box {
  position: relative;
  background: #f0e9fb;
  padding: 0.75rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 1.1875rem;
  color: #383838;
}
.form-amount-box::before {
  position: absolute;
  content: " ";
  z-index: -1;
  transform: rotate(45deg);
  top: -0.4rem;
  left: 1rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #f0e9fb;
}

.form-row[data-type=radio] label {
  font-size: 1.125rem;
  padding: 0;
  color: var(--grey_600);
}

.form-row[data-type=radio] input[type=radio] {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0;
  top: 0;
  left: 0;
}
.form-row[data-type=radio] input[type=radio]:before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-color: #f2f2f2;
  border: 1px solid;
  border-radius: 100%;
  transition: all 0.25s ease;
}
.form-row[data-type=radio] input[type=radio]:after {
  content: "";
  width: 1rem;
  height: 0.5rem;
  display: block;
  border-left: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 0.5rem;
  left: 0.375rem;
  opacity: 0;
  transform: rotate(-45deg) scale(1.5);
  transition: all 0.25s ease;
}
.form-row[data-type=radio] input[type=radio]:checked:before {
  background-color: var(--primary);
  border-color: var(--primary);
}
.form-row[data-type=radio] input[type=radio]:checked:after {
  border-color: #fff;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 0.625rem;
  height: 0.375rem;
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}
.form-row[data-type=radio] .form-item {
  position: relative;
}
.form-row[data-type=radio] .form-item label {
  margin-left: 1.75rem;
}

.form-wrapper .form-agreement .form-row[data-type=checkbox] input[type=checkbox] + label {
  padding: 0 0 0 1.75rem;
  border: none;
  color: var(--grey_600);
}
.form-wrapper .form-agreement .form-row[data-type=checkbox] input[type=checkbox] + label::before {
  right: auto;
  left: 0;
}
.form-wrapper .form-agreement .form-row[data-type=checkbox] input[type=checkbox] + label::after {
  left: 0.35rem;
  right: auto;
}

.sms-form {
  margin-top: calc(50 / 16)rem;
}
.sms-form h2 {
  font-size: calc(25 / 16)rem;
  line-height: 1.48;
  margin-bottom: calc(14 / 16)rem;
  color: #383838;
}
.sms-form .contact-form {
  padding: 1rem 1.5rem 2rem;
}
@media (min-width: 768px) {
  .sms-form .contact-form {
    padding: 0;
  }
}
.sms-form .contact-form .center {
  margin: 0 auto;
}
.sms-form.rwdButton .contact-form {
  padding: 0;
}
@media (max-width: 1023px) {
  .sms-form.rwdButton .contact-form {
    display: none;
  }
}
.sms-form.rwdButton .sms-button {
  display: block;
}
@media (min-width: 1024px) {
  .sms-form.rwdButton .sms-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .sms-form.rwdForm .contact-form {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.sms-form.rwdForm .sms-button {
  display: none;
}
.sms-form .wysiwyg-form p {
  line-height: 0.75rem;
  padding-top: 0.875rem;
}
.sms-form .button {
  margin: 0;
}
.sms-form div.center {
  width: 100%;
  max-width: calc(460 / 16)rem;
  margin: 0;
  padding: 0;
  flex: auto;
}
.sms-form .form .text {
  margin-bottom: 0;
}
.sms-form .form form .button-wrapper {
  text-align: left;
}
.sms-form .form form .button-wrapper .button {
  min-width: 10.375rem;
  transition: all 0.25s ease;
  color: #383838;
  padding-left: calc(15 / 16)rem;
  padding-right: calc(15 / 16)rem;
}
.sms-form .form form .button-wrapper .button:hover, .sms-form .form form .button-wrapper .button:focus {
  text-decoration: none;
  color: #383838;
  background-color: rgb(255, 221.8260869565, 91.5);
}

.banner-section .sms-form.rwdForm .contact-form {
  padding: 0;
}
.banner-section .sms-form.rwdForm .button-wrapper {
  text-align: left;
}
.banner-section .sms-form .contact-form .center {
  margin: 0;
}

.cost-comparison-section .sms-form {
  margin-top: calc(30 / 16)rem;
}
.cost-comparison-section .sms-form div.center {
  max-width: none;
}
.cost-comparison-section .sms-form .form-row {
  max-width: calc(460 / 16)rem;
}
.cost-comparison-section .sms-form .contact-form .center {
  margin: 0;
}

.price-section .sms-form {
  margin-top: calc(-15 / 16)rem;
  position: relative;
  z-index: 1;
}

.pricing-all-section .sms-form h2 {
  font-size: calc(20 / 16)rem;
  line-height: 1.5;
  margin-bottom: calc(4 / 16)rem;
}
.pricing-all-section .sms-form .contact-form .center {
  margin: 0;
}

.download-section .form form .button-wrapper input[type=submit] {
  background-color: #311266;
  color: #fff;
  border-color: #311266;
}
.download-section .form form .button-wrapper input[type=submit]:hover, .download-section .form form .button-wrapper input[type=submit]:focus {
  color: #fff;
  background-color: rgb(38.5875, 14.175, 80.325);
}
.download-section .sms-form .contact-form .center {
  margin: 0;
}

.banner-product .sms-form .contact-form .center {
  margin: 0;
}

.sms-popup {
  display: none;
  position: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px) brightness(0.7);
}
.sms-popup.active {
  display: flex;
  animation: fadeIn 0.1s;
}
.sms-popup-content {
  position: relative;
  width: 90%;
  max-width: 503px;
  padding: 60px 30px 40px;
  background-color: #fff;
  animation: popup 0.5s;
}
@media (min-width: 1024px) {
  .sms-popup-content {
    width: auto;
    padding: 60px 30px;
  }
}
.sms-popup-content .icon {
  position: absolute;
  right: 30px;
  top: 30px;
}
.sms-popup-content-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .sms-popup-content-button {
    flex-direction: row;
  }
}
.sms-popup-content-button .download-button {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .sms-popup-content-button .download-button {
    margin: 0 1rem;
  }
}
@media (min-width: 1024px) {
  .sms-popup-content-button .site-footer__download-apple {
    margin-right: 1px;
  }
}
.sms-popup-content-button .site-footer__download-huawei,
.sms-popup-content-button .site-footer__download-android,
.sms-popup-content-button .site-footer__download-apple {
  width: 102px;
}
.sms-popup-default-text {
  text-align: center;
  color: #383838;
}

.condition-message {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
  color: #ff5553;
  text-align: left;
}

.section-contact-boxes h2 {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: var(--grey_600);
}
.section-contact-boxes .box-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 1rem;
}
.section-contact-boxes .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 calc(100% - 1rem);
  max-width: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: var(--grey_100);
}
@media (min-width: 1024px) {
  .section-contact-boxes .box {
    flex: 0 0 calc(50% - 1rem);
  }
}
.section-contact-boxes .box-wrapper {
  display: flex;
}
.section-contact-boxes .box-icon {
  width: 40px;
  height: 40px;
  margin-right: 1rem;
}
.section-contact-boxes .box-content-title {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2rem;
  margin: 0;
  color: var(--grey_600);
}
.section-contact-boxes .box-content-text {
  margin: 0;
  color: var(--grey_600);
}
.section-contact-boxes .box-content p,
.section-contact-boxes .box-content li,
.section-contact-boxes .box-content span {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--grey_600);
}
.section-contact-boxes .box-link {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  position: relative;
  padding-right: 20px;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1rem;
  color: var(--primary);
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
}
.section-contact-boxes .box-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-right: 3px solid var(--primary);
  border-bottom: 3px solid var(--primary);
  transform: rotate(-45deg) translateY(-9px);
}
.section-contact-boxes .box-small {
  flex: 1 1 calc(100% - 1rem);
}
@media (min-width: 1024px) {
  .section-contact-boxes .box-small {
    flex: 0 0 calc(33.333% - 1rem);
  }
}
.section-contact-boxes .box-active {
  background-color: var(--primary);
}
.section-contact-boxes .box-active .box-content-title,
.section-contact-boxes .box-active .box-content-text,
.section-contact-boxes .box-active .box-link,
.section-contact-boxes .box-active p,
.section-contact-boxes .box-active li,
.section-contact-boxes .box-active span {
  color: var(--white);
}
.section-contact-boxes .box-active .box-icon {
  filter: invert(1);
}
.section-contact-boxes .box-active .box-link:after {
  border-color: var(--white);
}
.section-contact-boxes .box-link {
  margin-left: auto;
}

.section-info-boxes {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.section-info-boxes h2 {
  margin-bottom: 1rem;
  color: var(--grey_600);
}
.section-info-boxes .box-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  text-align: center;
}
.section-info-boxes .box-container:first-child {
  margin-top: 0;
}
.section-info-boxes .box {
  padding: 0.5rem;
}
.section-info-boxes .box-content {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px;
  gap: 16px;
  background-color: var(--white);
  border: 2px solid #E9E9E9;
  border-radius: 32px;
}
@media (min-width: 1024px) {
  .section-info-boxes .box-content {
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
.section-info-boxes .box-icon {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .section-info-boxes .box-icon {
    width: 132px;
    height: 132px;
    margin-top: 0;
  }
}
.section-info-boxes .box-text-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .section-info-boxes .box-text-wrapper {
    align-items: center;
    width: 100%;
  }
}
.section-info-boxes .box-title {
  margin: 0;
  font-family: "UniCredit", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: var(--black);
  text-align: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .section-info-boxes .box-title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
}
.section-info-boxes .box-text, .section-info-boxes .box-list {
  display: block;
  font-family: "UniCredit", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--grey_2d);
  text-align: left;
  flex-grow: 1;
  min-height: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .section-info-boxes .box-text, .section-info-boxes .box-list {
    text-align: center;
  }
}
.section-info-boxes .box-text:empty, .section-info-boxes .box-list:empty {
  display: none;
}
.section-info-boxes .box-text p, .section-info-boxes .box-list p {
  margin: 0;
  font-family: "UniCredit", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--grey_2d);
  text-align: left;
}
@media (min-width: 1024px) {
  .section-info-boxes .box-text p, .section-info-boxes .box-list p {
    font-size: 1.25rem;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .section-info-boxes .box-text ul, .section-info-boxes .box-text ol, .section-info-boxes .box-list ul, .section-info-boxes .box-list ol {
    padding-left: 0.875rem;
  }
}
.section-info-boxes .box-list {
  margin: 0;
  padding-left: 1.2em;
  text-align: left;
}
@media (min-width: 1024px) {
  .section-info-boxes .box-list {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.section-info-boxes .box-list li {
  margin: 0;
  padding: 0;
}
.section-info-boxes .box-list p {
  text-align: left;
}
.section-info-boxes .box-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 8px;
}
@media (min-width: 1024px) {
  .section-info-boxes .box-button-wrapper {
    padding-top: 16px;
  }
}
.section-info-boxes .box-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--primary_500);
  transition: background-color 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
}
.section-info-boxes .box-button:hover, .section-info-boxes .box-button:focus {
  background-color: var(--primary_600);
  transform: scale(1.1);
  text-decoration: none;
  color: inherit;
}
.section-info-boxes .box-button-icon {
  display: block;
  width: 20px;
  height: 22px;
  background-color: var(--white);
  -webkit-mask-image: url("../img/button-icon-uni.svg");
  mask-image: url("../img/button-icon-uni.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.section-info-boxes .box.full-width .box-text {
  max-width: 100%;
}
.section-info-boxes--dark {
  background-color: var(--grey_600);
}
.section-info-boxes--gray {
  background-color: var(--grey_100);
}

.section-steps {
  background: var(--grey_100);
  padding-top: 56px;
}
@media screen and (min-width: 321px) {
  .section-steps {
    padding-top: calc(56px + 40 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .section-steps {
    padding-top: 96px;
  }
}
.section-steps {
  padding-bottom: 56px;
}
@media screen and (min-width: 321px) {
  .section-steps {
    padding-bottom: calc(56px + 40 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .section-steps {
    padding-bottom: 96px;
  }
}
@media (min-width: 1024px) {
  .section-steps {
    padding: 6rem 0;
  }
}
.section-steps h1, .section-steps h2, .section-steps h3, .section-steps h4, .section-steps p, .section-steps li, .section-steps span {
  text-wrap: balance;
}
.section-steps .uppercase {
  text-transform: uppercase;
}
.section-steps p, .section-steps li, .section-steps strong, .section-steps .subtitle {
  line-height: 1.5em;
  --font-scale-factor: 1;
  font-size: calc(18px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
  .section-steps p, .section-steps li, .section-steps strong, .section-steps .subtitle {
    font-size: calc(18px + 2 * (100vw - 321px) / 1079 * var(--font-scale-factor));
  }
}
@media screen and (min-width: 1400px) {
  .section-steps p, .section-steps li, .section-steps strong, .section-steps .subtitle {
    font-size: calc(20px * var(--font-scale-factor));
  }
}
.section-steps .step-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  margin-bottom: 1rem;
  border: 1px solid var(--grey_300);
}
.section-steps .step-block .step-number {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  font-size: 3rem;
  font-weight: 700;
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #006375 0%, #002d36 100%);
  border-radius: 50%;
}
.section-steps .step-block * {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .section-steps .step-block {
    width: 94% !important;
  }
}
.section-steps .arrow-step {
  position: relative;
  width: 22px;
  height: 40px;
  margin: 0 auto -2rem;
  transform: rotate(90deg);
  background-size: cover !important;
  background: url("../img/bullet.svg") no-repeat center center;
  opacity: 0.3;
}
@media (min-width: 1024px) {
  .section-steps .arrow-step {
    width: 22px;
    height: 40px;
    transform: rotate(0deg);
    margin: 0 auto 0 1rem;
  }
}
.section-steps h2 {
  margin: 0;
  color: var(--grey_600);
}
.section-steps .step-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 72px;
  row-gap: 3rem;
  counter-reset: step;
}
@media (min-width: 1024px) {
  .section-steps .step-container {
    margin-top: 88px;
    row-gap: 1rem;
  }
}
.section-steps .step-container > .step:last-child .step-connector {
  display: none;
}
@media (min-width: 1024px) {
  .section-steps .step-container-btn {
    margin-top: 40px;
  }
}
.section-steps .step-container .columns:last-child {
  justify-content: flex-start;
}
.section-steps .step-container .columns:last-child .arrow-step {
  display: none;
}
@media (min-width: 1024px) {
  .section-steps .step-container .columns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.section-steps .step {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 calc(100% - 1rem);
  max-width: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  counter-increment: step;
}
@media (min-width: 1024px) {
  .section-steps .step {
    flex: 0 0 calc(33.333% - 1rem);
  }
}
.section-steps .step-connector {
  position: absolute;
  bottom: -48px;
  left: 50%;
  width: 1px;
  height: 40px;
  background: var(--grey_300);
}
@media (min-width: 1024px) {
  .section-steps .step-connector {
    top: 56px;
    width: calc(100% - 6rem);
    left: calc(50% + 3rem);
    height: 1px;
  }
}
.section-steps .step-wrapper {
  display: flex;
}
.section-steps .step-icon {
  width: 40px;
  height: 40px;
  margin-right: 1rem;
}
.section-steps .step-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-steps .step-content-title {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 1.25rem;
  color: var(--grey_600);
}
.section-steps .step-content p {
  max-width: 330px;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--grey_600);
}
.section-steps .step-content-text {
  display: none;
}
.section-steps .step-link {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1rem;
  color: var(--primary);
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.section-steps .step-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-right: 3px solid var(--primary);
  border-bottom: 3px solid var(--primary);
  transform: rotate(-45deg) translateY(-9px);
}
.section-steps .step-active {
  background-color: var(--primary);
}
.section-steps .step-active .step-content-title,
.section-steps .step-active .step-content-text,
.section-steps .step-active .step-link,
.section-steps .step-active p {
  color: var(--white);
}
.section-steps .step-active .step-icon {
  filter: invert(1);
}
.section-steps .step-active .step-link:after {
  border-color: var(--white);
}
.section-steps .step-container-small .step {
  flex: 1 1 calc(100% - 1rem);
}
@media (min-width: 1024px) {
  .section-steps .step-container-small .step {
    flex: 0 0 calc(25% - 1rem);
  }
}
.section-steps .step-container-small > .step:nth-child(4n) .step-connector {
  display: none;
}
.section-steps .step-container-big > .step:nth-child(3n) .step-connector {
  display: none;
}

.section-app {
  position: relative;
}
.section-app[class*=theme-] {
  background: transparent !important;
}
.section-app .app-container {
  display: flex;
  flex-direction: column;
  padding: 32px 24px 0 24px;
  background: var(--primary_900);
  border-radius: clamp(24px, 3vw, 32px);
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .section-app .app-container {
    flex-direction: row;
    gap: 40px;
    padding: 40px 80px 0 80px;
    border-radius: 32px;
  }
}
@media (min-width: 1367px) {
  .section-app .app-container {
    gap: 80px;
  }
}
.section-app .app-container .app-wrapper {
  position: relative;
  z-index: 2;
}
.section-app .app-container .app-wrapper-info {
  margin: 0 0 16px 0;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--white);
}
.section-app .app-container .app-wrapper-title {
  margin: 0;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  vertical-align: middle;
  color: var(--white);
}
@media (min-width: 1024px) {
  .section-app .app-container .app-wrapper-title {
    font-size: 48px;
    line-height: 56px;
  }
}
.section-app .app-container .app-wrapper-subtitle {
  margin: 16px 0 0 0;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
}
@media (min-width: 1024px) {
  .section-app .app-container .app-wrapper-subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}
.section-app .app-container .app-wrapper-description {
  margin-top: 1rem;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.5vw, 24px);
  line-height: clamp(24px, 2vw, 32px);
  vertical-align: middle;
  color: var(--white);
}
.section-app .app-container .app-wrapper-description ul {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  margin: 0 0 0.5rem;
}
.section-app .app-container .app-wrapper-description ul li {
  display: block;
  position: relative;
  padding-left: 2.5rem;
}
.section-app .app-container .app-wrapper-description ul li p {
  margin: 0;
}
.section-app .app-container .app-wrapper-description ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/lp/bullet.svg") no-repeat center center;
  background-size: contain;
  -webkit-mask: none;
          mask: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(358deg) brightness(105%) contrast(100%);
  top: 5px;
}
.section-app .app-container .app-wrapper-description p,
.section-app .app-container .app-wrapper-description li,
.section-app .app-container .app-wrapper-description span {
  color: var(--white);
}
.section-app .app-container .app-wrapper-primary-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .section-app .app-container .app-wrapper-primary-btns {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 32px;
  }
}
.section-app .app-container .app-wrapper-primary-btns .button {
  width: 100%;
  max-width: 300px;
}
@media (min-width: 1024px) {
  .section-app .app-container .app-wrapper-primary-btns .button {
    width: auto;
    max-width: none;
  }
}
.section-app .app-container .app-wrapper-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 40px;
}
.section-app .app-container .app-wrapper-btns.app-btns-single {
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 1024px) {
  .section-app .app-container .app-wrapper-btns {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 48px;
    margin-bottom: 40px;
  }
  .section-app .app-container .app-wrapper-btns a {
    max-width: none;
  }
}
.section-app .app-container .app-wrapper-btns a {
  flex-shrink: 0;
  max-width: 162px;
}
.section-app .app-container .app-wrapper-btns-img {
  width: 100%;
  max-height: 48px;
}
@media (min-width: 1024px) {
  .section-app .app-container .app-wrapper-btns-img {
    max-width: 162px;
  }
}
.section-app .app-container .app-image-wrapper {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin: 56px auto 0 auto;
  align-content: end;
}
@media (min-width: 640px) {
  .section-app .app-container .app-image-wrapper {
    max-width: 548px;
  }
}
@media (min-width: 1024px) {
  .section-app .app-container .app-image-wrapper {
    width: 100%;
    margin: 0;
  }
}
.section-app .app-container .app-image-wrapper .app-image {
  max-width: 100%;
  height: auto;
}
.section-app .app-container .app-image-wrapper.app-image-full .app-image {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .section-app .app-container .app-image-wrapper.app-image-full {
    padding-bottom: 40px;
  }
}
.section-app .app-container .app-qr-code-wrapper {
  display: none;
  position: absolute;
  right: 0;
  width: clamp(120px, 32%, 177px);
  aspect-ratio: 1;
  background: var(--white);
  border-radius: 28px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0px 8px 41px 0px rgba(0, 0, 0, 0.2509803922);
  top: 60%;
}
@media (min-width: 1024px) {
  .section-app .app-container .app-qr-code-wrapper {
    display: flex;
  }
}
@media (min-width: 1367px) {
  .section-app .app-container .app-qr-code-wrapper {
    top: 50%;
    width: 177px;
  }
}
.section-app .app-container .app-qr-code {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .section-app:not(.section-app-banner) .app-image-wrapper {
    padding-top: 64px;
  }
}
.section-app.section-app-banner .app-container {
  background: var(--white);
}
@media (min-width: 1024px) {
  .section-app.section-app-banner .app-container {
    flex-direction: row-reverse;
    padding: 40px 80px 0 80px;
  }
}
.section-app.section-app-banner .app-container .app-qr-code-wrapper {
  right: 0;
}
@media (min-width: 1024px) {
  .section-app.section-app-banner .app-wrapper {
    padding-top: 32px;
  }
}
.section-app.section-app-banner .app-wrapper-title {
  color: var(--black);
}
.section-app.section-app-banner .app-wrapper-description {
  color: var(--black);
}
.section-app.section-app-banner .app-wrapper-description p,
.section-app.section-app-banner .app-wrapper-description li,
.section-app.section-app-banner .app-wrapper-description span {
  color: var(--black);
}
.section-app.section-app-banner .app-wrapper-description ul li::before {
  filter: none;
}
.section-app.section-app-banner .app-wrapper-primary-btns {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .section-app.section-app-banner .app-wrapper-primary-btns {
    margin-top: 40px;
    margin-bottom: 64px;
  }
}
.section-app.section-app-banner .app-wrapper-btns {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .section-app.section-app-banner .app-wrapper-btns {
    display: none;
  }
}
.section-app.section-app-banner .app-image-wrapper {
  margin: 24px auto 0 auto;
}
@media (min-width: 1024px) {
  .section-app.section-app-banner .app-image-wrapper {
    margin: 0;
  }
}
.section-app.section-app-banner .app-image-wrapper .app-image {
  margin-bottom: -30%;
}
@media (min-width: 1024px) {
  .section-app.section-app-banner .app-image-wrapper .app-image {
    margin-bottom: -20%;
  }
}
.section-app.section-app-banner-small {
  margin-top: 3rem;
}
.section-app.section-app-banner-small .app-container {
  overflow: visible;
}
.section-app.section-app-banner-small .app-container .app-image {
  margin-bottom: 0;
}
.section-app.section-app-banner-small .app-container .app-image-wrapper {
  padding: 0 !important;
}
@media (min-width: 1024px) {
  .section-app.section-app-banner-small .app-container .app-image-wrapper {
    position: absolute;
    z-index: 1;
    right: -3%;
    bottom: 0;
    max-height: 350px;
    overflow: hidden;
  }
}
@media (min-width: 1367px) {
  .section-app.section-app-banner-small .app-container .app-image-wrapper {
    right: 5%;
  }
}
.section-app.section-app-banner-small .app-container .app-image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (min-width: 768px) {
  .section-app.section-app-banner-small .app-container .app-image-wrapper img {
    min-height: 250px;
  }
}
@media (min-width: 1024px) {
  .section-app.section-app-banner-small .app-container .app-image-wrapper img {
    min-height: 300px;
  }
}
@media (min-width: 1367px) {
  .section-app.section-app-banner-small .app-container .app-image-wrapper img {
    min-height: 320px;
  }
}
.section-app.section-app-banner-small .app-container .app-qr-code-wrapper {
  top: 40%;
  width: 150px;
  right: 12%;
}
@media (min-width: 1367px) {
  .section-app.section-app-banner-small .app-container .app-qr-code-wrapper {
    min-height: 0;
  }
}
.section-app.section-app-banner-small .app-container .app-qr-code-wrapper .app-qr-code {
  min-height: 120px !important;
}
.section-app.theme-brand-dark .app-container {
  background: var(--primary_800);
}
.section-app.theme-brand-dark-arrows .app-container {
  background: var(--primary_800);
}
.section-app.theme-white .app-container {
  background: var(--white);
}
.section-app.theme-graphite .app-container {
  background: var(--grey_600);
}
.section-app.theme-brand-primary .app-container {
  background: var(--primary_600);
}
.section-app.theme-brand-primary-300 .app-container {
  background: var(--primary_300);
}
.section-app.theme-brand-primary-100 .app-container {
  background: var(--primary_100);
}
.section-app.theme-brand-gradient .app-container {
  background: linear-gradient(135deg, #006375 0%, #002D36 100%);
}
.section-app.theme-brand-primary-arrows .app-container {
  background: var(--primary_600);
}
.section-app.theme-gray .app-container {
  background: #f5f5f5;
}
.section-app.theme-light-grey .app-container {
  background: #f3f3f3;
}
.section-app.theme-red-600 .app-container {
  background: #AA0518;
}
.section-app.theme-red-gradient .app-container {
  background: linear-gradient(125deg, rgb(226, 0, 26) 0%, #b50015 70%, #66000c 95%);
}
.section-app .app-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
  border-radius: clamp(24px, 3vw, 32px);
}
@media (min-width: 1024px) {
  .section-app .app-overlay {
    border-radius: 32px;
  }
}
.section-app .app-overlay picture {
  display: block;
  width: 100%;
  height: 100%;
}
.section-app .app-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (min-width: 1024px) {
  .section-app .app-overlay img {
    -o-object-position: right center;
       object-position: right center;
  }
}
.section-app.theme-white .app-wrapper-info, .section-app.theme-white .app-wrapper-title, .section-app.theme-white .app-wrapper-subtitle, .section-app.theme-brand-primary-100 .app-wrapper-info, .section-app.theme-brand-primary-100 .app-wrapper-title, .section-app.theme-brand-primary-100 .app-wrapper-subtitle, .section-app.theme-gray .app-wrapper-info, .section-app.theme-gray .app-wrapper-title, .section-app.theme-gray .app-wrapper-subtitle, .section-app.theme-light-grey .app-wrapper-info, .section-app.theme-light-grey .app-wrapper-title, .section-app.theme-light-grey .app-wrapper-subtitle {
  color: var(--black);
}
.section-app.theme-white .app-wrapper-description, .section-app.theme-brand-primary-100 .app-wrapper-description, .section-app.theme-gray .app-wrapper-description, .section-app.theme-light-grey .app-wrapper-description {
  color: var(--black);
}
.section-app.theme-white .app-wrapper-description p,
.section-app.theme-white .app-wrapper-description li,
.section-app.theme-white .app-wrapper-description span, .section-app.theme-brand-primary-100 .app-wrapper-description p,
.section-app.theme-brand-primary-100 .app-wrapper-description li,
.section-app.theme-brand-primary-100 .app-wrapper-description span, .section-app.theme-gray .app-wrapper-description p,
.section-app.theme-gray .app-wrapper-description li,
.section-app.theme-gray .app-wrapper-description span, .section-app.theme-light-grey .app-wrapper-description p,
.section-app.theme-light-grey .app-wrapper-description li,
.section-app.theme-light-grey .app-wrapper-description span {
  color: var(--black);
}
.section-app.theme-white .app-wrapper-description ul li::before, .section-app.theme-brand-primary-100 .app-wrapper-description ul li::before, .section-app.theme-gray .app-wrapper-description ul li::before, .section-app.theme-light-grey .app-wrapper-description ul li::before {
  filter: none;
}
.section-app.theme-brand-dark .app-wrapper-info, .section-app.theme-brand-dark .app-wrapper-title, .section-app.theme-brand-dark .app-wrapper-subtitle, .section-app.theme-brand-dark-arrows .app-wrapper-info, .section-app.theme-brand-dark-arrows .app-wrapper-title, .section-app.theme-brand-dark-arrows .app-wrapper-subtitle, .section-app.theme-graphite .app-wrapper-info, .section-app.theme-graphite .app-wrapper-title, .section-app.theme-graphite .app-wrapper-subtitle, .section-app.theme-brand-primary .app-wrapper-info, .section-app.theme-brand-primary .app-wrapper-title, .section-app.theme-brand-primary .app-wrapper-subtitle, .section-app.theme-brand-primary-300 .app-wrapper-info, .section-app.theme-brand-primary-300 .app-wrapper-title, .section-app.theme-brand-primary-300 .app-wrapper-subtitle, .section-app.theme-brand-gradient .app-wrapper-info, .section-app.theme-brand-gradient .app-wrapper-title, .section-app.theme-brand-gradient .app-wrapper-subtitle, .section-app.theme-red-gradient .app-wrapper-info, .section-app.theme-red-gradient .app-wrapper-title, .section-app.theme-red-gradient .app-wrapper-subtitle, .section-app.theme-brand-primary-arrows .app-wrapper-info, .section-app.theme-brand-primary-arrows .app-wrapper-title, .section-app.theme-brand-primary-arrows .app-wrapper-subtitle, .section-app.theme-burgundy .app-wrapper-info, .section-app.theme-burgundy .app-wrapper-title, .section-app.theme-burgundy .app-wrapper-subtitle, .section-app.theme-red-600 .app-wrapper-info, .section-app.theme-red-600 .app-wrapper-title, .section-app.theme-red-600 .app-wrapper-subtitle {
  color: var(--white);
}
.section-app.theme-brand-dark .app-wrapper-description, .section-app.theme-brand-dark-arrows .app-wrapper-description, .section-app.theme-graphite .app-wrapper-description, .section-app.theme-brand-primary .app-wrapper-description, .section-app.theme-brand-primary-300 .app-wrapper-description, .section-app.theme-brand-gradient .app-wrapper-description, .section-app.theme-red-gradient .app-wrapper-description, .section-app.theme-brand-primary-arrows .app-wrapper-description, .section-app.theme-burgundy .app-wrapper-description, .section-app.theme-red-600 .app-wrapper-description {
  color: var(--white);
}
.section-app.theme-brand-dark .app-wrapper-description p,
.section-app.theme-brand-dark .app-wrapper-description li,
.section-app.theme-brand-dark .app-wrapper-description span, .section-app.theme-brand-dark-arrows .app-wrapper-description p,
.section-app.theme-brand-dark-arrows .app-wrapper-description li,
.section-app.theme-brand-dark-arrows .app-wrapper-description span, .section-app.theme-graphite .app-wrapper-description p,
.section-app.theme-graphite .app-wrapper-description li,
.section-app.theme-graphite .app-wrapper-description span, .section-app.theme-brand-primary .app-wrapper-description p,
.section-app.theme-brand-primary .app-wrapper-description li,
.section-app.theme-brand-primary .app-wrapper-description span, .section-app.theme-brand-primary-300 .app-wrapper-description p,
.section-app.theme-brand-primary-300 .app-wrapper-description li,
.section-app.theme-brand-primary-300 .app-wrapper-description span, .section-app.theme-brand-gradient .app-wrapper-description p,
.section-app.theme-brand-gradient .app-wrapper-description li,
.section-app.theme-brand-gradient .app-wrapper-description span, .section-app.theme-red-gradient .app-wrapper-description p,
.section-app.theme-red-gradient .app-wrapper-description li,
.section-app.theme-red-gradient .app-wrapper-description span, .section-app.theme-brand-primary-arrows .app-wrapper-description p,
.section-app.theme-brand-primary-arrows .app-wrapper-description li,
.section-app.theme-brand-primary-arrows .app-wrapper-description span, .section-app.theme-burgundy .app-wrapper-description p,
.section-app.theme-burgundy .app-wrapper-description li,
.section-app.theme-burgundy .app-wrapper-description span, .section-app.theme-red-600 .app-wrapper-description p,
.section-app.theme-red-600 .app-wrapper-description li,
.section-app.theme-red-600 .app-wrapper-description span {
  color: var(--white);
}
.section-app.theme-brand-dark .app-wrapper-description ul li::before, .section-app.theme-brand-dark-arrows .app-wrapper-description ul li::before, .section-app.theme-graphite .app-wrapper-description ul li::before, .section-app.theme-brand-primary .app-wrapper-description ul li::before, .section-app.theme-brand-primary-300 .app-wrapper-description ul li::before, .section-app.theme-brand-gradient .app-wrapper-description ul li::before, .section-app.theme-red-gradient .app-wrapper-description ul li::before, .section-app.theme-brand-primary-arrows .app-wrapper-description ul li::before, .section-app.theme-burgundy .app-wrapper-description ul li::before, .section-app.theme-red-600 .app-wrapper-description ul li::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(358deg) brightness(105%) contrast(100%);
}

@media (min-width: 768px) {
  .banner-big-image .image-column-full-height {
    height: -webkit-fill-available;
  }
}
.banner-big-image img {
  width: 100%;
  height: 360px;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 768px) {
  .banner-big-image img {
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    height: 520px;
  }
}
@media (min-width: 1024px) {
  .banner-big-image img {
    height: 680px;
  }
}
@media (min-width: 768px) {
  .banner-big-image.no-pb img {
    height: -webkit-fill-available !important;
    -o-object-position: bottom center !important;
       object-position: bottom center !important;
  }
}
@media (min-width: 768px) {
  .banner-big-image.banner.with-margins > div > div:first-child {
    padding-right: 2.5rem !important;
  }
}

.banner .banner-content {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .banner .banner-content {
    padding: 2rem 1rem 0 1rem;
  }
}
.banner .banner-content .richtext.text-justify {
  text-align: justify;
  hyphens: auto;
  word-spacing: 0.1em;
}
.banner .buttons-box {
  gap: 12px;
  display: flex;
  margin-top: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  .banner .buttons-box .button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner .buttons-box {
    justify-content: center;
  }
  .banner .buttons-box .button {
    width: 80%;
  }
}

.banner-full-width {
  padding-top: 48px;
}
.banner-full-width .row {
  row-gap: 32px;
}
@media (min-width: 1024px) {
  .banner-full-width .row {
    row-gap: 0;
  }
}
@media (max-width: 767px) {
  .banner-full-width.image-right > .row, .banner-full-width.big-image-right > .row {
    display: flex;
    flex-direction: column;
  }
}
.banner-full-width img:not(.image-badge, .glare, .logo-overlay-img) {
  width: 100%;
  height: 400px;
  -o-object-position: center;
     object-position: center;
}
.banner-full-width .feature .richtext {
  font-weight: 500;
  font-size: clamp(18px, 2.5vw, 32px);
  line-height: clamp(24px, 3.5vw, 40px);
  letter-spacing: 0;
}
.banner-full-width .feature .richtext p {
  font-weight: 500;
  font-size: clamp(18px, 2.5vw, 32px);
  line-height: clamp(24px, 3.5vw, 40px);
  letter-spacing: 0;
}
.banner-full-width .feature .richtext.font-size-20 {
  font-size: 20px;
  line-height: 1.4;
}
.banner-full-width .feature .richtext.font-size-20 p {
  font-size: 20px;
  line-height: 1.4;
}
.banner-full-width .feature .richtext.font-size-24 {
  font-size: 24px;
  line-height: 1.4;
}
.banner-full-width .feature .richtext.font-size-24 p {
  font-size: 24px;
  line-height: 1.4;
}
.banner-full-width .feature .richtext.font-size-28 {
  font-size: 28px;
  line-height: 1.4;
}
.banner-full-width .feature .richtext.font-size-28 p {
  font-size: 28px;
  line-height: 1.4;
}
.banner-full-width .feature .richtext.font-size-32 {
  font-size: 32px;
  line-height: 1.4;
}
.banner-full-width .feature .richtext.font-size-32 p {
  font-size: 32px;
  line-height: 1.4;
}
.banner-full-width .buttons-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1rem;
}
.banner-full-width .buttons-box .button:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .banner-full-width .buttons-box .button {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  .banner-full-width .buttons-box .button:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0;
  }
}
.banner-full-width .qr-code-overlay {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  display: none;
}
@media (min-width: 1024px) {
  .banner-full-width .qr-code-overlay {
    display: block;
  }
}
.banner-full-width .qr-code-overlay .qr-code-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner-full-width.big-image-left .qr-code-overlay {
  right: 40px;
  bottom: 25%;
  transform: translateY(50%);
}
@media (min-width: 1260px) {
  .banner-full-width.big-image-left .qr-code-overlay {
    right: 60px;
  }
}
@media (min-width: 1367px) {
  .banner-full-width.big-image-left .qr-code-overlay {
    right: 100px;
  }
}
@media (max-width: 767px) {
  .banner-full-width.big-image-left .qr-code-overlay {
    right: 30px;
  }
}
@media (max-width: 1023px) {
  .banner-full-width.big-image-left .qr-code-overlay .qr-code-image {
    max-width: 100px;
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  .banner-full-width.big-image-left .qr-code-overlay .qr-code-image {
    max-width: 80px;
    max-height: 80px;
  }
}
.banner-full-width.big-image-left.no-pb .qr-code-overlay {
  bottom: 55%;
}
.banner-full-width.big-image-right .qr-code-overlay {
  left: -60px;
  bottom: 50%;
  transform: translateY(50%);
}
@media (max-width: 1023px) {
  .banner-full-width.big-image-right .qr-code-overlay {
    left: -40px;
  }
}
@media (max-width: 767px) {
  .banner-full-width.big-image-right .qr-code-overlay {
    left: -30px;
  }
}
@media (max-width: 1023px) {
  .banner-full-width.big-image-right .qr-code-overlay .qr-code-image {
    max-width: 100px;
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  .banner-full-width.big-image-right .qr-code-overlay .qr-code-image {
    max-width: 80px;
    max-height: 80px;
  }
}
@media (max-width: 1023px) {
  .banner-full-width.big-image-right .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1023px) {
  .banner-full-width.big-image-right.image-bottom-mobile .row {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .banner-full-width.big-image-left.image-bottom-mobile .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .banner-full-width.buttons-full-width-mobile .buttons-box .button {
    width: 100% !important;
  }
}
@media (max-width: 1023px) {
  .banner-full-width:not(.image-bottom-mobile) .buttons-box {
    margin-bottom: 1rem;
  }
}
.banner-full-width .logo-overlay {
  border-radius: 0;
}

.unicredit-cards-section {
  position: relative;
  overflow: hidden;
}
.unicredit-cards-section .decoration {
  position: absolute;
  display: block;
  height: auto;
  width: 90%;
  aspect-ratio: 0.7;
  bottom: 0;
  left: 0;
  transform: translate(0, 20%);
  background: url("../img/unicredit-arrow.svg") no-repeat center center;
  background-size: contain;
  opacity: 0.1;
}
@media (min-width: 1024px) {
  .unicredit-cards-section .decoration {
    height: 120%;
    width: auto;
    bottom: 50%;
    left: 0;
    transform: translate(0, 50%);
  }
}
.unicredit-cards-section .unicredit-cards {
  position: relative;
}
.unicredit-cards-section .unicredit-cards__slides {
  position: relative;
}
.unicredit-cards-section .unicredit-cards__slides > .unicredit-card-slide {
  display: none;
}
.unicredit-cards-section .unicredit-cards__slides > .unicredit-card-slide.is-active {
  display: flex;
  flex-direction: column;
}
.unicredit-cards-section .unicredit-card-slide {
  position: relative;
  min-height: 520px;
  background-size: cover;
  border-radius: 12px;
  display: grid;
  grid-template-rows: minmax(260px, 34vh) 1fr;
  row-gap: 0.5rem;
}
.unicredit-cards-section .unicredit-hero {
  text-align: center;
  color: var(--white);
  padding: 56px 1rem 1.25rem;
}
@media (min-width: 768px) {
  .unicredit-cards-section .unicredit-hero {
    padding-top: 125px;
  }
}
.unicredit-cards-section .unicredit-hero h1 {
  margin: 0 0 1.5rem;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 48px);
}
.unicredit-cards-section .unicredit-hero p {
  margin: 0 auto 2rem;
  max-width: 820px;
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.35;
}
.unicredit-cards-section .cards-visual-row {
  position: relative;
  z-index: 1;
  min-height: 280px;
  padding: 0 2rem 2rem;
  margin-top: 6rem;
  margin-bottom: -6rem;
}
@media (min-width: 1024px) {
  .unicredit-cards-section .cards-visual-row {
    margin-top: 0;
  }
}
.unicredit-cards-section {
  /* Stos kart – jeden kontener na slajd */
}
.unicredit-cards-section .cards-stack {
  position: relative;
  z-index: 1;
  width: 100%;
  height: clamp(220px, 32vw, 380px);
  pointer-events: none;
  margin: 0 auto;
  transform-style: preserve-3d;
}
.unicredit-cards-section .cards-stack[data-visible="1"] {
  will-change: transform;
}
.unicredit-cards-section .cards-stack [data-card] {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  width: clamp(160px, 30vw, 360px);
  height: auto;
  transform: translate3d(-50%, 60px, 0);
  opacity: 0;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.25));
  will-change: transform, opacity;
  transition: none;
}
.unicredit-cards-section .unicredit-card-slide[data-layout=virtual] .cards-stack [data-card] {
  width: clamp(170px, 32vw, 380px);
}
.unicredit-cards-section .unicredit-card-slide[data-layout=physical] .cards-stack [data-card] {
  width: clamp(180px, 13vw, 220px);
}
@media (max-width: 640px) {
  .unicredit-cards-section .unicredit-card-slide[data-layout=virtual] .cards-stack [data-card] {
    width: clamp(240px, 20vw, 260px);
  }
  .unicredit-cards-section .unicredit-card-slide[data-layout=physical] .cards-stack [data-card] {
    width: clamp(130px, 32vw, 300px);
  }
}
.unicredit-cards-section .unicredit-cards__controls {
  position: relative;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(3px);
  height: 83px;
  align-items: center;
}
.unicredit-cards-section .unicredit-cards__controls .button {
  padding: 0.75rem 1.25rem;
  height: 46px;
  font-weight: 500;
}
.unicredit-cards-section [data-stacked-cards] {
  position: relative;
  display: block;
  width: 100%;
  height: clamp(280px, 35vw, 380px);
  transform-style: preserve-3d;
}
.unicredit-cards-section [data-stacked-cards] .item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.unicredit-cards-section [data-stacked-cards] .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.banner.expanded {
  padding-top: 40px;
  padding-bottom: 40px;
}
.banner.expanded > div > div:first-child {
  padding-right: 40px;
}
@media (max-width: 639px) {
  .banner.expanded {
    padding-top: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .banner.expanded > div > div:first-child {
    padding-right: unset;
  }
}
.banner.with-margins {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 32px;
  margin-right: 32px;
  border-radius: 24px;
}
@media (max-width: 1023px) {
  .banner.with-margins {
    padding-top: 0;
    padding-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 16px;
    margin-right: 16px;
  }
}
.banner .glare {
  top: 400px;
  width: 100%;
  border-top-left-radius: clamp(24px, 3vw, 32px);
}
@media (min-width: 768px) {
  .banner .glare {
    top: 0;
  }
}
.banner .subtitle {
  letter-spacing: 0;
  line-height: 1.5em;
  font-size: calc(18px + 2 * (100vw - 321px) / 1079 * var(--font-scale-factor));
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 1rem;
}
@media (max-width: 639px) {
  .banner .hide-on-mobile {
    display: none !important;
  }
}
.banner .feature {
  padding: 0 20px;
}
.banner .feature .richtext p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .banner .feature {
    padding: 0;
  }
}
.banner.info-banner img:not(.image-badge, .glare, .logo-overlay-img) {
  height: 400px;
}
.banner.info-banner .feature a.button {
  margin-top: 56px;
}
.banner {
  /* Radius variants */
}
.banner.radius-default {
  border-radius: clamp(24px, 3vw, 32px);
}
.banner.radius-top {
  border-top-left-radius: clamp(24px, 3vw, 32px);
  border-top-right-radius: clamp(24px, 3vw, 32px);
}
.banner.radius-bottom {
  border-bottom-left-radius: clamp(24px, 3vw, 32px);
  border-bottom-right-radius: clamp(24px, 3vw, 32px);
}
.banner.radius-none {
  border-radius: 0;
}
.banner img:not(.image-badge, .glare) {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner img:not(.image-badge, .glare).image-radius-default {
  border-radius: clamp(24px, 3vw, 32px);
}
.banner img:not(.image-badge, .glare).image-radius-none {
  border-radius: 0;
}
.banner .row {
  row-gap: 32px;
}
@media (min-width: 1024px) {
  .banner .row {
    row-gap: 0;
  }
}
@media (max-width: 767px) {
  .banner.image-right:not(.banner-full-width) > .row, .banner.big-image-right:not(.banner-full-width) > .row {
    display: flex;
    flex-direction: column;
  }
  .banner.image-bg {
    display: flex;
  }
  .banner.image-bg > .row {
    flex: 1;
    display: flex;
    align-self: flex-end;
  }
  .banner.image-bg > .row > div {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .banner.image-right > .row > div:first-child, .banner.big-image-right > .row > div:first-child {
    order: 2;
  }
  .banner.image-right > .row > div:last-child, .banner.big-image-right > .row > div:last-child {
    order: 1;
  }
}
.banner.theme-brand-primary-arrows {
  position: relative;
  overflow: hidden;
}
.banner.theme-brand-primary-arrows:before {
  content: "";
  position: absolute;
  top: -5%;
  right: 0;
  bottom: -5%;
  left: 0;
  background-image: url("../img/bg-arrows.svg");
  background-repeat: no-repeat;
  background-position: left 58%;
  background-size: auto 80%;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}
.banner.theme-brand-primary-arrows > .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 639px) {
  .banner.theme-brand-primary-arrows:before {
    background-position: left bottom;
    background-size: 70% auto;
  }
}
.banner {
  /* Big image typography overrides */
}
.banner.big-image .feature h2 {
  line-height: 100%;
}
.banner.big-image .feature .richtext {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
}
@media (max-width: 639px) {
  .banner.big-image .feature .richtext {
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
  }
}
.banner {
  /* Ensure description text (.richtext) has sufficient contrast on different themes */
}
.banner.theme-brand-primary .feature a.link, .banner.theme-brand-dark .feature a.link, .banner.theme-graphite .feature a.link, .banner.theme-charcoal .feature a.link, .banner.theme-brand-gradient .feature a.link, .banner.theme-red-gradient .feature a.link {
  color: var(--white);
}
.banner.theme-brand-primary .feature .richtext, .banner.theme-brand-dark .feature .richtext, .banner.theme-graphite .feature .richtext, .banner.theme-charcoal .feature .richtext, .banner.theme-brand-gradient .feature .richtext, .banner.theme-red-gradient .feature .richtext {
  color: var(--white);
}
.banner.theme-brand-primary .feature .richtext p, .banner.theme-brand-dark .feature .richtext p, .banner.theme-graphite .feature .richtext p, .banner.theme-charcoal .feature .richtext p, .banner.theme-brand-gradient .feature .richtext p, .banner.theme-red-gradient .feature .richtext p {
  color: var(--white);
}
.banner.theme-brand-primary ul li::before, .banner.theme-brand-dark ul li::before, .banner.theme-graphite ul li::before, .banner.theme-charcoal ul li::before, .banner.theme-brand-gradient ul li::before, .banner.theme-red-gradient ul li::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(358deg) brightness(105%) contrast(100%);
}
.banner.theme-brand-primary-300 .feature .richtext, .banner.theme-brand-primary-100 .feature .richtext {
  color: var(--primary_800);
}
.banner.theme-brand-primary-300 .feature .richtext p, .banner.theme-brand-primary-100 .feature .richtext p {
  color: var(--primary_800);
}
.banner.theme-brand-primary-300 .feature a.link, .banner.theme-brand-primary-100 .feature a.link {
  color: var(--primary_800);
}
.banner.theme-white .feature .richtext, .banner.theme-brand-primary-arrows .feature .richtext {
  color: var(--grey_600);
}
.banner.theme-white .feature .richtext p, .banner.theme-brand-primary-arrows .feature .richtext p {
  color: var(--grey_600);
}
.banner.theme-white {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.banner.theme-white .feature {
  padding: 0 !important;
}
.banner .image-bg {
  background-image: var(--bg-desktop);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .banner .banner.image-bg {
    background-image: var(--bg-mobile, var(--bg-desktop));
  }
}
.banner .buttons-box .button:last-child {
  margin-top: 0 !important;
}
.banner.no-pb .feature {
  padding-top: 40px;
}
@media (max-width: 1023px) {
  .banner.no-pb.image-right > .row > div:first-child, .banner.no-pb .banner.big-image-right > .row > div:first-child {
    order: 1;
  }
}
.banner.no-pb.bg-with-arrow:before {
  background-position: left;
  background-size: auto 100%;
  left: 20%;
  right: 0;
}
@media (min-width: 1024px) {
  .banner.no-pb.bg-with-arrow:before {
    background-position: right;
    left: 0;
    right: -5%;
  }
}

.featured-offers {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.featured-offers__container {
  max-width: 87rem;
  justify-self: center;
}
@media (min-width: 768px) {
  .featured-offers {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .featured-offers {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.featured-offers__title {
  margin-bottom: 16px;
}
.featured-offers__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
}
@media (min-width: 768px) {
  .featured-offers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-offers__grid:has(> :only-child) {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .featured-offers__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .featured-offers__grid:has(> :only-child) {
    grid-template-columns: 1fr;
  }
  .featured-offers__grid:has(> :first-child:nth-last-child(2)) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.featured-offers__item {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.featured-offers__image {
  height: 252px;
  border-radius: clamp(24px, 3vw, 32px);
  overflow: hidden;
  flex: 0 0 auto;
}
.featured-offers__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.75s ease-in-out;
}
.featured-offers__image:hover img {
  transform: scale(1.05) rotate(0deg);
}
.featured-offers__content {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.featured-offers__badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  background: #E7F8FB;
  color: #007A91;
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
}
.featured-offers__heading {
  margin-bottom: 8px;
}
.featured-offers__desc {
  margin-bottom: 12px;
}
.featured-offers__content .link {
  margin-top: auto;
}
.featured-offers__links {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.featured-offers.cv-download .featured-offers__image {
  height: 20.75rem;
}
.featured-offers.cv-download p {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .featured-offers.cv-download .featured-offers__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.featured-offers.image-download .link:after {
  left: 0;
  -webkit-mask-image: url("../img/svg/download-icon.svg");
          mask-image: url("../img/svg/download-icon.svg");
  width: 0.875rem;
}
.featured-offers.image-download .featured-offers__grid {
  gap: 1.25rem 1rem;
}

.hot-deals {
  background-color: var(--grey_100);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .hot-deals {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .hot-deals {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.hot-deals__container {
  max-width: 87rem;
  justify-self: center;
}
.hot-deals__title {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 700;
  font-style: bold;
  font-size: 2rem;
  letter-spacing: 0%;
  color: var(--charcoal);
}
.hot-deals__subtitle {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 400;
  font-style: regular;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  color: var(--grey_500);
}
@media (min-width: 768px) {
  .hot-deals__subtitle {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .hot-deals__subtitle {
    margin-bottom: 4rem;
  }
}
.hot-deals__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: stretch;
}
@media (min-width: 768px) {
  .hot-deals__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .hot-deals__grid:has(> :only-child) {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .hot-deals__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .hot-deals__grid:has(> :only-child) {
    grid-template-columns: 1fr;
  }
  .hot-deals__grid:has(> :first-child:nth-last-child(2)) {
    grid-template-columns: repeat(2, 1fr);
  }
  .hot-deals__grid:has(> :first-child:nth-last-child(3)) {
    grid-template-columns: repeat(3, 1fr);
  }
}
.hot-deals__item {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  border-radius: clamp(24px, 3vw, 32px);
  overflow: hidden;
}
.hot-deals__image {
  height: 200px;
  border-radius: clamp(24px, 3vw, 32px);
  overflow: hidden;
  flex: 0 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .hot-deals__image {
    height: 13.75rem;
  }
}
@media (min-width: 1024px) {
  .hot-deals__image {
    height: 15rem;
  }
}
.hot-deals__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hot-deals__badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background-color: var(--primary_150);
  color: var(--primary_500);
  font-size: 0.75rem;
  font-weight: 600;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hot-deals__partner-logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.hot-deals__partner-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hot-deals__content {
  padding: 1.25rem 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.hot-deals__heading {
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0%;
}
.hot-deals__link {
  color: var(--primary_500);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.2s ease;
  margin-top: auto;
}
.hot-deals__link:hover {
  color: var(--primary_600);
}
.hot-deals__link::after {
  content: " >";
  margin-left: 0.25rem;
}
.hot-deals__show-more {
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .hot-deals__show-more {
    margin-top: 3rem;
  }
}
@media (min-width: 1024px) {
  .hot-deals__show-more {
    margin-top: 4rem;
  }
}
.hot-deals__item[data-hidden=true] {
  display: none;
}
.hot-deals__item[data-showing=true] {
  animation: slideInUp 0.3s ease-out;
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.documents-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.documents-section-content {
  background-color: var(--grey_100);
  padding: 1.5rem;
  border-radius: 2rem;
}
@media (min-width: 768px) {
  .documents-section-content {
    padding: 4rem;
  }
}
.documents-section__title {
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 32px;
  text-align: left;
}
.documents-section .documents-tabs__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 12px;
  margin-bottom: 40px;
  justify-content: center;
  justify-items: center;
}
.documents-section .documents-tabs__nav > .item:last-child:nth-child(odd) {
  justify-self: start;
}
@media (min-width: 768px) {
  .documents-section .documents-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .documents-section .documents-tabs__nav .item {
    display: flex;
    justify-content: center;
    flex: 0 0 calc(20% - 13px);
  }
}
.documents-section .documents-tabs__nav .item {
  list-style: none;
}
.documents-section .documents-tabs__nav .item::before {
  display: none !important;
}
.documents-section .documents-tabs__content .item {
  display: none;
}
.documents-section .documents-tabs__content .item.active {
  display: block;
}
.documents-section .documents-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .documents-section .documents-grid {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    justify-content: flex-start;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
  }
}
@media (min-width: 1024px) {
  .documents-section .documents-grid {
    grid-template-columns: repeat(3, minmax(280px, 1fr));
  }
}
.documents-section .document-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.documents-section .document-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.documents-section .document-card.is-hidden {
  display: none;
}
.documents-section .document-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.documents-section .document-card__icon::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  color: var(--primary_500);
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../icons/file.svg");
          mask-image: url("../icons/file.svg");
}
.documents-section .document-card__body {
  width: 100%;
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}
.documents-section .document-card__title {
  font-weight: 600;
  font-size: 18px;
  color: var(--charcoal);
  margin-bottom: 4px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.documents-section .document-card__meta {
  color: var(--charcoal);
  font-size: 16px;
  text-wrap-mode: nowrap;
}
.documents-section .document-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex: 0 0 auto;
}
.documents-section .document-card__actions .button.link-download {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  min-width: unset;
  justify-content: end;
}
.documents-section .documents-view-more {
  text-align: center;
  margin-top: 24px;
}
.documents-section .button.secondary {
  background: transparent;
  color: var(--primary_500);
  border: 2px solid var(--primary_500);
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.documents-section .button.secondary:hover {
  background: var(--primary_500);
  color: #fff;
  text-decoration: none;
}
.documents-section .button.secondary::after {
  content: "↓";
  font-size: 12px;
}
.documents-section.bg-white {
  background-color: #fff;
}
.documents-section.bg-white .document-card {
  background-color: var(--grey_100);
}

.content-tabs-section .tabs-block.content-tabs:not(.documents-tabs) .featured-offers__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.content-tabs-section .tabs-block.content-tabs:not(.documents-tabs) .tabs-block__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 12px;
  margin-bottom: 40px;
  justify-content: center;
  justify-items: center;
}
.content-tabs-section .tabs-block.content-tabs:not(.documents-tabs) .tabs-block__nav > .item:last-child:nth-child(odd) {
  justify-self: start;
}
@media (min-width: 768px) {
  .content-tabs-section .tabs-block.content-tabs:not(.documents-tabs) .tabs-block__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .content-tabs-section .tabs-block.content-tabs:not(.documents-tabs) .tabs-block__nav .item {
    display: flex;
    justify-content: center;
    flex: 0 0 calc(20% - 13px);
  }
}
.content-tabs-section .tabs-block.content-tabs:not(.documents-tabs) .tabs-block__nav .item {
  list-style: none;
}
.content-tabs-section .tabs-block.content-tabs:not(.documents-tabs) .tabs-block__nav .item::before {
  display: none !important;
}
.content-tabs-section .tabs-block.content-tabs:not(.documents-tabs) > .tabs-block__content > .inner > .item:not([class*=documents]) {
  display: none;
}
.content-tabs-section .tabs-block.content-tabs:not(.documents-tabs) > .tabs-block__content > .inner > .item:not([class*=documents]).active {
  display: block;
}

.tabs-section .tabs-block__nav {
  display: flex;
  overflow-y: auto;
  justify-content: left;
  gap: 12px;
  padding-bottom: 12px;
}
@media (min-width: 1024px) {
  .tabs-section .tabs-block__nav {
    justify-content: center;
    padding-bottom: 0;
  }
}
.tabs-section .tabs-block__nav .item .is-active {
  gap: 8px;
  background: var(--primary);
  color: var(--white);
}
.tabs-section .tabs-block__nav .item .is-active::after {
  color: var(--white);
}
.tabs-section .tabs-block__nav .item .is-active:hover {
  color: var(--grey_666);
}
.tabs-section .tabs-block__nav .item .is-active:hover::after {
  color: var(--grey_666);
}
.tabs-section .tabs-block__nav .item::marker {
  font-size: 0;
}
.tabs-section .button {
  font-weight: 500;
}
.tabs-section .button .is-active {
  gap: 8px;
  background: var(--primary);
  color: var(--white);
}
.tabs-section .button .is-active::after {
  color: var(--white);
}
.tabs-section .button .is-active:hover {
  color: var(--grey_666);
}
.tabs-section .button .is-active:hover::after {
  color: var(--grey_666);
}

.hero-banner {
  overflow: hidden;
}
@media (max-width: 639px) {
  .hero-banner {
    min-height: 43.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.hero-banner.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.hero-banner .padded {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.hero-banner .buttons-box,
.hero-banner .buttons-row {
  position: relative;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.hero-banner .button {
  min-width: 13.5rem;
}
.hero-banner .breadcrumbs * {
  color: #fff;
}
.hero-banner .breadcrumbs li::after {
  color: #fff;
}
.hero-banner .breadcrumbs li a {
  font-weight: 700;
}
.hero-banner .breadcrumbs li span {
  font-weight: 400;
}
.hero-banner.banner-size-medium .media-container {
  min-height: clamp(420px, 40vw, 520px);
}
.hero-banner .media-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-banner .media-container.border-radius {
  border-radius: clamp(24px, 3vw, 32px);
}
.hero-banner .media-container.border-radius video,
.hero-banner .media-container.border-radius img, .hero-banner .media-container.border-radius.has-overlay::after {
  border-radius: clamp(24px, 3vw, 32px);
}
.hero-banner .media-container.border-radius-bottom {
  border-bottom-left-radius: clamp(24px, 3vw, 32px);
  border-bottom-right-radius: clamp(24px, 3vw, 32px);
}
.hero-banner .media-container.border-radius-bottom video,
.hero-banner .media-container.border-radius-bottom img, .hero-banner .media-container.border-radius-bottom.has-overlay::after {
  border-bottom-left-radius: clamp(24px, 3vw, 32px);
  border-bottom-right-radius: clamp(24px, 3vw, 32px);
}
.hero-banner .media-container.border-radius-top {
  border-top-left-radius: clamp(24px, 3vw, 32px);
  border-top-right-radius: clamp(24px, 3vw, 32px);
}
.hero-banner .media-container.border-radius-top video,
.hero-banner .media-container.border-radius-top img, .hero-banner .media-container.border-radius-top.has-overlay::after {
  border-top-left-radius: clamp(24px, 3vw, 32px);
  border-top-right-radius: clamp(24px, 3vw, 32px);
}
.hero-banner .media-container img, .hero-banner .media-container video, .hero-banner .media-container iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-banner .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100% - 1rem);
  height: 100%;
  min-height: 25.125rem;
  top: 0;
  left: 0.5rem;
  z-index: 1;
  padding: clamp(32px, 6vw, 96px) clamp(8px, 2vw, 24px);
}
@media (min-width: 1024px) {
  .hero-banner .inner {
    min-height: 31.25rem;
  }
}
.hero-banner .inner.align-top {
  justify-content: flex-start;
}
.hero-banner .inner.align-center {
  justify-content: center;
}
.hero-banner .inner.align-bottom {
  justify-content: flex-end;
}
.hero-banner .content-block h1,
.hero-banner .content-block .h1 {
  font-weight: 800;
  margin-bottom: 0.5em;
  text-wrap: balance;
  --font-scale-factor: 1;
  font-size: calc(40px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
  .hero-banner .content-block h1,
  .hero-banner .content-block .h1 {
    font-size: calc(40px + 24 * (100vw - 321px) / 1079 * var(--font-scale-factor));
  }
}
@media screen and (min-width: 1400px) {
  .hero-banner .content-block h1,
  .hero-banner .content-block .h1 {
    font-size: calc(64px * var(--font-scale-factor));
  }
}
.hero-banner .content-block h2,
.hero-banner .content-block .h2 {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  font-size: calc(28 / 16)rem;
  line-height: calc(32 / 16)rem;
  letter-spacing: 0;
}
.hero-banner .content-block .subtitle {
  font-size: clamp(20px, 5vw, 32px);
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
}
.hero-banner .content-block.text-white h1, .hero-banner .content-block.text-white h2, .hero-banner .content-block.text-white h3, .hero-banner .content-block.text-white h4, .hero-banner .content-block.text-white h5, .hero-banner .content-block.text-white h6, .hero-banner .content-block.text-white p, .hero-banner .content-block.text-white li, .hero-banner .content-block.text-white b, .hero-banner .content-block.text-white strong {
  color: var(--white);
}
.hero-banner .content-block.text-dark h1, .hero-banner .content-block.text-dark h2, .hero-banner .content-block.text-dark h3, .hero-banner .content-block.text-dark h4, .hero-banner .content-block.text-dark h5, .hero-banner .content-block.text-dark h6, .hero-banner .content-block.text-dark p, .hero-banner .content-block.text-dark li, .hero-banner .content-block.text-dark b, .hero-banner .content-block.text-dark strong {
  color: var(--grey_600);
}
.hero-banner .content-block p {
  display: block;
  font-weight: 700;
  text-wrap: balance;
  --font-scale-factor: 1;
  font-size: calc(18px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
  .hero-banner .content-block p {
    font-size: calc(18px + 14 * (100vw - 321px) / 1079 * var(--font-scale-factor));
  }
}
@media screen and (min-width: 1400px) {
  .hero-banner .content-block p {
    font-size: calc(32px * var(--font-scale-factor));
  }
}
.hero-banner .swiper-button-prev,
.hero-banner .swiper-button-next {
  z-index: 20;
  pointer-events: auto;
}
.hero-banner .swiper {
  position: relative;
  z-index: 2;
}

.hero-slider {
  position: relative;
  overflow: hidden;
  min-height: 37.5rem;
  height: calc(100vh - 43px);
  height: calc(100dvh - 43px);
}
@media (min-width: 640px) {
  .hero-slider {
    min-height: unset;
    height: unset;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1367px) {
  .hero-slider {
    aspect-ratio: 12/5;
  }
}
@media (max-width: 639px) {
  .hero-slider {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero-slider.no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .hero-slider.boxed {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (max-width: 1023px) {
  .hero-slider.boxed {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.hero-slider .media-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.hero-slider .media-container .mask-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.hero-slider .media-container .mask-overlay.mask-gradient {
  background: linear-gradient(180.03deg, rgba(234, 234, 234, 0) 0.03%, rgba(234, 234, 234, 0.2) 33.98%, rgba(234, 234, 234, 0.85) 45.91%, #EAEAEA 91.8%), linear-gradient(0deg, rgba(0, 122, 145, 0.01), rgba(0, 122, 145, 0.01));
}
@media (min-width: 1024px) {
  .hero-slider .media-container .mask-overlay.mask-gradient {
    background: radial-gradient(25.76% 76.73% at 39.63% 49.92%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, rgba(243, 243, 243, 0) 33.54%, #F3F3F3 72.87%), linear-gradient(270deg, rgba(243, 243, 243, 0) 50%, rgba(234, 234, 234, 0.4) 90%);
  }
}
.hero-slider .media-container .mask-overlay.mask-gradient.mask-gradient-red {
  background: linear-gradient(180.03deg, rgba(226, 0, 26, 0) 0.03%, rgba(226, 0, 26, 0.2) 33.98%, rgba(226, 0, 26, 0.85) 45.91%, rgb(226, 0, 26) 91.8%), linear-gradient(0deg, rgba(0, 122, 145, 0.01), rgba(0, 122, 145, 0.01));
}
@media (min-width: 1024px) {
  .hero-slider .media-container .mask-overlay.mask-gradient.mask-gradient-red {
    background: radial-gradient(25.76% 76.73% at 39.63% 49.92%, rgb(226, 0, 26) 0%, rgba(226, 0, 26, 0) 100%), linear-gradient(270deg, rgba(226, 0, 26, 0) 33.54%, rgb(226, 0, 26) 72.87%), linear-gradient(270deg, rgba(226, 0, 26, 0) 50%, rgba(226, 0, 26, 0.4) 90%);
  }
}
@media (max-width: 639px) {
  .hero-slider .media-container .mask-overlay.mask-logo picture img {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
.hero-slider .media-container .mask-overlay img {
  -o-object-position: top left;
     object-position: top left;
}
@media (min-width: 768px) {
  .hero-slider .media-container .mask-overlay img {
    -o-object-position: top right;
       object-position: top right;
  }
}
@media (min-width: 1367px) {
  .hero-slider .media-container .mask-overlay img {
    -o-object-position: top center;
       object-position: top center;
  }
}
.hero-slider .media-container picture {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-slider .media-container img, .hero-slider .media-container video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.hero-slider .media-container .video-mute-btn {
  position: absolute;
  top: 16px;
  right: 24px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--white);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.hero-slider .media-container .video-mute-btn:hover {
  background: var(--grey_100);
}
.hero-slider .media-container .video-mute-btn .mute-icon,
.hero-slider .media-container .video-mute-btn .unmute-icon {
  display: block;
  width: 25px;
  height: 30px;
  background-color: var(--black);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.hero-slider .media-container .video-mute-btn .mute-icon {
  mask-image: url("../img/unicredit/mute-icon.svg");
  -webkit-mask-image: url("../img/unicredit/mute-icon.svg");
}
.hero-slider .media-container .video-mute-btn .unmute-icon {
  width: 25px;
  height: 19px;
  mask-image: url("../img/unicredit/play-icon.svg");
  -webkit-mask-image: url("../img/unicredit/play-icon.svg");
}
.hero-slider .media-container.border-radius {
  border-radius: clamp(24px, 3vw, 32px);
}
.hero-slider .media-container.border-radius video,
.hero-slider .media-container.border-radius img, .hero-slider .media-container.border-radius.has-overlay::after {
  border-radius: clamp(24px, 3vw, 32px);
}
@media (max-width: 1023px) {
  .hero-slider .media-container.border-radius {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .hero-slider .media-container.border-radius video,
  .hero-slider .media-container.border-radius img, .hero-slider .media-container.border-radius.has-overlay::after {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.hero-slider .media-container.border-radius-bottom {
  border-bottom-left-radius: clamp(24px, 3vw, 32px);
  border-bottom-right-radius: clamp(24px, 3vw, 32px);
}
.hero-slider .media-container.border-radius-bottom video,
.hero-slider .media-container.border-radius-bottom img, .hero-slider .media-container.border-radius-bottom.has-overlay::after {
  border-bottom-left-radius: clamp(24px, 3vw, 32px);
  border-bottom-right-radius: clamp(24px, 3vw, 32px);
}
.hero-slider .media-container.border-radius-top {
  border-top-left-radius: clamp(24px, 3vw, 32px);
  border-top-right-radius: clamp(24px, 3vw, 32px);
}
.hero-slider .media-container.border-radius-top video,
.hero-slider .media-container.border-radius-top img, .hero-slider .media-container.border-radius-top.has-overlay::after {
  border-top-left-radius: clamp(24px, 3vw, 32px);
  border-top-right-radius: clamp(24px, 3vw, 32px);
}
@media (max-width: 1023px) {
  .hero-slider .media-container.border-radius-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .hero-slider .media-container.border-radius-top video,
  .hero-slider .media-container.border-radius-top img, .hero-slider .media-container.border-radius-top.has-overlay::after {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.hero-slider .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100% - 1rem);
  height: 100%;
  min-height: 25.125rem;
  top: 0;
  left: 0.5rem;
  z-index: 1;
  padding: clamp(32px, 6vw, 96px) clamp(8px, 2vw, 24px);
}
@media (min-width: 1024px) {
  .hero-slider .inner {
    min-height: 33.75rem;
  }
}
.hero-slider .inner.align-top {
  justify-content: flex-start;
}
.hero-slider .inner.align-center {
  justify-content: center;
}
.hero-slider .inner.align-bottom {
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .hero-slider .inner.align-top-mobile {
    justify-content: flex-start;
  }
  .hero-slider .inner.align-center-mobile {
    justify-content: center;
  }
  .hero-slider .inner.align-bottom-mobile {
    justify-content: flex-end;
  }
}
.hero-slider .content-block h1,
.hero-slider .content-block .h1 {
  font-weight: 700;
  margin-bottom: 0.5em;
  text-wrap: balance;
  font-size: clamp(36px, 5vw, 72px);
  line-height: clamp(44px, 6vw, 80px);
}
.hero-slider .content-block h2,
.hero-slider .content-block .h2 {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  font-size: calc(28 / 16)rem;
  line-height: calc(32 / 16)rem;
  letter-spacing: 0;
}
.hero-slider .content-block.text-black h1, .hero-slider .content-block.text-black h2, .hero-slider .content-block.text-black h3, .hero-slider .content-block.text-black h4, .hero-slider .content-block.text-black h5, .hero-slider .content-block.text-black h6, .hero-slider .content-block.text-black p, .hero-slider .content-block.text-black li, .hero-slider .content-block.text-black b, .hero-slider .content-block.text-black strong {
  color: var(--black);
}
.hero-slider .content-block.text-white h1, .hero-slider .content-block.text-white h2, .hero-slider .content-block.text-white h3, .hero-slider .content-block.text-white h4, .hero-slider .content-block.text-white h5, .hero-slider .content-block.text-white h6, .hero-slider .content-block.text-white p, .hero-slider .content-block.text-white li, .hero-slider .content-block.text-white b, .hero-slider .content-block.text-white strong {
  color: var(--white);
}
.hero-slider .content-block.text-white .subtitle {
  color: var(--white);
}
.hero-slider .content-block.text-white .link,
.hero-slider .content-block.text-white .button-link {
  color: var(--white);
}
.hero-slider .content-block.text-white .link:hover, .hero-slider .content-block.text-white .link:focus, .hero-slider .content-block.text-white .link:active,
.hero-slider .content-block.text-white .button-link:hover,
.hero-slider .content-block.text-white .button-link:focus,
.hero-slider .content-block.text-white .button-link:active {
  color: rgba(255, 255, 255, 0.8);
}
.hero-slider .content-block p {
  display: block;
  font-weight: 500;
  text-wrap: balance;
  font-size: clamp(18px, 2.5vw, 32px);
  line-height: clamp(24px, 3vw, 40px);
}
.hero-slider .content-block.has-white-bg {
  background: var(--white);
  padding: clamp(24px, 4vw, 48px) clamp(16px, 3vw, 32px);
  border-radius: clamp(16px, 2vw, 24px);
  width: 100%;
  max-width: 80%;
}
@media (max-width: 1023px) {
  .hero-slider .content-block.has-white-bg {
    max-width: 100%;
  }
}
.hero-slider.carousel-enabled {
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: visible;
}
.hero-slider .hero-slider-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem 1rem 0;
}
@media (min-width: 640px) {
  .hero-slider .hero-slider-info {
    padding: 1.5rem 1rem 0;
  }
}
.hero-slider .hero-slider-info .slider-progress-container {
  display: flex;
  align-items: center;
  min-width: 76px;
  max-width: 400px;
  height: 38px;
  background: var(--grey_100);
  border-radius: 16px;
  padding: 0 12px;
  gap: 12px;
}
@media (min-width: 640px) {
  .hero-slider .hero-slider-info .slider-progress-container {
    height: 44px;
  }
}
.hero-slider .hero-slider-info .slider-progress-container .swiper-pagination-custom {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.hero-slider .hero-slider-info .slider-progress-container .swiper-pagination-custom .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--grey_300);
  cursor: pointer;
  flex-shrink: 0;
  overflow: hidden;
}
.hero-slider .hero-slider-info .slider-progress-container .swiper-pagination-custom .swiper-pagination-bullet .slider-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: var(--black);
  border-radius: inherit;
}
.hero-slider .hero-slider-info .slider-progress-container .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 56px;
  height: 12px;
  border-radius: 6px;
  background: var(--grey_300);
}
.hero-slider .hero-slider-info .slider-progress-container .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active .slider-progress-bar {
  border-radius: 6px;
}
.hero-slider .hero-slider-info .slider-progress-container .swiper-pagination-custom .swiper-pagination-bullet:hover {
  background: var(--grey_300);
}
.hero-slider .hero-slider-info .slider-pause-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: var(--grey_100);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
@media (min-width: 640px) {
  .hero-slider .hero-slider-info .slider-pause-btn {
    width: 44px;
    height: 44px;
  }
}
.hero-slider .hero-slider-info .slider-pause-btn {
  flex-shrink: 0;
}
.hero-slider .hero-slider-info .slider-pause-btn:hover {
  background: var(--grey_100);
  border-color: rgba(0, 0, 0, 0.3);
}
.hero-slider .hero-slider-info .slider-pause-btn .pause-icon,
.hero-slider .hero-slider-info .slider-pause-btn .play-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.hero-slider .hero-slider-info .slider-pause-btn .pause-icon::before, .hero-slider .hero-slider-info .slider-pause-btn .pause-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 16px;
  background: var(--black);
  border-radius: 3px;
}
.hero-slider .hero-slider-info .slider-pause-btn .pause-icon::before {
  left: 1px;
}
.hero-slider .hero-slider-info .slider-pause-btn .pause-icon::after {
  right: 1px;
}
.hero-slider .hero-slider-info .slider-pause-btn .play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: var(--black);
  mask-image: url("../img/play-button.svg");
  -webkit-mask-image: url("../img/play-button.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  z-index: 20;
  pointer-events: auto;
  color: #fff;
  --swiper-navigation-color: #fff;
}
.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
  color: rgba(255, 255, 255, 0.8);
  --swiper-navigation-color: rgba(255, 255, 255, 0.8);
}
.hero-slider .swiper-button-prev.swiper-button-disabled,
.hero-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  color: rgba(255, 255, 255, 0.35);
  --swiper-navigation-color: rgba(255, 255, 255, 0.35);
}
.hero-slider .swiper {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 25.125rem;
}
@media (min-width: 1024px) {
  .hero-slider .swiper {
    min-height: 33.75rem;
  }
}
.hero-slider .swiper .swiper-wrapper {
  height: calc(100dvh - 43px - 50px) !important;
}
@media (min-width: 640px) {
  .hero-slider .swiper .swiper-wrapper {
    height: unset !important;
  }
}
@media (min-width: 1024px) {
  .hero-slider .swiper .swiper-wrapper {
    height: 33.75rem !important;
  }
}
.hero-slider .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 25.125rem;
}
@media (min-width: 1024px) {
  .hero-slider .swiper .swiper-slide {
    min-height: 31.25rem;
  }
}
.hero-slider .buttons-box {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
@media (max-width: 1023px) {
  .hero-slider .buttons-box {
    justify-content: center;
  }
}
.hero-slider .buttons-box .button {
  min-width: 13.5rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 639px) {
  .hero-slider .buttons-box .button {
    width: 100%;
    min-width: auto;
    font-size: 18px;
    line-height: 26px;
  }
}
.hero-slider .buttons-box .button.accent .button-icon {
  width: 15px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 0.25rem;
  display: inline-block;
  mask-image: url("../img/button-icon-uni.svg");
  -webkit-mask-image: url("../img/button-icon-uni.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--white);
  transition: background-color 0.25s ease;
}
.hero-slider .buttons-box .button.accent:hover .button-icon, .hero-slider .buttons-box .button.accent:focus .button-icon, .hero-slider .buttons-box .button.accent:active .button-icon {
  background-color: var(--primary_500);
}
.hero-slider .buttons-box .link,
.hero-slider .buttons-box .button-link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 639px) {
  .hero-slider .buttons-box .link,
  .hero-slider .buttons-box .button-link {
    font-size: 18px;
    line-height: 26px;
  }
}

.section-workers .section-title {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: var(--grey_600);
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .section-workers .section-title {
    font-size: 3rem;
  }
}
.section-workers .section-subtitle {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--grey_600);
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .section-workers .section-subtitle {
    font-size: 1.75rem;
  }
}
.section-workers .section-description {
  margin: 1rem auto 0 auto;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: var(--grey_600);
}
@media (min-width: 768px) {
  .section-workers .section-description {
    max-width: 80%;
  }
}
.section-workers .workers-container {
  display: flex;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .section-workers .workers-container {
    flex-wrap: wrap;
    gap: 1.5rem 1rem;
  }
}
@media (min-width: 768px) {
  .section-workers .worker-card {
    flex: 0 0 calc(50% - 1.5rem);
  }
}
@media (min-width: 1024px) {
  .section-workers .worker-card {
    flex: 0 0 calc(25% - 1.5rem);
  }
}
.section-workers .worker-card-img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
.section-workers .worker-card-name {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--grey_600);
}
@media (min-width: 1024px) {
  .section-workers .worker-card-name {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}
.section-workers .worker-card p,
.section-workers .worker-card li,
.section-workers .worker-card span {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--grey_600);
}
@media (min-width: 1024px) {
  .section-workers .worker-card p,
  .section-workers .worker-card li,
  .section-workers .worker-card span {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.section-workers .worker-card-link {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  padding-right: 20px;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
  color: var(--primary);
  text-decoration: none;
  text-transform: uppercase;
}
.section-workers .worker-card-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 3px solid var(--primary);
  border-bottom: 3px solid var(--primary);
  transform: rotate(-45deg) translateY(-75%);
}
.section-workers .swiper-custom-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .section-workers .swiper-custom-navigation {
    display: none;
  }
}
.section-workers .swiper-custom-navigation .swiper-custom-btns {
  display: flex;
  gap: 0.75rem;
}
.section-workers .swiper-custom-navigation .swiper-custom-button-prev,
.section-workers .swiper-custom-navigation .swiper-custom-button-next {
  position: relative;
  width: 32px;
  height: 32px;
  background: var(--grey_100);
  border-radius: 100%;
  cursor: pointer;
}
.section-workers .swiper-custom-navigation .swiper-custom-button-prev::after,
.section-workers .swiper-custom-navigation .swiper-custom-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 3px solid #262626;
  border-bottom: 3px solid #262626;
}
.section-workers .swiper-custom-navigation .swiper-custom-button-prev::after {
  transform: translate(-3px, -50%) rotate(135deg);
}
.section-workers .swiper-custom-navigation .swiper-custom-button-next::after {
  transform: translate(-7px, -50%) rotate(-45deg);
}
.section-workers .swiper-custom-navigation .swiper-button-disabled::after {
  border-color: #909090;
}
.section-workers .swiper-custom-navigation .swiper-custom-pagination {
  width: -moz-fit-content;
  width: fit-content;
}
.section-workers .swiper-custom-navigation .swiper-custom-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 4px;
  margin: 2px;
  border-radius: 0;
}
.section-workers .swiper-custom-navigation .swiper-custom-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background: var(--primary);
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

@media (min-width: 640px) {
  .medium-shrink {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .large-shrink {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

.expand {
  flex: 1 1 0px;
  max-width: 100%;
}

@media (min-width: 640px) {
  .medium-expand {
    flex: 1 1 0px;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .large-expand {
    flex: 1 1 0px;
    max-width: 100%;
  }
}

@media (min-width: 640px) {
  .medium-align-bottom {
    align-items: flex-end;
  }
}

@media (min-width: 1024px) {
  .large-align-bottom {
    align-items: flex-end;
  }
}

@media (min-width: 640px) {
  .medium-align-middle {
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .large-align-middle {
    align-items: center;
  }
}

.row-reverse {
  flex-direction: row-reverse;
}

@media (min-width: 640px) {
  .medium-row-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1024px) {
  .large-row-reverse {
    flex-direction: row-reverse;
  }
}

.bg-color_primary {
  background-color: var(--primary);
}

.bg-color_primary-100 {
  background-color: var(--primary_100);
}

.bg-color_primary_150 {
  background-color: var(--primary_150);
}

.bg-color_primary_200 {
  background-color: var(--primary_200);
}

.bg-color_primary_300 {
  background-color: var(--primary_300);
}

.bg-color_primary_500 {
  background-color: var(--primary_500);
}

.bg-color_primary_600 {
  background-color: var(--primary_600);
}

.bg-color_primary_800 {
  background-color: var(--primary_800);
}

.bg-color_secondary {
  background-color: var(--secondary);
}

.bg-color_secondary_300 {
  background-color: var(--secondary_300);
}

.bg-color_secondary_400 {
  background-color: var(--secondary_400);
}

.bg-color_secondary_500 {
  background-color: var(--secondary_500);
}

.bg-color_white {
  background-color: var(--white);
}

.bg-color_grey_0 {
  background-color: var(--grey_0);
}

.bg-color_grey_50 {
  background-color: var(--grey_50);
}

.bg-color_grey_100 {
  background-color: var(--grey_100);
}

.bg-color_grey_200 {
  background-color: var(--grey_200);
}

.bg-color_grey_300 {
  background-color: var(--grey_300);
}

.bg-color_grey_400 {
  background-color: var(--grey_400);
}

.bg-color_grey_500 {
  background-color: var(--grey_500);
}

.bg-color_grey_600 {
  background-color: var(--grey_600);
}

.bg-color_black {
  background-color: var(--black);
}

.text-white {
  color: var(--white);
}

.text-dark {
  color: var(--grey_600);
}

@keyframes slideInTop {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes slideInBottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slideOutTop {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes slideOutBottom {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideOutRight {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes tipTop {
  from {
    transform: translateY(-75%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes tipBottom {
  from {
    transform: translateY(75%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes patternFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes topLeft {
  0% {
    transform: translate(0, 0) rotate(45deg);
  }
  10% {
    transform: translate(0, 0) rotate(45deg);
  }
  15% {
    transform: translate(-0.5rem, -0.5rem) rotate(45deg);
  }
  20% {
    transform: translate(0, 0) rotate(45deg);
  }
  35% {
    transform: translate(0, 0) rotate(45deg);
  }
  40% {
    transform: translate(-0.5rem, -0.5rem) rotate(45deg);
  }
  45% {
    transform: translate(0, 0) rotate(45deg);
  }
  80% {
    transform: translate(0, 0) rotate(45deg);
  }
  85% {
    transform: translate(-0.5rem, -0.5rem) rotate(-135deg);
  }
  85.001% {
    transform: translate(-0.5rem, -0.5rem) rotate(45deg);
  }
  90% {
    transform: translate(0, 0) rotate(45deg);
  }
  100% {
    transform: translate(0, 0) rotate(45deg);
  }
}
@keyframes topRight {
  0% {
    transform: translate(0, 0) rotate(-45deg);
  }
  10% {
    transform: translate(0, 0) rotate(-45deg);
  }
  15% {
    transform: translate(0.5rem, -0.5rem) rotate(-45deg);
  }
  20% {
    transform: translate(0, 0) rotate(-45deg);
  }
  35% {
    transform: translate(0, 0) rotate(-45deg);
  }
  40% {
    transform: translate(0.5rem, -0.5rem) rotate(-45deg);
  }
  45% {
    transform: translate(0, 0) rotate(-45deg);
  }
  80% {
    transform: translate(0, 0) rotate(-45deg);
  }
  85% {
    transform: translate(0.5rem, -0.5rem) rotate(135deg);
  }
  85.001% {
    transform: translate(0.5rem, -0.5rem) rotate(-45deg);
  }
  90% {
    transform: translate(0, 0) rotate(-45deg);
  }
  100% {
    transform: translate(0, 0) rotate(-45deg);
  }
}
@keyframes bottomLeft {
  0% {
    transform: translate(0, 0) rotate(-45deg);
  }
  10% {
    transform: translate(0, 0) rotate(-45deg);
  }
  15% {
    transform: translate(-0.5rem, 0.5rem) rotate(-45deg);
  }
  20% {
    transform: translate(0, 0) rotate(-45deg);
  }
  35% {
    transform: translate(0, 0) rotate(-45deg);
  }
  40% {
    transform: translate(-0.5rem, 0.5rem) rotate(-45deg);
  }
  45% {
    transform: translate(0, 0) rotate(-45deg);
  }
  80% {
    transform: translate(0, 0) rotate(-45deg);
  }
  85% {
    transform: translate(-0.5rem, 0.5rem) rotate(135deg);
  }
  85.001% {
    transform: translate(-0.5rem, 0.5rem) rotate(-45deg);
  }
  90% {
    transform: translate(0, 0) rotate(-45deg);
  }
  100% {
    transform: translate(0, 0) rotate(-45deg);
  }
}
@keyframes bottomRight {
  0% {
    transform: translate(0, 0) rotate(45deg);
  }
  10% {
    transform: translate(0, 0) rotate(45deg);
  }
  15% {
    transform: translate(0.5rem, 0.5rem) rotate(45deg);
  }
  20% {
    transform: translate(0, 0) rotate(45deg);
  }
  35% {
    transform: translate(0, 0) rotate(45deg);
  }
  40% {
    transform: translate(0.5rem, 0.5rem) rotate(45deg);
  }
  45% {
    transform: translate(0, 0) rotate(45deg);
  }
  80% {
    transform: translate(0, 0) rotate(45deg);
  }
  85% {
    transform: translate(0.5rem, 0.5rem) rotate(-135deg);
  }
  85.001% {
    transform: translate(0.5rem, 0.5rem) rotate(45deg);
  }
  90% {
    transform: translate(0, 0) rotate(45deg);
  }
  100% {
    transform: translate(0, 0) rotate(45deg);
  }
}
.split-banner {
  position: relative;
  width: 100%;
}
.split-banner.full-width {
  overflow: hidden;
  padding: clamp(1rem, 2vw, 2rem) clamp(0.5rem, 2vw, 1.5rem);
}
.split-banner.full-width figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  will-change: all;
  animation: fadeIn 0.75s ease-in-out both;
}
.split-banner.full-width figure.border-radius {
  border-radius: clamp(24px, 3vw, 32px);
}
.split-banner.full-width figure img, .split-banner.full-width figure video {
  display: block;
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  will-change: transform;
  transform: scale(1.005) rotate(0deg);
  transition: transform 0.75s ease-in-out;
}
.split-banner.full-width figure:hover img, .split-banner.full-width figure:hover video {
  transform: scale(1.025) rotate(0deg);
}
.split-banner.full-width .decoration {
  position: absolute;
  display: block;
  height: auto;
  width: 90%;
  aspect-ratio: 0.7;
  bottom: 0;
  left: 0;
  transform: translate(0, 20%);
  background: url("../img/unicredit-arrow.svg") no-repeat center center;
  background-size: contain;
  opacity: 0.1;
}
@media (min-width: 1024px) {
  .split-banner.full-width .decoration {
    height: 120%;
    width: auto;
    bottom: 50%;
    left: 0;
    transform: translate(0, 50%);
  }
}
.split-banner.full-width .content-block {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem 0;
}
@media (min-width: 1024px) {
  .split-banner.full-width .content-block {
    padding: 2.5rem;
  }
}
.split-banner.full-width .content-block.text-white h1, .split-banner.full-width .content-block.text-white h2, .split-banner.full-width .content-block.text-white h3, .split-banner.full-width .content-block.text-white h4, .split-banner.full-width .content-block.text-white h5, .split-banner.full-width .content-block.text-white h6, .split-banner.full-width .content-block.text-white p, .split-banner.full-width .content-block.text-white li, .split-banner.full-width .content-block.text-white b, .split-banner.full-width .content-block.text-white strong {
  color: var(--white);
}
.split-banner.full-width .content-block.text-dark h1, .split-banner.full-width .content-block.text-dark h2, .split-banner.full-width .content-block.text-dark h3, .split-banner.full-width .content-block.text-dark h4, .split-banner.full-width .content-block.text-dark h5, .split-banner.full-width .content-block.text-dark h6, .split-banner.full-width .content-block.text-dark p, .split-banner.full-width .content-block.text-dark li, .split-banner.full-width .content-block.text-dark b, .split-banner.full-width .content-block.text-dark strong {
  color: var(--grey_600);
}

.faq-section {
  padding-top: 48px;
}
@media screen and (min-width: 321px) {
  .faq-section {
    padding-top: calc(48px + 48 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .faq-section {
    padding-top: 96px;
  }
}
.faq-section {
  padding-bottom: 48px;
}
@media screen and (min-width: 321px) {
  .faq-section {
    padding-bottom: calc(48px + 48 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .faq-section {
    padding-bottom: 96px;
  }
}
.faq-section .accordion-blocks-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.faq-section .accordion-blocks-wrapper .accordion-block-item {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 1rem;
}
.faq-section .accordion-blocks-wrapper .accordion-block-item .item-header,
.faq-section .accordion-blocks-wrapper .accordion-block-item .item-content {
  position: relative;
  width: 100%;
  padding: 1.25rem 1rem;
}
.faq-section .accordion-blocks-wrapper .accordion-block-item .item-header {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}
.faq-section .accordion-blocks-wrapper .accordion-block-item .item-header .item-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
}
.faq-section .accordion-blocks-wrapper .accordion-block-item .item-header .toggle-icon {
  display: block;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  line-height: 2.5rem;
  text-align: center;
}
.faq-section .accordion-blocks-wrapper .accordion-block-item .item-header .toggle-icon i {
  display: block;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  will-change: auto;
  overflow: hidden;
  transform: rotate(0deg);
  transition: transform 0.35s ease;
}
.faq-section .accordion-blocks-wrapper .accordion-block-item .item-header .toggle-icon i::before {
  display: block;
  font-size: 0.625rem;
  line-height: 2.625rem;
  color: var(--grey_600);
  transform: rotate(0);
}
.faq-section .accordion-blocks-wrapper .accordion-block-item.bg-color_grey_100 .toggle-icon {
  background-color: var(--white);
}
.faq-section .accordion-blocks-wrapper .accordion-block-item.bg-color_white .toggle-icon {
  background-color: var(--grey_100);
}
.faq-section .accordion-blocks-wrapper .accordion-block-item.active .toggle-icon i {
  transform: rotate(180deg);
}
.faq-section .faq-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.faq-section .faq-card img {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  display: block;
  position: relative;
}
.faq-section .faq-card img::before {
  font-size: 3rem;
  color: var(--primary);
}
.faq-section.bg-color_white .accordion-block-item {
  background-color: var(--grey_100) !important;
  border-radius: 1rem;
}
.faq-section.bg-color_white .accordion-block-item .toggle-icon {
  background-color: var(--white) !important;
}
.faq-section img {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  display: block;
  position: relative;
}

.section-price-list .price-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-price-list .price-container h2 {
  margin: 0 auto 0 0;
}
.section-price-list .price-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 40px 0 24px 0;
  gap: 0.5rem;
}
.section-price-list .price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  background-color: var(--grey_100);
  gap: 2rem;
}
@media (min-width: 375px) {
  .section-price-list .price-item {
    gap: 4rem;
  }
}
.section-price-list .price-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section-price-list .price-item-title, .section-price-list .price-item-value {
  margin: 0;
  line-height: 1.5rem;
  color: var(--grey_600);
}
.section-price-list .price-item-title {
  flex: 1;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .section-price-list .price-item-title {
    font-size: 1.5rem;
  }
}
.section-price-list .price-item-value {
  flex: 1;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .section-price-list .price-item-value {
    font-size: 2rem;
  }
}
.section-price-list .price-item-accent {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: normal;
}
@media (min-width: 1024px) {
  .section-price-list .price-item-accent {
    font-size: 3rem;
  }
}
.section-price-list .price-item-badge {
  font-size: 0.875rem;
  line-height: 1.25rem;
  -moz-columns: var(--grey_666);
       columns: var(--grey_666);
  text-align: right;
}
.section-price-list .price-description {
  margin: 1rem 0;
}
.section-price-list .price-link {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  position: relative;
  padding-right: 20px;
  font-size: 1.125rem;
  line-height: 1rem;
  color: var(--primary);
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
}
.section-price-list .price-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-right: 3px solid var(--primary);
  border-bottom: 3px solid var(--primary);
  transform: rotate(-45deg) translateY(-9px);
}
.section-price-list .theme-gray {
  border-radius: clamp(24px, 3vw, 32px);
}
.section-price-list .theme-gray .price-container {
  padding: 4rem 0;
}
.section-price-list .theme-gray .price-item {
  background-color: var(--white);
}

.hero-banner.page-header:not(.bg-white) {
  min-height: 25rem;
  border-bottom-left-radius: clamp(24px, 3vw, 32px);
  border-bottom-right-radius: clamp(24px, 3vw, 32px);
}
.hero-banner.page-header:not(.bg-white) .breadcrumb {
  position: absolute;
  top: 3rem;
}
.hero-banner.page-header:not(.bg-white) h1 {
  color: var(--white);
}
.hero-banner.page-header.bg-white {
  min-height: 10rem;
}
.hero-banner.page-header.bg-white h1 {
  color: var(--grey_600);
}
.hero-banner.page-header.bg-white .breadcrumb {
  margin-bottom: 2rem;
}
.hero-banner.page-header.bg-white .breadcrumb a,
.hero-banner.page-header.bg-white .breadcrumb .sep {
  color: var(--primary);
}
.hero-banner.page-header .breadcrumb .sep {
  margin: 0 0.25rem;
  color: var(--white);
  font-size: 1rem;
}
.hero-banner.page-header .breadcrumb li {
  display: inline-flex;
  align-items: baseline;
}
.hero-banner.page-header .breadcrumb a {
  color: var(--white);
  font-size: 1rem;
}
.hero-banner.page-header .media-container {
  min-height: 400px;
}

.anchors {
  background-color: var(--grey_100);
  padding: 56px 32px 32px;
}
.anchors .buttons-box .button {
  padding: 12px;
}
.anchors .buttons-box .button:first-child {
  background-color: var(--primary_500);
  border-color: var(--primary_500);
  color: var(--white);
  font-weight: 700;
}
.anchors .buttons-box .button:first-child:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
}
.anchors .buttons-box .button:hover {
  background-color: var(--primary_500);
  border-color: var(--primary_500);
  color: var(--white);
  font-weight: 700;
}
.anchors .buttons-box .button:hover:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
}
.anchors .buttons-box:has(.button:not(:first-child):hover) > .button:first-child {
  background-color: transparent;
  color: var(--grey_666);
  font-weight: 400;
  font-size: 1.125rem;
}
.anchors .buttons-box:has(.button:not(:first-child):hover) > .button:first-child:after {
  display: none;
}

.faq-details {
  padding-top: 24px;
}
@media screen and (min-width: 321px) {
  .faq-details {
    padding-top: calc(24px + 24 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .faq-details {
    padding-top: 48px;
  }
}
.faq-details {
  padding-bottom: 24px;
}
@media screen and (min-width: 321px) {
  .faq-details {
    padding-bottom: calc(24px + 24 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .faq-details {
    padding-bottom: 48px;
  }
}
.faq-details .inner-content {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
}
.faq-details .inner-content p, .faq-details .inner-content li, .faq-details .inner-content a {
  position: relative;
  line-height: 1.4375;
  --font-scale-factor: 1;
  font-size: calc(16px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
  .faq-details .inner-content p, .faq-details .inner-content li, .faq-details .inner-content a {
    font-size: calc(16px + 2 * (100vw - 321px) / 1079 * var(--font-scale-factor));
  }
}
@media screen and (min-width: 1400px) {
  .faq-details .inner-content p, .faq-details .inner-content li, .faq-details .inner-content a {
    font-size: calc(18px * var(--font-scale-factor));
  }
}
.faq-details .inner-content a {
  color: var(--primary);
}
.faq-details .inner-content ul {
  position: relative;
  padding-inline-start: 1.25rem;
}
.faq-details .inner-content ul:last-child {
  margin-bottom: 0;
}
.faq-details .inner-content ul li {
  position: relative;
  margin-bottom: 1.5rem;
}
.faq-details .inner-content ul li:last-child {
  margin-bottom: 0;
}

.maps {
  --gap: 16px;
}
.maps ul {
  margin: 6px 0;
}
.maps .wrap {
  margin: 0 auto;
  padding: 16px 0;
  position: relative;
}
.maps .wrap .toolbar {
  align-items: center;
  margin-bottom: 8px;
}
.maps .wrap .search {
  border: 1px solid var(--black);
  border-radius: 24px;
  max-width: 912px;
  display: block;
  margin: 0 auto;
  align-items: center;
  background: var(--white);
  padding: 12px 16px;
}
.maps .wrap .search:focus-within {
  outline: 2px solid -webkit-focus-ring-color;
}
@media (max-width: 1023px) {
  .maps .wrap .search {
    padding: 8px 12px;
  }
}
.maps .wrap .search input {
  background: url("../img/maps/localize_ico.png") 0 center no-repeat;
  background-size: 24px 24px;
  padding: 0 0 0 36px;
  line-height: 28px;
  flex: 1;
  border: none;
  outline: none;
  color: var(--black);
  font-size: 16px;
  width: 100%;
  display: block;
}
@media (max-width: 1023px) {
  .maps .wrap .search input {
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 0 30px;
    background-size: 20px 20px;
  }
}
.maps .wrap .map {
  height: 78vh;
  width: 100%;
  overflow: hidden;
  min-height: 580px;
}
@media (max-width: 639px) {
  .maps .wrap .map {
    height: 90vh;
  }
}
.maps .wrap .btn {
  background: var(--grey_300);
  border: 1px solid var(--grey_300);
  color: var(--grey_600);
  border-radius: 10px;
  padding: 8px 12px;
  cursor: pointer;
  transition: 0.15s;
}
.maps .wrap .btn-accent {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
  font-weight: 700;
}
.maps .wrap .badge {
  font-size: 12px;
  color: var(--primary_900);
  background: var(--primary_200);
  border-radius: 8px;
  padding: 4px 8px;
  font-weight: 600;
}
.maps .wrap .muted {
  color: var(--grey_400);
}
.maps .wrap #btn-locate {
  background: url("../img/maps/localize_ico.png") 0 center no-repeat;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 30px;
}
.maps .wrap {
  /* POS list panel */
}
.maps .wrap .side-panel {
  position: absolute;
  left: 32px;
  top: 108px;
  width: 332px;
  background: var(--white);
  backdrop-filter: blur(6px);
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  z-index: 30;
  color: var(--grey_600);
}
@media (max-width: 639px) {
  .maps .wrap .side-panel {
    left: var(--gap);
    width: calc(100% - var(--gap) * 2);
    top: 116px;
  }
}
@media (min-width: 1024px) {
  .maps .wrap .side-panel {
    top: 120px;
  }
}
.maps .wrap .side-panel .side-head:after {
  background: url("../img/maps/arrow.png") 0 0 no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
  content: "";
  transform: rotate(0deg);
}
.maps .wrap .side-panel.collapsed .side-head:after {
  transform: rotate(180deg);
}
.maps .wrap .side-head {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  padding: 16px;
  cursor: pointer;
  color: var(--grey_600);
}
.maps .wrap .side-title {
  font-weight: 700;
}
.maps .wrap .side-tools {
  display: none;
  gap: 8px;
}
.maps .wrap .side-body {
  overflow: hidden;
  transition: max-height 0.25s ease;
  max-height: 60vh;
}
.maps .wrap .side-panel.collapsed .side-body {
  max-height: 0;
}
.maps .wrap .list-tools {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 12px;
}
.maps .wrap .list {
  overflow-y: auto;
  max-height: 60vh;
  padding: 8px 12px;
}
.maps .wrap .list .row {
  width: auto;
}
.maps .wrap .row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0;
  margin: 0 16px;
  border-bottom: 1px solid var(--grey_300);
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s;
}
.maps .wrap .row:hover {
  background: var(--row-active);
}
.maps .wrap .list > .row:last-child {
  border: 0;
}
.maps .wrap .r-main {
  flex: 1;
  font-size: 14px;
  color: var(--grey_600);
  font-weight: 500;
}
.maps .wrap .r-name {
  margin: 0 0 4px 0;
}
.maps .wrap .r-meta {
  font-size: 13px;
  font-weight: 600;
}
.maps .wrap .city-pill {
  margin-left: auto;
  background: var(--charcoal);
  border: 1px solid var(--grey_500);
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 12px;
  color: var(--white);
}
.maps .wrap {
  /* details panel */
}
.maps .wrap .detail-side {
  position: absolute;
  top: 108px;
  right: 0;
  z-index: 35;
  display: none;
  width: var(--side-w);
}
@media (max-width: 639px) {
  .maps .wrap .detail-side {
    left: var(--gap);
    width: calc(100% - var(--gap) * 2);
    top: 84px;
    padding: 0;
    padding-top: 24px;
  }
}
@media (min-width: 1024px) {
  .maps .wrap .detail-side {
    top: 120px;
  }
}
.maps .wrap .detail-side.open {
  display: block;
}
.maps .wrap .card {
  background: var(--white);
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  color: var(--grey_600);
}
.maps .wrap .card-head {
  display: flex;
  justify-content: space-between;
  padding: 6px 14px 0;
}
.maps .wrap .popup-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.maps .wrap .popup-title {
  font-weight: 800;
  font-size: 16px;
  color: var(--grey_600);
}
.maps .wrap .card-city {
  font-size: 12px;
  color: var(--grey_300);
  margin-left: 8px;
}
.maps .wrap .card-body {
  padding: 6px 14px;
  display: grid;
  font-size: 12px;
}
.maps .wrap .card-row {
  display: grid;
  gap: 8px;
  border-bottom: 1px solid var(--grey_300);
  padding: 8px 0;
}
.maps .wrap .card-row b {
  font-weight: 300;
}
.maps .wrap .card-row span {
  font-weight: 600;
}
.maps .wrap .card-row.info-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  align-items: center;
}
.maps .wrap .card-row.info-row b {
  font-weight: 300;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--grey_600);
}
.maps .wrap .card-row.info-row span {
  font-weight: 600;
  color: var(--grey_700);
}
.maps .wrap .card-row.trip-planner {
  display: block;
  border: 0;
}
.maps .wrap .card-row.trip-planner a {
  color: var(--primary);
  text-decoration: none;
  background: url("../img/maps/goto_ico.png") right 0 no-repeat;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  padding-right: 32px;
}
.maps .wrap .card-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 6px 14px;
  border-top: 1px solid var(--charcoal);
  background: color-mix(in srgb, var(--black) 90%, transparent);
}
.maps .wrap .close-x {
  background: transparent;
  border: 1px solid var(--grey_500);
  color: var(--grey_100);
  border-radius: 10px;
  padding: 6px 10px;
  cursor: pointer;
}
.maps .wrap .price-tag {
  background: url("../img/maps/pin.png") center 0 no-repeat;
  background-size: 100% auto;
  color: var(--white);
  font-size: 12px;
  position: relative;
  transform: translateY(-8px);
  min-width: 50px;
  min-height: 50px;
  padding: 24px 0 0;
  text-align: center;
}
.maps .wrap #filter-badge {
  display: block;
  max-width: 912px;
  margin: 0 auto;
  padding: 0 20px;
  color: var(--secondary);
  background: no-repeat;
}
.maps .wrap #detail-close {
  background: url("../img/maps/close.png") center 0 no-repeat;
  padding: 32px 0 0;
  width: 32px;
  height: 0;
  overflow: hidden;
  border: 0;
}

.calculator-loan {
  padding: 48px 0.5rem;
}
@media (min-width: 768px) {
  .calculator-loan {
    padding: 96px 1.5rem;
  }
}
.calculator-loan .cl-form {
  background: var(--white);
  color: var(--black);
  border-radius: 1rem;
  padding: 24px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .calculator-loan .cl-form {
    padding: 32px;
  }
}
.calculator-loan .cl-form .cl-fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 1rem;
}
.calculator-loan .cl-form .cl-fieldset .cl-label {
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .calculator-loan .cl-form .cl-fieldset .cl-label {
    font-size: 1.25rem;
  }
}
.calculator-loan .cl-form .cl-number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.calculator-loan .cl-form .cl-number__value {
  gap: 6px;
  font-size: 32px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .calculator-loan .cl-form .cl-number__value {
    font-size: 3rem;
  }
}
.calculator-loan .cl-form .cl-number__value output {
  line-height: 1;
}
.calculator-loan .cl-form .cl-number__suffix {
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--grey_600);
}
@media (min-width: 768px) {
  .calculator-loan .cl-form .cl-number__suffix {
    font-size: 2rem;
  }
}
.calculator-loan .cl-form .cl-btn {
  border: 1px solid var(--grey_300);
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: var(--grey_300);
  color: var(--white);
  display: flex;
  flex-direction: column-reverse;
  font-size: 22px;
  cursor: pointer;
  margin-top: 10px;
}
.calculator-loan .cl-form .cl-btn:hover {
  border-color: var(--grey_500);
  background: var(--grey_500);
}
.calculator-loan .cl-form .cl-btn:active {
  transform: scale(0.96);
}
.calculator-loan .cl-form .cl-btn--step {
  font-weight: 700;
}
.calculator-loan .cl-form .cl-slider input[type=range] {
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary_500) var(--pos, 50%), var(--grey_200) 0);
  outline: none;
}
.calculator-loan .cl-form .cl-slider input[type=range]:focus-visible {
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: 1px;
}
.calculator-loan .cl-form .cl-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--white);
  border: 4px solid var(--primary_500);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  margin-top: -9px;
}
.calculator-loan .cl-form .cl-slider input[type=range]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--white);
  border: 4px solid var(--primary_500);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.calculator-loan .cl-form .cl-slider__meta {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  font-size: 16px;
}
.calculator-loan .cl-form .cl-cta {
  margin-top: clamp(12px, 2.2vw, 20px);
  width: 100%;
  background: var(--primary_500);
  color: var(--white);
  border-radius: 12px;
  padding: 14px 18px;
  font-weight: 700;
}
.calculator-loan .cl-form .cl-cta:hover {
  background: var(--primary_600);
}
.calculator-loan .cl-form .cl-separator {
  height: 1px;
  margin: 0 -2px 0 -6px;
  font-weight: 300;
}
.calculator-loan .cl-form input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: var(--grey_100);
  outline: none;
}
.calculator-loan .cl-form input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  background: var(--grey_100);
  border-radius: 10px;
}
.calculator-loan .cl-form input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  background-color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 10px;
  cursor: pointer;
  margin-top: -6px;
  position: relative;
  z-index: 2;
}
.calculator-loan .cl-form input[type=range]::-moz-range-track {
  height: 2px;
  background: var(--grey_100);
  border-radius: 10px;
}
.calculator-loan .cl-form input[type=range]::-moz-range-progress {
  height: 4px;
  background: var(--primary);
  border-radius: 20px;
}
.calculator-loan .cl-form input[type=range]::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 10px;
  cursor: pointer;
}
.calculator-loan .cl-form input[type=range]::-ms-track {
  height: 2px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.calculator-loan .cl-form input[type=range]::-ms-fill-lower {
  background: var(--primary);
  border-radius: 10px;
}
.calculator-loan .cl-form input[type=range]::-ms-fill-upper {
  background: var(--grey_100);
  border-radius: 10px;
}
.calculator-loan .cl-form input[type=range]::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--white);
  border: 1px solid #007a91;
  border-radius: 10px;
  cursor: pointer;
}
.calculator-loan {
  /* SUMMARY CARD (RIGHT) */
}
.calculator-loan .cl-summary {
  background: var(--primary_500);
  color: var(--white);
  border-radius: 1rem;
  padding: 24px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .calculator-loan .cl-summary {
    padding: 32px;
  }
  .calculator-loan .cl-summary {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .calculator-loan .cl-summary .cl-cta-alt {
    margin-top: auto;
  }
}
.calculator-loan .cl-summary__header {
  margin-bottom: 8px;
}
.calculator-loan .cl-summary__amount {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.calculator-loan .cl-summary__amount-value {
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}
@media (min-width: 768px) {
  .calculator-loan .cl-summary__amount-value {
    font-size: 72px;
  }
}
.calculator-loan .cl-summary__amount-cents, .calculator-loan .cl-summary__amount-currency {
  font-size: 30px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .calculator-loan .cl-summary__amount-cents, .calculator-loan .cl-summary__amount-currency {
    font-size: 48px;
  }
}
.calculator-loan .cl-summary__caption {
  margin: 6px 0 0;
  font-size: 20px;
  font-weight: 700;
}
.calculator-loan .cl-summary__meta {
  font-size: 20px;
}
.calculator-loan .cl-summary__meta .cl-summary__rrso-value {
  font-weight: 700;
  font-size: 32px;
}
.calculator-loan .cl-summary__meta .cl-summary__rrso-cents {
  font-weight: 400;
  font-size: 24px;
}
.calculator-loan .cl-summary__meta .cl-summary__rrso-caption {
  font-weight: 700;
  font-size: 20px;
}
.calculator-loan .cl-summary-additional-content {
  text-align: initial;
}
.calculator-loan .cl-summary-additional-content p {
  margin-bottom: 8px;
}
.calculator-loan .cl-summary .cl-details {
  margin-top: 20px;
}
.calculator-loan .cl-summary .cl-details-title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.calculator-loan .cl-summary .cl-details-title::after {
  margin: 3px;
  content: "";
  float: right;
  width: 10px;
  transition: transform 0.3s ease;
  height: 10px;
  border: 2px solid;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
}
.calculator-loan .cl-summary .cl-details-text {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
}
.calculator-loan .cl-summary .cl-details-text a {
  font-weight: 700;
  color: var(--white);
}
.calculator-loan .cl-summary .cl-details-text p {
  margin-bottom: 0;
}
.calculator-loan .cl-summary .cl-cta-alt {
  margin-top: 16px;
  width: 100%;
  border-radius: 12px;
  background: var(--white);
  color: var(--primary_800);
  font-weight: 700;
}
.calculator-loan .cl-summary .cl-cta-alt:hover {
  background: var(--primary_100);
}
.calculator-loan .cl-information {
  background: var(--grey_600);
  color: var(--white);
  border-radius: 1rem;
  padding: 24px;
}
@media (min-width: 768px) {
  .calculator-loan .cl-information {
    padding: 32px;
  }
}
.calculator-loan .cl-information p {
  margin: 0;
  font-size: 18px;
}

section.coming-soon {
  display: block;
  min-height: 100vh;
  height: 100vh;
  min-width: 100vw;
  width: 100vw;
  padding: 0;
  margin: 0;
}
section.coming-soon::before, section.coming-soon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50vh;
  z-index: -1;
}
section.coming-soon::before {
  top: 0;
  background: #CD091A;
}
section.coming-soon::after {
  bottom: 0;
  background: #980512;
}
section.coming-soon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.app-download {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vw;
  background: var(--primary_300);
  color: var(--white);
  font-size: 2.25rem;
  font-weight: 500;
}
.app-download-btn .btn-google img {
  width: 10.625rem;
  height: 3.125rem;
}
.app-download-btn .btn-apple img {
  width: 9.375rem;
  height: 3.125rem;
}
.app-download-btn img {
  -o-object-fit: contain;
     object-fit: contain;
}

.error-page {
  display: flex;
  min-height: 100vh;
  height: 100vh;
  min-width: 100vw;
  width: 100vw;
  padding: 0;
  margin: 0;
  color: var(--white);
}
.error-page h1 {
  font-size: 7.5rem;
  margin-bottom: 2rem;
  color: var(--white);
}
.error-page img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.error-page-content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}
.error-page:not(.with-image):before {
  content: "";
  position: absolute;
  top: -10%;
  bottom: -10%;
  right: 0;
  left: 0;
  background-image: url("../img/bg-arrows.svg");
  background-repeat: no-repeat;
  background-position: left 58%;
  background-size: auto 80%;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input[type=checkbox].CybotCookiebotDialogBodyLevelButton {
  pointer-events: all;
}

.CybotCookiebotDialogDetailBodyContentCookieContainerButton {
  display: flex;
  flex-direction: row;
}

.CookieDeclaration,
#CybotCookiebotDialogPoweredByText,
#CybotCookiebotDialogPoweredbyCybot {
  display: none !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border-radius: 0 !important;
  border-width: 1px !important;
}

#CybotCookiebotDialog {
  border-radius: 0 !important;
  box-shadow: 0px 0px 0 1000px rgba(0, 0, 0, 0.1) !important;
}

#CybotCookiebotDialogPoweredbyImage {
  max-height: 2.5em !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonLabel {
  padding: 0 0 60px;
  margin-bottom: -50px !important;
  z-index: 9;
}

.expanding-swiper-carousel {
  position: relative;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .expanding-swiper-carousel {
    height: calc(100% - 3rem);
  }
}
.expanding-swiper-carousel .swiper {
  overflow: visible;
}
@media (min-width: 1024px) {
  .expanding-swiper-carousel .swiper {
    height: 100%;
  }
}
.expanding-swiper-carousel .swiper .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  bottom: unset;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  right: unset;
  padding: 1.125rem;
  background: #EDEEF2;
  border-radius: 2rem;
}
.expanding-swiper-carousel .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #697196;
  transition: width 0.25s ease;
  width: 0.5rem;
  height: 0.5rem;
  opacity: 0.5 !important;
  border-radius: 0.5rem;
}
.expanding-swiper-carousel .swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
  width: 2.5rem;
}
@media (min-width: 1024px) {
  .expanding-swiper-carousel .swiper .swiper-wrapper {
    height: 100%;
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media (min-width: 1024px) {
  .expanding-swiper-carousel .swiper .swiper-slide figure {
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .expanding-swiper-carousel .swiper .swiper-slide figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.expanding-swiper-carousel .swiper .swiper-slide .overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/lp/overlay.png") no-repeat center center;
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, visibility 0.3s linear;
  will-change: auto;
}
@media (min-width: 1024px) {
  .expanding-swiper-carousel .swiper .swiper-slide {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    will-change: auto;
    transition: width 0.35s ease-in-out;
  }
  .expanding-swiper-carousel .swiper .swiper-slide.swiper-slide-active {
    transition: width 0.35s ease-in-out;
  }
}
.expanding-swiper-carousel .swiper .swiper-slide figcaption {
  will-change: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: opacity 0.15s linear, visibility 0.15s linear, transform 0.15s linear;
}
.expanding-swiper-carousel .swiper .swiper-slide.show-overlay .overlay {
  opacity: 1;
  visibility: visible;
}
.expanding-swiper-carousel .swiper .swiper-slide.show-overlay figcaption {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (min-width: 1024px) {
  .expanding-swiper-carousel .swiper[data-count="2"] .swiper-slide {
    width: calc(33% - 0.5rem) !important;
  }
  .expanding-swiper-carousel .swiper[data-count="2"] .swiper-slide.swiper-slide-active {
    width: calc(66% - 0.5rem) !important;
  }
}
@media (min-width: 1024px) {
  .expanding-swiper-carousel .swiper[data-count="3"] .swiper-slide {
    width: calc(25% - 0.75rem) !important;
  }
  .expanding-swiper-carousel .swiper[data-count="3"] .swiper-slide.swiper-slide-active {
    width: calc(50% - 0.5rem) !important;
  }
}
@media (min-width: 1024px) {
  .expanding-swiper-carousel .swiper[data-count="4"] .swiper-slide {
    width: calc(15% - 0.5rem) !important;
  }
  .expanding-swiper-carousel .swiper[data-count="4"] .swiper-slide.swiper-slide-active {
    width: calc(55% - 0.5rem) !important;
  }
}

#communique-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 9999;
  display: none;
}

#communique-dialog {
  position: fixed;
  inset: 0;
  margin: auto;
  width: min(90vw, 1000px);
  height: min(85vh, 720px);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
  z-index: 10000;
  display: none;
  background: var(--charcoal);
  color: var(--white);
}
#communique-dialog a {
  color: inherit;
}

#communique-bg-desktop,
#communique-bg-mobile {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  filter: none;
  z-index: 0;
}

#communique-bg-desktop.with-mobile-version {
  display: none;
}
@media (min-width: 768px) {
  #communique-bg-desktop.with-mobile-version {
    display: block;
  }
}

#communique-bg-mobile {
  display: block;
}
@media (min-width: 768px) {
  #communique-bg-mobile {
    display: none;
  }
}

#communique-body {
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 24px;
}

#communique-inner {
  width: min(800px, 86%);
  text-align: left;
  line-height: 1.45;
}

#communique-actions {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

#communique-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: var(--white);
  cursor: pointer;
  display: inline-grid;
  place-items: center;
  font-size: 22px;
  line-height: 1;
  transition: background 0.15s ease, transform 0.08s ease;
}

#communique-close:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: scale(1.03);
}

#communique-close:focus {
  outline: 2px solid var(--white);
  outline-offset: 2px;
}

@media (max-width: 480px) {
  #communique-dialog {
    width: 92vw;
    height: 78vh;
    border-radius: 12px;
  }
  #communique-inner {
    width: 92%;
  }
}
.video_wrapper {
  width: 100%;
  height: 252px;
  border-radius: 16px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.video_wrapper:hover .play-button {
  opacity: 1;
  transform: scale(1.05) rotate(0deg);
}
.video_wrapper:hover:after {
  opacity: 0;
}
.video_wrapper:after,
.video_wrapper .play-button {
  content: "";
  position: absolute;
  z-index: 1;
  left: 41%;
  top: 36%;
  height: 4.1875rem;
  width: 4.1875rem;
  transition: transform 0.75s ease-in-out;
  pointer-events: none;
}
@media (min-width: 768px) {
  .video_wrapper:after,
  .video_wrapper .play-button {
    left: 40%;
    top: 38%;
  }
}
.video_wrapper:after {
  opacity: 1;
  background-image: url(../icons/icon_play.svg);
}
.video_wrapper .play-button {
  opacity: 0;
  background-image: url(../icons/icon_play.svg);
}
.videoIframe {
  display: flex;
  justify-content: center;
  margin: auto;
  border: 0;
}
.video-button {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}
.video-button:focus {
  outline: none;
}
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
  padding: 2rem;
}
@media (min-width: 768px) {
  .video-modal {
    padding: 5rem;
  }
}
.video-modal .close {
  z-index: 3;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  display: flex;
  transition: background 0.15s ease, transform 0.08s ease;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.video-modal .close:before, .video-modal .close:after {
  position: absolute;
  right: 1.15rem;
  top: 0.5rem;
  content: " ";
  height: 1.5rem;
  width: 0.125rem;
  background-color: var(--white);
}
.video-modal .close:before {
  transform: rotate(45deg);
}
.video-modal .close:after {
  transform: rotate(-45deg);
}
.video-modal .close:hover,
.video-modal .close:focus {
  background: rgba(0, 0, 0, 0.6);
  transform: scale(1.03);
}

.videoIframe {
  height: 60vh;
}

.dynamic-section .video_wrapper {
  width: 100%;
  height: 13.25rem;
  margin-bottom: 3.625rem;
}
@media (min-width: 768px) {
  .dynamic-section .video_wrapper {
    height: 21.25rem;
    margin-bottom: 0;
  }
}
.dynamic-section .video-text-btn {
  width: -moz-max-content;
  width: max-content;
  margin: 0.625rem auto 0;
  position: relative;
  color: var(--primary);
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.dynamic-section .video-text-btn:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .dynamic-section .video-text-btn {
    margin: 2.25rem auto 0;
  }
}
.dynamic-section .video .video-content {
  padding-left: 4rem;
}
@media (min-width: 768px) {
  .dynamic-section .video .video-content {
    padding-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .video-button::before {
    transition: none;
  }
}
.no-scroll {
  overflow: hidden;
}

.post-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  border-radius: clamp(24px, 3vw, 32px);
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.post-card.is-padded {
  padding: 1.5rem;
}
.post-card * {
  margin-bottom: 0;
}
.post-card .featured-image-wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: 2/1;
  overflow: hidden;
  border-radius: 1rem;
}
.post-card .featured-image-wrapper > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transform: scale(1.001) rotate(0deg);
  transition: transform 0.5s ease;
}
.post-card .featured-image-wrapper .category-label {
  display: flex;
  position: absolute;
  padding: 0.1875rem 0.5rem;
  color: #383838;
  text-transform: uppercase;
  top: 0.75rem;
  right: 0.75rem;
  font-size: 0.8125rem;
  line-height: 1rem;
  border-radius: clamp(24px, 3vw, 32px);
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
}
.post-card .featured-image-wrapper .author-icon {
  display: flex;
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  border-radius: clamp(24px, 3vw, 32px);
}
.post-card .featured-image-wrapper .author-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-card .inner-content {
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  display: flex;
  gap: 0.5rem;
}
.post-card .inner-content time {
  font-size: 1rem;
  line-height: 1.125rem;
  color: var(--grey_666);
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
.post-card .inner-content .entry-title {
  display: block;
  font-size: 1.5rem;
  color: var(--grey_600);
}
.post-card .inner-content .entry-title a {
  color: var(--grey_600);
}
.post-card .inner-content p {
  color: var(--grey_600);
}
.post-card .inner-content .reading-time {
  display: inline-flex;
  position: relative;
  padding: 0.25rem 0.625rem;
  color: #383838;
  font-size: 0.875rem;
  line-height: 1rem;
  border-radius: clamp(24px, 3vw, 32px);
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
}
.post-card .link {
  margin-top: 0.5rem;
}
.post-card:hover .featured-image-wrapper img {
  transform: scale(1.05) rotate(0deg);
}

.latest-posts {
  padding-top: 48px;
}
@media screen and (min-width: 321px) {
  .latest-posts {
    padding-top: calc(48px + 48 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .latest-posts {
    padding-top: 96px;
  }
}
.latest-posts {
  padding-bottom: 48px;
}
@media screen and (min-width: 321px) {
  .latest-posts {
    padding-bottom: calc(48px + 48 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .latest-posts {
    padding-bottom: 96px;
  }
}
.latest-posts h1, .latest-posts h2, .latest-posts h3, .latest-posts h4, .latest-posts p, .latest-posts li, .latest-posts span {
  text-wrap: balance;
}
.text-white .latest-posts h1, .text-white .latest-posts h2, .text-white .latest-posts h3, .text-white .latest-posts h4, .text-white .latest-posts p, .text-white .latest-posts li, .text-white .latest-posts span {
  color: inherit;
}

.breadcrumbs {
  position: relative;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  gap: 0;
  padding: 0;
  margin: 0;
}
.breadcrumbs li {
  display: block;
  position: relative;
  padding: 0.5rem 1.25rem 0.5rem 0;
}
.breadcrumbs li::after {
  content: "/";
  right: 0.5rem;
  color: var(--primary_500);
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
.breadcrumbs li:last-child {
  padding-right: 0;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs li a,
.breadcrumbs li span {
  position: relative;
  font-size: 1rem;
  display: block;
  line-height: 1rem;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
.breadcrumbs li a {
  color: var(--primary_500);
}
.breadcrumbs li span {
  color: var(--grey_600);
}

.blog-heading {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 321px) {
  .blog-heading {
    gap: calc(20px + 12 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .blog-heading {
    gap: 32px;
  }
}
.blog-heading {
  padding-top: 32px;
}
@media screen and (min-width: 321px) {
  .blog-heading {
    padding-top: calc(32px + 24 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .blog-heading {
    padding-top: 56px;
  }
}
.blog-heading {
  padding-bottom: 32px;
}
@media screen and (min-width: 321px) {
  .blog-heading {
    padding-bottom: calc(32px + 24 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .blog-heading {
    padding-bottom: 56px;
  }
}
.blog-heading h1, .blog-heading h2, .blog-heading h3, .blog-heading h4, .blog-heading p, .blog-heading li, .blog-heading span {
  text-wrap: balance;
}
.text-white .blog-heading h1, .text-white .blog-heading h2, .text-white .blog-heading h3, .text-white .blog-heading h4, .text-white .blog-heading p, .text-white .blog-heading li, .text-white .blog-heading span {
  color: inherit;
}

.blog-posts-filter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.25rem;
}
.blog-posts-filter li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.blog-posts-filter li a {
  position: relative;
  font-size: clamp(16px, 2.5vw, 18px);
  line-height: 1.25rem;
  display: block;
  color: var(--grey_666);
  background-color: var(--white);
  padding: 0.75rem;
  border: 1px solid var(--white);
  border-radius: 2rem;
  white-space: nowrap;
  will-change: auto;
  box-shadow: none;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
.blog-posts-filter li a:hover, .blog-posts-filter li a:focus {
  background-color: var(--grey_100);
  border-color: var(--grey_200);
  color: var(--grey_666);
}
.blog-posts-filter li.is-active a {
  background-color: var(--primary_500);
  color: var(--white);
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 500;
}
.blog-posts-filter li.is-active a::after {
  content: "";
  position: absolute;
  bottom: 0.4375rem;
  left: calc(50% - 0.125rem);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  pointer-events: none;
  background-color: var(--white);
}

.blog-posts-container {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1024px) {
  .blog-posts-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.blog-posts-container section {
  padding-top: 48px;
}
@media screen and (min-width: 321px) {
  .blog-posts-container section {
    padding-top: calc(48px + 48 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .blog-posts-container section {
    padding-top: 96px;
  }
}
.blog-posts-container section {
  padding-bottom: 48px;
}
@media screen and (min-width: 321px) {
  .blog-posts-container section {
    padding-bottom: calc(48px + 48 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .blog-posts-container section {
    padding-bottom: 96px;
  }
}
.blog-posts-container h1, .blog-posts-container h2, .blog-posts-container h3, .blog-posts-container h4, .blog-posts-container p, .blog-posts-container li, .blog-posts-container span {
  text-wrap: balance;
}
.text-white .blog-posts-container h1, .text-white .blog-posts-container h2, .text-white .blog-posts-container h3, .text-white .blog-posts-container h4, .text-white .blog-posts-container p, .text-white .blog-posts-container li, .text-white .blog-posts-container span {
  color: inherit;
}
.blog-posts-container [data-backdrop] {
  position: relative;
}
.blog-posts-container [data-backdrop]::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: inherit;
  pointer-events: none;
  z-index: -1;
  display: none;
}
@media (min-width: 1024px) {
  .blog-posts-container [data-backdrop]::before {
    display: block;
  }
}
.blog-posts-container [data-backdrop=left]::before {
  left: 0;
}
@media (min-width: 1024px) {
  .blog-posts-container [data-backdrop=left] > section {
    padding-right: 0;
  }
}
.blog-posts-container [data-backdrop=right]::before {
  right: 0;
}
@media (min-width: 1024px) {
  .blog-posts-container [data-backdrop=right] > section {
    padding-left: 0;
  }
}

.pagination-wrapper {
  position: relative;
  display: block;
  padding: 0.5rem;
}
.pagination-wrapper .pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.25rem;
}
.pagination-wrapper .pagination li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.pagination-wrapper .pagination li a, .pagination-wrapper .pagination li span {
  position: relative;
  width: 2rem;
  height: 2rem;
  text-align: center;
  font-size: clamp(16px, 2.5vw, 18px);
  line-height: 1.75rem;
  display: block;
  color: var(--grey_600);
  background-color: transparent;
  padding: 0;
  border-radius: 2rem;
  white-space: nowrap;
  will-change: auto;
  box-shadow: none;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
}
.pagination-wrapper .pagination li a.page-prev, .pagination-wrapper .pagination li a.page-next, .pagination-wrapper .pagination li span.page-prev, .pagination-wrapper .pagination li span.page-next {
  background-color: var(--white);
  color: var(--grey_600);
  line-height: 2rem;
}
.pagination-wrapper .pagination li a.page-prev.disabled, .pagination-wrapper .pagination li a.page-next.disabled, .pagination-wrapper .pagination li span.page-prev.disabled, .pagination-wrapper .pagination li span.page-next.disabled {
  pointer-events: none;
  color: var(--grey_400);
}
.pagination-wrapper .pagination li a.page-prev::before, .pagination-wrapper .pagination li a.page-next::before, .pagination-wrapper .pagination li span.page-prev::before, .pagination-wrapper .pagination li span.page-next::before {
  line-height: 2rem;
}
.pagination-wrapper .pagination li a.active, .pagination-wrapper .pagination li span.active {
  color: var(--primary_500);
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 500;
}
.pagination-wrapper .pagination li a.active::after, .pagination-wrapper .pagination li span.active::after {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  left: calc(50% - 0.125rem);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  pointer-events: none;
  background-color: var(--primary_500);
}

.outer-search-wrapper {
  position: relative;
}

.search-form-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
}
.search-form-wrapper.with-filter {
  gap: 1.5rem;
}
.search-form-wrapper form {
  position: relative;
  width: 100%;
}
.search-form-wrapper form .search-field {
  position: relative;
  display: block;
}
.search-form-wrapper form .search-field input[type=search] {
  width: 100%;
  padding: 0.6875rem 3.25rem;
  border-radius: 2rem;
  border-color: var(--grey_400);
}
.search-form-wrapper form .search-field button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: center;
}
.search-form-wrapper form .search-field button::before {
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
}
.search-form-wrapper form .search-field button[type=submit] {
  display: block;
  left: 1rem;
}
.search-form-wrapper form .search-field button[type=reset] {
  right: 1rem;
}
.search-form-wrapper .search-results-filter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
}
.search-form-wrapper .search-results-filter li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.search-form-wrapper .search-results-filter li a {
  position: relative;
  font-size: clamp(16px, 2.5vw, 18px);
  line-height: 1.25rem;
  display: block;
  color: var(--grey_666);
  background-color: var(--white);
  padding: 0.625rem 1rem;
  border: 1px solid var(--grey_666);
  border-radius: 2rem;
  white-space: nowrap;
  will-change: auto;
  box-shadow: none;
  transition: all 0s ease-in-out;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
.search-form-wrapper .search-results-filter li a:hover, .search-form-wrapper .search-results-filter li a:focus {
  background-color: var(--white);
  border-color: var(--primary_500);
  color: var(--primary_500);
}
.search-form-wrapper .search-results-filter li a::after {
  content: "";
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  left: 0.75rem;
  top: 0.625rem;
  display: block;
  opacity: 0;
  will-change: auto;
  transition: opacity 0s ease-in-out;
  background: url("../icons/tick.svg") no-repeat center transparent;
  background-size: contain;
}
.search-form-wrapper .search-results-filter li a.is-active {
  background-color: var(--white);
  border: 2px solid var(--primary_500);
  color: var(--primary_500);
  padding: 0.5625rem 0.9375rem 0.5625rem 2.25rem;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
}
.search-form-wrapper .search-results-filter li a.is-active::after {
  opacity: 1;
}

.search-results-container {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: clamp(2rem, 3vw, 3rem);
}
.search-results-container .results-group {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
.search-results-container .results-group[data-group=documents] .group-summary {
  gap: 1rem;
}
.search-results-container .results-group[data-group=documents] .group-summary .view-more-wrapper .inner-container {
  gap: 1rem;
}
.search-results-container .group-title {
  position: relative;
  display: block;
}
.search-results-container .group-title h2:last-child, .search-results-container .group-title h2:only-child, .search-results-container .group-title h3:last-child, .search-results-container .group-title h3:only-child, .search-results-container .group-title h4:last-child, .search-results-container .group-title h4:only-child {
  margin-bottom: 0;
}
.search-results-container .group-title mark {
  background-color: transparent !important;
  color: var(--primary_500) !important;
}
.search-results-container .group-summary {
  flex-direction: column;
  position: relative;
  display: flex;
  width: 100%;
  gap: 1.5rem;
}
.search-results-container .group-summary .list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 100%;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--grey_200);
}
.search-results-container .group-summary .list-item:last-child {
  border-bottom-width: 0;
}
.search-results-container .group-summary .list-item > * {
  margin-top: 0;
  margin-bottom: 0;
}
.search-results-container .group-summary .list-item .item-meta {
  position: relative;
  list-style: none;
  display: flex;
  gap: 1.25rem;
  padding: 0;
  margin: 0;
}
.search-results-container .group-summary .list-item .item-meta li {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}
.search-results-container .group-summary .list-item .item-meta li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.75rem;
  top: 0.375rem;
  right: -0.6875rem;
  border-radius: 50%;
  background-color: var(--grey_666);
}
.search-results-container .group-summary .list-item .item-meta li:last-child::before {
  display: none;
}
.search-results-container .group-summary .list-item .item-meta li p, .search-results-container .group-summary .list-item .item-meta li span, .search-results-container .group-summary .list-item .item-meta li a, .search-results-container .group-summary .list-item .item-meta li time {
  display: inline-flex;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
.search-results-container .group-summary .list-item h4,
.search-results-container .group-summary .list-item h4 a {
  color: var(--grey_600);
  font-size: clamp(18px, 3vw, 24px);
}
.search-results-container .group-summary .list-item .excerpt {
  display: block;
  color: #000;
}
.search-results-container .group-summary .list-item[data-type=documents] {
  padding-bottom: 1rem;
}
.search-results-container .group-summary .list-item[data-type=documents] .link {
  line-height: 1.125rem;
}
.search-results-container .group-summary .list-item[data-type=documents] .link::before {
  line-height: 1.125rem;
}
.search-results-container .group-summary .list-item[data-type=documents] .link span {
  line-height: 1.125rem;
}
.search-results-container .group-summary .list-item[data-type=documents] .inner-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  align-items: flex-start;
  padding: 0 0 1rem 2rem;
}
@media (min-width: 640px) {
  .search-results-container .group-summary .list-item[data-type=documents] .inner-block {
    padding-bottom: 0;
  }
}
.search-results-container .group-summary .list-item[data-type=documents] .inner-block.icon::before {
  position: absolute;
  left: 0;
  top: 0.125rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  width: 1rem;
  height: 1rem;
  color: #000;
}
.search-results-container .group-summary .list-item[data-type=documents] .inner-block strong {
  color: #000;
  font-size: clamp(16px, 2.5vw, 18px);
}
.search-results-container .group-summary .list-item[data-type=documents] .inner-block .item-meta li p, .search-results-container .group-summary .list-item[data-type=documents] .inner-block .item-meta li span, .search-results-container .group-summary .list-item[data-type=documents] .inner-block .item-meta li a, .search-results-container .group-summary .list-item[data-type=documents] .inner-block .item-meta li time {
  font-size: clamp(16px, 2.5vw, 18px);
  line-height: 1.5;
  color: #000;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
.search-results-container .group-summary .view-more-wrapper {
  position: relative;
  display: block;
}
.search-results-container .group-summary .view-more-wrapper .inner-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
.search-results-container .group-summary .view-more-wrapper .view-more {
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  gap: 0.25rem;
  color: var(--primary_500);
  justify-content: center;
}
.search-results-container .group-summary .view-more-wrapper .view-more span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
}
.search-results-container .group-summary .view-more-wrapper .view-more i.icon {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  text-align: center;
  position: relative;
  transform: rotate(0deg);
  will-change: transform;
  transition: transform 0.4s ease;
}
.search-results-container .group-summary .view-more-wrapper .view-more i.icon::before {
  font-size: 0.5rem;
  line-height: 1.5rem;
  text-align: center;
  color: var(--primary_500);
}
.search-results-container .group-summary .view-more-wrapper .view-more.active i.icon {
  transform: rotate(180deg);
}

.chapters-block {
  position: relative;
  display: block;
}
.chapters-block .heading {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.5em;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 600;
}
.chapters-block .inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.chapters-block .inner a {
  display: inline-flex;
  text-decoration: underline;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.5em;
}
.chapters-block .view-more {
  display: inline-flex;
  text-decoration: underline;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.5em;
  cursor: pointer;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}

article.single-post p, article.single-post span, article.single-post b, article.single-post strong {
  color: var(--grey_600);
}
article.single-post p a {
  text-decoration: underline;
}
article.single-post .entry-title {
  font-weight: 700 !important;
}
article.single-post .post-meta {
  position: relative;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 1.5rem;
}
article.single-post .post-meta li {
  position: relative;
}
article.single-post .post-meta li * {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.5em;
}
article.single-post .post-meta li p, article.single-post .post-meta li span, article.single-post .post-meta li time {
  color: var(--grey_666);
}
article.single-post .post-meta li a {
  color: var(--primary_500);
}
article.single-post .post-meta li::after {
  content: "";
  right: -0.875rem;
  height: 100%;
  width: 1px;
  background-color: var(--grey_400);
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
article.single-post .post-meta li:last-child {
  padding-right: 0;
}
article.single-post .post-meta li:last-child::after {
  display: none;
}
article.single-post figure {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  margin: 0 0 1.5em;
  width: 100%;
  gap: 0.5rem;
}
article.single-post figure[data-ratio="1"] img {
  aspect-ratio: 1;
}
article.single-post figure[data-ratio=v] img {
  aspect-ratio: 1/1.5;
}
article.single-post figure[data-ratio=h] img {
  aspect-ratio: 1.5/1;
}
article.single-post figure img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
article.single-post figure:has(figcaption) img {
  transform: none;
}
article.single-post figure:has(figcaption):hover img {
  transform: none;
}
article.single-post figure figcaption {
  display: block;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.1em;
  color: var(--grey_600);
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
article.single-post iframe.instagram-media {
  margin: 0 auto 1.5rem !important;
}
article.single-post blockquote {
  padding: 0;
  margin: 0;
  border: 0;
}
article.single-post blockquote.instagram-media {
  margin: 0 auto !important;
  min-width: 100%;
}
article.single-post blockquote p {
  display: block;
  font-size: clamp(20px, 5vw, 48px);
  line-height: 1.1em;
  color: var(--grey_600);
  margin-bottom: 0.75em;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
article.single-post blockquote cite {
  display: block;
  line-height: 1.5;
  font-style: normal;
  color: var(--grey_600);
  font-size: clamp(16px, 3vw, 20px);
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
}
article.single-post .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
article.single-post .video-container iframe,
article.single-post .video-container video {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

table {
  min-width: 100%;
  position: relative;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
}
table th,
table td {
  overflow: hidden;
  color: var(--grey_600);
  padding: clamp(8px, 2vw, 16px);
  border-bottom: 1px solid var(--grey_200);
}
table th {
  text-align: left;
  background-color: var(--grey_100);
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
}
table th:last-child {
  text-align: right;
}
table td {
  font-size: 1rem;
  line-height: 1.25em;
  text-wrap: balance;
}
table thead th {
  text-align: left;
  font-weight: 600;
  font-size: clamp(18px, 2.5vw, 20px);
}
table thead th:first-child {
  border-top-left-radius: 8px;
}
table thead th:last-child {
  border-top-right-radius: 8px;
}
table tbody tr:first-child th {
  border-top-left-radius: 8px;
}
table tbody tr:last-child th {
  border-bottom-left-radius: 8px;
}

.benefits figure img:not(.badge) {
  min-height: 397px;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefits {
  padding-top: 56px;
}
@media screen and (min-width: 321px) {
  .benefits {
    padding-top: calc(56px + 40 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .benefits {
    padding-top: 96px;
  }
}
.benefits {
  padding-bottom: 56px;
}
@media screen and (min-width: 321px) {
  .benefits {
    padding-bottom: calc(56px + 40 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .benefits {
    padding-bottom: 96px;
  }
}
.benefits h1, .benefits h2, .benefits h3, .benefits h4, .benefits p, .benefits li, .benefits span {
  text-wrap: balance;
}
.benefits .uppercase {
  text-transform: uppercase;
}
.benefits p, .benefits li, .benefits strong, .benefits .subtitle {
  line-height: 1.5em;
  --font-scale-factor: 1;
  font-size: calc(18px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
  .benefits p, .benefits li, .benefits strong, .benefits .subtitle {
    font-size: calc(18px + 2 * (100vw - 321px) / 1079 * var(--font-scale-factor));
  }
}
@media screen and (min-width: 1400px) {
  .benefits p, .benefits li, .benefits strong, .benefits .subtitle {
    font-size: calc(20px * var(--font-scale-factor));
  }
}
.benefits .inner.padded {
  position: relative;
  display: block;
  padding: 24px !important;
}
@media (min-width: 640px) {
  .benefits .inner.padded {
    padding: 28px !important;
  }
}
@media (min-width: 1024px) {
  .benefits .inner.padded {
    padding: 32px !important;
  }
}
.benefits .content-block {
  position: relative;
}
.benefits .content-block.text-white h1, .benefits .content-block.text-white h2, .benefits .content-block.text-white h3, .benefits .content-block.text-white h4 {
  color: var(--white);
}
.benefits .content-block.text-white ul li::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(358deg) brightness(105%) contrast(100%);
}
.benefits ul {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  margin: 0 0 0.5rem;
}
.benefits ul li {
  display: block;
  position: relative;
  padding-left: 2.5rem;
}
.benefits ul li p {
  margin: 0;
}
.benefits ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/lp/bullet.svg") no-repeat center center;
  background-size: contain;
  -webkit-mask: none;
          mask: none;
  top: 0px;
}
@media screen and (min-width: 321px) {
  .benefits ul li::before {
    top: calc(0px + 3 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .benefits ul li::before {
    top: 3px;
  }
}
@media (max-width: 1023px) {
  .benefits .align-justify {
    flex-flow: column !important;
  }
}
@media (max-width: 1023px) {
  .benefits .expanding-swiper-carousel {
    margin-top: 4rem;
  }
}
.benefits .benefits figure img {
  min-height: 397px;
  -o-object-fit: cover;
     object-fit: cover;
}

.promotional-cards-section {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .promotional-cards-section {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .promotional-cards-section {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.promotional-cards-section__title {
  font-family: Unicredit, sans-serif;
  font-weight: 700;
  font-style: bold;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 16px;
}
.promotional-cards-section__description {
  font-family: Unicredit, sans-serif;
  font-weight: 500;
  font-style: medium;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 24px;
}
.promotional-cards-section__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  justify-items: center;
  margin-bottom: 32px;
  padding-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .promotional-cards-section__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: stretch;
  }
}
@media (min-width: 1200px) {
  .promotional-cards-section__cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding-top: 20px;
    justify-items: stretch;
  }
  .promotional-cards-section__cards:has(> :nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
  }
  .promotional-cards-section__cards:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.promotional-cards-section__button {
  text-align: center;
  margin-top: 32px;
}

.promotional-card {
  position: relative;
  width: 100%;
  min-height: 274px;
  border-radius: 32px;
  overflow: visible;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.promotional-card--gradient-white .promotional-card__title,
.promotional-card--gradient-white .promotional-card__description {
  color: var(--black);
}
.promotional-card--gradient-black .promotional-card__title,
.promotional-card--gradient-black .promotional-card__description, .promotional-card--gradient-blue .promotional-card__title,
.promotional-card--gradient-blue .promotional-card__description, .promotional-card--gradient-red .promotional-card__title,
.promotional-card--gradient-red .promotional-card__description {
  color: var(--white);
}
.promotional-card__badge--teal {
  background-color: var(--teal);
}
.promotional-card__badge--red {
  background-color: var(--secondary);
}
.promotional-card__badge--blue {
  background-color: var(--primary);
}
.promotional-card__badge--black {
  background-color: var(--black);
}
@media (max-width: 1023px) {
  .promotional-card:has(.promotional-card__badge) {
    margin-top: 16px;
  }
}
@media (min-width: 1024px) {
  .promotional-card {
    width: 100%;
    min-height: auto;
  }
}
.promotional-card__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 32px;
  overflow: hidden;
}
.promotional-card__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.promotional-card__background-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.promotional-card__background-mask--black {
  background: linear-gradient(165.7deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.75) 37%, rgba(0, 0, 0, 0.6) 42%, rgba(0, 0, 0, 0.25) 100%);
}
.promotional-card__background-mask--blue {
  background: linear-gradient(165.7deg, rgba(0, 98, 116, 0.9) 0%, rgba(0, 98, 116, 0.75) 37%, rgba(0, 98, 116, 0.6) 42%, rgba(0, 98, 116, 0.25) 100%);
}
.promotional-card__background-mask--red {
  background: linear-gradient(165.7deg, rgba(226, 0, 26, 0.9) 0%, rgba(226, 0, 26, 0.75) 37%, rgba(226, 0, 26, 0.6) 42%, rgba(170, 5, 24, 0.25) 100%);
}
.promotional-card__background-mask--white {
  background: linear-gradient(165.7deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.75) 36.61%, rgba(255, 255, 255, 0.6) 42.39%, rgba(255, 255, 255, 0.25) 100%);
}
.promotional-card__content {
  position: relative;
  z-index: 2;
  padding: 32px;
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}
.promotional-card__badge {
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  letter-spacing: 0.025em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  color: var(--white);
  position: absolute;
  top: -16px;
  left: clamp(24px, 5vw, 32px);
  z-index: 3;
}
@media (min-width: 1024px) {
  .promotional-card__badge {
    top: -16px;
  }
}
.promotional-card__title {
  font-weight: 700;
  vertical-align: middle;
  margin-bottom: 12px;
  --font-scale-factor: 1;
  font-size: calc(20px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
  .promotional-card__title {
    font-size: calc(20px + 8 * (100vw - 321px) / 1079 * var(--font-scale-factor));
  }
}
@media screen and (min-width: 1400px) {
  .promotional-card__title {
    font-size: calc(28px * var(--font-scale-factor));
  }
}
.promotional-card__title {
  color: var(--white);
}
@media (min-width: 1367px) {
  .promotional-card__title {
    --font-scale-factor: 1;
    font-size: calc(24px * var(--font-scale-factor));
  }
}
@media screen and (min-width: 1367px) and (min-width: 321px) {
  .promotional-card__title {
    font-size: calc(24px + 12 * (100vw - 321px) / 1079 * var(--font-scale-factor));
  }
}
@media screen and (min-width: 1367px) and (min-width: 1400px) {
  .promotional-card__title {
    font-size: calc(36px * var(--font-scale-factor));
  }
}
.promotional-card__description {
  font-family: Unicredit, sans-serif;
  font-weight: 500;
  --font-scale-factor: 1;
  font-size: calc(16px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
  .promotional-card__description {
    font-size: calc(16px + 4 * (100vw - 321px) / 1079 * var(--font-scale-factor));
  }
}
@media screen and (min-width: 1400px) {
  .promotional-card__description {
    font-size: calc(20px * var(--font-scale-factor));
  }
}
.promotional-card__description {
  margin-bottom: 16px;
  color: var(--white);
  line-height: 1.5;
}
.promotional-card__additional-box {
  position: relative;
  border-radius: 32px;
  padding: 16px;
  z-index: 3;
  backdrop-filter: blur(4px);
  margin-top: auto;
  margin-bottom: 16px;
  display: flex;
  align-self: flex-end;
}
@media (min-width: 1024px) {
  .promotional-card__additional-box {
    justify-self: flex-end;
    margin-top: auto;
  }
}
.promotional-card__additional-box--glass-neutral {
  background: linear-gradient(145.26deg, rgba(152, 152, 152, 0.52) 8.73%, rgba(0, 0, 0, 0.52) 79.23%);
}
.promotional-card__additional-box--glass-blue {
  background: linear-gradient(145.26deg, rgba(0, 98, 116, 0.52) 8.73%, rgba(0, 0, 0, 0.52) 79.23%);
}
.promotional-card__additional-box--glass-red {
  background: linear-gradient(145.26deg, rgba(226, 0, 26, 0.52) 8.73%, rgba(0, 0, 0, 0.52) 79.23%);
}
.promotional-card__additional-box--text {
  width: -moz-fit-content;
  width: fit-content;
  width: 60%;
}
.promotional-card__additional-box--image {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 120px;
  max-width: calc(100% - 32px);
  height: 142px;
}
.promotional-card__additional-box--both {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 120px;
  max-width: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: auto;
}
.promotional-card__additional-box-text {
  font-family: Unicredit, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
}
.promotional-card__additional-box--text .promotional-card__additional-box-text {
  width: 100%;
  height: 100%;
}
.promotional-card__additional-box--both .promotional-card__additional-box-text {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.promotional-card__additional-box-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promotional-card__additional-box--image .promotional-card__additional-box-image {
  width: 100%;
  height: 100%;
}
.promotional-card__additional-box--both .promotional-card__additional-box-image {
  width: 100%;
  min-height: 80px;
}
.promotional-card__additional-box-image img {
  max-width: 44px;
  max-height: 44px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
}
.promotional-card__button .button {
  font-family: Unicredit, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  width: 295px;
  height: 58px;
  min-height: 44px;
  padding: 16px 24px;
  border-radius: 999px;
}
@media (min-width: 1024px) {
  .promotional-card__button .button {
    width: 100%;
    padding: 12px 24px;
    height: auto;
  }
}
.promotional-card:not(:has(.promotional-card__additional-box)) .promotional-card__button {
  margin-top: auto;
}

.tariff-section {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(180deg, #003744 0%, #00262F 100%);
}
@media (min-width: 768px) {
  .tariff-section {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .tariff-section {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.tariff-section__title {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  text-align: center;
  color: var(--white);
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .tariff-section__title {
    margin-bottom: 32px;
  }
}
.tariff-section__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .tariff-section__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .tariff-section__cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
.tariff-section__info-card-wrapper {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .tariff-section__info-card-wrapper {
    margin-bottom: 48px;
  }
}
.tariff-section__info-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  background: linear-gradient(90deg, #00181D 0%, #00181D 70%, #003B47 90%, #003B47 100%);
  border-radius: 32px;
  padding: 24px;
  align-items: center;
}
@media (min-width: 768px) {
  .tariff-section__info-card {
    grid-template-columns: 2fr 10fr;
    gap: 24px;
    padding: 32px;
  }
}
@media (min-width: 1024px) {
  .tariff-section__info-card {
    grid-template-columns: 1fr 11fr;
    gap: 32px;
    padding: 40px;
  }
}
.tariff-section__info-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tariff-section__info-card-icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .tariff-section__info-card-icon img {
    width: 100px;
    height: 100px;
  }
}
.tariff-section__info-card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tariff-section__info-card-title {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 28px;
  color: #BFDEE3;
  margin: 0;
}
@media (min-width: 1024px) {
  .tariff-section__info-card-title {
    font-size: 32px;
    line-height: 32px;
  }
}
.tariff-section__info-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tariff-section__info-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 1.125rem;
  color: #BFDEE3;
}
@media (min-width: 1024px) {
  .tariff-section__info-card-list li {
    font-size: 20px;
  }
}
.tariff-section__info-card-list li p {
  margin-bottom: 0;
}
.tariff-section__info-card-list li::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/bullet.svg) no-repeat center center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(358deg) brightness(105%) contrast(100%);
}
.tariff-section__info-card-chevron {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.tariff-section__info-card-chevron::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/bullet.svg) no-repeat center center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(358deg) brightness(105%) contrast(100%);
}
.tariff-section__info-card-text {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
}
@media (min-width: 1024px) {
  .tariff-section__info-card-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.tariff-section__checklists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .tariff-section__checklists {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .tariff-section__checklists {
    gap: 64px;
  }
}
.tariff-section__checklist-title {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  margin: 0 0 20px 0;
}
@media (min-width: 1024px) {
  .tariff-section__checklist-title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
.tariff-section__checklist-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tariff-section__checklist-items li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
}
.tariff-section__checklist-items li p {
  margin-bottom: 0;
}
.tariff-section__checklist-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.tariff-section__checklist-icon::before {
  content: "✓";
  display: block;
  font-size: 14px;
  color: var(--primary_650);
  font-weight: 700;
}
.tariff-section__checklist-text {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
}
@media (min-width: 1024px) {
  .tariff-section__checklist-text {
    font-size: 18px;
    line-height: 26px;
  }
}

.tariff-card {
  background-color: var(--primary_850);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tariff-card__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1024px) {
  .tariff-card__content {
    padding: 32px;
  }
}
.tariff-card__title {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--white);
  margin: 0 0 16px 0;
}
@media (min-width: 1024px) {
  .tariff-card__title {
    font-size: 32px;
    line-height: 32px;
  }
}
.tariff-card__description {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.85);
  flex-grow: 1;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .tariff-card__description {
    font-size: 20px;
    line-height: 24px;
  }
}
.tariff-card__description p {
  margin: 0;
}
.tariff-card__footer {
  border-top: 2px solid var(--primary_175);
  padding-top: 16px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 1024px) {
  .tariff-card__footer {
    padding-top: 20px;
  }
}
.tariff-card__footer-title {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.tariff-card__footer-value {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: var(--white);
}
@media (min-width: 1024px) {
  .tariff-card__footer-value {
    font-size: 24px;
    line-height: 36px;
  }
}
.tariff-card__divider {
  background: var(--primary_175);
  height: 2px;
  opacity: 1;
  margin: 10px 0;
}

.stacked-cards {
  padding-top: 56px;
}
@media screen and (min-width: 321px) {
  .stacked-cards {
    padding-top: calc(56px + 40 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .stacked-cards {
    padding-top: 96px;
  }
}
.stacked-cards {
  padding-bottom: 56px;
}
@media screen and (min-width: 321px) {
  .stacked-cards {
    padding-bottom: calc(56px + 40 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .stacked-cards {
    padding-bottom: 96px;
  }
}
.stacked-cards h1, .stacked-cards h2, .stacked-cards h3, .stacked-cards h4, .stacked-cards p, .stacked-cards li, .stacked-cards span {
  text-wrap: balance;
}
.stacked-cards .uppercase {
  text-transform: uppercase;
}
.stacked-cards .card .inner {
  min-width: 100%;
  min-height: 100%;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .stacked-cards .card .inner {
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .stacked-cards .card .inner > .row {
    flex-direction: column-reverse;
    align-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  .stacked-cards .card .inner .content-block {
    margin-bottom: 1.5rem;
  }
}
.stacked-cards .card .padded {
  padding: 1.5rem !important;
}
@media (min-width: 1024px) {
  .stacked-cards .card .padded {
    padding: 2rem !important;
  }
}
@media (min-width: 1367px) {
  .stacked-cards .card .padded {
    padding: 2.5rem !important;
  }
}
.stacked-cards p, .stacked-cards li, .stacked-cards strong, .stacked-cards .subtitle {
  line-height: 1.5em;
}
.stacked-cards ul {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  margin: 0 0 0.5rem;
}
.stacked-cards ul li {
  display: block;
  position: relative;
  padding-left: 2.5rem;
  font-size: clamp(1rem, 3vw, 1.25rem) !important;
}
.stacked-cards ul li p {
  margin: 0;
}
.stacked-cards ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/lp/bullet.svg") no-repeat center center;
  background-size: contain;
  -webkit-mask: none;
          mask: none;
  top: 0px;
}
@media screen and (min-width: 321px) {
  .stacked-cards ul li::before {
    top: calc(0px + 3 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .stacked-cards ul li::before {
    top: 3px;
  }
}
.stacked-cards .stack {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.stacked-cards .stack.allPinned .card {
  opacity: 0 !important;
}
.stacked-cards .stack.allPinned .card[data-index="0"] {
  opacity: 1 !important;
}
.stacked-cards .stack .card {
  margin-bottom: clamp(32px, 4vh, 48px);
  border-radius: clamp(12px, 2vw, 20px);
  gap: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  will-change: auto;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.stacked-cards .stack .card[data-index="-3"], .stacked-cards .stack .card[data-index="-4"], .stacked-cards .stack .card[data-index="-5"], .stacked-cards .stack .card[data-index="-6"], .stacked-cards .stack .card[data-index="-7"], .stacked-cards .stack .card[data-index="-8"], .stacked-cards .stack .card[data-index="-9"], .stacked-cards .stack .card[data-index="-10"] {
  opacity: 0;
}
.stacked-cards .stack .card:last-child, .stacked-cards .stack .card:last-of-type {
  margin-bottom: 0;
}
.stacked-cards .buttons-row {
  display: flex;
  position: relative;
  gap: 1rem;
  flex-wrap: wrap;
}
.stacked-cards .button {
  display: inline-flex;
  gap: 0.125rem;
  align-items: center;
}
.stacked-cards a.button.tetiary span,
.stacked-cards a.button.tertiary span {
  color: var(--grey_600);
}
.stacked-cards a.button.tetiary:hover span, .stacked-cards a.button.tetiary:focus span,
.stacked-cards a.button.tertiary:hover span,
.stacked-cards a.button.tertiary:focus span {
  color: var(--grey_600);
}
.stacked-cards a.button.tetiary i,
.stacked-cards a.button.tertiary i {
  margin: 0.125rem 0 0 0.25rem;
  color: var(--grey_600);
}
.stacked-cards a.button.tetiary i::before,
.stacked-cards a.button.tertiary i::before {
  color: var(--grey_600);
}
.stacked-cards .text-white h1, .stacked-cards .text-white h2, .stacked-cards .text-white h3, .stacked-cards .text-white h4, .stacked-cards .text-white span, .stacked-cards .text-white b, .stacked-cards .text-white strong, .stacked-cards .text-white li {
  color: #fff;
}
.stacked-cards .text-white li:before {
  filter: invert(1);
}
.stacked-cards .text-white a.button:not(.tetiary, .tertiary) span {
  color: var(--grey_600);
}
.stacked-cards .text-white a.button:not(.tetiary, .tertiary):hover span, .stacked-cards .text-white a.button:not(.tetiary, .tertiary):focus span {
  color: #fff;
}
.stacked-cards .text-white a.button:not(.tetiary, .tertiary) i {
  margin: 0.125rem 0 0 0.25rem;
}
.stacked-cards .text-white a.button.tetiary span,
.stacked-cards .text-white a.button.tertiary span {
  color: var(--white);
}
.stacked-cards .text-white a.button.tetiary:hover span, .stacked-cards .text-white a.button.tetiary:focus span,
.stacked-cards .text-white a.button.tertiary:hover span,
.stacked-cards .text-white a.button.tertiary:focus span {
  color: #fff;
}
.stacked-cards .text-white a.button.tetiary i,
.stacked-cards .text-white a.button.tertiary i {
  margin: 0.125rem 0 0 0.25rem;
  color: var(--white);
}
.stacked-cards .text-white a.button.tetiary i::before,
.stacked-cards .text-white a.button.tertiary i::before {
  color: var(--white);
}

.benefit-card {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 3vw, 20px);
  position: relative;
  border-radius: clamp(24px, 5vw, 32px);
  margin-bottom: 2rem;
}
.benefit-card > img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  border-radius: clamp(24px, 5vw, 32px);
  overflow: hidden;
}
.benefit-card * {
  margin-top: 0;
  margin-bottom: 0;
}
.benefit-card .inner-content {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 3vw, 20px);
  min-height: 37.5rem;
  position: relative;
  padding: clamp(24px, 5vw, 32px);
  overflow: hidden;
  border-radius: clamp(24px, 5vw, 32px);
}
@media (min-width: 1024px) {
  .benefit-card .inner-content {
    min-height: 38rem;
  }
}
.benefit-card .inner-content .action-buttons {
  display: flex;
  flex-direction: column;
  flex: 1 auto;
  justify-content: flex-end;
}
.benefit-card .badge {
  position: absolute;
  display: block;
  top: 0;
  left: clamp(24px, 5vw, 32px);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  color: var(--white);
  letter-spacing: 0.025em;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 600;
}
.benefit-card.type-primary .inner-content {
  background: linear-gradient(135deg, rgb(0, 122, 145) 0%, rgb(0, 122, 145) 20%, rgba(0, 122, 145, 0) 80%);
}
.benefit-card.type-primary .inner-content h2, .benefit-card.type-primary .inner-content h3, .benefit-card.type-primary .inner-content h4, .benefit-card.type-primary .inner-content h5, .benefit-card.type-primary .inner-content p, .benefit-card.type-primary .inner-content span {
  color: var(--white);
  text-wrap: balance;
}
.benefit-card.type-secondary .inner-content {
  background: linear-gradient(135deg, rgb(226, 0, 26) 0%, rgb(226, 0, 26) 20%, rgba(154, 12, 29, 0) 80%);
}
.benefit-card.type-secondary .inner-content h2, .benefit-card.type-secondary .inner-content h3, .benefit-card.type-secondary .inner-content h4, .benefit-card.type-secondary .inner-content h5, .benefit-card.type-secondary .inner-content p, .benefit-card.type-secondary .inner-content span {
  color: var(--white);
  text-wrap: balance;
}
.benefit-card.type-dark .inner-content {
  background: linear-gradient(135deg, rgb(10, 10, 10) 0%, rgb(10, 10, 10) 20%, rgba(10, 10, 10, 0) 80%);
}
.benefit-card.type-dark .inner-content h2, .benefit-card.type-dark .inner-content h3, .benefit-card.type-dark .inner-content h4, .benefit-card.type-dark .inner-content h5, .benefit-card.type-dark .inner-content p, .benefit-card.type-dark .inner-content span {
  color: var(--white);
  text-wrap: balance;
}
.benefit-card.type-light .inner-content {
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 80%);
}
.benefit-card.type-light .inner-content h2, .benefit-card.type-light .inner-content h3, .benefit-card.type-light .inner-content h4, .benefit-card.type-light .inner-content h5, .benefit-card.type-light .inner-content p, .benefit-card.type-light .inner-content span {
  color: var(--grey_600);
  text-wrap: balance;
}

.benefit-cards-carousel .swiper {
  overflow: visible;
}
.benefit-cards-carousel .swiper .swiper-slide {
  overflow: visible;
  padding-right: 1.5rem;
}
.benefit-cards-carousel.carousel--disabled .carousel-navigation-buttons {
  display: none;
}
@media (min-width: 1024px) {
  .benefit-cards-carousel.carousel--disabled .swiper-wrapper {
    justify-content: flex-end;
    transform: none !important;
  }
  .benefit-cards-carousel.carousel--disabled .swiper-slide {
    transform: none !important;
  }
}
.benefit-cards-carousel .carousel-navigation-buttons {
  position: relative;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
@media (min-width: 1024px) {
  .benefit-cards-carousel .carousel-navigation-buttons {
    justify-content: flex-start;
  }
}
.benefit-cards-carousel .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
  gap: 1.25rem;
}
.benefit-cards-carousel .content-wrapper * {
  margin: 0;
}
@media (min-width: 1024px) {
  .benefit-cards-carousel .content-wrapper {
    padding-right: 4rem;
    margin-bottom: 0;
  }
}
.benefit-cards-carousel .content-wrapper h2, .benefit-cards-carousel .content-wrapper h3, .benefit-cards-carousel .content-wrapper h4, .benefit-cards-carousel .content-wrapper h5, .benefit-cards-carousel .content-wrapper p, .benefit-cards-carousel .content-wrapper span {
  text-wrap: balance;
}
.benefit-cards-carousel .content-wrapper p {
  --font-scale-factor: 1;
  font-size: calc(18px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
  .benefit-cards-carousel .content-wrapper p {
    font-size: calc(18px + 10 * (100vw - 321px) / 1079 * var(--font-scale-factor));
  }
}
@media screen and (min-width: 1400px) {
  .benefit-cards-carousel .content-wrapper p {
    font-size: calc(28px * var(--font-scale-factor));
  }
}
.benefit-cards-carousel .content-wrapper .link {
  color: var(--secondary_300);
  text-transform: none;
  --font-scale-factor: 1;
  font-size: calc(18px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
  .benefit-cards-carousel .content-wrapper .link {
    font-size: calc(18px + 2 * (100vw - 321px) / 1079 * var(--font-scale-factor));
  }
}
@media screen and (min-width: 1400px) {
  .benefit-cards-carousel .content-wrapper .link {
    font-size: calc(20px * var(--font-scale-factor));
  }
}
.benefit-cards-carousel .content-wrapper .link {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 600;
}
.benefit-cards-carousel .content-wrapper .link span {
  color: var(--secondary_300);
  text-transform: none;
  --font-scale-factor: 1;
  font-size: calc(18px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
  .benefit-cards-carousel .content-wrapper .link span {
    font-size: calc(18px + 2 * (100vw - 321px) / 1079 * var(--font-scale-factor));
  }
}
@media screen and (min-width: 1400px) {
  .benefit-cards-carousel .content-wrapper .link span {
    font-size: calc(20px * var(--font-scale-factor));
  }
}
.benefit-cards-carousel .content-wrapper .link span {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 600;
}

.quote-section {
  padding: 48px 32px;
}
@media (min-width: 1024px) {
  .quote-section {
    padding: 96px 32px;
  }
}
.quote-section__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}
.quote-section.bg-grey {
  background-color: var(--charcoal);
}
.quote-section.bg-grey .quote-section__text, .quote-section.bg-grey .quote-section__person {
  color: var(--white);
}
.quote-section.bg-grey .quote-section__mark::after,
.quote-section.bg-grey .quote-section__mark::before {
  color: var(--white);
}
.quote-section.bg-blue {
  background-color: var(--primary_500);
}
.quote-section.bg-blue .quote-section__text, .quote-section.bg-blue .quote-section__person {
  color: var(--white);
}
.quote-section.bg-blue .quote-section__mark::after,
.quote-section.bg-blue .quote-section__mark::before {
  color: var(--white);
}
.quote-section.bg-light_blue {
  background-color: var(--primary_300);
}
.quote-section.bg-light_blue .quote-section__text, .quote-section.bg-light_blue .quote-section__person {
  color: var(--grey_600);
}
.quote-section.bg-light_blue .quote-section__mark::after,
.quote-section.bg-light_blue .quote-section__mark::before {
  color: var(--grey_600);
}
.quote-section.bg-navy_blue {
  background-color: var(--primary_800);
}
.quote-section.bg-navy_blue .quote-section__text, .quote-section.bg-navy_blue .quote-section__person {
  color: var(--white);
}
.quote-section.bg-navy_blue .quote-section__mark::after,
.quote-section.bg-navy_blue .quote-section__mark::before {
  color: var(--white);
}
.quote-section.bg-primary_t10 {
  background-color: #244858;
}
.quote-section.bg-primary_t10 .quote-section__text, .quote-section.bg-primary_t10 .quote-section__person {
  color: var(--white);
}
.quote-section.bg-primary_t10 .quote-section__mark::after,
.quote-section.bg-primary_t10 .quote-section__mark::before {
  color: var(--white);
}
.quote-section.bg-brand_gradient {
  background: linear-gradient(180deg, #006375 0%, #002d36 100%);
}
.quote-section.bg-brand_gradient .quote-section__text, .quote-section.bg-brand_gradient .quote-section__person {
  color: var(--white);
}
.quote-section.bg-brand_gradient .quote-section__mark::after,
.quote-section.bg-brand_gradient .quote-section__mark::before {
  color: var(--white);
}
.quote-section__text {
  font-size: 32px;
}
@media (min-width: 1024px) {
  .quote-section__text {
    font-size: 48px;
  }
}
.quote-section__text p {
  margin-bottom: 0;
  font-size: 32px;
  text-align: center;
}
@media (min-width: 1024px) {
  .quote-section__text p {
    font-size: 48px;
  }
}
.quote-section .quote-section__mark {
  display: inline;
}
.quote-section .quote-section__mark::before, .quote-section .quote-section__mark::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 1;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../icons/quote.svg");
          mask-image: url("../icons/quote.svg");
  vertical-align: text-top;
}
.quote-section .quote-section__mark::before {
  margin-right: 8px;
}
.quote-section .quote-section__mark::after {
  margin-left: 8px;
}
.quote-section .quote-section__mark > p {
  display: inline !important;
  margin: 0 !important;
}
.quote-section__person {
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 1024px) {
  .quote-section__person {
    font-size: 20px;
  }
}
.quote-section .image-wrapper {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
}
.quote-section .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-step-info h2 {
  text-align: center;
}
.section-step-info .sub-title,
.section-step-info .sub-title p {
  font-weight: 500;
  font-size: clamp(16px, 2.5vw, 24px);
  line-height: clamp(24px, 3.5vw, 32px);
  letter-spacing: 0;
  text-align: center;
  margin: 0;
}

.step-info-cards {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.edit-mode .step-info-cards {
  overflow: visible;
}
.edit-mode .step-info-cards .info-card {
  overflow: visible;
  flex-wrap: wrap;
}
.edit-mode .step-info-cards .info-card > .mgnlEditorBar,
.edit-mode .step-info-cards .info-card > .mgnlEditor,
.edit-mode .step-info-cards .info-card > [class*=mgnlEditor] {
  flex: 0 0 100%;
  width: 100%;
  order: -1;
  margin-bottom: 0.5rem;
}
.step-info-cards .info-card {
  border: 1px solid var(--grey_100);
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: clamp(24px, 2vw, 32px);
}
.step-info-cards .info-card.with-shadow {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
.step-info-cards .info-card .counter {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  border-radius: 50%;
  background-color: var(--primary_120);
  color: var(--primary_500);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  flex-shrink: 0;
}
.step-info-cards .info-card .inner-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1 auto;
}
.step-info-cards .info-card .inner-content .entry-title {
  display: block;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: clamp(18px, 3vw, 32px);
  line-height: clamp(26px, 4vw, 40px);
  letter-spacing: 0;
  color: var(--grey_600);
}
.step-info-cards .info-card .inner-content p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(24px, 3vw, 28px);
  letter-spacing: 0;
  color: var(--grey_600);
}
.step-info-cards .info-card .inner-content .action-buttons {
  position: relative;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  justify-content: flex-start;
}
@media (min-width: 640px) {
  .step-info-cards .info-card .inner-content .action-buttons {
    justify-content: flex-end;
  }
}
.step-info-cards .info-card .inner-content .action-buttons a.link {
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(24px, 3vw, 28px);
  letter-spacing: 0;
  text-transform: none;
  color: var(--secondary_300);
  padding-right: 0.25rem;
}
.step-info-cards .info-card .inner-content .action-buttons a.link::after {
  width: 0.625rem;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(24px, 3vw, 28px);
  height: clamp(24px, 3vw, 28px);
}

.testimonials-section {
  padding: 48px 0;
}
@media (min-width: 1024px) {
  .testimonials-section {
    padding: 96px 0;
  }
}
.testimonials-section__title {
  color: var(--grey_600);
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .testimonials-section__title {
    margin-bottom: 64px;
  }
}
.testimonials-section .row {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}
.testimonials-section .testimonials-swiper {
  overflow: hidden;
  margin-bottom: 40px;
}
.testimonials-section .testimonials-swiper-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonials-section .testimonials-swiper-navigation__pagination {
  width: auto;
}
.testimonials-section .testimonials-swiper-navigation__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 4px;
  background-color: var(--grey_300);
  border-radius: 0;
  margin: 0 1px;
}
.testimonials-section .testimonials-swiper-navigation__pagination .swiper-pagination-bullet-active {
  width: 24px;
  background-color: var(--primary_500);
}
.testimonials-section .testimonials-swiper-navigation__buttons {
  display: flex;
  gap: 8px;
  align-items: center;
}
.testimonials-section .testimonial-card {
  border-radius: 16px;
  border: 1px solid var(--grey_300);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  min-height: 224px;
  height: 100%;
}
.testimonials-section .testimonial-card__icon {
  width: 30px;
  height: 24px;
}
.testimonials-section .testimonial-card__icon::after {
  content: "";
  display: inline-block;
  color: var(--grey_600);
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../icons/quote.svg");
          mask-image: url("../icons/quote.svg");
}
.testimonials-section .testimonial-card .testimonial-text {
  color: var(--grey_600);
  margin-bottom: 0;
}
.testimonials-section .testimonial-card .author-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}
.testimonials-section .testimonial-card .author-name {
  font-weight: 700;
  font-size: calc(14 / 16)rem;
}
.testimonials-section .testimonial-card .avatar {
  min-width: 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-section .testimonial-card .avatar picture {
  width: 100%;
  height: 100%;
  display: block;
}
.testimonials-section .testimonial-card .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-section .carousel-button {
  height: 32px;
  width: 32px;
  display: block;
  cursor: pointer;
}
.testimonials-section .carousel-button svg {
  transform: scale(0.7272727273);
}
.testimonials-section .carousel-button svg path:nth-child(1) {
  fill: var(--grey_100);
}
.testimonials-section .carousel-button svg path:nth-child(2) {
  fill: var(--grey_400);
}
.testimonials-section .carousel-button:hover svg path:nth-child(2) {
  fill: var(--grey_600);
}

.site-header {
  background: var(--white);
  position: relative;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .site-header {
    padding: 1rem 2rem;
  }
}
.site-header .button {
  min-width: 100px;
}
@media (min-width: 1200px) {
  .site-header .button {
    min-width: 140px;
  }
}
.site-header .button.primary {
  border: 1px solid var(--grey_600);
}
.site-header .btn-small {
  padding: 0.5rem;
  color: var(--white);
  background-color: var(--primary);
  border: 0.0625rem solid var(--primary);
  border-radius: 2.75rem;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.2;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .site-header .btn-small {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
}
.site-header .btn-small:hover {
  background-color: var(--white);
  color: var(--primary);
}
.site-header .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .brand__logo {
  display: inline-block;
}
.site-header .top-actions {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  align-items: center;
}
.site-header .top-actions .align-center-middle {
  display: flex;
  gap: 0.5rem;
}
.site-header .top-actions a.is-current.accent {
  color: var(--white) !important;
}
.site-header .top-actions a.is-current.accent:hover {
  color: var(--primary) !important;
}
.site-header a {
  color: var(--grey_600);
}
.site-header a:hover {
  text-decoration: none;
  color: var(--primary);
}
.site-header a[href=""] {
  pointer-events: none;
}
.site-header .nav.is-current:not(.accent),
.site-header .mnav__list.is-current:not(.accent) {
  color: var(--primary) !important;
}
.site-header .hamburger {
  position: relative;
  width: 1.375rem;
  height: 1.375rem;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 999;
}
.site-header .hamburger span {
  display: block;
  height: 0.125rem;
  width: 1.125rem;
  margin: 5px auto 0;
  background-color: var(--grey_600);
  opacity: 1;
  pointer-events: none;
  position: relative;
  transform: translate3d(0, 0, 0) rotate(0);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.65, 1.27);
}
.site-header .hamburger.is-active span:nth-child(1) {
  top: 0.5rem;
  transform: rotate(45deg);
}
.site-header .hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.site-header .hamburger.is-active span:nth-child(3) {
  top: -0.375rem;
  transform: rotate(-45deg);
}
.site-header .hamburger::after {
  display: none;
}
@media (min-width: 1024px) {
  .site-header .hamburger,
  .site-header .mnav-drawer {
    display: none;
  }
  .site-header .mnav__icons {
    display: none;
  }
}
.site-header .nav__item[aria-expanded=true] > .nav__link {
  color: var(--primary);
}
.site-header .nav__item .mnav-panel {
  display: none;
}
@media (max-width: 1023px) {
  .site-header .nav__item[aria-expanded=true] .mnav-panel {
    display: block;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 3.625rem;
  }
}

#mnavRoot {
  height: 100%;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand__logo {
  display: inline-block;
}

.top-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  align-items: center;
}

a:hover {
  text-decoration: none;
}

.no-scroll {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .hamburger {
    display: inline-grid !important;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .site-header .mnav__icons {
    display: none;
  }
}
.site-header .mnav-root {
  padding: 1rem;
}
.site-header .mnav-drawer {
  position: fixed;
  padding: 1rem;
  inset: 0;
  background: rgba(12, 26, 42, 0.32);
  backdrop-filter: saturate(120%) blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 100;
}
.site-header .mnav-drawer[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.site-header .mnav {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;
  max-width: none;
  background: var(--white);
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  z-index: 101;
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom);
}
.site-header .mnav .mega {
  display: none !important;
}
.site-header .mnav-root {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
}
.site-header .mnav__login {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.site-header .mnav__login .button {
  width: -moz-fit-content;
  width: fit-content;
}
.site-header .mnav__login .button.secondary {
  color: var(--primary);
  border: none;
}
.site-header .mnav-drawer[aria-hidden=false] .mnav {
  transform: translateX(0);
}
.site-header .mnav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
}
.site-header .mnav__close {
  width: 2.5rem;
  height: 2.5rem;
  background: var(--white);
  font-size: 1.375rem;
}
.site-header .mnav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.site-header .mnav__list .nav__item {
  position: relative;
  display: flex;
  align-items: center;
}
.site-header .mnav__list .nav__link {
  display: block;
  padding: 1.125rem 1rem 1.125rem 0;
  font-size: 2rem;
  font-weight: 700;
  color: var(--grey_600);
}
.site-header .mnav__list .nav__link:hover {
  color: var(--primary);
}
.site-header .mnav__list .mnav__arrow {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.site-header .mnav__list .mnav__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.875rem;
  height: 0.875rem;
  border-right: 0.125rem solid var(--grey_600);
  border-bottom: 0.125rem solid var(--grey_600);
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
  opacity: 0.9;
}
.site-header .mnav__list .nav__item[aria-expanded=true] {
  padding-left: 2.125rem;
  position: static;
  left: auto;
  width: auto;
  z-index: auto;
}
.site-header .mnav__list .nav__item[aria-expanded=true] > .mnav__arrow {
  left: 0;
  right: auto;
}
.site-header .mnav__list .nav__item[aria-expanded=true] > .mnav__arrow::before {
  transform: rotate(135deg);
}
.site-header .mnav-panel {
  position: absolute;
  inset: 0;
  background: var(--white);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  z-index: 102;
}
.site-header .mnav-panel[aria-hidden=false] {
  transform: translateX(0);
}
.site-header .mnav-panel .mnav__header {
  position: sticky;
  top: 0;
  background: var(--white);
  z-index: 1;
}
.site-header .mnav-panel .mnav-panel__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--grey_600);
}
.site-header .mnav-panel .mnav-panel__back {
  width: 2.5rem;
  height: 1.375rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.site-header .mnav-panel .mnav-panel__back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.375rem;
  width: 0.875rem;
  height: 0.875rem;
  border-left: 0.125rem solid var(--grey_600);
  border-bottom: 0.125rem solid var(--grey_600);
  transform: translateY(-50%) rotate(45deg);
}
.site-header .mnav-panel .mnav__body {
  position: relative;
  padding: 0 1rem;
  overflow: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--white);
  width: 100%;
  min-width: 100%;
  -webkit-overflow-scrolling: touch;
}
.site-header .mnav-panel .mnav__body .mnav__body {
  padding: 0;
}
.site-header .mnav__body {
  overflow-y: auto;
}
.site-header .mnav-sections {
  display: flex;
  flex-direction: column;
  overflow-x: scroll;
  height: 90%;
}
.site-header .mnav-section {
  padding: 1rem 0;
}
.site-header .mnav-section h5 {
  margin: 0 0 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.125rem;
}
.site-header .mnav-section h5 a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--grey_600);
}
.site-header .mnav-section h5 .mnav__arrow {
  position: relative;
  width: 1.25rem;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.site-header .mnav-section h5 .mnav__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.5625rem;
  height: 0.5625rem;
  border-right: 0.125rem solid var(--grey_600);
  border-bottom: 0.125rem solid var(--grey_600);
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
  opacity: 0.9;
}
.site-header .mnav-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  will-change: max-height;
}
.site-header .mnav-section ul li a {
  font-size: 1.125rem;
  color: var(--grey_600);
  font-weight: 400;
  display: block;
  padding: 0.375rem 0;
}
.site-header .mnav-section ul li a:hover {
  color: var(--primary);
}
.site-header .mnav-section.is-open h5 .mnav__arrow::before {
  transform: rotate(45deg);
}
.site-header .mnav__icons {
  display: flex;
  justify-content: flex-start;
  margin-top: 2.8125rem;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .site-header .mnav__icons {
    margin-top: 0;
    gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .site-header .mnav__icons {
    gap: 1rem;
  }
}
.site-header .mnav__icon {
  position: relative;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border: 0.0625rem solid var(--grey_100);
  border-radius: 2.5rem;
  background-color: var(--grey_100);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
@media (min-width: 1024px) {
  .site-header .mnav__icon {
    border: transparent;
    background-color: transparent;
  }
}
.site-header .mnav__icon:hover {
  border: 0.0625rem solid var(--grey_100);
  background-color: var(--grey_100);
}
.site-header .mnav__icon:hover .mnav__icon-text {
  color: var(--primary);
}
.site-header .mnav__icon .mnav__icon-text {
  position: absolute;
  bottom: -1.5rem;
  font-size: 0.875rem;
  color: var(--grey_666);
}
.site-header .mnav__icon img {
  width: 1.25rem;
  height: 1.25rem;
}

.mnav-panel .mnav-section > ul:empty, .mnav-panel .mnav-section:has(> ul:empty) .mnav__arrow {
  display: none !important;
}
.mnav-panel .mnav-section:has(> ul:empty) h5 {
  cursor: default;
}
.mnav-panel .mnav-section:has(> ul:empty) h5 > a {
  padding-right: 0;
}
.mnav-panel .mnav-section:has(> ul:empty) h5 > a::after {
  content: none;
}

.site-header .mnav__list .nav__link,
.site-header .mnav-panel .mnav-section h5 > a {
  color: var(--grey_600);
}
.site-header .mnav__list .nav__link:hover,
.site-header .mnav-panel .mnav-section h5 > a:hover {
  color: var(--primary);
}
.site-header .mnav__arrow,
.site-header .mnav-panel__back,
.site-header .mnav-group__head,
.site-header .mnav-group__chev {
  color: var(--grey_600);
}
.site-header .mnav__list .nav__link:visited,
.site-header .mnav-panel .mnav-section h5 > a:visited {
  color: var(--grey_600);
}

.mnav-group__panel[hidden] {
  display: none;
}

.mnav-group__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border: 0;
  cursor: pointer;
  font-size: 1.75rem;
  font-weight: 700;
}
.mnav-group__head[aria-expanded=true] .mnav-group__chev::after {
  transform: rotate(45deg);
  top: 0.6875rem;
  right: 0.8125rem;
}
.mnav-group__head:hover {
  color: var(--primary);
}

.mnav-group__chev {
  position: relative;
  transition: transform 0.2s ease;
  background-color: var(--grey_100);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.mnav-group__chev::after {
  content: "";
  position: absolute;
  top: 0.875rem;
  right: 0.9375rem;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 0.125rem solid var(--grey_600);
  border-bottom: 0.125rem solid var(--grey_600);
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
}

.nav {
  display: flex;
  gap: 1.5rem;
  position: static;
}
.nav .nav__item {
  position: relative;
  color: var(--grey_600);
}
.nav .nav__item.has-mega {
  position: static;
  padding: 1.5rem 0;
}
.nav .nav__item > .nav__link {
  border-bottom: 0.125rem solid transparent;
  font-weight: 700;
  color: var(--grey_600);
  position: relative;
  font-size: 1.25rem;
}
@media (min-width: 1200px) {
  .nav .nav__item > .nav__link {
    font-size: 1.5rem;
  }
}
.nav .nav__item:hover > .nav__link {
  color: var(--primary);
}
.nav .nav__item[aria-expanded=true] > .mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.mega {
  position: absolute;
  left: 50%;
  top: 80%;
  width: 100vw;
  transform: translate(-50%, 0.5rem);
  background: rgba(255, 255, 255, 0.94);
  padding: 4.5rem 2rem 2.5rem;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform-origin: top;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s;
}
.mega .mega__inner {
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 4.5%;
}
.mega .mega__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0.75rem 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--grey_600);
  position: relative;
  padding-right: 0.75rem;
}
.mega .mega__title .nav__link {
  position: relative;
}
.mega .mega__title .nav__link::after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 0.25rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateX(0) rotate(45deg);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  opacity: 0.7;
}
.mega .mega__title .nav__link:hover::after, .mega .mega__title .nav__link:focus-within::after {
  transform: translateX(4px) rotate(45deg);
  opacity: 1;
  right: -4px;
  color: var(--primary);
}
.mega .mega__list,
.mega .mega__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega .mega__col ul li {
  line-height: 1.2;
}
.mega .mega__col ul li::before {
  display: none;
}
.mega .mega__list a {
  display: inline-block;
  font-size: 1.125rem;
  color: var(--grey_600);
  text-decoration: none;
  font-weight: 400;
  padding-bottom: 0.25rem;
}
.mega .mega__list a:hover, .mega .mega__list a:focus-within {
  color: var(--primary);
}
.mega .mega__tabs {
  display: flex;
  gap: 1.5rem;
  padding: 0 0 1rem;
}
.mega .mega-tab {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 700;
  font-size: 1.375rem;
  color: var(--grey_666);
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0 0.5rem 0.375rem 0;
  margin-right: 0.5rem;
  border-bottom: 0.125rem solid transparent;
}
.mega .mega-tab::after {
  content: "";
  position: absolute;
  right: -0.375rem;
  top: 0.4375rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid var(--grey_666);
  border-right: 2px solid var(--grey_666);
  transform: translateX(0) rotate(45deg);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  opacity: 0.7;
}
.mega .mega-tab.is-active, .mega .mega-tab:hover {
  color: var(--primary);
}
.mega .mega-tab.is-active::after, .mega .mega-tab:hover::after {
  transform: translateY(-2px) translateX(4px) rotate(135deg);
  opacity: 1;
  right: -4px;
  border-color: var(--primary);
}
.mega .mega__cols {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mega .mega__panel[aria-hidden=true] {
  display: none;
}
.mega .mega__panel[aria-hidden=false] {
  display: block;
}

.site-header .nav__item-with-tabs .mega__inner {
  flex-direction: column;
}
.site-header .nav__item-with-tabs .mega__cols {
  flex-direction: row;
  gap: 4.5%;
}

.download-btn-sticky {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 9999;
  width: auto;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1.5rem;
  box-shadow: 0 10px 1.875rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 12px;
  transition: box-shadow 0.2s ease, background 0.2s ease;
  text-align: center;
}
.download-btn-sticky img {
  width: 8rem;
  height: 8rem;
  display: block;
  border-radius: 0.375rem;
  padding-bottom: 0.5rem;
}
.download-btn-sticky-btn {
  display: block;
  margin: 0;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
.download-btn-sticky__qr {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 280ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.download-btn-sticky__qr-inner {
  overflow: hidden;
}
.download-btn-sticky .download-btn {
  transform-origin: 50% 20%;
  transform: translateY(0) scale(1);
  opacity: 1;
  transition: transform 280ms cubic-bezier(0.2, 0.7, 0.2, 1), opacity 200ms ease;
  will-change: transform, opacity;
}
.download-btn-sticky.is-collapsed {
  padding: 12px;
}
.download-btn-sticky.is-collapsed .download-btn-sticky__qr {
  grid-template-rows: 0fr;
}
.download-btn-sticky.is-collapsed .download-btn {
  opacity: 0;
  transform: translateY(-6px) scale(0.96);
  pointer-events: none;
  height: 0;
  padding: 0;
}
.download-btn-sticky.is-collapsed .download-btn-sticky-btn {
  margin-top: 0;
}
@media (hover: hover) {
  .download-btn-sticky.is-collapsed:hover .download-btn-sticky__qr {
    grid-template-rows: 1fr;
  }
  .download-btn-sticky.is-collapsed:hover .download-btn {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    height: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .download-btn-sticky,
  .download-btn-sticky * {
    transition: none !important;
  }
}

@media (max-width: 1023px) {
  .type-lp header.site-header {
    padding: 0.625rem 1rem;
  }
}
.type-lp header.site-header .brand__logo img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 2.5rem;
  width: 7.75rem;
}
@media (min-width: 1024px) {
  .type-lp header.site-header .brand__logo img {
    height: 3rem;
    width: 8.75rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  font-size: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  line-height: normal;
  letter-spacing: 0;
  color: #383838;
  min-height: 100%;
  font-kerning: none;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 300;
}
body.theme-dark {
  background-color: #311266;
}
@media (max-width: 1023px) {
  body.menu-open {
    overflow: hidden;
    max-height: calc(var(--vh, 1vh) * 100);
  }
}
body.info-page {
  color: inherit;
}
body.cookies-popup-active {
  overflow: hidden;
  max-height: calc(var(--vh, 1vh) * 100);
}
body.body-blur::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10000001;
}
body.edit-mode [data-view] {
  opacity: 1 !important;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  color: var(--grey_600);
}

.skip-link:focus {
  left: 0;
  z-index: 1000;
  background: #fff;
  padding: 8px 12px;
}

.theme-grey {
  background-color: #f5f5f5;
}

.button-aion {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.9;
  border-radius: calc(4 / 16)rem;
  padding: calc(15 / 16)rem;
  background-color: #ffe375;
  color: #383838;
  text-transform: uppercase;
  width: 100%;
  max-width: calc(385 / 16)rem;
  height: calc(60 / 16)rem;
  transition: all 0.25s ease;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
}
.button-aion:hover, .button-aion:focus {
  text-decoration: none;
  color: #383838;
  background-color: rgb(255, 221.8260869565, 91.5);
}
.button-aion.small-btn {
  height: auto;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.5rem;
  vertical-align: middle;
  width: auto;
}
@media (min-width: 640px) {
  .button-aion.small-btn {
    font-size: 0.875rem;
  }
}
.button-aion.green {
  background: #71bf87;
  color: #fff;
}
.button-aion.green:hover, .button-aion.green:focus {
  color: #fff;
  background-color: rgb(95.4223300971, 183.0776699029, 120.145631068);
}
.button-aion.indigo {
  background: #311266;
  color: #fff;
}
.button-aion.indigo:hover, .button-aion.indigo:focus {
  color: #fff;
  background-color: rgb(38.5875, 14.175, 80.325);
}

.arrow-link {
  color: #311266;
}
.arrow-link:after {
  content: "\ea51";
  display: inline-block;
  position: absolute;
  font-size: calc(15 / 16)rem;
  color: #311266;
  background: none;
  font-family: "iconfont", serif;
  vertical-align: middle;
  margin: calc(2 / 16)rem 0 0 calc(15 / 16)rem;
  transition: transform 0.3s ease-out;
}
.arrow-link:hover, .arrow-link:focus {
  color: #311266;
  text-decoration: none;
}
.arrow-link:hover:after, .arrow-link:focus:after {
  transform: translateX(4px);
}
.arrow-link.back {
  padding-left: calc(40 / 16)rem;
  position: relative;
}
.arrow-link.back:after {
  content: "";
  display: none;
  position: absolute;
}
.arrow-link.back:before {
  content: "\ea50";
  display: inline-block;
  position: absolute;
  font-size: calc(27 / 16)rem;
  line-height: calc(17 / 16)rem;
  left: 0;
  color: #311266;
  background: none;
  font-family: "iconfont", serif;
  vertical-align: middle;
  transition: transform 0.3s ease-out;
}
.arrow-link.back:hover:before, .arrow-link.back:focus:before {
  transform: translateX(-4px);
}

.time-indicator {
  font-size: calc(10 / 16)rem;
  line-height: 1.5;
  font-weight: 300;
  color: #383838;
  padding: calc(5 / 16)rem calc(15 / 16)rem;
  border-radius: calc(20 / 16)rem;
  background-color: #f2f2f2;
  display: inline-block;
  vertical-align: top;
}

.tags {
  font-size: calc(10 / 16)rem;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tags__item {
  display: flex;
  justify-content: center;
  height: calc(19 / 16)rem;
  padding: calc(3 / 16)rem calc(7 / 16)rem calc(1 / 16)rem;
  background-color: #311266;
  line-height: 1.5;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 300;
  border-radius: calc(19 / 16)rem;
  margin: 0 calc(10 / 16)rem calc(5 / 16)rem 0;
}

.story-navigation {
  padding-bottom: calc(20 / 16)rem;
  margin: 0;
}
.story-navigation ul {
  display: block;
  color: #311266;
  font-size: calc(16 / 16)rem;
}
.story-navigation ul li {
  display: inline-block;
  position: relative;
  padding-left: calc(22 / 16)rem;
  margin-left: calc(12 / 16)rem;
}
.story-navigation ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.story-navigation ul li a {
  color: #311266;
  text-decoration: none;
}
.story-navigation ul li a:hover {
  text-decoration: underline;
}
.story-navigation ul li:before {
  content: "\ea15";
  display: inline-block;
  position: absolute;
  font-size: calc(25 / 16)rem;
  line-height: calc(17 / 16)rem;
  top: 0;
  left: calc(-10 / 16)rem;
  color: #311266;
  background: none;
  font-family: "iconfont", serif;
  vertical-align: middle;
}
.story-navigation ul li:first-child:before {
  display: none;
}
.story-navigation ul li .arrow-link.back {
  padding-left: 0;
}
.story-navigation ul li .arrow-link.back:before {
  display: none;
}

.tooltip-base {
  position: relative;
  cursor: pointer;
}
.tooltip-base .tooltip-text {
  display: none;
  width: calc(350 / 16)rem;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: calc(5 / 16)rem calc(5 / 16)rem calc(11 / 16)rem 0 rgba(56, 56, 56, 0.15);
  padding: calc(10 / 16)rem;
  position: absolute;
  z-index: 3;
  right: calc(-8 / 16)rem;
  bottom: calc(48 / 16)rem;
  font-size: calc(10 / 16)rem;
  line-height: 1.2;
  max-width: calc(280 / 16)rem;
  text-align: left;
}
.tooltip-base .tooltip-text-inner {
  position: relative;
  z-index: 3;
}
.tooltip-base .tooltip-text:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(20 / 16)rem;
  height: calc(20 / 16)rem;
  background: #fff;
  transform: rotate(45deg);
  bottom: calc(-8 / 16)rem;
  right: calc(16 / 16)rem;
  box-shadow: calc(5 / 16)rem calc(5 / 16)rem calc(11 / 16)rem 0 rgba(56, 56, 56, 0.15);
  z-index: 1;
}
.tooltip-base .tooltip-text:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background: #fff;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 2;
}
.tooltip-base.show .tooltip-text, .tooltip-base:hover .tooltip-text {
  display: block;
}

.theme-brand-dark {
  background-color: var(--primary_800);
  color: var(--white);
}

.theme-brand-dark-arrows {
  background-color: var(--primary_800);
  color: var(--white);
}

.theme-white {
  background-color: var(--white);
  color: var(--grey_600);
}

.theme-graphite {
  background-color: var(--grey_600);
  color: var(--white);
}

.theme-brand-primary {
  background-color: var(--primary_500);
  color: var(--white);
}

.theme-brand-primary-arrows {
  background-color: var(--primary_500);
  color: var(--white);
}

.theme-brand-primary-300 {
  background-color: var(--primary_300);
  color: var(--primary_800);
}

.theme-brand-primary-100 {
  background-color: var(--primary_100);
  color: var(--primary_800);
}

.theme-charcoal {
  background-color: var(--charcoal);
  color: var(--white);
}

.theme-brand-gradient {
  background: linear-gradient(180deg, var(--primary_600) 0%, var(--primary_800) 100%);
  color: var(--white);
}

.theme-red-gradient {
  background: linear-gradient(125deg, rgb(226, 0, 26) 0%, #b50015 70%, #66000c 95%);
  color: var(--white);
}

.theme-burgundy {
  background-color: var(--secondary_500);
  color: var(--white);
}
.theme-burgundy h2 {
  color: var(--white);
}
.theme-burgundy .richtext ul li::before {
  filter: contrast(0);
}

.theme-gray {
  background-color: var(--grey_100);
  color: var(--primary_800);
}
.theme-gray h2, .theme-gray .wysiwyg__title {
  color: var(--primary_800);
}

.theme-white {
  background-color: var(--white);
  color: var(--primary_800);
}
.theme-white h2 {
  color: var(--primary_800);
}

.theme-light-grey {
  background-color: #f3f3f3;
  color: var(--primary_800);
}
.theme-light-grey h2 {
  color: var(--primary_800);
}

.theme-red-600 {
  background-color: #AA0518;
  color: var(--white);
}
.theme-red-600 h2 {
  color: var(--white);
}

section.no-pb img {
  border-top-left-radius: clamp(24px, 3vw, 32px);
  border-top-right-radius: clamp(24px, 3vw, 32px);
}

html {
  scroll-behavior: smooth;
}

main {
  position: relative;
  max-width: 100%;
}

article {
  position: relative;
  display: block;
  color: #311266;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 400;
}
article .small {
  display: block;
  font-size: 0.75rem;
  line-height: 1.25;
  opacity: 0.5;
}

section {
  position: relative;
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
section[data-top=large] {
  padding-top: 48px;
}
@media screen and (min-width: 321px) {
  section[data-top=large] {
    padding-top: calc(48px + 48 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  section[data-top=large] {
    padding-top: 96px;
  }
}
section[data-bottom=large] {
  padding-bottom: 48px;
}
@media screen and (min-width: 321px) {
  section[data-bottom=large] {
    padding-bottom: calc(48px + 48 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  section[data-bottom=large] {
    padding-bottom: 96px;
  }
}
section[data-top=medium] {
  padding-top: 32px;
}
@media screen and (min-width: 321px) {
  section[data-top=medium] {
    padding-top: calc(32px + 32 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  section[data-top=medium] {
    padding-top: 64px;
  }
}
section[data-bottom=medium] {
  padding-bottom: 32px;
}
@media screen and (min-width: 321px) {
  section[data-bottom=medium] {
    padding-bottom: calc(32px + 32 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  section[data-bottom=medium] {
    padding-bottom: 64px;
  }
}
section[data-top=small] {
  padding-top: 16px;
}
@media screen and (min-width: 321px) {
  section[data-top=small] {
    padding-top: calc(16px + 16 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  section[data-top=small] {
    padding-top: 32px;
  }
}
section[data-bottom=small] {
  padding-bottom: 16px;
}
@media screen and (min-width: 321px) {
  section[data-bottom=small] {
    padding-bottom: calc(16px + 16 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  section[data-bottom=small] {
    padding-bottom: 32px;
  }
}

/* ===== Footer (SCSS z Twoimi mixinami) ===== */
.footer__top {
  padding: 3.5rem 1rem;
  border-top: 1px solid var(--grey_200);
}
.footer__top .logo {
  display: inline-flex;
  align-items: left;
  color: inherit;
}
.footer__top .logo img {
  width: clamp(140px, 18vw, 180px);
  height: auto;
  display: block;
}
.footer__top .logo p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--footer-muted);
  white-space: nowrap;
}
.footer__top .footer__copyright {
  font-size: 0.75rem;
}
@media (max-width: 1023px) {
  .footer__top .logo p {
    white-space: normal;
  }
}
@media (max-width: 639px) {
  .footer__top {
    padding: 1.5rem 1rem 1rem;
  }
}
.footer__top > .row {
  gap: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .footer__top > .row {
    gap: 0;
    padding-bottom: 0;
  }
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}
@media (min-width: 768px) {
  .footer__nav {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 639px) {
  .footer__nav {
    grid-template-columns: 1fr;
  }
}
.footer__column {
  gap: 1.625rem;
}
.footer__column h3 {
  margin: 0 0 0.75rem;
  font-family: Unicredit, Silka, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--grey_600);
}
.footer__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__column ul li {
  font-weight: 500;
  font-size: 1.125rem;
}
.footer__column ul li + li {
  margin-top: 1rem;
}
.footer__column a {
  color: var(--footer-text);
  text-decoration: none;
}
.footer__column a:hover, .footer__column a:focus-visible {
  text-decoration: underline;
  color: var(--primary);
}
.footer {
  /* ===== Bottom bar ===== */
}
.footer__bottom {
  background: var(--grey_100);
  border-top: 1px solid var(--grey_200);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 1rem;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.75rem 1.5rem;
  margin: 0;
  padding: 0;
}
.footer__links a {
  color: var(--footer-text);
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
}
.footer__links a:hover, .footer__links a:focus-visible {
  text-decoration: underline;
}
@media (max-width: 639px) {
  .footer__links {
    gap: 0.75rem 1rem;
  }
}
.footer__social {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.footer__social a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.footer__social a:hover {
  transform: translateY(-1px);
}
.footer__social img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.mobile.ios .mobile-apps a.google-play {
  display: none !important;
}
.mobile.android .mobile-apps a.app-store {
  display: none !important;
}

.type-lp section {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.type-lp section .bg-white {
  background-color: #fff !important;
}
@media (min-width: 1024px) {
  .type-lp section .large-4-5 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .type-lp section .large-7-5 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}
.type-lp section .border-radius {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: clamp(24px, 3vw, 32px);
}
.type-lp section .padded {
  padding: 2.25rem;
}
.type-lp section figure {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.type-lp section figure img {
  display: block;
  width: 100%;
  height: auto;
  will-change: transform;
  transition: transform 0.75s ease-in-out;
  transform: scale(1.01) rotate(0deg);
}
.type-lp section figure img.badge {
  position: absolute;
  aspect-ratio: unset;
  width: clamp(140px, 10vw, 180px);
  height: auto;
  display: block;
  transform: none !important;
}
.type-lp section figure img.badge.bottom-right {
  bottom: clamp(16px, 4vw, 24px);
  right: clamp(16px, 4vw, 24px);
}
.type-lp section figure img.badge.bottom-left {
  bottom: clamp(16px, 4vw, 24px);
  left: clamp(16px, 4vw, 24px);
}
.type-lp section figure:hover img {
  transform: scale(1.05) rotate(0deg);
}
.type-lp section.hero-banner .media-container {
  position: absolute;
  height: 100%;
  min-height: 0;
  top: 0;
  left: 0;
}
.type-lp section.hero-banner .inner {
  padding: clamp(32px, 6vw, 96px) clamp(8px, 2vw, 24px);
  position: relative;
}
.type-lp section.hero-banner .content-block h1 {
  font-weight: 800;
  margin-bottom: 0.5em;
  text-wrap: balance;
  --font-scale-factor: 1;
  font-size: calc(40px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
  .type-lp section.hero-banner .content-block h1 {
    font-size: calc(40px + 24 * (100vw - 321px) / 1079 * var(--font-scale-factor));
  }
}
@media screen and (min-width: 1400px) {
  .type-lp section.hero-banner .content-block h1 {
    font-size: calc(64px * var(--font-scale-factor));
  }
}
.type-lp section.hero-banner .content-block .subtitle {
  display: block;
  font-weight: 700;
  text-wrap: balance;
  --font-scale-factor: 1;
  font-size: calc(18px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
  .type-lp section.hero-banner .content-block .subtitle {
    font-size: calc(18px + 14 * (100vw - 321px) / 1079 * var(--font-scale-factor));
  }
}
@media screen and (min-width: 1400px) {
  .type-lp section.hero-banner .content-block .subtitle {
    font-size: calc(32px * var(--font-scale-factor));
  }
}
.type-lp section.benefits {
  padding-top: 56px;
}
@media screen and (min-width: 321px) {
  .type-lp section.benefits {
    padding-top: calc(56px + 40 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .type-lp section.benefits {
    padding-top: 96px;
  }
}
.type-lp section.benefits {
  padding-bottom: 56px;
}
@media screen and (min-width: 321px) {
  .type-lp section.benefits {
    padding-bottom: calc(56px + 40 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .type-lp section.benefits {
    padding-bottom: 96px;
  }
}
.type-lp section.benefits h1, .type-lp section.benefits h2, .type-lp section.benefits h3, .type-lp section.benefits h4, .type-lp section.benefits p, .type-lp section.benefits li, .type-lp section.benefits span {
  text-wrap: balance;
}
.type-lp section.benefits .uppercase {
  text-transform: uppercase;
}
.type-lp section.benefits p, .type-lp section.benefits li, .type-lp section.benefits strong, .type-lp section.benefits .subtitle {
  line-height: 1.5em;
  --font-scale-factor: 1;
  font-size: calc(18px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
  .type-lp section.benefits p, .type-lp section.benefits li, .type-lp section.benefits strong, .type-lp section.benefits .subtitle {
    font-size: calc(18px + 2 * (100vw - 321px) / 1079 * var(--font-scale-factor));
  }
}
@media screen and (min-width: 1400px) {
  .type-lp section.benefits p, .type-lp section.benefits li, .type-lp section.benefits strong, .type-lp section.benefits .subtitle {
    font-size: calc(20px * var(--font-scale-factor));
  }
}
.type-lp section.benefits .inner.padded {
  position: relative;
  display: block;
  padding: 24px !important;
}
@media (min-width: 640px) {
  .type-lp section.benefits .inner.padded {
    padding: 28px !important;
  }
}
@media (min-width: 1024px) {
  .type-lp section.benefits .inner.padded {
    padding: 32px !important;
  }
}
.type-lp section.benefits .content-block {
  position: relative;
}
.type-lp section.benefits .content-block.text-white h1, .type-lp section.benefits .content-block.text-white h2, .type-lp section.benefits .content-block.text-white h3, .type-lp section.benefits .content-block.text-white h4 {
  color: #fff;
}
.type-lp section.benefits .content-block.text-white ul li::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(358deg) brightness(105%) contrast(100%);
}
@media (min-width: 1024px) {
  .type-lp section.benefits .content-block.large-pl {
    padding-left: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .type-lp section.benefits .content-block.large-pr {
    padding-right: 2.5rem;
  }
}
.type-lp section.benefits ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  padding: 0;
  margin: 0 0 2rem;
}
.type-lp section.benefits ul li {
  display: block;
  position: relative;
  padding-left: 2.5rem;
}
.type-lp section.benefits ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/lp/bullet.svg") no-repeat center center;
  background-size: contain;
  top: 0px;
}
@media screen and (min-width: 321px) {
  .type-lp section.benefits ul li::before {
    top: calc(0px + 3 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .type-lp section.benefits ul li::before {
    top: 3px;
  }
}
.type-lp section.steps-layout {
  padding-top: 56px;
}
@media screen and (min-width: 321px) {
  .type-lp section.steps-layout {
    padding-top: calc(56px + 40 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .type-lp section.steps-layout {
    padding-top: 96px;
  }
}
.type-lp section.steps-layout {
  padding-bottom: 56px;
}
@media screen and (min-width: 321px) {
  .type-lp section.steps-layout {
    padding-bottom: calc(56px + 40 * (100vw - 321px) / 1079);
  }
}
@media screen and (min-width: 1400px) {
  .type-lp section.steps-layout {
    padding-bottom: 96px;
  }
}
.type-lp section.steps-layout h1, .type-lp section.steps-layout h2, .type-lp section.steps-layout h3, .type-lp section.steps-layout h4, .type-lp section.steps-layout p, .type-lp section.steps-layout li, .type-lp section.steps-layout span {
  text-wrap: balance;
}
.type-lp section.steps-layout .uppercase {
  text-transform: uppercase;
}
.type-lp section.steps-layout p, .type-lp section.steps-layout li, .type-lp section.steps-layout strong, .type-lp section.steps-layout .subtitle {
  line-height: 1.5em;
  --font-scale-factor: 1;
  font-size: calc(18px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
  .type-lp section.steps-layout p, .type-lp section.steps-layout li, .type-lp section.steps-layout strong, .type-lp section.steps-layout .subtitle {
    font-size: calc(18px + 2 * (100vw - 321px) / 1079 * var(--font-scale-factor));
  }
}
@media screen and (min-width: 1400px) {
  .type-lp section.steps-layout p, .type-lp section.steps-layout li, .type-lp section.steps-layout strong, .type-lp section.steps-layout .subtitle {
    font-size: calc(20px * var(--font-scale-factor));
  }
}
.type-lp section.steps-layout .step-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  margin-bottom: 1rem;
  border: 1px solid var(--grey_300);
}
.type-lp section.steps-layout .step-block .step-number {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  font-size: 3rem;
  font-weight: 700;
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #006375 0%, #002d36 100%);
  border-radius: 50%;
}
.type-lp section.steps-layout .step-block * {
  margin-bottom: 0;
}
.type-lp section#layout-1_2 figcaption, .type-lp section#layout-2_2 figcaption {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2.5rem;
  color: #fff;
}
.type-lp section#layout-1_2 figcaption h1, .type-lp section#layout-1_2 figcaption h2, .type-lp section#layout-1_2 figcaption h3, .type-lp section#layout-1_2 figcaption h4, .type-lp section#layout-1_2 figcaption p, .type-lp section#layout-1_2 figcaption li, .type-lp section#layout-1_2 figcaption span, .type-lp section#layout-2_2 figcaption h1, .type-lp section#layout-2_2 figcaption h2, .type-lp section#layout-2_2 figcaption h3, .type-lp section#layout-2_2 figcaption h4, .type-lp section#layout-2_2 figcaption p, .type-lp section#layout-2_2 figcaption li, .type-lp section#layout-2_2 figcaption span {
  text-wrap: balance;
  color: #fff;
}
.type-lp section#layout-1_2 figcaption h4, .type-lp section#layout-2_2 figcaption h4 {
  margin-bottom: 0.375em;
}
.type-lp section#layout-1_2 figcaption p:last-child, .type-lp section#layout-2_2 figcaption p:last-child {
  margin-bottom: 0;
}
.type-lp section#layout-1_3 .glare {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .type-lp section#layout-1_3 .glare {
    top: -3rem;
    left: -1.75rem;
  }
}
@media (max-width: 639px) {
  .type-lp section#layout-1_3 .glare {
    top: -3rem;
    left: -1.5rem;
  }
}
@media (max-width: 1023px) {
  .type-lp section#layout-1_3 .columns {
    position: relative;
  }
}
.type-lp section#layout-1_3 figure {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .type-lp section#layout-1_3 figure {
    height: 100%;
    width: calc(100% - 1.375rem);
    position: absolute;
  }
  .type-lp section#layout-1_3 figure img:not(.badge) {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
@media (max-width: 1023px) {
  .type-lp section#layout-1_3 figure {
    width: calc(100% + 3.5rem);
    margin: -1.75rem 0 0 -1.75rem;
  }
  .type-lp section#layout-1_3 figure img:not(.badge) {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    min-height: 380px;
  }
}
@media (max-width: 639px) {
  .type-lp section#layout-1_3 figure {
    width: calc(100% + 3rem);
    margin: -1.5rem 0 0 -1.5rem;
  }
}
.type-lp section#layout-1_4 .subtitle {
  font-weight: 700;
}
.type-lp section#layout-1_4 figure {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .type-lp section#layout-1_4 figure {
    height: 100%;
    width: calc(100% - 1.375rem);
    position: absolute;
  }
  .type-lp section#layout-1_4 figure img:not(.badge) {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.type-lp section#layout-1_4 figure .badge {
  transform: none;
}
.type-lp section#layout-1_5 figure {
  display: block;
  width: 90%;
  margin: 0 auto -2rem;
}
.type-lp section#layout-1_5 figure img {
  transform: none;
}
@media (max-width: 1023px) {
  .type-lp section#layout-1_5 figure {
    margin: 0 auto -1.75rem;
  }
}
@media (max-width: 639px) {
  .type-lp section#layout-1_5 figure {
    margin: 0 auto -1.5rem;
  }
}
.type-lp section#layout-1_5 .qr-code-container {
  width: 12.5rem;
  position: relative;
  padding: 0.25rem;
  background: #fff;
}
.type-lp section#layout-1_5 .qr-code-container img {
  display: block;
}
.type-lp section#layout-1_5 .mobile-apps {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 1rem;
}
.type-lp section#layout-1_5 .mobile-apps a {
  display: block;
  height: 2.75rem;
}
.type-lp section#layout-1_5 .mobile-apps a img {
  display: block;
  position: relative;
  width: auto;
  height: 2.75rem;
}
.type-lp section#layout-1_7 figure {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .type-lp section#layout-1_7 figure {
    height: 100%;
    width: calc(100% - 1.375rem);
    position: absolute;
  }
  .type-lp section#layout-1_7 figure img:not(.overlay) {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.type-lp section#layout-1_7 figure .overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.type-lp section#layout-1_7 figure figcaption {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2.5rem;
  color: #fff;
}
.type-lp section#layout-1_7 figure figcaption h1, .type-lp section#layout-1_7 figure figcaption h2, .type-lp section#layout-1_7 figure figcaption h3, .type-lp section#layout-1_7 figure figcaption h4, .type-lp section#layout-1_7 figure figcaption p, .type-lp section#layout-1_7 figure figcaption li, .type-lp section#layout-1_7 figure figcaption span {
  text-wrap: balance;
  color: #fff;
}