/*! 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 */
  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;
}

html {
  /* Common: Improved accessibility */
  font-size: 1rem;
}

body {
  /* Common: Removes the default margin from body */
  margin: 0;
  /* Common: Sets in common the way of rendering the text */
  text-rendering: optimizeLegibility;
  /* Common: Standardizes typography */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  /* Common: Standardizes line height. */
  line-height: 1.25;
}

a {
  /* Hyperlink: Remove the bottom line. */
  text-decoration: none;
  /* Hyperlink: Remove default color */
  color: unset;
  /* iOS: remove the color of the highlight that appears over a link while it's being tapped */
  -webkit-tap-highlight-color: transparent;
}

:-internal-direct-focus {
  outline-color: transparent;
  outline-style: none;
  outline-width: unset;
}

/* Pictures: Gives 100% width to fit containers */
img,
picture {
  width: 100%;
}

/* Table: Standardize and modernize the appearance */
table {
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
}

/* Table: Add border */
td,
th {
  padding: 0.4rem;
  border: 1px solid black;
}

/* Input: remove border radius */
input {
  border-radius: 0;
}

/* Firefox: remove inner focus ring */
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=color]::-moz-focus-inner {
  border: 0;
}

a:focus,
textarea:focus,
button:focus,
input:focus {
  outline: none;
}

a,
button,
input[type=submit],
input[type=button],
input[type=checkbox] {
  cursor: pointer;
}

/* iOS: remove zoom double tap */
button {
  touch-action: manipulation;
}

/* iOS && Firefox: remove default input appearince */
/* Remove or add any input type */
input[type=button],
input[type=checkbox],
input[type=email],
input[type=file],
input[type=number],
input[type=reset],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* iOS: remove the "cancel button" at the edge of an <input> of type="search" */
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* Remove resize option for textarea */
textarea {
  resize: none;
}

/* Firefox: remove default input:invalid appearence */
input:invalid {
  box-shadow: none;
}

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

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

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

.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;
}

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

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.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-cube-shadow {
  transform-style: preserve-3d;
}

.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));
}

/* 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-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

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

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --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;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  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: 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;
  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: 10px;
  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;
}

/* Progress */
.swiper-pagination-progressbar {
  background: 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: 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: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.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%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

@keyframes bounceUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    transform: translateY(2rem);
  }
  100% {
    transform: translateY(-7rem);
    opacity: 0;
  }
}
@keyframes bounceFromDown {
  0% {
    transform: translateY(7rem);
    opacity: 0;
  }
  75% {
    transform: translateY(-2rem);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bounceToDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    transform: translateY(-2rem);
  }
  100% {
    transform: translateY(7rem);
    opacity: 0;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-7rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.bounce-up {
  animation-name: bounceUp;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes translate-left {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes translate-down {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes opacityAni {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Regular menu transition */
@keyframes closeMenuToLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes closeMenuToRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes openMenuFromLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes openMenuFromRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-102%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-102%);
  }
}
.fade-enter-active, .fade-enter {
  opacity: 1;
}

.fade-leave-active, .fade-leave-to {
  opacity: 0;
}

.bounce-enter-active, .bounce-enter,
.bounce-down-enter-active, .bounce-down-enter {
  animation-name: bounceFromDown;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.bounce-leave-active, .bounce-leave-to {
  animation-name: bounceUp;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.bounce-down-leave-active, .bounce-down-leave-to {
  animation-name: bounceToDown;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.translate-enter-active, .translate-enter {
  animation-name: opacityAni;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.translate-leave-active, .translate-leave-to {
  animation-name: translate-left;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 900px) {
  .translate-leave-active, .translate-leave-to {
    animation-name: translate-down;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
  }
}
.submit-message-leave-active,
.submit-message-enter-active,
.submit-message-leave-to {
  transform: translateY(105%);
}

.filter-right-left-enter-active, .filter-right-left-enter {
  animation-name: openMenuFromRight;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.filter-right-left-leave-active, .filter-right-left-leave-to {
  animation-name: closeMenuToLeft;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.filter-left-right-enter-active, .filter-left-right-enter {
  animation-name: openMenuFromLeft;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.filter-left-right-leave-active, .filter-left-right-leave-to {
  animation-name: closeMenuToRight;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.slide-up {
  animation-name: slideUp;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.slide-down {
  animation-name: slideDown;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@font-face {
  font-family: "text";
  src: url("../fonts/PlusJakartaSans.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/font-icons.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "email";
  src: url("../fonts/email.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
body,
h1,
h2,
h3,
h4,
p,
ul {
  margin: unset;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  padding: unset;
  list-style: none;
}

button {
  margin: unset;
  padding: unset;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: unset;
  border: unset;
  font-family: "text", sans-serif;
}

input,
fieldset,
textarea {
  border: unset;
  padding: unset;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search] {
  background-color: unset;
}

details > summary {
  border: none;
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

figure {
  margin: unset;
}

hr {
  border: unset;
  height: 0;
}

sup {
  z-index: -1;
}

.swiper-pagination-lock,
.swiper-button-lock {
  display: initial;
}

[role=button]:focus {
  outline: unset;
}

body {
  color: #002839;
  font-family: "text", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.5;
}

.expand-open {
  transform: scaleY(-1);
}

.opacity-none {
  opacity: 0;
}

.container__slim {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.padding-bottom-l {
  padding-bottom: 4rem;
}

.display-block {
  display: block;
}

.container__transition {
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.icon__arrow-left {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__arrow-left::before {
  content: "\ea0a";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__arrow-right {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__arrow-right::before {
  content: "\ea0b";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__building {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__building::before {
  content: "\ea0c";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__calendar-close {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__calendar-close::before {
  content: "\ea0d";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__calendar-event {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__calendar-event::before {
  content: "\ea0e";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__caret-down {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__caret-down::before {
  content: "\ea0f";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__chevron-down {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__chevron-down::before {
  content: "\ea01";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__chevron-right {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__chevron-right::before {
  content: "\ea02";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__clock {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__clock::before {
  content: "\ea03";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__close {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__close::before {
  content: "\ea04";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__file-check {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__file-check::before {
  content: "\ea05";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__hide {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__hide::before {
  content: "\ea06";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__house {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__house::before {
  content: "\ea07";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__house-check {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__house-check::before {
  content: "\ea08";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__info {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__info::before {
  content: "\ea09";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__map {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__map::before {
  content: "\ea10";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__search {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__search::before {
  content: "\ea11";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__show {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__show::before {
  content: "\ea12";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__slider {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__slider::before {
  content: "\ea13";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__unfold-more {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__unfold-more::before {
  content: "\ea14";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__user-check {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__user-check::before {
  content: "\ea15";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__wavy-check {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__wavy-check::before {
  content: "\ea16";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__check {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__check::before {
  content: "\ea17";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__chevron-left {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__chevron-left::before {
  content: "\ea18";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__chevron-up {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__chevron-up::before {
  content: "\ea19";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__file-download {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon__file-download::before {
  content: "\ea20";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.icon__email {
  font-family: "icons", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "email", sans-serif;
}
.icon__email::before {
  content: "\e800";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1px;
  padding-right: 1px;
}

.title-xxl,
.title-xl,
.title-l {
  line-height: 1.2;
}

.title-xxl {
  font-size: 6.5rem;
}

.title-xl {
  font-size: 4rem;
}
@media all and (max-width: 500px) {
  .title-xl {
    font-size: 3rem;
  }
}

.title-l {
  font-size: 2.5rem;
}

.title-m {
  font-size: 2rem;
}

.title-s {
  font-size: 1.75rem;
}

.title-xs {
  font-size: 1.5rem;
}

.title-xxs {
  font-size: 1.25rem;
}

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

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

.text-s {
  font-size: 0.9rem;
}

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

.text-xxs {
  font-size: 0.6rem;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.text-grey-light {
  color: #F7F9FA;
  transition: color 0.3s ease-in-out;
}

.text-grey {
  color: #A1A8AF;
}

.text-blue {
  color: #2F7CB4;
}

.text-blue-grey {
  color: #455A6F;
}

.text-dark-grey {
  color: #344955;
}

.text-yellow {
  color: #F9AA33;
}

.text-white {
  color: #FFFFFF;
}

.text-error {
  color: #BF0D42;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25;
}

.text-red {
  color: #BF0D42;
}

.text-italic {
  font-style: italic;
}

.text-light {
  font-weight: 300;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-word-break-all {
  word-break: break-all;
}

.text-link {
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
.text-link:not(.dark-blue) {
  color: #2F7CB4;
}
.text-link:not(.dark-blue):hover {
  color: #455A6F;
}
.text-link.dark-blue {
  color: #002839;
}
.text-link.dark-blue:hover {
  color: #2F7CB4;
}

.line-height-l {
  line-height: 1.5;
}

.button__solid-blue,
.button__white,
.button__black,
.button__border,
.button-delete__large {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  height: 3.75rem;
  min-width: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: 0.3s ease-in-out;
}

.button__solid-blue,
.button__black,
.button__border,
.button-delete__large {
  font-weight: 500;
  font-size: 1rem;
}

.button__solid-blue {
  background-color: #002839;
  color: #FFFFFF;
}
.button__solid-blue:not(.button__solid-blue:disabled):hover {
  background-color: #002839CC;
}
.button__solid-blue:not(.button__solid-blue:disabled):active {
  box-shadow: inset 0.1rem 0.1rem 0.25rem #282828;
}
.button__solid-blue:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button__white {
  background-color: #FFFFFF;
  box-shadow: 0 0 2rem rgba(40, 40, 40, 0.25);
  font-weight: 400;
  font-size: 0.9rem;
}
.button__white:hover {
  background-color: #282828;
  color: #FFFFFF;
}
.button__white:active {
  box-shadow: 0 0 2rem rgba(40, 40, 40, 0), inset 0.2rem 0.2rem 0.4rem #282828;
  background-color: #344955;
}
.button__white:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button__white:disabled:hover {
  background-color: #FFFFFF;
}
.button__white:disabled:active {
  box-shadow: unset;
  background-color: #FFFFFF;
}
.button__white:hover {
  background-color: #E7E8EB;
}
.button__white:active {
  box-shadow: inset 0.2rem 0.2rem 0.4rem rgba(40, 40, 40, 0.25);
}
.button__white:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button__white:disabled:hover {
  background-color: #F7F9FA;
}
.button__white:disabled:active {
  box-shadow: unset;
}

.button__border:not(.light-blue),
.button__border-small:not(.light-blue) {
  border: 1px solid #002839;
  color: #002839;
}
.button__border:not(.light-blue):hover,
.button__border-small:not(.light-blue):hover {
  background-color: #D7EAFF;
}
.button__border.light-blue,
.button__border-small.light-blue {
  border: 1px solid #D7EAFF;
  color: #D7EAFF;
}
.button__border.light-blue:hover,
.button__border-small.light-blue:hover {
  background-color: #D7EAFF40;
}
.button__border:active,
.button__border-small:active {
  box-shadow: inset 0.1rem 0.1rem 0.25rem rgba(40, 40, 40, 0.25);
}

.button__black {
  color: #FFFFFF;
  background-color: #282828;
}
.button__black:hover {
  background-color: #344955;
}
.button__black:active {
  box-shadow: 0 0 2rem rgba(40, 40, 40, 0), inset 0.2rem 0.2rem 0.4rem #282828;
}

.button__small,
.button__light-grey,
.button__light-grey-hover {
  box-sizing: border-box;
  height: 2.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: 0.3s ease-in-out;
}

.button__small,
.button__light-grey {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.button__light-grey {
  background-color: #F7F9FA;
}
.button__light-grey:hover {
  background-color: #282828;
  color: #FFFFFF;
}
.button__light-grey:active {
  background-color: #344955;
  box-shadow: inset 0.1rem 0.1rem 0.25rem #282828;
}

.button__light-grey-hover {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.button__light-grey-hover::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #F7F9FA;
  transition: width 0.3s ease-in-out;
  z-index: -1;
}
.button__light-grey-hover:hover::before {
  width: 100%;
}
.button__light-grey-hover:disabled {
  background-color: #F7F9FA;
  cursor: not-allowed;
}

.button__content-grid {
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 0.75rem;
}

.button-close {
  position: relative;
  height: 2.25rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}
.button-close::before, .button-close::after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 1.5rem;
  background-color: #282828;
  transform-origin: center;
  transition: background-color 0.3s ease-in-out;
}
.button-close::before {
  transform: rotate(45deg);
}
.button-close::after {
  transform: rotate(-45deg);
}
.button-close:hover::before, .button-close:hover::after {
  background-color: #2F7CB4;
}
.button-close:active::before, .button-close:active::after {
  background-color: #EEDEFF;
}

.button-delete,
.button__border-small {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  transition: 0.3s ease-in-out;
}

.button-delete,
.button-delete__large {
  border: 1px solid #BF0D42;
  color: #BF0D42;
}
.button-delete:hover,
.button-delete__large:hover {
  background-color: #BF0D42;
  color: #FFFFFF;
}

.link__blue,
.link__solid-blue {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  height: 2.25rem;
  font-weight: 500;
  font-size: 0.9rem;
}

.link__blue {
  position: relative;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.link__blue:hover, .link__blue.active {
  background-color: #D7EAFF;
}
.link__blue:active {
  box-shadow: inset 0.1rem 0.1rem 0.25rem rgba(40, 40, 40, 0.25);
}

.link__solid-blue {
  color: #FFFFFF;
  background-color: #002839;
  transition: 0.3s ease-in-out;
}
.link__solid-blue:hover, .link__solid-blue.active {
  background-color: #002839CC;
}
.link__solid-blue:active {
  box-shadow: inset 0.1rem 0.1rem 0.25rem rgba(40, 40, 40, 0.25);
}

.link__simple,
.link__simple-underlined {
  transition: color 0.3s ease-in-out;
}
.link__simple:hover,
.link__simple-underlined:hover {
  color: #F9AA33;
}
.link__simple:active,
.link__simple-underlined:active {
  color: #E7E8EB;
}

.link__simple-underlined {
  text-decoration: underline;
}

input,
textarea {
  font-family: "text", sans-serif;
}
input::placeholder,
textarea::placeholder {
  color: #28282880;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

.input-label {
  display: grid;
  row-gap: 0.5rem;
}
.input-label > p, .input-label > span {
  font-size: 0.75rem;
  font-weight: 400;
}
.input-label > input, .input-label > textarea {
  box-sizing: border-box;
  width: 100%;
  padding-inline: 0.75rem;
  border: 1px solid #455A6F40;
  transition: 0.3s ease-in-out;
}
.input-label > input.input__error, .input-label > textarea.input__error {
  border-color: #BF0D42;
}
.input-label > input:focus, .input-label > textarea:focus {
  border-color: #002839;
}
.input-label > input {
  height: 2.75rem;
}
.input-label > textarea {
  padding-block: 0.75rem;
}
.input-label.password {
  position: relative;
}
.input-label.password > input {
  padding-right: calc(1.5rem + 0.75rem);
}

.input-label__file {
  position: relative;
  display: grid;
  grid-auto-flow: row;
}
.input-label__file--label {
  display: grid;
  grid-template-columns: minmax(min-content, 1fr) auto;
  column-gap: 0.75rem;
  align-items: self-end;
  padding-inline: 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.input-label__file--list {
  display: grid;
  row-gap: 2px;
}
.input-label__file--list > li {
  display: flex;
  transition: height 0.3s ease-in-out;
}
.input-label__file--list > li:first-child {
  margin-top: 0.5rem;
}
.input-label__file--list-item {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 1rem;
  align-items: center;
  width: 100%;
  padding: 0.75rem;
  word-break: break-all;
  background-color: #F7F9FA;
}
.input-label__file--input {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: max-content;
}
.input-label__file--input > input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.input-label__main,
.input-label__icon,
.input-label__narrow,
.input-label__main--input-icon {
  position: relative;
  display: grid;
  grid-auto-flow: row;
  row-gap: 0.5rem;
}
.input-label__main--label,
.input-label__icon--label,
.input-label__narrow--label,
.input-label__main--input-icon--label {
  display: grid;
  grid-template-columns: minmax(min-content, 1fr) auto;
  column-gap: 0.75rem;
  align-items: self-end;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.input-label__main > input, .input-label__main > textarea,
.input-label__icon > input,
.input-label__icon > textarea,
.input-label__narrow > input,
.input-label__narrow > textarea,
.input-label__main--input-icon > input,
.input-label__main--input-icon > textarea {
  box-sizing: border-box;
  outline: 1px solid #E7E8EB;
  margin-inline: auto;
  transition: outline-color 0.3s ease-in-out;
}
.input-label__main > input:focus, .input-label__main > textarea:focus,
.input-label__icon > input:focus,
.input-label__icon > textarea:focus,
.input-label__narrow > input:focus,
.input-label__narrow > textarea:focus,
.input-label__main--input-icon > input:focus,
.input-label__main--input-icon > textarea:focus {
  outline-color: #F9AA33;
}
.input-label__main > span > i,
.input-label__icon > span > i,
.input-label__narrow > span > i,
.input-label__main--input-icon > span > i {
  transition: 0.3s ease-in-out;
}
.input-label__main .input__error,
.input-label__icon .input__error,
.input-label__narrow .input__error,
.input-label__main--input-icon .input__error {
  outline-color: #BF0D42;
}
.input-label__main .errorlist,
.input-label__icon .errorlist,
.input-label__narrow .errorlist,
.input-label__main--input-icon .errorlist {
  text-align: right;
}

.input-label__main > input, .input-label__main > textarea,
.input-label__icon > input,
.input-label__icon > textarea,
.input-label__main--input-icon > input,
.input-label__main--input-icon > textarea {
  width: calc(100% - 0.75rem * 2);
  outline-offset: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.input-label__icon {
  grid-template-columns: 1fr 2.25rem;
}
.input-label__icon > span {
  grid-column: 1/3;
  grid-row: 1/2;
}
.input-label__icon > input {
  grid-column: 1/3;
  grid-row: 2/3;
  padding-right: 2.25rem;
}
.input-label__icon > button {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 1.3rem;
  transition: color 0.3s ease-in-out;
}
.input-label__icon > button > i {
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}
.input-label__icon > button:hover {
  color: #F9AA33;
}
.input-label__icon > button:active {
  color: #E7E8EB;
}
.input-label__icon > button:invalid {
  outline-color: red;
}

.input-label__narrow > input {
  width: calc(100% - 0.75rem);
  outline-offset: calc(0.75rem / 2);
  margin-top: calc(0.75rem / 2);
  margin-bottom: calc(0.75rem / 2);
  padding-left: calc(0.75rem / 2);
  padding-right: calc(0.75rem / 2);
}

.input-label__checkbox {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.5rem;
  width: fit-content;
  align-items: flex-start;
}
.input-label__checkbox > input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.input-label__checkbox--icon {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 1.25rem;
  width: 1.25rem;
  font-size: 1.25rem;
  border: 1px solid #002839;
  border-radius: 0.25rem;
  transition: 0.3s ease-in-out;
}
.input-label__checkbox--icon > i {
  transition: opacity 0.3s ease-in-out;
}
.input-label__checkbox--icon > .icon__check {
  position: absolute;
  color: #FFFFFF;
  opacity: 0;
}
.input-label__checkbox > input:checked ~ .input-label__checkbox--icon {
  background-color: #2F7CB4;
}
.input-label__checkbox > input:checked ~ .input-label__checkbox--icon > .icon__check {
  opacity: 1;
}
.input-label__checkbox > p {
  position: relative;
  z-index: 3;
}

.input__password {
  padding-right: 1.5rem;
}

.button__password {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  height: 2.75rem;
  width: calc(1.5rem + 0.75rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 1.25rem;
  transition: color 0.3s ease-in-out;
}
.button__password:hover {
  color: #455A6F40;
}
.button__password:active {
  box-shadow: inset 0.1rem 0.1rem 0.25rem rgba(40, 40, 40, 0.25);
}
.button__password > i {
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}

.input__error .icon__box {
  color: #BF0D42;
}

.errorlist {
  height: auto;
  color: #BF0D42;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25;
}

.input-label__main--input-icon {
  position: relative;
}
.input-label__main--input-icon > input {
  padding-right: 1.5rem;
}
.input-label__main--input-icon > i {
  position: absolute;
  top: 0;
  right: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 1rem;
  height: 100%;
}

.input-error__wrapper {
  text-align: right;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.input-label__error > input {
  border-color: #BF0D42;
}

.file-list-not-empty::after {
  height: 0.75rem;
  border-top-color: #E7E8EB;
}

.list__main-wrapper {
  position: absolute;
  box-shadow: 0 0 2rem rgba(40, 40, 40, 0.25);
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.list__main,
.list__main-django {
  box-sizing: border-box;
  display: grid;
  grid-auto-flow: row;
  padding: 0.5rem 1rem;
}
.list__main > li,
.list__main-django > li {
  display: flex;
  border-bottom: 1px solid #E7E8EB;
}
.list__main--item,
.list__main label,
.list__main-django--item,
.list__main-django label {
  position: relative;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  padding: 0.5rem 0.75rem;
  z-index: 1;
}
.list__main--item::before,
.list__main label::before,
.list__main-django--item::before,
.list__main-django label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #FFF2DB;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.list__main--item:hover::before,
.list__main label:hover::before,
.list__main-django--item:hover::before,
.list__main-django label:hover::before {
  width: 100%;
}
.list__main--item:active::before,
.list__main label:active::before,
.list__main-django--item:active::before,
.list__main-django label:active::before {
  box-shadow: inset 0.2rem 0.2rem 0.4rem rgba(40, 40, 40, 0.25);
}
.list__main .list__main--item-checked:hover::before,
.list__main-django .list__main--item-checked:hover::before {
  width: 100%;
}
.list__main .list__main--item-checked:active::before,
.list__main-django .list__main--item-checked:active::before {
  box-shadow: unset;
}

.list {
  position: absolute;
  top: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
  height: max-content;
  max-height: 0;
  box-sizing: border-box;
  background-color: #F7F9FA;
  border: 0 solid #E7E8EB;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.list__content {
  overflow: auto;
  box-sizing: border-box;
  max-height: calc(4.5rem * 3);
  padding-bottom: 0.25rem;
  /* Change scroll bar appearance */
  /* Works on Firefox */
  scrollbar-width: thin;
  scrollbar-color: #002839 #E7E8EB;
  /* Works on Chrome, Edge, and Safari */
}
.list__content::-webkit-scrollbar {
  width: 12px;
}
.list__content::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.list__content::-webkit-scrollbar-thumb {
  background-color: #002839;
  border-radius: 20px;
  border: 3px solid #E7E8EB;
}
.list__content > li:last-child > label {
  border-bottom: unset;
}
.list__content--item {
  position: relative;
  display: flex;
  border-bottom: 1px solid #E7E8EB;
  padding-block: 0.25rem;
}
.list__content--item::before, .list__content--item > input {
  position: absolute;
}
.list__content--item::before {
  content: "";
  display: block;
  align-self: center;
  width: 100%;
  height: calc(100% - 0.25rem * 2);
  background-color: transparent;
  transition: 0.3s ease-in-out;
  z-index: 0;
}
.list__content--item:hover::before {
  background-color: #D7EAFF;
}
.list__content--item:active::before {
  box-shadow: inset 0.1rem 0.1rem 0.25rem rgba(40, 40, 40, 0.25);
}
.list__content--item > input {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.list__content--item > span {
  box-sizing: border-box;
  position: relative;
  display: block;
  align-self: center;
  width: 100%;
  padding: 0.5rem 1rem;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.list__content--item > input:checked ~ span {
  background-color: #D7EAFF;
}

.select-main {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.5rem;
}
.select-main__label {
  font-size: 0.75rem;
  font-weight: 400;
}
.select-main__content-wrapper {
  position: relative;
  height: 2.75rem;
  overflow: visible;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.select-main:not(.inactive) > .select-main__content-wrapper.hover {
  z-index: 100;
}
.select-main:not(.inactive) > .select-main__content-wrapper.hover .icon__chevron-down {
  transform: scaleY(-1);
}
.select-main:not(.inactive) > .select-main__content-wrapper.hover .list {
  max-height: 13.5rem;
}
.select-main.inactive {
  opacity: 0.25;
}
.select-main__input {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  z-index: 1;
}
.select-main__input > input {
  box-sizing: border-box;
  height: 2.75rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: calc(1rem * 3);
  border: 1px solid #455A6F40;
  transition: 0.3s ease-in-out;
}
.select-main__input > input:focus {
  border-color: #002839;
}
.select-main__input > input:focus::placeholder {
  opacity: 1;
}
.select-main__input > input::placeholder {
  color: #28282880;
}
.select-main__input > input.input__error {
  border-color: #BF0D42;
}
.select-main__input > span {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  padding-right: 1rem;
  font-size: 0.9rem;
}
.select-main__input > span .icon__chevron-down {
  transition: 0.3s ease-in-out;
}
.select-main .list__main-wrapper {
  box-sizing: border-box;
  top: 100%;
  width: 100%;
  height: max-content;
  max-height: 0;
  background-color: #F7F9FA;
}
.select-main .list__main,
.select-main .list__main-django {
  height: max-content;
  max-height: inherit;
  overflow: auto;
  /* Change scroll bar appearance */
  /* Works on Firefox */
  scrollbar-width: thin;
  scrollbar-color: #F7B661 #FFFFFF;
  /* Works on Chrome, Edge, and Safari */
}
.select-main .list__main::-webkit-scrollbar,
.select-main .list__main-django::-webkit-scrollbar {
  width: 12px;
}
.select-main .list__main::-webkit-scrollbar-track,
.select-main .list__main-django::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.select-main .list__main::-webkit-scrollbar-thumb,
.select-main .list__main-django::-webkit-scrollbar-thumb {
  background-color: #F7B661;
  border-radius: 20px;
  border: 3px solid #FFFFFF;
}
.select-main .list__main > li:last-child,
.select-main .list__main-django > li:last-child {
  border: unset;
}
.select-main .select-main__search > .list__main,
.select-main .select-main__search > .list__main-django {
  max-height: calc(13.5rem - 4.25rem);
}
.select-main .list__main--item {
  position: relative;
  padding: unset;
}
.select-main .list__main--item > input {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.select-main .list__main--item > span {
  display: block;
  padding: 0.5rem 0.75rem;
  transition: background-color 0.3s ease-in-out;
}
.select-main .list__main--item > input:checked ~ span {
  background-color: #FFF2DB;
}
.select-main .list__main-django label {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  transition: background-color 0.3s ease-in-out;
}
.select-main .list__main-django label > input {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.select-main .list__main-django label > input::before {
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  background-color: #4ac1f7;
}
.select-main .list__main-django label:checked {
  background-color: #FFF2DB;
}

.paginator {
  display: grid;
  grid-auto-flow: column;
  column-gap: 0.75rem;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
}
.paginator__prev, .paginator__next, .paginator__number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #455A6F80;
  transition: 0.3s ease-in-out;
}
.paginator__prev:not(.paginator__prev:disabled, .paginator__next:disabled, .paginator__number:disabled):hover, .paginator__prev:not(.paginator__prev:disabled, .paginator__next:disabled, .paginator__number:disabled):active, .paginator__next:not(.paginator__prev:disabled, .paginator__next:disabled, .paginator__number:disabled):hover, .paginator__next:not(.paginator__prev:disabled, .paginator__next:disabled, .paginator__number:disabled):active, .paginator__number:not(.paginator__prev:disabled, .paginator__next:disabled, .paginator__number:disabled):hover, .paginator__number:not(.paginator__prev:disabled, .paginator__next:disabled, .paginator__number:disabled):active {
  color: #2F7CB4;
}
.paginator__prev, .paginator__next {
  font-size: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.paginator__prev {
  padding-right: 0.5rem;
}
.paginator__next {
  padding-left: 0.5rem;
}
.paginator__numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.paginator__numbers > button:last-child > span {
  display: none;
}
.paginator__number {
  font-size: 1.24rem;
  font-weight: 400;
  padding: 0.25rem 0.5rem;
}
.paginator__number:disabled {
  color: #002839;
  font-weight: 500;
}

.menu-enter-active, .menu-enter {
  animation-name: openMenuFromRight;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.menu-leave-active, .menu-leave-to {
  animation-name: closeMenuToRight;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

/* New client types menu transition classes for programmatic transitions */
.open-add-new-client-before-enter {
  transform: translateX(100%);
}

.open-add-new-client-enter {
  animation-name: openMenuFromRight;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.close-add-new-client-leave {
  animation-name: closeMenuToRight;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.next-add-new-client-leave {
  animation-name: closeMenuToLeft;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

/* change step for multi client form, programmatic transitions */
.next-multi-form-step-before-enter {
  transform: translateX(calc(100% + 1.5rem * 2));
}

.next-multi-form-step-enter {
  animation-name: openMultiFormFromRight;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.next-multi-form-step-leave {
  animation-name: closeMultiFormToLeft;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.prev-multi-form-step-before-enter {
  transform: translateX(calc(-100% - 1.5rem * 2));
}

.prev-multi-form-step-enter {
  animation-name: openMultiFormFromLeft;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.prev-multi-form-step-leave {
  animation-name: closeMultiFormToRight;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.add-clients-enter-active {
  animation-name: addClientsUp;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.add-clients-leave-active {
  animation-name: addClientsDown;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

/* Add multi clients, extra translate size requered */
@keyframes closeMultiFormToLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1.5rem * 2));
  }
}
@keyframes closeMultiFormToRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(100% + 1.5rem * 2));
  }
}
@keyframes openMultiFormFromLeft {
  from {
    transform: translateX(calc(-100% - 1.5rem * 2));
  }
  to {
    transform: translateX(0);
  }
}
@keyframes openMultiFormFromRight {
  from {
    transform: translateX(calc(100% + 1.5rem * 2));
  }
  to {
    transform: translateX(0);
  }
}
/* Slide container transition */
@keyframes slideUpM {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideDownM {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes addClientsUp {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 7rem;
    opacity: 1;
  }
}
@keyframes addClientsDown {
  from {
    max-height: 7rem;
    opacity: 1;
  }
  100% {
    max-height: 0;
    opacity: 0;
  }
}
.m-top-margin__main {
  margin-top: calc(1rem * 2 + 2.75rem + 1px);
}

.border-top-grey {
  border-top: 1px solid #E7E8EB;
}

.border-bottom-grey__before::before {
  border-bottom: 1px solid #E7E8EB;
}

.footer {
  position: relative;
  margin-top: 4rem;
  padding: 4rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "properties" "address" "info" "img";
  row-gap: 2rem;
  background-color: #002839;
  color: #FFFFFF;
}
@media screen and (min-width: 500px) {
  .footer {
    grid-template-areas: "properties address" "info info" "img img";
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 4rem;
  }
}
@media screen and (min-width: 650px) {
  .footer {
    grid-template-columns: 1fr auto;
  }
}
.footer__list-properties h4, .footer__list-address h4, .footer__list-info h4 {
  margin-bottom: 0.75rem;
}
.footer__list-properties a, .footer__list-address a, .footer__list-info a {
  transition: color 0.3s ease-in-out;
}
.footer__list-properties a:hover, .footer__list-address a:hover, .footer__list-info a:hover {
  color: #2F7CB4;
}
.footer__list-properties p, .footer__list-properties li, .footer__list-address p, .footer__list-address li {
  margin-bottom: 0.5rem;
}
.footer__list-info-group {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  row-gap: 2rem;
  height: max-content;
}
.footer__list-properties {
  grid-area: properties;
}
.footer__list-properties ul {
  columns: 2;
  gap: 1.5rem;
  width: max-content;
}
.footer__list-address {
  grid-area: address;
}
.footer__list-address address {
  font-style: normal;
}
.footer__list-info {
  grid-area: info;
}
.footer__list-info ul {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 650px) {
  .footer__list-info {
    width: max-content;
    justify-self: center;
  }
  .footer__list-info ul {
    grid-auto-flow: column;
    column-gap: 1rem;
  }
  .footer__list-info ul li:not(li:last-child) {
    display: grid;
    grid-auto-flow: column;
    column-gap: 1rem;
  }
  .footer__list-info ul li:not(li:last-child)::after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: #E7E8EB;
  }
}
.footer__email .icon__email {
  font-size: 1rem;
}
.footer__list-img {
  grid-area: img;
  position: relative;
  display: grid;
  gap: 1.5rem;
  padding-top: 2rem;
}
@media screen and (min-width: 500px) {
  .footer__list-img {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 650px) {
  .footer__list-img {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__list-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  justify-self: center;
  width: 100%;
  height: 1px;
  background-color: #455A6F;
}
.footer__list-img > article {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
  height: max-content;
  width: fit-content;
}
@media screen and (min-width: 650px) {
  .footer__list-img > article:first-child {
    justify-self: right;
  }
  .footer__list-img > article:last-child {
    grid-column: 1/3;
    justify-self: center;
  }
}
.footer__list-img > article > img {
  width: 2.5rem;
}
@media screen and (min-width: 650px) {
  .footer__list-img > article > img {
    height: 2.5rem;
    width: auto;
  }
}
.footer__list-img > article > p {
  height: max-content;
  margin-block: auto;
}

.header {
  position: fixed;
  inset: 0 0 auto 0;
  box-sizing: border-box;
  z-index: 100;
}
.header__main-list {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.75rem;
  width: 100%;
  padding: 1rem 1.5rem;
  transition: 0.5s ease-in-out;
}
.header__main-list.show-bg {
  background-color: #FFFFFF;
}
.header__home > a {
  display: block;
}
.header__home--logo {
  height: 2.5rem;
  width: auto;
}
.header__menu-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  font-size: 1.5rem;
  height: 100%;
  width: 100%;
}
.header__menu-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 1rem;
  width: 1.5rem;
}
.header__menu-icon > span {
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #282828;
  transform-origin: center;
  transition: 0.3s ease-in-out;
}
.header__menu-icon > span:first-child {
  width: 100%;
  transform: rotate(0) translateY(-0.5rem);
}
.header__menu-icon > span:nth-child(2) {
  width: 100%;
  opacity: 1;
}
.header__menu-icon > span:last-child {
  width: 100%;
  transform: rotate(0) translateY(0.5rem);
}
.header__menu-open > span:first-child {
  width: 100%;
  transform: rotate(45deg) translateY(0);
}
.header__menu-open > span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.header__menu-open > span:last-child {
  width: 100%;
  transform: rotate(-45deg) translateY(0);
}
.header__sub-list-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  height: 100vh;
  width: 100%;
  overflow: auto;
  z-index: -1;
}
.header__sub-list-wrapper::before {
  content: "";
  display: block;
  position: sticky;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: calc(1rem * 2 + 2.75rem + 1px);
  background-color: #FFFFFF;
  z-index: 1;
}
.header__sub-list-wrapper > nav {
  display: flex;
  min-height: calc(100% - calc(1rem * 2 + 2.75rem + 1px));
  box-sizing: border-box;
  padding: 1.5rem;
}
.header__sub-list {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin-block: auto;
  border-top: 1px solid #E7E8EB;
}
.header__sub-list > li {
  display: block;
  border-bottom: 1px solid #E7E8EB;
}
.header__sub-list--link {
  position: relative;
  display: flex;
  padding: 1rem;
}
.header__sub-list--link::before {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% - 0.25rem * 2);
  width: 100%;
  left: 0;
  align-self: center;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.header__sub-list--link:hover::before, .header__sub-list--link.active::before {
  background-color: #D7EAFF;
}
.header__sub-list--link:active::before {
  box-shadow: inset 0.1rem 0.1rem 0.25rem rgba(40, 40, 40, 0.25);
}

.heading-main {
  box-sizing: border-box;
  padding-top: calc(1rem * 2 + 2.75rem + 1px);
}
.heading-main__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 4rem 1.5rem;
}

.timer,
.timer-simple {
  display: grid;
  grid-auto-flow: column;
  font-size: 1rem;
  font-weight: 400;
  color: #2F7CB4;
  transition: color 0.3s ease-in-out;
}
.timer__content,
.timer-simple__content {
  display: block;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
}
.timer__content > time, .timer__content > span,
.timer-simple__content > time,
.timer-simple__content > span {
  display: block;
  width: max-content;
}

.timer {
  grid-template-columns: 2rem auto;
  box-sizing: border-box;
  width: max-content;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
}
.timer .icon__calendar-close,
.timer .icon__calendar-event {
  margin-right: 0.25rem;
  font-size: 1.5rem;
}

.verify {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  align-items: center;
  width: 100%;
  margin-inline: auto;
  padding: 4rem 2rem;
}
.verify__form {
  display: grid;
  row-gap: 1rem;
  width: 100%;
  max-width: 25rem;
}
.verify__form input[type=number] {
  -moz-appearance: textfield;
}
.verify__form input[type=number]::-webkit-inner-spin-button,
.verify__form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.verify__form--inputs {
  display: grid;
  grid-template-columns: repeat(6, auto);
  column-gap: 0.5rem;
  width: 100%;
  max-width: 25rem;
}
.verify__form--input {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.25;
  text-align: center;
  padding-block: 0.75rem;
  border: 1px solid #A1A8AF;
}
.verify__form--submit {
  width: 100%;
  max-width: 25rem;
  margin-top: 2rem;
}
.verify__header {
  display: grid;
  row-gap: 0.5rem;
  width: 100%;
  max-width: 25rem;
}
.verify__header > h1 {
  line-height: 1.25;
}
.verify__email-form {
  display: grid;
  row-gap: 0.75rem;
  width: 100%;
  max-width: 25rem;
}
.verify__email-form .button__solid-blue {
  width: 100%;
  margin-top: 2rem;
}
.verify__link {
  margin-top: 2rem;
}

.message {
  position: fixed;
  display: grid;
  top: -2rem;
  right: 0;
  bottom: 2rem;
  left: 0;
  box-sizing: border-box;
  height: calc(100vh + 2rem * 2);
  width: 100vw;
  background-color: rgba(47, 124, 180, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  overflow: auto;
  z-index: 100;
  padding: 2rem;
}
.message__container {
  position: relative;
  box-sizing: border-box;
  display: grid;
  row-gap: 1rem;
  color: #FFFFFF;
  width: 100%;
  margin-inline: auto;
  margin-block: auto;
  padding: 2rem 2rem 4rem;
  z-index: 2;
}
.message__container:not(.fail) {
  background-color: #002839;
}
.message__container.fail {
  background-color: #BF0D42;
}
.message__container > button {
  width: 100%;
  max-width: 10rem;
  margin-left: auto;
}
.message__list {
  display: grid;
  row-gap: 0.25rem;
}
.message__close-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: inherit;
  width: inherit;
  cursor: url("../img/close.png") 4 12, pointer;
  z-index: 1;
}
.message__close-bg:disabled {
  cursor: default;
}

.auction-preview__container {
  position: relative;
  display: grid;
}
.auction-preview__container--empty {
  display: grid;
  row-gap: 0.5rem;
  text-align: center;
}
.auction-preview__container--empty > .button__solid-blue {
  width: max-content;
  max-width: 100%;
  justify-self: center;
  margin-top: 2rem;
}
.auction-preview__swiper {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: max-content;
  padding-inline: 1.5rem;
  padding-bottom: calc(1rem + 2rem);
}
.auction-preview__swiper-wrapper {
  height: 100%;
}
.auction-preview__item {
  width: 100%;
  height: auto;
  max-width: 21rem;
  margin-inline: 0.75rem;
}
.auction-preview__item > a, .auction-preview__item > button {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
  transition: 0.3s ease-in-out;
}
.auction-preview__item > a::before, .auction-preview__item > button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: calc(100% - 15rem);
  width: 100%;
  background-color: #FFFFFF;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.auction-preview__item > a .timer, .auction-preview__item > button .timer {
  padding-inline: 1rem;
}
.auction-preview__item > a:hover, .auction-preview__item > button:hover {
  color: #FFFFFF;
}
.auction-preview__item > a:hover::before, .auction-preview__item > button:hover::before {
  background-color: #2F7CB4;
}
.auction-preview__item > a:hover .timer, .auction-preview__item > button:hover .timer {
  color: #FFFFFF;
}
.auction-preview__item > a:active::before, .auction-preview__item > button:active::before {
  box-shadow: inset 0.2rem 0.2rem 0.4rem rgba(40, 40, 40, 0.25);
}
.auction-preview__group-title {
  padding-inline: 1rem;
}
.auction-preview__group-title > p,
.auction-preview__group-title .auction-preview__resume,
.auction-preview__group-title .auction-preview__resume > p:not(p:first-child) {
  margin-top: 0.25rem;
}
.auction-preview__group-title .auction-preview__resume {
  display: block;
}
.auction-preview__group-title .auction-preview__resume strong {
  font-weight: 500;
}
.auction-preview__item-img {
  width: 100%;
  margin-bottom: 1.5rem;
}
.auction-preview__item-img > img {
  width: inherit;
  height: 15rem;
  object-fit: cover;
  object-position: center;
  margin-bottom: 0.75rem;
}
.auction-preview__item-img > figcaption {
  text-align: left;
  padding-inline: 1rem;
}
.auction-preview__swiper-controls {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.5rem;
  height: calc(1rem + 2rem);
  width: 100%;
  padding-inline: 1.5rem;
  margin-inline: auto;
  color: #FFFFFF;
  z-index: 2;
}
.auction-preview__swiper-controls > .swiper-button-disabled {
  cursor: not-allowed;
  color: #344955;
}
.auction-preview__swiper-controls > .swiper-button-disabled:hover, .auction-preview__swiper-controls > .swiper-button-disabled:active {
  color: #344955;
}
.auction-preview__prev, .auction-preview__next {
  display: flex;
  align-items: flex-end;
  font-size: 1.25rem;
  transition: 0.3s ease-in-out;
}
.auction-preview__prev > i, .auction-preview__next > i {
  color: #00283980;
  transition: 0.3s ease-in-out;
}
.auction-preview__prev:not(.auction-preview__prev.swiper-button-disabled, .auction-preview__next.swiper-button-disabled):hover > i, .auction-preview__next:not(.auction-preview__prev.swiper-button-disabled, .auction-preview__next.swiper-button-disabled):hover > i {
  color: #002839;
  transform: scale(1.25);
}
.auction-preview__prev.swiper-button-disabled, .auction-preview__next.swiper-button-disabled {
  cursor: auto;
}
.auction-preview__prev.swiper-button-disabled > i, .auction-preview__next.swiper-button-disabled > i {
  opacity: 0.15;
}
.auction-preview__next {
  justify-content: right;
}
.auction-preview__empty {
  display: grid;
  row-gap: 1rem;
}

.auction-img {
  display: grid;
}
.auction-img__swiper {
  box-sizing: border-box;
  height: auto;
  max-height: 45rem;
  width: 100%;
  padding-bottom: calc(3rem + 2rem);
}
.auction-img__item {
  display: flex;
  align-items: center;
}
.auction-img__item > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.auction-img__swiper-controls {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5rem;
  width: 100%;
  height: fit-content;
  color: #282828;
  background-color: #FFFFFF;
  z-index: 2;
}
.auction-img__prev, .auction-img__next {
  display: flex;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.25rem;
  background-color: #002839;
  color: #FFFFFF;
  transition: color 0.3s ease-in-out;
}
.auction-img__prev:not(.auction-img__prev.swiper-button-disabled, .auction-img__next.swiper-button-disabled):hover, .auction-img__next:not(.auction-img__prev.swiper-button-disabled, .auction-img__next.swiper-button-disabled):hover {
  background-color: #002839CC;
}
.auction-img__prev:not(.auction-img__prev.swiper-button-disabled, .auction-img__next.swiper-button-disabled):active, .auction-img__next:not(.auction-img__prev.swiper-button-disabled, .auction-img__next.swiper-button-disabled):active {
  box-shadow: inset 0.1rem 0.1rem 0.25rem #282828;
}
.auction-img__prev.swiper-button-disabled, .auction-img__next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.auction-img__prev {
  justify-self: flex-end;
}

.submit-result {
  position: fixed;
  inset: 0;
  padding: 1.5rem;
  transition: 0.3s ease-in-out;
  z-index: 1000;
}
.submit-result__content-wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.submit-result__content {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  text-align: center;
  box-shadow: 0 0 2rem rgba(40, 40, 40, 0.25);
}
.submit-result__success {
  background-color: #94BAF2;
}
.submit-result__failure {
  background-color: #BF0D42;
  color: #FFFFFF;
}

.leagal-texts {
  display: grid;
  row-gap: 4rem;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.leagal-texts__section {
  display: grid;
  row-gap: 0.5rem;
}
.leagal-texts__section > h2, .leagal-texts__section > ul {
  margin-bottom: 0.5rem;
}
.leagal-texts__section > ul {
  list-style: disc;
  padding-left: 2rem;
}
.leagal-texts__section .icon__email {
  position: relative;
  top: 1px;
  font-size: 0.95rem;
}

.not-found::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #F1F1E9;
  z-index: -1;
}
.not-found__info {
  box-sizing: border-box;
  display: grid;
  row-gap: 0.5rem;
  padding: calc(2rem * 2) 2rem 2rem;
  text-align: center;
}
.not-found__info__title {
  font-size: 6rem;
  font-weight: 500;
  color: #455A6F;
}
.not-found__info__nav {
  justify-self: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5rem;
  width: fit-content;
  margin-top: 2rem;
}
@media screen and (max-width: 500px) {
  .not-found__info__nav {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
    width: 100%;
  }
}

.home__heading {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-areas: "title" "filter" "image";
  align-items: center;
  padding-top: calc(calc(1rem * 2 + 2.75rem + 1px) + 2rem * 2);
  padding-bottom: 6rem;
}
.home__heading--title {
  grid-area: title;
  padding-inline: 1.5rem;
  margin-bottom: 4rem;
}
.home__heading--filter {
  grid-area: filter;
  padding-inline: 1.5rem;
}
.home__heading--image {
  box-sizing: border-box;
  grid-area: image;
  position: relative;
  display: flex;
  width: calc(100% - 1.5rem);
  justify-self: right;
  aspect-ratio: 2/1;
  margin-top: 2rem;
  background-image: url("../img/powerauctions/landing.webp");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 650px) {
  .home__heading--image {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 500px) {
  .home__heading--image {
    aspect-ratio: 4/3;
  }
}
.home__heading--image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: calc(100% - 6rem);
  height: calc(100% + 6rem);
  background-image: linear-gradient(to bottom, #94BAF2, #EEDEFF, #F1F1E9);
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .home__heading--image::before {
    width: calc(100% - 4rem);
    height: calc(100% + 4rem);
  }
}
.home__filter.hover .home__filter--search-input > input, .home__filter.hover .home__filter--search-input > button {
  border-color: #002839;
}
.home__filter--search {
  display: grid;
  grid-template-columns: 3.75rem 1fr;
  width: 100%;
  margin-inline: auto;
}
.home__filter--search-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  width: 3.75rem;
  font-size: 2rem;
  background-color: #002839;
  transition: 0.3s ease-in-out;
}
.home__filter--search-button:hover {
  background-color: #002839CC;
}
.home__filter--search-button:active {
  box-shadow: inset 0.1rem 0.1rem 0.25rem #282828;
}
.home__filter--search-input {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  background-color: #E7E8EB;
}
.home__filter--search-input > input {
  box-sizing: border-box;
  width: 100%;
  padding-block: 0.75rem;
  padding-left: 1.5rem;
  border-block: 1px solid #E7E8EB;
  transition: 0.3s ease-in-out;
}
.home__filter--search-input > input::placeholder {
  color: #28282880;
}
.home__filter--search-input > input:focus {
  border-color: #E7E8EB;
}
.home__filter--search-input > input:focus::placeholder {
  opacity: 0;
}
.home__filter--search-input > button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  width: 3.75rem;
  font-size: 1.5rem;
  border-block: 1px solid #E7E8EB;
  border-right: 1px solid #E7E8EB;
  transition: 0.3s ease-in-out;
}
.home__filter--search-input > button:hover {
  background-color: #455A6F40;
}
.home__filter--search-input > button:active {
  box-shadow: inset 0.2rem 0.2rem 0.4rem rgba(40, 40, 40, 0.25);
}
.home__filter--menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  width: 100%;
  background-color: #FFFFFF;
  overflow: auto;
  z-index: 100;
}
.home__filter--menu > form {
  position: relative;
  height: 100%;
}
.home__filter--menu > form .home__filter--search-input > input {
  border-left: 1px solid #E7E8EB;
}
.home__filter--menu > form.hover .home__filter--search-input > input, .home__filter--menu > form.hover .home__filter--search-input > button {
  border-color: #002839;
}
.home__filter--menu-header {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  height: calc(1rem * 2 + 2.75rem + 1px);
  width: 100%;
  background-color: #FFFFFF;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
  z-index: 5;
}
.home__filter--menu-header > span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 1rem;
  width: 1.5rem;
}
.home__filter--menu-header > span > span {
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #282828;
  transform-origin: center;
  transition: 0.3s ease-in-out;
}
.home__filter--menu-header > span > span:first-child {
  width: 100%;
  transform: rotate(45deg) translateY(0);
}
.home__filter--menu-header > span > span:last-child {
  width: 100%;
  transform: rotate(-45deg) translateY(0);
}
.home__filter--menu-list-container {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  row-gap: 1.5rem;
  box-sizing: border-box;
  height: max-content;
  width: 100%;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.home__filter--menu-list-container .home__filter--search-input > input {
  padding-left: 1rem;
}
.home__filter--menu-search-field {
  display: grid;
  grid-template-columns: 3rem 1fr;
  padding-top: calc(0.75rem + 1.5rem);
  padding-bottom: calc(0.75rem + 1.5rem);
  border-bottom: 1px solid #E7E8EB;
}
.home__filter--menu-search-field > span {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 1rem;
  z-index: 2;
}
.home__filter--menu-search-field > input {
  grid-column: 1/3;
  grid-row: 1/2;
  width: calc(100% - 1rem * 2);
  margin-inline: auto;
  padding-left: calc(3rem - 1rem);
  outline: 1px solid #E7E8EB;
  outline-offset: 1rem;
  font-size: 1rem;
  transition: outline-color 0.3s ease-in-out;
}
.home__filter--menu-search-field > input:focus {
  outline-color: #F9AA33;
}
.home__filter--menu-list-item {
  border-bottom: 1px solid #E7E8EB;
}
.home__filter--menu-list-item:first-child {
  border-top: 1px solid #E7E8EB;
}
.home__filter--menu-list-item > button {
  display: grid;
  grid-template-columns: 1fr auto;
  height: 3.75rem;
  width: 100%;
  padding-inline: 1rem;
  transition: 0.3s ease-in-out;
}
.home__filter--menu-list-item > button:hover {
  background-color: #002839;
  color: #FFFFFF;
}
.home__filter--menu-list-item > button:active {
  box-shadow: inset 0.2rem 0.2rem 0.4rem #282828;
}
.home__filter--menu-list-item > button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.home__filter--menu-list-item > button:disabled:hover, .home__filter--menu-list-item > button:disabled:active {
  background-color: #FFFFFF;
  color: #282828;
  box-shadow: unset;
}
.home__filter--menu-list-item > button > span {
  text-align: left;
  margin-block: auto;
}
.home__filter--menu-list-item > button .icon__chevron-right {
  font-size: 1.25rem;
}
.home__filter--menu-sublist-container {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
  height: max-content;
  width: 100%;
  background-color: #FFFFFF;
  overflow: hidden;
}
.home__filter--menu-sublist-container > ul {
  height: 100%;
  box-sizing: border-box;
  padding-inline: 1.5rem;
  padding-bottom: 1rem;
  overflow: auto;
}
.home__filter--menu-sublist-container > .button__border {
  margin-inline: 1.5rem;
}
.home__filter--menu-sublist-return {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 0.75rem;
  height: 3.75rem;
  margin-inline: 1.5rem;
  padding-inline: 1rem;
  background-color: #002839;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
.home__filter--menu-sublist-return:hover {
  background-color: #002839CC;
}
.home__filter--menu-sublist-return:active {
  box-shadow: inset 0.1rem 0.1rem 0.25rem #282828;
}
.home__filter--menu-sublist-return > span {
  text-align: left;
}
.home__filter--menu-sublist-return .icon__chevron-left {
  font-size: 1.25rem;
}
.home__filter--menu-sublist-input {
  margin-inline: 1.5rem;
}
.home__filter--menu-sublist-input > input {
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid #E7E8EB;
  transition: border-color 0.3s ease-in-out;
}
.home__filter--menu-sublist-input > input::placeholder {
  color: #28282880;
}
.home__filter--menu-sublist-input > input:focus {
  border-color: #002839;
}
.home__filter--menu-sublist-input > input:focus::placeholder {
  opacity: 0;
}
.home__filter--menu-sublist-prices {
  display: grid;
  grid-auto-flow: row;
  row-gap: 1.5rem;
}
.home__filter--menu-sublist-prices > label {
  display: grid;
  row-gap: 0.5rem;
}
.home__filter--menu-sublist-item-container {
  border-bottom: 1px solid #E7E8EB;
}
.home__filter--menu-sublist-item-container:first-child {
  border-top: 1px solid #E7E8EB;
}
.home__filter--menu-sublist-item {
  position: relative;
  display: flex;
  height: 3.75rem;
}
.home__filter--menu-sublist-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  align-self: center;
  height: calc(100% - 0.25rem * 2);
  width: 100%;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
.home__filter--menu-sublist-item:hover::before {
  background-color: #D7EAFF;
}
.home__filter--menu-sublist-item:active::before {
  box-shadow: inset 0.2rem 0.2rem 0.4rem rgba(40, 40, 40, 0.25);
}
.home__filter--menu-sublist-item > input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.home__filter--menu-sublist-item > span {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: calc(100% - 0.25rem * 2);
  width: 100%;
  margin-top: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: background-color 0.3s ease-in-out;
  z-index: 2;
}
.home__filter--menu-sublist-item > input:checked ~ span {
  background-color: #D7EAFF;
}
.home__filter--menu-submit {
  padding-bottom: 2rem;
}
.home__filter--menu-submit > button {
  width: 100%;
}
.home__advice {
  padding-top: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}
.home__advice--item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  height: 100%;
  padding: 1rem;
  background-color: #F1F1E9;
}
.home__advice--downloads {
  margin-top: 1rem;
}
.home__advice--pagination {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: cernter;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.home__advice--pagination > span {
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  border-radius: 50%;
  background-color: #455A6F80;
  margin: 0.25rem !important;
  opacity: 1;
  transition: background-color 0.3s ease-in-out;
}
.home__advice--pagination > span:hover {
  background-color: #2F7CB4;
}
.home__advice--pagination .swiper-pagination-bullet-active {
  background-color: #002839;
}
.home__advice--pagination .swiper-pagination-bullet-active:hover {
  background-color: #002839;
}
.home__advice .swiper-horizontal > .swiper-pagination-bullets {
  width: max-content;
  max-width: 100%;
}
.home__advice .swiper-cube .swiper-slide {
  height: auto;
}
.home__properties {
  box-sizing: border-box;
  display: grid;
  row-gap: 4rem;
  margin-block: 4rem;
  padding-block: 4rem;
}
.home__properties.blue {
  background-color: #D7EAFF;
}
.home__properties.beige {
  background-color: #F1F1E9;
}
.home__properties.grey {
  background-color: #F7F9FA;
}
.home__properties.purple {
  background-image: linear-gradient(to bottom, #94BAF2, #EEDEFF, #F1F1E9);
}
.home__properties--header {
  box-sizing: border-box;
  display: grid;
  row-gap: 2rem;
  width: 100%;
  padding-inline: 1.5rem;
  text-align: left;
}
.home__properties--header-buttons {
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
  width: 100%;
  border-bottom: 1px solid #002839;
}
.home__properties--header-buttons.no-current-auctions {
  grid-template-columns: auto 1fr;
}
.home__properties--header-buttons > button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: fit-content;
  max-width: 100%;
  padding-inline: 1rem;
  padding-bottom: 1rem;
  color: #002839;
  transition: color 0.3s ease-in-out;
}
.home__properties--header-buttons > button::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  width: 0;
  background-color: #002839;
  transition: width 0.3s ease-in-out;
}
.home__properties--header-buttons > button:hover::after, .home__properties--header-buttons > button:disabled::after {
  width: 100%;
}
.home__properties--header-buttons > button:disabled {
  font-weight: 500;
}
.home__direct-sells {
  display: grid;
  row-gap: 2rem;
  margin-block: 4rem;
  padding: 4rem 1.5rem;
  background-color: #F1F1E9;
}
.home__direct-sells--header {
  display: grid;
  row-gap: 0.75rem;
  justify-items: center;
  text-align: center;
}
.home__direct-sells--header .button__solid-blue {
  width: fit-content;
  max-width: 100%;
  margin-top: 1rem;
}
.home__direct-sells--figure {
  display: flex;
}
.home__direct-sells--figure > img {
  width: 100%;
  aspect-ratio: 7/4;
  object-fit: cover;
  object-position: center;
}
.home__how-we-work, .home__history {
  display: grid;
  row-gap: 2rem;
  padding-inline: 1.5rem;
}
.home__how-we-work--list, .home__history--list {
  display: grid;
  row-gap: 1rem;
}
.home__how-we-work--list > li, .home__history--list > li {
  display: grid;
  grid-template-rows: auto 1fr;
  row-gap: 0.5rem;
  justify-items: left;
  padding: 1.5rem;
}
.home__how-we-work--list > li {
  background-color: #F7F9FA;
}
.home__how-we-work--list > li > i {
  font-size: 2.25rem;
}
.home__history > h2 {
  text-align: center;
}
.home__history--list {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.5rem;
}
@media screen and (max-width: 500px) {
  .home__history--list {
    grid-template-columns: 1fr;
  }
}
.home__history--list > li {
  background-color: #D7EAFF;
}
.home__history > .button__solid-blue {
  justify-self: center;
  width: max-content;
  max-width: 100%;
}

.search-results__header {
  position: relative;
  margin-top: calc(1rem * 2 + 2.75rem + 1px);
  padding-top: 6rem;
  padding-inline: 1.5rem;
  padding-bottom: 4rem;
  background-image: url("../img/powerauctions/landing.webp");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.search-results__header::before, .search-results__header::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.search-results__header::before {
  background-color: #00283980;
  z-index: 1;
}
.search-results__header::after {
  background-image: linear-gradient(to bottom, #94BAF2, #EEDEFF, #F1F1E9);
  mix-blend-mode: darken;
  z-index: 2;
}
.search-results__header--title {
  position: relative;
  z-index: 3;
}
.search-results__content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.search-results__aside {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.search-results__prices {
  height: max-content;
  text-align: left;
  margin-block: auto;
}
.search-results__results {
  display: grid;
  grid-auto-flow: row;
  row-gap: 2rem;
}
.search-results__results--filter {
  position: relative;
  width: 100%;
  height: 3.25rem;
  margin-inline: auto;
  overflow: visible;
  z-index: 2;
}
.search-results__results--filter.hover > button {
  background-color: #D7EAFF;
}
.search-results__results--filter.hover > button > i {
  transform: scaleY(-1);
}
.search-results__results--filter.hover > div {
  max-height: 10rem;
  border-width: 1px;
}
.search-results__results--filter-options {
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  height: 3.25rem;
  padding-inline: 1rem;
  border: 1px solid #002839;
  text-align: left;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.search-results__results--filter-options:hover {
  background-color: #D7EAFF;
}
.search-results__results--filter-options:active {
  box-shadow: inset 0.2rem 0.2rem 0.4rem rgba(40, 40, 40, 0.25);
}
.search-results__results--filter-options > i {
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.search-results__results--filter-links, .search-results__results--direct-sells__filter-links {
  height: max-content;
  max-height: 0;
  background-color: #F7F9FA;
  border: 0 solid #E7E8EB;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  /* Change scroll bar appearance */
  /* Works on Firefox */
  scrollbar-width: thin;
  scrollbar-color: #002839 #E7E8EB;
  /* Works on Chrome, Edge, and Safari */
}
.search-results__results--filter-links::-webkit-scrollbar, .search-results__results--direct-sells__filter-links::-webkit-scrollbar {
  width: 12px;
}
.search-results__results--filter-links::-webkit-scrollbar-track, .search-results__results--direct-sells__filter-links::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.search-results__results--filter-links::-webkit-scrollbar-thumb, .search-results__results--direct-sells__filter-links::-webkit-scrollbar-thumb {
  background-color: #002839;
  border-radius: 20px;
  border: 3px solid #E7E8EB;
}
.search-results__results--filter-link {
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 0.5rem;
  align-items: center;
  height: 3.25rem;
  width: 100%;
  padding-inline: 0.75rem;
  text-align: left;
}
.search-results__results--filter-link:not(.search-results__results--filter-link:first-child) {
  border-top: 1px solid #E7E8EB;
}
.search-results__results--filter-link::before {
  position: absolute;
  content: "";
  display: block;
  align-self: center;
  justify-self: center;
  width: 100%;
  height: calc(100% - 0.25rem * 2);
  background-color: transparent;
  transition: 0.3s ease-in-out;
  z-index: 0;
}
.search-results__results--filter-link:hover::before {
  background-color: #D7EAFF;
}
.search-results__results--filter-link:active::before {
  box-shadow: inset 0.1rem 0.1rem 0.25rem rgba(40, 40, 40, 0.25);
}
.search-results__results--filter-link > span:first-child {
  position: relative;
  z-index: 1;
}
.search-results__results--filter-link > span:nth-child(2) {
  display: grid;
  align-items: center;
  height: fit-content;
  font-size: 0.9rem;
  z-index: 1;
}
.search-results__results--filter-link > span:nth-child(2) > i:not(.active) {
  color: #455A6F40;
}
.search-results__results--filter-link > span:nth-child(2) > i.active {
  color: #002839;
}
.search-results__results--item {
  box-sizing: border-box;
  display: grid;
  grid-template-rows: 15rem auto;
  height: max-content;
}
.search-results__results--item:hover > section {
  background-color: #2F7CB4;
  border-color: #2F7CB4;
  color: #FFFFFF;
}
.search-results__results--item:hover > section .text-blue-grey {
  color: #D7EAFF;
}
.search-results__results--item:hover > section .timer {
  color: #FFFFFF;
}
.search-results__results--item:active {
  box-shadow: inset 0.2rem 0.2rem 0.4rem rgba(40, 40, 40, 0.25);
}
.search-results__results--item-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.search-results__results--item-info {
  display: grid;
  row-gap: 1rem;
  height: max-content;
  padding: 1rem;
  border-inline: 1px solid #E7E8EB;
  border-bottom: 1px solid #E7E8EB;
  transition: 0.3s ease-in-out;
}
.search-results__results--item-info .text-blue-grey {
  transition: 0.3s ease-in-out;
}
.search-results__results--item-features {
  display: grid;
  row-gap: 0.5rem;
  height: max-content;
}
.search-results__results--item-numbers {
  display: grid;
  grid-auto-flow: row;
  row-gap: 4rem;
  margin-top: 0.75rem;
}
.search-results__results--direct-sells {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 500px) {
  .search-results__results--direct-sells {
    grid-template-columns: repeat(2, 1fr);
  }
}
.search-results__results--direct-sells > article {
  display: grid;
}
.search-results__results--direct-sells__item {
  display: grid;
  grid-template-rows: 10rem 1fr;
  row-gap: 0.75rem;
  padding: 0.75rem 0.75rem 1rem;
  box-shadow: 0 0 2rem rgba(40, 40, 40, 0.25), inset 0.2rem 0.2rem 0.4rem rgba(40, 40, 40, 0);
  transition: 0.3s ease-in-out;
}
.search-results__results--direct-sells__item > section {
  transition: 0.3s ease-in-out;
}
.search-results__results--direct-sells__item:hover {
  background-color: #FFF2DB;
}
.search-results__results--direct-sells__item:active {
  box-shadow: 0 0 2rem rgba(40, 40, 40, 0), inset 0.2rem 0.2rem 0.4rem rgba(40, 40, 40, 0.25);
  background-color: #F7B661;
}
.search-results__results--direct-sells__item-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.search-results__results--direct-sells__item-info {
  display: grid;
  grid-template-rows: repeat(2, auto) 1fr;
  row-gap: 0.75rem;
}
.search-results__results--direct-sells__item-name {
  margin-bottom: 1rem;
}
.search-results__results--direct-sells__item-name > p {
  margin-top: 0.5rem;
}
.search-results__results--direct-sells .timer-simple {
  margin-top: auto;
}
.search-results__results--empty {
  display: grid;
  row-gap: 0.5rem;
  text-align: center;
  margin-block: auto;
}
.search-results__results--empty > .button__solid-blue {
  justify-self: center;
  margin-top: 2rem;
  width: fit-content;
  max-width: 100%;
}

.auction-group__main {
  display: grid;
  row-gap: 2rem;
  padding-inline: 1.5rem;
  padding-top: 4rem;
}
.auction-group__main--header {
  display: grid;
  row-gap: 1.5rem;
  height: fit-content;
}
.auction-group__main--header > div {
  display: grid;
  row-gap: 0.5rem;
}
.auction-group__main--header > p {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 0.75rem;
  padding: 1.5rem 1rem;
  background-color: #F7F9FA;
}
.auction-group__main--header > p > i {
  width: 2rem;
  font-size: 1.5rem;
}
.auction-group__properties {
  box-sizing: border-box;
  display: grid;
  row-gap: 4rem;
  margin-block: 4rem;
  padding-block: 4rem;
  background-color: #D7EAFF;
}
.auction-group__properties > h2 {
  padding-inline: 1.5rem;
}
.auction-group__properties .auction-preview__swiper-controls {
  left: 0;
  right: 0;
}

.sign-up {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: center;
  width: 100%;
  margin-inline: auto;
  padding: 2rem;
}
.sign-up > h1 {
  width: 100%;
  max-width: 25rem;
  line-height: 1.25;
}
.sign-up > form {
  width: 100%;
  max-width: 25rem;
}
.sign-up__form {
  display: grid;
  row-gap: 0.75rem;
  width: 100%;
  max-width: 25rem;
  height: max-content;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.sign-up__form--inputs {
  display: grid;
  row-gap: 0.75rem;
  margin: unset;
}
.sign-up__form--submit {
  display: grid;
  grid-auto-flow: row;
  row-gap: 2rem;
  margin-top: 4rem;
}
.sign-up__form--submit > p {
  text-align: center;
}
.sign-up__form--submit__prev {
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.sign-up__form--submit__prev > span {
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
.sign-up__form--submit__prev > span:hover {
  color: #F9AA33;
}
.sign-up__form--submit__prev > span:active {
  color: #E7E8EB;
}
.sign-up__form--submit-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.sign-up__form--submit-wrapper .button__solid-blue {
  width: 100%;
}
.sign-up__form--terms {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-top: 2rem;
}
.sign-up__form--to-login {
  padding-top: 2rem;
  border-top: 1px solid #455A6F40;
}

.login {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: center;
  width: 100%;
  margin-inline: auto;
  padding: 2rem;
}
.login > h1 {
  width: 100%;
  max-width: 25rem;
  line-height: 1.25;
}
.login__form {
  display: grid;
  row-gap: 0.75rem;
  width: 100%;
  max-width: 25rem;
}
.login__form--fieldset {
  display: grid;
  row-gap: 1rem;
  margin-inline: unset;
}
.login__form--reset-password {
  padding-inline: 0.75rem;
}
.login__form--error {
  margin-top: 1.5rem;
}
.login__form--error > p {
  color: #BF0D42;
  text-align: center;
}
.login__form--submit {
  margin-top: 2rem;
}
.login__form--submit > button {
  width: 100%;
}
.login__form--redirect {
  text-align: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #455A6F40;
}

.verify-password {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  align-items: center;
  width: 100%;
  padding: 4rem 2rem;
}
.verify-password__header {
  display: grid;
  row-gap: 0.5rem;
  width: 100%;
  max-width: 25rem;
}
.verify-password__form {
  display: grid;
  row-gap: 1rem;
  width: 100%;
  max-width: 25rem;
}
.verify-password__inputs {
  display: grid;
  row-gap: 1rem;
  margin-inline: unset;
}
.verify-password__resend {
  display: flex;
  justify-content: left;
  width: 100%;
  max-width: 25rem;
  padding-inline: 0.75rem;
}
.verify-password__submit {
  width: 100%;
  max-width: 25rem;
  margin-top: 2rem;
}

.reset-password {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  align-items: center;
  width: 100%;
  padding: 4rem 2rem;
}
.reset-password > h1 {
  width: 100%;
  max-width: 25rem;
  text-align: left;
}
.reset-password__form {
  display: grid;
  row-gap: 1rem;
  width: 100%;
  max-width: 25rem;
}
.reset-password__form--inputs {
  display: grid;
  row-gap: 1rem;
  margin-inline: unset;
}
.reset-password__form--submit {
  width: 100%;
  max-width: 25rem;
  margin-top: 2rem;
}

.auction__details {
  display: grid;
  grid-template-rows: repeat(2, auto);
  row-gap: 2rem;
  padding-inline: 1.5rem;
  padding-top: 4rem;
  overflow: hidden;
}
.auction__details--header {
  display: grid;
  row-gap: 2rem;
}
.auction__details--data {
  display: grid;
  row-gap: 1.5rem;
  padding: 1.5rem 1rem;
  background-color: #F7F9FA;
}
.auction__details--data > li {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
}
.auction__details--data > li:first-child {
  border-top: unset;
}
.auction__details--data > li > .timer {
  margin-left: unset;
  color: #002839;
}
.auction__details--data > li > i {
  width: 2rem;
  font-size: 1.5rem;
}
.auction__main-content--header {
  position: fixed;
  inset: 0 0 auto;
  background-color: #F7F9FA;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  z-index: 100;
}
.auction__main-content--header-content {
  display: grid;
  grid-template-columns: calc(1rem * 2 + 2.75rem + 1px) 1fr auto;
  align-items: center;
  height: calc(1rem * 2 + 2.75rem + 1px);
}
.auction__main-content--header-button, .auction__main-content--header-title, .auction__main-content--header-price {
  box-sizing: border-box;
  height: 100%;
  padding-block: 0.75rem;
}
.auction__main-content--header-button {
  font-size: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.auction__main-content--header-title {
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #E7E8EB;
  overflow: hidden;
}
.auction__main-content--header-title > h2 {
  font-weight: 400;
  font-size: 1.25rem;
  max-height: 100%;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.auction__main-content .container__transition {
  display: grid;
  row-gap: 2rem;
}
.auction__main-content--menu-item {
  width: max-content;
}
.auction__main-content--menu-item > button {
  position: relative;
  width: inherit;
  padding: 1rem;
}
.auction__main-content--menu-item > button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #282828;
  transition: width 0.3s ease-in-out;
}
.auction__main-content--menu-item > button:hover::after, .auction__main-content--menu-item > button:disabled::after {
  width: 100%;
}
.auction__main-content--menu-item > span {
  display: none;
}
.auction__main-content--menu-header {
  padding: 1rem 1.5rem;
  background-color: #2F7CB4;
  color: #FFFFFF;
}
.auction__main-content--menu-subheader {
  padding-inline: 1.5rem;
  word-break: break-all;
}
.auction__main-content--menu-footer {
  position: sticky;
  inset: auto 0 0;
  margin-top: 4rem;
  margin-bottom: -4rem;
  z-index: 10;
  transition: border 0.3s ease-in-out;
}
.auction__main-content--button-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "timer button";
  column-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  padding-inline: 1.5rem;
  padding-block: 1rem;
  background-color: #E7E8EB;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
@media screen and (max-width: 650px) {
  .auction__main-content--button-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "button" "timer";
    row-gap: 1rem;
  }
}
.auction__main-content--button-wrapper .timer {
  grid-area: timer;
  margin: auto;
}
.auction__main-content--button-wrapper .timer > i {
  font-size: 1.5rem;
}
.auction__main-content--button-wrapper > button {
  grid-area: button;
  height: 2.25rem;
}
.auction__main-content--button-wrapper.disabled {
  grid-template-columns: 1fr;
}
.auction__main-content--button-wrapper.not-auth, .auction__main-content--button-wrapper.not-logged {
  row-gap: 0.5rem;
}
@media screen and (max-width: 650px) {
  .auction__main-content--button-wrapper.not-auth, .auction__main-content--button-wrapper.not-logged {
    grid-template-columns: 1fr;
  }
  .auction__main-content--button-wrapper.not-auth p:not(.timer), .auction__main-content--button-wrapper.not-logged p:not(.timer) {
    text-align: center;
  }
}
.auction__main-content--button-wrapper.not-auth p:not(.timer), .auction__main-content--button-wrapper.not-logged p:not(.timer) {
  grid-area: info;
}
.auction__main-content--button-wrapper.not-logged {
  grid-template-areas: "timer info" "timer button";
}
@media screen and (max-width: 650px) {
  .auction__main-content--button-wrapper.not-logged {
    grid-template-areas: "info" "button" "timer";
  }
}
.auction__main-content--button-wrapper.not-auth {
  grid-template-areas: "timer info";
}
@media screen and (max-width: 650px) {
  .auction__main-content--button-wrapper.not-auth {
    grid-template-areas: "info" "timer";
  }
}
.auction__main-content--data {
  display: grid;
  row-gap: 4rem;
  margin-top: 4rem;
  padding-inline: 1.5rem;
}
.auction__main-content--data > .container__transition {
  overflow: visible;
}
.auction__main-content--data-list {
  display: grid;
  row-gap: 1.5rem;
}
.auction__main-content--data-list > li {
  display: grid;
  row-gap: 0.5rem;
  padding: 1rem 1.5rem;
  background-color: #F7F9FA;
}
.auction__main-content--details {
  display: grid;
  row-gap: 0.5rem;
  padding-inline: 1.5rem;
}
.auction__main-content--details div, .auction__main-content--details ul {
  display: grid;
  row-gap: 0.25rem;
}
.auction__main-content--details-annotation {
  display: grid;
  row-gap: 1rem;
  padding-block: 1.5rem;
  background-color: #F7F9FA;
}
.auction__main-content--downloads {
  display: grid;
  row-gap: 0.75rem;
}
.auction__main-content--download-link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  padding: 0.5rem 1.5rem;
  column-gap: 0.5rem;
  align-items: center;
  background-color: #F7F9FA;
  transition: 0.3s ease-in-out;
}
.auction__main-content--download-link > i {
  font-size: 1.5rem;
}
.auction__main-content--download-link > span {
  word-wrap: anywhere;
}
.auction__main-content--download-link__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  background-color: #2F7CB4CC;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 650px) {
  .auction__main-content--download-link__button {
    display: none;
  }
}
.auction__main-content--download-link:hover {
  background-color: #E7E8EB;
}
.auction__main-content--download-link:hover .auction__main-content--download-link__button {
  background-color: #2F7CB4;
}
.auction__main-content--history {
  display: grid;
  row-gap: 2rem;
  margin-bottom: 4rem;
  width: 100%;
  overflow: auto;
}
.auction__main-content--history th, .auction__main-content--history td {
  border: unset;
  padding: unset;
  text-align: left;
}
.auction__main-content--history-header > tr {
  box-sizing: border-box;
  display: grid;
  row-gap: 0.25rem;
  width: 100%;
  padding-inline: 1.5rem;
}
.auction__main-content--history-content-header, .auction__main-content--history-content {
  display: grid;
  grid-template-columns: 1fr 8.25rem 6.5rem;
  column-gap: 0.75rem;
}
.auction__main-content--history-content-header > th, .auction__main-content--history-content-header > td, .auction__main-content--history-content > th, .auction__main-content--history-content > td {
  box-sizing: border-box;
  padding-block: 0.75rem;
}
.auction__main-content--history-content-header > th:first-child, .auction__main-content--history-content-header > td:first-child, .auction__main-content--history-content > th:first-child, .auction__main-content--history-content > td:first-child {
  padding-left: 1.5rem;
}
.auction__main-content--history-content-header > th:last-child, .auction__main-content--history-content-header > td:last-child, .auction__main-content--history-content > th:last-child, .auction__main-content--history-content > td:last-child {
  padding-right: 1.5rem;
}
.auction__main-content--history-content-header {
  background-color: #D7EAFF;
}
.auction__main-content--history-content:nth-child(odd) {
  background-color: #F7F9FA;
}
.auction__main-content--history-content.my-bid {
  background-color: #F1F1E9;
}
.auction__main-content--history-empty > td {
  box-sizing: border-box;
  width: 100%;
  padding-block: 0.75rem;
  padding-inline: 1.5rem;
}
.auction__form-container {
  position: fixed;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  overflow: auto;
  z-index: 100;
}
.auction__form {
  padding-bottom: 4rem;
}
.auction__form--header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 101;
}
.auction__form--return {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 3.75rem 1fr;
  column-gap: 1.5rem;
  align-items: center;
  width: 100%;
  height: 3.75rem;
  padding-right: 1.5rem;
  text-align: left;
  background-color: #F7F9FA;
}
.auction__form--return .icon__arrow-left {
  height: 100%;
  width: 100%;
  background-color: #002839;
  font-size: 1.25rem;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
.auction__form--return:hover .icon__arrow-left {
  background-color: #002839CC;
}
.auction__form--content {
  display: grid;
  row-gap: 2rem;
  margin: unset;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.auction__form--details, .auction__form--details-confirm {
  display: grid;
  padding: 1.5rem;
  background-color: #F7F9FA;
}
.auction__form--details .timer, .auction__form--details-confirm .timer {
  width: max-content;
  margin-right: auto;
  margin-left: 0;
}
.auction__form--details:not(.auction__form--details.direct-sells) {
  grid-template-areas: "time time" "min best";
  grid-template-columns: auto 1fr;
  row-gap: 1rem;
  column-gap: 1.5rem;
}
.auction__form--details:not(.auction__form--details.direct-sells) .time {
  grid-area: time;
}
.auction__form--details:not(.auction__form--details.direct-sells) .min-bid {
  grid-area: min;
}
.auction__form--details:not(.auction__form--details.direct-sells) .best-bid {
  grid-area: best;
}
.auction__form--details__item {
  display: grid;
  row-gap: 0.25rem;
}
.auction__form--details-confirm {
  row-gap: 0.25rem;
}
.auction__form--title {
  display: grid;
  row-gap: 0.25rem;
  padding-inline: 1.5rem;
}
.auction__form--inputs {
  display: grid;
  row-gap: 1rem;
  padding-inline: 1.5rem;
}
.auction__form--price-preview {
  display: flex;
  padding-inline: 0.75rem;
  color: #2F7CB4;
}
.auction__form--price-preview > span {
  display: inline-block;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.auction__form--terms {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-block: 1.5rem;
}
.auction__form--next {
  margin-inline: 1.5rem;
}
.auction__form--confirm-resume {
  display: grid;
  row-gap: 1.5rem;
  margin-inline: 1.5rem;
  padding: 1.5rem;
  background-color: #F1F1E9;
}
.auction__form--confirm-resume__details {
  display: grid;
  row-gap: 1rem;
}
.auction__form--confirm-resume__details > p {
  display: grid;
  row-gap: 0.25rem;
}
.auction__form--confirm-resume ul {
  list-style: disc;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
.auction__form--confirm-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  padding-top: 2rem;
  padding-inline: 1.5rem;
}
.auction__form--confirm-footer {
  padding-inline: 1.5rem;
}
.auction__annotation {
  box-sizing: border-box;
  display: grid;
  row-gap: 2rem;
  padding: 6rem 2rem;
  background-color: #F7F9FA;
}
.auction__annotation--content > ol {
  list-style: none;
  padding: unset;
  margin: unset;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 650px) {
  .auction__annotation--content > ol {
    grid-template-columns: 1fr;
  }
}
.auction__annotation--content > ol > li {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.5rem;
}

.profile {
  display: grid;
  row-gap: 4rem;
  padding-top: 4rem;
}
.profile__header {
  box-sizing: border-box;
  width: 100%;
  padding-inline: 1.5rem;
}
.profile__data {
  box-sizing: border-box;
  width: 100%;
  padding-inline: 1.5rem;
}
.profile__resume-wrapper {
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
.profile__resume {
  display: grid;
  row-gap: 2rem;
  margin-bottom: 4rem;
}
.profile__resume--data {
  display: grid;
  grid-template-columns: auto minmax(auto, 1fr);
  grid-template-areas: "name surname" "id phone" "address address" "email email";
  row-gap: 1rem;
  column-gap: 2rem;
  padding: 1.5rem 1rem;
  width: fit-content;
  max-width: 35rem;
  background-color: #F1F1E9;
}
@media screen and (max-width: 425px) {
  .profile__resume--data {
    grid-template-columns: 1fr;
    grid-template-areas: "name" "surname" "id" "phone" "address" "email";
  }
}
.profile__resume--name {
  grid-area: name;
}
.profile__resume--surname {
  grid-area: surname;
}
.profile__resume--id {
  grid-area: id;
}
.profile__resume--phone {
  grid-area: phone;
}
.profile__resume--address {
  grid-area: address;
}
.profile__resume--email {
  grid-area: email;
}
.profile__clients {
  display: grid;
  margin-block: 4rem;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
.profile__clients--header-button {
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 0.75rem;
  width: 100%;
  text-align: left;
  transition: 0.3s ease-in-out;
}
.profile__clients--header-button::before {
  position: absolute;
  content: "";
  display: block;
  height: calc(100% + 0.75rem * 2);
  width: calc(100% + 1.5rem * 2);
  align-self: center;
  justify-self: center;
  background-color: #D7EAFF;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.profile__clients--header-button:hover::before {
  opacity: 1;
}
.profile__clients--header-button > i {
  height: 100%;
  font-size: 1.5rem;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.profile__clients--content {
  display: grid;
  row-gap: 4rem;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.profile__clients--content__group {
  display: grid;
  row-gap: 1.5rem;
}
.profile__clients--content__clients {
  display: grid;
  row-gap: 1rem;
}
.profile__clients--footer {
  position: sticky;
  bottom: 0;
  background-color: #FFFFFF;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.profile__clients--add {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  row-gap: 0.75rem;
  align-items: center;
  width: 100%;
  padding-inline: 1.5rem;
}
.profile__clients--add .icon__chevron-left {
  transform: scaleX(-1);
  font-size: 1.5rem;
}
.profile__add-new-client {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: calc(1rem * 2 + 2.75rem + 1px) 1.5rem 2rem;
  background-color: #FFFFFF;
  overflow: auto;
  z-index: 100;
}
.profile__add-new-client--options {
  height: max-content;
  width: 100%;
  margin-block: auto;
  padding: unset;
}
.profile__add-new-client--option {
  position: relative;
  display: grid;
  min-height: 3.5rem;
  padding-block: 0.25rem;
  border-bottom: 1px solid #E7E8EB;
}
.profile__add-new-client--option:not(.profile__add-new-client--option.info) {
  grid-template-areas: "button";
}
.profile__add-new-client--option.info {
  grid-template-columns: auto 1fr;
  grid-template-areas: "icon button";
}
.profile__add-new-client--option:is(.profile__add-new-client--option:first-child) {
  border-top: 1px solid #E7E8EB;
}
.profile__add-new-client--option::before {
  position: absolute;
  content: "";
  display: block;
  align-self: center;
  width: 100%;
  height: calc(100% - 0.25rem * 2);
  background-color: transparent;
  transition: 0.3s ease-in-out;
  z-index: 0;
}
.profile__add-new-client--option:hover::before {
  background-color: #D7EAFF;
}
.profile__add-new-client--option:active::before {
  box-shadow: inset 0.1rem 0.1rem 0.25rem rgba(40, 40, 40, 0.25);
}
.profile__add-new-client--option-button {
  grid-area: button;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-align: left;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.profile__add-new-client--option-info {
  grid-area: icon;
  display: flex;
  padding-left: 0.75rem;
  font-size: 1.25rem;
  transition: color 0.3s ease-in-out;
  z-index: 2;
}
.profile__add-new-client--option-info:hover {
  color: #2F7CB4;
}
.profile__add-new-client--option-info::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  align-self: center;
  background-color: #002839;
  width: 100%;
  height: 0;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.profile__add-new-client--option-info.info-open {
  color: #FFFFFF;
}
.profile__add-new-client--option-info.info-open::before {
  height: calc(100% - 0.25rem * 2);
}
.profile__add-new-client--option-info.info-open:hover {
  color: #94BAF2;
}
.profile__add-new-client--option-details {
  grid-area: button;
  box-sizing: border-box;
  position: absolute;
  display: grid;
  align-self: center;
  width: 100%;
  text-align: left;
  line-height: 133%;
  color: #FFFFFF;
  padding-inline: 0.75rem;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.profile__add-new-client--option-details:hover {
  color: #94BAF2;
}
.profile__add-new-client--close {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: #FFFFFF;
}
.profile__add-new-client--close > button {
  width: 100%;
}
.profile__client {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: repeat(2, auto) 1fr;
  grid-template-areas: "header delete" "hr hr" "info info";
  gap: 1rem;
  padding: 1.5rem 1rem;
  width: 100%;
  height: 100%;
  background-color: #F1F1E9;
}
.profile__client::after {
  content: "";
  grid-area: hr;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #28282880;
}
.profile__client--header {
  grid-area: header;
  display: grid;
  row-gap: 0.5rem;
}
.profile__client--data {
  grid-area: info;
  display: grid;
  row-gap: 1rem;
}
.profile__client--data__list {
  display: grid;
  column-gap: 1.5rem;
  row-gap: 0.75rem;
}
.profile__client--data__list.single {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 650px) {
  .profile__client--data__list.single {
    grid-template-columns: repeat(2, 1fr);
  }
  .profile__client--data__list.single .profile__client--data-phone {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 425px) {
  .profile__client--data__list.single {
    grid-template-columns: 1fr;
  }
  .profile__client--data__list.single .profile__client--data-phone {
    grid-column: 1/2;
  }
}
.profile__client--data__list.multi {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 650px) {
  .profile__client--data__list.multi {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 425px) {
  .profile__client--data__list.multi {
    grid-template-columns: 1fr;
  }
}
.profile__client--data__list.multi:not(.profile__client--data__list.multi:first-child) {
  padding-top: 1rem;
  border-top: 1px solid #455A6F40;
}
.profile__client--delete {
  grid-area: delete;
  height: fit-content;
}
.profile__multi-form {
  position: relative;
  height: 100%;
}
.profile__add-client-form {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  height: 100vh;
  width: 100vw;
  padding-top: 2rem;
  background-color: #FFFFFF;
  overflow: auto;
  z-index: 100;
}
.profile__add-client-form--transition {
  position: absolute;
  box-sizing: border-box;
  display: grid;
  row-gap: 2rem;
  height: 100%;
  width: 100%;
  margin: unset;
  padding-bottom: 2rem;
  transition: 0.3s ease-in-out;
}
.profile__add-client-form--container {
  box-sizing: border-box;
  display: grid;
  grid-template-areas: "close" "title" "form";
  row-gap: 1.5rem;
  width: 100%;
  margin-inline: auto;
  margin-block: auto;
  padding-inline: 1.5rem;
  padding-bottom: 4rem;
}
.profile__add-client-form--container > h1 {
  grid-area: title;
}
.profile__add-client-form--container > form {
  display: grid;
  row-gap: 2rem;
}
.profile__add-client-form--fields-simple, .profile__add-client-form--fields-multi {
  display: grid;
  gap: 1.5rem;
  align-items: end;
  margin: unset;
}
@media screen and (min-width: 500px) {
  .profile__add-client-form--fields-simple, .profile__add-client-form--fields-multi {
    grid-template-columns: repeat(2, 1fr);
  }
  .profile__add-client-form--fields-simple > .profile-company, .profile__add-client-form--fields-multi > .profile-company {
    grid-column: 1/3;
  }
}
.profile__add-client-form--fields-simple .select-main__content-wrapper > .input-label__main > span:last-child {
  height: 2.75rem;
}
.profile__add-client-form--fields-multi {
  padding: 1px;
}
.profile__add-client-form--fields-multi > input {
  display: none;
  position: absolute;
}
@media screen and (min-width: 500px) {
  .profile__add-client-form--field-multi-person-name {
    grid-column: 1/3;
  }
  .profile__add-client-form--field-multi-company-name, .profile__add-client-form--field-multi-surname {
    grid-column: 1/2;
  }
  .profile__add-client-form--field-multi-percent {
    grid-column: 2/3;
  }
  .profile__add-client-form--field-multi-id {
    grid-column: 1/2;
  }
  .profile__add-client-form--field-multi-phone {
    grid-column: 2/3;
  }
}
.profile__add-client-form--fields-multi-transition {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.profile__add-client-form--fields-header {
  box-sizing: border-box;
  display: grid;
  row-gap: 0.25rem;
  padding: 1rem;
  background-color: #F1F1E9;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 500px) {
  .profile__add-client-form--fields-header {
    grid-column: 1/3;
  }
}
.profile__add-client-form--fields-multi-header {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  background-color: #F1F1E9;
}
@media screen and (min-width: 500px) {
  .profile__add-client-form--fields-multi-header {
    grid-template-columns: 1fr auto;
  }
}
.profile__add-client-form--fields-multi-header--name {
  display: grid;
  row-gap: 0.25rem;
  height: max-content;
}
.profile__add-client-form--fields-multi-header--bidder-num {
  width: 10rem;
}
.profile__add-client-form--fields-multi-nav {
  display: grid;
  width: 100%;
  margin-block: 2rem;
}
.profile__add-client-form--fields-multi-nav > nav {
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #002839CC;
}
.profile__add-client-form--fields-multi-nav > nav .swiper-slide {
  width: max-content;
}
.profile__add-client-form--button {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
  transition: color 0.3s ease-in-out;
}
.profile__add-client-form--button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #002839;
  transition: width 0.3s ease-in-out;
}
.profile__add-client-form--button:hover::after {
  width: 100%;
}
.profile__add-client-form--active-button {
  font-weight: 500;
}
.profile__add-client-form--active-button::after {
  width: 100%;
}
.profile__add-client-form--swiper-next, .profile__add-client-form--swiper-prev {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  width: 1.5rem;
  font-size: 1.25rem;
  background-color: #FFFFFF;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.profile__add-client-form--swiper-next:hover, .profile__add-client-form--swiper-prev:hover {
  background-color: #D7EAFF;
}
.profile__add-client-form--swiper-next:active, .profile__add-client-form--swiper-prev:active {
  background-color: #EEDEFF;
}
.profile__add-client-form--swiper-next {
  right: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.profile__add-client-form--swiper-prev {
  left: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.profile__add-client-form--swiper-next.swiper-button-disabled, .profile__add-client-form--swiper-prev.swiper-button-disabled {
  opacity: 0;
}
.profile__add-client-form--swiper-next.swiper-button-disabled {
  right: -1.5rem;
}
.profile__add-client-form--swiper-prev.swiper-button-disabled {
  left: -1.5rem;
}
.profile__add-client-form--terms-wrapper {
  margin-bottom: 1.5rem;
}
.profile__add-client-form--terms-wrapper .input-error__wrapper {
  grid-column: 2/3;
  text-align: left;
}
.profile__add-client-form--terms-wrapper .input-error__wrapper > span {
  display: inline-block;
  padding-top: 0.5rem;
}
.profile__add-client-form--fields-wrapper {
  border: 1px solid #F9AA33;
  padding: 1.5rem 1rem;
}
.profile__add-client-form--fields {
  display: grid;
  grid-auto-flow: row;
  row-gap: 0.75rem;
}
@media screen and (min-width: 500px) {
  .profile__add-client-form--fields {
    grid-auto-flow: initial;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
  }
  .profile__add-client-form--fields .profile__add-client-form--field-name {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 500px) {
  .profile__add-client-form--field-name {
    grid-column: 1/3;
  }
}
.profile__add-client-form--submit {
  display: grid;
  justify-self: center;
  width: fit-content;
  max-width: 100%;
}
.profile__add-client-form--submit:not(.profile__add-client-form--submit.single) {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
}
.profile__add-client-form--next-multi {
  width: max-content;
  max-width: 100%;
  margin-top: 1.5rem;
  justify-self: center;
}
.profile__add-client-form--close {
  grid-area: close;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  width: 100%;
}
.profile__add-client-form--close > span {
  position: relative;
  height: 2.25rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}
.profile__add-client-form--close > span::before, .profile__add-client-form--close > span::after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 1.5rem;
  background-color: #282828;
  transform-origin: center;
  transition: background-color 0.3s ease-in-out;
}
.profile__add-client-form--close > span::before {
  transform: rotate(45deg);
}
.profile__add-client-form--close > span::after {
  transform: rotate(-45deg);
}
.profile__add-client-form--close > span:hover::before, .profile__add-client-form--close > span:hover::after {
  background-color: #2F7CB4;
}
.profile__add-client-form--close > span:active::before, .profile__add-client-form--close > span:active::after {
  background-color: #EEDEFF;
}
.profile__add-client-form--close:hover > span::before, .profile__add-client-form--close:hover > span::after {
  background-color: #2F7CB4;
}
.profile__add-client-form--close:active > span::before, .profile__add-client-form--close:active > span::after {
  background-color: #EEDEFF;
}
.profile__add-client-form--main-error {
  text-align: center;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.profile .select-main__content-wrapper {
  height: auto;
}
.profile .select-main__content-wrapper > .input-label__main > span:last-child {
  bottom: 0;
  transition: transform 0.3s ease-in-out;
}
.profile .select-main__content-wrapper.hover > div {
  max-height: 9rem;
}
.profile__auctions {
  min-width: 100%;
  margin-block: unset;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
.profile__auctions > h2 {
  padding-inline: 1.5rem;
}
.profile__auctions .auction-preview__swiper-controls {
  left: 0;
  right: 0;
}

.add-slide-up {
  animation-name: slideUpM;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.add-slide-down {
  animation-name: slideDownM;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.info-open {
  color: #FFFFFF;
}
.info-open::before {
  width: 100%;
}

.faqs {
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.faqs > h1 {
  margin-bottom: 4rem;
  text-align: left;
}
.faqs__content {
  display: grid;
  row-gap: 2rem;
}
.faqs__content--item {
  display: grid;
  row-gap: 0.25rem;
}

.contact {
  box-sizing: border-box;
  display: grid;
  grid-template-areas: "title" "form";
  gap: 2rem;
  padding-inline: 2rem;
}
.contact__header {
  grid-area: title;
  margin-top: 2rem;
}
.contact__form {
  display: grid;
  margin-top: 2rem;
  row-gap: 2rem;
}
.contact__form--details {
  display: grid;
  gap: 1.5rem;
}
.contact__form--details textarea {
  height: 10rem;
}
.contact__form--files {
  display: grid;
  grid-template-rows: 1fr auto;
}
.contact__form--files > .input-label__file {
  height: max-content;
}
.contact__form--main-error {
  transition: height 0.3s ease-in-out;
}
.contact__form--main-error > p {
  margin-top: 2rem;
}
.contact__form--submit {
  margin-top: 1rem;
}
.contact__submit-result {
  position: fixed;
  display: grid;
  top: -2rem;
  right: 0;
  bottom: 2rem;
  left: 0;
  box-sizing: border-box;
  height: calc(100vh + 2rem * 2);
  width: 100vw;
  background-color: rgba(47, 124, 180, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  overflow: auto;
  z-index: 100;
  padding: 2rem;
}
.contact__submit-result--content {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-inline: auto;
  margin-block: auto;
  padding: 2rem 2rem 4rem;
  z-index: 2;
}
.contact__submit-result--content:not(.fail) {
  background-color: #002839;
}
.contact__submit-result--content.fail {
  background-color: #BF0D42;
}
.contact__submit-result--content-wrapper {
  display: grid;
  row-gap: 1rem;
  color: #FFFFFF;
  transition: height 0.3s ease-in-out;
}
.contact__submit-result--content-wrapper > button {
  width: 100%;
  max-width: 10rem;
  margin-left: auto;
}
.contact__submit-result--close-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: inherit;
  width: inherit;
  cursor: url("../img/close.png") 4 12, pointer;
  z-index: 1;
}
.contact__submit-result--close-bg:disabled {
  cursor: default;
}

.direct-sells__heading {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-areas: "filter" "intro" "image";
  align-items: center;
  row-gap: 4rem;
  padding-top: calc(calc(1rem * 2 + 2.75rem + 1px) + 2rem * 2);
  padding-bottom: 6rem;
}
.direct-sells__heading--intro {
  grid-area: intro;
  padding-inline: 1.5rem;
  display: grid;
  row-gap: 0.75rem;
}
.direct-sells__heading--image {
  grid-area: image;
  width: calc(100% - 1.5rem * 2);
  justify-self: center;
  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 650px) {
  .direct-sells__heading--image {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 500px) {
  .direct-sells__heading--image {
    aspect-ratio: 4/3;
  }
}
.direct-sells__heading--filters {
  grid-area: filter;
  padding-inline: 1.5rem;
}
.direct-sells__nav {
  position: fixed;
  inset: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  overflow: auto;
  z-index: 105;
}
.direct-sells__nav--list {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}
.direct-sells__nav--list > li {
  border-bottom: 1px solid #E7E8EB;
}
.direct-sells__nav--list > li:first-child {
  border-top: 1px solid #E7E8EB;
}
.direct-sells__nav--list-item {
  position: relative;
  display: grid;
  grid-template-columns: 3rem 1fr;
  column-gap: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.direct-sells__nav--list-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #FFF2DB;
  transition: width 0.3s ease-in-out;
  z-index: -1;
}
.direct-sells__nav--list-item:hover::before {
  width: 100%;
}
.direct-sells__nav--list-item:hover::active {
  box-shadow: inset 0.2rem 0.2rem 0.4rem rgba(40, 40, 40, 0.25);
}
.direct-sells__nav--list-item > i {
  font-size: 1.5rem;
}
.direct-sells__nav--list-item > .icon__c-motoring {
  font-size: 2rem;
}
.direct-sells__nav--list-item > h3 {
  padding-right: 0.75rem;
}
.direct-sells__swiper-item > a {
  display: grid;
  grid-template-rows: repeat(2, auto) 1fr;
}
.direct-sells__swiper-item > a > figure {
  margin-bottom: 1rem;
}
.direct-sells__swiper-item > a > h3 {
  margin-bottom: 2rem;
}
.direct-sells__swiper-item > a > p {
  margin-top: auto;
}
.direct-sells__nav-hidden {
  display: none;
}
.direct-sells__info {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.direct-sells__info > h2 {
  margin-bottom: 2rem;
  text-align: center;
}
.direct-sells__info > p {
  padding: 1.5rem;
  box-shadow: 0 0 2rem rgba(40, 40, 40, 0.25);
}
.direct-sells__empty {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.direct-sells__empty > img {
  aspect-ratio: 7/3;
  object-fit: cover;
  object-position: center;
}

.direct-sells-single__details-title {
  display: grid;
  row-gap: 0.5rem;
}
.direct-sells-single__title {
  margin-top: 1rem;
}
.direct-sells-single__file-list-wrapper {
  display: block;
  transition: height 0.3s ease-in-out;
}

.history__statistics {
  display: grid;
  row-gap: 4rem;
  padding-top: 4rem;
  padding-inline: 1.5rem;
}
.history__statistics--header {
  display: grid;
  row-gap: 1rem;
}
.history__statistics--chart > ul {
  padding: unset;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: unset;
}
@media screen and (max-width: 500px) {
  .history__statistics--chart > ul {
    grid-template-columns: 1fr;
  }
}
.history__statistics--chart__item, .history__statistics--chart__total {
  box-sizing: border-box;
  display: grid;
  row-gap: 0.5rem;
  width: 100%;
  padding: 1rem 1.5rem;
}
.history__statistics--chart__item > p, .history__statistics--chart__total > p {
  display: grid;
  row-gap: 0.25rem;
  line-height: 1.25;
}
.history__statistics--chart__item {
  background-color: #F7F9FA;
}
.history__statistics--chart__total {
  background-color: #D7EAFF;
  grid-column: 1/3;
  grid-row: 5/6;
  text-align: right;
}
@media screen and (max-width: 500px) {
  .history__statistics--chart__total {
    grid-column: auto;
    grid-row: auto;
  }
}
.history__statistics--chart__download {
  grid-column: 1/3;
  grid-row: 6/7;
}
@media screen and (max-width: 500px) {
  .history__statistics--chart__download {
    grid-column: auto;
    grid-row: auto;
  }
}
.history__statistics--download {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
  align-items: center;
  background-color: #F7F9FA;
  border: 1px solid #002839;
  padding: 1rem 1.5rem;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 500px) {
  .history__statistics--download {
    grid-template-columns: 1fr;
  }
}
.history__statistics--download:hover {
  background-color: #D7EAFF;
}
.history__statistics--download:hover > .button__solid-blue {
  background-color: #002839CC;
}
.history__statistics--download:active > .button__solid-blue {
  box-shadow: inset 0.2rem 0.2rem 0.4rem rgba(40, 40, 40, 0.25);
}
.history__statistics--download > i {
  font-size: 2.5rem;
}
@media screen and (max-width: 650px) {
  .history__statistics--download > i {
    display: none;
  }
}
.history__best-auctions .auction-preview__item-img > figcaption {
  line-height: 1.5;
}
.history__best-auctions--header {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
}
.history__best-auctions--details {
  position: fixed;
  inset: 0;
  height: 100%;
  width: 100%;
  margin: unset;
  border: unset;
  padding: unset;
  z-index: 100;
}
.history__best-auctions--details__swiper {
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  row-gap: 2rem;
  width: 100%;
  height: 100%;
  padding-inline: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #FFFFFF;
  z-index: 10;
}
.history__best-auctions--details__swiper > .swiper {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history__best-auctions--details__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.history__best-auctions--details__img > img {
  position: absolute;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.history__best-auctions--details__title {
  display: grid;
  row-gap: 0.5rem;
  text-align: center;
}
.history__best-auctions--details__nav {
  display: grid;
  grid-template-columns: 1fr 7.5rem 1fr;
  column-gap: 1rem;
  align-items: center;
}
.history__best-auctions--details__prev, .history__best-auctions--details__next {
  font-size: 1.25rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.history__best-auctions--details__prev > i, .history__best-auctions--details__next > i {
  color: #00283980;
  transition: 0.3s ease-in-out;
}
.history__best-auctions--details__prev:not(.history__best-auctions--details__prev.swiper-button-disabled, .history__best-auctions--details__next.swiper-button-disabled):hover > i, .history__best-auctions--details__next:not(.history__best-auctions--details__prev.swiper-button-disabled, .history__best-auctions--details__next.swiper-button-disabled):hover > i {
  color: #002839;
  transform: scale(1.25);
}
.history__best-auctions--details__prev.swiper-button-disabled, .history__best-auctions--details__next.swiper-button-disabled {
  cursor: auto;
}
.history__best-auctions--details__prev.swiper-button-disabled > i, .history__best-auctions--details__next.swiper-button-disabled > i {
  opacity: 0.15;
}
.history__best-auctions--details__prev {
  justify-self: right;
}
.history__best-auctions--details__next {
  justify-self: left;
}
.history__best-auctions--details__close-bg {
  display: none;
}

.desktop-view {
  display: none;
}

.body-lock {
  height: 100vh;
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.invisible {
  visibility: hidden;
}

.display-none {
  display: none;
}
/*# sourceMappingURL=mobile.css.map */
