:root {
  --color-white: #fff;
  --color-black: #000;
  --color-text: #1f2333;
  --color-blue: #293a78;
  --color-blue-01: #2343b8;
  --color-blue-02: #283a78;
  --color-primary: var(--color-blue);
  --font-family-display: "Playfair Display", serif;
  --font-family-body: "Montserrat", sans-serif;
  --font-size-primary: 1rem;
  --font-weight-display: 600;
  --font-weight-body: 400;
  --line-height-display: 1.2;
  --line-height-body: 1.4;
  --transition-duration-primary: 0.3s;
}

/* stylelint-disable scss/selector-no-redundant-nesting-selector */
/* stylelint-disable selector-no-vendor-prefix */
/* MEDIA QUERIES
------------------------- */
/* Font
------------------------- */
/* DISABLED MOB HOVER
------------------------- */
/* ADAPTIVE VALUE
------------------------- */
/*
// Mixin:
@include adaptive-value("Property", start value, min value, type of adapt);
// Example:
@include adaptive-value("padding", 50, 20, 0);
*/
/* Line Height
------------------------- */
/* Border Radius
------------------------- */
/* Opacity
------------------------- */
/* Aspect Ratio
------------------------- */
/* Text overflow
------------------------- */
/* Text Shorten
------------------------- */
/* Placeholders
------------------------- */
/* Scrollbars
------------------------- */
/* Triangle
------------------------- */
/* Fluid (Responsive) Font
------------------------- */
/* z-index
------------------------- */
.mb-0 {
  margin-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.mb-25 {
  margin-bottom: 25%;
}

.pt-25 {
  padding-top: 25%;
}

.pb-25 {
  padding-bottom: 25%;
}

.mb-50 {
  margin-bottom: 50%;
}

.pt-50 {
  padding-top: 50%;
}

.pb-50 {
  padding-bottom: 50%;
}

.mb-100 {
  margin-bottom: 100%;
}

.pt-100 {
  padding-top: 100%;
}

.pb-100 {
  padding-bottom: 100%;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

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

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

/* ========== GRID ========== */
@media (max-width: 480px) {
  :root {
    --media-breakdown: 480 * 100vw;
  }
}
@media (min-width: 480px) {
  :root {
    --media-breakdown: 568 * 100vw;
  }
}
@media (min-width: 568px) {
  :root {
    --media-breakdown: 768 * 100vw;
  }
}
@media (min-width: 768px) {
  :root {
    --media-breakdown: 992 * 100vw;
  }
}
@media (min-width: 992px) {
  :root {
    --media-breakdown: 1200 * 100vw;
  }
}
@media (min-width: 1200px) {
  :root {
    --media-breakdown: 1580 * 100vw;
  }
}
@media (min-width: 1580px) {
  :root {
    --media-breakdown: 1920 * 100vw;
  }
}
.row {
  display: flex;
  flex-flow: row wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

[class^=col-],
[class*=" col-"] {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 320px) {
  .col-2xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-2xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-2xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 320px) {
  .col-2xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-2xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-2xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 320px) {
  .col-2xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-2xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-2xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 320px) {
  .col-2xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-2xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-2xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 480px) {
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 480px) {
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 480px) {
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 480px) {
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1280px) {
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1280px) {
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1280px) {
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1440px) {
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1440px) {
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1440px) {
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-col {
  flex-direction: column;
}

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

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

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

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

main,
header,
footer {
  display: block;
}

hr {
  overflow: visible;
  height: 0;
}

ul {
  list-style: none;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: 700;
}

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

small {
  font-size: 80%;
}

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

img {
  border-style: none;
  max-width: 100%;
  object-fit: cover;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

legend {
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
}

textarea {
  overflow: auto;
}

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

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

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

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

details {
  display: block;
}

[hidden] {
  display: none;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

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

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

.soc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
  font-size: 1.25rem;
  font-weight: 400;
}
.soc > li > a {
  display: flex;
  transition: transform var(--transition-duration-primary);
}
@media (any-hover: hover) {
  .soc > li > a:hover {
    transform: scale(1.1);
  }
}
.soc > li > a:focus, .soc > li > a:active {
  transform: scale(1.1);
}

.grid {
  margin: -0.125rem;
}
.grid__item {
  width: 25%;
  padding: 0.125rem;
}
@media (max-width: 991px) {
  .grid__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .grid__item {
    width: 50%;
  }
}

.tabs {
  position: relative;
}
.tabs__line {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.1875rem;
  background-color: #293a78;
  transition: all 0.35s ease;
}
.tabs__nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .tabs__nav {
    gap: 0.625rem;
  }
}
.tabs__nav > li > button {
  position: relative;
  z-index: 0;
  border: 0.125rem solid var(--color-primary);
  width: 100%;
  padding: 0.5625rem 1.5625rem 0.6875rem;
  background-color: transparent;
  font-family: var(--font-family-display);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  text-align: center;
  color: var(--color-primary);
  cursor: pointer;
  transition: background-color var(--transition-duration-primary), color var(--transition-duration-primary);
}
.tabs__nav > li > button:disabled, .tabs__nav > li > button._disabled {
  cursor: default;
  pointer-events: none;
}
@media (any-hover: hover) {
  .tabs__nav > li > button:not(:disabled, .disabled):hover {
    background-color: var(--color-primary);
    color: var(--color-white);
  }
}
.tabs__nav > li > button:not(:disabled, .disabled):focus, .tabs__nav > li > button:not(:disabled, .disabled):active, .tabs__nav > li > button:not(:disabled, .disabled)._active {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.tabs__content {
  padding-top: 3.75rem;
}
@media (max-width: 767px) {
  .tabs__content {
    padding-top: 2.25rem;
  }
}
.tabs__panel {
  display: none;
}
.tabs__panel._active {
  display: block;
}
.tabs__panel._active .tabs__anim {
  animation: tabs-anim 0.75s forwards;
}
.tabs__anim {
  opacity: 0;
}

@keyframes tabs-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn {
  display: inline-block;
  outline: none;
  border: 0.125rem solid var(--color-primary);
  border-radius: 0;
  padding: 1.3125rem 3rem;
  background-color: var(--color-primary);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.0375rem;
  white-space: nowrap;
  text-align: center;
  color: var(--color-white);
  cursor: pointer;
  transition: background-color var(--transition-duration-primary), color var(--transition-duration-primary);
}
@media (min-width: 992px) {
  .btn {
    padding: 1.3125rem 7.5rem;
  }
}
.btn:disabled, .btn._disabled {
  border-color: #c8c8c8;
  background-color: #c8c8c8;
  color: #000;
  cursor: default;
  pointer-events: none;
}
@media (any-hover: hover) {
  .btn:not(:disabled, ._disabled):hover {
    border-color: var(--color-blue-01);
    background-color: var(--color-blue-01);
    color: var(--color-white);
  }
}
.btn:not(:disabled, ._disabled):focus {
  box-shadow: 0 0 0 0.125rem #000;
}
.btn:not(:disabled, ._disabled):active {
  border-color: var(--color-blue-01);
  background-color: var(--color-blue-01);
  color: var(--color-white);
}

.input input,
.input textarea {
  appearance: none;
  display: block;
  outline: none;
  border: 0.0625rem solid #c4c4c4;
  border-radius: 0;
  width: 100%;
  padding: 1.25rem;
  background: none;
  background-color: var(--color-white);
  font-size: 1rem;
  line-height: 1em;
  color: var(--color-black);
  resize: none;
  transition: border-color var(--transition-duration-primary);
}
@media (max-width: 767px) {
  .input input,
  .input textarea {
    padding: 0.9375rem 1.25rem;
    font-size: 0.9375rem;
  }
}
.input input.placeholder,
.input textarea.placeholder {
  color: inherit;
}
.input input::placeholder,
.input textarea::placeholder {
  color: inherit;
}
.input input:-moz-placeholder,
.input textarea:-moz-placeholder {
  color: inherit;
}
.input input::-moz-placeholder,
.input textarea::-moz-placeholder {
  color: inherit;
}
.input input:-ms-input-placeholder,
.input textarea:-ms-input-placeholder {
  color: inherit;
}
.input input::-webkit-input-placeholder,
.input textarea::-webkit-input-placeholder {
  color: inherit;
}
.input input:disabled, .input input._disabled,
.input textarea:disabled,
.input textarea._disabled {
  border-color: #c8c8c8;
  background-color: rgba(200, 200, 200, 0.75);
  opacity: 0.8;
  cursor: default;
}
.input input::-webkit-search-decoration, .input input::-webkit-search-cancel-button, .input input::-webkit-search-results-button, .input input::-webkit-search-results-decoration,
.input textarea::-webkit-search-decoration,
.input textarea::-webkit-search-cancel-button,
.input textarea::-webkit-search-results-button,
.input textarea::-webkit-search-results-decoration {
  display: none;
}
@media (any-hover: hover) {
  .input input:not(:disabled, ._disabled):hover,
  .input textarea:not(:disabled, ._disabled):hover {
    border-color: var(--color-primary);
  }
}
.input input:not(:disabled, ._disabled):focus,
.input textarea:not(:disabled, ._disabled):focus {
  box-shadow: 0 0 0 0.125rem var(--color-primary);
}
.input input:not(:disabled, ._disabled):active,
.input textarea:not(:disabled, ._disabled):active {
  border-color: var(--color-primary);
}

.contact-form {
  display: block;
  padding: 3rem 4.6875rem 3.75rem;
  background-color: #f7fafc;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 1.875rem 1.25rem 2.5rem;
  }
}
.contact-form__title {
  margin-bottom: 2.625rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 138.88%;
  text-align: center;
  color: var(--color-blue-02);
}
@media (max-width: 767px) {
  .contact-form__title {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.contact-form__group:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .contact-form__group:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
.contact-form__btn {
  width: 100%;
}

.header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: box-shadow var(--transition-duration-primary), background-color var(--transition-duration-primary), transform var(--transition-duration-primary);
}
.header._scrolled {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
.header._hidden {
  box-shadow: none;
  transform: translateY(-100%);
}
.header__container {
  padding: 0 0.9375rem;
}
.header__wrap {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 0.75rem 1.75rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.875rem 0;
  transition: padding var(--transition-duration-primary);
}
@media (max-width: 991px) {
  .header__wrap {
    gap: 0.5rem 1.25rem;
    padding: 1rem 0;
  }
}
.header__logo {
  transition: opacity var(--transition-duration-primary);
}
@media (max-width: 1279px) {
  .header__logo {
    max-width: 7.75rem;
  }
}
@media (max-width: 991px) {
  .header__logo {
    max-width: 6.5rem;
  }
}
@media (any-hover: hover) {
  .header__logo:hover {
    opacity: 0.75;
  }
}
.header__logo:focus, .header__logo:active {
  opacity: 0.75;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__menu {
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  .header__menu {
    flex: 0 0 auto;
    order: 3;
  }
}
.header__btn-box {
  display: flex;
  gap: 0.75rem 1.5rem;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 991px) {
  .header__btn-box {
    flex-wrap: wrap;
  }
}
.header__contacts > li > a {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.0375rem;
  white-space: nowrap;
  transition: color var(--transition-duration-primary);
}
@media (max-width: 767px) {
  .header__contacts > li > a {
    font-size: 0.75rem;
  }
}
@media (any-hover: hover) {
  .header__contacts > li > a:hover {
    color: var(--color-primary);
  }
}
.header__contacts > li > a > img {
  flex: 0 0 1.25rem;
  height: auto;
  max-width: 1.25rem;
}
@media (max-width: 767px) {
  .header__language-switcher {
    display: none;
  }
}
.header__soc {
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .header__soc {
    display: none;
  }
}

.menu__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 1.25rem;
  height: 1.25rem;
  background: none;
  color: inherit;
  cursor: pointer;
  transition: color var(--transition-duration-primary);
}
@media (min-width: 992px) {
  .menu__arrow {
    display: none;
  }
}
.menu__arrow::after {
  content: "+";
  display: inline-block;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 0;
  color: inherit;
  transition: transform var(--transition-duration-primary);
}
.menu__body {
  display: flex;
  gap: 2.25rem;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .menu__body {
    position: fixed;
    left: 0;
    top: var(--header-height);
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-height: 0;
    padding: 0;
    background-color: var(--color-text);
    color: var(--color-white);
    transition: max-height 0.5s;
  }
  .menu__body._active {
    overflow-y: auto;
    max-height: calc(100% - var(--header-height));
  }
}
@media (min-width: 992px) {
  .menu__body > ul:not(.soc) {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .menu__body > ul:not(.soc) {
    gap: 0.75rem 2rem;
  }
}
.menu__body > ul:not(.soc) > li {
  position: relative;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .menu__body > ul:not(.soc) > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .menu__body > ul:not(.soc) > li:not(:last-child) {
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1215686275);
  }
}
.menu__body > ul:not(.soc) > li > a {
  position: relative;
  display: inline-block;
  padding: 0.125rem 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  transition: all 0.35s ease;
}
@media (max-width: 1279px) {
  .menu__body > ul:not(.soc) > li > a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 991px) {
  .menu__body > ul:not(.soc) > li > a {
    padding: 1.25rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    text-align: center;
  }
}
@media (min-width: 992px) and (any-hover: hover) {
  .menu__body > ul:not(.soc) > li > a:hover {
    color: var(--color-primary);
  }
  .menu__body > ul:not(.soc) > li > a:hover::after {
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .menu__body > ul:not(.soc) > li > a:focus, .menu__body > ul:not(.soc) > li > a:active {
    color: var(--color-primary);
  }
}
.menu__body > ul:not(.soc) > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 0.0625rem;
  background-color: var(--color-primary);
  transition: left var(--transition-duration-primary), right var(--transition-duration-primary);
}
.menu__sublist {
  position: absolute;
  z-index: 100;
  left: 0;
  background-color: var(--color-text);
  color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 10%);
  pointer-events: none;
  transition: var(--transition-duration-primary);
}
.menu__sublist > li {
  position: relative;
}
.menu__sublist > li:not(:last-child) {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1215686275);
}
.menu__sublist > li > a {
  display: block;
  min-width: 10rem;
  transition: color var(--transition-duration-primary);
}
.menu__btn {
  --btn-size: 1.5rem;
  --btn-height: calc(var(--btn-size) * 0.7);
  --btn-line-height: calc(var(--btn-size) * 0.125);
  display: none;
}
@media (max-width: 991px) {
  .menu__btn {
    position: relative;
    z-index: 100;
    display: block;
    border: none;
    width: var(--btn-size);
    height: var(--btn-height);
    background-color: transparent;
    cursor: pointer;
  }
  .menu__btn span, .menu__btn::before, .menu__btn::after {
    position: absolute;
    left: 0;
    border-radius: 0.5rem;
    width: 100%;
    height: var(--btn-line-height);
    background-color: var(--color-primary);
    transform-origin: center;
    transition: var(--transition-duration-primary);
  }
  .menu__btn::before, .menu__btn::after {
    content: "";
  }
  .menu__btn::before {
    top: 0;
  }
  .menu__btn::after {
    bottom: 0;
  }
  .menu__btn._active::before {
    top: calc(var(--btn-height) / 2 - var(--btn-line-height) / 2);
    transform: rotate(-45deg);
  }
  .menu__btn._active::after {
    bottom: calc(var(--btn-height) / 2 - var(--btn-line-height) / 2);
    transform: rotate(45deg);
  }
  .menu__btn._active span {
    transform: scale(0) translate(0, -50%);
  }
  .menu__btn span {
    top: calc(var(--btn-height) / 2 - var(--btn-line-height) / 2);
    transform: scale(1);
  }
}
.menu__btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  align-items: center;
}

.language-switcher__list {
  display: flex;
  align-items: center;
}
.language-switcher__list > li:not(:last-child) {
  display: flex;
  align-items: center;
}
.language-switcher__list > li:not(:last-child)::after {
  content: "/";
}
.language-switcher__list > li > a {
  transition: color var(--transition-duration-primary);
}
@media (any-hover: hover) {
  .language-switcher__list > li > a:hover {
    color: var(--color-primary);
  }
}
.language-switcher__list > li > a:focus, .language-switcher__list > li > a:active {
  color: var(--color-primary);
}
.language-switcher__list > li > a._active {
  font-weight: 600;
  color: var(--color-primary);
}
.language-switcher__list > li > span._active {
  font-weight: 600;
  color: var(--color-primary);
}

/* ===== PC ===== */
@media (min-width: 992px) and (any-hover: hover) {
  body.pc .menu__body > ul > li:hover > .menu__sublist {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    pointer-events: all;
  }
  body.pc .menu__body > ul > li:hover .menu__arrow::after {
    border-color: var(--color-primary);
    transform: rotate(270deg);
  }
}
body.pc .menu__sublist > li {
  position: relative;
}
@media (min-width: 992px) and (any-hover: hover) {
  body.pc .menu__sublist > li:hover > .menu__sublist {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
body.pc .menu__sublist > li > a {
  display: block;
  padding: 0.3125rem 0.625rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 153.84%;
  transition: background-color var(--transition-duration-primary);
}
@media (any-hover: hover) {
  body.pc .menu__sublist > li > a:hover {
    background-color: var(--color-primary);
  }
}
body.pc .menu__sublist > li > .menu__sublist {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: none;
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {
  body.touch .menu__body > ul > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
body.touch .menu__body > ul > li._active > .menu__sublist {
  max-height: 80vh;
  pointer-events: all;
}
body.touch .menu__body > ul > li._active > .menu__arrow::after {
  content: "-";
}
@media (max-width: 991px) {
  body.touch .menu__body > ul > li .menu__sublist {
    position: static;
    flex: 0 0 100%;
    overflow: hidden;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.1215686275);
    max-height: 0;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height 0.5s;
  }
}
@media (max-width: 991px) {
  body.touch .menu__body > ul > li .menu__sublist > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
body.touch .menu__body > ul > li .menu__sublist > li._active > .menu__sublist {
  max-height: 80vh;
  pointer-events: all;
}
body.touch .menu__body > ul > li .menu__sublist > li._active > .menu__arrow::after {
  content: "-";
}
@media (max-width: 991px) {
  body.touch .menu__body > ul > li .menu__sublist > li .menu__sublist {
    flex: 0 0 100%;
  }
}
body.touch .menu__body > ul > li .menu__sublist > li:not(:last-child) {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1215686275);
}
body.touch .menu__body > ul > li .menu__sublist > li a {
  min-width: 0;
  padding: 1rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
}

.footer {
  background-color: var(--color-text);
  color: var(--color-white);
}
.footer__wrap {
  padding: 1rem 0;
}
.footer__copyright {
  display: block;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.4em;
  text-align: center;
  color: #c4c4c4;
}
@media (min-width: 992px) {
  .footer__copyright {
    font-size: 1rem;
  }
}

.section--full .section__wrap {
  padding: 11.25rem 0 6.25rem;
}
@media (min-width: 992px) {
  .section--full .section__wrap {
    min-height: 100vh;
  }
}
.section__wrap {
  padding: 4rem 0;
}
@media (max-width: 991px) {
  .section__wrap {
    padding: 3rem 0;
  }
}
.section__wrap--sm {
  padding: 0.75rem 0 2.25rem;
}
@media (max-width: 767px) {
  .section__wrap--sm {
    padding: 1.5rem 0;
  }
}
.section__title {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .section__title {
    margin-bottom: 2.25rem;
  }
}
.section__title.mb-0 {
  margin-bottom: 0;
}
.section__title--space {
  margin-bottom: 4.5rem;
}
.section__body--sm {
  margin: 0 auto;
  max-width: 62.5rem;
}
.section__body--xs {
  margin: 0 auto;
  max-width: 43.75rem;
}
.section__body:not(:last-child) {
  margin-bottom: 2rem;
}
.section__body > *:not(:last-child) {
  margin-bottom: 1rem;
}
.section__btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.section__text-wrap:not(:last-child) {
  margin-bottom: 5rem;
}

.img-text--reversed .img-text__row {
  flex-direction: row-reverse;
}
.img-text__wrap {
  padding: 5rem 0;
}
.img-text__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -1.25rem -1.875rem;
}
.img-text__col {
  flex: 0 0 50%;
  padding: 1.25rem 1.875rem;
}
@media (max-width: 991px) {
  .img-text__col {
    flex: 0 0 100%;
  }
}
.img-text__img {
  position: relative;
  padding-bottom: 65%;
  background-color: rgba(41, 58, 120, 0.1);
}
.img-text__img--contain {
  padding-bottom: 0;
  background-color: none;
  text-align: center;
}
.img-text__img--contain img {
  position: static;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.img-text__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: url("../img/home/hero-decor.webp") no-repeat top left;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.hero::before {
  left: 0;
  bottom: 2.8125rem;
  width: 27%;
  height: 18.75rem;
  background-color: #f0f5f9;
}
.hero::after {
  right: 0;
  top: 0;
  width: 38%;
  height: 65vh;
  background-color: #e2f4ff;
}
.hero__wrap {
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  .hero__wrap {
    padding-top: 0;
  }
}
.hero__row {
  display: flex;
  flex-wrap: wrap-reverse;
}
.hero__col {
  --col-width: 50%;
  flex: 0 0 var(--col-width);
  max-width: var(--col-width);
}
@media (max-width: 767px) {
  .hero__col {
    --col-width: 100%;
  }
}
.hero__text {
  padding-top: 0.625rem;
}
@media (max-width: 767px) {
  .hero__text {
    padding-top: 1.25rem;
    text-align: center;
  }
}
.hero__title {
  margin-bottom: 4.75rem;
  max-width: 35.625rem;
}
@media (max-width: 767px) {
  .hero__title {
    margin-bottom: 1.5rem;
  }
}
.hero__title--space-sm {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .hero__title--space-sm {
    margin-bottom: 1.5rem;
  }
}
.hero__body {
  max-width: 35.625rem;
}
.hero__body.hero__body--space-sm:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .hero__body.hero__body--space-sm:not(:last-child) {
    margin-bottom: 2.25rem;
  }
}
.hero__body:not(:last-child) {
  margin-bottom: 6.25rem;
}
@media (max-width: 991px) {
  .hero__body:not(:last-child) {
    margin-bottom: 2.625rem;
  }
}
.hero__body > *:not(:last-child) {
  margin-bottom: 1rem;
}
.hero__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.875rem;
}
@media (max-width: 1279px) {
  .hero__list {
    margin: 0 -0.9375rem;
  }
}
@media (max-width: 767px) {
  .hero__list {
    justify-content: center;
  }
}
.hero__list > li {
  padding: 0 1.875rem;
}
@media (max-width: 1279px) {
  .hero__list > li {
    padding: 0 0.9375rem;
  }
}
.hero__list > li:not(:last-child) {
  border-right: 0.0625rem solid var(--color-text);
}
.hero__list > li > a {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  transition: color var(--transition-duration-primary);
}
@media (max-width: 1279px) {
  .hero__list > li > a {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .hero__list > li > a {
    font-size: 0.8125rem;
  }
}
@media (any-hover: hover) {
  .hero__list > li > a:hover {
    color: var(--color-primary);
  }
}
@media (min-width: 992px) {
  .hero__img {
    padding-left: 1.25rem;
  }
}
.hero__img img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 767px) {
  .hero__btn {
    width: 100%;
  }
}

.section-benefits--bg {
  background: url("../img/home/benefits-decor.webp") no-repeat center right/auto;
}
.section-benefits__wrap {
  padding: 7.5rem 0 3.75rem;
}
@media (max-width: 767px) {
  .section-benefits__wrap {
    padding: 4.375rem 0 0.9375rem;
  }
}
.section-benefits__title {
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .section-benefits__title {
    margin-bottom: 1.5rem;
  }
}
.section-benefits__body {
  margin: 0 auto;
  max-width: 62.5rem;
}
.section-benefits__body:not(:last-child) {
  margin-bottom: 4rem;
}
.section-benefits__body > *:not(:last-child) {
  margin-bottom: 1rem;
}
.section-benefits__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.section-benefits__list > li {
  flex: 0 0 23.4375rem;
  width: 23.4375rem;
  max-width: 23.4375rem;
}
@media (max-width: 767px) {
  .section-benefits__list > li {
    flex: 0 0 8.75rem;
    width: 8.75rem;
    max-width: 8.75rem;
  }
}
.section-benefits__list > li:not(:last-child) {
  margin-bottom: 2.8125rem;
}

.section-contacts {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.section-contacts__row {
  display: flex;
  flex-wrap: wrap;
}
.section-contacts__col {
  --col-width: 50%;
  flex: 0 0 var(--col-width);
  max-width: var(--col-width);
}
@media (max-width: 991px) {
  .section-contacts__col {
    --col-width: 100%;
  }
}
.section-contacts__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .section-contacts__text {
    padding: 4.375rem 0;
  }
}
@media (max-width: 767px) {
  .section-contacts__text {
    padding: 3rem 0;
  }
}
.section-contacts__content {
  margin: 0 auto;
  max-width: 25rem;
}
.section-contacts__title {
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .section-contacts__title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .section-contacts__title {
    text-align: center;
  }
}
.section-contacts__soc {
  margin-bottom: 2.25rem;
}
@media (max-width: 991px) {
  .section-contacts__soc {
    margin-bottom: 1.5rem;
  }
}
.section-contacts__list {
  font-family: var(--font-family-display);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.0375rem;
}
@media (max-width: 767px) {
  .section-contacts__list {
    font-size: 0.875rem;
    line-height: 1.4em;
  }
}
.section-contacts__list > li {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.section-contacts__list > li:not(:last-child) {
  margin-bottom: 2.25rem;
}
@media (max-width: 767px) {
  .section-contacts__list > li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.section-contacts__list > li img {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: auto;
}
.section-contacts__list > li > a {
  display: flex;
  gap: 1rem;
  align-items: center;
  transition: color var(--transition-duration-primary);
}
@media (any-hover: hover) {
  .section-contacts__list > li > a:hover {
    color: var(--color-primary);
  }
}
@media (max-width: 991px) {
  .section-contacts__map-block {
    margin: 0 -1rem;
  }
}

.map-block {
  position: relative;
  overflow: hidden;
  padding-bottom: 90%;
}
@media (max-width: 991px) {
  .map-block {
    padding-bottom: 50%;
  }
}
@media (max-width: 479px) {
  .map-block {
    padding-bottom: 100%;
  }
}
.map-block__map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-post__wrap {
  padding: 1.5rem 0 4rem;
}
@media (max-width: 767px) {
  .section-post__wrap {
    padding-bottom: 3rem;
  }
}
.section-post__title {
  margin-bottom: 1rem;
}
.section-post__metas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
.section-post__metas > li {
  display: flex;
  gap: 0.25rem 0.5rem;
  align-items: center;
}
.section-post__metas > li > a {
  display: flex;
  gap: 0.25rem 0.5rem;
  align-items: center;
}
.section-post__metas > li > a > img {
  display: block;
  max-width: 1rem;
  max-height: 1rem;
  object-fit: contain;
}
.section-post__img {
  margin-bottom: 2.25rem;
}
.section-post__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.section-contact {
  background: url("https://crystal.lviv.ua/wp-content/uploads/2021/01/act-bg.png") no-repeat center/cover;
}
.section-contact__wrap {
  padding: 6.25rem 0;
}
@media (max-width: 767px) {
  .section-contact__wrap {
    padding: 2.5rem 0 5rem;
  }
}
.section-contact__title {
  margin-bottom: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .section-contact__title {
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 479px) {
  .section-contact__title {
    font-size: 1.5rem;
  }
}
.section-contact__row {
  display: flex;
  flex-wrap: wrap;
}
.section-contact__col {
  --col-width: 50%;
  flex: 0 0 var(--col-width);
  max-width: var(--col-width);
}
@media (max-width: 991px) {
  .section-contact__col {
    --col-width: 100%;
  }
}
.section-contact__form {
  max-width: 35.625rem;
}
@media (max-width: 991px) {
  .section-contact__form {
    max-width: 100%;
  }
}
.section-contact__instagram {
  margin: 0 auto;
  max-width: 32.5rem;
  padding: 1.875rem 1.25rem 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.38;
  text-align: center;
  color: var(--color-blue-02);
}
@media (max-width: 991px) {
  .section-contact__instagram {
    padding-top: 3.125rem;
  }
}
@media (max-width: 767px) {
  .section-contact__instagram {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.section-profs__wrap {
  padding: 4rem 0 5rem;
}
@media (max-width: 767px) {
  .section-profs__wrap {
    padding: 3rem 0 4rem;
  }
}
.section-profs__title {
  margin: 0 auto;
  margin-bottom: 5rem;
  max-width: 73.125rem;
  font-size: 2.25rem;
  line-height: 138.88%;
  text-align: center;
}
@media (max-width: 1279px) {
  .section-profs__title {
    margin-bottom: 3.5rem;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.section-profs__list {
  display: flex;
  flex-wrap: wrap;
  margin: -1.125rem;
}
.section-profs__list > li {
  --col-width: 25%;
  flex: 0 0 var(--col-width);
  max-width: var(--col-width);
  padding: 1.125rem;
}
@media (max-width: 991px) {
  .section-profs__list > li {
    --col-width: 50%;
  }
}
@media (max-width: 479px) {
  .section-profs__list > li {
    --col-width: 100%;
  }
}

.section-gallery__wrap {
  padding: 7.5rem 0 5rem;
}
@media (max-width: 767px) {
  .section-gallery__wrap {
    padding: 2.5rem 0 3.5rem;
  }
}
.section-gallery__title {
  margin-bottom: 6.25rem;
  text-align: center;
}
@media (max-width: 1279px) {
  .section-gallery__title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .section-gallery__title {
    margin-bottom: 2.25rem;
    font-size: 2.25rem;
  }
}

.swiper-gallery .swiper-btn {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .swiper-gallery .swiper-btn {
    top: auto;
    bottom: 0.875rem;
  }
}
.swiper-gallery .swiper-btn--prev {
  left: 0.9375rem;
}
@media (min-width: 992px) {
  .swiper-gallery .swiper-btn--prev {
    left: 3rem;
  }
}
.swiper-gallery .swiper-btn--next {
  right: 0.9375rem;
}
@media (min-width: 992px) {
  .swiper-gallery .swiper-btn--next {
    right: 3rem;
  }
}

.swiper-btn {
  --btn-size: 2.5rem;
  border: none;
  border-radius: var(--btn-size);
  width: var(--btn-size);
  height: var(--btn-size);
  background: none;
}
.swiper-btn:not(:disabled) {
  cursor: pointer;
}
.swiper-btn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prices-bg {
  background: url("../img/prices/str-bg-left.svg") no-repeat top -1.9% left;
}

.services-bg {
  background-image: url("../img/prices/str-price-l.svg"), url("../img/prices/str-price-r.svg");
  background-position: top 2% left, bottom right;
  background-repeat: no-repeat, no-repeat;
}

.benefit-card {
  position: relative;
}
@media (min-width: 768px) {
  .benefit-card {
    height: 25.9375rem;
  }
}
@media (min-width: 768px) {
  .benefit-card {
    -webkit-perspective: 62.5rem;
    perspective: 62.5rem;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@media (any-hover: hover) {
  .benefit-card:hover .benefit-card__layer--front {
    -webkit-transform: rotateX(0) rotateY(180deg);
    transform: rotateX(0) rotateY(180deg);
  }
  .benefit-card:hover .benefit-card__layer--back {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (min-width: 768px) {
  .benefit-card__layer {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
}
.benefit-card__layer--front {
  z-index: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 768px) {
  .benefit-card__layer--front {
    background-image: url("https://crystal.lviv.ua/wp-content/uploads/2020/09/xborder.png.pagespeed.ic.YAzza7JCuJ.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(247, 250, 252, 0);
  }
}
.benefit-card__layer--front .benefit-card__layer-overlay {
  justify-content: flex-start;
  text-align: center;
}
@media (min-width: 768px) {
  .benefit-card__layer--front .benefit-card__layer-overlay {
    padding: 5rem 3.125rem 0;
  }
}
.benefit-card__layer--back {
  background-color: #f7fafc;
  color: var(--color-text);
  -webkit-transform: rotateX(0) rotateY(180deg);
  transform: rotateX(0) rotateY(180deg);
}
@media (max-width: 767px) {
  .benefit-card__layer--back {
    display: none;
  }
}
.benefit-card__layer--back .benefit-card__layer-overlay {
  justify-content: flex-start;
  padding: 2.8125rem 0.9375rem 1.875rem;
  text-align: left;
}
.benefit-card__layer--back .benefit-card__layer-title {
  margin-bottom: 1.25rem;
}
.benefit-card__layer-overlay {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-align: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: stretch;
  -ms-flex-pack: center;
}
@media (min-width: 768px) {
  .benefit-card__layer-overlay {
    padding: 2.1875rem;
  }
}
.benefit-card__layer-title {
  font-size: 1.25rem;
  line-height: 1.4em;
  letter-spacing: 0.03125rem;
  color: var(--color-text);
}
@media (max-width: 991px) {
  .benefit-card__layer-title {
    font-size: 0.9375rem;
    line-height: 1.4em;
  }
}
.benefit-card__layer-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.benefit-card__img {
  display: inline-block;
  margin: 0 0 1.25rem;
  width: 100%;
}
@media (max-width: 767px) {
  .benefit-card__img {
    margin-bottom: 1rem;
  }
}
.benefit-card__img img {
  border: none;
  border-radius: 0;
  width: 50%;
  height: auto;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gallery-img {
  position: relative;
  display: block;
  padding-bottom: 100%;
}
.gallery-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card {
  border: 0.0625rem solid #e2f4ff;
  padding: 3rem;
  background-color: #f7fafc;
  transition: background-color var(--transition-duration-primary), border var(--transition-duration-primary), border-radius var(--transition-duration-primary), box-shadow var(--transition-duration-primary);
}
@media (max-width: 767px) {
  .service-card {
    padding: 1.5rem 1.25rem;
  }
}
[class^=col-] .service-card, [class*=" col-"] .service-card {
  min-height: 100%;
}
.service-card__header {
  margin-bottom: 2.25rem;
  text-align: center;
}
@media (max-width: 767px) {
  .service-card__header {
    margin-bottom: 1.5rem;
  }
}
.service-card__title {
  font-size: 2.25rem;
  line-height: 138.88%;
}
@media (max-width: 767px) {
  .service-card__title {
    font-size: 1.5rem;
    line-height: 1.4em;
  }
}
.service-card__price-list > li:not(:last-child) {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .service-card__price-list > li:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.price-list-item {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 137.5%;
}
@media (max-width: 767px) {
  .price-list-item {
    font-size: 0.875rem;
  }
}
.price-list-item__header {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
}
.price-list-item__title {
  max-width: 80%;
}
.price-list-item__price {
  font-weight: 600;
  white-space: nowrap;
}
.price-list-item__description {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .price-list-item__description {
    font-size: 0.75rem;
  }
}

.article-card {
  display: flex;
  flex-direction: column;
}
@media (any-hover: hover) {
  .article-card:hover .article-card__img img {
    transform: scale(1.1);
  }
}
[class^=col-] .article-card, [class*=" col-"] .article-card {
  min-height: 100%;
}
.article-card__img {
  position: relative;
  overflow: hidden;
  padding-bottom: 66%;
  cursor: pointer;
}
.article-card__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.article-card__text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.25rem 0;
}
.article-card__title {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  cursor: pointer;
}
@media (any-hover: hover) {
  .article-card__title:hover {
    text-decoration: underline;
    color: var(--color-primary);
  }
}
.article-card__date {
  margin-bottom: 0.75rem;
  font-family: var(--font-family-display);
  font-size: 0.75rem;
  font-weight: var(--font-weight-display);
  line-height: 1.3em;
  color: #adadad;
}
.article-card__body {
  flex: 1 1 auto;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #777;
}
.article-card__link-more {
  display: inline-flex;
  gap: 0.25rem;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
}
@media (any-hover: hover) {
  .article-card__link-more:hover {
    text-decoration: underline;
  }
}

.prof-card {
  position: relative;
}
@media (any-hover: hover) {
  .prof-card:hover .prof-card__text {
    opacity: 1;
    visibility: visible;
  }
}
.prof-card__img {
  position: relative;
  overflow: hidden;
  padding-bottom: 125%;
}
.prof-card__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.prof-card__text {
  padding: 1.25rem 0.75rem 0.625rem;
  text-align: center;
}
@media (min-width: 992px) {
  .prof-card__text {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 3rem;
    background-color: rgba(31, 35, 51, 0.7019607843);
    color: var(--color-white);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s, visibility 0.6s;
  }
}
.prof-card__title {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.03125rem;
}
@media (max-width: 991px) {
  .prof-card__title {
    font-size: 1rem;
  }
}

.adv-card {
  position: relative;
  min-height: 21.875rem;
  padding: 3.75rem 3.125rem 1.875rem;
  background-color: #f7fafc;
  text-align: center;
}
.adv-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: -0.9375rem;
  right: 0.9375rem;
  top: 0.9375rem;
  bottom: -0.9375rem;
  display: block;
  border: 0.0625rem solid #e2f4ff;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.adv-card__img {
  margin-bottom: 1.25rem;
  height: 9.375rem;
}
.adv-card__img img {
  display: block;
  margin: 0 auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.adv-card__title {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.03125rem;
  text-align: center;
}

.artist-card {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (any-hover: hover) {
  .artist-card:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .artist-card:hover .artist-card__img img {
    transform: scale(1.1);
  }
}
.artist-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 58, 120, 0.4117647059);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.6s, opacity 0.6s;
}
.artist-card__img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.8s;
}

.text-primary {
  color: #293a78;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.fond-bold {
  font-weight: 700;
}

::-webkit-scrollbar {
  width: 0.75rem;
  height: 0.1875rem;
}
@media (max-width: 991px) {
  ::-webkit-scrollbar {
    width: 0.125rem;
    height: 0.125rem;
  }
}

::-webkit-scrollbar-button {
  display: none;
  background-color: #666;
}

::-webkit-scrollbar-corner {
  background-color: #999;
}

::-webkit-scrollbar-thumb {
  border-radius: 0.125rem;
  height: 3.125rem;
  background-color: #666;
}

::-webkit-scrollbar-track {
  background-color: #999;
}

html {
  font-size: 16px;
}
@media (max-width: 991px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: var(--font-family-body);
  font-size: var(--font-size-primary);
  font-weight: var(--font-weight-body);
  line-height: var(--line-height-body);
  color: var(--color-text);
  transition: opacity var(--transition-duration-primary);
}
::selection {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.disable-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
  padding-top: var(--header-height);
}
@media (min-width: 992px) {
  .wrapper--visible {
    overflow: visible;
  }
}

.container {
  margin: 0 auto;
  max-width: 93.125rem;
  padding: 0 1.25rem;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }
}
.container--sm {
  max-width: 75.625rem;
}
.container--lg {
  max-width: 101.25rem;
}

.offset-container {
  padding-left: max(1.25rem, (100% - 90.625rem) / 2);
}
@media (max-width: 991px) {
  .offset-container {
    padding: 0 1rem;
  }
}

/* Hiding class, making content visible only to screen readers but not visually */
/* "sr" meaning "screen-reader" */
.sr-only:not(:focus, :active) {
  position: absolute;
  clip-path: inset(50%);
  overflow: hidden;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

.text-block ol li:not(:last-child),
.text-block ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.text-block ul {
  list-style: disc outside;
  padding-left: 2.25rem;
}
@media (max-width: 991px) {
  .text-block ul {
    padding-left: 1.25rem;
  }
}
.text-block ol {
  padding-left: 2.25rem;
}
@media (max-width: 991px) {
  .text-block ol {
    padding-left: 1.25rem;
  }
}
.text-block strong,
.text-block b {
  font-weight: 700;
}
.text-block em,
.text-block i {
  font-style: italic;
}
.text-block mark {
  background-color: #293a78;
  color: #fff;
}
.text-block del {
  background-color: #fbb;
  text-decoration: line-through;
}
.text-block ins {
  background-color: #d4fcbc;
  text-decoration: none;
}
.text-block blockquote {
  border-left: 0.1875rem solid #293a78;
  padding-left: 0.9375rem;
}
.text-block > *:not(:last-child) {
  margin-bottom: 1.25rem;
}

a[x-apple-data-detectors] {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-decoration: none !important;
  color: inherit !important;
}

picture {
  display: inline-block;
}
picture img {
  vertical-align: middle;
}

code {
  border: 1px dashed #999;
  border-radius: 0.2rem;
  padding: 0.1rem 0.3rem 0.2rem;
  background: #fff3f4;
  box-decoration-break: clone;
  word-wrap: break-word;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--font-family-display);
  font-weight: var(--font-weight-display);
  line-height: var(--line-height-display);
}

h1,
.h1 {
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0.0375rem;
}
@media (max-width: 1279px) {
  h1,
  .h1 {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}
@media (max-width: 479px) {
  h1,
  .h1 {
    font-size: 1.875rem;
  }
}

h2,
.h2 {
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0.0375rem;
}
@media (max-width: 1279px) {
  h2,
  .h2 {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 1.25rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
}
@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: 1.125rem;
  }
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.75rem;
}

.pages-list {
  padding-left: 1rem;
}
.pages-list > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.pages-list > li a {
  text-decoration: underline;
  transition: color 0.35s;
}
@media (any-hover: hover) {
  .pages-list > li a:hover {
    color: #293a78;
  }
}