@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

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

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

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

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

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

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

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

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

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

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

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

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

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

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

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

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

.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px hsla(0, 0%, 0%, 0.075), 0 1px 2px hsla(0, 0%, 0%, 0.075), 1px 2px 4px hsla(0, 0%, 0%, 0.075), 1px 3px 8px hsla(0, 0%, 0%, 0.075), 2px 4px 16px hsla(0, 0%, 0%, 0.075);
  pointer-events: all;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto);
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-center-start, .swal2-container.swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
.swal2-container.swal2-top, .swal2-container.swal2-center, .swal2-container.swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-center-end, .swal2-container.swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}
.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}
.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}
.swal2-container.swal2-center-start > .swal2-popup, .swal2-container.swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}
.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}
.swal2-container.swal2-bottom-start > .swal2-popup, .swal2-container.swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}
.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}
.swal2-container.swal2-grow-row > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
.swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: rgb(84.15, 84.15, 84.15);
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: rgb(89.25, 89.25, 89.25);
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7367f0;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(115, 103, 240, 0.5);
}
.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #ea5455;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(234, 84, 85, 0.5);
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7d88;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 125, 136, 0.5);
}
.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-styled:focus {
  outline: none;
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: rgb(84.15, 84.15, 84.15);
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}

.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: rgb(84.15, 84.15, 84.15);
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em 2em 0;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc;
}
.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em 2em 0;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: rgb(239.7, 239.7, 239.7);
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: rgb(249.95234375, 205.965625, 167.74765625);
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: rgb(156.7033492823, 224.2822966507, 246.2966507177);
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: rgb(200.8064516129, 217.9677419355, 225.1935483871);
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/*
    Dots plugin
*/
/*
    Navigation plugin
*/
.carousel {
  position: relative;
  box-sizing: border-box;
}
.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}
.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}
.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}
.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

/*
  Thumbs plugin
*/
/* 3/2 */
/*
  HTML plugin
*/
/*
  Toolbar plugin
*/
html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__container :focus {
  outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}
@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  /* For Safari */
  height: 100%;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}
.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

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

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}
@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}

/* Close button located inside content area */
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

/* Opening */
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
  animation: 0.15s ease backwards fancybox-fadeIn;
}

/* Closing */
.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
  animation: 0.15s ease both fancybox-zoomOutDown;
}

/* Both `throwOut` classes are for closing animation after dragging up/down */
.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
  animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
  /* Fix Mac OS Safari 11 - 13 */
}
.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}
.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}
.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

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

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

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  /* Keep aspect ratio */
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}
@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 799px) {
  .mobile_hide {
    display: none !important;
  }
}

@media (min-width: 800px) {
  .gt_mobile_hide {
    display: none !important;
  }
}

html.is_resized body * {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
}

@-webkit-keyframes a_move_bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

@keyframes a_move_bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-webkit-keyframes a_smooth_opacity {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a_smooth_opacity {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  background-color: #ffffff;
  color: #24253B;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: stretch;
  justify-content: left;
  font-family: "Montserrat", Arial, "sans-serif";
  overflow-x: hidden;
  /*  @media (max-width: $max_stretch+10) {
      width: 100vw;
    }

    @include mobile {
      overflow-x: hidden;
    }*/
}

html {
  -webkit-animation: a_smooth_opacity 0.8s;
  animation: a_smooth_opacity 0.8s;
}
@media (min-width: 800px) {
  html {
    font-size: clamp(0.6rem, -1.5rem + 2.8vw, 1rem);
  }
}

* {
  box-sizing: border-box;
}

a {
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
}
a:hover {
  opacity: 0.7;
}

h1 {
  margin: 0;
  font-weight: 600;
}

h2 {
  margin: 0;
  font-weight: 600;
}

h3 {
  margin: 0;
  font-weight: 600;
}

h4 {
  margin: 0;
  font-weight: 600;
}

h5 {
  margin: 0;
  font-weight: 600;
}

h6 {
  margin: 0;
  font-weight: 600;
}

img {
  display: block;
}

p {
  margin: 0px;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

.burger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 1000;
  transition-duration: 0.3s;
}
@media (min-width: 800px) {
  .burger {
    display: none;
  }
}
.burger__icon {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.burger__icon, .burger__icon::before, .burger__icon::after {
  display: block;
  width: 29px;
  height: 3px;
  background-color: #ffffff;
  outline: 1px solid transparent;
  border-radius: 2px;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.burger__icon::before, .burger__icon::after {
  position: absolute;
  content: "";
}
.burger__icon::before {
  top: -10px;
}
.burger__icon::after {
  top: 10px;
}
html.menu_is_open .burger__icon {
  background-color: transparent;
}
html.menu_is_open .burger__icon::before, html.menu_is_open .burger__icon::after {
  background-color: #ffffff;
}
html.menu_is_open .burger__icon::before {
  transform: translateY(10px) rotate(45deg);
}
html.menu_is_open .burger__icon::after {
  transform: translateY(-10px) rotate(-45deg);
}

.vc {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1218px) {
  .vc {
    max-width: 1217px;
  }
}
@media (min-width: 800px) and (max-width: 1217px) {
  .vc {
    max-width: 100vw;
  }
}
@media (min-width: 1218px) {
  .vc {
    padding-left: 76px;
  }
}
@media (min-width: 800px) and (max-width: 1217px) {
  .vc {
    padding-left: 6.2448644207vw;
  }
}
@media (min-width: 1218px) {
  .vc {
    padding-right: 76px;
  }
}
@media (min-width: 800px) and (max-width: 1217px) {
  .vc {
    padding-right: 6.2448644207vw;
  }
}
@media (max-width: 799px) {
  .vc {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.footer__vb {
  background: linear-gradient(45deg, rgb(66, 67, 134) 0%, rgb(55, 56, 108) 6.91%, rgb(45, 46, 81) 15.64%, rgb(38, 39, 65) 23.43%, rgb(36, 37, 59) 29.41%, rgb(36, 37, 59) 32.87%, rgb(40, 39, 63) 48.61%, rgb(51, 43, 75) 64.01%, rgb(70, 51, 94) 79.27%, rgb(97, 62, 122) 94.36%, rgb(109, 67, 134) 100%);
  padding-top: 5rem;
  padding-bottom: 4.375rem;
}
@media (max-width: 799px) {
  .footer__vb {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.footer {
  color: #ffffff;
}
.footer__vmenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 799px) {
  .footer__vmenu {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .footer__vmenu {
    align-items: flex-start;
    gap: 40px;
  }
}
.footer__to_top {
  cursor: pointer;
  width: 3.6875rem;
  height: 3.6875rem;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #E6E9ED;
  transition: background-color 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__to_top:hover {
  background-color: #FAC708;
}
.footer__to_top:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.5625rem;
  height: 0.625rem;
  background-image: url("../images/icons/chewron--up.svg");
}
@media (max-width: 799px) {
  .footer__to_top {
    display: none;
  }
}
.footer__vlaw {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: baseline;
  padding-top: 4.6875rem;
}
@media (max-width: 799px) {
  .footer__vlaw {
    flex-direction: column;
  }
}
@media (min-width: 800px) {
  .footer__vlaw {
    gap: 150px;
  }
}
@media (max-width: 799px) {
  .footer__vlaw {
    padding-top: 40px;
  }
}
.footer__copyright {
  font-size: 1rem;
}
@media (max-width: 799px) {
  .footer__copyright {
    font-size: 10px;
  }
}
.footer__email {
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 799px) {
  .footer__email {
    font-size: 9px;
  }
}
.footer__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.75rem;
  padding-top: 4.6875rem;
}
@media (max-width: 799px) {
  .footer__links {
    justify-content: flex-start;
    padding-top: 40px;
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}

.footer_link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_link:first-child {
  justify-content: flex-start;
}
@media (min-width: 800px) {
  .footer_link:last-child {
    justify-content: flex-end;
  }
}
@media (max-width: 799px) {
  .footer_link:nth-child(4n) {
    justify-content: flex-start;
  }
  .footer_link:nth-child(4n) img {
    -o-object-position: left;
    object-position: left;
  }
  .footer_link:nth-child(3n) {
    justify-content: flex-end;
  }
  .footer_link:nth-child(3n) img {
    -o-object-position: right;
    object-position: right;
  }
}
@media (min-width: 800px) {
  .footer_link {
    flex: 1;
    height: 3.5625rem;
  }
}
@media (max-width: 799px) {
  .footer_link {
    height: 30px;
    width: calc(33.33% - 20px);
  }
}
.footer_link__logo {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 3.5625rem;
  width: 100%;
}
@media (max-width: 799px) {
  .footer_link__logo {
    max-height: 30px;
  }
}
@media (min-width: 800px) {
  .form__vb {
    position: relative;
    padding-bottom: 11.25rem;
  }
  .form__vb:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../images/logo/on_white_bg.svg");
    width: 100%;
    aspect-ratio: 4.8;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
}
#page_about .form__vb::before {
  background-image: url("../images/logo/on_blue_bg.svg");
}

@media (max-width: 799px) {
  .form__vb {
    padding-bottom: 50px;
  }
}
.form {
  padding: 3.125rem 3.75rem;
  background-color: #ffffff;
  box-shadow: 0px 6.86px 19.6px #E6E9ED;
  position: relative;
  z-index: 2;
  border-radius: 0.75rem;
}
#page_about .form {
  box-shadow: none;
}

@media (max-width: 799px) {
  .form {
    padding: 20px;
    border-radius: 10px;
  }
}
.form__title {
  font-size: 2rem;
  color: #2B2D60;
  font-weight: 700;
}
@media (max-width: 799px) {
  .form__title {
    font-size: 22px;
  }
}
.form__fields {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 3.125rem;
  gap: 1.25rem;
  flex-wrap: wrap;
}
@media (max-width: 799px) {
  .form__fields {
    flex-direction: column;
  }
}
@media (min-width: 800px) {
  .form__fields {
    row-gap: 35px;
  }
}
@media (max-width: 799px) {
  .form__fields {
    padding-top: 25px;
    gap: 20px;
  }
}
.form__vfg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25px;
}
@media (min-width: 800px) {
  .form__vfg {
    order: 0;
  }
}
@media (max-width: 799px) {
  .form__vfg {
    gap: 20px;
    width: 100%;
  }
}
.form__field {
  position: relative;
}
@media (max-width: 799px) {
  .form__field {
    width: 100%;
  }
}
.form__input {
  height: 3.375rem;
  border-radius: 1.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border: 2px solid #E6E9ED;
  width: 22.625rem;
  color: #5D626B;
  font-size: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.form__input:focus::-moz-placeholder {
  color: transparent;
}
.form__input:focus:-ms-input-placeholder {
  color: transparent;
}
.form__input:focus::placeholder {
  color: transparent;
}
.form__input:focus-visible {
  outline-color: #2B2D60;
}
@media (max-width: 799px) {
  .form__input {
    width: 100%;
    height: 34px;
    font-size: 9px;
  }
}
@media (min-width: 800px) {
  .form__field--message {
    order: 1;
  }
}
.form__field--message .form__input {
  resize: none;
  width: 29rem;
  height: 8.4375rem;
  border-radius: 1.6875rem;
}
@media (max-width: 799px) {
  .form__field--message .form__input {
    width: 100%;
    height: 84px;
  }
}

.form__button {
  background: none;
  border: none;
  color: inherit;
  background-color: #2B2D60;
  color: #ffffff;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  cursor: pointer;
  font-size: 1rem;
  height: 3.4375rem;
  border-radius: 1.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 2.5rem 0px 2.5rem;
  font-weight: 600;
  font-size: 1rem;
  width: 12.3125rem;
  justify-content: center;
}
@media (min-width: 800px) {
  .form__button {
    order: 2;
  }
}
@media (max-width: 799px) {
  .form__button {
    margin: 20px auto 0px auto;
  }
}
.form__button:hover {
  background-color: #FAC708;
  color: #ffffff;
  opacity: 1;
}
@media (min-width: 800px) {
  .form__button {
    min-width: 13.8125rem;
  }
}
@media (max-width: 799px) {
  .form__button {
    font-size: 11px;
    height: 31px;
    border-radius: 16px;
    padding: 0 20px;
    min-width: 125px;
    flex-shrink: 0;
  }
}
@media (max-width: 799px) {
  .form__button {
    width: 100%;
    max-width: 400px;
  }
}
.form__note {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-size: 0.75rem;
  color: #5D626B;
  text-decoration: underline;
  position: relative;
}
@media (min-width: 800px) {
  .form__note {
    order: 3;
  }
}
.form__note:hover {
  text-decoration: none;
}
@media (max-width: 799px) {
  .form__note {
    font-size: 12px;
  }
}
.form__agree {
  display: flex;
  align-items: center;
}
.form__agree input[type=checkbox] {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.form__agree span {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #E6E9ED;
}
.form__agree input[type=checkbox]:checked + span::after {
  height: 8px;
  width: 8px;
  background-color: #2B2D60;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

input.parsley-error,
textarea.parsley-error {
  border-color: #5D626B;
}

.parsley-errors-list {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0 15px;
  font-size: 12px;
  line-height: 28px;
  list-style: none;
  cursor: pointer;
  text-align: center;
  color: #24253B;
  background: #FAC708;
  transition: all 0.3s ease;
  opacity: 0.7;
  z-index: 5;
  border-radius: 5px;
}

.header {
  background-color: #16142D;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 7.75rem;
}
@media (max-width: 799px) {
  .header {
    justify-content: space-between;
    height: 61px;
    padding-right: 20px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 800;
    /*      html.menu_is_open  & {
            z-index: unset;
            position: static;
          }*/
  }
}
@media (max-width: 799px) {
  .header__vel_padding {
    height: 61px;
  }
}

.main {
  flex-grow: 1;
  overflow-x: hidden;
}
#page_about .main {
  background: linear-gradient(45deg, rgb(66, 67, 134) 0%, rgb(55, 56, 108) 6.91%, rgb(45, 46, 81) 15.64%, rgb(38, 39, 65) 23.43%, rgb(36, 37, 59) 29.41%, rgb(36, 37, 59) 67.11%, rgb(40, 39, 63) 74.82%, rgb(51, 43, 75) 82.37%, rgb(70, 51, 94) 89.84%, rgb(97, 62, 122) 97.24%, rgb(109, 67, 134) 100%);
}

@media (min-width: 800px) {
  .mobile_menu {
    display: none;
  }
}
@media (max-width: 799px) {
  .mobile_menu {
    left: 0;
    top: 0;
    height: 100vh;
    position: fixed;
    display: flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    background: linear-gradient(45deg, rgb(36, 37, 59) 4.5%, rgb(36, 37, 59) 49.25%, rgb(40, 39, 63) 61.14%, rgb(51, 43, 75) 72.78%, rgb(70, 51, 94) 84.33%, rgb(97, 62, 122) 95.74%, rgb(109, 67, 134) 100%);
    transition: transform 0.5s;
    transform: translateY(-100%);
    padding-top: 30px;
    z-index: 99;
  }
  html.menu_is_open {
    overflow: hidden;
  }
  html.menu_is_open .mobile_menu {
    transform: translateY(61px);
  }
  .mobile_menu .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 35px;
    padding-top: 50px;
    padding-left: 40px;
  }
  .mobile_menu .menu__vb {
    width: 100%;
  }
  .mobile_menu .menu__link {
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
  }
  .mobile_menu .menu__link--active {
    color: #ffffff;
  }
}

.r_content p {
  margin: 1em 0;
}
.r_content *:first-child:not(span) {
  margin-top: 0px;
}
.r_content *:last-child:not(span) {
  margin-bottom: 0px;
}
.r_content strong {
  font-weight: 600;
}

.header .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.9375rem;
  padding-left: 14.375rem;
}
@media (max-width: 799px) {
  .header .menu {
    display: none;
  }
}
.header .menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.125rem;
  color: #ffffff;
  height: 3.75rem;
  border-radius: 30px;
  border: 2px solid transparent;
  width: 10.375rem;
}
.header .menu__link--active {
  border-color: #FAC708;
}

.menu__vb ul, .menu__vb ol, .menu__vb li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.button {
  background: none;
  border: none;
  color: inherit;
  background-color: #FAC708;
  color: #24253B;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  cursor: pointer;
  font-size: 1rem;
  height: 3.4375rem;
  border-radius: 1.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 2.5rem 0px 2.5rem;
  font-weight: 600;
}
.button:hover {
  background-color: #ffffff;
  color: #24253B;
  opacity: 1;
}
@media (min-width: 800px) {
  .button {
    min-width: 13.8125rem;
  }
}
@media (max-width: 799px) {
  .button {
    font-size: 11px;
    height: 31px;
    border-radius: 16px;
    padding: 0 20px;
    min-width: 125px;
    flex-shrink: 0;
  }
}

.footer .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3.9375rem;
}
@media (max-width: 799px) {
  .footer .menu {
    gap: 42px;
    row-gap: 20px;
  }
}
.footer .menu__link {
  font-weight: 700;
  font-size: 1.125rem;
  color: #ffffff;
}
@media (max-width: 799px) {
  .footer .menu__link {
    font-size: 12px;
  }
}
.footer .menu__link--active {
  color: #ffffff;
}

.hide {
  display: none;
}

@media (max-width: 799px) {
  .--desktop {
    display: none !important;
  }
}

@media (min-width: 800px) {
  .--mobile {
    display: none !important;
  }
}

.footer .logo {
  width: 11.4375rem;
  height: 6.3125rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/logo/dark_text.svg");
}
@media (max-width: 799px) {
  .footer .logo {
    width: 105px;
    height: 58px;
  }
}

.header .logo {
  width: 14rem;
  height: 7.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/logo/dark_text.svg");
}
@media (max-width: 799px) {
  .header .logo {
    width: 111px;
    height: 61px;
  }
}

.new_slider__vb {
  padding-bottom: 5rem;
}
@media (min-width: 800px) {
  .new_slider__vb {
    padding-top: 5rem;
  }
}
@media (max-width: 799px) {
  .new_slider__vb {
    padding-bottom: 30px;
  }
}
.new_slider__vb--audio {
  padding-top: 3.75rem;
}
@media (max-width: 799px) {
  .new_slider__vb--audio {
    padding-top: 30px;
  }
}

#page_index .new_slider__vb--video {
  padding-top: 0px;
}

.new_slider {
  margin: 0px -30px;
  padding: 0px 30px;
}
.new_slider__vb--video .vc {
  background: linear-gradient(45deg, rgb(230, 233, 237) 13.73%, rgb(242, 244, 246) 19.42%, rgb(252, 252, 253) 27.47%, rgb(255, 255, 255) 37.9%, rgb(245, 246, 248) 51.37%, rgb(234, 236, 240) 74.7%, rgb(230, 233, 237) 100%);
}
@media (min-width: 800px) {
  .new_slider__vb--video .vc {
    width: 84.25rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    border-radius: 3.6875rem;
  }
}
@media (max-width: 799px) {
  .new_slider__vb--video .vc {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.new_slider__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new_slider__link {
  background: none;
  border: none;
  color: inherit;
  background-color: #FAC708;
  color: #24253B;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  cursor: pointer;
  font-size: 1rem;
  height: 3.4375rem;
  border-radius: 1.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 2.5rem 0px 2.5rem;
  font-weight: 600;
  margin-right: 1.25rem;
}
.new_slider__link:hover {
  background-color: #24253B;
  color: #ffffff;
  opacity: 1;
}
@media (min-width: 800px) {
  .new_slider__link {
    min-width: 13.8125rem;
  }
}
@media (max-width: 799px) {
  .new_slider__link {
    font-size: 11px;
    height: 31px;
    border-radius: 16px;
    padding: 0 20px;
    min-width: 125px;
    flex-shrink: 0;
  }
}
@media (max-width: 799px) {
  .new_slider__link {
    margin-right: 20px;
  }
}
.new_slider__title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #24253B;
}
@media (max-width: 799px) {
  .new_slider__title {
    font-size: 16px;
  }
}
.new_slider__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 799px) {
  .new_slider__controls {
    justify-content: flex-start;
    gap: 10px;
  }
}
.new_slider__goto {
  width: 3.6875rem;
  height: 3.6875rem;
  background-color: #ffffff;
  border: 2px solid #E6E9ED;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.4s;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
  flex-shrink: 0;
}
.new_slider__goto:hover {
  opacity: 0.7;
}
@media (max-width: 799px) {
  .new_slider__goto {
    width: 33px;
    height: 33px;
    border-width: 1px;
  }
}
.new_slider__goto:hover {
  background-color: #FAC708;
  opacity: 1;
}
.new_slider__goto:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.875rem;
  height: 1.125rem;
}
@media (max-width: 799px) {
  .new_slider__goto:before {
    width: 6px;
    height: 10px;
  }
}
.new_slider__goto--next:before {
  background-image: url("../images/icons/chewron--right--dblue.svg");
}
.new_slider__goto--prev:before {
  background-image: url("../images/icons/chewron--left--dblue.svg");
}
.new_slider__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media (max-width: 799px) {
  .new_slider__pager {
    display: none;
  }
}
.new_slider__items {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (max-width: 799px) {
  .new_slider__items {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.new_slider__vb--audio .new_slider__item {
  max-height: 288px;
  aspect-ratio: 1;
  border-radius: 9px;
  box-shadow: 0px 6.86px 19.6px #E6E9ED;
  padding: 1.5625rem;
}

.new_slider__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.new_slider__vb--audio .new_slider__image {
  width: 100%;
  max-height: 100%;
}

.new_slider__vb--video .new_slider__image {
  max-height: 226px;
  width: 100%;
  aspect-ratio: 376/226;
  border-radius: 9px;
}

.new_slider__video_title {
  font-size: 1.125rem;
  color: #24253B;
  font-weight: 600;
  margin-top: 1.5625rem;
}
@media (max-width: 799px) {
  .new_slider__video_title {
    font-size: 10px;
    margin-top: 20px;
  }
}
.new_slider__album_title {
  font-size: 0.9375rem;
  color: #5D626B;
  font-weight: 600;
}
@media (max-width: 799px) {
  .new_slider__album_title {
    font-size: 9px;
  }
}

.logo {
  flex-shrink: 0;
}

.others_platforms ul, .others_platforms ol, .others_platforms li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.others_platforms__title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #24253B;
}
@media (max-width: 799px) {
  .others_platforms__title {
    font-size: 16px;
  }
}
.others_platforms__list:not(#sup) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  gap: 2.5rem;
}
@media (max-width: 799px) {
  .others_platforms__list:not(#sup) {
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 30px;
  }
}
.others_platforms__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 799px) {
  .others_platforms__item {
    flex: none;
    width: calc(50% - 30px);
  }
}
.others_platforms__image {
  width: 100%;
}

.albums_list__vb {
  background: linear-gradient(45deg, rgb(66, 67, 134) 0%, rgb(55, 56, 108) 6.91%, rgb(45, 46, 81) 15.64%, rgb(38, 39, 65) 23.43%, rgb(36, 37, 59) 29.41%, rgb(36, 37, 59) 67.11%, rgb(40, 39, 63) 74.82%, rgb(51, 43, 75) 82.37%, rgb(70, 51, 94) 89.84%, rgb(97, 62, 122) 97.24%, rgb(109, 67, 134) 100%);
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}
@media (max-width: 799px) {
  .albums_list__vb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.albums_list__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 799px) {
  .albums_list__header {
    flex-direction: column;
  }
}
.albums_list__header ul, .albums_list__header ol, .albums_list__header li {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 799px) {
  .albums_list__header {
    gap: 10px;
  }
}
.albums_list__title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #24253B;
  color: #ffffff;
}
@media (max-width: 799px) {
  .albums_list__title {
    font-size: 16px;
  }
}
.albums_list__years ul, .albums_list__years ol, .albums_list__years li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.albums_list__items {
  padding-top: 3.4375rem;
}
@media (max-width: 799px) {
  .albums_list__items {
    padding-top: 30px;
  }
}
.albums_list__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.375rem 12.5rem 0 12.5rem;
}
@media (max-width: 799px) {
  .albums_list__controls {
    padding: 30px 40px 0 40px;
  }
}
.albums_list__goto {
  width: 3.6875rem;
  height: 3.6875rem;
  border: 2px solid #969696;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.4s;
  flex-shrink: 0;
}
@media (max-width: 799px) {
  .albums_list__goto {
    width: 33px;
    height: 33px;
    border-width: 1px;
  }
}
.albums_list__goto:hover {
  background-color: #FAC708;
  opacity: 1;
}
.albums_list__goto:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.875rem;
  height: 1.125rem;
}
@media (max-width: 799px) {
  .albums_list__goto:before {
    width: 7px;
    height: 12px;
  }
}
.albums_list__goto--prev:before {
  background-image: url("../images/icons/chewron--left--white.svg");
}
.albums_list__goto--next:before {
  background-image: url("../images/icons/chewron--right--white.svg");
}
.albums_list__pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.albums_list_year__link {
  color: #9B9EA0;
  font-weight: 700;
  font-size: 19px;
}
@media (max-width: 799px) {
  .albums_list_year__link {
    font-size: 12px;
  }
}
.albums_list_year__link--active {
  color: #ffffff;
}

.albums_l_item {
  width: 30%;
  aspect-ratio: 1;
}
.albums_l_item__cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.album_controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5625rem;
}
@media (max-width: 799px) {
  .album_controls {
    gap: 20px;
    justify-content: flex-start;
  }
}
.album_controls__section {
  background: none;
  border: none;
  color: inherit;
  background-color: #ffffff;
  color: #24253B;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  cursor: pointer;
  font-size: 1rem;
  height: 3.4375rem;
  border-radius: 1.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 2.5rem 0px 2.5rem;
  font-weight: 600;
  margin-right: 20px;
  white-space: nowrap;
}
.album_controls__section:hover {
  background-color: #FAC708;
  color: #24253B;
  opacity: 1;
}
@media (min-width: 800px) {
  .album_controls__section {
    min-width: 13.8125rem;
  }
}
@media (max-width: 799px) {
  .album_controls__section {
    font-size: 11px;
    height: 31px;
    border-radius: 16px;
    padding: 0 20px;
    min-width: 125px;
    flex-shrink: 0;
  }
}
.album_controls__nearby {
  width: 3.6875rem;
  height: 3.6875rem;
  background-color: #ffffff;
  border: 2px solid #E6E9ED;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.4s;
  flex-shrink: 0;
}
@media (max-width: 799px) {
  .album_controls__nearby {
    width: 33px;
    height: 33px;
    border-width: 1px;
  }
}
.album_controls__nearby:hover {
  background-color: #FAC708;
  opacity: 1;
}
.album_controls__nearby:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.875rem;
  height: 1.125rem;
}
@media (max-width: 799px) {
  .album_controls__nearby:before {
    width: 7px;
    height: 12px;
  }
}
.album_controls__nearby--prev:before {
  background-image: url("../images/icons/chewron--left--dblue.svg");
}
.album_controls__nearby--next:before {
  background-image: url("../images/icons/chewron--right--dblue.svg");
}

.swiper-pagination-bullets:not(#sup) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.swiper-pagination-bullet:not(#sup) {
  background-color: #969696;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.625rem;
}
@media (max-width: 799px) {
  .swiper-pagination-bullet:not(#sup) {
    width: 5px;
    height: 5px;
  }
}

.swiper-pagination-bullet-active:not(#sup) {
  background-color: #FAC708;
}

.p_contacts {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.71875em;
  color: #000;
}
@media (max-width: 799px) {
  .p_contacts {
    font-size: 16px;
    line-height: 25px;
  }
}
.p_contacts__vb {
  padding-top: 6.25rem;
  padding-bottom: 5.625rem;
}
@media (max-width: 799px) {
  .p_contacts__vb {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}

.p_about__vb {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 799px) {
  .p_about__vb {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.p_about {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  color: #ffffff;
}
@media (max-width: 799px) {
  .p_about {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .p_about {
    gap: 20px;
  }
}
.p_about__photo {
  width: 21.25rem;
}
@media (max-width: 799px) {
  .p_about__photo {
    width: 161px;
  }
}
.p_about__name {
  padding-top: 4.6875rem;
  font-size: 2.125rem;
  font-weight: 700;
}
@media (max-width: 799px) {
  .p_about__name {
    font-size: 21px;
    padding-top: 30px;
  }
}
.p_about__regalia {
  padding-top: 2.1875rem;
  font-size: 1.3125rem;
  font-weight: 500;
}
@media (max-width: 799px) {
  .p_about__regalia {
    font-size: 14px;
    padding-top: 20px;
  }
}

.p_about__description {
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (max-width: 799px) {
  .p_about__description {
    font-size: 12px;
  }
}

.p_index_hero {
  width: 100%;
}
.p_index_hero .vc {
  position: relative;
}
.p_index_hero__image {
  width: 100%;
}
.p_index_hero__text {
  position: absolute;
  bottom: 6.25rem;
  left: 0px;
  padding-left: 5rem;
  font-size: 3.75rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4em;
}
@media (min-width: 800px) {
  .p_index_hero__text {
    left: 5rem;
  }
}
@media (max-width: 799px) {
  .p_index_hero__text {
    position: absolute;
    bottom: 40px;
    left: 30px;
    padding-left: 30px;
    font-size: 16px;
  }
}
.p_index_hero__text:before {
  content: "";
  display: block;
  background-color: #FAC708;
  position: absolute;
  width: 2.8125rem;
  height: 2.8125rem;
  left: 0px;
  top: 1.25rem;
}
@media (max-width: 799px) {
  .p_index_hero__text:before {
    width: 12px;
    height: 12px;
    top: 3px;
  }
}

.p_video_album {
  background: linear-gradient(45deg, rgb(66, 67, 134) 0%, rgb(55, 56, 108) 6.91%, rgb(45, 46, 81) 15.64%, rgb(38, 39, 65) 23.43%, rgb(36, 37, 59) 29.41%, rgb(36, 37, 59) 67.11%, rgb(40, 39, 63) 74.82%, rgb(51, 43, 75) 82.37%, rgb(70, 51, 94) 89.84%, rgb(97, 62, 122) 97.24%, rgb(109, 67, 134) 100%);
}
@media (max-width: 799px) {
  .p_video_album {
    padding-bottom: 30px;
  }
}

.p_video_album_header {
  padding-top: 3.125rem;
  padding-bottom: 4.375rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5rem;
}
@media (max-width: 799px) {
  .p_video_album_header {
    flex-direction: column;
  }
}
@media (min-width: 800px) {
  .p_video_album_header {
    border-bottom: 2px solid #443759;
  }
}
@media (max-width: 799px) {
  .p_video_album_header {
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 20px;
  }
}
.p_video_album_header__vb {
  padding-top: 4.375rem;
}
@media (max-width: 799px) {
  .p_video_album_header__vb {
    padding-top: 30px;
  }
}
.p_video_album_header__section {
  font-size: 1.75rem;
  font-weight: 600;
  color: #24253B;
  color: #ffffff;
}
@media (max-width: 799px) {
  .p_video_album_header__section {
    font-size: 16px;
  }
}
.p_video_album_header__cover {
  width: 20rem;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 799px) {
  .p_video_album_header__cover {
    width: 100%;
  }
}
.p_video_album_header__title {
  color: #ffffff;
  font-weight: bold;
  font-size: 2.9375rem;
}
@media (max-width: 799px) {
  .p_video_album_header__title {
    font-size: 25px;
    order: -1;
  }
}
.p_video_album_header__year {
  color: #ffffff;
  font-size: 1.6875rem;
  display: block;
  margin-top: 1.25rem;
}
@media (max-width: 799px) {
  .p_video_album_header__year {
    margin-top: 15px;
    font-size: 14px;
  }
}
.p_video_album_header__controls {
  align-self: flex-end;
}

.p_video_album_videos ul, .p_video_album_videos ol, .p_video_album_videos li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.p_video_album_videos__list:not(#sup) {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 3.125rem;
  padding-bottom: 5rem;
  gap: 3.75rem;
}
@media (max-width: 799px) {
  .p_video_album_videos__list:not(#sup) {
    padding-top: 20px;
    padding-bottom: 30px;
    gap: 20px;
  }
}

@media (min-width: 800px) {
  .p_video_album_videos_l_item__vb {
    width: calc(33.33% - 2.5rem);
  }
}
@media (max-width: 799px) {
  .p_video_album_videos_l_item__vb {
    width: calc(50% - 0.625rem);
  }
}
.p_video_album_videos_l_item__cover {
  position: relative;
  display: block;
}
.p_video_album_videos_l_item__cover:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 4.0625rem;
  height: 4.0625rem;
  background-image: url("../images/icons/play_video.svg");
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 799px) {
  .p_video_album_videos_l_item__cover:before {
    width: 27px;
    height: 27px;
  }
}
.p_video_album_videos_l_item__image {
  width: 100%;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.p_video_album_videos_l_item__title {
  font-weight: bold;
  font-size: 1.3125rem;
  color: #ffffff;
  padding-top: 1.875rem;
  display: block;
}
@media (max-width: 799px) {
  .p_video_album_videos_l_item__title {
    padding-top: 10px;
    font-size: 12px;
    line-height: 7.95px;
  }
}

.p_audio_album_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 799px) {
  .p_audio_album_header {
    padding-top: 20px;
  }
}
.p_audio_album_header__vb {
  padding-top: 5rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 799px) {
  .p_audio_album_header__vb {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.p_audio_album_header__section {
  font-size: 1.75rem;
  font-weight: 600;
  color: #24253B;
  color: #ffffff;
}
@media (max-width: 799px) {
  .p_audio_album_header__section {
    font-size: 16px;
  }
}
.p_audio_album_header__title {
  font-size: 2.1875rem;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 799px) {
  .p_audio_album_header__title {
    font-size: 23px;
  }
}
.p_audio_album_header__year {
  font-weight: normal;
}
@media (max-width: 799px) {
  .p_audio_album_header__year {
    font-size: 13px;
    display: block;
    padding-top: 3px;
  }
}
.p_audio_album_player {
  background: #2D2D45;
  border-radius: 0.625rem;
  border: 1px solid #42414C;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.5rem;
}
@media (max-width: 799px) {
  .p_audio_album_player {
    gap: 10px;
  }
}
.p_audio_album_player__vb {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media (max-width: 799px) {
  .p_audio_album_player__vb {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.p_audio_album_player__album_info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
}
@media (max-width: 799px) {
  .p_audio_album_player__album_info {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .p_audio_album_player__album_info {
    align-items: flex-start;
    gap: 10px;
  }
}
.p_audio_album_player__album_cover {
  width: 5.75rem;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 799px) {
  .p_audio_album_player__album_cover {
    width: 42px;
  }
}
@media (max-width: 799px) {
  .p_audio_album_player__description {
    width: 100px;
  }
}
@media (min-width: 800px) {
  .p_audio_album_player__track_title {
    width: 15.625rem;
    padding-right: 3.125rem;
  }
}
.p_audio_album_player__track_title {
  font-weight: bold;
  font-size: 1.1875rem;
  color: #ffffff;
}
@media (max-width: 799px) {
  .p_audio_album_player__track_title {
    font-size: 12px;
  }
}
.p_audio_album_player__album_year {
  font-weight: bold;
  font-size: 0.6875rem;
  color: #ffffff;
  display: block;
  margin-top: 0.125rem;
}
@media (max-width: 799px) {
  .p_audio_album_player__album_year {
    font-size: 11px;
  }
}
.p_audio_album_player__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  flex-grow: 1;
}
@media (max-width: 799px) {
  .p_audio_album_player__controls {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .p_audio_album_player__controls {
    gap: 30px;
  }
}
.p_audio_album_player__vbuttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
}
@media (max-width: 799px) {
  .p_audio_album_player__vbuttons {
    gap: 25px;
  }
}
.p_audio_album_player__skip {
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.8125rem;
  height: 1.125rem;
}
.p_audio_album_player__skip:hover {
  opacity: 0.7;
}
@media (max-width: 799px) {
  .p_audio_album_player__skip {
    width: 12px;
    height: 15px;
  }
}
.p_audio_album_player__skip--next {
  background-image: url("../images/icons/next_track.svg");
}
.p_audio_album_player__skip--prev {
  background-image: url("../images/icons/prev_track.svg");
}
.p_audio_album_player__play {
  width: 3.4375rem;
  height: 3.4375rem;
  background-color: #FAC708;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
  flex-shrink: 0;
  /*    &--pause {
        //background-color: $c_w;

        &:before {
          width: rem(22px);
          height: rem(22px);
          background-image: url("../images/icons/play.svg");
          transform: translateX(9%);
        }

      }*/
}
.p_audio_album_player__play:hover {
  opacity: 0.7;
}
@media (max-width: 799px) {
  .p_audio_album_player__play {
    width: 35px;
    height: 35px;
  }
}
.p_audio_album_player__play:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url("../images/icons/play.svg");
  transform: translateX(9%);
}
@media (max-width: 799px) {
  .p_audio_album_player__play:before {
    width: 12px;
    height: 15px;
  }
}
.p_audio_album_player__play--play:before {
  width: 1.375rem;
  height: 1.125rem;
  transform: translateX(0);
  background-image: url("../images/icons/pause.svg");
}
@media (max-width: 799px) {
  .p_audio_album_player__play--play:before {
    width: 10px;
    height: 13px;
  }
}
.p_audio_album_player__vtime {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 799px) {
  .p_audio_album_player__vtime {
    width: 100%;
    gap: 10px;
  }
}
.p_audio_album_player__timeline {
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
  width: 28.25rem;
  height: 0.5rem;
}
@media (max-width: 799px) {
  .p_audio_album_player__timeline {
    width: 100%;
    height: 3px;
    font-size: 10px;
  }
}
.p_audio_album_player__time {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  width: 1.875rem;
  white-space: nowrap;
}
@media (max-width: 799px) {
  .p_audio_album_player__time {
    font-size: 10px;
  }
}
.p_audio_album_player__progress {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #FAC708;
  width: 0%; /* управляется через JS */
  transition: width 0.1s linear;
  height: 100%;
}
.p_album_tracks {
  background: #2D2D45;
  border-radius: 0.625rem;
  border: 1px solid #42414C;
  padding: 3.125rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4.375rem;
}
@media (max-width: 799px) {
  .p_album_tracks {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .p_album_tracks {
    padding: 20px;
    gap: 30px;
    padding-bottom: 30px;
  }
}
.p_album_tracks__cover {
  width: 24.125rem;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 799px) {
  .p_album_tracks__cover {
    width: 100%;
  }
}
.p_album_tracks__vplay {
  flex-grow: 1;
}
.p_album_tracks__vplay ul, .p_album_tracks__vplay ol, .p_album_tracks__vplay li {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 799px) {
  .p_album_tracks__vplay {
    width: 100%;
  }
}
.p_album_tracks__play {
  background: none;
  border: none;
  color: inherit;
  background-color: #FAC708;
  color: #24253B;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  cursor: pointer;
  font-size: 1rem;
  height: 3.4375rem;
  border-radius: 1.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 2.5rem 0px 2.5rem;
  font-weight: 600;
  justify-content: flex-start;
  gap: 1.25rem;
  width: fit-content;
  min-width: auto;
}
.p_album_tracks__play:hover {
  background-color: #ffffff;
  color: #24253B;
  opacity: 1;
}
@media (min-width: 800px) {
  .p_album_tracks__play {
    min-width: 13.8125rem;
  }
}
@media (max-width: 799px) {
  .p_album_tracks__play {
    font-size: 11px;
    height: 31px;
    border-radius: 16px;
    padding: 0 20px;
    min-width: 125px;
    flex-shrink: 0;
  }
}
.p_album_tracks__play:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.75rem;
  height: 1.1875rem;
  background-image: url("../images/icons/play.svg");
}
@media (max-width: 799px) {
  .p_album_tracks__play:before {
    width: 7px;
    height: 12px;
  }
}
.p_album_tracks__list:not(#spec_up) {
  padding-top: 3.125rem;
  margin-top: 3.125rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.875rem;
}
@media (min-width: 800px) {
  .p_album_tracks__list:not(#spec_up) {
    border-top: 1px solid #443759;
  }
}
@media (max-width: 799px) {
  .p_album_tracks__list:not(#spec_up) {
    padding-top: 10px;
    margin-top: 20px;
    gap: 20px;
  }
}

.p_audio_album {
  background: linear-gradient(45deg, rgb(66, 67, 134) 0%, rgb(55, 56, 108) 6.91%, rgb(45, 46, 81) 15.64%, rgb(38, 39, 65) 23.43%, rgb(36, 37, 59) 29.41%, rgb(36, 37, 59) 67.11%, rgb(40, 39, 63) 74.82%, rgb(51, 43, 75) 82.37%, rgb(70, 51, 94) 89.84%, rgb(97, 62, 122) 97.24%, rgb(109, 67, 134) 100%);
}
@media (max-width: 799px) {
  .p_audio_album {
    padding-bottom: 40px;
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.p_album_tracks_l_item:not(#sup) {
  font-size: 0.875rem;
  width: 100%;
  text-align: justify;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: baseline;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}
@media (min-width: 800px) {
  .p_album_tracks_l_item:not(#sup) {
    padding-right: 3.125rem;
  }
}
@media (max-width: 799px) {
  .p_album_tracks_l_item:not(#sup) {
    font-weight: 500;
    font-size: 12px;
  }
}
.p_album_tracks_l_item--active:before {
  content: "";
  display: block;
  position: absolute;
  left: -1.875rem;
  top: 0.1875rem;
  transform-origin: center;
  background: #FAC708;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
}
@media (max-width: 799px) {
  .p_album_tracks_l_item--active:before {
    width: 5px;
    height: 5px;
    left: -12px;
    top: 3px;
  }
}
.p_album_tracks_l_item--play:before {
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}
/*# sourceMappingURL=main.min.css.map */
