.not-found[data-v-1da816f6] {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  background-color: #0b233d;
}
.not-found__container[data-v-1da816f6] {
  position: relative;
  z-index: 1;
  padding-bottom: 6.75rem;
}
@media (min-width: 640px) {
.not-found__container[data-v-1da816f6] {
    padding-bottom: 6.625rem;
}
}
@media (min-width: 1024px) {
.not-found__container[data-v-1da816f6] {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    padding-bottom: 4.625rem;
}
}
.not-found__title[data-v-1da816f6] {
  font-size: 2.125rem;
  line-height: 1.1;
  font-weight: 400;
  color: var(--color-white);
  margin-bottom: 1.625rem;
}
body:not(.no-animate) .not-found__title[data-v-1da816f6] {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.3s;
}
body:not(.no-animate) .not-found__title.animate[data-v-1da816f6] {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .not-found__title[data-v-1da816f6] {
  transform: unset !important;
  opacity: 1 !important;
}
.blind-text-medium .not-found__title[data-v-1da816f6] {
  font-size: 2.25rem;
}
.blind-text-large .not-found__title[data-v-1da816f6] {
  font-size: 2.375rem;
}
@media (min-width: 640px) {
.not-found__title[data-v-1da816f6] {
    font-size: 3.5rem;
}
.blind-text-medium .not-found__title[data-v-1da816f6] {
    font-size: 3.625rem;
}
.blind-text-large .not-found__title[data-v-1da816f6] {
    font-size: 3.75rem;
}
}
@media (min-width: 640px) {
.not-found__title[data-v-1da816f6] {
    margin-bottom: 2rem;
}
}
@media (min-width: 1024px) {
.not-found__title[data-v-1da816f6] {
    grid-column: 1/7;
    margin-top: -1rem;
    margin-bottom: 0;
}
}
.not-found__text-wrapper[data-v-1da816f6] {
  max-width: 33.75rem;
}
body:not(.no-animate) .not-found__text-wrapper[data-v-1da816f6] {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.5s;
}
body:not(.no-animate) .not-found__text-wrapper.animate[data-v-1da816f6] {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .not-found__text-wrapper[data-v-1da816f6] {
  transform: unset !important;
  opacity: 1 !important;
}
@media (min-width: 1024px) {
.not-found__text-wrapper[data-v-1da816f6] {
    grid-column: 9/16;
}
}
.not-found__text[data-v-1da816f6] {
  color: var(--color-white);
}
@media (max-width: 639.98px) {
.not-found__text[data-v-1da816f6] {
    display: none;
}
}
@media (min-width: 640px) {
.not-found__text[data-v-1da816f6] {
    margin-bottom: 2.5rem;
}
}
.not-found__background[data-v-1da816f6] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
@media (max-width: 639.98px) {
.not-found__background[data-v-1da816f6] {
    background-position: center top;
    background-size: 100% auto;
}
}

.nuxt__build_indicator[data-v-26c032d0] {
  box-sizing: border-box;
  position: fixed;
  font-family: monospace;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  width: 88px;
  z-index: 2147483647;
  font-size: 16px;
  line-height: 1.2rem;
}
.v-enter-active[data-v-26c032d0], .v-leave-active[data-v-26c032d0] {
  transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.3s;
}
.v-leave-to[data-v-26c032d0] {
  opacity: 0;
  transform: translateY(20px);
}
svg[data-v-26c032d0] {
  display: inline-block;
  vertical-align: baseline;
  width: 1.1em;
  height: 0.825em;
  position: relative;
  top: 1px;
}

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

html {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(var(--color-black-rgb), 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "TT Hoves", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  line-height: 1.15;
  color: var(--color-black);
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

dt {
  font-weight: 400;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0;
  padding-bottom: 0;
  color: inherit;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  font-family: "TT Hoves", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
}

body {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.blind-text-medium body {
  font-size: 1.125rem;
}

.blind-text-large body {
  font-size: 1.25rem;
}

@media (min-width: 640px) {
  body {
    font-size: 1.125rem;
  }
  .blind-text-medium body {
    font-size: 1.25rem;
  }
  .blind-text-large body {
    font-size: 1.375rem;
  }
}

h1, .h1 {
  font-size: 2.125rem;
  line-height: 1.1;
  font-weight: 400;
}
.blind-text-medium h1, .blind-text-medium .h1 {
  font-size: 2.25rem;
}

.blind-text-large h1, .blind-text-large .h1 {
  font-size: 2.375rem;
}

@media (min-width: 640px) {
  h1, .h1 {
    font-size: 3.5rem;
  }
  .blind-text-medium h1, .blind-text-medium .h1 {
    font-size: 3.625rem;
  }
  .blind-text-large h1, .blind-text-large .h1 {
    font-size: 3.75rem;
  }
}

h2, .h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 400;
}
.blind-text-medium h2, .blind-text-medium .h2 {
  font-size: 1.875rem;
}

.blind-text-large h2, .blind-text-large .h2 {
  font-size: 2rem;
}

@media (min-width: 640px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
  .blind-text-medium h2, .blind-text-medium .h2 {
    font-size: 2.625rem;
  }
  .blind-text-large h2, .blind-text-large .h2 {
    font-size: 2.75rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.blind-text-medium h3, .blind-text-medium .h3 {
  font-size: 1.625rem;
}

.blind-text-large h3, .blind-text-large .h3 {
  font-size: 1.75rem;
}

@media (min-width: 640px) {
  h3, .h3 {
    font-size: 2rem;
  }
  .blind-text-medium h3, .blind-text-medium .h3 {
    font-size: 2.125rem;
  }
  .blind-text-large h3, .blind-text-large .h3 {
    font-size: 2.25rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}
.blind-text-medium h4, .blind-text-medium .h4 {
  font-size: 1.375rem;
}

.blind-text-large h4, .blind-text-large .h4 {
  font-size: 1.5rem;
}

@media (min-width: 640px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
  .blind-text-medium h4, .blind-text-medium .h4 {
    font-size: 1.625rem;
  }
  .blind-text-large h4, .blind-text-large .h4 {
    font-size: 1.75rem;
  }
}

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 400;
}
.blind-text-medium h5, .blind-text-medium .h5 {
  font-size: 1.25rem;
}

.blind-text-large h5, .blind-text-large .h5 {
  font-size: 1.375rem;
}

@media (min-width: 640px) {
  h5, .h5 {
    font-size: 1.25rem;
  }
  .blind-text-medium h5, .blind-text-medium .h5 {
    font-size: 1.375rem;
  }
  .blind-text-large h5, .blind-text-large .h5 {
    font-size: 1.5rem;
  }
}

.text-body {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.blind-text-medium .text-body {
  font-size: 1.125rem;
}

.blind-text-large .text-body {
  font-size: 1.25rem;
}

@media (min-width: 640px) {
  .text-body {
    font-size: 1.125rem;
  }
  .blind-text-medium .text-body {
    font-size: 1.25rem;
  }
  .blind-text-large .text-body {
    font-size: 1.375rem;
  }
}

.text-small {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.blind-text-medium .text-small {
  font-size: 1.125rem;
}

.blind-text-large .text-small {
  font-size: 1.25rem;
}

.text-label {
  font-size: 0.625rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.blind-text-medium .text-label {
  font-size: 0.75rem;
}

.blind-text-large .text-label {
  font-size: 0.875rem;
}

@media (min-width: 640px) {
  .text-label {
    font-size: 0.625rem;
  }
  .blind-text-medium .text-label {
    font-size: 0.75rem;
  }
  .blind-text-large .text-label {
    font-size: 0.875rem;
  }
}

html {
  font-size: 16px;
}
@media (min-width: 2600px) and (max-width: 2699px) {
  html {
    font-size: 23px;
  }
}
@media (min-width: 2500px) and (max-width: 2599px) {
  html {
    font-size: 22px;
  }
}
@media (min-width: 2400px) and (max-width: 2499px) {
  html {
    font-size: 21px;
  }
}
@media (min-width: 2300px) and (max-width: 2399px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 2200px) and (max-width: 2299px) {
  html {
    font-size: 19px;
  }
}
@media (min-width: 2100px) and (max-width: 2199px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 2000px) and (max-width: 2099px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1900px) and (max-width: 1999px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1800px) and (max-width: 1899px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1700px) and (max-width: 1799px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1500px) and (max-width: 1599px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  html {
    font-size: 14.5px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  html {
    font-size: 13.5px;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1099px) {
  html {
    font-size: 11.5px;
  }
}
@media (min-width: 990px) and (max-width: 1023px) {
  html {
    font-size: 18.5px;
  }
}
@media (min-width: 940px) and (max-width: 989px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 890px) and (max-width: 939px) {
  html {
    font-size: 17.5px;
  }
}
@media (min-width: 840px) and (max-width: 889px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 790px) and (max-width: 839px) {
  html {
    font-size: 16.5px;
  }
}
@media (min-width: 768px) and (max-width: 789px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 470px) and (max-width: 639px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 420px) and (max-width: 469px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 360px) and (max-width: 419px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 319px) {
  html {
    font-size: 12px;
  }
}

.container {
  width: 100%;
  max-width: 2560px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
}
@media (min-width: 640px) {
  .container {
    padding-left: 2.3125rem;
    padding-right: 2.3125rem;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-left: 3.0625rem;
    padding-right: 3.0625rem;
  }
}
@media (min-width: 1920px) {
  .container {
    padding-left: 4.5625rem;
    padding-right: 4.5625rem;
  }
}

.user-text h2:not([class]):not(:first-child) {
  margin-top: 3rem;
}
.user-text h2:not([class]):not(:last-child) {
  margin-bottom: 3rem;
}
@media (min-width: 640px) {
  .user-text h2:not([class]):not(:first-child) {
    margin-top: 5rem;
  }
  .user-text h2:not([class]):not(:last-child) {
    margin-bottom: 5rem;
  }
}
.user-text h3:not([class]):not(:first-child) {
  margin-top: 3rem;
}
.user-text h3:not([class]):not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (min-width: 640px) {
  .user-text h3:not([class]):not(:first-child) {
    margin-top: 5rem;
  }
  .user-text h3:not([class]):not(:last-child) {
    margin-bottom: 4rem;
  }
}
.user-text h4:not([class]):not(:first-child) {
  margin-top: 2.5rem;
}
.user-text h4:not([class]):not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .user-text h4:not([class]):not(:first-child) {
    margin-top: 3.5rem;
  }
  .user-text h4:not([class]):not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.user-text h3:not([class]):not(:first-child) {
  margin-top: 2.5rem;
}
.user-text h3:not([class]):not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .user-text h3:not([class]):not(:first-child) {
    margin-top: 3.5rem;
  }
  .user-text h3:not([class]):not(:last-child) {
    margin-bottom: 2rem;
  }
}
.user-text p:not([class]) {
  max-width: 41.875rem;
}
.user-text p:not([class]):not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .user-text p:not([class]):not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.user-text .text-lead {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  max-width: 59.375rem;
}
.blind-text-medium .user-text .text-lead {
  font-size: 1.375rem;
}

.blind-text-large .user-text .text-lead {
  font-size: 1.5rem;
}

@media (min-width: 640px) {
  .user-text .text-lead {
    font-size: 1.5rem;
  }
  .blind-text-medium .user-text .text-lead {
    font-size: 1.625rem;
  }
  .blind-text-large .user-text .text-lead {
    font-size: 1.75rem;
  }
}
.user-text .text-lead:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .user-text .text-lead:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.user-text .text-lead:not(:first-child) {
  margin-top: 2rem;
}
@media (min-width: 640px) {
  .user-text .text-lead:not(:first-child) {
    margin-top: 3rem;
  }
}
.user-text .text-aside {
  margin-top: 2rem;
}
@media (min-width: 640px) {
  .user-text .text-aside {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .user-text .text-aside {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 59.0909090909%;
  }
}
@media (max-width: 639.98px) {
  .user-text .text-aside .btn:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 640px) {
  .user-text .text-aside .btn:not(:last-child) {
    margin-right: 0.875rem;
  }
}
.user-text .text-aside .note {
  display: flex;
}
.user-text .text-aside .note::before {
  content: "*";
  margin-right: 0.5rem;
}
@media (min-width: 1024px) {
  .user-text .text-with-aside {
    position: relative;
  }
}
.user-text .text-with-aside:not(:first-child) {
  margin-top: 3rem;
}
.user-text .text-with-aside:not(:last-child) {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .user-text .text-with-aside:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.user-text ul:not([class]),
.user-text ul.list-columns {
  padding-left: 0;
}
@media (max-width: 1023.98px) {
  .user-text ul:not([class]),
  .user-text ul.list-columns {
    padding-left: 2rem;
  }
}
@media (max-width: 639.98px) {
  .user-text ul:not([class]),
  .user-text ul.list-columns {
    padding-left: 1.75rem;
  }
}
.user-text ul:not([class]) li,
.user-text ul.list-columns li {
  list-style: none;
  position: relative;
}
.user-text ul:not([class]) li:not(:last-child),
.user-text ul.list-columns li:not(:last-child) {
  margin-bottom: 1rem;
}
.user-text ul:not([class]) li:before,
.user-text ul.list-columns li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--color-orange);
  position: absolute;
  left: -1.5rem;
  top: 0.625rem;
}
.user-text ul:not([class]):not(:last-child),
.user-text ul.list-columns:not(:last-child) {
  margin-bottom: 2rem;
}
.user-text ul:not([class]):not(:first-child),
.user-text ul.list-columns:not(:first-child) {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .user-text ul.list-columns {
    column-count: 2;
    max-width: 41.25rem;
  }
  .is-safari .user-text ul.list-columns {
    columns: auto;
  }
}
.user-text ol:not([class]) {
  counter-reset: myCounter;
  padding-left: 2rem;
  max-width: 40rem;
}
@media (max-width: 639.98px) {
  .user-text ol:not([class]) {
    padding-left: 1.5rem;
  }
}
.user-text ol:not([class]) li {
  list-style: none;
  position: relative;
}
.user-text ol:not([class]) li:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .user-text ol:not([class]) li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.user-text ol:not([class]) li:before {
  position: absolute;
  left: -1.5rem;
  counter-increment: myCounter;
  content: counter(myCounter) ".";
}
@media (min-width: 640px) {
  .user-text ol:not([class]) li:before {
    left: -2rem;
  }
}
.user-text ol:not([class]):not(:last-child) {
  margin-bottom: 2rem;
}
.user-text ol:not([class]):not(:first-child) {
  margin-top: 2rem;
}
.user-text ol.steps {
  counter-reset: myCounter;
  padding-left: 3.5rem;
}
@media (min-width: 640px) {
  .user-text ol.steps {
    padding-left: 5.625rem;
  }
}
@media (min-width: 1024px) {
  .user-text ol.steps {
    max-width: 34.375rem;
  }
}
.user-text ol.steps li {
  list-style: none;
  position: relative;
  min-height: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.user-text ol.steps li:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (min-width: 640px) {
  .user-text ol.steps li:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.user-text ol.steps li:before {
  position: absolute;
  left: -3.5rem;
  top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--color-blue);
  backdrop-filter: blur(30px);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cg filter='url(%23filter0_b_0_7)'%3E%3Crect x='0.548961' y='0.548961' width='46.9021' height='46.9021' rx='23.451' stroke='url(%23paint0_linear_0_7)' stroke-width='1.09792'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_0_7' x='-60' y='-60' width='168' height='168' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='30'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_0_7'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_0_7' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_0_7' x1='24' y1='0' x2='24' y2='48' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.171875' stop-color='%233BA6CF' stop-opacity='0.7'/%3E%3Cstop offset='1' stop-color='%23327BA4' stop-opacity='0.15'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100%;
}
.blind-scheme-contrast .user-text ol.steps li:before {
  background: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23a)'%3E%3Crect x='.549' y='.549' width='46.902' height='46.902' rx='23.451' stroke='%23000' stroke-width='1.098'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' x='-60' y='-60' width='168' height='168' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='30'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_1039_5044'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_1039_5044' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

@media (min-width: 640px) {
  .user-text ol.steps li:before {
    width: 3rem;
    height: 3rem;
    left: -5.625rem;
  }
}
.user-text ol.steps li:not(:last-child):after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 2.5rem - 0.5rem - 0.5rem - 2.5rem);
  background-color: var(--color-gray);
  top: 3rem;
  left: -2.25rem;
}
@media (min-width: 640px) {
  .user-text ol.steps li:not(:last-child):after {
    height: calc(100% + 4rem - 1rem - 1rem - 3rem);
    top: 4rem;
    left: -4.125rem;
  }
}
.user-text ol.steps:not(:last-child) {
  margin-bottom: 2rem;
}
.user-text ol.steps:not(:first-child) {
  margin-top: 2rem;
}
.user-text ol.steps span {
  margin-top: 0.5rem;
}
.user-text .factoids:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .user-text .factoids:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.user-text .factoids:not(:first-child) {
  margin-top: 2rem;
}
@media (min-width: 640px) {
  .user-text .factoids:not(:first-child) {
    margin-top: 3rem;
  }
}
@media (min-width: 640px) {
  .user-text .factoids {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 20%;
  }
}
@media (min-width: 1024px) {
  .user-text .factoids {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem 9.0909090909%;
  }
}
@media (max-width: 1023.98px) {
  .user-text .factoid:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 639.98px) {
  .user-text .factoid {
    max-width: 13.875rem;
  }
}
@media (min-width: 640px) and (max-width: 1023.98px) {
  .user-text .factoid {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 640px) {
  .user-text .factoid {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .user-text .factoid {
    width: 18.1818181818%;
  }
}
.user-text a:not([class]) {
  color: var(--color-blue);
  padding-bottom: 0.125rem;
  background-size: 0% 1px;
  background-position: 0% 100%;
  background-image: linear-gradient(var(--color-blue), var(--color-blue));
  background-repeat: no-repeat;
  text-decoration: none !important;
  transition-property: background-size, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  will-change: background-size;
}
.user-text a:not([class]):hover {
  background-size: 100% 1px;
}
.user-text .btn:not(.btn--orange) {
  border: 1px solid var(--color-gray);
  color: var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .user-text .btn:not(.btn--orange):hover, .user-text .btn:not(.btn--orange).focus-visible {
    border-color: var(--color-blue);
  }
}
.user-text .btn:not(.btn--orange).focus-visible {
  border-color: var(--color-blue);
}
.user-text .btn[disabled] {
  background-color: var(--color-gray);
  color: var(--color-gray-hard);
  border-color: var(--color-gray);
  pointer-events: none;
}
.user-text .btn[disabled]::before {
  background-color: var(--color-gray-hard);
}

@media print {
  @page {
    margin: 0mm;
  }
  body {
    width: 100%;
    margin: 0;
  }
  .page-main {
    margin: 0;
  }
}
.icon {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}
.icon--custom {
  width: unset;
  height: unset;
}
.icon--small {
  width: 1rem;
  height: 1rem;
}
.icon svg {
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "TT Hoves";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_nuxt/assets/fonts/TT_Hoves_Pro_Regular.woff) format("woff"), url(/_nuxt/assets/fonts/TT_Hoves_Pro_Regular.woff2) format("woff2");
}
@font-face {
  font-family: "TT Hoves";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_nuxt/assets/fonts/TT_Hoves_Pro_Medium.woff) format("woff"), url(/_nuxt/assets/fonts/TT_Hoves_Pro_Medium.woff2) format("woff2");
}
.bg-orange {
  background-color: var(--color-orange);
}

.bg-orange-darken {
  background-color: var(--color-orange);
}

.bg-orange-lighten {
  background-color: var(--color-orange);
}

.color-orange {
  color: var(--color-orange);
}

.color-orange-darken {
  color: var(--color-orange);
}

.color-orange-lighten {
  color: var(--color-orange);
}

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

.bg-red-darken {
  background-color: var(--color-red);
}

.bg-red-lighten {
  background-color: var(--color-red);
}

.color-red {
  color: var(--color-red);
}

.color-red-darken {
  color: var(--color-red);
}

.color-red-lighten {
  color: var(--color-red);
}

.bg-gray-dark {
  background-color: var(--color-gray-dark);
}

.bg-gray-dark-darken {
  background-color: var(--color-gray-dark);
}

.bg-gray-dark-lighten {
  background-color: var(--color-gray-dark);
}

.color-gray-dark {
  color: var(--color-gray-dark);
}

.color-gray-dark-darken {
  color: var(--color-gray-dark);
}

.color-gray-dark-lighten {
  color: var(--color-gray-dark);
}

.mt-0,
.my-0 {
  margin-top: 0rem !important;
}

.mr-0,
.mx-0 {
  margin-right: 0rem !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0rem !important;
}

.ml-0,
.mx-0 {
  margin-left: 0rem !important;
}

.mt-4,
.my-4 {
  margin-top: 0.25rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 0.25rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 0.25rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 0.25rem !important;
}

.mt-8,
.my-8 {
  margin-top: 0.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 0.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 0.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 0.5rem !important;
}

.mt-16,
.my-16 {
  margin-top: 1rem !important;
}

.mr-16,
.mx-16 {
  margin-right: 1rem !important;
}

.mb-16,
.my-16 {
  margin-bottom: 1rem !important;
}

.ml-16,
.mx-16 {
  margin-left: 1rem !important;
}

.mt-24,
.my-24 {
  margin-top: 1.5rem !important;
}

.mr-24,
.mx-24 {
  margin-right: 1.5rem !important;
}

.mb-24,
.my-24 {
  margin-bottom: 1.5rem !important;
}

.ml-24,
.mx-24 {
  margin-left: 1.5rem !important;
}

.mt-32,
.my-32 {
  margin-top: 2rem !important;
}

.mr-32,
.mx-32 {
  margin-right: 2rem !important;
}

.mb-32,
.my-32 {
  margin-bottom: 2rem !important;
}

.ml-32,
.mx-32 {
  margin-left: 2rem !important;
}

.mt-40,
.my-40 {
  margin-top: 2.5rem !important;
}

.mr-40,
.mx-40 {
  margin-right: 2.5rem !important;
}

.mb-40,
.my-40 {
  margin-bottom: 2.5rem !important;
}

.ml-40,
.mx-40 {
  margin-left: 2.5rem !important;
}

.mt-48,
.my-48 {
  margin-top: 3rem !important;
}

.mr-48,
.mx-48 {
  margin-right: 3rem !important;
}

.mb-48,
.my-48 {
  margin-bottom: 3rem !important;
}

.ml-48,
.mx-48 {
  margin-left: 3rem !important;
}

.mt-56,
.my-56 {
  margin-top: 3.5rem !important;
}

.mr-56,
.mx-56 {
  margin-right: 3.5rem !important;
}

.mb-56,
.my-56 {
  margin-bottom: 3.5rem !important;
}

.ml-56,
.mx-56 {
  margin-left: 3.5rem !important;
}

.mt-64,
.my-64 {
  margin-top: 4rem !important;
}

.mr-64,
.mx-64 {
  margin-right: 4rem !important;
}

.mb-64,
.my-64 {
  margin-bottom: 4rem !important;
}

.ml-64,
.mx-64 {
  margin-left: 4rem !important;
}

.mt-72,
.my-72 {
  margin-top: 4.5rem !important;
}

.mr-72,
.mx-72 {
  margin-right: 4.5rem !important;
}

.mb-72,
.my-72 {
  margin-bottom: 4.5rem !important;
}

.ml-72,
.mx-72 {
  margin-left: 4.5rem !important;
}

.mt-80,
.my-80 {
  margin-top: 5rem !important;
}

.mr-80,
.mx-80 {
  margin-right: 5rem !important;
}

.mb-80,
.my-80 {
  margin-bottom: 5rem !important;
}

.ml-80,
.mx-80 {
  margin-left: 5rem !important;
}

.mt-88,
.my-88 {
  margin-top: 5.5rem !important;
}

.mr-88,
.mx-88 {
  margin-right: 5.5rem !important;
}

.mb-88,
.my-88 {
  margin-bottom: 5.5rem !important;
}

.ml-88,
.mx-88 {
  margin-left: 5.5rem !important;
}

.mt-96,
.my-96 {
  margin-top: 6rem !important;
}

.mr-96,
.mx-96 {
  margin-right: 6rem !important;
}

.mb-96,
.my-96 {
  margin-bottom: 6rem !important;
}

.ml-96,
.mx-96 {
  margin-left: 6rem !important;
}

.mt-104,
.my-104 {
  margin-top: 6.5rem !important;
}

.mr-104,
.mx-104 {
  margin-right: 6.5rem !important;
}

.mb-104,
.my-104 {
  margin-bottom: 6.5rem !important;
}

.ml-104,
.mx-104 {
  margin-left: 6.5rem !important;
}

.mt-112,
.my-112 {
  margin-top: 7rem !important;
}

.mr-112,
.mx-112 {
  margin-right: 7rem !important;
}

.mb-112,
.my-112 {
  margin-bottom: 7rem !important;
}

.ml-112,
.mx-112 {
  margin-left: 7rem !important;
}

.mt-120,
.my-120 {
  margin-top: 7.5rem !important;
}

.mr-120,
.mx-120 {
  margin-right: 7.5rem !important;
}

.mb-120,
.my-120 {
  margin-bottom: 7.5rem !important;
}

.ml-120,
.mx-120 {
  margin-left: 7.5rem !important;
}

.mt-128,
.my-128 {
  margin-top: 8rem !important;
}

.mr-128,
.mx-128 {
  margin-right: 8rem !important;
}

.mb-128,
.my-128 {
  margin-bottom: 8rem !important;
}

.ml-128,
.mx-128 {
  margin-left: 8rem !important;
}

.mt-140,
.my-140 {
  margin-top: 8.75rem !important;
}

.mr-140,
.mx-140 {
  margin-right: 8.75rem !important;
}

.mb-140,
.my-140 {
  margin-bottom: 8.75rem !important;
}

.ml-140,
.mx-140 {
  margin-left: 8.75rem !important;
}

.mt-160,
.my-160 {
  margin-top: 10rem !important;
}

.mr-160,
.mx-160 {
  margin-right: 10rem !important;
}

.mb-160,
.my-160 {
  margin-bottom: 10rem !important;
}

.ml-160,
.mx-160 {
  margin-left: 10rem !important;
}

.mt-186,
.my-186 {
  margin-top: 11.625rem !important;
}

.mr-186,
.mx-186 {
  margin-right: 11.625rem !important;
}

.mb-186,
.my-186 {
  margin-bottom: 11.625rem !important;
}

.ml-186,
.mx-186 {
  margin-left: 11.625rem !important;
}

.pt-0,
.py-0 {
  padding-top: 0rem !important;
}

.pr-0,
.px-0 {
  padding-right: 0rem !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0rem !important;
}

.pl-0,
.px-0 {
  padding-left: 0rem !important;
}

.pt-4,
.py-4 {
  padding-top: 0.25rem !important;
}

.pr-4,
.px-4 {
  padding-right: 0.25rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 0.25rem !important;
}

.pl-4,
.px-4 {
  padding-left: 0.25rem !important;
}

.pt-8,
.py-8 {
  padding-top: 0.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 0.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 0.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 0.5rem !important;
}

.pt-16,
.py-16 {
  padding-top: 1rem !important;
}

.pr-16,
.px-16 {
  padding-right: 1rem !important;
}

.pb-16,
.py-16 {
  padding-bottom: 1rem !important;
}

.pl-16,
.px-16 {
  padding-left: 1rem !important;
}

.pt-24,
.py-24 {
  padding-top: 1.5rem !important;
}

.pr-24,
.px-24 {
  padding-right: 1.5rem !important;
}

.pb-24,
.py-24 {
  padding-bottom: 1.5rem !important;
}

.pl-24,
.px-24 {
  padding-left: 1.5rem !important;
}

.pt-32,
.py-32 {
  padding-top: 2rem !important;
}

.pr-32,
.px-32 {
  padding-right: 2rem !important;
}

.pb-32,
.py-32 {
  padding-bottom: 2rem !important;
}

.pl-32,
.px-32 {
  padding-left: 2rem !important;
}

.pt-40,
.py-40 {
  padding-top: 2.5rem !important;
}

.pr-40,
.px-40 {
  padding-right: 2.5rem !important;
}

.pb-40,
.py-40 {
  padding-bottom: 2.5rem !important;
}

.pl-40,
.px-40 {
  padding-left: 2.5rem !important;
}

.pt-48,
.py-48 {
  padding-top: 3rem !important;
}

.pr-48,
.px-48 {
  padding-right: 3rem !important;
}

.pb-48,
.py-48 {
  padding-bottom: 3rem !important;
}

.pl-48,
.px-48 {
  padding-left: 3rem !important;
}

.pt-56,
.py-56 {
  padding-top: 3.5rem !important;
}

.pr-56,
.px-56 {
  padding-right: 3.5rem !important;
}

.pb-56,
.py-56 {
  padding-bottom: 3.5rem !important;
}

.pl-56,
.px-56 {
  padding-left: 3.5rem !important;
}

.pt-64,
.py-64 {
  padding-top: 4rem !important;
}

.pr-64,
.px-64 {
  padding-right: 4rem !important;
}

.pb-64,
.py-64 {
  padding-bottom: 4rem !important;
}

.pl-64,
.px-64 {
  padding-left: 4rem !important;
}

.pt-72,
.py-72 {
  padding-top: 4.5rem !important;
}

.pr-72,
.px-72 {
  padding-right: 4.5rem !important;
}

.pb-72,
.py-72 {
  padding-bottom: 4.5rem !important;
}

.pl-72,
.px-72 {
  padding-left: 4.5rem !important;
}

.pt-80,
.py-80 {
  padding-top: 5rem !important;
}

.pr-80,
.px-80 {
  padding-right: 5rem !important;
}

.pb-80,
.py-80 {
  padding-bottom: 5rem !important;
}

.pl-80,
.px-80 {
  padding-left: 5rem !important;
}

.pt-88,
.py-88 {
  padding-top: 5.5rem !important;
}

.pr-88,
.px-88 {
  padding-right: 5.5rem !important;
}

.pb-88,
.py-88 {
  padding-bottom: 5.5rem !important;
}

.pl-88,
.px-88 {
  padding-left: 5.5rem !important;
}

.pt-96,
.py-96 {
  padding-top: 6rem !important;
}

.pr-96,
.px-96 {
  padding-right: 6rem !important;
}

.pb-96,
.py-96 {
  padding-bottom: 6rem !important;
}

.pl-96,
.px-96 {
  padding-left: 6rem !important;
}

.pt-104,
.py-104 {
  padding-top: 6.5rem !important;
}

.pr-104,
.px-104 {
  padding-right: 6.5rem !important;
}

.pb-104,
.py-104 {
  padding-bottom: 6.5rem !important;
}

.pl-104,
.px-104 {
  padding-left: 6.5rem !important;
}

.pt-112,
.py-112 {
  padding-top: 7rem !important;
}

.pr-112,
.px-112 {
  padding-right: 7rem !important;
}

.pb-112,
.py-112 {
  padding-bottom: 7rem !important;
}

.pl-112,
.px-112 {
  padding-left: 7rem !important;
}

.pt-120,
.py-120 {
  padding-top: 7.5rem !important;
}

.pr-120,
.px-120 {
  padding-right: 7.5rem !important;
}

.pb-120,
.py-120 {
  padding-bottom: 7.5rem !important;
}

.pl-120,
.px-120 {
  padding-left: 7.5rem !important;
}

.pt-128,
.py-128 {
  padding-top: 8rem !important;
}

.pr-128,
.px-128 {
  padding-right: 8rem !important;
}

.pb-128,
.py-128 {
  padding-bottom: 8rem !important;
}

.pl-128,
.px-128 {
  padding-left: 8rem !important;
}

.pt-140,
.py-140 {
  padding-top: 8.75rem !important;
}

.pr-140,
.px-140 {
  padding-right: 8.75rem !important;
}

.pb-140,
.py-140 {
  padding-bottom: 8.75rem !important;
}

.pl-140,
.px-140 {
  padding-left: 8.75rem !important;
}

.pt-160,
.py-160 {
  padding-top: 10rem !important;
}

.pr-160,
.px-160 {
  padding-right: 10rem !important;
}

.pb-160,
.py-160 {
  padding-bottom: 10rem !important;
}

.pl-160,
.px-160 {
  padding-left: 10rem !important;
}

.pt-186,
.py-186 {
  padding-top: 11.625rem !important;
}

.pr-186,
.px-186 {
  padding-right: 11.625rem !important;
}

.pb-186,
.py-186 {
  padding-bottom: 11.625rem !important;
}

.pl-186,
.px-186 {
  padding-left: 11.625rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 340) {
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0rem !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0rem !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0rem !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 0.25rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 0.5rem !important;
  }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 1rem !important;
  }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 1rem !important;
  }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 1rem !important;
  }
  .mt-sm-24,
  .my-sm-24 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-24,
  .mx-sm-24 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-24,
  .mx-sm-24 {
    margin-left: 1.5rem !important;
  }
  .mt-sm-32,
  .my-sm-32 {
    margin-top: 2rem !important;
  }
  .mr-sm-32,
  .mx-sm-32 {
    margin-right: 2rem !important;
  }
  .mb-sm-32,
  .my-sm-32 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-32,
  .mx-sm-32 {
    margin-left: 2rem !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 2.5rem !important;
  }
  .mt-sm-48,
  .my-sm-48 {
    margin-top: 3rem !important;
  }
  .mr-sm-48,
  .mx-sm-48 {
    margin-right: 3rem !important;
  }
  .mb-sm-48,
  .my-sm-48 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-48,
  .mx-sm-48 {
    margin-left: 3rem !important;
  }
  .mt-sm-56,
  .my-sm-56 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-56,
  .mx-sm-56 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-56,
  .my-sm-56 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-56,
  .mx-sm-56 {
    margin-left: 3.5rem !important;
  }
  .mt-sm-64,
  .my-sm-64 {
    margin-top: 4rem !important;
  }
  .mr-sm-64,
  .mx-sm-64 {
    margin-right: 4rem !important;
  }
  .mb-sm-64,
  .my-sm-64 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-64,
  .mx-sm-64 {
    margin-left: 4rem !important;
  }
  .mt-sm-72,
  .my-sm-72 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-72,
  .mx-sm-72 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-72,
  .my-sm-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-72,
  .mx-sm-72 {
    margin-left: 4.5rem !important;
  }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 5rem !important;
  }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 5rem !important;
  }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 5rem !important;
  }
  .mt-sm-88,
  .my-sm-88 {
    margin-top: 5.5rem !important;
  }
  .mr-sm-88,
  .mx-sm-88 {
    margin-right: 5.5rem !important;
  }
  .mb-sm-88,
  .my-sm-88 {
    margin-bottom: 5.5rem !important;
  }
  .ml-sm-88,
  .mx-sm-88 {
    margin-left: 5.5rem !important;
  }
  .mt-sm-96,
  .my-sm-96 {
    margin-top: 6rem !important;
  }
  .mr-sm-96,
  .mx-sm-96 {
    margin-right: 6rem !important;
  }
  .mb-sm-96,
  .my-sm-96 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-96,
  .mx-sm-96 {
    margin-left: 6rem !important;
  }
  .mt-sm-104,
  .my-sm-104 {
    margin-top: 6.5rem !important;
  }
  .mr-sm-104,
  .mx-sm-104 {
    margin-right: 6.5rem !important;
  }
  .mb-sm-104,
  .my-sm-104 {
    margin-bottom: 6.5rem !important;
  }
  .ml-sm-104,
  .mx-sm-104 {
    margin-left: 6.5rem !important;
  }
  .mt-sm-112,
  .my-sm-112 {
    margin-top: 7rem !important;
  }
  .mr-sm-112,
  .mx-sm-112 {
    margin-right: 7rem !important;
  }
  .mb-sm-112,
  .my-sm-112 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-112,
  .mx-sm-112 {
    margin-left: 7rem !important;
  }
  .mt-sm-120,
  .my-sm-120 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-120,
  .mx-sm-120 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-120,
  .my-sm-120 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-120,
  .mx-sm-120 {
    margin-left: 7.5rem !important;
  }
  .mt-sm-128,
  .my-sm-128 {
    margin-top: 8rem !important;
  }
  .mr-sm-128,
  .mx-sm-128 {
    margin-right: 8rem !important;
  }
  .mb-sm-128,
  .my-sm-128 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-128,
  .mx-sm-128 {
    margin-left: 8rem !important;
  }
  .mt-sm-140,
  .my-sm-140 {
    margin-top: 8.75rem !important;
  }
  .mr-sm-140,
  .mx-sm-140 {
    margin-right: 8.75rem !important;
  }
  .mb-sm-140,
  .my-sm-140 {
    margin-bottom: 8.75rem !important;
  }
  .ml-sm-140,
  .mx-sm-140 {
    margin-left: 8.75rem !important;
  }
  .mt-sm-160,
  .my-sm-160 {
    margin-top: 10rem !important;
  }
  .mr-sm-160,
  .mx-sm-160 {
    margin-right: 10rem !important;
  }
  .mb-sm-160,
  .my-sm-160 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-160,
  .mx-sm-160 {
    margin-left: 10rem !important;
  }
  .mt-sm-186,
  .my-sm-186 {
    margin-top: 11.625rem !important;
  }
  .mr-sm-186,
  .mx-sm-186 {
    margin-right: 11.625rem !important;
  }
  .mb-sm-186,
  .my-sm-186 {
    margin-bottom: 11.625rem !important;
  }
  .ml-sm-186,
  .mx-sm-186 {
    margin-left: 11.625rem !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0rem !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0rem !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 0.25rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 0.5rem !important;
  }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 1rem !important;
  }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 1rem !important;
  }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 1rem !important;
  }
  .pt-sm-24,
  .py-sm-24 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-24,
  .px-sm-24 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-24,
  .px-sm-24 {
    padding-left: 1.5rem !important;
  }
  .pt-sm-32,
  .py-sm-32 {
    padding-top: 2rem !important;
  }
  .pr-sm-32,
  .px-sm-32 {
    padding-right: 2rem !important;
  }
  .pb-sm-32,
  .py-sm-32 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-32,
  .px-sm-32 {
    padding-left: 2rem !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 2.5rem !important;
  }
  .pt-sm-48,
  .py-sm-48 {
    padding-top: 3rem !important;
  }
  .pr-sm-48,
  .px-sm-48 {
    padding-right: 3rem !important;
  }
  .pb-sm-48,
  .py-sm-48 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-48,
  .px-sm-48 {
    padding-left: 3rem !important;
  }
  .pt-sm-56,
  .py-sm-56 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-56,
  .px-sm-56 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-56,
  .py-sm-56 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-56,
  .px-sm-56 {
    padding-left: 3.5rem !important;
  }
  .pt-sm-64,
  .py-sm-64 {
    padding-top: 4rem !important;
  }
  .pr-sm-64,
  .px-sm-64 {
    padding-right: 4rem !important;
  }
  .pb-sm-64,
  .py-sm-64 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-64,
  .px-sm-64 {
    padding-left: 4rem !important;
  }
  .pt-sm-72,
  .py-sm-72 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-72,
  .px-sm-72 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-72,
  .py-sm-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-72,
  .px-sm-72 {
    padding-left: 4.5rem !important;
  }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 5rem !important;
  }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 5rem !important;
  }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 5rem !important;
  }
  .pt-sm-88,
  .py-sm-88 {
    padding-top: 5.5rem !important;
  }
  .pr-sm-88,
  .px-sm-88 {
    padding-right: 5.5rem !important;
  }
  .pb-sm-88,
  .py-sm-88 {
    padding-bottom: 5.5rem !important;
  }
  .pl-sm-88,
  .px-sm-88 {
    padding-left: 5.5rem !important;
  }
  .pt-sm-96,
  .py-sm-96 {
    padding-top: 6rem !important;
  }
  .pr-sm-96,
  .px-sm-96 {
    padding-right: 6rem !important;
  }
  .pb-sm-96,
  .py-sm-96 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-96,
  .px-sm-96 {
    padding-left: 6rem !important;
  }
  .pt-sm-104,
  .py-sm-104 {
    padding-top: 6.5rem !important;
  }
  .pr-sm-104,
  .px-sm-104 {
    padding-right: 6.5rem !important;
  }
  .pb-sm-104,
  .py-sm-104 {
    padding-bottom: 6.5rem !important;
  }
  .pl-sm-104,
  .px-sm-104 {
    padding-left: 6.5rem !important;
  }
  .pt-sm-112,
  .py-sm-112 {
    padding-top: 7rem !important;
  }
  .pr-sm-112,
  .px-sm-112 {
    padding-right: 7rem !important;
  }
  .pb-sm-112,
  .py-sm-112 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-112,
  .px-sm-112 {
    padding-left: 7rem !important;
  }
  .pt-sm-120,
  .py-sm-120 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-120,
  .px-sm-120 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-120,
  .py-sm-120 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-120,
  .px-sm-120 {
    padding-left: 7.5rem !important;
  }
  .pt-sm-128,
  .py-sm-128 {
    padding-top: 8rem !important;
  }
  .pr-sm-128,
  .px-sm-128 {
    padding-right: 8rem !important;
  }
  .pb-sm-128,
  .py-sm-128 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-128,
  .px-sm-128 {
    padding-left: 8rem !important;
  }
  .pt-sm-140,
  .py-sm-140 {
    padding-top: 8.75rem !important;
  }
  .pr-sm-140,
  .px-sm-140 {
    padding-right: 8.75rem !important;
  }
  .pb-sm-140,
  .py-sm-140 {
    padding-bottom: 8.75rem !important;
  }
  .pl-sm-140,
  .px-sm-140 {
    padding-left: 8.75rem !important;
  }
  .pt-sm-160,
  .py-sm-160 {
    padding-top: 10rem !important;
  }
  .pr-sm-160,
  .px-sm-160 {
    padding-right: 10rem !important;
  }
  .pb-sm-160,
  .py-sm-160 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-160,
  .px-sm-160 {
    padding-left: 10rem !important;
  }
  .pt-sm-186,
  .py-sm-186 {
    padding-top: 11.625rem !important;
  }
  .pr-sm-186,
  .px-sm-186 {
    padding-right: 11.625rem !important;
  }
  .pb-sm-186,
  .py-sm-186 {
    padding-bottom: 11.625rem !important;
  }
  .pl-sm-186,
  .px-sm-186 {
    padding-left: 11.625rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 640px) {
  .mt-md-0,
  .my-md-0 {
    margin-top: 0rem !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0rem !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0rem !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 0.25rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 0.25rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 0.25rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 0.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 0.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 0.5rem !important;
  }
  .mt-md-16,
  .my-md-16 {
    margin-top: 1rem !important;
  }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 1rem !important;
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 1rem !important;
  }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 1rem !important;
  }
  .mt-md-24,
  .my-md-24 {
    margin-top: 1.5rem !important;
  }
  .mr-md-24,
  .mx-md-24 {
    margin-right: 1.5rem !important;
  }
  .mb-md-24,
  .my-md-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-24,
  .mx-md-24 {
    margin-left: 1.5rem !important;
  }
  .mt-md-32,
  .my-md-32 {
    margin-top: 2rem !important;
  }
  .mr-md-32,
  .mx-md-32 {
    margin-right: 2rem !important;
  }
  .mb-md-32,
  .my-md-32 {
    margin-bottom: 2rem !important;
  }
  .ml-md-32,
  .mx-md-32 {
    margin-left: 2rem !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 2.5rem !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 2.5rem !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 2.5rem !important;
  }
  .mt-md-48,
  .my-md-48 {
    margin-top: 3rem !important;
  }
  .mr-md-48,
  .mx-md-48 {
    margin-right: 3rem !important;
  }
  .mb-md-48,
  .my-md-48 {
    margin-bottom: 3rem !important;
  }
  .ml-md-48,
  .mx-md-48 {
    margin-left: 3rem !important;
  }
  .mt-md-56,
  .my-md-56 {
    margin-top: 3.5rem !important;
  }
  .mr-md-56,
  .mx-md-56 {
    margin-right: 3.5rem !important;
  }
  .mb-md-56,
  .my-md-56 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-56,
  .mx-md-56 {
    margin-left: 3.5rem !important;
  }
  .mt-md-64,
  .my-md-64 {
    margin-top: 4rem !important;
  }
  .mr-md-64,
  .mx-md-64 {
    margin-right: 4rem !important;
  }
  .mb-md-64,
  .my-md-64 {
    margin-bottom: 4rem !important;
  }
  .ml-md-64,
  .mx-md-64 {
    margin-left: 4rem !important;
  }
  .mt-md-72,
  .my-md-72 {
    margin-top: 4.5rem !important;
  }
  .mr-md-72,
  .mx-md-72 {
    margin-right: 4.5rem !important;
  }
  .mb-md-72,
  .my-md-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-72,
  .mx-md-72 {
    margin-left: 4.5rem !important;
  }
  .mt-md-80,
  .my-md-80 {
    margin-top: 5rem !important;
  }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 5rem !important;
  }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 5rem !important;
  }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 5rem !important;
  }
  .mt-md-88,
  .my-md-88 {
    margin-top: 5.5rem !important;
  }
  .mr-md-88,
  .mx-md-88 {
    margin-right: 5.5rem !important;
  }
  .mb-md-88,
  .my-md-88 {
    margin-bottom: 5.5rem !important;
  }
  .ml-md-88,
  .mx-md-88 {
    margin-left: 5.5rem !important;
  }
  .mt-md-96,
  .my-md-96 {
    margin-top: 6rem !important;
  }
  .mr-md-96,
  .mx-md-96 {
    margin-right: 6rem !important;
  }
  .mb-md-96,
  .my-md-96 {
    margin-bottom: 6rem !important;
  }
  .ml-md-96,
  .mx-md-96 {
    margin-left: 6rem !important;
  }
  .mt-md-104,
  .my-md-104 {
    margin-top: 6.5rem !important;
  }
  .mr-md-104,
  .mx-md-104 {
    margin-right: 6.5rem !important;
  }
  .mb-md-104,
  .my-md-104 {
    margin-bottom: 6.5rem !important;
  }
  .ml-md-104,
  .mx-md-104 {
    margin-left: 6.5rem !important;
  }
  .mt-md-112,
  .my-md-112 {
    margin-top: 7rem !important;
  }
  .mr-md-112,
  .mx-md-112 {
    margin-right: 7rem !important;
  }
  .mb-md-112,
  .my-md-112 {
    margin-bottom: 7rem !important;
  }
  .ml-md-112,
  .mx-md-112 {
    margin-left: 7rem !important;
  }
  .mt-md-120,
  .my-md-120 {
    margin-top: 7.5rem !important;
  }
  .mr-md-120,
  .mx-md-120 {
    margin-right: 7.5rem !important;
  }
  .mb-md-120,
  .my-md-120 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-120,
  .mx-md-120 {
    margin-left: 7.5rem !important;
  }
  .mt-md-128,
  .my-md-128 {
    margin-top: 8rem !important;
  }
  .mr-md-128,
  .mx-md-128 {
    margin-right: 8rem !important;
  }
  .mb-md-128,
  .my-md-128 {
    margin-bottom: 8rem !important;
  }
  .ml-md-128,
  .mx-md-128 {
    margin-left: 8rem !important;
  }
  .mt-md-140,
  .my-md-140 {
    margin-top: 8.75rem !important;
  }
  .mr-md-140,
  .mx-md-140 {
    margin-right: 8.75rem !important;
  }
  .mb-md-140,
  .my-md-140 {
    margin-bottom: 8.75rem !important;
  }
  .ml-md-140,
  .mx-md-140 {
    margin-left: 8.75rem !important;
  }
  .mt-md-160,
  .my-md-160 {
    margin-top: 10rem !important;
  }
  .mr-md-160,
  .mx-md-160 {
    margin-right: 10rem !important;
  }
  .mb-md-160,
  .my-md-160 {
    margin-bottom: 10rem !important;
  }
  .ml-md-160,
  .mx-md-160 {
    margin-left: 10rem !important;
  }
  .mt-md-186,
  .my-md-186 {
    margin-top: 11.625rem !important;
  }
  .mr-md-186,
  .mx-md-186 {
    margin-right: 11.625rem !important;
  }
  .mb-md-186,
  .my-md-186 {
    margin-bottom: 11.625rem !important;
  }
  .ml-md-186,
  .mx-md-186 {
    margin-left: 11.625rem !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0rem !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0rem !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0rem !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 0.25rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 0.25rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 0.25rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 0.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 0.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 0.5rem !important;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 1rem !important;
  }
  .pr-md-16,
  .px-md-16 {
    padding-right: 1rem !important;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 1rem !important;
  }
  .pl-md-16,
  .px-md-16 {
    padding-left: 1rem !important;
  }
  .pt-md-24,
  .py-md-24 {
    padding-top: 1.5rem !important;
  }
  .pr-md-24,
  .px-md-24 {
    padding-right: 1.5rem !important;
  }
  .pb-md-24,
  .py-md-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-24,
  .px-md-24 {
    padding-left: 1.5rem !important;
  }
  .pt-md-32,
  .py-md-32 {
    padding-top: 2rem !important;
  }
  .pr-md-32,
  .px-md-32 {
    padding-right: 2rem !important;
  }
  .pb-md-32,
  .py-md-32 {
    padding-bottom: 2rem !important;
  }
  .pl-md-32,
  .px-md-32 {
    padding-left: 2rem !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 2.5rem !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 2.5rem !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 2.5rem !important;
  }
  .pt-md-48,
  .py-md-48 {
    padding-top: 3rem !important;
  }
  .pr-md-48,
  .px-md-48 {
    padding-right: 3rem !important;
  }
  .pb-md-48,
  .py-md-48 {
    padding-bottom: 3rem !important;
  }
  .pl-md-48,
  .px-md-48 {
    padding-left: 3rem !important;
  }
  .pt-md-56,
  .py-md-56 {
    padding-top: 3.5rem !important;
  }
  .pr-md-56,
  .px-md-56 {
    padding-right: 3.5rem !important;
  }
  .pb-md-56,
  .py-md-56 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-56,
  .px-md-56 {
    padding-left: 3.5rem !important;
  }
  .pt-md-64,
  .py-md-64 {
    padding-top: 4rem !important;
  }
  .pr-md-64,
  .px-md-64 {
    padding-right: 4rem !important;
  }
  .pb-md-64,
  .py-md-64 {
    padding-bottom: 4rem !important;
  }
  .pl-md-64,
  .px-md-64 {
    padding-left: 4rem !important;
  }
  .pt-md-72,
  .py-md-72 {
    padding-top: 4.5rem !important;
  }
  .pr-md-72,
  .px-md-72 {
    padding-right: 4.5rem !important;
  }
  .pb-md-72,
  .py-md-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-72,
  .px-md-72 {
    padding-left: 4.5rem !important;
  }
  .pt-md-80,
  .py-md-80 {
    padding-top: 5rem !important;
  }
  .pr-md-80,
  .px-md-80 {
    padding-right: 5rem !important;
  }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 5rem !important;
  }
  .pl-md-80,
  .px-md-80 {
    padding-left: 5rem !important;
  }
  .pt-md-88,
  .py-md-88 {
    padding-top: 5.5rem !important;
  }
  .pr-md-88,
  .px-md-88 {
    padding-right: 5.5rem !important;
  }
  .pb-md-88,
  .py-md-88 {
    padding-bottom: 5.5rem !important;
  }
  .pl-md-88,
  .px-md-88 {
    padding-left: 5.5rem !important;
  }
  .pt-md-96,
  .py-md-96 {
    padding-top: 6rem !important;
  }
  .pr-md-96,
  .px-md-96 {
    padding-right: 6rem !important;
  }
  .pb-md-96,
  .py-md-96 {
    padding-bottom: 6rem !important;
  }
  .pl-md-96,
  .px-md-96 {
    padding-left: 6rem !important;
  }
  .pt-md-104,
  .py-md-104 {
    padding-top: 6.5rem !important;
  }
  .pr-md-104,
  .px-md-104 {
    padding-right: 6.5rem !important;
  }
  .pb-md-104,
  .py-md-104 {
    padding-bottom: 6.5rem !important;
  }
  .pl-md-104,
  .px-md-104 {
    padding-left: 6.5rem !important;
  }
  .pt-md-112,
  .py-md-112 {
    padding-top: 7rem !important;
  }
  .pr-md-112,
  .px-md-112 {
    padding-right: 7rem !important;
  }
  .pb-md-112,
  .py-md-112 {
    padding-bottom: 7rem !important;
  }
  .pl-md-112,
  .px-md-112 {
    padding-left: 7rem !important;
  }
  .pt-md-120,
  .py-md-120 {
    padding-top: 7.5rem !important;
  }
  .pr-md-120,
  .px-md-120 {
    padding-right: 7.5rem !important;
  }
  .pb-md-120,
  .py-md-120 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-120,
  .px-md-120 {
    padding-left: 7.5rem !important;
  }
  .pt-md-128,
  .py-md-128 {
    padding-top: 8rem !important;
  }
  .pr-md-128,
  .px-md-128 {
    padding-right: 8rem !important;
  }
  .pb-md-128,
  .py-md-128 {
    padding-bottom: 8rem !important;
  }
  .pl-md-128,
  .px-md-128 {
    padding-left: 8rem !important;
  }
  .pt-md-140,
  .py-md-140 {
    padding-top: 8.75rem !important;
  }
  .pr-md-140,
  .px-md-140 {
    padding-right: 8.75rem !important;
  }
  .pb-md-140,
  .py-md-140 {
    padding-bottom: 8.75rem !important;
  }
  .pl-md-140,
  .px-md-140 {
    padding-left: 8.75rem !important;
  }
  .pt-md-160,
  .py-md-160 {
    padding-top: 10rem !important;
  }
  .pr-md-160,
  .px-md-160 {
    padding-right: 10rem !important;
  }
  .pb-md-160,
  .py-md-160 {
    padding-bottom: 10rem !important;
  }
  .pl-md-160,
  .px-md-160 {
    padding-left: 10rem !important;
  }
  .pt-md-186,
  .py-md-186 {
    padding-top: 11.625rem !important;
  }
  .pr-md-186,
  .px-md-186 {
    padding-right: 11.625rem !important;
  }
  .pb-md-186,
  .py-md-186 {
    padding-bottom: 11.625rem !important;
  }
  .pl-md-186,
  .px-md-186 {
    padding-left: 11.625rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0rem !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0rem !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0rem !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 0.25rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 0.5rem !important;
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 1rem !important;
  }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 1rem !important;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 1rem !important;
  }
  .mt-lg-24,
  .my-lg-24 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 1.5rem !important;
  }
  .mt-lg-32,
  .my-lg-32 {
    margin-top: 2rem !important;
  }
  .mr-lg-32,
  .mx-lg-32 {
    margin-right: 2rem !important;
  }
  .mb-lg-32,
  .my-lg-32 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-32,
  .mx-lg-32 {
    margin-left: 2rem !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 2.5rem !important;
  }
  .mt-lg-48,
  .my-lg-48 {
    margin-top: 3rem !important;
  }
  .mr-lg-48,
  .mx-lg-48 {
    margin-right: 3rem !important;
  }
  .mb-lg-48,
  .my-lg-48 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-48,
  .mx-lg-48 {
    margin-left: 3rem !important;
  }
  .mt-lg-56,
  .my-lg-56 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-56,
  .mx-lg-56 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-56,
  .my-lg-56 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-56,
  .mx-lg-56 {
    margin-left: 3.5rem !important;
  }
  .mt-lg-64,
  .my-lg-64 {
    margin-top: 4rem !important;
  }
  .mr-lg-64,
  .mx-lg-64 {
    margin-right: 4rem !important;
  }
  .mb-lg-64,
  .my-lg-64 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-64,
  .mx-lg-64 {
    margin-left: 4rem !important;
  }
  .mt-lg-72,
  .my-lg-72 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-72,
  .mx-lg-72 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-72,
  .my-lg-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-72,
  .mx-lg-72 {
    margin-left: 4.5rem !important;
  }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 5rem !important;
  }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 5rem !important;
  }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 5rem !important;
  }
  .mt-lg-88,
  .my-lg-88 {
    margin-top: 5.5rem !important;
  }
  .mr-lg-88,
  .mx-lg-88 {
    margin-right: 5.5rem !important;
  }
  .mb-lg-88,
  .my-lg-88 {
    margin-bottom: 5.5rem !important;
  }
  .ml-lg-88,
  .mx-lg-88 {
    margin-left: 5.5rem !important;
  }
  .mt-lg-96,
  .my-lg-96 {
    margin-top: 6rem !important;
  }
  .mr-lg-96,
  .mx-lg-96 {
    margin-right: 6rem !important;
  }
  .mb-lg-96,
  .my-lg-96 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-96,
  .mx-lg-96 {
    margin-left: 6rem !important;
  }
  .mt-lg-104,
  .my-lg-104 {
    margin-top: 6.5rem !important;
  }
  .mr-lg-104,
  .mx-lg-104 {
    margin-right: 6.5rem !important;
  }
  .mb-lg-104,
  .my-lg-104 {
    margin-bottom: 6.5rem !important;
  }
  .ml-lg-104,
  .mx-lg-104 {
    margin-left: 6.5rem !important;
  }
  .mt-lg-112,
  .my-lg-112 {
    margin-top: 7rem !important;
  }
  .mr-lg-112,
  .mx-lg-112 {
    margin-right: 7rem !important;
  }
  .mb-lg-112,
  .my-lg-112 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-112,
  .mx-lg-112 {
    margin-left: 7rem !important;
  }
  .mt-lg-120,
  .my-lg-120 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-120,
  .mx-lg-120 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-120,
  .my-lg-120 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-120,
  .mx-lg-120 {
    margin-left: 7.5rem !important;
  }
  .mt-lg-128,
  .my-lg-128 {
    margin-top: 8rem !important;
  }
  .mr-lg-128,
  .mx-lg-128 {
    margin-right: 8rem !important;
  }
  .mb-lg-128,
  .my-lg-128 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-128,
  .mx-lg-128 {
    margin-left: 8rem !important;
  }
  .mt-lg-140,
  .my-lg-140 {
    margin-top: 8.75rem !important;
  }
  .mr-lg-140,
  .mx-lg-140 {
    margin-right: 8.75rem !important;
  }
  .mb-lg-140,
  .my-lg-140 {
    margin-bottom: 8.75rem !important;
  }
  .ml-lg-140,
  .mx-lg-140 {
    margin-left: 8.75rem !important;
  }
  .mt-lg-160,
  .my-lg-160 {
    margin-top: 10rem !important;
  }
  .mr-lg-160,
  .mx-lg-160 {
    margin-right: 10rem !important;
  }
  .mb-lg-160,
  .my-lg-160 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-160,
  .mx-lg-160 {
    margin-left: 10rem !important;
  }
  .mt-lg-186,
  .my-lg-186 {
    margin-top: 11.625rem !important;
  }
  .mr-lg-186,
  .mx-lg-186 {
    margin-right: 11.625rem !important;
  }
  .mb-lg-186,
  .my-lg-186 {
    margin-bottom: 11.625rem !important;
  }
  .ml-lg-186,
  .mx-lg-186 {
    margin-left: 11.625rem !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0rem !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0rem !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 0.25rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 0.5rem !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 1rem !important;
  }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 1rem !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 1rem !important;
  }
  .pt-lg-24,
  .py-lg-24 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-24,
  .px-lg-24 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-24,
  .px-lg-24 {
    padding-left: 1.5rem !important;
  }
  .pt-lg-32,
  .py-lg-32 {
    padding-top: 2rem !important;
  }
  .pr-lg-32,
  .px-lg-32 {
    padding-right: 2rem !important;
  }
  .pb-lg-32,
  .py-lg-32 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-32,
  .px-lg-32 {
    padding-left: 2rem !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 2.5rem !important;
  }
  .pt-lg-48,
  .py-lg-48 {
    padding-top: 3rem !important;
  }
  .pr-lg-48,
  .px-lg-48 {
    padding-right: 3rem !important;
  }
  .pb-lg-48,
  .py-lg-48 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-48,
  .px-lg-48 {
    padding-left: 3rem !important;
  }
  .pt-lg-56,
  .py-lg-56 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-56,
  .px-lg-56 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-56,
  .py-lg-56 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-56,
  .px-lg-56 {
    padding-left: 3.5rem !important;
  }
  .pt-lg-64,
  .py-lg-64 {
    padding-top: 4rem !important;
  }
  .pr-lg-64,
  .px-lg-64 {
    padding-right: 4rem !important;
  }
  .pb-lg-64,
  .py-lg-64 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-64,
  .px-lg-64 {
    padding-left: 4rem !important;
  }
  .pt-lg-72,
  .py-lg-72 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-72,
  .px-lg-72 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-72,
  .py-lg-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-72,
  .px-lg-72 {
    padding-left: 4.5rem !important;
  }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 5rem !important;
  }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 5rem !important;
  }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 5rem !important;
  }
  .pt-lg-88,
  .py-lg-88 {
    padding-top: 5.5rem !important;
  }
  .pr-lg-88,
  .px-lg-88 {
    padding-right: 5.5rem !important;
  }
  .pb-lg-88,
  .py-lg-88 {
    padding-bottom: 5.5rem !important;
  }
  .pl-lg-88,
  .px-lg-88 {
    padding-left: 5.5rem !important;
  }
  .pt-lg-96,
  .py-lg-96 {
    padding-top: 6rem !important;
  }
  .pr-lg-96,
  .px-lg-96 {
    padding-right: 6rem !important;
  }
  .pb-lg-96,
  .py-lg-96 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-96,
  .px-lg-96 {
    padding-left: 6rem !important;
  }
  .pt-lg-104,
  .py-lg-104 {
    padding-top: 6.5rem !important;
  }
  .pr-lg-104,
  .px-lg-104 {
    padding-right: 6.5rem !important;
  }
  .pb-lg-104,
  .py-lg-104 {
    padding-bottom: 6.5rem !important;
  }
  .pl-lg-104,
  .px-lg-104 {
    padding-left: 6.5rem !important;
  }
  .pt-lg-112,
  .py-lg-112 {
    padding-top: 7rem !important;
  }
  .pr-lg-112,
  .px-lg-112 {
    padding-right: 7rem !important;
  }
  .pb-lg-112,
  .py-lg-112 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-112,
  .px-lg-112 {
    padding-left: 7rem !important;
  }
  .pt-lg-120,
  .py-lg-120 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-120,
  .px-lg-120 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-120,
  .py-lg-120 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-120,
  .px-lg-120 {
    padding-left: 7.5rem !important;
  }
  .pt-lg-128,
  .py-lg-128 {
    padding-top: 8rem !important;
  }
  .pr-lg-128,
  .px-lg-128 {
    padding-right: 8rem !important;
  }
  .pb-lg-128,
  .py-lg-128 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-128,
  .px-lg-128 {
    padding-left: 8rem !important;
  }
  .pt-lg-140,
  .py-lg-140 {
    padding-top: 8.75rem !important;
  }
  .pr-lg-140,
  .px-lg-140 {
    padding-right: 8.75rem !important;
  }
  .pb-lg-140,
  .py-lg-140 {
    padding-bottom: 8.75rem !important;
  }
  .pl-lg-140,
  .px-lg-140 {
    padding-left: 8.75rem !important;
  }
  .pt-lg-160,
  .py-lg-160 {
    padding-top: 10rem !important;
  }
  .pr-lg-160,
  .px-lg-160 {
    padding-right: 10rem !important;
  }
  .pb-lg-160,
  .py-lg-160 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-160,
  .px-lg-160 {
    padding-left: 10rem !important;
  }
  .pt-lg-186,
  .py-lg-186 {
    padding-top: 11.625rem !important;
  }
  .pr-lg-186,
  .px-lg-186 {
    padding-right: 11.625rem !important;
  }
  .pb-lg-186,
  .py-lg-186 {
    padding-bottom: 11.625rem !important;
  }
  .pl-lg-186,
  .px-lg-186 {
    padding-left: 11.625rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0rem !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0rem !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 0.25rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 0.5rem !important;
  }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 1rem !important;
  }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 1rem !important;
  }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 1rem !important;
  }
  .mt-xl-24,
  .my-xl-24 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 1.5rem !important;
  }
  .mt-xl-32,
  .my-xl-32 {
    margin-top: 2rem !important;
  }
  .mr-xl-32,
  .mx-xl-32 {
    margin-right: 2rem !important;
  }
  .mb-xl-32,
  .my-xl-32 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-32,
  .mx-xl-32 {
    margin-left: 2rem !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 2.5rem !important;
  }
  .mt-xl-48,
  .my-xl-48 {
    margin-top: 3rem !important;
  }
  .mr-xl-48,
  .mx-xl-48 {
    margin-right: 3rem !important;
  }
  .mb-xl-48,
  .my-xl-48 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-48,
  .mx-xl-48 {
    margin-left: 3rem !important;
  }
  .mt-xl-56,
  .my-xl-56 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-56,
  .mx-xl-56 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-56,
  .my-xl-56 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-56,
  .mx-xl-56 {
    margin-left: 3.5rem !important;
  }
  .mt-xl-64,
  .my-xl-64 {
    margin-top: 4rem !important;
  }
  .mr-xl-64,
  .mx-xl-64 {
    margin-right: 4rem !important;
  }
  .mb-xl-64,
  .my-xl-64 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-64,
  .mx-xl-64 {
    margin-left: 4rem !important;
  }
  .mt-xl-72,
  .my-xl-72 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-72,
  .mx-xl-72 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-72,
  .my-xl-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-72,
  .mx-xl-72 {
    margin-left: 4.5rem !important;
  }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 5rem !important;
  }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 5rem !important;
  }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 5rem !important;
  }
  .mt-xl-88,
  .my-xl-88 {
    margin-top: 5.5rem !important;
  }
  .mr-xl-88,
  .mx-xl-88 {
    margin-right: 5.5rem !important;
  }
  .mb-xl-88,
  .my-xl-88 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xl-88,
  .mx-xl-88 {
    margin-left: 5.5rem !important;
  }
  .mt-xl-96,
  .my-xl-96 {
    margin-top: 6rem !important;
  }
  .mr-xl-96,
  .mx-xl-96 {
    margin-right: 6rem !important;
  }
  .mb-xl-96,
  .my-xl-96 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-96,
  .mx-xl-96 {
    margin-left: 6rem !important;
  }
  .mt-xl-104,
  .my-xl-104 {
    margin-top: 6.5rem !important;
  }
  .mr-xl-104,
  .mx-xl-104 {
    margin-right: 6.5rem !important;
  }
  .mb-xl-104,
  .my-xl-104 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xl-104,
  .mx-xl-104 {
    margin-left: 6.5rem !important;
  }
  .mt-xl-112,
  .my-xl-112 {
    margin-top: 7rem !important;
  }
  .mr-xl-112,
  .mx-xl-112 {
    margin-right: 7rem !important;
  }
  .mb-xl-112,
  .my-xl-112 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-112,
  .mx-xl-112 {
    margin-left: 7rem !important;
  }
  .mt-xl-120,
  .my-xl-120 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-120,
  .mx-xl-120 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-120,
  .my-xl-120 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-120,
  .mx-xl-120 {
    margin-left: 7.5rem !important;
  }
  .mt-xl-128,
  .my-xl-128 {
    margin-top: 8rem !important;
  }
  .mr-xl-128,
  .mx-xl-128 {
    margin-right: 8rem !important;
  }
  .mb-xl-128,
  .my-xl-128 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-128,
  .mx-xl-128 {
    margin-left: 8rem !important;
  }
  .mt-xl-140,
  .my-xl-140 {
    margin-top: 8.75rem !important;
  }
  .mr-xl-140,
  .mx-xl-140 {
    margin-right: 8.75rem !important;
  }
  .mb-xl-140,
  .my-xl-140 {
    margin-bottom: 8.75rem !important;
  }
  .ml-xl-140,
  .mx-xl-140 {
    margin-left: 8.75rem !important;
  }
  .mt-xl-160,
  .my-xl-160 {
    margin-top: 10rem !important;
  }
  .mr-xl-160,
  .mx-xl-160 {
    margin-right: 10rem !important;
  }
  .mb-xl-160,
  .my-xl-160 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-160,
  .mx-xl-160 {
    margin-left: 10rem !important;
  }
  .mt-xl-186,
  .my-xl-186 {
    margin-top: 11.625rem !important;
  }
  .mr-xl-186,
  .mx-xl-186 {
    margin-right: 11.625rem !important;
  }
  .mb-xl-186,
  .my-xl-186 {
    margin-bottom: 11.625rem !important;
  }
  .ml-xl-186,
  .mx-xl-186 {
    margin-left: 11.625rem !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0rem !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0rem !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 0.25rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 0.5rem !important;
  }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 1rem !important;
  }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 1rem !important;
  }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 1rem !important;
  }
  .pt-xl-24,
  .py-xl-24 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-24,
  .px-xl-24 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-24,
  .px-xl-24 {
    padding-left: 1.5rem !important;
  }
  .pt-xl-32,
  .py-xl-32 {
    padding-top: 2rem !important;
  }
  .pr-xl-32,
  .px-xl-32 {
    padding-right: 2rem !important;
  }
  .pb-xl-32,
  .py-xl-32 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-32,
  .px-xl-32 {
    padding-left: 2rem !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 2.5rem !important;
  }
  .pt-xl-48,
  .py-xl-48 {
    padding-top: 3rem !important;
  }
  .pr-xl-48,
  .px-xl-48 {
    padding-right: 3rem !important;
  }
  .pb-xl-48,
  .py-xl-48 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-48,
  .px-xl-48 {
    padding-left: 3rem !important;
  }
  .pt-xl-56,
  .py-xl-56 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-56,
  .px-xl-56 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-56,
  .py-xl-56 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-56,
  .px-xl-56 {
    padding-left: 3.5rem !important;
  }
  .pt-xl-64,
  .py-xl-64 {
    padding-top: 4rem !important;
  }
  .pr-xl-64,
  .px-xl-64 {
    padding-right: 4rem !important;
  }
  .pb-xl-64,
  .py-xl-64 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-64,
  .px-xl-64 {
    padding-left: 4rem !important;
  }
  .pt-xl-72,
  .py-xl-72 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-72,
  .px-xl-72 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-72,
  .py-xl-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-72,
  .px-xl-72 {
    padding-left: 4.5rem !important;
  }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 5rem !important;
  }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 5rem !important;
  }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 5rem !important;
  }
  .pt-xl-88,
  .py-xl-88 {
    padding-top: 5.5rem !important;
  }
  .pr-xl-88,
  .px-xl-88 {
    padding-right: 5.5rem !important;
  }
  .pb-xl-88,
  .py-xl-88 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xl-88,
  .px-xl-88 {
    padding-left: 5.5rem !important;
  }
  .pt-xl-96,
  .py-xl-96 {
    padding-top: 6rem !important;
  }
  .pr-xl-96,
  .px-xl-96 {
    padding-right: 6rem !important;
  }
  .pb-xl-96,
  .py-xl-96 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-96,
  .px-xl-96 {
    padding-left: 6rem !important;
  }
  .pt-xl-104,
  .py-xl-104 {
    padding-top: 6.5rem !important;
  }
  .pr-xl-104,
  .px-xl-104 {
    padding-right: 6.5rem !important;
  }
  .pb-xl-104,
  .py-xl-104 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xl-104,
  .px-xl-104 {
    padding-left: 6.5rem !important;
  }
  .pt-xl-112,
  .py-xl-112 {
    padding-top: 7rem !important;
  }
  .pr-xl-112,
  .px-xl-112 {
    padding-right: 7rem !important;
  }
  .pb-xl-112,
  .py-xl-112 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-112,
  .px-xl-112 {
    padding-left: 7rem !important;
  }
  .pt-xl-120,
  .py-xl-120 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-120,
  .px-xl-120 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-120,
  .py-xl-120 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-120,
  .px-xl-120 {
    padding-left: 7.5rem !important;
  }
  .pt-xl-128,
  .py-xl-128 {
    padding-top: 8rem !important;
  }
  .pr-xl-128,
  .px-xl-128 {
    padding-right: 8rem !important;
  }
  .pb-xl-128,
  .py-xl-128 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-128,
  .px-xl-128 {
    padding-left: 8rem !important;
  }
  .pt-xl-140,
  .py-xl-140 {
    padding-top: 8.75rem !important;
  }
  .pr-xl-140,
  .px-xl-140 {
    padding-right: 8.75rem !important;
  }
  .pb-xl-140,
  .py-xl-140 {
    padding-bottom: 8.75rem !important;
  }
  .pl-xl-140,
  .px-xl-140 {
    padding-left: 8.75rem !important;
  }
  .pt-xl-160,
  .py-xl-160 {
    padding-top: 10rem !important;
  }
  .pr-xl-160,
  .px-xl-160 {
    padding-right: 10rem !important;
  }
  .pb-xl-160,
  .py-xl-160 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-160,
  .px-xl-160 {
    padding-left: 10rem !important;
  }
  .pt-xl-186,
  .py-xl-186 {
    padding-top: 11.625rem !important;
  }
  .pr-xl-186,
  .px-xl-186 {
    padding-right: 11.625rem !important;
  }
  .pb-xl-186,
  .py-xl-186 {
    padding-bottom: 11.625rem !important;
  }
  .pl-xl-186,
  .px-xl-186 {
    padding-left: 11.625rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1920px) {
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0rem !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0rem !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 0.25rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 0.5rem !important;
  }
  .mt-xxl-16,
  .my-xxl-16 {
    margin-top: 1rem !important;
  }
  .mr-xxl-16,
  .mx-xxl-16 {
    margin-right: 1rem !important;
  }
  .mb-xxl-16,
  .my-xxl-16 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-16,
  .mx-xxl-16 {
    margin-left: 1rem !important;
  }
  .mt-xxl-24,
  .my-xxl-24 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-24,
  .mx-xxl-24 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-24,
  .my-xxl-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-24,
  .mx-xxl-24 {
    margin-left: 1.5rem !important;
  }
  .mt-xxl-32,
  .my-xxl-32 {
    margin-top: 2rem !important;
  }
  .mr-xxl-32,
  .mx-xxl-32 {
    margin-right: 2rem !important;
  }
  .mb-xxl-32,
  .my-xxl-32 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-32,
  .mx-xxl-32 {
    margin-left: 2rem !important;
  }
  .mt-xxl-40,
  .my-xxl-40 {
    margin-top: 2.5rem !important;
  }
  .mr-xxl-40,
  .mx-xxl-40 {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-40,
  .my-xxl-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxl-40,
  .mx-xxl-40 {
    margin-left: 2.5rem !important;
  }
  .mt-xxl-48,
  .my-xxl-48 {
    margin-top: 3rem !important;
  }
  .mr-xxl-48,
  .mx-xxl-48 {
    margin-right: 3rem !important;
  }
  .mb-xxl-48,
  .my-xxl-48 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-48,
  .mx-xxl-48 {
    margin-left: 3rem !important;
  }
  .mt-xxl-56,
  .my-xxl-56 {
    margin-top: 3.5rem !important;
  }
  .mr-xxl-56,
  .mx-xxl-56 {
    margin-right: 3.5rem !important;
  }
  .mb-xxl-56,
  .my-xxl-56 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxl-56,
  .mx-xxl-56 {
    margin-left: 3.5rem !important;
  }
  .mt-xxl-64,
  .my-xxl-64 {
    margin-top: 4rem !important;
  }
  .mr-xxl-64,
  .mx-xxl-64 {
    margin-right: 4rem !important;
  }
  .mb-xxl-64,
  .my-xxl-64 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-64,
  .mx-xxl-64 {
    margin-left: 4rem !important;
  }
  .mt-xxl-72,
  .my-xxl-72 {
    margin-top: 4.5rem !important;
  }
  .mr-xxl-72,
  .mx-xxl-72 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-72,
  .my-xxl-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxl-72,
  .mx-xxl-72 {
    margin-left: 4.5rem !important;
  }
  .mt-xxl-80,
  .my-xxl-80 {
    margin-top: 5rem !important;
  }
  .mr-xxl-80,
  .mx-xxl-80 {
    margin-right: 5rem !important;
  }
  .mb-xxl-80,
  .my-xxl-80 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-80,
  .mx-xxl-80 {
    margin-left: 5rem !important;
  }
  .mt-xxl-88,
  .my-xxl-88 {
    margin-top: 5.5rem !important;
  }
  .mr-xxl-88,
  .mx-xxl-88 {
    margin-right: 5.5rem !important;
  }
  .mb-xxl-88,
  .my-xxl-88 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxl-88,
  .mx-xxl-88 {
    margin-left: 5.5rem !important;
  }
  .mt-xxl-96,
  .my-xxl-96 {
    margin-top: 6rem !important;
  }
  .mr-xxl-96,
  .mx-xxl-96 {
    margin-right: 6rem !important;
  }
  .mb-xxl-96,
  .my-xxl-96 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-96,
  .mx-xxl-96 {
    margin-left: 6rem !important;
  }
  .mt-xxl-104,
  .my-xxl-104 {
    margin-top: 6.5rem !important;
  }
  .mr-xxl-104,
  .mx-xxl-104 {
    margin-right: 6.5rem !important;
  }
  .mb-xxl-104,
  .my-xxl-104 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxl-104,
  .mx-xxl-104 {
    margin-left: 6.5rem !important;
  }
  .mt-xxl-112,
  .my-xxl-112 {
    margin-top: 7rem !important;
  }
  .mr-xxl-112,
  .mx-xxl-112 {
    margin-right: 7rem !important;
  }
  .mb-xxl-112,
  .my-xxl-112 {
    margin-bottom: 7rem !important;
  }
  .ml-xxl-112,
  .mx-xxl-112 {
    margin-left: 7rem !important;
  }
  .mt-xxl-120,
  .my-xxl-120 {
    margin-top: 7.5rem !important;
  }
  .mr-xxl-120,
  .mx-xxl-120 {
    margin-right: 7.5rem !important;
  }
  .mb-xxl-120,
  .my-xxl-120 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxl-120,
  .mx-xxl-120 {
    margin-left: 7.5rem !important;
  }
  .mt-xxl-128,
  .my-xxl-128 {
    margin-top: 8rem !important;
  }
  .mr-xxl-128,
  .mx-xxl-128 {
    margin-right: 8rem !important;
  }
  .mb-xxl-128,
  .my-xxl-128 {
    margin-bottom: 8rem !important;
  }
  .ml-xxl-128,
  .mx-xxl-128 {
    margin-left: 8rem !important;
  }
  .mt-xxl-140,
  .my-xxl-140 {
    margin-top: 8.75rem !important;
  }
  .mr-xxl-140,
  .mx-xxl-140 {
    margin-right: 8.75rem !important;
  }
  .mb-xxl-140,
  .my-xxl-140 {
    margin-bottom: 8.75rem !important;
  }
  .ml-xxl-140,
  .mx-xxl-140 {
    margin-left: 8.75rem !important;
  }
  .mt-xxl-160,
  .my-xxl-160 {
    margin-top: 10rem !important;
  }
  .mr-xxl-160,
  .mx-xxl-160 {
    margin-right: 10rem !important;
  }
  .mb-xxl-160,
  .my-xxl-160 {
    margin-bottom: 10rem !important;
  }
  .ml-xxl-160,
  .mx-xxl-160 {
    margin-left: 10rem !important;
  }
  .mt-xxl-186,
  .my-xxl-186 {
    margin-top: 11.625rem !important;
  }
  .mr-xxl-186,
  .mx-xxl-186 {
    margin-right: 11.625rem !important;
  }
  .mb-xxl-186,
  .my-xxl-186 {
    margin-bottom: 11.625rem !important;
  }
  .ml-xxl-186,
  .mx-xxl-186 {
    margin-left: 11.625rem !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0rem !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0rem !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 0.25rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 0.5rem !important;
  }
  .pt-xxl-16,
  .py-xxl-16 {
    padding-top: 1rem !important;
  }
  .pr-xxl-16,
  .px-xxl-16 {
    padding-right: 1rem !important;
  }
  .pb-xxl-16,
  .py-xxl-16 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-16,
  .px-xxl-16 {
    padding-left: 1rem !important;
  }
  .pt-xxl-24,
  .py-xxl-24 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-24,
  .px-xxl-24 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-24,
  .py-xxl-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-24,
  .px-xxl-24 {
    padding-left: 1.5rem !important;
  }
  .pt-xxl-32,
  .py-xxl-32 {
    padding-top: 2rem !important;
  }
  .pr-xxl-32,
  .px-xxl-32 {
    padding-right: 2rem !important;
  }
  .pb-xxl-32,
  .py-xxl-32 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-32,
  .px-xxl-32 {
    padding-left: 2rem !important;
  }
  .pt-xxl-40,
  .py-xxl-40 {
    padding-top: 2.5rem !important;
  }
  .pr-xxl-40,
  .px-xxl-40 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-40,
  .py-xxl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxl-40,
  .px-xxl-40 {
    padding-left: 2.5rem !important;
  }
  .pt-xxl-48,
  .py-xxl-48 {
    padding-top: 3rem !important;
  }
  .pr-xxl-48,
  .px-xxl-48 {
    padding-right: 3rem !important;
  }
  .pb-xxl-48,
  .py-xxl-48 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-48,
  .px-xxl-48 {
    padding-left: 3rem !important;
  }
  .pt-xxl-56,
  .py-xxl-56 {
    padding-top: 3.5rem !important;
  }
  .pr-xxl-56,
  .px-xxl-56 {
    padding-right: 3.5rem !important;
  }
  .pb-xxl-56,
  .py-xxl-56 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxl-56,
  .px-xxl-56 {
    padding-left: 3.5rem !important;
  }
  .pt-xxl-64,
  .py-xxl-64 {
    padding-top: 4rem !important;
  }
  .pr-xxl-64,
  .px-xxl-64 {
    padding-right: 4rem !important;
  }
  .pb-xxl-64,
  .py-xxl-64 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-64,
  .px-xxl-64 {
    padding-left: 4rem !important;
  }
  .pt-xxl-72,
  .py-xxl-72 {
    padding-top: 4.5rem !important;
  }
  .pr-xxl-72,
  .px-xxl-72 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-72,
  .py-xxl-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-72,
  .px-xxl-72 {
    padding-left: 4.5rem !important;
  }
  .pt-xxl-80,
  .py-xxl-80 {
    padding-top: 5rem !important;
  }
  .pr-xxl-80,
  .px-xxl-80 {
    padding-right: 5rem !important;
  }
  .pb-xxl-80,
  .py-xxl-80 {
    padding-bottom: 5rem !important;
  }
  .pl-xxl-80,
  .px-xxl-80 {
    padding-left: 5rem !important;
  }
  .pt-xxl-88,
  .py-xxl-88 {
    padding-top: 5.5rem !important;
  }
  .pr-xxl-88,
  .px-xxl-88 {
    padding-right: 5.5rem !important;
  }
  .pb-xxl-88,
  .py-xxl-88 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxl-88,
  .px-xxl-88 {
    padding-left: 5.5rem !important;
  }
  .pt-xxl-96,
  .py-xxl-96 {
    padding-top: 6rem !important;
  }
  .pr-xxl-96,
  .px-xxl-96 {
    padding-right: 6rem !important;
  }
  .pb-xxl-96,
  .py-xxl-96 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-96,
  .px-xxl-96 {
    padding-left: 6rem !important;
  }
  .pt-xxl-104,
  .py-xxl-104 {
    padding-top: 6.5rem !important;
  }
  .pr-xxl-104,
  .px-xxl-104 {
    padding-right: 6.5rem !important;
  }
  .pb-xxl-104,
  .py-xxl-104 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxl-104,
  .px-xxl-104 {
    padding-left: 6.5rem !important;
  }
  .pt-xxl-112,
  .py-xxl-112 {
    padding-top: 7rem !important;
  }
  .pr-xxl-112,
  .px-xxl-112 {
    padding-right: 7rem !important;
  }
  .pb-xxl-112,
  .py-xxl-112 {
    padding-bottom: 7rem !important;
  }
  .pl-xxl-112,
  .px-xxl-112 {
    padding-left: 7rem !important;
  }
  .pt-xxl-120,
  .py-xxl-120 {
    padding-top: 7.5rem !important;
  }
  .pr-xxl-120,
  .px-xxl-120 {
    padding-right: 7.5rem !important;
  }
  .pb-xxl-120,
  .py-xxl-120 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxl-120,
  .px-xxl-120 {
    padding-left: 7.5rem !important;
  }
  .pt-xxl-128,
  .py-xxl-128 {
    padding-top: 8rem !important;
  }
  .pr-xxl-128,
  .px-xxl-128 {
    padding-right: 8rem !important;
  }
  .pb-xxl-128,
  .py-xxl-128 {
    padding-bottom: 8rem !important;
  }
  .pl-xxl-128,
  .px-xxl-128 {
    padding-left: 8rem !important;
  }
  .pt-xxl-140,
  .py-xxl-140 {
    padding-top: 8.75rem !important;
  }
  .pr-xxl-140,
  .px-xxl-140 {
    padding-right: 8.75rem !important;
  }
  .pb-xxl-140,
  .py-xxl-140 {
    padding-bottom: 8.75rem !important;
  }
  .pl-xxl-140,
  .px-xxl-140 {
    padding-left: 8.75rem !important;
  }
  .pt-xxl-160,
  .py-xxl-160 {
    padding-top: 10rem !important;
  }
  .pr-xxl-160,
  .px-xxl-160 {
    padding-right: 10rem !important;
  }
  .pb-xxl-160,
  .py-xxl-160 {
    padding-bottom: 10rem !important;
  }
  .pl-xxl-160,
  .px-xxl-160 {
    padding-left: 10rem !important;
  }
  .pt-xxl-186,
  .py-xxl-186 {
    padding-top: 11.625rem !important;
  }
  .pr-xxl-186,
  .px-xxl-186 {
    padding-right: 11.625rem !important;
  }
  .pb-xxl-186,
  .py-xxl-186 {
    padding-bottom: 11.625rem !important;
  }
  .pl-xxl-186,
  .px-xxl-186 {
    padding-left: 11.625rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 2560px) {
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0rem !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0rem !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 0.25rem !important;
  }
  .mt-xxxl-8,
  .my-xxxl-8 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-8,
  .mx-xxxl-8 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-8,
  .my-xxxl-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-8,
  .mx-xxxl-8 {
    margin-left: 0.5rem !important;
  }
  .mt-xxxl-16,
  .my-xxxl-16 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-16,
  .mx-xxxl-16 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-16,
  .my-xxxl-16 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-16,
  .mx-xxxl-16 {
    margin-left: 1rem !important;
  }
  .mt-xxxl-24,
  .my-xxxl-24 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-24,
  .mx-xxxl-24 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-24,
  .my-xxxl-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-24,
  .mx-xxxl-24 {
    margin-left: 1.5rem !important;
  }
  .mt-xxxl-32,
  .my-xxxl-32 {
    margin-top: 2rem !important;
  }
  .mr-xxxl-32,
  .mx-xxxl-32 {
    margin-right: 2rem !important;
  }
  .mb-xxxl-32,
  .my-xxxl-32 {
    margin-bottom: 2rem !important;
  }
  .ml-xxxl-32,
  .mx-xxxl-32 {
    margin-left: 2rem !important;
  }
  .mt-xxxl-40,
  .my-xxxl-40 {
    margin-top: 2.5rem !important;
  }
  .mr-xxxl-40,
  .mx-xxxl-40 {
    margin-right: 2.5rem !important;
  }
  .mb-xxxl-40,
  .my-xxxl-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxxl-40,
  .mx-xxxl-40 {
    margin-left: 2.5rem !important;
  }
  .mt-xxxl-48,
  .my-xxxl-48 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-48,
  .mx-xxxl-48 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-48,
  .my-xxxl-48 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-48,
  .mx-xxxl-48 {
    margin-left: 3rem !important;
  }
  .mt-xxxl-56,
  .my-xxxl-56 {
    margin-top: 3.5rem !important;
  }
  .mr-xxxl-56,
  .mx-xxxl-56 {
    margin-right: 3.5rem !important;
  }
  .mb-xxxl-56,
  .my-xxxl-56 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxxl-56,
  .mx-xxxl-56 {
    margin-left: 3.5rem !important;
  }
  .mt-xxxl-64,
  .my-xxxl-64 {
    margin-top: 4rem !important;
  }
  .mr-xxxl-64,
  .mx-xxxl-64 {
    margin-right: 4rem !important;
  }
  .mb-xxxl-64,
  .my-xxxl-64 {
    margin-bottom: 4rem !important;
  }
  .ml-xxxl-64,
  .mx-xxxl-64 {
    margin-left: 4rem !important;
  }
  .mt-xxxl-72,
  .my-xxxl-72 {
    margin-top: 4.5rem !important;
  }
  .mr-xxxl-72,
  .mx-xxxl-72 {
    margin-right: 4.5rem !important;
  }
  .mb-xxxl-72,
  .my-xxxl-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxxl-72,
  .mx-xxxl-72 {
    margin-left: 4.5rem !important;
  }
  .mt-xxxl-80,
  .my-xxxl-80 {
    margin-top: 5rem !important;
  }
  .mr-xxxl-80,
  .mx-xxxl-80 {
    margin-right: 5rem !important;
  }
  .mb-xxxl-80,
  .my-xxxl-80 {
    margin-bottom: 5rem !important;
  }
  .ml-xxxl-80,
  .mx-xxxl-80 {
    margin-left: 5rem !important;
  }
  .mt-xxxl-88,
  .my-xxxl-88 {
    margin-top: 5.5rem !important;
  }
  .mr-xxxl-88,
  .mx-xxxl-88 {
    margin-right: 5.5rem !important;
  }
  .mb-xxxl-88,
  .my-xxxl-88 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxxl-88,
  .mx-xxxl-88 {
    margin-left: 5.5rem !important;
  }
  .mt-xxxl-96,
  .my-xxxl-96 {
    margin-top: 6rem !important;
  }
  .mr-xxxl-96,
  .mx-xxxl-96 {
    margin-right: 6rem !important;
  }
  .mb-xxxl-96,
  .my-xxxl-96 {
    margin-bottom: 6rem !important;
  }
  .ml-xxxl-96,
  .mx-xxxl-96 {
    margin-left: 6rem !important;
  }
  .mt-xxxl-104,
  .my-xxxl-104 {
    margin-top: 6.5rem !important;
  }
  .mr-xxxl-104,
  .mx-xxxl-104 {
    margin-right: 6.5rem !important;
  }
  .mb-xxxl-104,
  .my-xxxl-104 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxxl-104,
  .mx-xxxl-104 {
    margin-left: 6.5rem !important;
  }
  .mt-xxxl-112,
  .my-xxxl-112 {
    margin-top: 7rem !important;
  }
  .mr-xxxl-112,
  .mx-xxxl-112 {
    margin-right: 7rem !important;
  }
  .mb-xxxl-112,
  .my-xxxl-112 {
    margin-bottom: 7rem !important;
  }
  .ml-xxxl-112,
  .mx-xxxl-112 {
    margin-left: 7rem !important;
  }
  .mt-xxxl-120,
  .my-xxxl-120 {
    margin-top: 7.5rem !important;
  }
  .mr-xxxl-120,
  .mx-xxxl-120 {
    margin-right: 7.5rem !important;
  }
  .mb-xxxl-120,
  .my-xxxl-120 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxxl-120,
  .mx-xxxl-120 {
    margin-left: 7.5rem !important;
  }
  .mt-xxxl-128,
  .my-xxxl-128 {
    margin-top: 8rem !important;
  }
  .mr-xxxl-128,
  .mx-xxxl-128 {
    margin-right: 8rem !important;
  }
  .mb-xxxl-128,
  .my-xxxl-128 {
    margin-bottom: 8rem !important;
  }
  .ml-xxxl-128,
  .mx-xxxl-128 {
    margin-left: 8rem !important;
  }
  .mt-xxxl-140,
  .my-xxxl-140 {
    margin-top: 8.75rem !important;
  }
  .mr-xxxl-140,
  .mx-xxxl-140 {
    margin-right: 8.75rem !important;
  }
  .mb-xxxl-140,
  .my-xxxl-140 {
    margin-bottom: 8.75rem !important;
  }
  .ml-xxxl-140,
  .mx-xxxl-140 {
    margin-left: 8.75rem !important;
  }
  .mt-xxxl-160,
  .my-xxxl-160 {
    margin-top: 10rem !important;
  }
  .mr-xxxl-160,
  .mx-xxxl-160 {
    margin-right: 10rem !important;
  }
  .mb-xxxl-160,
  .my-xxxl-160 {
    margin-bottom: 10rem !important;
  }
  .ml-xxxl-160,
  .mx-xxxl-160 {
    margin-left: 10rem !important;
  }
  .mt-xxxl-186,
  .my-xxxl-186 {
    margin-top: 11.625rem !important;
  }
  .mr-xxxl-186,
  .mx-xxxl-186 {
    margin-right: 11.625rem !important;
  }
  .mb-xxxl-186,
  .my-xxxl-186 {
    margin-bottom: 11.625rem !important;
  }
  .ml-xxxl-186,
  .mx-xxxl-186 {
    margin-left: 11.625rem !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0rem !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0rem !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 0.25rem !important;
  }
  .pt-xxxl-8,
  .py-xxxl-8 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-8,
  .px-xxxl-8 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-8,
  .py-xxxl-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-8,
  .px-xxxl-8 {
    padding-left: 0.5rem !important;
  }
  .pt-xxxl-16,
  .py-xxxl-16 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-16,
  .px-xxxl-16 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-16,
  .py-xxxl-16 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-16,
  .px-xxxl-16 {
    padding-left: 1rem !important;
  }
  .pt-xxxl-24,
  .py-xxxl-24 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-24,
  .px-xxxl-24 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-24,
  .py-xxxl-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-24,
  .px-xxxl-24 {
    padding-left: 1.5rem !important;
  }
  .pt-xxxl-32,
  .py-xxxl-32 {
    padding-top: 2rem !important;
  }
  .pr-xxxl-32,
  .px-xxxl-32 {
    padding-right: 2rem !important;
  }
  .pb-xxxl-32,
  .py-xxxl-32 {
    padding-bottom: 2rem !important;
  }
  .pl-xxxl-32,
  .px-xxxl-32 {
    padding-left: 2rem !important;
  }
  .pt-xxxl-40,
  .py-xxxl-40 {
    padding-top: 2.5rem !important;
  }
  .pr-xxxl-40,
  .px-xxxl-40 {
    padding-right: 2.5rem !important;
  }
  .pb-xxxl-40,
  .py-xxxl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxxl-40,
  .px-xxxl-40 {
    padding-left: 2.5rem !important;
  }
  .pt-xxxl-48,
  .py-xxxl-48 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-48,
  .px-xxxl-48 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-48,
  .py-xxxl-48 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-48,
  .px-xxxl-48 {
    padding-left: 3rem !important;
  }
  .pt-xxxl-56,
  .py-xxxl-56 {
    padding-top: 3.5rem !important;
  }
  .pr-xxxl-56,
  .px-xxxl-56 {
    padding-right: 3.5rem !important;
  }
  .pb-xxxl-56,
  .py-xxxl-56 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxxl-56,
  .px-xxxl-56 {
    padding-left: 3.5rem !important;
  }
  .pt-xxxl-64,
  .py-xxxl-64 {
    padding-top: 4rem !important;
  }
  .pr-xxxl-64,
  .px-xxxl-64 {
    padding-right: 4rem !important;
  }
  .pb-xxxl-64,
  .py-xxxl-64 {
    padding-bottom: 4rem !important;
  }
  .pl-xxxl-64,
  .px-xxxl-64 {
    padding-left: 4rem !important;
  }
  .pt-xxxl-72,
  .py-xxxl-72 {
    padding-top: 4.5rem !important;
  }
  .pr-xxxl-72,
  .px-xxxl-72 {
    padding-right: 4.5rem !important;
  }
  .pb-xxxl-72,
  .py-xxxl-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxxl-72,
  .px-xxxl-72 {
    padding-left: 4.5rem !important;
  }
  .pt-xxxl-80,
  .py-xxxl-80 {
    padding-top: 5rem !important;
  }
  .pr-xxxl-80,
  .px-xxxl-80 {
    padding-right: 5rem !important;
  }
  .pb-xxxl-80,
  .py-xxxl-80 {
    padding-bottom: 5rem !important;
  }
  .pl-xxxl-80,
  .px-xxxl-80 {
    padding-left: 5rem !important;
  }
  .pt-xxxl-88,
  .py-xxxl-88 {
    padding-top: 5.5rem !important;
  }
  .pr-xxxl-88,
  .px-xxxl-88 {
    padding-right: 5.5rem !important;
  }
  .pb-xxxl-88,
  .py-xxxl-88 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxxl-88,
  .px-xxxl-88 {
    padding-left: 5.5rem !important;
  }
  .pt-xxxl-96,
  .py-xxxl-96 {
    padding-top: 6rem !important;
  }
  .pr-xxxl-96,
  .px-xxxl-96 {
    padding-right: 6rem !important;
  }
  .pb-xxxl-96,
  .py-xxxl-96 {
    padding-bottom: 6rem !important;
  }
  .pl-xxxl-96,
  .px-xxxl-96 {
    padding-left: 6rem !important;
  }
  .pt-xxxl-104,
  .py-xxxl-104 {
    padding-top: 6.5rem !important;
  }
  .pr-xxxl-104,
  .px-xxxl-104 {
    padding-right: 6.5rem !important;
  }
  .pb-xxxl-104,
  .py-xxxl-104 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxxl-104,
  .px-xxxl-104 {
    padding-left: 6.5rem !important;
  }
  .pt-xxxl-112,
  .py-xxxl-112 {
    padding-top: 7rem !important;
  }
  .pr-xxxl-112,
  .px-xxxl-112 {
    padding-right: 7rem !important;
  }
  .pb-xxxl-112,
  .py-xxxl-112 {
    padding-bottom: 7rem !important;
  }
  .pl-xxxl-112,
  .px-xxxl-112 {
    padding-left: 7rem !important;
  }
  .pt-xxxl-120,
  .py-xxxl-120 {
    padding-top: 7.5rem !important;
  }
  .pr-xxxl-120,
  .px-xxxl-120 {
    padding-right: 7.5rem !important;
  }
  .pb-xxxl-120,
  .py-xxxl-120 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxxl-120,
  .px-xxxl-120 {
    padding-left: 7.5rem !important;
  }
  .pt-xxxl-128,
  .py-xxxl-128 {
    padding-top: 8rem !important;
  }
  .pr-xxxl-128,
  .px-xxxl-128 {
    padding-right: 8rem !important;
  }
  .pb-xxxl-128,
  .py-xxxl-128 {
    padding-bottom: 8rem !important;
  }
  .pl-xxxl-128,
  .px-xxxl-128 {
    padding-left: 8rem !important;
  }
  .pt-xxxl-140,
  .py-xxxl-140 {
    padding-top: 8.75rem !important;
  }
  .pr-xxxl-140,
  .px-xxxl-140 {
    padding-right: 8.75rem !important;
  }
  .pb-xxxl-140,
  .py-xxxl-140 {
    padding-bottom: 8.75rem !important;
  }
  .pl-xxxl-140,
  .px-xxxl-140 {
    padding-left: 8.75rem !important;
  }
  .pt-xxxl-160,
  .py-xxxl-160 {
    padding-top: 10rem !important;
  }
  .pr-xxxl-160,
  .px-xxxl-160 {
    padding-right: 10rem !important;
  }
  .pb-xxxl-160,
  .py-xxxl-160 {
    padding-bottom: 10rem !important;
  }
  .pl-xxxl-160,
  .px-xxxl-160 {
    padding-left: 10rem !important;
  }
  .pt-xxxl-186,
  .py-xxxl-186 {
    padding-top: 11.625rem !important;
  }
  .pr-xxxl-186,
  .px-xxxl-186 {
    padding-right: 11.625rem !important;
  }
  .pb-xxxl-186,
  .py-xxxl-186 {
    padding-bottom: 11.625rem !important;
  }
  .pl-xxxl-186,
  .px-xxxl-186 {
    padding-left: 11.625rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.focus-visible {
  outline: none;
}

html {
  height: 100%;
  overflow-x: hidden;
}
@media print {
  html {
    height: unset !important;
  }
}

.has-scroll-smooth {
  backface-visibility: hidden;
  transform: translateZ(0);
}
@media print {
  .has-scroll-smooth {
    backface-visibility: unset;
    transform: unset;
  }
}

.has-scroll-smooth [data-scroll-container] {
  position: fixed;
  width: 100%;
  will-change: transform;
}
@media print {
  .has-scroll-smooth [data-scroll-container] {
    position: static;
    transform: unset !important;
  }
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
}
.page-wrapper::-webkit-scrollbar {
  display: none;
}
.page-wrapper > div:not(.height-auto) {
  min-height: calc(var(--vh, 1vh) * 100);
}

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

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.ps__rail-x,
.ps__rail-y,
.ps__thumb-x,
.ps__thumb-y {
  /* please don't change 'position' */
  position: absolute;
  background-color: transparent;
}
.ps__rail-x:before,
.ps__rail-y:before,
.ps__thumb-x:before,
.ps__thumb-y:before {
  content: "";
  position: absolute;
  display: block;
}

.ps__rail-x:before,
.ps__thumb-x:before {
  left: 0.625rem;
  right: 0.625rem;
  top: 0;
  bottom: 0;
}

.ps__rail-x:before {
  top: 4px;
  height: 4px;
}

.ps__thumb-x:before {
  height: 4px;
}

.ps__rail-y:before,
.ps__thumb-y:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ps__rail-x:before,
.ps__rail-y:before {
  background-color: var(--color-gray-light);
}

.ps__rail-x {
  display: none;
  height: 4px;
  bottom: 0;
}
@media (min-width: 640px) {
  .ps__rail-x {
    height: 4px;
  }
}

.ps__rail-y {
  display: none;
  width: 2px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x:before {
  background-color: var(--color-orange);
}

.ps__thumb-y:before {
  background-color: var(--color-blue);
}

.ps__thumb-x {
  height: 4px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 0;
}

.ps__thumb-y {
  width: 2px;
  right: 0;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  opacity: 0.8;
}

.ps__rail-y:hover > .ps__thumb-y:before,
.ps__rail-y:focus > .ps__thumb-y:before,
.ps__rail-y.ps--clicking .ps__thumb-y:before {
  opacity: 0.8;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.page-enter-active,
.page-leave-active {
  transition: opacity 0.5s;
}

.page-enter,
.page-leave-active {
  opacity: 0;
}

.preFooterText {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  margin-bottom: 8rem;
  padding-left: 3.0625rem;
  padding-right: 3.0625rem;
}

:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-orange: #ff8642;
  --color-blue: #3fa1c7;
  --color-blue-gradient: linear-gradient(
    180deg,
    rgba(63, 161, 199, 0.7) 17.19%,
    rgba(32, 118, 166, 0.1) 100%
  );
  --color-gray-hard: #8e8e8e;
  --color-gray: #e1e1e1;
  --color-gray-light: #f3f3f3;
  --color-gray-light2: #f4f6f7;
  --color-gray-dark: #989d9f;
  --color-red: #ea0000;
  --color-dark-blue: #005171;
  --color-white-rgb: 255, 255, 255;
  --color-black-rgb: 0, 0, 0;
  --color-blue-rgb: 63, 161, 199;
}

.blind-scheme-contrast {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-orange: #000000;
  --color-blue: #000000;
  --color-blue-gradient: #000000;
  --color-gray-hard: #000000;
  --color-gray: #e1e1e1;
  --color-gray-light: #f3f3f3;
  --color-gray-light2: #f4f6f7;
  --color-gray-dark: #989d9f;
  --color-red: #000000;
  --color-dark-blue: #000000;
}

.blind-images-hidden {
  --color-blue-gradient: #000000;
}
.preloader[data-v-c046555a] {
  display: none;
}
.preloader[data-v-c046555a]:not(.hidden) {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  background-color: var(--color-blue);
}
.preloader__picture[data-v-c046555a] {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
.preloader__picture[data-v-c046555a] {
    width: 90rem;
    height: 100%;
}
}
.preloader__picture svg[data-v-c046555a] {
  width: 111.5%;
  bottom: 10.8125rem;
  left: -27%;
  opacity: 0;
  position: absolute;
}
@media (min-width: 640px) and (max-width: 1023.98px) {
.preloader__picture svg[data-v-c046555a] {
    width: 117%;
    bottom: 17.625rem;
    left: -30.5%;
}
}
@media (min-width: 640px) and (max-width: 1023.98px) and (max-height: 800px) {
.preloader__picture svg[data-v-c046555a] {
    bottom: auto;
    top: 0.625rem;
    width: 100%;
    left: -23.5%;
}
}
@media (min-width: 1024px) {
.preloader__picture svg[data-v-c046555a] {
    left: -21%;
    bottom: 17%;
    width: 92.75rem;
}
}
@media (min-width: 2560px) {
.preloader__picture svg[data-v-c046555a] {
    bottom: auto;
    top: 5%;
}
}
.preloading .preloader__picture svg[data-v-c046555a] {
  opacity: 1;
}
.preloader__picture svg:nth-child(even) path[data-v-c046555a] {
  stroke-width: 5px;
}
@media (max-width: 1023.98px) {
.preloader__picture svg:nth-child(even) path[data-v-c046555a] {
    stroke-width: 8px;
}
}
@media (max-width: 639.98px) {
.preloader__picture svg:nth-child(even) path[data-v-c046555a] {
    stroke-width: 10px;
}
}
.preloader__picture svg[data-v-c046555a]:nth-child(3), .preloader__picture svg[data-v-c046555a]:nth-child(4) {
  bottom: 9.625rem;
  left: 14%;
}
@media (min-width: 640px) and (max-width: 1023.98px) {
.preloader__picture svg[data-v-c046555a]:nth-child(3), .preloader__picture svg[data-v-c046555a]:nth-child(4) {
    bottom: 15rem;
    left: 12%;
}
}
@media (min-width: 640px) and (max-width: 1023.98px) and (max-height: 800px) {
.preloader__picture svg[data-v-c046555a]:nth-child(3), .preloader__picture svg[data-v-c046555a]:nth-child(4) {
    bottom: auto;
    top: 1.25rem;
    width: 99%;
    left: 13%;
}
}
@media (min-width: 1024px) {
.preloader__picture svg[data-v-c046555a]:nth-child(3), .preloader__picture svg[data-v-c046555a]:nth-child(4) {
    bottom: 8%;
    left: 16.5%;
    width: 93.125rem;
}
}
@media (min-width: 2560px) {
.preloader__picture svg[data-v-c046555a]:nth-child(3), .preloader__picture svg[data-v-c046555a]:nth-child(4) {
    bottom: auto;
    top: 7%;
}
}
@media (max-width: 1023.98px) {
.preloader__picture svg:nth-child(odd) path[data-v-c046555a] {
    stroke-width: 6px;
}
}
@media (max-width: 639.98px) {
.preloader__picture svg:nth-child(odd) path[data-v-c046555a] {
    stroke-width: 8px;
}
}
.preloader__picture #path2[data-v-c046555a] {
  z-index: 100;
}
.preloader__progress[data-v-c046555a] {
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: 400;
  position: absolute;
  color: var(--color-white);
  left: 5.5%;
  bottom: 9%;
}
.blind-text-medium .preloader__progress[data-v-c046555a] {
  font-size: 3.625rem;
}
.blind-text-large .preloader__progress[data-v-c046555a] {
  font-size: 3.75rem;
}
@media (min-width: 640px) {
.preloader__progress[data-v-c046555a] {
    font-size: 4.5rem;
}
.blind-text-medium .preloader__progress[data-v-c046555a] {
    font-size: 4.625rem;
}
.blind-text-large .preloader__progress[data-v-c046555a] {
    font-size: 4.75rem;
}
}
@media (min-width: 640px) {
.preloader__progress[data-v-c046555a] {
    left: 4.5%;
    bottom: 6%;
}
}
@media (min-width: 1024px) {
.preloader__progress[data-v-c046555a] {
    left: 3.5%;
    bottom: 8%;
}
}
@keyframes fade-c046555a {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
html:not(.has-scroll-init) .preloader[data-v-c046555a] {
  animation: fade-c046555a 0.3s ease 3s forwards;
}
.footer {
  position: relative;
  z-index: 2;
  padding: 2.5rem 0;
}
@media (min-width: 640px) {
.footer {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
}
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: var(--color-gray);
  transition: opacity 0.3s linear 0.5s;
}
.footer.animate::after {
  opacity: 1;
}
.footer__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
.footer__container {
    display: grid;
}
}
@media (min-width: 640px) and (max-width: 1023.98px) {
.footer__container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "phone social" "nav nav" "bottom-nav bottom-nav" "copyright madein";
}
}
@media (min-width: 1024px) {
.footer__container {
    grid-template-columns: repeat(24, 1fr);
}
}
.footer__phone-wrap {
  grid-area: phone;
  display: flex;
  flex-direction: column;
  order: 1;
}
body:not(.no-animate) .footer__phone-wrap {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0s;
}
body:not(.no-animate) .footer__phone-wrap.animate {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .footer__phone-wrap {
  transform: unset !important;
  opacity: 1 !important;
}
@media (min-width: 1024px) {
.footer__phone-wrap {
    grid-column: 1/9;
    grid-row: 1/2;
}
}
@media (min-width: 1920px) {
.footer__phone-wrap {
    grid-column: 1/8;
}
}
.footer__phone {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 400;
  color: var(--color-black);
  white-space: nowrap;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
}
.blind-text-medium .footer__phone {
  font-size: 1.875rem;
}
.blind-text-large .footer__phone {
  font-size: 2rem;
}
@media (min-width: 640px) {
.footer__phone {
    font-size: 2.5rem;
}
.blind-text-medium .footer__phone {
    font-size: 2.625rem;
}
.blind-text-large .footer__phone {
    font-size: 2.75rem;
}
}
body:not(.no-animate) .footer__phone {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.3s;
}
body:not(.no-animate) .animate .footer__phone {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .footer__phone {
  transform: unset !important;
  opacity: 1 !important;
}
@media (hover: hover) and (pointer: fine) {
.footer__phone:hover, .footer__phone.focus-visible {
    color: var(--color-blue);
    text-decoration: none;
}
}
.footer__phone.focus-visible {
  color: var(--color-blue);
  text-decoration: none;
}
@media (min-width: 640px) {
.footer__phone {
    position: relative;
}
}
.footer__phone-description {
  color: var(--color-black);
  margin-top: 0.5rem;
}
body:not(.no-animate) .footer__phone-description {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.35s;
}
body:not(.no-animate) .animate .footer__phone-description {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .footer__phone-description {
  transform: unset !important;
  opacity: 1 !important;
}
@media (min-width: 640px) {
.footer__phone-description {
    margin-top: 1.5rem;
}
}
.footer__nav {
  display: none;
}
@media (min-width: 640px) {
.footer__nav {
    display: block;
    margin-top: 2rem;
    grid-area: nav;
    margin-bottom: -0.75rem;
}
}
@media (min-width: 1024px) {
.footer__nav {
    margin-top: 0;
    grid-column: 9/21;
    grid-row: 1/2;
}
}
@media (min-width: 1920px) {
.footer__nav {
    grid-column: 8/21;
}
}
@media (min-width: 640px) {
.footer__nav-list {
    column-count: 2;
    column-gap: 0.125rem;
}
}
@media (min-width: 1920px) {
.footer__nav-list {
    column-count: unset;
    display: grid;
    grid-column-gap: 0.125rem;
    grid-row-gap: 0.75rem;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(13, calc((2560px - (4.5625rem * 2)) / 24));
    grid-auto-flow: column;
}
}
@media (min-width: 640px) {
.footer__nav-item {
    margin-bottom: 0.75rem;
}
body:not(.no-animate) .footer__nav-item {
    transform: translateY(1.5rem);
    opacity: 0;
    transition-timing-function: ease;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    transition-delay: calc(0.3s + var(--item-index) * 0.1s);
}
body:not(.no-animate) .animate .footer__nav-item {
    transform: unset;
    opacity: 1;
}
html:not(.has-scroll-init) .footer__nav-item {
    transform: unset !important;
    opacity: 1 !important;
}
}
@media (min-width: 1920px) {
.footer__nav-item {
    max-width: 17.375rem;
    margin-bottom: 0;
}
.footer__nav-item:nth-child(-n+4) {
    grid-column: 1/4;
}
.footer__nav-item:nth-child(n+5):nth-child(-n+8) {
    grid-column: 4/6;
    margin-left: 3.875rem;
}
.footer__nav-item:nth-child(n+9):nth-child(-n+12) {
    grid-column: 7/10;
    margin-left: 3.1875rem;
}
}
.footer__nav-link {
  color: var(--color-black);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
}
@media (hover: hover) and (pointer: fine) {
.footer__nav-link:hover, .footer__nav-link.focus-visible {
    color: var(--color-blue);
}
}
.footer__nav-link.focus-visible {
  color: var(--color-blue);
}
.footer__nav-link.nuxt-link-exact-active {
  pointer-events: none;
  color: var(--color-blue);
}
.footer__social {
  display: flex;
  margin-top: 1.5rem;
  order: 2;
}
body:not(.no-animate) .footer__social {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0s;
}
body:not(.no-animate) .footer__social.animate {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .footer__social {
  transform: unset !important;
  opacity: 1 !important;
}
@media (min-width: 640px) {
.footer__social {
    margin-top: 0;
    grid-area: social;
    justify-content: flex-end;
}
}
@media (min-width: 1024px) {
.footer__social {
    margin-top: 0;
    grid-column: 21/25;
    grid-row: 1/2;
}
}
.footer__social-item:not(:last-child) {
  margin-right: 1rem;
}
.footer__copyright {
  order: 4;
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--color-gray-dark);
}
.blind-text-medium .footer__copyright {
  font-size: 1.125rem;
}
.blind-text-large .footer__copyright {
  font-size: 1.25rem;
}
body:not(.no-animate) .footer__copyright {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.3s;
}
body:not(.no-animate) .footer__copyright.animate {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .footer__copyright {
  transform: unset !important;
  opacity: 1 !important;
}
@media (min-width: 640px) {
.footer__copyright {
    margin-top: 2rem;
    grid-area: copyright;
    max-width: 18rem;
}
}
@media (min-width: 1024px) {
.footer__copyright {
    margin-top: 4.5rem;
    grid-column: 1/8;
    grid-row: 2/3;
    max-width: unset;
}
}
@media (min-width: 1920px) {
.footer__copyright {
    margin-top: 5.125rem;
}
}
.footer__bottom-nav {
  order: 3;
  margin-top: 2rem;
}
body:not(.no-animate) .footer__bottom-nav {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.4s;
}
body:not(.no-animate) .footer__bottom-nav.animate {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .footer__bottom-nav {
  transform: unset !important;
  opacity: 1 !important;
}
.footer__bottom-nav li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.footer__bottom-nav .footer__nav-link {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--color-gray-dark);
}
.blind-text-medium .footer__bottom-nav .footer__nav-link {
  font-size: 1.125rem;
}
.blind-text-large .footer__bottom-nav .footer__nav-link {
  font-size: 1.25rem;
}
@media (hover: hover) and (pointer: fine) {
.footer__bottom-nav .footer__nav-link:hover, .footer__bottom-nav .footer__nav-link.focus-visible {
    color: var(--color-black);
}
}
.footer__bottom-nav .footer__nav-link.focus-visible {
  color: var(--color-black);
}
@media (min-width: 640px) {
.footer__bottom-nav {
    grid-area: bottom-nav;
    margin-top: 3rem;
    column-count: 2;
    column-gap: 0.125rem;
}
}
@media (min-width: 1024px) {
.footer__bottom-nav {
    margin-top: 4.5rem;
    grid-column: 9/21;
    grid-row: 2/3;
}
}
@media (min-width: 1920px) {
.footer__bottom-nav {
    margin-top: 5.125rem;
    grid-column: 8/21;
}
}
.footer__madein {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  order: 5;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--color-gray-dark);
}
.blind-text-medium .footer__madein {
  font-size: 1.125rem;
}
.blind-text-large .footer__madein {
  font-size: 1.25rem;
}
body:not(.no-animate) .footer__madein {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.6s;
}
body:not(.no-animate) .footer__madein.animate {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .footer__madein {
  transform: unset !important;
  opacity: 1 !important;
}
@media (min-width: 640px) {
.footer__madein {
    grid-area: madein;
    justify-content: flex-end;
    margin-top: 3.5rem;
    align-items: flex-start;
}
}
@media (min-width: 1024px) {
.footer__madein {
    margin-top: 4.5rem;
    grid-column: 22/25;
    grid-row: 2/3;
}
}
.footer__madein-link {
  display: inline-flex;
  margin-left: 0.5rem;
  margin-top: 0.125rem;
  color: var(--color-black);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
}
@media (hover: hover) and (pointer: fine) {
.footer__madein-link:hover, .footer__madein-link.focus-visible {
    color: var(--color-blue);
}
}
.footer__madein-link.focus-visible {
  color: var(--color-blue);
}
.footer__madein-link .icon {
  width: 2.375rem;
}
@media (min-width: 1024px) {
.footer__madein-link {
    margin-left: 0.75rem;
}
}
.menu {
  height: 0;
  background: linear-gradient(180deg, rgba(63, 149, 183, 0.7) 20.83%, rgba(27, 112, 160, 0.2) 79.17%);
  backdrop-filter: blur(30px);
  width: 100%;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: height, top;
  position: relative;
}
.header:not(.is-open) .menu {
  overflow: hidden;
}
.is-safari .menu {
  background: linear-gradient(180deg, rgb(63, 149, 183) 20.83%, rgb(27, 112, 160) 79.17%);
}
.blind-scheme-contrast .menu {
  background: var(--color-blue-gradient);
}
@media (min-width: 640px) {
.menu {
    margin-top: 0;
}
}
.menu.is-open {
  height: 100%;
}
.menu__container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 9rem;
  padding-bottom: 3rem;
  min-height: calc(var(--vh, 1vh) * 100);
}
@media (min-width: 640px) {
.menu__container {
    padding-top: 8.5rem;
}
}
.menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100% !important;
}
@media (min-width: 640px) {
.menu__bg {
    width: calc(
        ((100% - (2.5rem * 2)) / 12 * 5) + 2.5rem
      ) !important;
}
}
@media (min-width: 1024px) {
.menu__bg {
    width: calc(
        ((100% - (3.0625rem * 2)) / 24 * 7) + 3.0625rem
      ) !important;
}
}
@media (min-width: 1920px) {
.menu__bg {
    width: calc(
        ((100% - (4.5625rem * 2)) / 24 * 7) + 4.5625rem
      ) !important;
}
}
@media (min-width: 2560px) {
.menu__bg {
    width: 50% !important;
}
}
.menu__link {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  color: var(--color-white);
  display: inline-block;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color, transform;
}
.blind-text-medium .menu__link {
  font-size: 1.375rem;
}
.blind-text-large .menu__link {
  font-size: 1.5rem;
}
@media (min-width: 640px) {
.menu__link {
    font-size: 1.5rem;
}
.blind-text-medium .menu__link {
    font-size: 1.625rem;
}
.blind-text-large .menu__link {
    font-size: 1.75rem;
}
}
.menu__link.active, .menu__link.nuxt-link-exact-active {
  color: var(--color-orange);
}
.blind-scheme-contrast .menu__link.active, .blind-scheme-contrast .menu__link.nuxt-link-exact-active {
  color: var(--color-gray);
}
@media (min-width: 640px) {
.menu__link.active, .menu__link.nuxt-link-exact-active {
    transform: translateX(2.5rem);
    max-width: calc(100% - 2.5rem);
}
.menu__link.active:before, .menu__link.nuxt-link-exact-active:before {
    position: absolute;
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--color-orange);
    left: -2rem;
    top: 0.8125rem;
    border-radius: 0.5rem;
}
}
@media (hover: hover) and (pointer: fine) {
.menu__link:hover, .menu__link.focus-visible {
    color: var(--color-orange);
}
}
.menu__link.focus-visible {
  color: var(--color-orange);
}
.menu__link.nuxt-link-exact-active {
  color: var(--color-orange);
  pointer-events: none;
}
.menu__nav {
  display: none;
  width: 100%;
  margin-bottom: 3rem;
}
.menu__nav.active {
  display: flex;
}
@media (min-width: 640px) {
.menu__nav {
    position: relative;
}
.menu__nav:before {
    position: absolute;
    content: "";
    display: block;
    width: 100vw;
    height: calc(var(--height));
    top: -8.5rem;
    left: 41.6666666667%;
    background-color: var(--color-white);
}
}
@media (min-width: 1024px) {
.menu__nav:before {
    left: 29.1666666667%;
}
}
.menu__nav-main {
  width: 100%;
}
.menu__nav-main li:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
.menu__nav-main {
    width: 41.6666666667%;
    margin-right: 8.3333333333%;
}
.menu__nav-main li:not(:last-child) {
    margin-bottom: 1.25rem;
}
}
@media (min-width: 1024px) {
.menu__nav-main {
    width: 29.1666666667%;
    margin-right: 8.3333333333%;
}
.menu__nav-main ul {
    max-width: 80%;
}
}
.menu__nav-sub {
  width: 100%;
  margin-right: -100%;
  transform: translateX(2.375rem);
  z-index: 3;
}
@media (max-width: 639.98px) {
.menu__nav-sub {
    margin-top: -1.5rem;
}
}
@media (min-width: 640px) {
.menu__nav-sub {
    margin-right: 0;
    transform: translateX(0);
    width: 50%;
}
.menu__nav-sub .submenu__close {
    display: none;
}
}
@media (min-width: 1024px) {
.menu__nav-sub {
    width: 33.3333333333%;
    margin-right: 4.1666666667%;
}
}
.menu__nav-sub-sub {
  width: 100%;
  margin-right: -100%;
  transform: translateX(2.375rem);
  z-index: 4;
}
@media (min-width: 640px) {
.menu__nav-sub-sub {
    transform: translateX(0);
    width: 50%;
}
}
@media (min-width: 1024px) {
.menu__nav-sub-sub {
    margin-right: 0;
    width: 25%;
}
}
.menu .submenu {
  transform: translateX(calc(-100% - 2.375rem));
  position: relative;
}
.menu .submenu button,
.menu .submenu ul {
  position: relative;
  z-index: 1;
}
.menu .submenu:before {
  position: absolute;
  content: "";
  display: block;
  background-color: var(--color-white);
  width: calc(100% + 2.375rem);
  height: calc(var(--height));
  top: -9rem;
  left: -1.1875rem;
}
@media (max-width: 639.98px) {
.menu .submenu:before {
    height: calc(var(--height) + 2rem);
}
}
@media (min-width: 1024px) {
.menu .submenu:before {
    display: none;
    background-color: transparent;
    max-height: 100%;
}
}
.menu .submenu li:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media (min-width: 640px) {
.menu .submenu li:not(:last-child) {
    margin-bottom: 1rem;
}
}
.menu .submenu.fade-enter-active, .menu .submenu.fade-leave-active {
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform;
}
.menu .submenu.fade-enter, .menu .submenu.fade-leave-to {
  transform: translateX(0);
}
.menu .submenu.fade-leave-to {
  position: absolute;
  z-index: 1;
}
@media (min-width: 640px) {
.menu .submenu {
    transform: translateX(0%);
    opacity: 1;
}
.menu .submenu.fade-enter, .menu .submenu.fade-leave-to {
    transform: translateX(100%);
    opacity: 0;
}
.menu .submenu--sub {
    transform: translateX(-100%);
    opacity: 1;
}
.menu .submenu--sub.fade-enter, .menu .submenu--sub.fade-leave-to {
    transform: translateX(0);
}
}
@media (min-width: 1024px) {
.menu .submenu {
    transform: translateX(0%);
}
.menu .submenu.fade-enter, .menu .submenu.fade-leave-to {
    transform: translateX(100%);
}
.menu .submenu--sub {
    transform: translateX(0%);
}
.menu .submenu--sub.fade-enter, .menu .submenu--sub.fade-leave-to {
    transform: translateX(100%);
}
}
.menu .submenu__link {
  padding: 0;
  background-color: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  color: var(--color-black);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
}
.menu .submenu__link .icon {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
}
@media (hover: hover) and (pointer: fine) {
.menu .submenu__link:hover, .menu .submenu__link.focus-visible {
    color: var(--color-blue);
}
}
.menu .submenu__link.focus-visible {
  color: var(--color-blue);
}
.menu .submenu__link.nuxt-link-exact-active {
  pointer-events: none;
  color: var(--color-blue);
}
.menu .submenu__link.active {
  color: var(--color-blue);
}
@media (min-width: 640px) {
.menu .submenu__link-parent {
    display: none;
}
}
.menu .submenu__close {
  padding: 0;
  background-color: transparent;
  border: none;
  margin-bottom: 1.5rem;
  margin-top: -2.5rem;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--color-black);
}
@media (min-width: 640px) {
.menu .submenu__close {
    margin-bottom: 2.5rem;
}
}
@media (min-width: 1024px) {
.menu .submenu__close {
    display: none;
}
}
.menu__info {
  position: relative;
  z-index: 5;
  margin-top: auto;
}
@media (min-width: 640px) {
.menu__info {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
}
.menu__phone-wrap {
  color: var(--color-white);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
}
@media (max-width: 639.98px) {
.is-open-submenu .menu__phone-wrap {
    color: var(--color-black);
}
}
@media (min-width: 640px) {
.menu__phone-wrap {
    grid-column: 7/13;
    grid-row: 1/2;
    color: var(--color-black);
}
}
@media (min-width: 1024px) {
.menu__phone-wrap {
    grid-column: 10/13;
}
}
.menu__phone {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
  color: currentColor;
}
.blind-text-medium .menu__phone {
  font-size: 1.625rem;
}
.blind-text-large .menu__phone {
  font-size: 1.75rem;
}
@media (min-width: 640px) {
.menu__phone {
    font-size: 2rem;
}
.blind-text-medium .menu__phone {
    font-size: 2.125rem;
}
.blind-text-large .menu__phone {
    font-size: 2.25rem;
}
}
@media (hover: hover) and (pointer: fine) {
.menu__phone:hover, .menu__phone.focus-visible {
    color: var(--color-blue);
}
}
.menu__phone.focus-visible {
  color: var(--color-blue);
}
.menu__phone-description {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  opacity: 0.4;
  margin-top: 0.25rem;
  color: currentColor;
}
.blind-text-medium .menu__phone-description {
  font-size: 1.125rem;
}
.blind-text-large .menu__phone-description {
  font-size: 1.25rem;
}
.menu__social {
  display: flex;
  margin-top: 2rem;
}
@media (min-width: 640px) {
.menu__social {
    grid-column: 1/6;
    grid-row: 1/2;
    margin-top: 0;
    align-self: end;
}
}
.menu__social-item:not(:last-child) {
  margin-right: 1rem;
}
.menu .menu__pattern {
  display: none;
}
@media (min-width: 640px) {
.menu .menu__pattern {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc((100% - 5rem) / 12 * 7 + 2.5rem);
    display: flex;
    justify-content: center;
    overflow: hidden;
}
}
@media (min-width: 1024px) {
.menu .menu__pattern {
    width: calc((100% - 6rem) / 24 * 17 + 3.0625rem);
}
}
@media (min-width: 1920px) {
.menu .menu__pattern {
    width: calc((100% - 9.125rem) / 24 * 17 + 4.625rem);
}
}
.menu .menu__pattern svg {
  min-height: 277px;
  min-width: 1001px;
  margin-right: 400px;
}
@media (min-width: 640px) and (max-width: 1023.98px) {
.menu .menu__pattern svg {
    position: relative;
    z-index: 5;
}
}
@media (min-width: 1024px) {
.menu .menu__pattern svg {
    margin-right: 0;
}
}
.search-menu {
  position: relative;
  height: 0;
  overflow: hidden;
  color: var(--color-black);
  background: transparent;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: height, opacity;
}
@media (min-width: 640px) {
.search-menu {
    margin-top: 0;
}
}
.search-menu.is-open {
  height: calc(100vh - 4rem);
  height: calc(var(--vh, 1vh) * 100 - 4rem);
  margin-top: 4rem;
}
.search-menu.is-open .search-menu__container {
  display: block;
}
.search-menu__bg {
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-delay: 0.5s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-black);
}
.is-open .search-menu__bg {
  opacity: 0.1;
}
.search-menu__container {
  opacity: 1;
  z-index: 1;
  display: none;
  position: relative;
  height: auto;
  background: var(--color-white);
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}
@media (min-width: 640px) {
.search-menu__container {
    padding-top: 7rem;
    padding-bottom: 3rem;
}
}
.search-menu__title {
  color: var(--color-black);
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
.search-menu__title {
    margin-bottom: 3.5rem;
}
}
.search-menu__search {
  color: var(--color-black);
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--color-gray);
}
.search-menu__results-inner {
  margin-top: 1rem;
  padding-left: 2.8125rem;
}
@media (min-width: 640px) {
.search-menu__results-inner {
    padding-left: 3rem;
}
}
.search-menu__results-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.search-menu__results-link {
  cursor: pointer;
  color: var(--color-gray-dark);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.blind-text-medium .search-menu__results-link {
  font-size: 1.125rem;
}
.blind-text-large .search-menu__results-link {
  font-size: 1.25rem;
}
@media (min-width: 640px) {
.search-menu__results-link {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}
.blind-text-medium .search-menu__results-link {
    font-size: 1.125rem;
}
.blind-text-large .search-menu__results-link {
    font-size: 1.25rem;
}
}
@media (min-width: 640px) and (min-width: 640px) {
.search-menu__results-link {
    font-size: 1.125rem;
}
.blind-text-medium .search-menu__results-link {
    font-size: 1.25rem;
}
.blind-text-large .search-menu__results-link {
    font-size: 1.375rem;
}
}
.search-menu__results-link b {
  color: var(--color-black);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.blind-text-medium .search-menu__results-link b {
  font-size: 1.125rem;
}
.blind-text-large .search-menu__results-link b {
  font-size: 1.25rem;
}
@media (min-width: 640px) {
.search-menu__results-link b {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}
.blind-text-medium .search-menu__results-link b {
    font-size: 1.125rem;
}
.blind-text-large .search-menu__results-link b {
    font-size: 1.25rem;
}
}
@media (min-width: 640px) and (min-width: 640px) {
.search-menu__results-link b {
    font-size: 1.125rem;
}
.blind-text-medium .search-menu__results-link b {
    font-size: 1.25rem;
}
.blind-text-large .search-menu__results-link b {
    font-size: 1.375rem;
}
}
@media (hover: hover) and (pointer: fine) {
.search-menu__results-link:hover, .search-menu__results-link.focus-visible {
    color: var(--color-black);
}
}
.search-menu__results-link.focus-visible {
  color: var(--color-black);
}
.blind-panel {
  top: 0;
  width: 100%;
  z-index: 100;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform;
  color: var(--color-black);
}
@media (max-width: 639.98px) {
.blind-panel {
    transform: translateY(100%);
    position: fixed;
    display: none;
}
.header.is-open .blind-panel {
    display: block;
}
.header.is-blind-open .blind-panel {
    height: 100%;
}
}
@media (min-width: 640px) {
.blind-panel {
    position: absolute;
    transform: translateY(-100%);
    background-color: var(--color-white);
}
}
@media (min-width: 640px) and (max-width: 1023.98px) {
.blind-panel {
    height: auto;
}
}
.blind-panel.is-open {
  transform: translateY(0);
}
@media (min-width: 640px) {
.header:not(.is-main-page) .blind-panel {
    background-color: var(--color-gray-light2);
}
}
.blind-panel__container {
  width: 100%;
  max-width: 2560px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
}
@media (min-width: 640px) {
.blind-panel__container {
    padding-left: 2.3125rem;
    padding-right: 2.3125rem;
}
}
@media (min-width: 1024px) {
.blind-panel__container {
    padding-left: 3.0625rem;
    padding-right: 3.0625rem;
}
}
@media (min-width: 1920px) {
.blind-panel__container {
    padding-left: 4.5625rem;
    padding-right: 4.5625rem;
}
}
@media (max-width: 639.98px) {
.blind-panel__container {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: var(--color-white);
    padding-top: 4.5rem;
    padding-bottom: 2.125rem;
    z-index: 1;
}
.blind-panel__container::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 50%;
    width: 2.5rem;
    height: 0.1875rem;
    background-color: #d9d9d9;
    transform: translateX(-50%);
}
}
@media (min-width: 640px) {
.blind-panel__container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 0.125rem;
    align-items: center;
    padding-top: 1.0625rem;
    padding-bottom: 0.9375rem;
}
}
@media (min-width: 640px) and (max-width: 1023.98px) {
.blind-panel__container {
    grid-row-gap: 1.25rem;
}
}
@media (min-width: 1024px) {
.blind-panel__container {
    grid-template-columns: repeat(24, 1fr);
}
}
.blind-panel__group {
  display: flex;
  align-items: center;
}
@media (max-width: 639.98px) {
.blind-panel__group--font {
    margin-bottom: 1.5rem;
}
}
@media (min-width: 640px) and (max-width: 1023.98px) {
.blind-panel__group--font {
    grid-column: 1/8;
    grid-row: 1/1;
}
}
@media (min-width: 1024px) {
.blind-panel__group--font {
    grid-column: 1/8;
}
}
@media (max-width: 639.98px) {
.blind-panel__group--colors {
    margin-bottom: 1.125rem;
}
}
@media (min-width: 640px) and (max-width: 1023.98px) {
.blind-panel__group--colors {
    grid-column: 1/6;
    grid-row: 2/2;
}
}
@media (min-width: 1024px) {
.blind-panel__group--colors {
    grid-column: 8/13;
}
}
@media (min-width: 640px) and (max-width: 1023.98px) {
.blind-panel__group--images {
    grid-column: 6/11;
    grid-row: 2/2;
}
}
@media (min-width: 1024px) {
.blind-panel__group--images {
    grid-column: 15/19;
}
}
.blind-panel__group--close {
  padding: 0;
  background-color: transparent;
  border: none;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
  color: currentColor;
}
@media (hover: hover) and (pointer: fine) {
.blind-panel__group--close:hover, .blind-panel__group--close.focus-visible {
    color: var(--color-blue);
}
}
.blind-panel__group--close.focus-visible {
  color: var(--color-blue);
}
.blind-panel__group--close .icon {
  flex-shrink: 0;
}
@media (max-width: 639.98px) {
.blind-panel__group--close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.blind-panel__group--close .blind-panel__group-text {
    display: none;
}
}
@media (min-width: 640px) and (max-width: 1023.98px) {
.blind-panel__group--close {
    justify-self: flex-end;
    grid-column: 11/13;
    grid-row: 1/1;
}
}
@media (min-width: 640px) {
.blind-panel__group--close .blind-panel__group-text {
    margin-right: 1rem;
}
}
@media (min-width: 1024px) {
.blind-panel__group--close {
    grid-column: 23/25;
}
}
@media (max-width: 639.98px) {
.blind-panel__group-text {
    min-width: 7.8125rem;
    margin-right: 1.25rem;
}
}
@media (min-width: 640px) {
.blind-panel__group-text {
    margin-right: 1.5rem;
}
}
.blind-panel__group-button {
  position: relative;
  flex-shrink: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: currentColor;
}
.blind-panel__group-button:not(:last-child) {
  margin-right: 1rem;
}
@media (hover: hover) and (pointer: fine) {
.blind-panel__group-button:hover::after, .blind-panel__group-button.focus-visible::after {
    background-size: 100% 1px;
}
}
.blind-panel__group-button.focus-visible::after {
  background-size: 100% 1px;
}
.blind-panel__group-button::after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-size: 0% 1px;
  background-position: 0% 100%;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  transition-property: background-size;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  will-change: background-size;
}
.blind-panel__group-button.active::after {
  background-size: 100% 1px;
}
.blind-panel__group-button--font {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}
.blind-text-medium .blind-panel__group-button--font {
  font-size: 1.375rem;
}
.blind-text-large .blind-panel__group-button--font {
  font-size: 1.5rem;
}
@media (min-width: 640px) {
.blind-panel__group-button--font {
    font-size: 1.5rem;
}
.blind-text-medium .blind-panel__group-button--font {
    font-size: 1.625rem;
}
.blind-text-large .blind-panel__group-button--font {
    font-size: 1.75rem;
}
}
.blind-panel__group-button--font-medium {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.blind-text-medium .blind-panel__group-button--font-medium {
  font-size: 1.625rem;
}
.blind-text-large .blind-panel__group-button--font-medium {
  font-size: 1.75rem;
}
@media (min-width: 640px) {
.blind-panel__group-button--font-medium {
    font-size: 2rem;
}
.blind-text-medium .blind-panel__group-button--font-medium {
    font-size: 2.125rem;
}
.blind-text-large .blind-panel__group-button--font-medium {
    font-size: 2.25rem;
}
}
.blind-panel__group-button--font-large {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 400;
}
.blind-text-medium .blind-panel__group-button--font-large {
  font-size: 1.875rem;
}
.blind-text-large .blind-panel__group-button--font-large {
  font-size: 2rem;
}
@media (min-width: 640px) {
.blind-panel__group-button--font-large {
    font-size: 2.5rem;
}
.blind-text-medium .blind-panel__group-button--font-large {
    font-size: 2.625rem;
}
.blind-text-large .blind-panel__group-button--font-large {
    font-size: 2.75rem;
}
}
.blind-panel__group-button .icon {
  width: 2rem !important;
  height: 2rem !important;
  color: var(--color-blue);
}
.blind-panel__group-button .blind-panel__icon-black {
  color: var(--color-black);
}
.blind-scheme-contrast .image,
.blind-scheme-contrast .user-text img,
.blind-scheme-contrast svg {
  filter: grayscale(100%);
}
.blind-scheme-contrast .blind-panel__group-button svg {
  filter: none !important;
}
.blind-images-hidden .image {
  position: relative;
  max-height: 100%;
  height: 100%;
}
.blind-images-hidden .image img {
  display: none !important;
}
.blind-images-hidden .image__blind {
  display: block !important;
  width: 100%;
  height: 100%;
}
.blind-images-hidden .user-text img {
  display: none;
}
.blind-images-hidden video {
  display: none;
}
.blind-images-hidden .flight-card img {
  display: block !important;
}
.blind-images-hidden .flight-card .image__blind {
  display: none !important;
}
.blind-images-hidden .swiper-slide .image {
  display: block;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  color: var(--color-black);
  background-color: var(--color-white);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, color, background-color, top;
  min-height: 4rem;
  transform: translateY(0%) !important;
}
@media print {
.header {
    display: none;
}
}
@media (min-width: 640px) {
.header {
    min-height: 5rem;
}
}
.header:not(.is-open-search).is-scroll {
  transform: translateY(-100%) !important;
  background-color: var(--color-white);
  color: var(--color-black);
  box-shadow: 0px 1px 20px rgba(var(--color-black-rgb), 0.1);
}
.header.is-filters .header__scheme-filters {
  display: none !important;
}
@media (min-width: 1024px) {
.header.is-filters .header__scheme-filters {
    grid-column: 1/9;
    padding: 0;
    border-bottom: none;
}
}
@media (min-width: 1024px) {
.header.is-filters .header__scheme-search {
    max-width: 19rem;
    width: 100%;
    margin-right: 2rem;
}
}
.header.is-filters .header__scheme-select {
  width: auto;
  min-width: auto;
}
.header.is-filters.always-show {
  transform: translateY(0%) !important;
}
.header.is-filters.always-show .header__nav {
  display: none;
}
.header.is-filters.always-show .header__scheme-filters {
  display: flex !important;
}
.header.is-scroll.is-show {
  transform: translateY(0%) !important;
}
.header.is-hidden {
  transform: translateY(-100%) !important;
}
.header.is-scroll.is-hidden {
  transform: translateY(-100%) !important;
}
.header.is-scroll.is-show.is-hidden {
  transform: translateY(-100%) !important;
}
@media (max-width: 639.98px) {
.header.is-blind-open::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(var(--color-blue-rgb), 0.5);
    z-index: 1;
}
}
.header--white {
  color: var(--color-white);
  background-color: transparent;
}
.header--white .header__container::before {
  background-color: rgba(var(--color-white-rgb), 0.5);
}
.header--transparent {
  background-color: transparent;
}
.header--blue {
  background-color: var(--color-blue);
}
.header--blue:not(.is-scroll):not(.is-open) .header__nav-link,
.header--blue:not(.is-scroll):not(.is-open) .header__languages,
.header--blue:not(.is-scroll):not(.is-open) .header__accessibility-action,
.header--blue:not(.is-scroll):not(.is-open) .header__search-action,
.header--blue:not(.is-scroll):not(.is-open) .header__logo .icon {
  color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
.header--blue:not(.is-scroll):not(.is-open) .header__nav-link:hover, .header--blue:not(.is-scroll):not(.is-open) .header__nav-link.focus-visible,
  .header--blue:not(.is-scroll):not(.is-open) .header__languages:hover,
  .header--blue:not(.is-scroll):not(.is-open) .header__languages.focus-visible,
  .header--blue:not(.is-scroll):not(.is-open) .header__accessibility-action:hover,
  .header--blue:not(.is-scroll):not(.is-open) .header__accessibility-action.focus-visible,
  .header--blue:not(.is-scroll):not(.is-open) .header__search-action:hover,
  .header--blue:not(.is-scroll):not(.is-open) .header__search-action.focus-visible,
  .header--blue:not(.is-scroll):not(.is-open) .header__logo .icon:hover,
  .header--blue:not(.is-scroll):not(.is-open) .header__logo .icon.focus-visible {
    color: var(--color-black);
}
}
.header--blue:not(.is-scroll):not(.is-open) .header__nav-link.focus-visible,
.header--blue:not(.is-scroll):not(.is-open) .header__languages.focus-visible,
.header--blue:not(.is-scroll):not(.is-open) .header__accessibility-action.focus-visible,
.header--blue:not(.is-scroll):not(.is-open) .header__search-action.focus-visible,
.header--blue:not(.is-scroll):not(.is-open) .header__logo .icon.focus-visible {
  color: var(--color-black);
}
.header--blue:not(.is-scroll):not(.is-open) .header__burger span {
  background-color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
.header--blue:not(.is-scroll):not(.is-open) .header__burger:hover span, .header--blue:not(.is-scroll):not(.is-open) .header__burger.focus-visible span {
    background-color: var(--color-black);
}
}
.header--blue:not(.is-scroll):not(.is-open) .header__burger.focus-visible span {
  background-color: var(--color-black);
}
.header--blue .header__container::before {
  background-color: rgba(var(--color-white-rgb), 0.2);
}
.header.is-open-search {
  background: transparent;
}
.header.is-open-search .header__container {
  background-color: var(--color-white);
}
.header.is-open, .header.is-open-search {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(var(--vh, 1vh) * 100);
}
.header__container {
  display: flex;
  position: absolute;
  z-index: 5;
  background-color: transparent;
}
.is-open .header__container {
  color: var(--color-white);
}
@media (min-width: 640px) {
.is-open .header__container {
    color: var(--color-black);
}
}
@media (max-width: 639.98px) {
.is-open.is-open-submenu .header__container {
    color: var(--color-black);
}
}
.header__container:before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--color-gray);
  transform-origin: 0 0;
  transform: scaleX(0);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform;
}
@media (min-width: 640px) {
.is-main-page:not(.is-scroll):not(.is-open-search) .header__container:before {
    left: 0;
}
}
@media (min-width: 1024px) {
.is-main-page:not(.is-scroll):not(.is-open):not(.is-open-search) .header__container:before {
    left: calc((100vw - 6.125rem) * 0.333 + 3.0625rem);
}
}
@media (min-width: 1920px) {
.is-main-page:not(.is-scroll):not(.is-open):not(.is-open-search) .header__container:before {
    left: calc((100vw - 9.125rem) * 0.33333 + 4.5625rem);
}
}
.animate .header__container:before {
  transform: scaleX(1);
}
.is-open .header__container:before {
  background-color: rgba(var(--color-white-rgb), 0.4);
  margin-left: 1.1875rem;
}
@media (min-width: 640px) {
.is-open .header__container:before {
    background-color: #e8e8e8;
    margin-left: 2.3125rem;
}
}
@media (min-width: 1024px) {
.is-open .header__container:before {
    margin-left: 3.0625rem;
}
}
.is-open.is-open-submenu .header__container:before {
  background-color: rgba(var(--color-black-rgb), 0.2);
}
.header__inner {
  position: relative;
  padding-top: 1.125rem;
  padding-bottom: 0.875rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 640px) {
.header__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 0.125rem;
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
}
.is-open .header__inner {
    padding-top: 1.625rem;
    padding-bottom: 1.375rem;
}
}
@media (min-width: 1024px) {
.header__inner {
    margin-left: auto;
    grid-template-columns: repeat(24, 1fr);
    padding-top: 1.625rem;
    padding-bottom: 0.875rem;
}
.is-open .header__inner {
    padding-bottom: 0.875rem;
}
.is-main-page:not(.is-scroll):not(.is-open):not(.is-open-search) .header__inner {
    padding-top: 1.9375rem;
    padding-bottom: 1.25rem;
    grid-template-columns: repeat(16, 1fr);
    width: 66.6666666667%;
}
}
.header__logo {
  position: relative;
  width: 10.375rem;
  min-width: 10.375rem;
  height: 2rem;
}
body:not(.no-animate) .header__logo {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.7s;
}
body:not(.no-animate) .animate .header__logo {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .header__logo {
  transform: unset !important;
  opacity: 1 !important;
}
.header__logo:not([href]) {
  pointer-events: none;
}
.header__logo .icon {
  color: var(--color-black);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
}
@media (hover: hover) and (pointer: fine) {
.header__logo:hover .icon, .header__logo.focus-visible .icon {
    color: var(--color-blue);
}
}
.header__logo.focus-visible .icon {
  color: var(--color-blue);
}
.header--white:not(.is-open):not(.is-scroll):not(.is-open-search) .header__logo .icon {
  color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
.header--white:not(.is-open):not(.is-scroll):not(.is-open-search) .header__logo:hover .icon, .header--white:not(.is-open):not(.is-scroll):not(.is-open-search) .header__logo.focus-visible .icon {
    color: var(--color-black);
}
}
.header--white:not(.is-open):not(.is-scroll):not(.is-open-search) .header__logo.focus-visible .icon {
  color: var(--color-black);
}
@media (min-width: 640px) and (max-width: 1023.98px) {
.header:not(.is-main-page) .header__logo {
    grid-column: 1/5;
}
}
@media (min-width: 640px) {
.header__logo {
    grid-column: 8/12;
    grid-row: 1/2;
    width: 13.125rem;
    min-width: 13.125rem;
    height: 2.5rem;
}
}
@media (min-width: 1024px) {
.header__logo {
    grid-column: 19/23;
}
.is-main-page:not(.is-scroll):not(.is-open):not(.is-open-search) .header__logo {
    grid-column: 11/16;
}
.is-main-page:not(.is-scroll):not(.is-open):not(.is-open-search) .header__logo::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22.5rem;
    height: 4.125rem;
    background-color: rgba(var(--color-black-rgb), 0.8);
    filter: blur(100px);
    -webkit-filter: blur(100px);
    z-index: -1;
    transform: translate(-50%, -50%);
}
}
.header__logo .icon {
  width: 100%;
  height: 100%;
}
.is-open .header__logo {
  color: var(--color-black);
}
@media (max-width: 1023.98px) {
.is-open .header__logo {
    display: none;
}
}
.header__nav {
  display: none;
}
.is-open .header__nav {
  display: flex;
  margin-right: auto;
}
@media (min-width: 640px) and (max-width: 1023.98px) {
.header:not(.is-main-page):not(.is-open) .header__nav {
    display: none;
}
}
@media (min-width: 640px) {
.header__nav {
    display: flex;
    grid-column: 1/6;
    grid-row: 1/2;
}
}
@media (min-width: 1024px) {
.header__nav {
    grid-column: 1/14;
    margin-top: -0.25rem;
    align-self: end;
    margin-bottom: 0.5rem;
}
.is-main-page:not(.is-scroll):not(.is-open):not(.is-open-search) .header__nav {
    grid-column: 1/7;
    margin-top: 0.5rem;
    margin-bottom: 0.375rem;
}
}
.header__nav-list {
  position: relative;
  display: flex;
}
.is-main-page .header__nav-list::before, .is-open .header__nav-list::before {
  content: "";
  position: absolute;
  left: var(--item-offset);
  bottom: -1.125rem;
  display: block;
  height: 2px;
  width: 0;
  background-color: var(--color-orange);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: left, width;
}
@media (min-width: 640px) {
.is-main-page .header__nav-list::before, .is-open .header__nav-list::before {
    bottom: -1.5rem;
}
}
@media (min-width: 1024px) {
.is-main-page .header__nav-list::before, .is-open .header__nav-list::before {
    bottom: -1.625rem;
}
}
.is-main-page.animate .header__nav-list::before {
  width: var(--item-width);
}
@media (min-width: 1024px) {
.is-main-page.is-scroll .header__nav-list::before {
    bottom: -1.375rem;
}
}
@media (min-width: 640px) {
.is-open .header__nav-list::before {
    bottom: -1.5rem;
}
}
@media (min-width: 1024px) {
.is-open .header__nav-list::before {
    bottom: -1.375rem;
}
}
.header__nav-list > li {
  position: relative;
}
body:not(.no-animate) .header__nav-list > li {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: calc(0.2s + var(--item-index) * 0.1s);
}
body:not(.no-animate) .animate .header__nav-list > li {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .header__nav-list > li {
  transform: unset !important;
  opacity: 1 !important;
}
@media (min-width: 640px) and (max-width: 1023.98px) {
.header:not(.is-open) .header__nav-list > li:not(:first-child) {
    display: none;
}
.is-main-page:not(.is-scroll):not(.is-open-search) .header__nav-list > li {
    display: block;
}
}
.header__nav-link {
  position: relative;
  color: var(--color-black);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
  padding-right: 1rem;
  display: inline-block;
}
@media (max-width: 1023.98px) {
.is-open .header__nav-link {
    pointer-events: none;
}
}
.header__nav-link.nuxt-link-exact-active {
  pointer-events: none;
  color: var(--color-blue);
}
@media (hover: hover) and (pointer: fine) {
.header__nav-link:hover, .header__nav-link.focus-visible {
    color: var(--color-blue);
}
}
.header__nav-link.focus-visible {
  color: var(--color-blue);
}
.header--white:not(.is-scroll):not(.is-open-search) .header__nav-link {
  color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
.header--white:not(.is-scroll):not(.is-open-search) .header__nav-link:hover, .header--white:not(.is-scroll):not(.is-open-search) .header__nav-link.focus-visible {
    color: rgba(var(--color-white-rgb), 0.5);
}
}
.header--white:not(.is-scroll):not(.is-open-search) .header__nav-link.focus-visible {
  color: rgba(var(--color-white-rgb), 0.5);
}
li:not(:first-child) .header__nav-link {
  padding-left: 1rem;
}
@media (min-width: 640px) {
.header__nav-link {
    padding-right: 1.5rem;
}
li:not(:first-child) .header__nav-link {
    padding-left: 1.5rem;
}
}
@media (min-width: 1024px) {
.is-main-page:not(.is-open):not(.is-scroll) .header__nav-link.active + .header__subnav {
    transform: translateY(0);
    opacity: 1;
}
}
.is-open:not(.is-open-search) .header__nav-link {
  color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
.is-open:not(.is-open-search) .header__nav-link:hover, .is-open:not(.is-open-search) .header__nav-link.focus-visible {
    color: rgba(var(--color-white-rgb), 0.5);
}
}
.is-open:not(.is-open-search) .header__nav-link.focus-visible {
  color: rgba(var(--color-white-rgb), 0.5);
}
@media (max-width: 639.98px) {
.is-open.is-open-submenu .header__nav-link {
    color: var(--color-black);
}
}
.header__subnav {
  display: none;
}
@media (min-width: 1024px) {
.header__subnav {
    display: block;
    position: absolute;
    top: 4.75rem;
    transition-timing-function: ease;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
}
.is-open .header__subnav, .is-scroll .header__subnav, .is-open-search .header__subnav {
    display: none;
}
li:not(:first-child) .header__subnav {
    padding-left: 1.5rem;
}
}
.header__subnav li {
  margin-bottom: 0.75rem;
}
.header__subnav .header.is-scroll {
  transform: translateY(-200%);
}
.header__subnav:not(.active) {
  transform: translateY(-10%);
  opacity: 0;
}
.header__subnav-link {
  color: var(--color-white);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
}
@media (hover: hover) and (pointer: fine) {
.header__subnav-link:hover, .header__subnav-link.focus-visible {
    color: rgba(var(--color-white-rgb), 0.5);
}
}
.header__subnav-link.focus-visible {
  color: rgba(var(--color-white-rgb), 0.5);
}
.header__languages {
  display: none;
}
body:not(.no-animate) .header__languages {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.4s;
}
body:not(.no-animate) .animate .header__languages {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .header__languages {
  transform: unset !important;
  opacity: 1 !important;
}
.is-open .header__languages {
  display: block;
}
@media (min-width: 1024px) {
.header__languages {
    display: block;
}
}
.header__languages .select {
  min-width: 2.1875rem;
  width: 2.1875rem;
}
.is-open .header__languages .select, .is-scroll .header__languages .select {
  color: var(--color-black);
}
@media (max-width: 639.98px) {
.is-open .header__languages .select, .is-scroll .header__languages .select {
    color: var(--color-white);
}
}
@media (hover: hover) and (pointer: fine) {
.is-open .header__languages .select:hover, .is-open .header__languages .select.focus-visible, .is-scroll .header__languages .select:hover, .is-scroll .header__languages .select.focus-visible {
    color: var(--color-blue);
}
}
.is-open .header__languages .select.focus-visible, .is-scroll .header__languages .select.focus-visible {
  color: var(--color-blue);
}
@media (hover: hover) and (pointer: fine) {
.header__languages .select--white:hover, .header__languages .select--white.focus-visible {
    color: rgba(var(--color-white-rgb), 0.5);
}
}
.header__languages .select--white.focus-visible {
  color: rgba(var(--color-white-rgb), 0.5);
}
.header__languages .select__icon {
  margin-left: 0;
  width: 0.5rem;
}
.header__languages .select__dropdown {
  margin-left: 0;
  width: 4rem;
  min-width: 4rem;
}
.header__accessibility {
  display: none;
  margin-left: auto;
  align-items: center;
}
body:not(.no-animate) .header__accessibility {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.5s;
}
body:not(.no-animate) .animate .header__accessibility {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .header__accessibility {
  transform: unset !important;
  opacity: 1 !important;
}
.is-open .header__accessibility {
  display: flex;
}
@media (min-width: 640px) {
.is-open .header__accessibility {
    margin-left: 2.5rem;
    margin-right: auto;
}
}
@media (min-width: 1024px) {
.header__accessibility {
    display: flex;
    margin-left: 2.5rem;
}
}
.header__accessibility-action {
  padding: 0;
  background-color: transparent;
  border: none;
  height: 1.5rem;
  color: var(--color-black);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
}
@media (max-width: 639.98px) {
.is-open .header__accessibility-action {
    color: var(--color-white);
}
}
@media (hover: hover) and (pointer: fine) {
.header__accessibility-action:hover, .header__accessibility-action.focus-visible {
    color: var(--color-blue);
}
}
.header__accessibility-action.focus-visible {
  color: var(--color-blue);
}
.header--white:not(.is-open):not(.is-scroll):not(.is-open-search) .header__accessibility-action {
  color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
.header--white:not(.is-open):not(.is-scroll):not(.is-open-search) .header__accessibility-action:hover, .header--white:not(.is-open):not(.is-scroll):not(.is-open-search) .header__accessibility-action.focus-visible {
    color: rgba(var(--color-white-rgb), 0.5);
}
}
.header--white:not(.is-open):not(.is-scroll):not(.is-open-search) .header__accessibility-action.focus-visible {
  color: rgba(var(--color-white-rgb), 0.5);
}
.header__search {
  display: flex;
  align-items: center;
  margin-left: auto;
  width: 1.5rem;
}
@media (max-width: 639.98px) {
.is-open .header__search {
    display: none;
}
}
body:not(.no-animate) .header__search {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.6s;
}
body:not(.no-animate) .animate .header__search {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .header__search {
  transform: unset !important;
  opacity: 1 !important;
}
.is-open .header__search {
  margin-left: 2.5rem;
}
@media (min-width: 1024px) {
.header__search {
    margin-left: 2.75rem;
}
}
.header__search-action {
  padding: 0;
  background-color: transparent;
  border: none;
  height: 1.5rem;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
  color: var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
.header__search-action:hover, .header__search-action.focus-visible {
    color: var(--color-blue);
}
}
.header__search-action.focus-visible {
  color: var(--color-blue);
}
.header--white:not(.is-open):not(.is-scroll):not(.is-open-search) .header__search-action {
  color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
.header--white:not(.is-open):not(.is-scroll):not(.is-open-search) .header__search-action:hover, .header--white:not(.is-open):not(.is-scroll):not(.is-open-search) .header__search-action.focus-visible {
    color: rgba(var(--color-white-rgb), 0.5);
}
}
.header--white:not(.is-open):not(.is-scroll):not(.is-open-search) .header__search-action.focus-visible {
  color: rgba(var(--color-white-rgb), 0.5);
}
.header__burger {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
  width: 2rem;
  height: 2rem;
  margin-left: 2.125rem;
  color: currentColor;
  justify-self: end;
}
body:not(.no-animate) .header__burger {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.8s;
}
body:not(.no-animate) .animate .header__burger {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .header__burger {
  transform: unset !important;
  opacity: 1 !important;
}
@media (min-width: 640px) {
.header__burger {
    grid-column: 12/13;
    grid-row: 1/2;
    margin-left: 0;
}
}
@media (min-width: 1024px) {
.header__burger {
    grid-column: 24/25;
    margin-top: -0.75rem;
}
.is-main-page:not(.is-scroll):not(.is-open):not(.is-open-search) .header__burger {
    grid-column: 16/17;
}
}
.header__burger span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  transform-origin: 50% 50%;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity, top, width, background-color;
}
@media (max-width: 639.98px) {
.is-open:not(.is-open-submenu) .header__burger span {
    background-color: var(--color-white);
}
}
.header__burger span:last-child {
  width: 1.3125rem;
}
.header__burger span:nth-child(1) {
  top: 0.4375rem;
}
.header__burger span:nth-child(2) {
  top: 1rem;
}
.header__burger span:nth-child(3) {
  top: 1.5625rem;
}
@media (hover: hover) and (pointer: fine) {
.header__burger:hover span, .header__burger.focus-visible span {
    background-color: var(--color-blue);
}
}
.header__burger.focus-visible span {
  background-color: var(--color-blue);
}
.header--white:not(.is-open):not(.is-scroll):not(.is-open-search) .header__burger span {
  background-color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
.header--white:not(.is-open):not(.is-scroll):not(.is-open-search) .header__burger:hover span, .header--white:not(.is-open):not(.is-scroll):not(.is-open-search) .header__burger.focus-visible span {
    opacity: 0.5;
}
}
.header--white:not(.is-open):not(.is-scroll):not(.is-open-search) .header__burger.focus-visible span {
  opacity: 0.5;
}
@media (min-width: 640px) {
.is-open .header__burger {
    color: var(--color-black);
}
}
@media (min-width: 640px) and (hover: hover) and (pointer: fine) {
.is-open .header__burger:hover, .is-open .header__burger.focus-visible {
    color: var(--color-orange);
}
}
@media (min-width: 640px) {
.is-open .header__burger.focus-visible {
    color: var(--color-orange);
}
}
.is-open .header__burger span:nth-child(1) {
  top: 1rem;
  transform: rotate(45deg);
}
.is-open .header__burger span:nth-child(2) {
  opacity: 0;
}
.is-open .header__burger span:nth-child(3) {
  top: 1rem;
  transform: rotate(-45deg);
  width: 100%;
}
@media (min-width: 640px) {
.is-open-search .header__burger span:nth-child(1) {
    top: 1rem;
    transform: rotate(45deg);
}
.is-open-search .header__burger span:nth-child(2) {
    opacity: 0;
}
.is-open-search .header__burger span:nth-child(3) {
    top: 1rem;
    transform: rotate(-45deg);
    width: 100%;
}
}
.header__actions {
  display: flex;
  align-items: center;
  margin-left: auto;
  height: 1.5rem;
}
.is-open .header__actions {
  width: 100%;
}
@media (min-width: 640px) and (max-width: 1023.98px) {
.header:not(.is-main-page) .header__actions {
    grid-column: 11/12;
    margin-left: 0;
    margin-right: auto;
}
}
@media (min-width: 640px) {
.header__actions {
    grid-column: 6/7;
    grid-row: 1/2;
}
.is-open .header__actions {
    grid-column: 7/10;
}
}
@media (min-width: 1024px) {
.header__actions {
    grid-column: 15/18;
}
.is-main-page:not(.is-scroll):not(.is-open):not(.is-open-search) .header__actions {
    grid-column: 7/10;
}
.is-open .header__actions {
    grid-column: 15/18;
}
}
@media (max-width: 639.98px) {
.is-open .header__actions {
    position: absolute;
    top: 5.5rem;
}
}
@media (max-width: 639.98px) {
.is-open-submenu .header__actions {
    opacity: 0;
    pointer-events: none;
}
}
html:not(.has-scroll-init) .header {
  color: var(--color-black) !important;
}
html:not(.has-scroll-init) .header .header__logo::before {
  content: none !important;
}
@media (min-width: 640px) {
.is-show-slider-information .header:not(.is-scroll) {
    top: 8.6875rem;
}
}
@media (min-width: 1024px) {
.is-show-slider-information .header:not(.is-scroll) {
    top: 4.5rem;
}
}
@media (min-width: 640px) {
.is-show-slider-information .header:not(.is-scroll) .blind-panel:not(.is-open) {
    transform: translateY(calc(-100% - 8.6875rem));
}
}
@media (min-width: 1024px) {
.is-show-slider-information .header:not(.is-scroll) .blind-panel:not(.is-open) {
    transform: translateY(calc(-100% - 4.5rem));
}
}
.cookies {
  position: fixed;
  bottom: 0;
  width: 100vw;
  padding: 1.5rem 1.1875rem 2rem 1.1875rem;
  z-index: 8;
  opacity: 0;
  pointer-events: none;
  background-color: var(--color-blue);
  color: white;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: opacity;
}
@media (min-width: 640px) {
.cookies {
    flex-wrap: nowrap;
    padding: 2.5rem 2.25rem;
}
}
@media (min-width: 1024px) {
.cookies {
    padding: 2.5rem;
    width: 34.875rem;
    right: 3.0625rem;
    bottom: 3.8125rem;
}
}
.cookies.is-active {
  opacity: 1;
  pointer-events: all;
}
.cookies__description {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
.cookies__description {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
}
.cookies__description a[href] {
  color: var(--color-white);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-image: linear-gradient(var(--color-white), var(--color-white));
  background-repeat: no-repeat;
  text-decoration: none !important;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: background-image;
}
@media (hover: hover) and (pointer: fine) {
.cookies__description a[href]:hover, .cookies__description a[href].focus-visible {
    background-image: none;
}
}
.cookies__description a[href].focus-visible {
  background-image: none;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  border-radius: 2rem;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color, border-color, background-color;
  padding: 0;
  background-color: transparent;
  border: none;
  padding: 0 1.5rem;
  cursor: pointer;
}
@media (max-width: 639.98px) {
.blind-text-medium .btn {
    height: auto;
}
.blind-text-large .btn {
    height: auto;
}
}
@media (min-width: 640px) {
.btn {
    height: 3rem;
    padding: 0 1.4375rem;
}
}
.btn::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.125rem;
  margin-right: 0.75rem;
  background-color: var(--color-orange);
  border-radius: 50%;
}
.btn--blue {
  border: 1px solid rgba(var(--color-white-rgb), 0.4);
  color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
.btn--blue:hover, .btn--blue.focus-visible {
    border-color: var(--color-orange);
}
}
.btn--blue.focus-visible {
  border-color: var(--color-orange);
}
.btn--blue[disabled] {
  background-color: rgba(var(--color-black-rgb), 0.2);
  color: var(--color-white);
  border-color: transparent;
}
.btn--blue[disabled]::before {
  background-color: var(--color-gray-hard);
}
.btn--white {
  border: 1px solid var(--color-gray);
  color: var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
.btn--white:hover, .btn--white.focus-visible {
    border-color: var(--color-blue);
}
}
.btn--white.focus-visible {
  border-color: var(--color-blue);
}
.btn--white[disabled] {
  background-color: var(--color-gray);
  color: var(--color-gray-hard);
  border-color: var(--color-gray);
}
.btn--white[disabled]::before {
  background-color: var(--color-gray-hard);
}
.btn--orange {
  background-color: var(--color-orange);
  border: 1px solid var(--color-orange);
  color: var(--color-white);
}
.btn--orange::before {
  content: none;
}
@media (hover: hover) and (pointer: fine) {
.btn--orange:hover, .btn--orange.focus-visible {
    border-color: var(--color-blue);
    background-color: var(--color-blue);
}
}
.btn--orange.focus-visible {
  border-color: var(--color-blue);
  background-color: var(--color-blue);
}
.btn--orange[disabled] {
  background-color: var(--color-gray);
  color: var(--color-gray-hard);
  border-color: var(--color-gray);
}
@media (min-width: 640px) {
.btn--small {
    height: 2.5rem;
    padding: 0 1.4375rem;
}
}
.btn--only-text {
  height: 2.5rem;
  padding: 0 1rem;
  border: 1px solid rgba(var(--color-white-rgb), 0.4);
  color: var(--color-white);
}
.btn--only-text::before {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
.btn--only-text:hover, .btn--only-text.focus-visible {
    color: var(--color-black);
    background-color: var(--color-white);
}
}
.btn--only-text.focus-visible {
  color: var(--color-black);
  background-color: var(--color-white);
}
.btn--icon {
  border: 1px solid var(--color-gray);
  color: var(--color-black);
  padding-left: 0.25rem;
  padding-right: 1.125rem;
}
@media (min-width: 640px) {
.btn--icon {
    padding-right: 1.5rem;
}
}
.btn--icon .btn__text {
  margin-left: 0.75rem;
}
.btn--icon .btn__text span {
  color: var(--color-gray-dark);
}
.btn--icon .icon {
  width: 2rem;
  height: 2rem;
}
@media (min-width: 640px) {
.btn--icon .icon {
    width: 2.5rem;
    height: 2.5rem;
}
}
@media (hover: hover) and (pointer: fine) {
.btn--icon:hover, .btn--icon.focus-visible {
    border-color: var(--color-blue);
}
}
.btn--icon.focus-visible {
  border-color: var(--color-blue);
}
.btn--icon[disabled] {
  background-color: var(--color-gray);
  color: var(--color-gray-hard);
  border-color: var(--color-gray);
}
.btn--icon::before {
  display: none;
}
.btn__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: lowercase;
}
.blind-text-medium .btn__text {
  font-size: 1.125rem;
}
.blind-text-large .btn__text {
  font-size: 1.25rem;
}
@media (min-width: 640px) {
.btn__text {
    font-size: 1.125rem;
}
.blind-text-medium .btn__text {
    font-size: 1.25rem;
}
.blind-text-large .btn__text {
    font-size: 1.375rem;
}
}
.button-top {
  position: fixed;
  right: 1.75rem;
  bottom: 0.875rem;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  padding: 0;
  background-color: transparent;
  border: none;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color, background-color, opacity;
  color: var(--color-black);
  background-color: var(--color-gray);
}
@media (min-width: 640px) {
.button-top {
    right: 1rem;
    bottom: 0.875rem;
    width: 3rem;
    height: 3rem;
}
}
@media (min-width: 1024px) {
.button-top {
    right: 1.5rem;
    bottom: 0.875rem;
}
}
@media (hover: hover) and (pointer: fine) {
.button-top:hover, .button-top.focus-visible {
    color: var(--color-white);
    background-color: var(--color-blue);
}
}
.button-top.focus-visible {
  color: var(--color-white);
  background-color: var(--color-blue);
}
.button-top:not(.active) {
  opacity: 0;
  pointer-events: none;
}
.checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
.checkbox:hover.checkbox--blue .checkbox__box, .checkbox.focus-visible.checkbox--blue .checkbox__box {
    border-color: var(--color-blue);
}
.checkbox:hover.checkbox--blue [type=checkbox]:checked ~ .checkbox__box, .checkbox.focus-visible.checkbox--blue [type=checkbox]:checked ~ .checkbox__box {
    border-color: var(--color-dark-blue);
    background-color: var(--color-dark-blue);
}
.checkbox:hover.checkbox--white .checkbox__box, .checkbox.focus-visible.checkbox--white .checkbox__box {
    border-color: var(--color-white);
}
.checkbox:hover.checkbox--white [type=checkbox]:checked ~ .checkbox__box, .checkbox.focus-visible.checkbox--white [type=checkbox]:checked ~ .checkbox__box {
    border-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
}
.checkbox:hover.checkbox--white [type=checkbox]:checked ~ .checkbox__box .icon, .checkbox.focus-visible.checkbox--white [type=checkbox]:checked ~ .checkbox__box .icon {
    color: var(--color-white);
}
}
.checkbox.focus-visible.checkbox--blue .checkbox__box {
  border-color: var(--color-blue);
}
.checkbox.focus-visible.checkbox--blue [type=checkbox]:checked ~ .checkbox__box {
  border-color: var(--color-dark-blue);
  background-color: var(--color-dark-blue);
}
.checkbox.focus-visible.checkbox--white .checkbox__box {
  border-color: var(--color-white);
}
.checkbox.focus-visible.checkbox--white [type=checkbox]:checked ~ .checkbox__box {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
}
.checkbox.focus-visible.checkbox--white [type=checkbox]:checked ~ .checkbox__box .icon {
  color: var(--color-white);
}
.checkbox__box {
  position: absolute;
  top: 0.125rem;
  left: 0.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  color: var(--color-white);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: background-color, box-shadow, border-color;
}
[type=radio] ~ .checkbox__box {
  border-radius: 50%;
}
.checkbox__box .icon {
  opacity: 0;
  margin: -0.1875rem;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: opacity, color;
}
.checkbox--blue .checkbox__box .icon {
  color: var(--color-white);
}
.checkbox--white .checkbox__box .icon {
  color: var(--color-black);
}
.checkbox--blue [type=checkbox] ~ .checkbox__box {
  border: 1px solid var(--color-gray-dark);
}
.checkbox--blue [type=radio] ~ .checkbox__box {
  box-shadow: inset 0px 0px 0px 1px var(--color-blue);
}
.checkbox--white [type=checkbox] ~ .checkbox__box {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.checkbox--white [type=checkbox]:disabled ~ .checkbox__box {
  border-color: rgba(var(--color-white-rgb), 0.5);
}
.checkbox--white [type=radio] ~ .checkbox__box {
  box-shadow: inset 0px 0px 0px 1px var(--color-white);
}
.checkbox--white [type=radio]:disabled ~ .checkbox__box {
  box-shadow: inset 0px 0px 0px 1px rgba(var(--color-white-rgb), 0.5);
}
.checkbox__text {
  position: relative;
  user-select: none;
  display: block;
  padding-left: 2.5rem;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
}
.blind-text-medium .checkbox__text {
  font-size: 1.125rem;
}
.blind-text-large .checkbox__text {
  font-size: 1.25rem;
}
.checkbox--white .checkbox__text {
  color: var(--color-white);
}
.checkbox--white .checkbox__input:disabled ~ .checkbox__text {
  color: rgba(var(--color-white-rgb), 0.5);
}
.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.checkbox--blue .checkbox__input[type=checkbox]:checked ~ .checkbox__box {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}
.checkbox--blue .checkbox__input[type=checkbox]:checked ~ .checkbox__box .icon {
  opacity: 1;
}
.checkbox--white .checkbox__input[type=checkbox]:checked ~ .checkbox__box {
  background-color: var(--color-white);
  border-color: var(--color-white);
}
.checkbox--white .checkbox__input[type=checkbox]:checked ~ .checkbox__box .icon {
  color: var(--color-black);
  opacity: 1;
}
.checkbox--blue .checkbox__input[type=radio]:checked ~ .checkbox__box {
  box-shadow: inset 0px 0px 0px 4px var(--color-blue);
}
.checkbox--white .checkbox__input[type=checkbox]:checked ~ .checkbox__box .icon {
  opacity: 1;
}
.checkbox--white .checkbox__input[type=checkbox]:checked:disabled ~ .checkbox__box {
  background-color: rgba(var(--color-white-rgb), 0.5);
  border-color: rgba(var(--color-white-rgb), 0.5);
}
.checkbox--white .checkbox__input[type=checkbox]:checked:disabled ~ .checkbox__box .icon {
  color: rgba(var(--color-white-rgb), 0.5);
}
.checkbox--white .checkbox__input[type=radio]:checked ~ .checkbox__box {
  background-color: var(--color-white);
}
.checkbox--white .checkbox__input[type=radio]:checked:disabled ~ .checkbox__box {
  box-shadow: inset 0px 0px 0px 1px rgba(var(--color-white-rgb), 0.5);
  background-color: rgba(var(--color-white-rgb), 0.5);
}
.checkbox--white .checkbox__input[type=radio]:checked:disabled ~ .checkbox__box:before {
  content: "";
  position: absolute;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: rgba(var(--color-white-rgb), 0.5);
}
.checkbox__error {
  color: var(--color-red);
  margin-top: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.blind-text-medium .checkbox__error {
  font-size: 1.125rem;
}
.blind-text-large .checkbox__error {
  font-size: 1.25rem;
}
.contact__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(var(--color-black-rgb), 0.5);
  margin-bottom: 1rem;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
}
.blind-text-medium .contact__title {
  font-size: 1.125rem;
}
.blind-text-large .contact__title {
  font-size: 1.25rem;
}
.contact__text {
  color: var(--color-black);
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
}
.blind-text-medium .contact__text {
  font-size: 1.375rem;
}
.blind-text-large .contact__text {
  font-size: 1.5rem;
}
@media (min-width: 640px) {
.contact__text {
    font-size: 1.5rem;
}
.blind-text-medium .contact__text {
    font-size: 1.625rem;
}
.blind-text-large .contact__text {
    font-size: 1.75rem;
}
}
.contact--big .contact__text {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.blind-text-medium .contact--big .contact__text {
  font-size: 1.625rem;
}
.blind-text-large .contact--big .contact__text {
  font-size: 1.75rem;
}
@media (min-width: 640px) {
.contact--big .contact__text {
    font-size: 2rem;
}
.blind-text-medium .contact--big .contact__text {
    font-size: 2.125rem;
}
.blind-text-large .contact--big .contact__text {
    font-size: 2.25rem;
}
}
.contact--small .contact__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.blind-text-medium .contact--small .contact__text {
  font-size: 1.125rem;
}
.blind-text-large .contact--small .contact__text {
  font-size: 1.25rem;
}
@media (hover: hover) and (pointer: fine) {
.contact__text[href]:hover, .contact__text[href].focus-visible {
    color: var(--color-blue);
}
}
.contact__text[href].focus-visible {
  color: var(--color-blue);
}
.factoid {
  display: flex;
  flex-direction: column;
}
.factoid--white {
  color: var(--color-white);
}
.factoid__title {
  font-size: 0.625rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-gray-dark);
  margin-bottom: 0.5rem;
}
.blind-text-medium .factoid__title {
  font-size: 0.75rem;
}
.blind-text-large .factoid__title {
  font-size: 0.875rem;
}
@media (min-width: 640px) {
.factoid__title {
    font-size: 0.625rem;
}
.blind-text-medium .factoid__title {
    font-size: 0.75rem;
}
.blind-text-large .factoid__title {
    font-size: 0.875rem;
}
}
@media (min-width: 640px) {
.factoid__title {
    margin-bottom: 1rem;
}
}
.factoid__number {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  color: var(--color-black);
}
.blind-text-medium .factoid__number {
  font-size: 1.625rem;
}
.blind-text-large .factoid__number {
  font-size: 1.75rem;
}
@media (min-width: 640px) {
.factoid__number {
    font-size: 2rem;
}
.blind-text-medium .factoid__number {
    font-size: 2.125rem;
}
.blind-text-large .factoid__number {
    font-size: 2.25rem;
}
}
body:not(.no-animate) .factoid__number {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.5s;
}
body:not(.no-animate) .animate .factoid__number {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .factoid__number {
  transform: unset !important;
  opacity: 1 !important;
}
.factoid--white .factoid__number {
  color: var(--color-white);
}
.factoid__text {
  margin-top: 0.25rem;
  color: var(--color-gray-dark);
}
body:not(.no-animate) .factoid__text {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.8s;
}
body:not(.no-animate) .animate .factoid__text {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .factoid__text {
  transform: unset !important;
  opacity: 1 !important;
}
@media (min-width: 640px) {
.factoid__text {
    margin-top: 1rem;
}
}
.flight-big-tab {
  padding: 0;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  position: relative;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
  color: var(--color-gray-hard);
}
.flight-big-tab:first-child {
  margin-right: 1.5rem;
}
@media (min-width: 640px) {
.flight-big-tab:first-child {
    margin-right: 2.5rem;
}
}
.flight-big-tab.active {
  color: var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
.flight-big-tab:hover:not(.active), .flight-big-tab.focus-visible:not(.active) {
    color: var(--color-black);
}
}
.flight-big-tab.focus-visible:not(.active) {
  color: var(--color-black);
}
.flight-big-tab__text {
  font-size: 2.125rem;
  line-height: 1.1;
  font-weight: 400;
}
.blind-text-medium .flight-big-tab__text {
  font-size: 2.25rem;
}
.blind-text-large .flight-big-tab__text {
  font-size: 2.375rem;
}
@media (min-width: 640px) {
.flight-big-tab__text {
    font-size: 3.5rem;
}
.blind-text-medium .flight-big-tab__text {
    font-size: 3.625rem;
}
.blind-text-large .flight-big-tab__text {
    font-size: 3.75rem;
}
}
.flight-tab {
  padding: 0;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  position: relative;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
  color: var(--color-gray-hard);
}
.flight-tab::after {
  content: "";
  position: absolute;
  bottom: -1.53125rem;
  left: 50%;
  height: 0.125rem;
  opacity: 0;
  background-color: var(--color-orange);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: opacity;
  transform: translateX(-50%);
  width: 10.625rem;
}
@media (min-width: 640px) {
.flight-tab::after {
    bottom: -1.84375rem;
    width: calc(100% + 3.4375rem);
}
}
@media (min-width: 1920px) {
.flight-tab::after {
    bottom: -2.46875rem;
}
}
.flight-tab:first-child {
  margin-right: 2rem;
}
@media (max-width: 639.98px) {
.flight-tab:first-child::after {
    left: auto;
    transform: none;
    right: -0.75rem;
}
}
@media (min-width: 640px) {
.flight-tab:first-child {
    margin-right: 3.25rem;
}
}
@media (max-width: 639.98px) {
.flight-tab:last-child::after {
    left: 0rem;
    transform: none;
}
}
.flight-tab.active {
  color: var(--color-black);
}
.flight-tab.active::after {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
.flight-tab:hover:not(.active), .flight-tab.focus-visible:not(.active) {
    color: var(--color-black);
}
}
.flight-tab.focus-visible:not(.active) {
  color: var(--color-black);
}
.flight-tab__text {
  margin-left: 1rem;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.blind-text-medium .flight-tab__text {
  font-size: 1.625rem;
}
.blind-text-large .flight-tab__text {
  font-size: 1.75rem;
}
@media (min-width: 640px) {
.flight-tab__text {
    font-size: 2rem;
}
.blind-text-medium .flight-tab__text {
    font-size: 2.125rem;
}
.blind-text-large .flight-tab__text {
    font-size: 2.25rem;
}
}
.image {
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  user-select: none;
}
.image.is-contain {
  background-size: contain;
  object-fit: contain;
}
.image.fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image[data-gallery-image] {
  cursor: pointer;
}
body:not(.no-animate) .image[data-animate], body:not(.no-animate) .image[data-animate-sequence] {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.3s;
}
body:not(.no-animate) .image[data-animate].animate, body:not(.no-animate) .image[data-animate-sequence].animate {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .image[data-animate], html:not(.has-scroll-init) .image[data-animate-sequence] {
  transform: unset !important;
  opacity: 1 !important;
}
.image__blind {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: var(--color-gray-dark);
  display: none !important;
}
.blind-images-hidden .image__blind {
  opacity: 1;
  display: block !important;
}
.image__blind-alt {
  display: none !important;
  word-break: break-all;
}
.input__wrapper {
  display: flex;
}
.input__inner {
  position: relative;
  width: 100%;
}
.input__search-icon {
  margin-right: 0.625rem;
  flex-shrink: 0;
}
@media (min-width: 640px) {
.input__search-icon {
    margin-right: 1rem;
}
}
.input__input {
  display: block;
  width: 100%;
  height: 2.0625rem;
  padding: 0 0 0.25rem 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none !important;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: border-color;
}
.input__input::placeholder {
  color: var(--color-black);
}
.input__input:not(.input__input--search) {
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 0.5rem;
}
@media (hover: hover) and (pointer: fine) {
.input__input:not(.input__input--search):hover, .input__input:not(.input__input--search).focus-visible {
    border-color: var(--color-black);
}
}
.input__input:not(.input__input--search).focus-visible {
  border-color: var(--color-black);
}
@media (min-width: 640px) {
.input__input {
    height: 2.25rem;
}
}
.input__input ~ .label {
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  position: absolute;
  top: 0;
  pointer-events: none;
  left: 0;
  will-change: transform;
  transform-origin: top left;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform;
}
.input__input:focus:not(:disabled)::placeholder, .input__input.not-empty:not(:disabled)::placeholder {
  opacity: 1;
}
.input__input:focus ~ .label, .input__input.not-empty ~ .label {
  transform: translateY(-70%) scale(0.8);
  overflow: visible;
  padding-right: 0;
  max-width: 135%;
  color: var(--color-gray-dark);
}
.input__input:focus ~ .label::after, .input__input.not-empty ~ .label::after {
  display: none;
}
.input__input:focus ~ .label .label__text, .input__input.not-empty ~ .label .label__text {
  white-space: nowrap;
}
.input__input--search {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.blind-text-medium .input__input--search {
  font-size: 1.125rem;
}
.blind-text-large .input__input--search {
  font-size: 1.25rem;
}
.input__input--search::placeholder {
  color: var(--color-gray-dark);
}
.input__error {
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  color: var(--color-red);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.blind-text-medium .input__error {
  font-size: 1.125rem;
}
.blind-text-large .input__error {
  font-size: 1.25rem;
}
.input__reset {
  align-self: flex-start;
  cursor: pointer;
  margin-left: 0.5rem;
  padding: 0;
  background-color: transparent;
  border: none;
  display: flex;
  color: var(--color-black);
}
.input__reset svg {
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform;
}
.input__reset:hover {
  color: var(--color-blue);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.input-search__wrapper {
  display: flex;
  align-items: center;
}
.input-search__icon {
  width: 2rem;
  height: 2rem;
  color: var(--color-black);
}
.input-search__clear {
  margin-right: 0.625rem;
  height: 2rem;
  flex-shrink: 0;
  border: none;
  padding: 0;
  background-color: transparent;
}
@media (min-width: 640px) {
.input-search__clear {
    margin-right: 1rem;
}
}
.input-search__input {
  display: block;
  width: 100%;
  height: 1.75rem;
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none !important;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}
.blind-text-medium .input-search__input {
  font-size: 1.375rem;
}
.blind-text-large .input-search__input {
  font-size: 1.5rem;
}
@media (min-width: 640px) {
.input-search__input {
    font-size: 1.5rem;
}
.blind-text-medium .input-search__input {
    font-size: 1.625rem;
}
.blind-text-large .input-search__input {
    font-size: 1.75rem;
}
}
@media (min-width: 640px) {
.input-search__input {
    height: 2.125rem;
}
}
.link-action {
  padding: 0;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
}
.link-action--small {
  align-items: center;
}
@media (max-width: 639.98px) {
.link-action--small.link-action--blue {
    display: inline-block;
}
.link-action--small.link-action--blue .link-action__icon {
    top: 0.375rem;
}
}
.link-action--black {
  color: var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
.link-action:not(.link-action__not-active):hover .link-action__text, .link-action:not(.link-action__not-active).focus-visible .link-action__text {
    background-size: 100% 1px;
}
.link-action:not(.link-action__not-active):hover .link-action__arrow, .link-action:not(.link-action__not-active).focus-visible .link-action__arrow {
    transform: translateX(0.5rem);
}
}
.link-action:not(.link-action__not-active).focus-visible .link-action__text {
  background-size: 100% 1px;
}
.link-action:not(.link-action__not-active).focus-visible .link-action__arrow {
  transform: translateX(0.5rem);
}
a:hover .link-action.link-action--not-active .link-action__text, button:hover .link-action.link-action--not-active .link-action__text {
  background-size: 100% 1px;
}
a:hover .link-action.link-action--not-active .link-action__arrow, button:hover .link-action.link-action--not-active .link-action__arrow {
  transform: translateX(0.5rem);
}
.link-action__text {
  display: inline;
  position: relative;
  background-size: 0% 1px;
  background-position: 0% 100%;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  text-decoration: none !important;
  transition-property: background-size, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  will-change: background-size;
}
.link-action--small .link-action__text, .link-action--medium .link-action__text {
  padding-bottom: 0.25rem;
}
.link-action--small .link-action__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.blind-text-medium .link-action--small .link-action__text {
  font-size: 1.125rem;
}
.blind-text-large .link-action--small .link-action__text {
  font-size: 1.25rem;
}
@media (min-width: 640px) {
.link-action--small .link-action__text {
    font-size: 1.125rem;
}
.blind-text-medium .link-action--small .link-action__text {
    font-size: 1.25rem;
}
.blind-text-large .link-action--small .link-action__text {
    font-size: 1.375rem;
}
}
.link-action--medium .link-action__text {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}
.blind-text-medium .link-action--medium .link-action__text {
  font-size: 1.375rem;
}
.blind-text-large .link-action--medium .link-action__text {
  font-size: 1.5rem;
}
@media (min-width: 640px) {
.link-action--medium .link-action__text {
    font-size: 1.5rem;
}
.blind-text-medium .link-action--medium .link-action__text {
    font-size: 1.625rem;
}
.blind-text-large .link-action--medium .link-action__text {
    font-size: 1.75rem;
}
}
.link-action--large .link-action__text {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.blind-text-medium .link-action--large .link-action__text {
  font-size: 1.625rem;
}
.blind-text-large .link-action--large .link-action__text {
  font-size: 1.75rem;
}
@media (min-width: 640px) {
.link-action--large .link-action__text {
    font-size: 2rem;
}
.blind-text-medium .link-action--large .link-action__text {
    font-size: 2.125rem;
}
.blind-text-large .link-action--large .link-action__text {
    font-size: 2.25rem;
}
}
.link-action--white .link-action__text {
  color: var(--color-white);
}
.link-action--blue .link-action__text {
  color: var(--color-blue);
}
.link-action--white[disabled] .link-action__text {
  color: rgba(var(--color-white-rgb), 0.5);
}
.link-action__arrow {
  width: 1.5rem;
  min-width: 1.5rem;
  margin-left: 0.5rem;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform;
}
@media (min-width: 640px) {
.link-action__arrow {
    margin-left: 1rem;
}
}
.link-action--white[disabled] .link-action__arrow path {
  fill: rgba(var(--color-black-rgb), 0.5);
}
.link-action--white[disabled] .link-action__arrow rect {
  fill: rgba(var(--color-white-rgb), 0.5);
}
.link-action__icon {
  position: relative;
  top: 0.125rem;
  align-self: flex-start;
  flex-shrink: 0;
  margin-left: 0.5rem;
}
@media (min-width: 640px) {
.link-action__icon {
    margin-left: 1rem;
    top: 0;
}
}
@media (min-width: 640px) {
.link-action--large .link-action__icon {
    margin-top: 0.875rem;
    align-self: flex-start;
}
}
.link-action--white .link-action__icon {
  color: var(--color-white);
}
.link-action--blue .link-action__icon {
  color: var(--color-blue);
}
.link-action--white[disabled] .link-action__icon {
  color: rgba(var(--color-white-rgb), 0.5);
}
.link-social {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: var(--color-black);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: var(--color-gray);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: background-color, color;
}
@media (hover: hover) and (pointer: fine) {
.link-social:hover, .link-social.focus-visible {
    background-color: var(--color-blue);
    color: var(--color-white);
}
.blind-scheme-contrast .link-social:hover, .blind-scheme-contrast .link-social.focus-visible {
    color: var(--color-white);
}
}
.link-social.focus-visible {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.blind-scheme-contrast .link-social.focus-visible {
  color: var(--color-white);
}
.link-social__icon {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.nav-arrow {
  display: flex;
}
.nav-arrow__button {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
}
.nav-arrow__button:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(0, 0);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform;
}
@media (hover: hover) and (pointer: fine) {
.nav-arrow__button:hover:not(.disabled):before, .nav-arrow__button.focus-visible:not(.disabled):before {
    transform: scale(1, 1);
}
}
.nav-arrow__button.focus-visible:not(.disabled):before {
  transform: scale(1, 1);
}
.nav-arrow__button .icon {
  position: relative;
  z-index: 1;
}
.nav-arrow__button:nth-child(2) {
  margin-left: 2rem;
}
@media (min-width: 640px) {
.nav-arrow__button {
    width: 3rem;
    height: 3rem;
}
}
.nav-arrow--blue .nav-arrow__button {
  color: var(--color-black);
}
.nav-arrow--blue .nav-arrow__button::before {
  background-color: var(--color-blue);
}
.nav-arrow--blue .nav-arrow__button.disabled, .nav-arrow--blue .nav-arrow__button[disabled] {
  color: var(--color-gray-hard);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
.nav-arrow--blue .nav-arrow__button:hover, .nav-arrow--blue .nav-arrow__button.focus-visible {
    color: var(--color-white);
}
}
.nav-arrow--blue .nav-arrow__button.focus-visible {
  color: var(--color-white);
}
.nav-arrow--disables.nav-arrow--blue .nav-arrow__button {
  color: var(--color-gray-hard);
  pointer-events: none;
}
.nav-arrow--white .nav-arrow__button {
  color: var(--color-white);
}
.nav-arrow--white .nav-arrow__button::before {
  background-color: var(--color-white);
}
.nav-arrow--white .nav-arrow__button.disabled, .nav-arrow--white .nav-arrow__button[disabled] {
  color: rgba(var(--color-white-rgb), 0.4);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
.nav-arrow--white .nav-arrow__button:hover, .nav-arrow--white .nav-arrow__button.focus-visible {
    color: var(--color-black);
}
}
.nav-arrow--white .nav-arrow__button.focus-visible {
  color: var(--color-black);
}
.nav-arrow--disables.nav-arrow--white .nav-arrow__button {
  color: rgba(var(--color-white-rgb), 0.4);
  pointer-events: none;
}
.select {
  position: relative;
  display: inline-block;
  min-width: 10.5rem;
  cursor: pointer;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
}
@media (hover: hover) and (pointer: fine) {
.select:hover, .select.focus-visible {
    color: var(--color-blue);
}
}
.select.focus-visible {
  color: var(--color-blue);
}
.select--white {
  color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
.select--white:hover, .select--white.focus-visible {
    color: var(--color-black);
}
}
.select--white.focus-visible {
  color: var(--color-black);
}
.select__text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 639.98px) {
.select--full-width {
    max-width: 100%;
    width: 100%;
}
}
.select__selected {
  position: relative;
  width: 100%;
  height: 1.75rem;
  display: flex;
  align-items: center;
  padding-bottom: 0.25rem;
  justify-content: space-between;
}
.select__selected:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, background-color;
}
.select:hover .select__selected:before {
  transform: scaleX(1);
}
@media (max-width: 639.98px) {
.select__selected:before {
    transform: scaleX(1);
}
}
.select.open .select__selected:before {
  transform: scaleX(1);
}
.select__selected .icon {
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform;
}
.select.open .select__selected .icon {
  transform: rotate(180deg);
}
.select__dropdown {
  position: absolute;
  top: 2rem;
  left: 0;
  width: max-content;
  min-width: 16.25rem;
  color: var(--color-black);
  box-shadow: 0px 8px 24px rgba(var(--color-black-rgb), 0.08);
  background-color: var(--color-white);
  z-index: 5;
  border-radius: 0.25rem;
}
@media (min-width: 640px) {
.select__dropdown {
    max-height: 10.3125rem;
}
}
.select__dropdown .ps {
  position: relative;
  max-height: 10.3125rem;
}
.select__dropdown ul li {
  padding: 0.875rem 1.5rem;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: background-color;
}
@media (hover: hover) and (pointer: fine) {
.select__dropdown ul li:hover, .select__dropdown ul li.focus-visible {
    background-color: var(--color-gray-light2);
}
}
.select__dropdown ul li.focus-visible {
  background-color: var(--color-gray-light2);
}
.select--flights .select__dropdown {
  top: 50%;
  transform: translateY(-50%);
}
.select__selected-item {
  background-color: var(--color-gray-light2);
}
.select__icon {
  margin-left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
}
.select--header .select__icon {
  width: 0.5rem;
  height: 0.5rem;
}
.select--with-border {
  max-width: 100%;
  width: 100%;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: border-color;
}
.select--with-border .select__selected {
  padding-bottom: 0.9375rem;
}
@media (hover: hover) and (pointer: fine) {
.select--with-border:hover, .select--with-border.focus-visible {
    color: var(--color-black);
}
.select--with-border:hover .select__selected, .select--with-border.focus-visible .select__selected {
    border-color: var(--color-black);
    padding-bottom: 0.9375rem;
}
}
.select--with-border.focus-visible {
  color: var(--color-black);
}
.select--with-border.focus-visible .select__selected {
  border-color: var(--color-black);
  padding-bottom: 0.9375rem;
}
.select--with-border .select__selected {
  border-bottom: 1px solid var(--color-gray);
}
.select-time {
  position: relative;
  display: inline-block;
  min-width: 10.5rem;
  cursor: pointer;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
}
@media (hover: hover) and (pointer: fine) {
.select-time:hover, .select-time.focus-visible {
    color: var(--color-blue);
}
}
.select-time.focus-visible {
  color: var(--color-blue);
}
.select-time.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select-time--white {
  color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
.select-time--white:hover, .select-time--white.focus-visible {
    color: var(--color-black);
}
}
.select-time--white.focus-visible {
  color: var(--color-black);
}
.select-time__text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 639.98px) {
.select-time--full-width {
    max-width: 100%;
    width: 100%;
}
}
.select-time__selected {
  position: relative;
  width: 100%;
  height: 1.75rem;
  display: flex;
  align-items: center;
  padding-bottom: 0.25rem;
  justify-content: space-between;
}
.select-time__selected:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, background-color;
}
.select-time:hover .select-time__selected:before {
  transform: scaleX(1);
}
@media (max-width: 639.98px) {
.select-time__selected:before {
    transform: scaleX(1);
}
}
.select-time.open .select-time__selected:before {
  transform: scaleX(1);
}
.select-time__dropdown {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  color: var(--color-black);
  box-shadow: 0px 8px 24px rgba(var(--color-black-rgb), 0.08);
  background-color: var(--color-white);
  z-index: 5;
  border-radius: 0.25rem;
}
@media (min-width: 640px) {
.select-time__dropdown {
    max-height: 10.3125rem;
}
}
.select-time__dropdown .ps {
  position: relative;
  max-height: 10.3125rem;
}
.select-time__dropdown ul li {
  padding: 0.875rem 1.5rem;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: background-color;
}
@media (hover: hover) and (pointer: fine) {
.select-time__dropdown ul li:hover, .select-time__dropdown ul li.focus-visible {
    background-color: var(--color-gray-light);
}
}
.select-time__dropdown ul li.focus-visible {
  background-color: var(--color-gray-light);
}
.select-time--flights .select-time__dropdown {
  top: 50%;
  transform: translateY(-50%);
}
.select-time__selected-item {
  background-color: var(--color-gray-light);
}
.select-time__icon {
  margin-left: 1rem;
}
.select-time--with-border {
  max-width: 100%;
  width: 100%;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: border-color;
}
.select-time--with-border .select-time__selected {
  padding-bottom: 0.9375rem;
}
@media (hover: hover) and (pointer: fine) {
.select-time--with-border:hover, .select-time--with-border.focus-visible {
    color: var(--color-black);
}
.select-time--with-border:hover .select-time__selected, .select-time--with-border.focus-visible .select-time__selected {
    border-color: var(--color-black);
    padding-bottom: 0.9375rem;
}
}
.select-time--with-border.focus-visible {
  color: var(--color-black);
}
.select-time--with-border.focus-visible .select-time__selected {
  border-color: var(--color-black);
  padding-bottom: 0.9375rem;
}
.select-time--with-border .select-time__selected {
  border-bottom: 1px solid var(--color-gray);
}
.square-tab {
  padding: 0;
  background-color: transparent;
  border: none;
  padding: 1.5rem 2.3125rem;
  border: 1px solid var(--color-gray);
  margin-left: -1px;
  display: flex;
  flex-direction: column;
  color: var(--color-black);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color, background-color, border-color;
}
@media (min-width: 1024px) {
.square-tab {
    padding: 2.1875rem 3.125rem;
    flex-direction: row;
    justify-content: space-between;
}
}
.square-tab.active {
  background-color: var(--color-blue);
  color: var(--color-white);
  border: 1px solid var(--color-blue);
}
.square-tab__text {
  text-align: start;
  margin-bottom: auto;
}
@media (max-width: 1023.98px) {
.square-tab__desc {
    padding-top: 0.5rem;
}
}
.tab {
  padding: 0;
  background-color: transparent;
  border: none;
  padding: 0.4375rem 0.9375rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 2rem;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color, background-color, border-color;
}
@media (min-width: 640px) {
.tab {
    padding: 0.375rem 0.9375rem;
}
}
.tab:not(:last-child) {
  margin-right: 1.0625rem;
}
.tab--black {
  color: var(--color-black);
  border-color: var(--color-gray);
}
@media (hover: hover) and (pointer: fine) {
.tab--black:hover, .tab--black.focus-visible {
    border-color: var(--color-orange);
}
}
.tab--black.focus-visible {
  border-color: var(--color-orange);
}
.tab--black.active {
  color: var(--color-white);
  border-color: var(--color-orange);
  background-color: var(--color-orange);
}
.tab--white {
  color: var(--color-white);
  border-color: rgba(var(--color-white-rgb), 0.4);
}
@media (hover: hover) and (pointer: fine) {
.tab--white:hover, .tab--white.focus-visible {
    border-color: var(--color-white);
}
}
.tab--white.focus-visible {
  border-color: var(--color-white);
}
.tab--white.active {
  color: var(--color-black);
  border-color: var(--color-white);
  background-color: var(--color-white);
}
.tab--large {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  color: var(--color-gray-dark);
}
.blind-text-medium .tab--large {
  font-size: 1.625rem;
}
.blind-text-large .tab--large {
  font-size: 1.75rem;
}
@media (min-width: 640px) {
.tab--large {
    font-size: 2rem;
}
.blind-text-medium .tab--large {
    font-size: 2.125rem;
}
.blind-text-large .tab--large {
    font-size: 2.25rem;
}
}
.tab--large.active {
  font-size: 2.125rem;
  line-height: 1.1;
  font-weight: 400;
  color: var(--color-black);
}
.blind-text-medium .tab--large.active {
  font-size: 2.25rem;
}
.blind-text-large .tab--large.active {
  font-size: 2.375rem;
}
@media (min-width: 640px) {
.tab--large.active {
    font-size: 3.5rem;
}
.blind-text-medium .tab--large.active {
    font-size: 3.625rem;
}
.blind-text-large .tab--large.active {
    font-size: 3.75rem;
}
}
.tab--underline {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  padding: 0 1rem;
  border: none;
  background-color: transparent !important;
  color: var(--color-black);
}
.blind-text-medium .tab--underline {
  font-size: 1.375rem;
}
.blind-text-large .tab--underline {
  font-size: 1.5rem;
}
@media (min-width: 640px) {
.tab--underline {
    font-size: 1.5rem;
}
.blind-text-medium .tab--underline {
    font-size: 1.625rem;
}
.blind-text-large .tab--underline {
    font-size: 1.75rem;
}
}
.tab--underline.active {
  color: var(--color-orange);
}
@media (hover: hover) and (pointer: fine) {
.tab--underline:hover, .tab--underline.focus-visible {
    color: var(--color-orange);
}
}
.tab--underline.focus-visible {
  color: var(--color-orange);
}
