@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 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: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit; /* 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;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
/**
 * 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;
}
/**
 * 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;
}
/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}
/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* 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;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  html {
    font-size: calc(0.4rem + 12.7 * (100vw - 769px) / 1920) !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  html {
    font-size: calc(0.614rem + 11 * (100vw - 481px) / 768) !important;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: calc(0.506rem + 6 * (100vw - 0px) / 480) !important;
  }
}
@media screen and (min-width: 769px) {
  .container {
    width: 86.458%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .container {
    width: 94.792%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .container {
    width: 91.667%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  h1, .primary-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  h2, .secondary-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  h3, .third-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 2.14286rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 1.94286rem */
  }
  p b {
    color: #F401F6;
    font-weight: 800;
  }
}
.button {
  display: block;
  padding: 1.5rem 3rem;
  color: #FFFFFF;
  text-align: center;
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.42857rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 0.071rem solid #D000FB;
  border-radius: 0.71429rem;
  background: #D000FB;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.button:hover {
  background: none;
  color: #D000FB;
}
.button_white {
  background: #FFF;
  color: #000;
  border-color: #FFF;
}
.button_white:hover {
  background: none;
  color: #FFF;
}
.button_empty {
  background: none;
  color: #FFF;
  border-color: #FFF;
}
.button_empty:hover {
  background: #FFFFFF;
  color: #000000;
}
@media screen and (max-width: 768px) {
  h1, .primary-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.78571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  h2, .secondary-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  h3, .third-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 1.94286rem */
  }
  p b {
    color: #F401F6;
    font-weight: 800;
  }
  .button {
    padding: 1.07rem 2.07rem;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
* {
  scroll-behavior: smooth;
}
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #121212;
}
.header {
  flex: 0 0 auto;
}
main {
  flex: 1 0 auto;
  overflow: hidden;
  max-width: 100%;
}
footer {
  flex: 0 0 auto;
}
.page-title.container {
  display: flex;
  flex-direction: column;
  gap: 5.29rem;
  padding-bottom: 5.29rem;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#scrollToTopBtn {
  align-items: center;
  background: #db3570;
  border-radius: 0.625rem !important;
  bottom: 3rem;
  cursor: pointer;
  display: flex; /* Используем flex */
  height: 3rem;
  justify-content: center;
  position: fixed;
  right: 1.875rem;
  text-align: center;
  width: 3rem;
  z-index: 5;
  color: white;
  font-size: 2rem;
  opacity: 0; /* Начальная прозрачность */
  visibility: hidden; /* Начальная видимость */
  transition: opacity 0.4s, visibility 0.4s; /* Плавный переход */
  animation: pulse 0.5s infinite;
}
#scrollToTopBtn:hover {
  background: #e3608f;
}
.margin-top-2 {
  margin-top: 2rem;
}
.margin-top-4 {
  margin-top: 4rem;
}
.margin-bot-3 {
  margin-bottom: 3rem;
}
.article {
  border-radius: 0.71429rem;
  background: #242424;
}
.article:hover .article__image img {
  transform: scale(1.1);
}
.article:hover .article__button {
  color: #F5B50E;
}
.article:hover .article__button:before {
  width: 100%;
  background: #F5B50E;
}
.article__image {
  width: 100%;
  height: 22.85714rem;
  border-radius: 0.71429rem;
  overflow: hidden;
}
.article__image img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article__text {
  padding: 3.21rem 2.14rem 3.93rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.07rem;
}
.article__title {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.78571rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.article__button {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.article__button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 0.071rem;
  transition: all 0.3s ease-in-out;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .article {
    border-radius: 2.14286rem;
    background: #242424;
    overflow: hidden;
  }
  .article:hover .article__image img {
    transform: scale(1.1);
  }
  .article:hover .article__button {
    color: #F5B50E;
  }
  .article:hover .article__button:before {
    width: 100%;
    background: #F5B50E;
  }
  .article__image {
    width: 100%;
    height: 14.28571rem;
    border-radius: 0;
    overflow: hidden;
  }
  .article__image img {
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .article__text {
    padding: 2.86rem 1.47rem 3.36rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.93rem;
  }
  .article__title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .article__button {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  .article__button:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0%;
    height: 0.071rem;
    transition: all 0.3s ease-in-out;
    background: #FFFFFF;
  }
}
.properties {
  display: flex;
  flex-direction: column;
  gap: 0.71rem;
}
.properties__item {
  display: flex;
  flex-direction: column;
  gap: 0.36rem;
  padding: 0.5rem 0.5rem 0.64rem 1.36rem;
  background: #252525;
  border: 0.0714rem solid transparent;
  border-radius: 0.71429rem;
  font-family: Montserrat;
  font-weight: 500;
  line-height: normal;
  color: #FFF;
}
.properties__item-name {
  color: #898989;
  font-size: 0.85714rem;
  transition: 0.4s all;
}
.properties__item--videocard, .properties__item--cpu, .properties__item--motherboard, .properties__item--ram, .properties__item--ssd, .properties__item--harddrive, .properties__item--cooling, .properties__item--power, .properties__item--case, .properties__item--fans, .properties__item--thermal, .properties__item--exterior, .properties__item--sleeving, .properties__item--lighting, .properties__item--os, .properties__item--antivirus, .properties__item--warranty, .properties__item--production, .properties__item--service, .properties__item--custom {
  position: relative;
  padding-left: 2.86rem;
}
.properties__item--videocard::before, .properties__item--cpu::before, .properties__item--motherboard::before, .properties__item--ram::before, .properties__item--ssd::before, .properties__item--harddrive::before, .properties__item--cooling::before, .properties__item--power::before, .properties__item--case::before, .properties__item--fans::before, .properties__item--thermal::before, .properties__item--exterior::before, .properties__item--sleeving::before, .properties__item--lighting::before, .properties__item--os::before, .properties__item--antivirus::before, .properties__item--warranty::before, .properties__item--production::before, .properties__item--service::before, .properties__item--custom::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.71rem;
  transform: translateY(-50%);
  width: 1.42857rem;
  height: 1.42857rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.4s all;
}
.properties__item--videocard:hover::before, .properties__item--cpu:hover::before, .properties__item--motherboard:hover::before, .properties__item--ram:hover::before, .properties__item--ssd:hover::before, .properties__item--harddrive:hover::before, .properties__item--cooling:hover::before, .properties__item--power:hover::before, .properties__item--case:hover::before, .properties__item--fans:hover::before, .properties__item--thermal:hover::before, .properties__item--exterior:hover::before, .properties__item--sleeving:hover::before, .properties__item--lighting:hover::before, .properties__item--os:hover::before, .properties__item--antivirus:hover::before, .properties__item--warranty:hover::before, .properties__item--production:hover::before, .properties__item--service:hover::before, .properties__item--custom:hover::before {
  filter: invert(21%) sepia(99%) saturate(4601%) hue-rotate(268deg) brightness(95%) contrast(102%);
}
.properties__item--videocard::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M2 4V3H0V4H1V16H2V15H20V4H2ZM19 14H2V5H19V14Z' fill='%23898989'/%3E%3Cpath d='M14.5 12C14.9945 12 15.4778 11.8534 15.8889 11.5787C16.3 11.304 16.6205 10.9135 16.8097 10.4567C16.9989 9.9999 17.0484 9.49723 16.952 9.01228C16.8555 8.52732 16.6174 8.08187 16.2678 7.73223C15.9181 7.3826 15.4727 7.1445 14.9877 7.04804C14.5028 6.95157 14.0001 7.00108 13.5433 7.1903C13.0865 7.37952 12.696 7.69995 12.4213 8.11108C12.1466 8.5222 12 9.00555 12 9.5C12.0026 10.1622 12.2669 10.7966 12.7351 11.2649C13.2034 11.7331 13.8378 11.9974 14.5 12ZM14.5 8C14.7967 8 15.0867 8.08797 15.3334 8.2528C15.58 8.41762 15.7723 8.65189 15.8858 8.92598C15.9994 9.20007 16.0291 9.50167 15.9712 9.79264C15.9133 10.0836 15.7704 10.3509 15.5607 10.5607C15.3509 10.7704 15.0836 10.9133 14.7926 10.9712C14.5017 11.0291 14.2001 10.9994 13.926 10.8858C13.6519 10.7723 13.4176 10.58 13.2528 10.3334C13.088 10.0867 13 9.79667 13 9.5C13 9.10218 13.158 8.72065 13.4393 8.43934C13.7206 8.15804 14.1022 8 14.5 8Z' fill='%23898989'/%3E%3Cpath d='M11 17H4V18H11V17Z' fill='%23898989'/%3E%3Cpath d='M5 7H4V12H5V7Z' fill='%23898989'/%3E%3Cpath d='M9 7H8V12H9V7Z' fill='%23898989'/%3E%3C/svg%3E");
}
.properties__item--cpu::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_0_527)'%3E%3Cpath d='M20 14H18V15H20V14Z' fill='%23898989'/%3E%3Cpath d='M20 11H18V12H20V11Z' fill='%23898989'/%3E%3Cpath d='M20 8H18V9H20V8Z' fill='%23898989'/%3E%3Cpath d='M20 5H18V6H20V5Z' fill='%23898989'/%3E%3Cpath d='M2 14H0V15H2V14Z' fill='%23898989'/%3E%3Cpath d='M2 11H0V12H2V11Z' fill='%23898989'/%3E%3Cpath d='M2 8H0V9H2V8Z' fill='%23898989'/%3E%3Cpath d='M2 5H0V6H2V5Z' fill='%23898989'/%3E%3Cpath d='M6 18H5V20H6V18Z' fill='%23898989'/%3E%3Cpath d='M9 18H8V20H9V18Z' fill='%23898989'/%3E%3Cpath d='M12 18H11V20H12V18Z' fill='%23898989'/%3E%3Cpath d='M15 18H14V20H15V18Z' fill='%23898989'/%3E%3Cpath d='M6 0H5V2H6V0Z' fill='%23898989'/%3E%3Cpath d='M9 0H8V2H9V0Z' fill='%23898989'/%3E%3Cpath d='M12 0H11V2H12V0Z' fill='%23898989'/%3E%3Cpath d='M15 0H14V2H15V0Z' fill='%23898989'/%3E%3Cpath d='M3 17H17V3H3V17ZM4 4H16V16H4V4Z' fill='%23898989'/%3E%3Cpath d='M6 14H14V6H6V14ZM7 7H13V13H7V7Z' fill='%23898989'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_0_527'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.properties__item--motherboard::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_0_549)'%3E%3Cpath d='M1 2H0V11H1V2Z' fill='%23898989'/%3E%3Cpath d='M16 3H15V10H16V3Z' fill='%23898989'/%3E%3Cpath d='M16 15H7V16H16V15Z' fill='%23898989'/%3E%3Cpath d='M16 12H7V13H16V12Z' fill='%23898989'/%3E%3Cpath d='M3 0V20H20V0H3ZM19 19H4V1H19V19Z' fill='%23898989'/%3E%3Cpath d='M12 4H7V9H12V4ZM11 8H8V5H11V8Z' fill='%23898989'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_0_549'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.properties__item--ram::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M0 3V15H20V3H0ZM19 14H1V4H19V14Z' fill='%23898989'/%3E%3Cpath d='M18 17H2V18H18V17Z' fill='%23898989'/%3E%3Cpath d='M5 7H3V11H5V7Z' fill='%23898989'/%3E%3Cpath d='M9 7H7V11H9V7Z' fill='%23898989'/%3E%3Cpath d='M17 7H15V11H17V7Z' fill='%23898989'/%3E%3Cpath d='M13 7H11V11H13V7Z' fill='%23898989'/%3E%3C/svg%3E");
}
.properties__item--ssd::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M2 0V20H18V0H2ZM3 1H5V3H6V1H8V3H9V1H11V3H12V1H14V3H15V1H17V5H3V1ZM17 19H3V6H17V19Z' fill='%23898989'/%3E%3Cpath d='M9 9H6V10H9V9Z' fill='%23898989'/%3E%3Cpath d='M9 12H6V13H9V12Z' fill='%23898989'/%3E%3Cpath d='M9 15H6V16H9V15Z' fill='%23898989'/%3E%3Cpath d='M14 9H11V10H14V9Z' fill='%23898989'/%3E%3Cpath d='M14 12H11V13H14V12Z' fill='%23898989'/%3E%3Cpath d='M14 15H11V16H14V15Z' fill='%23898989'/%3E%3C/svg%3E");
}
.properties__item--harddrive::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='15' viewBox='0 0 24 15' fill='none'%3E%3Cg clip-path='url(%23clip0_120_72)'%3E%3Cpath d='M6.75 11.9197C6.94891 11.9197 7.13968 11.8421 7.28033 11.704C7.42098 11.5659 7.5 11.3785 7.5 11.1831C7.5 10.9878 7.42098 10.8004 7.28033 10.6623C7.13968 10.5241 6.94891 10.4465 6.75 10.4465C6.55109 10.4465 6.36032 10.5241 6.21967 10.6623C6.07902 10.8004 6 10.9878 6 11.1831C6 11.3785 6.07902 11.5659 6.21967 11.704C6.36032 11.8421 6.55109 11.9197 6.75 11.9197ZM4.5 11.1831C4.5 11.3785 4.42098 11.5659 4.28033 11.704C4.13968 11.8421 3.94891 11.9197 3.75 11.9197C3.55109 11.9197 3.36032 11.8421 3.21967 11.704C3.07902 11.5659 3 11.3785 3 11.1831C3 10.9878 3.07902 10.8004 3.21967 10.6623C3.36032 10.5241 3.55109 10.4465 3.75 10.4465C3.94891 10.4465 4.13968 10.5241 4.28033 10.6623C4.42098 10.8004 4.5 10.9878 4.5 11.1831Z' fill='%23898989'/%3E%3Cpath d='M24 11.9197C24 12.7012 23.6839 13.4506 23.1213 14.0032C22.5587 14.5557 21.7956 14.8662 21 14.8662H3C2.20435 14.8662 1.44129 14.5557 0.87868 14.0032C0.316071 13.4506 0 12.7012 0 11.9197V9.72466C0 9.10885 0.1575 8.50189 0.4575 7.96122L4.1655 1.28609C4.35902 0.937456 4.64461 0.646477 4.99225 0.443749C5.33988 0.24102 5.7367 0.134032 6.141 0.134033H17.859C18.2633 0.134032 18.6601 0.24102 19.0078 0.443749C19.3554 0.646477 19.641 0.937456 19.8345 1.28609L23.5425 7.95975C23.8425 8.50189 24 9.10885 24 9.72466V11.9197ZM5.4825 1.99028L2.388 7.56345C2.586 7.52073 2.79 7.5001 3 7.5001H21C21.21 7.5001 21.414 7.52073 21.612 7.56198L18.5175 1.99028C18.4529 1.87426 18.3576 1.77746 18.2417 1.71006C18.1259 1.64267 17.9937 1.60715 17.859 1.60725H6.141C6.00608 1.60689 5.87356 1.64228 5.75741 1.70969C5.64125 1.7771 5.54726 1.87404 5.4825 1.99028ZM1.5 10.4465V11.9197C1.5 12.3105 1.65804 12.6852 1.93934 12.9615C2.22064 13.2377 2.60218 13.393 3 13.393H21C21.3978 13.393 21.7794 13.2377 22.0607 12.9615C22.342 12.6852 22.5 12.3105 22.5 11.9197V10.4465C22.5 10.0558 22.342 9.68109 22.0607 9.40481C21.7794 9.12853 21.3978 8.97332 21 8.97332H3C2.60218 8.97332 2.22064 9.12853 1.93934 9.40481C1.65804 9.68109 1.5 10.0558 1.5 10.4465Z' fill='%23898989'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_120_72'%3E%3Crect width='24' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.properties__item--cooling::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_2007_277)'%3E%3Cpath d='M11 9.53V4C11 2.93913 10.5786 1.92172 9.82843 1.17157C9.07828 0.421427 8.06087 0 7 0C5.93914 0 4.92172 0.421427 4.17157 1.17157C3.42143 1.92172 3 2.93913 3 4V9.53C2.09428 10.3401 1.45588 11.4061 1.16928 12.587C0.882674 13.7678 0.961375 15.0079 1.39497 16.1431C1.82856 17.2782 2.59661 18.255 3.59747 18.9441C4.59834 19.6332 5.78485 20.0021 7 20.0021C8.21515 20.0021 9.40166 19.6332 10.4025 18.9441C11.4034 18.255 12.1714 17.2782 12.605 16.1431C13.0386 15.0079 13.1173 13.7678 12.8307 12.587C12.5441 11.4061 11.9057 10.3401 11 9.53ZM7 19C5.96977 19.0004 4.96456 18.6825 4.12186 18.0899C3.27915 17.4972 2.64008 16.6588 2.29205 15.6891C1.94402 14.7194 1.90402 13.6659 2.17752 12.6726C2.45102 11.6794 3.02466 10.7948 3.82 10.14L4 10V4C4 3.20435 4.31607 2.44129 4.87868 1.87868C5.44129 1.31607 6.20435 1 7 1C7.79565 1 8.55871 1.31607 9.12132 1.87868C9.68393 2.44129 10 3.20435 10 4V10L10.18 10.15C10.9715 10.8058 11.5416 11.6896 11.8127 12.6811C12.0838 13.6725 12.0428 14.7235 11.6952 15.6908C11.3477 16.6581 10.7104 17.4948 9.87026 18.0869C9.0301 18.6791 8.02786 18.9979 7 19Z' fill='%23898989'/%3E%3Cpath d='M8 12.28V5C8 4.73478 7.89464 4.48043 7.70711 4.29289C7.51957 4.10536 7.26522 4 7 4C6.73478 4 6.48043 4.10536 6.29289 4.29289C6.10536 4.48043 6 4.73478 6 5V12.28C5.61872 12.5001 5.32073 12.8399 5.15224 13.2467C4.98376 13.6534 4.9542 14.1044 5.06815 14.5297C5.1821 14.955 5.43319 15.3307 5.78248 15.5988C6.13177 15.8668 6.55973 16.0121 7 16.0121C7.44027 16.0121 7.86824 15.8668 8.21752 15.5988C8.56681 15.3307 8.8179 14.955 8.93185 14.5297C9.0458 14.1044 9.01624 13.6534 8.84776 13.2467C8.67928 12.8399 8.38128 12.5001 8 12.28Z' fill='%23898989'/%3E%3Cpath d='M18 2H14V3H18V2Z' fill='%23898989'/%3E%3Cpath d='M19 5H14V6H19V5Z' fill='%23898989'/%3E%3Cpath d='M18 8H14V9H18V8Z' fill='%23898989'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2007_277'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.properties__item--power::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_2007_284)'%3E%3Cpath d='M20 4H14V0H13V4H7V0H6V4H0V5H2V13.2C2.00264 14.4722 2.5092 15.6916 3.40881 16.5912C4.30841 17.4908 5.52777 17.9974 6.8 18H9V20H11V18H13.2C14.4722 17.9974 15.6916 17.4908 16.5912 16.5912C17.4908 15.6916 17.9974 14.4722 18 13.2V5H20V4ZM17 13.2C16.9974 14.207 16.5962 15.172 15.8841 15.8841C15.172 16.5962 14.207 16.9974 13.2 17H6.8C5.79299 16.9974 4.82798 16.5962 4.11591 15.8841C3.40384 15.172 3.00264 14.207 3 13.2V5H17V13.2Z' fill='%23898989'/%3E%3Cpath d='M11.8002 6.9599L10.9702 6.3999L7.68018 11.3399H10.4502L8.20018 14.7199L9.03018 15.2799L12.3202 10.3399H9.55018L11.8002 6.9599Z' fill='%23898989'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2007_284'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.properties__item--case::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3 0V20H17V0H3ZM16 19H4V1H16V19Z' fill='%23898989'/%3E%3Cpath d='M14 4H6V5H14V4Z' fill='%23898989'/%3E%3Cpath d='M14 7H6V8H14V7Z' fill='%23898989'/%3E%3Cpath d='M13 14H11V16H13V14Z' fill='%23898989'/%3E%3C/svg%3E");
}
.properties__item--fans::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_2007_294)'%3E%3Cpath d='M10 0C8.02219 0 6.08879 0.58649 4.4443 1.6853C2.79981 2.78412 1.51809 4.3459 0.761209 6.17317C0.00433284 8.00043 -0.193701 10.0111 0.192152 11.9509C0.578004 13.8907 1.53041 15.6725 2.92894 17.0711C4.32746 18.4696 6.10929 19.422 8.0491 19.8079C9.98891 20.1937 11.9996 19.9957 13.8268 19.2388C15.6541 18.4819 17.2159 17.2002 18.3147 15.5557C19.4135 13.9112 20 11.9778 20 10C20 7.34784 18.9464 4.8043 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0ZM10 19C8.21997 19 6.47991 18.4722 4.99987 17.4832C3.51983 16.4943 2.36628 15.0887 1.68509 13.4442C1.0039 11.7996 0.82567 9.99002 1.17294 8.24419C1.5202 6.49836 2.37737 4.89471 3.63604 3.63604C4.89472 2.37737 6.49836 1.5202 8.24419 1.17293C9.99002 0.825666 11.7996 1.0039 13.4442 1.68508C15.0887 2.36627 16.4943 3.51983 17.4832 4.99987C18.4722 6.47991 19 8.21997 19 10C19 12.3869 18.0518 14.6761 16.364 16.364C14.6761 18.0518 12.387 19 10 19Z' fill='%23898989'/%3E%3Cpath d='M14.6701 7.55996C14.2676 7.51482 13.8609 7.59295 13.5037 7.78401C13.1466 7.97508 12.8559 8.27007 12.6701 8.62996C12.4862 8.27767 12.2342 7.96542 11.9286 7.71135C11.623 7.45729 11.27 7.26646 10.8901 7.14996V3.99996C10.892 3.85402 10.8619 3.70944 10.8019 3.57636C10.742 3.44329 10.6537 3.32495 10.5431 3.22965C10.4326 3.13435 10.3025 3.06441 10.162 3.02473C10.0216 2.98505 9.87416 2.97659 9.73009 2.99996C9.42893 2.99136 9.12939 3.04705 8.85144 3.16332C8.5735 3.27959 8.32353 3.45376 8.11819 3.67424C7.91285 3.89472 7.75687 4.15643 7.66063 4.44193C7.5644 4.72743 7.53012 5.03017 7.56009 5.32996C7.51495 5.73246 7.59308 6.13918 7.78415 6.49631C7.97521 6.85344 8.2702 7.14414 8.63009 7.32996C8.27581 7.5161 7.96235 7.77125 7.70818 8.08038C7.454 8.38951 7.26425 8.74638 7.15009 9.12996H4.00009C3.85611 9.12854 3.71352 9.15823 3.58208 9.217C3.45063 9.27577 3.33343 9.36223 3.23848 9.47047C3.14353 9.57871 3.07307 9.70618 3.03193 9.84417C2.99078 9.98215 2.97992 10.1274 3.00009 10.27C2.99149 10.5711 3.04718 10.8707 3.16345 11.1486C3.27972 11.4265 3.4539 11.6765 3.67437 11.8819C3.89485 12.0872 4.15656 12.2432 4.44206 12.3394C4.72756 12.4356 5.0303 12.4699 5.33009 12.44C5.73259 12.4851 6.13932 12.407 6.49644 12.2159C6.85357 12.0248 7.14428 11.7298 7.33009 11.37C7.51397 11.7222 7.76602 12.0345 8.07159 12.2886C8.37716 12.5426 8.73016 12.7335 9.11009 12.85V16C9.10867 16.1439 9.13836 16.2865 9.19713 16.418C9.2559 16.5494 9.34236 16.6666 9.4506 16.7616C9.55885 16.8565 9.68632 16.927 9.8243 16.9681C9.96228 17.0093 10.1075 17.0201 10.2501 17C10.5513 17.0086 10.8508 16.9529 11.1287 16.8366C11.4067 16.7203 11.6567 16.5462 11.862 16.3257C12.0673 16.1052 12.2233 15.8435 12.3195 15.558C12.4158 15.2725 12.4501 14.9697 12.4201 14.67C12.4652 14.2675 12.3871 13.8607 12.196 13.5036C12.005 13.1465 11.71 12.8558 11.3501 12.67C11.7024 12.4861 12.0146 12.234 12.2687 11.9285C12.5228 11.6229 12.7136 11.2699 12.8301 10.89H16.0001C16.1441 10.8914 16.2867 10.8617 16.4181 10.8029C16.5495 10.7441 16.6668 10.6577 16.7617 10.5494C16.8567 10.4412 16.9271 10.3137 16.9683 10.1757C17.0094 10.0378 17.0203 9.89252 17.0001 9.74996C17.0116 9.44714 16.9581 9.14538 16.8431 8.865C16.7281 8.58463 16.5544 8.33216 16.3336 8.12462C16.1128 7.91708 15.85 7.75929 15.5631 7.66188C15.2761 7.56448 14.9716 7.52972 14.6701 7.55996ZM10.0001 12C9.60453 12 9.21785 11.8827 8.88895 11.6629C8.56005 11.4431 8.30371 11.1308 8.15233 10.7653C8.00096 10.3999 7.96135 9.99774 8.03852 9.60978C8.11569 9.22181 8.30617 8.86545 8.58588 8.58574C8.86558 8.30604 9.22195 8.11556 9.60991 8.03839C9.99787 7.96122 10.4 8.00082 10.7655 8.1522C11.1309 8.30357 11.4433 8.55992 11.663 8.88882C11.8828 9.21772 12.0001 9.60439 12.0001 9.99996C12.0001 10.5304 11.7894 11.0391 11.4143 11.4142C11.0392 11.7892 10.5305 12 10.0001 12Z' fill='%23898989'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2007_294'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.properties__item--thermal::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 12H7V13H10V12Z' fill='%23898989'/%3E%3Cpath d='M14 19V16H16V6.43C15.9974 5.52112 15.6351 4.65022 14.9925 4.00754C14.3498 3.36486 13.4789 3.00264 12.57 3H7.43C6.52112 3.00264 5.65022 3.36486 5.00754 4.00754C4.36486 4.65022 4.00264 5.52112 4 6.43V16H6V19H3V20H17V19H14ZM5 15V6.43C5 5.78552 5.25602 5.16744 5.71173 4.71173C6.16744 4.25602 6.78552 4 7.43 4H12.57C13.2145 4 13.8326 4.25602 14.2883 4.71173C14.744 5.16744 15 5.78552 15 6.43V15H5ZM7 19V16H13V19H7Z' fill='%23898989'/%3E%3Cpath d='M10 6H7V7H10V6Z' fill='%23898989'/%3E%3Cpath d='M13 0H7V1H13V0Z' fill='%23898989'/%3E%3Cpath d='M10 9H7V10H10V9Z' fill='%23898989'/%3E%3C/svg%3E");
}
.properties__item--exterior::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_2007_305)'%3E%3Cpath d='M1.5 2.5V17.5L13.5 19.5L18.5 18.5V1.5L13.5 0.5L1.5 2.5Z' stroke='%23898989'/%3E%3Cpath d='M13.5 0.5V19.5' stroke='%23898989'/%3E%3Cpath d='M16.5 10.5V15.5' stroke='%23898989'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2007_305'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.properties__item--sleeving::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M14 14V16H3C2.73871 15.9878 2.49136 15.8786 2.3064 15.6936C2.12144 15.5086 2.01217 15.2613 2 15V12C2.01217 11.7387 2.12144 11.4914 2.3064 11.3064C2.49136 11.1214 2.73871 11.0122 3 11H17C17.5264 10.9873 18.0278 10.7725 18.4002 10.4002C18.7725 10.0278 18.9873 9.52644 19 9V6C18.9873 5.47356 18.7725 4.97219 18.4002 4.59984C18.0278 4.22748 17.5264 4.01269 17 4H6V1H0V7H6V5H17C17.2613 5.01217 17.5086 5.12144 17.6936 5.3064C17.8786 5.49136 17.9878 5.73871 18 6V9C17.9878 9.26129 17.8786 9.50864 17.6936 9.6936C17.5086 9.87856 17.2613 9.98783 17 10H3C2.47356 10.0127 1.97219 10.2275 1.59984 10.5998C1.22748 10.9722 1.01269 11.4736 1 12V15C1.01269 15.5264 1.22748 16.0278 1.59984 16.4002C1.97219 16.7725 2.47356 16.9873 3 17H14V20H20V14H14ZM5 6H1V2H5V6ZM19 19H15V15H19V19Z' fill='%23898989'/%3E%3C/svg%3E");
}
.properties__item--lighting::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.5 5.48999C9.90822 5.48999 9.32224 5.60672 8.77562 5.83349C8.22901 6.06026 7.73248 6.39262 7.31449 6.81154C6.8965 7.23047 6.56524 7.72772 6.33968 8.27484C6.11412 8.82196 5.9987 9.4082 6.00001 9.99999C6.00001 12.11 8.00001 16 8.00001 17H13C13 16 15 12.1 15 9.99999C15.0013 9.4082 14.8859 8.82196 14.6603 8.27484C14.4348 7.72772 14.1035 7.23047 13.6855 6.81154C13.2675 6.39262 12.771 6.06026 12.2244 5.83349C11.6778 5.60672 11.0918 5.48999 10.5 5.48999ZM12.79 14.3C12.52 15.02 12.32 15.56 12.19 16H8.81001C8.68001 15.56 8.48001 15 8.21001 14.3C7.61041 12.9293 7.20322 11.4822 7.00001 9.99999C7.00001 9.07173 7.36876 8.18149 8.02514 7.52512C8.68151 6.86874 9.57175 6.49999 10.5 6.49999C11.4283 6.49999 12.3185 6.86874 12.9749 7.52512C13.6313 8.18149 14 9.07173 14 9.99999C13.7968 11.4822 13.3896 12.9293 12.79 14.3Z' fill='%23898989'/%3E%3Cpath d='M13 19H8V20H13V19Z' fill='%23898989'/%3E%3Cpath d='M4 10H1V11H4V10Z' fill='%23898989'/%3E%3Cpath d='M20 10H17V11H20V10Z' fill='%23898989'/%3E%3Cpath d='M17.8659 2.42702L15.7446 4.54834L16.4517 5.25545L18.5731 3.13413L17.8659 2.42702Z' fill='%23898989'/%3E%3Cpath d='M11 0H10V3H11V0Z' fill='%23898989'/%3E%3Cpath d='M3.13289 2.42571L2.42578 3.13281L4.5471 5.25413L5.25421 4.54703L3.13289 2.42571Z' fill='%23898989'/%3E%3C/svg%3E");
}
.properties__item--os::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M1 2V19H18V2H1ZM17 10H10V3H17V10ZM9 3V10H2V3H9ZM2 11H9V18H2V11ZM10 18V11H17V18H10Z' fill='%23898989'/%3E%3C/svg%3E");
}
.properties__item--antivirus::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 1L2 4.16V9C2 16.79 9.79 19 9.87 19H10H10.13C10.21 19 18 16.79 18 9V4.16L10 1ZM17 9C17 15.57 11 17.67 10 18C9 17.7 3 15.53 3 9V4.84L10 2L17 4.8V9Z' fill='%23898989'/%3E%3Cpath d='M7.31986 7.84994L6.60986 8.55994L9.78986 11.7399L14.3899 7.14994L13.6799 6.43994L9.78986 10.3299L7.31986 7.84994Z' fill='%23898989'/%3E%3C/svg%3E");
}
.properties__item--warranty::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M19.5901 7.77012L13.0001 6.81012L10.0001 0.870117L7.00012 6.81012L0.370117 7.81012L5.17012 12.4401L4.08012 18.9201L10.0001 15.8401L15.9201 18.9201L14.7901 12.4001L19.5901 7.77012ZM10.0001 14.7001L5.42012 17.0801L6.29012 12.0801L2.59012 8.47012L7.70012 7.73012L10.0001 3.13012L12.3001 7.73012L17.4101 8.47012L13.7101 12.0001L14.5801 17.0001L10.0001 14.7001Z' fill='%23898989'/%3E%3C/svg%3E");
}
.properties__item--production::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M18.0001 8.00004C17.9988 6.54465 17.6005 5.11718 16.848 3.87137C16.0956 2.62557 15.0176 1.60862 13.7301 0.930039L13.0001 0.540039V6.54004L10.0001 8.17004L7.00009 6.56004V0.560039L6.27009 0.930039C5.09797 1.54974 4.09824 2.45106 3.36082 3.55292C2.62339 4.65479 2.17139 5.92266 2.04545 7.24253C1.91951 8.56239 2.12359 9.89287 2.63933 11.1143C3.15508 12.3357 3.96631 13.4099 5.00009 14.24V20H6.00009V14.92C7.21389 15.6291 8.59435 16.0028 10.0001 16.0028C11.4058 16.0028 12.7863 15.6291 14.0001 14.92V20H15.0001V14.24C15.9356 13.491 16.6909 12.5414 17.2101 11.4614C17.7294 10.3813 17.9993 9.19843 18.0001 8.00004ZM3.00009 8.00004C3.00082 6.87238 3.27398 5.7616 3.79631 4.76221C4.31864 3.76282 5.07468 2.90441 6.00009 2.26004V7.16004L10.0001 9.30004L14.0001 7.16004V2.26004C14.988 2.94795 15.7819 3.87902 16.3049 4.9633C16.8279 6.04759 17.0625 7.24843 16.9859 8.44984C16.9093 9.65124 16.5242 10.8126 15.8678 11.8217C15.2113 12.8308 14.3057 13.6536 13.2384 14.2105C12.1712 14.7674 10.9783 15.0397 9.77508 15.001C8.57186 14.9623 7.39895 14.6139 6.36967 13.9896C5.34039 13.3652 4.48952 12.486 3.89926 11.4368C3.309 10.3876 2.9993 9.20388 3.00009 8.00004Z' fill='%23898989'/%3E%3C/svg%3E");
}
.properties__item--service::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_2007_339)'%3E%3Cpath d='M9.99994 6.18994C9.2464 6.18994 8.50977 6.41339 7.88322 6.83204C7.25667 7.25069 6.76833 7.84573 6.47996 8.54192C6.19159 9.2381 6.11614 10.0042 6.26315 10.7432C6.41016 11.4823 6.77303 12.1612 7.30587 12.694C7.8387 13.2269 8.51758 13.5897 9.25665 13.7367C9.99572 13.8837 10.7618 13.8083 11.458 13.5199C12.1542 13.2316 12.7492 12.7432 13.1678 12.1167C13.5865 11.4901 13.8099 10.7535 13.8099 9.99994C13.8099 8.98947 13.4085 8.02038 12.694 7.30586C11.9795 6.59135 11.0104 6.18994 9.99994 6.18994ZM9.99994 12.8099C9.44418 12.8099 8.90089 12.6451 8.43879 12.3364C7.97669 12.0276 7.61652 11.5887 7.40384 11.0753C7.19116 10.5618 7.13551 9.99682 7.24394 9.45174C7.35236 8.90665 7.61999 8.40596 8.01297 8.01297C8.40596 7.61999 8.90665 7.35236 9.45174 7.24393C9.99683 7.13551 10.5618 7.19116 11.0753 7.40384C11.5887 7.61652 12.0276 7.97669 12.3364 8.43879C12.6451 8.90089 12.8099 9.44418 12.8099 9.99994C12.8099 10.7452 12.5139 11.4599 11.9869 11.9869C11.4599 12.5139 10.7452 12.8099 9.99994 12.8099Z' fill='%23898989'/%3E%3Cpath d='M17.85 10C17.8888 9.38511 18.1159 8.79707 18.5006 8.31579C18.8853 7.83452 19.4088 7.48334 20 7.31L17.32 2.7C16.7162 3.21566 15.9538 3.50862 15.16 3.53C14.7184 3.53185 14.284 3.41808 13.9 3.2C13.3908 2.85746 12.999 2.36702 12.7772 1.79482C12.5555 1.22262 12.5146 0.596183 12.66 0L7.34 0C7.48763 0.597636 7.44783 1.22622 7.226 1.80047C7.00418 2.37471 6.61106 2.86681 6.1 3.21C5.71816 3.42334 5.28738 3.53362 4.85 3.53C4.04354 3.50907 3.26941 3.20861 2.66 2.68L0 7.31C0.589362 7.48507 1.11071 7.83698 1.49347 8.31812C1.87623 8.79925 2.10192 9.38637 2.14 10C2.10192 10.6136 1.87623 11.2008 1.49347 11.6819C1.11071 12.163 0.589362 12.5149 0 12.69L2.67 17.34C3.27055 16.8085 4.03837 16.5042 4.84 16.48C5.27876 16.4756 5.71058 16.5896 6.09 16.81C6.59908 17.1505 6.99172 17.6387 7.21518 18.209C7.43863 18.7793 7.48219 19.4043 7.34 20H12.65C12.5068 19.4053 12.5488 18.781 12.7705 18.2108C12.9921 17.6407 13.3827 17.1519 13.89 16.81C14.27 16.591 14.7014 16.4771 15.14 16.48C15.9404 16.5014 16.708 16.8021 17.31 17.33L20 12.69C19.4088 12.5167 18.8853 12.1655 18.5006 11.6842C18.1159 11.2029 17.8888 10.6149 17.85 10ZM17 15.93C16.4317 15.6451 15.8056 15.4946 15.17 15.49C14.5595 15.4862 13.9589 15.645 13.43 15.95C12.8927 16.2639 12.4427 16.7076 12.1212 17.2405C11.7998 17.7733 11.6171 18.3783 11.59 19H8.39C8.35857 18.3931 8.18014 17.803 7.87006 17.2804C7.55999 16.7578 7.12756 16.3184 6.61 16C6.07585 15.6889 5.46812 15.5266 4.85 15.53C4.21151 15.5156 3.57833 15.649 3 15.92L1.38 13.09C1.90253 12.7569 2.33593 12.3014 2.64262 11.7629C2.94931 11.2245 3.12004 10.6193 3.14 10C3.12545 9.38064 2.95808 8.77447 2.65277 8.23539C2.34747 7.6963 1.91369 7.24102 1.39 6.91L3 4.09C3.57201 4.37436 4.20123 4.52483 4.84 4.53C5.4569 4.534 6.06395 4.37534 6.6 4.07C7.12776 3.74487 7.5672 3.29463 7.87942 2.75914C8.19165 2.22365 8.36702 1.61944 8.39 1H11.61C11.6286 1.62043 11.8021 2.22635 12.1147 2.76257C12.4273 3.29878 12.8692 3.74824 13.4 4.07C13.9359 4.37578 14.543 4.53447 15.16 4.53C15.798 4.52829 16.4273 4.38123 17 4.1L18.6 6.91C18.0757 7.24036 17.6414 7.6955 17.3361 8.23472C17.0307 8.77395 16.8637 9.38045 16.85 10C16.8671 10.6175 17.0356 11.2213 17.3407 11.7583C17.6459 12.2954 18.0783 12.7493 18.6 13.08L17 15.93Z' fill='%23898989'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2007_339'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.properties__item:hover {
  border-color: rgba(208, 0, 251, 0.3);
}
.properties__item[data-fancybox] {
  cursor: pointer;
}
.breadcrumbs {
  padding: 3.5rem 0;
}
.breadcrumbs__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.breadcrumbs__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  color: #D2D2D2;
  font-family: Rubik;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.breadcrumbs__link:not(:first-child)::before {
  content: "";
  width: 0.28571rem;
  height: 0.28571rem;
  border-radius: 50%;
  background: #D2D2D2;
}
.breadcrumbs__link:not(:last-child) a {
  transition: all 0.3s ease-in-out;
  position: relative;
}
.breadcrumbs__link:not(:last-child) a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0.071rem;
  background: #D2D2D2;
  transition: all 0.3s ease-in-out;
}
.breadcrumbs__link:not(:last-child) a:hover {
  color: #D000FB;
}
.breadcrumbs__link:not(:last-child) a:hover:before {
  background: #D000FB;
  width: 100%;
}
.breadcrumbs__link:last-child {
  color: #D000FB;
}
.breadcrumbs__link:last-child:before {
  background: #D000FB;
}
.footer {
  background: #242424;
  padding: 3.71rem 0 5.86rem;
  margin-top: 7.14rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.footer__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.21rem;
}
.footer__logo {
  width: 18.57143rem;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.footer__logo:hover {
  filter: brightness(2);
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.footer__telephone {
  color: #FB00DF;
  font-family: Rubik;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.footer__telephone:hover {
  color: #F5B50E;
}
.footer__telephone:hover svg path {
  fill: #F5B50E;
}
.footer__telephone svg {
  width: 3rem;
  height: 3rem;
}
.footer__telephone svg path {
  transition: all 0.3s ease-in-out;
}
.footer__time {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.57rem;
}
.footer__time svg {
  width: 1.71429rem;
  height: 1.71429rem;
}
.footer__time span {
  color: #FFF;
  font-family: Rubik;
  font-size: 1.28571rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__address {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.57rem;
}
.footer__address svg {
  width: 1.71429rem;
  height: 1.71429rem;
}
.footer__address span {
  color: #FFF;
  font-family: Rubik;
  font-size: 1.28571rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.71429rem;
}
.footer__social {
  width: 1.71429rem;
  height: 1.71429rem;
  transition: all 0.3s ease-in-out;
}
.footer__social svg, .footer__social img {
  width: 100%;
  height: 100%;
}
.footer__social:hover {
  transform: scale(1.2);
  filter: brightness(1.2);
}
.footer__right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8.85714rem;
}
.footer__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.64286rem 8.85714rem;
}
.footer__list-item {
  transition: all 0.3s ease-in-out;
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.42857rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.footer__list-item:hover {
  color: #D000FB;
}
.footer__copyright {
  max-width: 29.78571rem;
  color: #D9D9D9;
  font-family: Montserrat;
  font-size: 1.28571rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__is {
  color: var(--Gray-6, #F2F2F2);
  font-family: Montserrat;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.footer__is span {
  position: relative;
  white-space: nowrap;
}
.footer__is span b {
  position: relative;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.footer__is span:before {
  content: "digital marketing agency";
  letter-spacing: 0;
  position: absolute;
  left: 0.5rem;
  width: calc(100% - 0.75rem);
  text-align: center;
  top: 90%;
  color: #fff;
  opacity: 0;
  transform: translateY(10%);
  font: 400 0.72rem/1em Lato;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.footer__is:hover {
  opacity: 1;
}
.footer__is:hover span b {
  color: #F82525;
}
.footer__is:hover span:before {
  transform: translateY(0%);
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .footer {
    background: #242424;
    padding: 1.79rem 0 3.07rem;
    margin-top: 5.71rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .footer__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.86rem;
  }
  .footer__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.79rem;
  }
  .footer__logo {
    width: 14rem;
    height: auto;
    transition: all 0.3s ease-in-out;
  }
  .footer__logo:hover {
    filter: brightness(2);
  }
  .footer__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .footer__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .footer__telephone {
    color: #0F92FF;
    font-family: Rubik;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease-in-out;
  }
  .footer__telephone:hover {
    color: #D000FB;
  }
  .footer__time {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.57rem;
  }
  .footer__time svg {
    width: 1.71429rem;
    height: 1.71429rem;
  }
  .footer__time span {
    color: #FFF;
    font-family: Rubik;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footer__address {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.57rem;
  }
  .footer__address svg {
    width: 1.71429rem;
    height: 1.71429rem;
  }
  .footer__address span {
    color: #FFF;
    font-family: Rubik;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footer__socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.71429rem;
  }
  .footer__social {
    width: 1.71429rem;
    height: 1.71429rem;
    transition: all 0.3s ease-in-out;
  }
  .footer__social svg, .footer__social img {
    width: 100%;
    height: 100%;
  }
  .footer__social:hover {
    transform: scale(1.2);
    filter: brightness(1.2);
  }
  .footer__right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8.85714rem;
  }
  .footer__navigation {
    display: none;
  }
  .footer__copyright {
    max-width: 100%;
    color: #D9D9D9;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.header {
  background: #121212;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 3;
  border-bottom: 0.071rem solid rgba(210, 210, 210, 0.3);
}
.header__container {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.86rem;
}
.header__logo {
  width: auto;
  height: 6.71429rem;
}
.header__logo:hover img {
  filter: brightness(1.5);
}
.header__logo img {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.header__info {
  display: flex;
  gap: 3.57rem;
  align-items: center;
}
.header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.79rem;
}
.header__phone {
  color: #FB00DF;
  font-family: Rubik;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
.header__phone:hover {
  color: #F5B50E;
}
.header__phone span {
  color: white;
}
.header__time {
  color: #FFF;
  font-family: Rubik;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.57rem;
}
.header__time svg {
  width: 1.71429rem;
  height: 1.71429rem;
  flex-shrink: 0;
}
.header__socials {
  display: flex;
  gap: 0.71429rem;
}
.header__socials li img {
  width: 1.71429rem;
  height: 1.71429rem;
  transition: all 0.3s ease-in-out;
}
.header__socials li:hover img {
  transform: scale(1.1);
  filter: brightness(1.1);
}
.header__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.93rem 0;
}
.header__list-item {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.42857rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
}
.header__list-item.button {
  padding: 0.5rem 0.86rem;
}
.header__list-item a {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.header__list-item a:hover {
  color: #FB00DF;
}
.header__list-item_sub {
  display: flex;
  flex-direction: column;
}
.header__list-item_sub a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.54rem;
}
.header__list-item_sub a svg {
  width: 1rem;
  height: 0.5rem;
  transform: rotateX(180deg);
  transition: all 0.3s ease-in-out;
}
.header__list-item_sub a svg path {
  transition: all 0.3s ease-in-out;
}
.header__list-item_sub a:hover svg path {
  fill: #D000FB;
}
.header__list-item_active > a {
  color: #FB00DF;
}
.header__list-item_active > a svg {
  transform: rotateX(0);
}
.header__list-item_active > a svg path {
  fill: #D000FB;
}
.header__list-item_active .header__sub-list-container {
  opacity: 1;
  visibility: visible;
}
.header__sub-list-container {
  position: absolute;
  left: 6.771%;
  top: 15.93386rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.42857rem;
  padding: 1.92857rem 1.14286rem;
  border-radius: 0.35714rem;
  border: 0.071rem solid rgba(56, 56, 56, 0.51);
  background: #121212;
  opacity: 0;
  visibility: collapse;
  transition: all 0.3s ease-in-out;
}
.header__sub-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
}
.header__sub-list li {
  white-space: nowrap;
}
.header__sub-list li:hover .header__sub-list-items {
  visibility: visible;
  opacity: 1;
}
.header__sub-list-image {
  width: 100%;
  height: 7.85714rem;
  object-fit: cover;
}
.header__sub-list-items {
  position: absolute;
  top: 3.35714rem;
  width: 100%;
  left: 0;
  padding: 2.14rem 1.14286rem;
  border-radius: 0.35714rem;
  border-bottom: 0.071rem solid rgba(56, 56, 56, 0.51);
  border-left: 0.071rem solid rgba(56, 56, 56, 0.51);
  border-right: 0.071rem solid rgba(56, 56, 56, 0.51);
  background: #121212;
  opacity: 0;
  visibility: collapse;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 2.14rem;
}
.header__sub-list-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.43rem 5.36rem;
  transition: all 0.3s ease-in-out;
}
.mobile-menu, .header__mobile-button {
  display: none;
}
@media screen and (max-width: 768px) {
  .header {
    background: #121212;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .header__container {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.71rem 0 1.42rem;
  }
  .header__logo {
    width: auto;
    height: 4.28571rem;
  }
  .header__logo:hover img {
    filter: brightness(1.5);
  }
  .header__logo img {
    height: 100%;
    transition: all 0.3s ease-in-out;
  }
  .header__mobile-button {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s ease-in-out;
  }
  .header__mobile-button:active {
    color: #FB00DF;
  }
  .header__mobile-button:active div span, .header__mobile-button:active div::before, .header__mobile-button:active div::after {
    background: #FB00DF;
  }
  .header__mobile-button div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 2.28571rem;
    height: 0.14rem;
  }
  .header__mobile-button div span {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    background: #FFFFFF;
  }
  .header__mobile-button div::before, .header__mobile-button div::after {
    top: -0.5rem;
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 0.14rem;
    transition: all 0.3s ease-in-out;
  }
  .header__mobile-button div::after {
    top: 0.5rem;
  }
  .header__mobile-button_active div:before {
    top: 0;
    transform: rotate(135deg);
  }
  .header__mobile-button_active div span {
    background: none !important;
  }
  .header__mobile-button_active div:after {
    top: 0;
    transform: rotate(45deg);
  }
  .header__info {
    display: none;
  }
  .header__bottom {
    display: none;
  }
  .mobile-menu {
    display: block;
    position: absolute;
    width: 100%;
    min-height: max-content;
    background: #242424;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: collapse;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .mobile-menu_active {
    visibility: visible;
    opacity: 1;
  }
  .mobile-menu__container {
    padding: 3.86rem 0;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: flex-start;
  }
  .mobile-menu__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.71rem;
  }
  .mobile-menu__phone {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    color: #FFF;
    font-family: Rubik;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s ease-in-out;
  }
  .mobile-menu__phone:active {
    color: #FB00DF;
  }
  .mobile-menu__phone:active svg path {
    stroke: #FB00DF;
  }
  .mobile-menu__phone svg {
    width: 1.14286rem;
    height: 1.14286rem;
  }
  .mobile-menu__phone svg path {
    transition: all 0.3s ease-in-out;
  }
  .mobile-menu__time {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    color: #FFF;
    font-family: "Montserrat";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .mobile-menu__time svg {
    width: 1.14286rem;
    height: 1.14286rem;
    flex-shrink: 0;
  }
  .mobile-menu__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.29rem;
  }
  .mobile-menu__list-item {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s ease-in-out;
  }
  .mobile-menu__list-item:hover > a {
    color: #FB00DF;
  }
  .mobile-menu__list-item.header__list-item_sub {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .mobile-menu__list-item.header__list-item_sub a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.54rem;
    transition: all 0.3s ease-in-out;
  }
  .mobile-menu__list-item.header__list-item_sub a svg {
    transform: rotateX(180deg);
    transition: all 0.3s ease-in-out;
  }
  .mobile-menu__list-item.header__list-item_sub a svg path {
    transition: all 0.3s ease-in-out;
  }
  .mobile-menu__list-item.header__list-item_sub a:hover {
    color: #FB00DF;
  }
  .mobile-menu__list-item.header__list-item_sub a:hover svg path {
    fill: #D000FB;
  }
  .mobile-menu__list-item.header__list-item_active {
    gap: 1.42857rem;
  }
  .mobile-menu__list-item.header__list-item_active > a {
    color: #FB00DF;
  }
  .mobile-menu__list-item.header__list-item_active > a svg {
    transform: rotateX(0);
  }
  .mobile-menu__list-item.header__list-item_active > a svg path {
    fill: #D000FB;
  }
  .mobile-menu__list-item.header__list-item_active .header__sub-list {
    opacity: 1;
    visibility: visible;
    max-height: 100%;
  }
  .mobile-menu .header__sub-list {
    position: relative;
    width: auto;
    top: calc(100% + 1.64rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.42857rem;
    padding: 0;
    border-radius: 0.35714rem;
    border: 0;
    background: none;
    opacity: 0;
    visibility: collapse;
    transition: all 0.3s ease-in-out;
    max-height: 0;
  }
  .mobile-menu .header__sub-list li {
    white-space: normal;
  }
}
.menu-depth-1 {
  margin-left: 1rem;
}
.menu-depth-2 {
  margin-top: 1rem;
  margin-left: 1rem;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: collapse;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.modal_video .modal__container {
  width: auto;
  height: 95%;
  padding: 4rem;
}
.modal_video .modal__container video {
  height: 100%;
}
.modal_active {
  opacity: 1;
  visibility: visible;
}
.modal_active .modal__overlay {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(0.5rem);
}
.modal__overlay {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.modal__container {
  padding: 5.71rem 4rem 6.36rem;
  background: #242424;
  position: relative;
  z-index: 1;
  width: 59.35714rem;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.86rem;
}
.modal__close {
  position: absolute;
  top: 1.71rem;
  right: 1.71rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal__close svg {
  width: 2.28571rem;
  height: 2.28571rem;
}
.modal__close svg path {
  transition: all 0.3s ease-in-out;
}
.modal__close:hover svg path {
  stroke: #F5B50E;
}
.modal__loader {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 0.1s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  border-radius: 0.57143rem;
  background: #121212;
  backdrop-filter: blur(0.5rem);
}
.modal__loader_active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.modal__loader > div {
  display: inline-block;
  position: relative;
  width: 5.71rem;
  height: 5.71rem;
}
.modal__loader > div div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 2.86rem 2.86rem;
}
.modal__loader > div div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #D000FB;
  margin: -0.28rem 0 0 -0.28rem;
}
.modal__loader > div div:nth-child(1) {
  animation-delay: -0.036s;
}
.modal__loader > div div:nth-child(1):after {
  top: 4.5rem;
  left: 4.5rem;
}
.modal__loader > div div:nth-child(2) {
  animation-delay: -0.072s;
}
.modal__loader > div div:nth-child(2):after {
  top: 4.86rem;
  left: 4rem;
}
.modal__loader > div div:nth-child(3) {
  animation-delay: -0.108s;
}
.modal__loader > div div:nth-child(3):after {
  top: 5.07rem;
  left: 3.43rem;
}
.modal__loader > div div:nth-child(4) {
  animation-delay: -0.144s;
}
.modal__loader > div div:nth-child(4):after {
  top: 5.14rem;
  left: 2.86rem;
}
.modal__loader > div div:nth-child(5) {
  animation-delay: -0.18s;
}
.modal__loader > div div:nth-child(5):after {
  top: 5.07rem;
  left: 2.29rem;
}
.modal__loader > div div:nth-child(6) {
  animation-delay: -0.216s;
}
.modal__loader > div div:nth-child(6):after {
  top: 4.86rem;
  left: 1.71rem;
}
.modal__loader > div div:nth-child(7) {
  animation-delay: -0.252s;
}
.modal__loader > div div:nth-child(7):after {
  top: 4.5rem;
  left: 1.21rem;
}
.modal__loader > div div:nth-child(8) {
  animation-delay: -0.288s;
}
.modal__loader > div div:nth-child(8):after {
  top: 4rem;
  left: 0.86rem;
}
.modal__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.71rem;
}
.modal__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.57rem;
}
.modal__form_hidden {
  display: none !important;
}
.modal__form label {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
}
.modal__form label span {
  display: none;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modal__form label.red_error input, .modal__form label.red_error textarea {
  border-color: #F82525;
}
.modal__form label.red_error span {
  color: #F82525;
  display: inline-block;
}
.modal__form input, .modal__form textarea {
  width: 100%;
  border-radius: 0.71429rem;
  border: 0.071rem solid #FFF;
  padding: 1.21rem;
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.28571rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  outline: none;
}
.modal__form input:focus-within, .modal__form textarea:focus-within {
  border-color: #D000FB;
}
.modal__form textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 6rem;
}
@media screen and (max-width: 480px) {
  .modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal__overlay {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(0.5rem);
    cursor: pointer;
  }
  .modal__container {
    padding: 2rem;
    background: #242424;
    position: relative;
    z-index: 1;
    width: 59.35714rem;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.57rem;
  }
  .modal_video .modal__container {
    width: 90%;
    height: auto;
    padding: 3rem 2rem;
    justify-content: center;
    align-items: center;
  }
  .modal_video .modal__container video {
    width: 100%;
    height: auto;
  }
  .modal__close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal__close svg {
    width: 2.28571rem;
    height: 2.28571rem;
  }
  .modal__close svg path {
    transition: all 0.3s ease-in-out;
  }
  .modal__close:hover svg path {
    stroke: #F5B50E;
  }
  .modal__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }
  .modal__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .modal__form input {
    width: 100%;
    border-radius: 0.71429rem;
    border: 0.071rem solid #FFF;
    padding: 1.21rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    outline: none;
  }
  .modal__form input:focus-within {
    border-color: #D000FB;
  }
}
.pagination {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.07rem;
}
.pagination ul.page-numbers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 0.71rem;
}
.pagination ul.page-numbers li a {
  width: 3.57143rem;
  height: 3.57143rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #D9D9D9;
  font-family: Montserrat;
  font-size: 1.28571rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 0.071rem solid #FFFFFF;
  border-radius: 0.35714rem;
  transition: all 0.3s ease-in-out;
}
.pagination ul.page-numbers li a svg {
  width: 0.5rem;
  height: 1rem;
}
.pagination ul.page-numbers li a:hover {
  border-color: #D000FB;
}
.pagination ul.page-numbers li span {
  width: 3.57143rem;
  height: 3.57143rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #D9D9D9;
  font-family: Montserrat;
  font-size: 1.28571rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 0.071rem solid #FFFFFF;
  border-radius: 0.35714rem;
}
.pagination ul.page-numbers li span.current {
  border-color: #D000FB;
  background: #D000FB;
  color: #FFFFFF;
}
.pagination__arrow {
  width: 3.57143rem;
  height: 3.57143rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.071rem solid #FFFFFF;
  border-radius: 0.35714rem;
  transition: all 0.3s ease-in-out;
}
.pagination__arrow:hover {
  border-color: #D000FB;
}
.pagination__arrow svg {
  width: 0.5rem;
  height: 1rem;
}
.pagination__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 0.71rem;
}
.pagination__list-link a {
  width: 3.57143rem;
  height: 3.57143rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #D9D9D9;
  font-family: Montserrat;
  font-size: 1.28571rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 0.071rem solid #FFFFFF;
  border-radius: 0.35714rem;
  transition: all 0.3s ease-in-out;
}
.pagination__list-link a:hover {
  border-color: #D000FB;
}
.pagination__list-link_active a {
  border-color: #D000FB;
  background: #D000FB;
  color: #FFFFFF;
}
.pagination__dots {
  color: #D9D9D9;
  font-family: Montserrat;
  font-size: 1.28571rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0.36rem;
}
.pagination__dots svg {
  width: 1.57143rem;
  height: 0.28571rem;
}
@media screen and (max-width: 480px) {
  .pagination {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
  .pagination ul.page-numbers {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 0.231rem;
  }
  .pagination ul.page-numbers li a {
    width: 2.57143rem;
    height: 2.57143rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #D9D9D9;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 0.071rem solid #FFFFFF;
    border-radius: 0.35714rem;
    transition: all 0.3s ease-in-out;
  }
  .pagination ul.page-numbers li a svg {
    width: 0.5rem;
    height: 1rem;
  }
  .pagination ul.page-numbers li a:hover {
    border-color: #D000FB;
  }
  .pagination ul.page-numbers li span {
    width: 2.57143rem;
    height: 2.57143rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #D9D9D9;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 0.071rem solid #FFFFFF;
    border-radius: 0.35714rem;
  }
  .pagination ul.page-numbers li span.current {
    border-color: #D000FB;
    background: #D000FB;
    color: #FFFFFF;
  }
  .pagination__arrow {
    width: 2.57143rem;
    height: 2.57143rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.071rem solid #FFFFFF;
    border-radius: 0.35714rem;
    transition: all 0.3s ease-in-out;
  }
  .pagination__arrow:hover {
    border-color: #D000FB;
  }
  .pagination__arrow svg {
    width: 0.5rem;
    height: 1rem;
  }
  .pagination__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 0.231rem;
  }
  .pagination__list-link a {
    width: 2.57143rem;
    height: 2.57143rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #D9D9D9;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 0.071rem solid #FFFFFF;
    border-radius: 0.35714rem;
    transition: all 0.3s ease-in-out;
  }
  .pagination__list-link a:hover {
    border-color: #D000FB;
  }
  .pagination__list-link_active a {
    border-color: #D000FB;
    background: #D000FB;
    color: #FFFFFF;
  }
  .pagination__list-link:nth-child(3), .pagination__list-link:nth-child(7) {
    display: none;
  }
  .pagination__dots {
    margin: 0;
  }
  .pagination__dots svg {
    width: 1rem;
    height: 0.28571rem;
  }
}
.p-relative
{
    position: relative !important;
}

.p-absolute
{
    position: absolute !important;

    inset: 0;
}

.mt-050
{
    margin-top: .5rem !important;
}

.mt-100
{
    margin-top: 1rem !important;
}

.mt-150
{
    margin-top: 1.5rem !important;
}

.mt-200
{
    margin-top: 2rem !important;
}

.img-fluid
{
    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;

    object-fit: cover !important;
    object-position: center !important;
}

.main__image
{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 25rem;
    padding: 2rem 0;

    border-top: .5rem solid #fff;
    border-bottom: .5rem solid #fff;
}

@media (min-width: 768px)
{
    .main__image
    {
        border-top: 0;
        border-bottom: 0;
    }
}

.main__image-img
{
    max-height: 28vh;
  object-position: top !important;
}

@media (min-width: 768px)
{
    .main__image-img
    {
        max-height: 38vh;
    }
}

@media (min-width: 1024px)
{
    .main__image-img
    {
        max-height: 48vh;
    }
}

.main__image-overlay
{
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 2rem;
}

@media (min-width: 768px)
{
    .main__image-overlay
    {
        justify-content: end;
    }
}

.main__image-form-box
{
    padding: 2rem;

    opacity: .9;
    border-radius: 2rem;
    background: #121212;
}

.main__image-form-title
{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.15rem;

    color: white;
}
.product-detail__header {
  max-width: 64.71429rem;
  display: flex;
  flex-direction: column;
  gap: 3.07rem;
}
.product-detail__header:not(:last-child) {
  margin-bottom: 5.43rem;
}
.product-detail__main {
  display: flex;
  gap: 2.07rem;
}
.product-detail__slider {
  flex: 0 0 58.21429rem;
}
.product-detail__slider-main .swiper-slide, .product-detail__slider-thumb .swiper-slide {
  position: relative;
  background: #202020;
  border-radius: 0.5rem;
  overflow: hidden;
}
.product-detail__slider-main .swiper-slide img, .product-detail__slider-thumb .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  object-fit: contain;
}
.product-detail__slider-main:not(:last-child) {
  margin-bottom: 2rem;
}
.product-detail__slider-main .swiper-slide {
  padding-bottom: 59.58%;
}
.product-detail__slider-main .swiper-button-prev,
.product-detail__slider-main .swiper-button-next {
  margin: 0;
  transform: translateY(-50%);
  transition: 0.3s all;
}
.product-detail__slider-main .swiper-button-prev::after,
.product-detail__slider-main .swiper-button-next::after {
  font-size: 2.5rem;
  line-height: normal;
  color: #D000FB;
  font-weight: 600;
}
.product-detail__slider-main .swiper-button-prev:hover,
.product-detail__slider-main .swiper-button-next:hover {
  opacity: 0.7;
}
.product-detail__slider-thumb .swiper-slide {
  padding-bottom: 21.82%;
  border: 0.0714rem solid transparent;
  transition: 0.3s border-color, 0.3s opacity;
}
.product-detail__slider-thumb .swiper-slide:not(.swiper-slide-thumb-active) {
  cursor: pointer;
}
.product-detail__slider-thumb .swiper-slide.swiper-slide-thumb-active {
  border-color: rgba(208, 0, 251, 0.35);
  opacity: 0.7;
}
.product-detail__main-content {
  flex-grow: 1;
}
.product-detail__price {
  font-family: Montserrat;
  font-size: 3.42857rem;
  font-weight: 600;
  line-height: normal;
  color: #FFF;
  text-align: center;
}
.product-detail__price:not(:first-child) {
  margin-top: 2.79rem;
}
.product-detail__button {
  width: 100%;
}
.product-detail__button:not(:first-child) {
  margin-top: 2.79rem;
}
.product-detail__additional {
  display: flex;
  flex-direction: column;
  gap: 0.71rem;
}
.product-detail__additional:not(:first-child) {
  margin-top: 1.5rem;
}
.product-detail__additional-item {
  padding: 1.14rem 2.86rem 1.21rem;
  background: #252525;
  border: 0.07142rem solid transparent;
  border-radius: 0.71429rem;
  font-family: Montserrat;
  font-size: 1.14286rem;
  font-weight: 500;
  line-height: normal;
  color: #FFF;
  transition: 0.3s all;
}
.product-detail__additional-item[data-fancybox] {
  cursor: pointer;
}
.product-detail__additional-item[data-fancybox]:hover {
  border-color: #D000FB;
}
.product-detail__block:not(:first-child) {
  margin-top: 2.79rem;
}
.product-detail__block-title {
  font-family: Montserrat;
  font-size: 4rem;
  font-weight: 600;
  line-height: normal;
  color: #FFF;
}
.product-detail__block-title:not(:last-child) {
  margin-bottom: 3.14rem;
}
.product-detail__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.43rem;
}
.product-detail__card {
  padding: 2.64rem 2.14rem 3rem;
  background: #202020;
  border: 0.07142rem solid transparent;
  border-radius: 1.07143rem;
  transition: 0.3s all;
}
.product-detail__card[data-fancybox] {
  cursor: pointer;
}
.product-detail__card[data-fancybox]:hover {
  border-color: #D000FB;
}
.product-detail__card-title {
  position: relative;
  display: block;
  padding-left: 3.21rem;
  font-family: Montserrat;
  font-size: 2.28571rem;
  font-weight: 600;
  line-height: normal;
  color: #FFF;
}
.product-detail__card-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='27' viewBox='0 0 28 27' fill='none'%3E%3Cpath d='M2.8 0H14L11.2 27H0L2.8 0Z' fill='%23D000FB'/%3E%3Cpath d='M16.8 0H28L25.2 27H14L16.8 0Z' fill='%23D000FB'/%3E%3C/svg%3E") no-repeat center/contain;
}
.product-detail__card-title:not(:last-child) {
  margin-bottom: 2.07rem;
}
@media (max-width: 768px) {
  .product-detail__header {
    gap: 1.57rem;
  }
  .product-detail__header:not(:last-child) {
    margin-bottom: 4.07rem;
  }
  .product-detail__title {
    font-size: 2.85714rem;
  }
  .product-detail__main {
    flex-direction: column;
    gap: 4rem;
  }
  .product-detail__price {
    font-size: 3.2rem;
  }
  .product-detail__price:not(:first-child) {
    margin-top: 2.5rem;
  }
  .product-detail__button:not(:first-child) {
    margin-top: 2.5rem;
  }
  .product-detail__slider {
    flex: auto;
  }
  .product-detail__slider-main:not(:last-child) {
    margin-bottom: 1.57rem;
  }
  .product-detail__slider-main .swiper-slide {
    padding-bottom: 57.42%;
  }
  .product-detail__slider-main .swiper-button-prev::after,
  .product-detail__slider-main .swiper-button-next::after {
    font-size: 2.3rem;
  }
  .product-detail__slider-thumb .swiper-slide {
    padding-bottom: 24.452%;
  }
  .product-detail__block:not(:first-child) {
    margin-top: 6rem;
  }
  .product-detail__block-title {
    font-size: 2.85714rem;
  }
  .product-detail__block-title:not(:last-child) {
    margin-bottom: 1.57rem;
  }
  .product-detail__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-detail__card-title {
    font-size: 1.7rem;
  }
  .product-detail__card-title:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  .product-detail__header {
    gap: 1rem;
  }
  .product-detail__header:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .product-detail__title {
    font-size: 2.14286rem;
  }
  .product-detail__main {
    gap: 3rem;
  }
  .product-detail__price {
    font-size: 2.7rem;
  }
  .product-detail__price:not(:first-child) {
    margin-top: 2rem;
  }
  .product-detail__button:not(:first-child) {
    margin-top: 2rem;
  }
  .product-detail__additional {
    gap: 0.5rem;
  }
  .product-detail__additional:not(:first-child) {
    margin-top: 1rem;
  }
  .product-detail__additional-item {
    padding: 1.14rem 1.86rem 1.21rem;
    font-size: 1rem;
  }
  .product-detail__slider-main:not(:last-child) {
    margin-bottom: 1rem;
  }
  .product-detail__slider-main .swiper-button-prev::after,
  .product-detail__slider-main .swiper-button-next::after {
    font-size: 2rem;
  }
  .product-detail__block:not(:first-child) {
    margin-top: 4rem;
  }
  .product-detail__block-title {
    font-size: 2.14286rem;
  }
  .product-detail__block-title:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .product-detail__cards {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.products {
  width: calc(100% + 1.43rem);
  transform: translateX(-0.715rem);
}
.products__item {
  padding: 0 0.715rem;
}
.products__item-inner {
  background: #202020;
}
.products__item-image {
  display: block;
  position: relative;
  padding-bottom: 70.365%;
}
.products__item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  object-fit: contain;
  transition: 0.4s all;
}
.products__item-image:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.products__item-content {
  padding: 2.86rem 2.14rem 3.57rem;
}
.products__item-title {
  display: block;
  font-family: Montserrat;
  font-size: 2.28571rem;
  font-weight: 600;
  line-height: normal;
  color: #FFF;
  text-align: center;
  transition: 0.4s all;
}
.products__item-title:hover {
  color: #D000FB;
}
.products__item-excerpt {
  min-height: 6.5rem;
  text-align: center;
}
.products__item-excerpt:not(:first-child) {
  margin-top: 0.93rem;
}
.products__item-price {
  font-family: Montserrat;
  font-size: 2.28571rem;
  font-weight: 600;
  line-height: normal;
  color: #FFF;
  text-align: center;
}
.products__item-price:not(:first-child) {
  margin-top: 3.29rem;
}
.products__item-button {
  max-width: 18.57143rem;
  margin: 0 auto;
}
.products__item-button:not(:first-child) {
  margin-top: 2.36rem;
}
.products__item-properties:not(:first-child) {
  margin-top: 3.07rem;
}
.products.swiper {
  display: flex;
  flex-direction: column;
  gap: 2.14rem;
}
.products.swiper .swiper-wrapper {
  order: 1;
}
.products.swiper .swiper__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 1.07rem;
}
.products.swiper .swiper__button {
  position: static;
  margin: 0;
  width: 3.28571rem;
  height: 3.28571rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='24' viewBox='0 0 14 24' fill='none'%3E%3Cpath d='M13 1L2 12L13 23' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") #D000FB no-repeat center/25%;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.4s all;
}
.products.swiper .swiper__button::after {
  content: none;
}
.products.swiper .swiper__button.swiper-button-next {
  transform: rotateY(180deg);
}
.products.swiper .swiper__button:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .products__item-excerpt {
    min-height: 6rem;
  }
}
@keyframes faq {
  from {
    transform: translateY(-10%);
  }
  to {
    transform: translateY(5%);
  }
}
@media screen and (min-width: 769px) {
  .banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 1.86rem - 6.71429rem - 5.86rem - 1.42857rem - 0.071rem);
  }
  .banner__background {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .banner__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .banner__container {
    z-index: 1;
    position: absolute;
    left: 6.771%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.86rem;
    width: 56.57143rem;
  }
  .banner__title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 4.28571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .team {
    margin: 7.14rem 0;
  }
  .team__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.57rem;
  }
  .team__list {
    display: flex;
    gap: 1.43rem;
  }
  .team__list-item {
    position: relative;
  }
  .team__list-item-image {
    aspect-ratio: 1/1;
    width: 28.57rem;
    height: 28.57rem;
    object-fit: cover;
    object-position: top;
    position: relative;
    z-index: 0;
    border-radius: 3.57rem 3.57rem 0 0;
  }
  .team__list-item-content {
    position: absolute;
    left: 0;
    z-index: 1;
    height: 9.29rem;
    background: #202020;
    border-radius: 3.57rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.07rem;
    bottom: -4.645rem;
  }
  .team__name {
    color: #FFF;
    font-family: Montserrat;
    font-size: 2.28571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.11429rem;
    text-transform: uppercase;
  }
  .team__work {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.10286rem;
    text-transform: capitalize;
  }
  .advantages {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .advantages__background {
    width: 100%;
    height: 55.57143rem;
    position: relative;
    z-index: 0;
  }
  .advantages__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .advantages__container {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1.79rem;
    width: 93.229%;
    right: 6.771%;
  }
  .advantages__image {
    width: 50%;
    height: 48.57143rem;
    object-fit: cover;
    flex: 1 0 auto;
    border-radius: 0 2.14286rem 2.14286rem 0;
  }
  .advantages__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 1.43rem;
  }
  .advantages__list-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 2.07rem;
    padding: 4.29rem;
    border-radius: 2.14286rem;
    background: url("../images/advantagesItem.png") lightgray 50%/cover no-repeat;
    box-shadow: 0px 0px 20px 5px rgba(208, 0, 251, 0.25) inset;
  }
  .advantages__list-item span {
    color: #D000FB;
    font-family: Montserrat;
    font-size: 4.64286rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 0.71rem;
    border-bottom: 0.07143rem solid #F5B50E;
  }
  .advantages__list-item p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.78571rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .services {
    background: #121212;
    padding: 7.14rem 0 0;
  }
  .services__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5.79rem;
  }
  .services__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.14286rem;
  }
  .services__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 5.86rem 2.14286rem;
    grid-template-areas: "1 2 3 4" "5 b c 6";
  }
  .services__list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 3.57143rem;
    overflow: hidden;
    background: #202020;
  }
  .services__list-item:nth-child(5) {
    grid-area: b;
  }
  .services__list-item:nth-child(6) {
    grid-area: c;
  }
  .services__list-item img {
    width: 100%;
    height: 17.14286rem;
    object-fit: cover;
    flex: 1 0 auto;
  }
  .services__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    flex-grow: 1;
    gap: 0.78571rem;
    padding: 1.79rem 1.43rem 3.14rem;
  }
  .services__text span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.78571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .brands {
    background: #121212;
    margin-top: 9rem;
  }
  .brands__text svg {
    width: 100%;
    background: #121212;
  }
  .brands__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 2.14rem 1.43rem;
  }
  .brands__list a:hover .brands__list-item {
    color: #D000FB;
  }
  .brands__list-item {
    border-radius: 2.14286rem;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.25);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.14rem;
    color: #000;
    font-family: Montserrat;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .brands__list-item_dark {
    background: #000;
    position: relative;
    padding: 0;
  }
  .brands__list-item_dark .brands__logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .brands__list-item_dark span {
    padding: 0.93rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .brands__logo {
    width: 12.85714rem;
    height: auto;
    object-fit: contain;
  }
  .warranty {
    margin-top: 7.14rem;
  }
  .warranty__container {
    display: flex;
    align-items: center;
    width: 93.229%;
    margin-left: 6.771%;
  }
  .warranty__info {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 5.14rem;
    align-items: flex-start;
  }
  .warranty__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.14286rem;
  }
  .warranty__image {
    flex: 1 0 auto;
    width: 71.85714rem;
    height: auto;
  }
  .warranty__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .feedback {
    margin-top: 7.14rem;
  }
  .feedback__container {
    padding: 6rem 10rem;
    border-radius: 2.14286rem;
    border: 0.071rem solid #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
    transition: all 0.3s ease-in-out;
  }
  .feedback__container:hover {
    border-color: #F5B50E;
  }
  .feedback__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.14rem;
  }
  .feedback__form {
    display: flex;
    flex-direction: row;
    gap: 1.43rem;
    align-items: stretch;
  }
  .feedback__form label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
  .feedback__form label span {
    display: none;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .feedback__form label.red_error input {
    border-color: #F82525;
  }
  .feedback__form label.red_error span {
    color: #F82525;
    display: inline-block;
  }
  .feedback__form input {
    padding: 1.5rem 1.14rem;
    border-radius: 0.71429rem;
    border: 0.071rem solid #FFF;
    background: none;
    color: #D9D9D9;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    outline: none;
  }
  .feedback__form input:focus {
    border-color: #FB00DF;
  }
  .feedback__image {
    flex: 1 0 auto;
    width: 28.57143rem;
    height: auto;
  }
  .feedback__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .repair {
    margin-top: 7.14rem;
    overflow: hidden;
  }
  .repair__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7.14rem;
  }
  .repair__slider {
    width: 100%;
  }
  .repair__list {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 1.43rem;
  }
  .repair__list-item {
    width: 100% !important;
    height: auto !important;
    flex-shrink: 1 !important;
    position: relative;
    flex-grow: 1;
  }
  .repair__list-item:hover .repair__list-item-front {
    transform: rotateX(180deg);
  }
  .repair__list-item:hover .repair__list-item-back {
    opacity: 1;
    transform: rotateX(0deg);
  }
  .repair__list-item-front {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 1.5rem;
    background: #202020;
    overflow: hidden;
    transform: rotateX(0deg);
    transition: all 0.5s ease-in-out;
  }
  .repair__list-item-front img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
  }
  .repair__text {
    padding: 0.71rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.43rem;
    flex-grow: 1;
  }
  .repair__text p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .repair__text span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0.5rem 1rem;
    border-radius: 0.71429rem;
    border: 0.071rem solid #FFF;
  }
  .repair__list-item-back {
    position: relative;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateX(-180deg);
    transition: all 0.5s ease-in-out;
    padding: 0.71rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 1.5rem;
    gap: 1.5rem;
    background-color: var(--backgr);
  }
  .repair__list-item-back span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .repair__list-item-back .button {
    width: 100%;
    padding: 1rem 1.5rem;
  }
  .repair__back-text {
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.14rem;
  }
  .repair__pagination {
    display: none;
  }
  .faq {
    margin-top: 7.14rem;
  }
  .faq__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7.14rem;
  }
  .faq__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.93rem;
    color: #D9D9D9;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 47.85714rem;
  }
  .faq__content {
    width: 93.229%;
    margin-right: 6.771%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7rem;
    position: relative;
  }
  .faq__image {
    width: 67.85714rem;
    height: 53.57143rem;
    flex-shrink: 0;
  }
  .faq__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .faq__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.43rem;
    position: relative;
    z-index: 1;
  }
  .faq__list-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 0.71429rem;
    background: #202020;
    box-shadow: 0px 5px 0px 0px rgba(135, 135, 135, 0.25);
    cursor: pointer;
  }
  .faq__list-item_active .faq__button:after {
    height: 0;
  }
  .faq__list-item_active .faq__answer {
    padding: 0 2.5rem 2rem;
    max-height: 100vh;
  }
  .faq__list-item_active .faq__answer > * {
    opacity: 1;
  }
  .faq__button {
    width: 100%;
    padding: 2rem 2.5rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }
  .faq__button span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    padding-right: 2rem;
  }
  .faq__button:hover span {
    color: #D000FB;
  }
  .faq__button:hover:before, .faq__button:hover:after {
    background: #D000FB;
  }
  .faq__button:before, .faq__button:after {
    right: 2.5rem;
    position: absolute;
    content: "";
    display: block;
    background: #FFFFFF;
    width: 1.71rem;
    height: 0.25rem;
    transition: all 0.3s ease-in-out;
  }
  .faq__button:after {
    height: 1.71rem;
    width: 0.25rem;
    right: 3.23rem;
  }
  .faq__answer {
    overflow: hidden;
    max-height: 0;
    padding: 0 2.5rem;
    transition: all 0.3s ease-in-out;
  }
  .faq__answer > * {
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .faq__bg-image {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
  }
  .faq__bg-image svg {
    width: 18.57143rem;
  }
  .faq__bg-image svg:last-child {
    width: 11.78571rem;
    height: 12.81764rem;
    animation: faq 5s ease-in-out infinite alternate;
  }
  .discount {
    margin-top: 10rem;
  }
  .discount__container {
    display: flex;
    gap: 1.21rem;
    align-items: center;
  }
  .discount__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  .discount__timer {
    display: flex;
    align-items: center;
    gap: 1.3rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 3.42857rem;
    font-style: normal;
    font-weight: 600;
    line-height: 122.113%; /* 4.18671rem */
  }
  .discount__timer span {
    color: #D000FB;
    font-family: Montserrat;
    font-size: 2.57143rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.25714rem;
    border-radius: 0.35714rem;
    border: 0.071rem solid #FFF;
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .discount__image {
    width: 38.57143rem;
    flex: 1 0 auto;
  }
  .discount__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43rem;
  }
  .banner__background {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .banner__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .banner__container {
    z-index: 1;
    position: absolute;
    left: 2.604%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.57rem;
    width: 94.792%;
  }
  .banner__title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 2.85714rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .banner .button {
    margin: 2.57rem auto 0;
  }
  .team {
    margin: 5rem 0;
  }
  .team__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.57rem;
  }
  .team__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5.43rem 1.43rem;
  }
  .team__list-item {
    position: relative;
  }
  .team__list-item-image {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
    position: relative;
    z-index: 0;
    border-radius: 3.57rem 3.57rem 0 0;
  }
  .team__list-item-content {
    position: absolute;
    left: 0;
    z-index: 1;
    height: 8rem;
    background: #202020;
    border-radius: 3.57rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.71rem;
    padding: 0 1rem;
    bottom: -4rem;
  }
  .team__name {
    color: #FFF;
    font-family: Montserrat;
    font-size: 2.28571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.11429rem;
    text-transform: uppercase;
  }
  .team__work {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.071rem;
    text-transform: capitalize;
    text-align: center;
  }
  .advantages {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .advantages__background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
  }
  .advantages__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .advantages__container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.79rem;
    width: 94.792%;
    right: auto;
    padding: 4rem 0;
  }
  .advantages__image {
    width: 100%;
    height: auto;
    object-fit: cover;
    flex: 1 0 auto;
    border-radius: 2.14286rem;
  }
  .advantages__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 1.69rem 1.27rem;
  }
  .advantages__list-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 2.07rem;
    padding: 4.29rem;
    border-radius: 2.14286rem;
    background: url("../images/advantagesItem.png") lightgray 50%/cover no-repeat;
    box-shadow: 0px 0px 20px 5px rgba(208, 0, 251, 0.25) inset;
  }
  .advantages__list-item span {
    color: #D000FB;
    font-family: Montserrat;
    font-size: 4.64286rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 0.71rem;
    border-bottom: 0.07143rem solid #F5B50E;
  }
  .advantages__list-item p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.78571rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .services {
    background: #121212;
    padding: 7.14rem 0 0;
  }
  .services__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5.36rem;
  }
  .services__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.14286rem;
  }
  .services__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.21rem;
  }
  .services__list-item {
    width: 38.57143rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 3.57143rem;
    overflow: hidden;
    background: #202020;
  }
  .services__list-item img {
    width: 100%;
    height: 27.71429rem;
    object-fit: cover;
  }
  .services__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.78571rem;
    padding: 3.43rem 2.57rem;
  }
  .services__text span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.78571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .brands {
    background: #121212;
    margin-top: 5.71rem;
  }
  .brands__text {
    text-align: center;
  }
  .brands__text svg {
    width: 100%;
    background: #121212;
  }
  .brands__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 2rem 1.5rem;
  }
  .brands__list-item {
    border-radius: 2.14286rem;
    background: #FFF;
    box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.25);
    padding: 2.86rem 2.29rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    color: #000;
    font-family: Montserrat;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .brands__list-item_dark {
    background: #000;
    position: relative;
    padding: 0;
  }
  .brands__list-item_dark .brands__logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .brands__list-item_dark span {
    padding: 0.93rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .brands__logo {
    width: 10.38464rem;
    height: auto;
    object-fit: contain;
  }
  .warranty {
    margin-top: 5.71rem;
  }
  .warranty__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.07rem;
    width: 94.792%;
    margin: 0 auto;
  }
  .warranty__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5.14rem;
    align-items: flex-start;
  }
  .warranty__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.14286rem;
  }
  .warranty__image {
    flex: 1 0 auto;
    width: 100%;
    height: auto;
  }
  .warranty__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .feedback {
    margin-top: 5.71rem;
  }
  .feedback__container {
    padding: 3.64rem 1.86rem;
    border-radius: 2.14286rem;
    border: 0.071rem solid #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5rem;
    transition: all 0.3s ease-in-out;
  }
  .feedback__container:hover {
    border-color: #F5B50E;
  }
  .feedback__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.14rem;
    text-align: center;
  }
  .feedback__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.43rem;
  }
  .feedback__form input {
    width: 100%;
    padding: 1.5rem 1.14rem;
    border-radius: 0.71429rem;
    border: 0.071rem solid #FFF;
    background: none;
    color: #D9D9D9;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    outline: none;
    text-align: start;
  }
  .feedback__form input:focus {
    border-color: #FB00DF;
  }
  .feedback__image {
    flex: 1 0 auto;
    width: 23.42236rem;
    height: auto;
  }
  .feedback__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .repair {
    margin-top: 5.71rem;
    overflow: hidden;
  }
  .repair__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.07rem;
  }
  .repair__slider {
    width: 100%;
  }
  .repair__list-item {
    width: 38.57143rem !important;
  }
  .repair__list-item:hover .repair__list-item-front {
    transform: rotateX(180deg);
  }
  .repair__list-item:hover .repair__list-item-back {
    opacity: 1;
    transform: rotateX(0deg);
  }
  .repair__list-item-front {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 3.57143rem;
    background: #202020;
    overflow: hidden;
    transform: rotateX(0deg);
    transition: all 0.5s ease-in-out;
  }
  .repair__list-item-front img {
    width: 100%;
    height: 38.57143rem;
    object-fit: cover;
  }
  .repair__text {
    padding: 1.8rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.43rem;
  }
  .repair__text p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 2.85714rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .repair__text span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0.64rem 1.5rem;
    border-radius: 0.71429rem;
    border: 0.071rem solid #FFF;
  }
  .repair__list-item-back {
    position: relative;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateX(-180deg);
    transition: all 0.5s ease-in-out;
    padding: 3.57rem 2.14rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3.57143rem;
    gap: 3.57rem;
    background-color: var(--backgr);
  }
  .repair__list-item-back span {
    text-align: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .repair__back-text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .repair__pagination {
    display: none;
  }
  .faq {
    margin-top: 7.14rem;
  }
  .faq__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .faq__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.93rem;
    color: #D9D9D9;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 47.85714rem;
  }
  .faq__content {
    width: 94.792%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
    position: relative;
  }
  .faq__image {
    width: 80%;
    height: auto;
    flex-shrink: 0;
    border-radius: 0.71429rem;
    overflow: hidden;
  }
  .faq__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .faq__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.43rem;
    position: relative;
    z-index: 1;
  }
  .faq__list-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 0.71429rem;
    background: #202020;
    box-shadow: 0px 5px 0px 0px rgba(135, 135, 135, 0.25);
    cursor: pointer;
  }
  .faq__list-item_active .faq__button:after {
    height: 0;
  }
  .faq__list-item_active .faq__answer {
    padding: 0 2.5rem 2rem;
    max-height: 100vh;
  }
  .faq__list-item_active .faq__answer > * {
    opacity: 1;
  }
  .faq__button {
    width: 100%;
    padding: 2rem 2.5rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }
  .faq__button span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    padding-right: 2rem;
  }
  .faq__button:hover span {
    color: #D000FB;
  }
  .faq__button:hover:before, .faq__button:hover:after {
    background: #D000FB;
  }
  .faq__button:before, .faq__button:after {
    right: 2.5rem;
    position: absolute;
    content: "";
    display: block;
    background: #FFFFFF;
    width: 1.71rem;
    height: 0.25rem;
    transition: all 0.3s ease-in-out;
  }
  .faq__button:after {
    height: 1.71rem;
    width: 0.25rem;
    right: 3.23rem;
  }
  .faq__answer {
    overflow: hidden;
    max-height: 0;
    padding: 0 2.5rem;
    transition: all 0.3s ease-in-out;
  }
  .faq__answer > * {
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .faq__bg-image {
    position: relative;
    z-index: 0;
    top: 0;
    right: 0;
  }
  .faq__bg-image svg {
    width: 18.57143rem;
  }
  .faq__bg-image svg:last-child {
    width: 11.78571rem;
    height: 12.81764rem;
    animation: faq 5s ease-in-out infinite alternate;
  }
  .discount {
    margin-top: 5.71rem;
  }
  .discount__container {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    align-items: center;
  }
  .discount__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
  }
  .discount__timer {
    display: flex;
    align-items: center;
    gap: 1.3rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 3.42857rem;
    font-style: normal;
    font-weight: 600;
    line-height: 122.113%; /* 4.18671rem */
  }
  .discount__timer span {
    color: #D000FB;
    font-family: Montserrat;
    font-size: 2.57143rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.25714rem;
    border-radius: 0.35714rem;
    border: 0.071rem solid #FFF;
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .discount__image {
    width: 22.98693rem;
    flex: 1 0 auto;
  }
  .discount__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 480px) {
  .banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33rem;
  }
  .banner__background {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .banner__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .banner__container {
    z-index: 1;
    position: absolute;
    left: 4.1665%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.93rem;
    width: 91.667%;
  }
  .banner__title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 2.14286rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .banner .button {
    margin: 0.86rem auto 0;
  }
  .team {
    margin: 5rem 0;
  }
  .team__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.57rem;
  }
  .team__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5.43rem;
  }
  .team__list-item {
    position: relative;
  }
  .team__list-item-image {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
    position: relative;
    z-index: 0;
    border-radius: 3.57rem 3.57rem 0 0;
  }
  .team__list-item-content {
    position: absolute;
    left: 0;
    z-index: 1;
    height: 8rem;
    background: #202020;
    border-radius: 3.57rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.71rem;
    padding: 0 1rem;
    bottom: -4rem;
  }
  .team__name {
    color: #FFF;
    font-family: Montserrat;
    font-size: 2.28571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.11429rem;
    text-transform: uppercase;
  }
  .team__work {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.071rem;
    text-transform: capitalize;
    text-align: center;
  }
  .advantages {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .advantages__background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
  }
  .advantages__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .advantages__container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.79rem;
    width: 91.667%;
    right: auto;
    padding: 1rem 0;
  }
  .advantages__image {
    width: 100%;
    height: auto;
    object-fit: cover;
    flex: 1 0 auto;
    border-radius: 2.14286rem;
  }
  .advantages__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 1.3rem;
  }
  .advantages__list-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1.41rem;
    padding: 2.6rem;
    border-radius: 2.14286rem;
    background: url("../images/advantagesItem.png") lightgray 50%/cover no-repeat;
    box-shadow: 0px 0px 20px 5px rgba(208, 0, 251, 0.25) inset;
  }
  .advantages__list-item span {
    color: #D000FB;
    font-family: Montserrat;
    font-size: 2.14286rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 0.71rem;
    border-bottom: 0.07143rem solid #F5B50E;
  }
  .advantages__list-item p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .services {
    background: #121212;
    padding: 2.86rem 0 0;
  }
  .services__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.71rem;
  }
  .services__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
  }
  .services__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.86rem;
  }
  .services__list-item {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 3.57143rem;
    overflow: hidden;
    background: #202020;
  }
  .services__list-item img {
    width: 100%;
    height: 14.28571rem;
    object-fit: cover;
  }
  .services__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.78571rem;
    padding: 2.14rem 1.48rem;
  }
  .services__text span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.78571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .brands {
    background: #121212;
    margin-top: 2.86rem;
  }
  .brands__text {
    text-align: center;
  }
  .brands__text svg {
    width: 100%;
    background: #121212;
  }
  .brands__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 1.4rem;
  }
  .brands__list-item {
    border-radius: 2.14286rem;
    background: #FFF;
    box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.25);
    padding: 2.85714rem 2.28571rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.21429rem;
    color: #000;
    font-family: Montserrat;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .brands__list-item_dark {
    background: #000;
    position: relative;
    padding: 0;
  }
  .brands__list-item_dark .brands__logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .brands__list-item_dark span {
    padding: 0.93rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .brands__logo {
    width: 10.38464rem;
    height: auto;
    object-fit: contain;
    max-width: 100%;
  }
  .warranty {
    margin-top: 5.71rem;
  }
  .warranty__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.43rem;
    width: 91.667%;
    margin: 0 auto;
  }
  .warranty__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
  }
  .warranty__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .warranty__image {
    flex: 1 0 auto;
    width: 100%;
    height: auto;
  }
  .warranty__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .feedback {
    margin-top: 5.71rem;
  }
  .feedback__container {
    padding: 1.86rem;
    border-radius: 2.14286rem;
    border: 0.071rem solid #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease-in-out;
  }
  .feedback__container:hover {
    border-color: #F5B50E;
  }
  .feedback__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
  }
  .feedback__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .feedback__form input {
    width: 100%;
    padding: 1.5rem 1.14rem;
    border-radius: 0.71429rem;
    border: 0.071rem solid #FFF;
    background: none;
    color: #D9D9D9;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    outline: none;
    text-align: start;
  }
  .feedback__form input:focus {
    border-color: #FB00DF;
  }
  .feedback__image {
    flex: 1 0 auto;
    width: 20rem;
    height: auto;
  }
  .feedback__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .repair {
    margin-top: 5.71rem;
    overflow: hidden;
  }
  .repair__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.07rem;
  }
  .repair__slider {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  .repair__list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .repair__list-item {
    height: auto !important;
  }
  .repair__list-item:hover .repair__list-item-front {
    transform: rotateX(180deg);
  }
  .repair__list-item:hover .repair__list-item-back {
    opacity: 1;
    transform: rotateX(0deg);
  }
  .repair__list-item-front {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 3.57143rem;
    background: #202020;
    overflow: hidden;
    transform: rotateX(0deg);
    transition: all 0.5s ease-in-out;
  }
  .repair__list-item-front img {
    width: 100%;
    height: 29.28571rem;
    object-fit: cover;
  }
  .repair__text {
    padding: 1.46rem 2.71rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .repair__text p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 2.14286rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .repair__text span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 0.92857rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0.36rem 1.43rem;
    border-radius: 0.71429rem;
    border: 0.071rem solid #FFF;
  }
  .repair__list-item-back {
    position: relative;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateX(-180deg);
    transition: all 0.5s ease-in-out;
    padding: 3.57rem 2.14rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3.57143rem;
    gap: 3.57rem;
    background-color: var(--backgr);
  }
  .repair__list-item-back span {
    text-align: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .repair__back-text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.71rem;
  }
  .repair__pagination {
    display: flex;
    width: 100%;
    height: 2rem;
  }
  .faq {
    margin-top: 7.14rem;
  }
  .faq__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .faq__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.93rem;
    color: #D9D9D9;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
  }
  .faq__content {
    width: 91.667%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
    position: relative;
  }
  .faq__image {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 0.71429rem;
    overflow: hidden;
  }
  .faq__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .faq__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.43rem;
    position: relative;
    z-index: 1;
  }
  .faq__list-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 0.71429rem;
    background: #202020;
    box-shadow: 0px 5px 0px 0px rgba(135, 135, 135, 0.25);
    cursor: pointer;
  }
  .faq__list-item_active .faq__button:after {
    height: 0;
  }
  .faq__list-item_active .faq__answer {
    padding: 0 2.5rem 2rem;
    max-height: 100vh;
  }
  .faq__list-item_active .faq__answer > * {
    opacity: 1;
  }
  .faq__button {
    width: 100%;
    padding: 2rem 2.5rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }
  .faq__button span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    padding-right: 2rem;
  }
  .faq__button:hover span {
    color: #D000FB;
  }
  .faq__button:hover:before, .faq__button:hover:after {
    background: #D000FB;
  }
  .faq__button:before, .faq__button:after {
    right: 2.5rem;
    position: absolute;
    content: "";
    display: block;
    background: #FFFFFF;
    width: 1.71rem;
    height: 0.25rem;
    transition: all 0.3s ease-in-out;
  }
  .faq__button:after {
    height: 1.71rem;
    width: 0.25rem;
    right: 3.23rem;
  }
  .faq__answer {
    overflow: hidden;
    max-height: 0;
    padding: 0 2.5rem;
    transition: all 0.3s ease-in-out;
  }
  .faq__answer > * {
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .faq__bg-image {
    position: relative;
    z-index: 0;
    top: 0;
    right: 0;
    max-width: 100%;
  }
  .faq__bg-image svg {
    width: 16.11721rem;
    height: auto;
  }
  .faq__bg-image svg:last-child {
    width: auto;
    height: 7.14286rem;
    animation: faq 5s ease-in-out infinite alternate;
  }
  .discount {
    margin-top: 5.71rem;
  }
  .discount__container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  .discount__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.14rem;
    text-align: center;
  }
  .discount__timer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    color: #FFF;
    font-family: Montserrat;
    font-size: 3.42857rem;
    font-style: normal;
    font-weight: 600;
    line-height: 122.113%; /* 4.18671rem */
  }
  .discount__timer span {
    color: #D000FB;
    font-family: Montserrat;
    font-size: 2.57143rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.25714rem;
    border-radius: 0.35714rem;
    border: 0.071rem solid #FFF;
    width: 4.28571rem;
    height: 4.28571rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .discount__image {
    width: 20.1465rem;
    flex: 1 0 auto;
  }
  .discount__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (min-width: 769px) {
  .blog__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7.14rem;
  }
  .blog__search {
    width: 100%;
    border: 0.071rem solid #FFF;
    border-radius: 1.42857rem;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: row;
  }
  .blog__search input {
    padding: 1.43rem 2.36rem;
    flex-grow: 1;
    width: 100%;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    outline: none;
  }
  .blog__search input::placeholder {
    color: #D9D9D9;
  }
  .blog__search button {
    padding: 1.29rem;
  }
  .blog__search button svg {
    width: 1.71429rem;
    height: 1.71429rem;
  }
  .blog__search button svg path {
    transition: all 0.3s ease-in-out;
  }
  .blog__search button:hover svg path {
    stroke: #FB00DF;
  }
  .blog__search:focus-within {
    border-color: #F5B50E;
  }
  .blog__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 2.93rem 1.43rem;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .blog__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.29rem;
  }
  .blog__search {
    width: 100%;
    border: 0.071rem solid #FFF;
    border-radius: 1.42857rem;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: row;
  }
  .blog__search input {
    padding: 1.14rem 1.43rem;
    flex-grow: 1;
    width: 100%;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    outline: none;
  }
  .blog__search input::placeholder {
    color: #D9D9D9;
  }
  .blog__search button {
    padding: 0.93rem;
  }
  .blog__search button svg {
    width: 1.71429rem;
    height: 1.71429rem;
  }
  .blog__search button svg path {
    transition: all 0.3s ease-in-out;
  }
  .blog__search button:hover svg path {
    stroke: #FB00DF;
  }
  .blog__search:focus-within {
    border-color: #F5B50E;
  }
  .blog__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 2.14rem 2.07rem;
  }
}
@media (max-width: 480px) {
  .blog__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.29rem;
  }
  .blog__search {
    width: 100%;
    border: 0.071rem solid #FFF;
    border-radius: 1.42857rem;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: row;
  }
  .blog__search input {
    padding: 1.14rem 1.43rem;
    flex-grow: 1;
    width: 100%;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    outline: none;
  }
  .blog__search input::placeholder {
    color: #D9D9D9;
  }
  .blog__search button {
    padding: 0.93rem;
  }
  .blog__search button svg {
    width: 1.71429rem;
    height: 1.71429rem;
  }
  .blog__search button svg path {
    transition: all 0.3s ease-in-out;
  }
  .blog__search button:hover svg path {
    stroke: #FB00DF;
  }
  .blog__search:focus-within {
    border-color: #F5B50E;
  }
  .blog__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 2.14rem;
  }
}
table.single__cite-table {
  width: 100%;
  max-width: 50rem;
}
table.single__cite-table td, table.single__cite-table th {
  padding: 1rem;
  border: 1px solid;
  vertical-align: middle;
}
.single__banner {
  position: relative;
}
.single__banner-form {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  background: #121212;
  padding: 3rem;
  opacity: 0.9;
  border-radius: 2.14286rem;
}
.single__banner-title {
  color: white;
  font-family: Montserrat;
  margin-bottom: 1rem;
  display: block;
  font-size: 1.14286rem;
}
@media screen and (min-width: 769px) {
  .single__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.79rem;
  }
  .single__container ul, .single__container ol {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 1.94286rem */
    list-style-type: disc;
    list-style-position: inside;
  }
  .single__container ol {
    list-style-type: decimal;
  }
  .single__container a {
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
  .single__container a:hover {
    color: #F5B50E;
  }
  .single__line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.14rem;
    padding-left: 2.14rem;
    position: relative;
  }
  .single__line:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.41821rem;
    max-height: 100%;
    height: 12.92857rem;
    background: #F5B50E;
  }
  .single__banner {
    width: 100%;
    height: 32.85714rem;
    overflow: hidden;
  }
  .single__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .single__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.14286rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 1.94286rem */
  }
  .single__cite {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 1.94286rem */
    max-width: 100%;
    width: 100%;
  }
  .single__cite blockquote {
    max-width: 39.07143rem;
    display: block;
    padding: 1.71rem 1.93rem 1.71rem 5.71rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 1.94286rem */
    background-repeat: no-repeat;
    border-radius: 2.14286rem;
    border: 0.142rem dashed #F3C54D;
    background-position: 1.71rem 1.93rem;
    float: left;
    margin-right: 3.21429rem;
    margin-bottom: 3.21429rem;
    background-size: 2.8955rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='48' viewBox='0 0 41 48' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.1502 28.164C34.9374 27.388 34.5683 26.677 34.0548 26.034C33.5169 25.362 32.81 24.842 31.9334 24.466C31.0559 24.093 29.9293 23.904 28.5409 23.904H26.6567C26.8814 21.158 27.7073 18.821 29.1363 16.889C30.5627 14.963 32.5406 13.268 35.0691 11.814L33.5355 9C30.2063 10.679 27.3577 13.135 24.9913 16.379C22.6258 19.626 21.4477 22.843 21.4477 26.034C21.4477 29.462 22.1309 32.151 23.5083 34.092C24.8858 36.033 26.8586 37 29.4234 37C31.0508 37 32.4646 36.357 33.6672 35.072C34.8681 33.789 35.4703 32.286 35.4703 30.572C35.4703 29.745 35.3647 28.94 35.1502 28.164ZM17.9252 28.164C17.7106 27.388 17.3424 26.677 16.8281 26.034C16.2918 25.362 15.5841 24.842 14.7067 24.466C13.8309 24.093 12.7043 23.904 11.315 23.904H9.43004C9.65553 21.158 10.4806 18.821 11.9087 16.889C13.336 14.963 15.3156 13.268 17.8424 11.814L16.3096 9C12.9796 10.679 10.1327 13.135 7.76547 16.379C5.39994 19.626 4.22266 22.843 4.22266 26.034C4.22266 29.462 4.90419 32.151 6.28246 34.092C7.6582 36.033 9.63105 37 12.1976 37C13.8241 37 15.2395 36.357 16.4422 35.072C17.6431 33.789 18.2444 32.286 18.2444 30.572C18.2444 29.745 18.1371 28.94 17.9252 28.164Z' fill='white'/%3E%3C/svg%3E");
  }
  .single__cite_right blockquote {
    float: right;
  }
  .single__cite > * {
    margin-bottom: 1.86rem;
  }
  .single__image {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 1.94286rem */
    max-width: 100%;
  }
  .single__image img {
    width: 38.5rem;
    float: right;
    margin-left: 1.86rem;
    margin-bottom: 1.86rem;
  }
  .single__image > * {
    margin-bottom: 1.86rem;
  }
  .single__image_left img {
    float: left;
    margin-left: 0;
    margin-bottom: 1.86rem;
    margin-right: 1.86rem;
  }
  .more {
    margin-top: 6.5rem;
  }
  .more__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.79rem;
  }
  .more__container p {
    color: #BBB;
    font-family: Rubik;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 2.18571rem */
    text-transform: uppercase;
  }
  .more__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 0.071rem solid #4D4D4D;
    border-bottom: 0.071rem solid #4D4D4D;
    padding: 2rem 0;
    gap: 2rem;
  }
  .more__list-item {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 1.94286rem */
  }
  .more__list-item a {
    transition: all 0.3s ease-in-out;
  }
  .more__list-item:not(:last-child) {
    padding-bottom: 2rem;
    border-bottom: 0.071rem solid #4D4D4D;
  }
  .more__list-item a:hover {
    color: #F5B50E;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .single__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.79rem;
  }
  .single__container ul, .single__container ol {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 1.94286rem */
    list-style-type: disc;
    list-style-position: inside;
  }
  .single__container ol {
    list-style-type: decimal;
  }
  .single__container a {
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
  .single__container a:hover {
    color: #F5B50E;
  }
  .single__line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.14rem;
    padding-left: 2.14rem;
    position: relative;
  }
  .single__line:before {
    content: "";
    position: absolute;
    top: 0;
    max-height: 100%;
    left: 0;
    width: 0.41821rem;
    height: 12.92857rem;
    background: #F5B50E;
  }
  .single__banner {
    width: 100%;
    height: 17.5rem;
    overflow: hidden;
  }
  .single__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .single__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.14286rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 1.94286rem */
  }
  .single__cite {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 1.94286rem */
    max-width: 100%;
  }
  .single__cite blockquote {
    max-width: 100%;
    display: block;
    padding: 1.71rem 1.93rem 1.71rem 5.71rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 1.94286rem */
    background-repeat: no-repeat;
    border-radius: 2.14286rem;
    border: 0.142rem dashed #F3C54D;
    background-position: 1.71rem 1.93rem;
    float: left;
    margin-right: 0;
    margin-bottom: 3.21429rem;
    background-size: 2.8955rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='48' viewBox='0 0 41 48' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.1502 28.164C34.9374 27.388 34.5683 26.677 34.0548 26.034C33.5169 25.362 32.81 24.842 31.9334 24.466C31.0559 24.093 29.9293 23.904 28.5409 23.904H26.6567C26.8814 21.158 27.7073 18.821 29.1363 16.889C30.5627 14.963 32.5406 13.268 35.0691 11.814L33.5355 9C30.2063 10.679 27.3577 13.135 24.9913 16.379C22.6258 19.626 21.4477 22.843 21.4477 26.034C21.4477 29.462 22.1309 32.151 23.5083 34.092C24.8858 36.033 26.8586 37 29.4234 37C31.0508 37 32.4646 36.357 33.6672 35.072C34.8681 33.789 35.4703 32.286 35.4703 30.572C35.4703 29.745 35.3647 28.94 35.1502 28.164ZM17.9252 28.164C17.7106 27.388 17.3424 26.677 16.8281 26.034C16.2918 25.362 15.5841 24.842 14.7067 24.466C13.8309 24.093 12.7043 23.904 11.315 23.904H9.43004C9.65553 21.158 10.4806 18.821 11.9087 16.889C13.336 14.963 15.3156 13.268 17.8424 11.814L16.3096 9C12.9796 10.679 10.1327 13.135 7.76547 16.379C5.39994 19.626 4.22266 22.843 4.22266 26.034C4.22266 29.462 4.90419 32.151 6.28246 34.092C7.6582 36.033 9.63105 37 12.1976 37C13.8241 37 15.2395 36.357 16.4422 35.072C17.6431 33.789 18.2444 32.286 18.2444 30.572C18.2444 29.745 18.1371 28.94 17.9252 28.164Z' fill='white'/%3E%3C/svg%3E");
  }
  .single__cite > * {
    margin-bottom: 1.86rem;
  }
  .single__image {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 1.94286rem */
    max-width: 100%;
  }
  .single__image img {
    object-fit: cover;
    width: 100%;
    height: 20.92857rem;
    float: right;
    margin-left: 1.86rem;
    margin-bottom: 1.86rem;
  }
  .single__image > * {
    margin-bottom: 1.86rem;
  }
  .single__image_left img {
    float: left;
    margin-left: 0;
    margin-bottom: 1.86rem;
    margin-right: 1.86rem;
  }
  .more {
    margin-top: 6.5rem;
  }
  .more__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.79rem;
  }
  .more__container p {
    color: #BBB;
    font-family: Rubik;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 2.18571rem */
    text-transform: uppercase;
  }
  .more__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 0.071rem solid #4D4D4D;
    border-bottom: 0.071rem solid #4D4D4D;
    padding: 2rem 0;
    gap: 2rem;
  }
  .more__list-item {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 1.94286rem */
  }
  .more__list-item a {
    transition: all 0.3s ease-in-out;
  }
  .more__list-item:not(:last-child) {
    padding-bottom: 2rem;
    border-bottom: 0.071rem solid #4D4D4D;
  }
  .more__list-item a:hover {
    color: #F5B50E;
  }
}
@media screen and (max-width: 768px) {
  .single__banner-form {
    right: 0;
    padding: 1.5rem;
    border-radius: 0;
    height: 100%;
    top: 0;
    transform: none;
  }
  .single__banner-form .modal__form input, .single__banner-form .modal__form textarea {
    padding: 0.61rem;
  }
}
@media screen and (max-width: 480px) {
  .single__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.79rem;
  }
  .single__container ul, .single__container ol {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 1.94286rem */
    list-style-type: disc;
    list-style-position: inside;
  }
  .single__container ol {
    list-style-type: decimal;
  }
  .single__container a {
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
  .single__container a:hover {
    color: #F5B50E;
  }
  .single__line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.14rem;
    padding-left: 2.14rem;
    position: relative;
  }
  .single__line:before {
    content: "";
    position: absolute;
    top: 0;
    max-height: 100%;
    left: 0;
    width: 0.41821rem;
    height: 12.92857rem;
    background: #F5B50E;
  }
  .single__banner {
    width: 100%;
    height: 17.5rem;
    overflow: hidden;
  }
  .single__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .single__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.14286rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 1.94286rem */
  }
  .single__cite {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 1.94286rem */
    max-width: 100%;
  }
  .single__cite blockquote {
    max-width: 100%;
    display: block;
    padding: 1.71rem 1.93rem 1.71rem 5.71rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 1.94286rem */
    background-repeat: no-repeat;
    border-radius: 2.14286rem;
    border: 0.142rem dashed #F3C54D;
    background-position: 1.71rem 1.93rem;
    float: left;
    margin-right: 0;
    margin-bottom: 3.21429rem;
    background-size: 2.8955rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='48' viewBox='0 0 41 48' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.1502 28.164C34.9374 27.388 34.5683 26.677 34.0548 26.034C33.5169 25.362 32.81 24.842 31.9334 24.466C31.0559 24.093 29.9293 23.904 28.5409 23.904H26.6567C26.8814 21.158 27.7073 18.821 29.1363 16.889C30.5627 14.963 32.5406 13.268 35.0691 11.814L33.5355 9C30.2063 10.679 27.3577 13.135 24.9913 16.379C22.6258 19.626 21.4477 22.843 21.4477 26.034C21.4477 29.462 22.1309 32.151 23.5083 34.092C24.8858 36.033 26.8586 37 29.4234 37C31.0508 37 32.4646 36.357 33.6672 35.072C34.8681 33.789 35.4703 32.286 35.4703 30.572C35.4703 29.745 35.3647 28.94 35.1502 28.164ZM17.9252 28.164C17.7106 27.388 17.3424 26.677 16.8281 26.034C16.2918 25.362 15.5841 24.842 14.7067 24.466C13.8309 24.093 12.7043 23.904 11.315 23.904H9.43004C9.65553 21.158 10.4806 18.821 11.9087 16.889C13.336 14.963 15.3156 13.268 17.8424 11.814L16.3096 9C12.9796 10.679 10.1327 13.135 7.76547 16.379C5.39994 19.626 4.22266 22.843 4.22266 26.034C4.22266 29.462 4.90419 32.151 6.28246 34.092C7.6582 36.033 9.63105 37 12.1976 37C13.8241 37 15.2395 36.357 16.4422 35.072C17.6431 33.789 18.2444 32.286 18.2444 30.572C18.2444 29.745 18.1371 28.94 17.9252 28.164Z' fill='white'/%3E%3C/svg%3E");
  }
  .single__cite > * {
    margin-bottom: 1.86rem;
  }
  .single__image {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 1.94286rem */
    max-width: 100%;
  }
  .single__image img {
    object-fit: cover;
    width: 100%;
    height: 20.92857rem;
    float: right;
    margin-left: 1.86rem;
    margin-bottom: 1.86rem;
  }
  .single__image > * {
    margin-bottom: 1.86rem;
  }
  .single__image_left img {
    float: left;
    margin-left: 0;
    margin-bottom: 1.86rem;
    margin-right: 1.86rem;
  }
  .more {
    margin-top: 6.5rem;
  }
  .more__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.79rem;
  }
  .more__container p {
    color: #BBB;
    font-family: Rubik;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 2.18571rem */
    text-transform: uppercase;
  }
  .more__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 0.071rem solid #4D4D4D;
    border-bottom: 0.071rem solid #4D4D4D;
    padding: 2rem 0;
    gap: 2rem;
  }
  .more__list-item {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 1.94286rem */
  }
  .more__list-item a {
    transition: all 0.3s ease-in-out;
  }
  .more__list-item:not(:last-child) {
    padding-bottom: 2rem;
    border-bottom: 0.071rem solid #4D4D4D;
  }
  .more__list-item a:hover {
    color: #F5B50E;
  }
  .single__banner-form {
    width: 100%;
    opacity: 0.8;
  }
}
@media screen and (min-width: 769px) {
  .consultation__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5.29rem;
  }
  .consultation__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: auto;
    gap: 3.29rem 2.29rem;
  }
  .consultation__list-item {
    border-radius: 0.71429rem;
    background: #242424;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .consultation__list-item_last {
    align-items: center;
    text-align: center;
    padding: 5rem 2.85rem 1.86rem;
    background: #610075;
  }
  .consultation__image {
    flex: 1 0 auto;
    width: 100%;
    height: 17.14286rem;
    overflow: hidden;
  }
  .consultation__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
  }
  .consultation__image img:hover {
    scale: 1.1;
  }
  .consultation__image--big {
    height: 25rem;
  }
  .consultation__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.43rem;
    padding: 1.86rem 2rem;
  }
  .consultation__text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0.71rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .consultation__text ul {
    list-style-type: disc;
  }
  .consultation__text ol {
    list-style-type: decimal;
  }
  .consultation__text a {
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
  }
  .consultation__text a:hover {
    color: #F5B50E;
  }
  .consultation__title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.78571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: 0.4s;
  }
  .consultation__title:hover {
    color: #D000FB;
  }
  .consultation__banner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.22rem;
  }
  .consultation__banner span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.78571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .consultation__banner svg {
    width: 9.36429rem;
    height: 8.21429rem;
  }
  .consultation__form {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.07rem;
  }
  .consultation__form label {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
  .consultation__form label span {
    display: none;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .consultation__form label.red_error input {
    border-color: #F82525;
  }
  .consultation__form label.red_error span {
    color: #F82525;
    display: inline-block;
  }
  .consultation__form input {
    width: 100%;
    color: #D9D9D9;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    text-align: start;
    border-radius: 0.71429rem;
    background: #121212;
    padding: 1.21rem;
    outline: none;
  }
  .prices {
    margin: 7.5rem;
  }
  .prices__container {
    width: 66.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.64286rem;
  }
  .prices__text {
    display: flex;
    flex-direction: column;
    gap: 2.78571rem;
  }
  .prices__text ol, .prices__text ul {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    padding-left: 1.5rem;
  }
  .prices__text ol {
    list-style-type: decimal;
  }
  .prices__text ul {
    list-style-type: disc;
  }
  .prices__table {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.78571rem;
  }
  .prices__table-row {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 1.78571rem;
    transition: all 0.3s ease-in-out;
    border-bottom: 0.071rem solid #4D4D4D;
  }
  .prices__table-row:hover {
    border-color: #F5B50E;
  }
  .prices__table-row span:first-child {
    flex-grow: 1;
  }
  .prices__table-row button {
    margin-left: 14rem;
    transition: all 0.3s ease-in-out;
  }
  .prices__table-row button:hover {
    color: #D000FB;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .consultation__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.29rem;
    text-align: center;
  }
  .consultation__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.28571rem;
  }
  .consultation__list-item {
    max-width: 100%;
    width: 32.57143rem;
    border-radius: 0.71429rem;
    background: #242424;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .consultation__list-item_last {
    align-items: center;
    text-align: center;
    padding: 5rem 2.85rem 1.86rem;
    background: #610075;
  }
  .consultation__image {
    flex: 1 0 auto;
    width: 100%;
    height: 17.14286rem;
    overflow: hidden;
  }
  .consultation__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .consultation__image--big {
    height: 20rem;
  }
  .consultation__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.43rem;
    padding: 1.86rem 2rem;
  }
  .consultation__text {
    flex-grow: 1;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 0.71rem;
  }
  .consultation__text ul {
    list-style-type: disc;
  }
  .consultation__text ol {
    list-style-type: decimal;
  }
  .consultation__text a {
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
  }
  .consultation__text a:hover {
    color: #F5B50E;
  }
  .consultation__title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.78571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .consultation__banner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.22rem;
  }
  .consultation__banner span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.78571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .consultation__banner svg {
    width: 9.36429rem;
    height: 8.21429rem;
  }
  .consultation__form {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.07rem;
  }
  .consultation__form label {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
  .consultation__form label span {
    display: none;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .consultation__form label.red_error input {
    border-color: #F82525;
  }
  .consultation__form label.red_error span {
    color: #F82525;
    display: inline-block;
  }
  .consultation__form input {
    width: 100%;
    color: #D9D9D9;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    text-align: start;
    border-radius: 0.71429rem;
    background: #121212;
    padding: 1.21rem;
    outline: none;
  }
  .prices {
    margin-top: 6rem;
  }
  .prices__container {
    width: 94.792%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.64286rem;
  }
  .prices__text {
    display: flex;
    flex-direction: column;
    gap: 2.78571rem;
  }
  .prices__text ol, .prices__text ul {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    padding-left: 1.5rem;
  }
  .prices__text ol {
    list-style-type: decimal;
  }
  .prices__text ul {
    list-style-type: disc;
  }
  .prices__table {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.78571rem;
  }
  .prices__table-row {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 1.78571rem;
    transition: all 0.3s ease-in-out;
    border-bottom: 0.071rem solid #4D4D4D;
  }
  .prices__table-row:hover {
    border-color: #F5B50E;
  }
  .prices__table-row button {
    transition: all 0.3s ease-in-out;
  }
  .prices__table-row button:hover {
    color: #D000FB;
  }
}
@media screen and (max-width: 480px) {
  .consultation__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.29rem;
    text-align: center;
  }
  .consultation__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.28571rem;
  }
  .consultation__list-item {
    max-width: 100%;
    width: 100%;
    border-radius: 0.71429rem;
    background: #242424;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .consultation__list-item_last {
    align-items: center;
    text-align: center;
    padding: 5rem 2.85rem 1.86rem;
    background: #610075;
    gap: 2rem;
  }
  .consultation__image {
    flex: 1 0 auto;
    width: 100%;
    height: 17.14286rem;
    overflow: hidden;
  }
  .consultation__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .consultation__image--big {
    height: 19rem;
  }
  .consultation__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.43rem;
    padding: 1.86rem 2rem;
  }
  .consultation__text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .consultation__text ul {
    list-style-type: disc;
  }
  .consultation__text ol {
    list-style-type: decimal;
  }
  .consultation__text a {
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
  }
  .consultation__text a:hover {
    color: #F5B50E;
  }
  .consultation__title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.78571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .consultation__banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-bottom: 1rem;
  }
  .consultation__banner span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.78571rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .consultation__banner svg {
    width: 9.36429rem;
    height: 8.21429rem;
  }
  .consultation__form {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.07rem;
  }
  .consultation__form label {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
  .consultation__form label span {
    display: none;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .consultation__form label.red_error input {
    border-color: #F82525;
  }
  .consultation__form label.red_error span {
    color: #F82525;
    display: inline-block;
  }
  .consultation__form input {
    width: 100%;
    color: #D9D9D9;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    text-align: start;
    border-radius: 0.71429rem;
    background: #121212;
    padding: 1.21rem;
    outline: none;
  }
  .prices {
    margin-top: 5rem;
  }
  .prices__container {
    width: 91.667%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.64286rem;
  }
  .prices__text {
    display: flex;
    flex-direction: column;
    gap: 2.78571rem;
  }
  .prices__text ol, .prices__text ul {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    padding-left: 1.5rem;
  }
  .prices__text ol {
    list-style-type: decimal;
  }
  .prices__text ul {
    list-style-type: disc;
  }
  .prices__table {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.78571rem;
  }
  .prices__table-row {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1.78571rem;
    transition: all 0.3s ease-in-out;
    border-bottom: 0.071rem solid #4D4D4D;
  }
  .prices__table-row:hover {
    border-color: #F5B50E;
  }
  .prices__table-row button {
    transition: all 0.3s ease-in-out;
  }
  .prices__table-row button:hover {
    color: #D000FB;
  }
}
@media screen and (min-width: 769px) {
  .contacts__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15.35714rem;
  }
  .contacts__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.86rem;
  }
  .contacts__logo {
    width: 18.57143rem;
    height: auto;
  }
  .contacts__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .contacts__list {
    margin-left: 2.43rem;
    padding-left: 3.35714rem;
    border-left: 0.213rem solid #F3C54D;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.78571rem;
  }
  .contacts__list-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contacts__list-item svg {
    flex: 1 0 auto;
    width: 1.71429rem;
    height: 1.71429rem;
  }
  .contacts__list-item a:hover {
    text-decoration: underline;
  }
  .contacts__form-container {
    flex: 1 0 auto;
    width: 48.28571rem;
    border-radius: 0.35714rem;
    background: #242424;
    border-top: 1rem solid #D000FB;
    padding: 4rem 3.14rem;
    display: flex;
    flex-direction: column;
    gap: 5.29rem;
  }
  .contacts__form-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .contacts__form-text span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 143%; /* 2.145rem */
  }
  .contacts__form-text p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.71429rem */
  }
  .contacts__form {
    display: flex;
    flex-direction: column;
    gap: 3.36rem;
    align-items: center;
  }
  .contacts__form label {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
  .contacts__form label span {
    display: none;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contacts__form label.red_error input {
    border-color: #F82525;
  }
  .contacts__form label.red_error span {
    color: #F82525;
    display: inline-block;
  }
  .contacts__inputs {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 2.14rem;
  }
  .contacts__form-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.28571rem;
  }
  .contacts__form-input p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 1.5rem */
  }
  .contacts__form-input input {
    width: 100%;
    color: #000;
    font-family: Montserrat;
    font-size: 1.07143rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 1.71429rem */
    border-radius: 0.71429rem;
    border: 0.071rem solid #BAC2CA;
    background: #FFFFFF;
    padding: 1.35714rem 1.14286rem;
    outline: none;
  }
  .contacts__policy {
    display: none;
  }
  .contacts__policy + label {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    position: relative;
  }
  .contacts__policy + label p {
    user-select: none;
    color: #7E868E;
    font-family: Montserrat;
    font-size: 0.78571rem;
    font-style: normal;
    font-weight: 400;
    line-height: 134.09%; /* 1.05357rem */
  }
  .contacts__policy + label p a {
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
  .contacts__policy + label p a:hover {
    filter: brightness(0.5);
  }
  .contacts__policy + label::before {
    content: "";
    width: 0.85714rem;
    height: 0.85714rem;
    background: #FFFFFF;
    transition: all 0.3s ease-in-out;
    z-index: 0;
    position: relative;
  }
  .contacts__policy + label::after {
    content: "";
    position: absolute;
    width: 0.3rem;
    height: 0.6rem;
    border-bottom: 0.071rem solid #FFF;
    border-right: 0.071rem solid #FFF;
    left: 0.2rem;
    transform: rotate(45deg);
    opacity: 0;
    z-index: 1;
  }
  .contacts__policy:checked + label:before {
    background: #D000FB;
  }
  .contacts__policy:checked + label:after {
    opacity: 1;
  }
  .map {
    width: 100%;
    margin-top: 6.5rem;
  }
  .map iframe {
    width: 100%;
    height: 42.85714rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .contacts__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5.21rem;
  }
  .contacts__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.86rem;
  }
  .contacts__logo {
    width: 18.57143rem;
    height: auto;
  }
  .contacts__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .contacts__list {
    margin-left: 2.43rem;
    padding-left: 3.35714rem;
    border-left: 0.213rem solid #F3C54D;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.78571rem;
  }
  .contacts__list-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contacts__list-item svg {
    flex: 1 0 auto;
    width: 1.71429rem;
    height: 1.71429rem;
  }
  .contacts__list-item a:hover {
    text-decoration: underline;
  }
  .contacts__form-container {
    width: 100%;
    border-radius: 0.35714rem;
    background: #242424;
    border-top: 1rem solid #D000FB;
    padding: 4rem 3.14rem;
    display: flex;
    flex-direction: column;
    gap: 5.29rem;
  }
  .contacts__form-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .contacts__form-text span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 143%; /* 2.145rem */
  }
  .contacts__form-text p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.71429rem */
  }
  .contacts__form {
    display: flex;
    flex-direction: column;
    gap: 3.36rem;
    align-items: center;
  }
  .contacts__inputs {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 2.14rem;
  }
  .contacts__form-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.28571rem;
  }
  .contacts__form-input p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 1.5rem */
  }
  .contacts__form-input input {
    width: 100%;
    color: #000;
    font-family: Montserrat;
    font-size: 1.07143rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 1.71429rem */
    border-radius: 0.71429rem;
    border: 0.071rem solid #BAC2CA;
    background: #FFFFFF;
    padding: 1.35714rem 1.14286rem;
    outline: none;
  }
  .contacts__policy {
    display: none;
  }
  .contacts__policy + label {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    position: relative;
  }
  .contacts__policy + label p {
    user-select: none;
    color: #7E868E;
    font-family: Montserrat;
    font-size: 0.78571rem;
    font-style: normal;
    font-weight: 400;
    line-height: 134.09%; /* 1.05357rem */
  }
  .contacts__policy + label p a {
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
  .contacts__policy + label p a:hover {
    filter: brightness(0.5);
  }
  .contacts__policy + label::before {
    content: "";
    width: 0.85714rem;
    height: 0.85714rem;
    background: #FFFFFF;
    transition: all 0.3s ease-in-out;
    z-index: 0;
    position: relative;
  }
  .contacts__policy + label::after {
    content: "";
    position: absolute;
    width: 0.3rem;
    height: 0.6rem;
    border-bottom: 0.071rem solid #FFF;
    border-right: 0.071rem solid #FFF;
    left: 0.2rem;
    transform: rotate(45deg);
    opacity: 0;
    z-index: 1;
  }
  .contacts__policy:checked + label:before {
    background: #D000FB;
  }
  .contacts__policy:checked + label:after {
    opacity: 1;
  }
  .map {
    width: 100%;
    margin-top: 3.14rem;
  }
  .map iframe {
    width: 100%;
    height: 36.64286rem;
  }
}
@media screen and (max-width: 480px) {
  .contacts__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3.36rem;
  }
  .contacts__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.86rem;
  }
  .contacts__logo {
    width: 18.57143rem;
    height: auto;
  }
  .contacts__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .contacts__list {
    width: calc(100% - 1.36rem);
    margin-left: 1.36rem;
    padding-left: 1.36rem;
    border-left: 0.213rem solid #F3C54D;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.78571rem;
  }
  .contacts__list-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contacts__list-item svg {
    flex: 1 0 auto;
    width: 1.71429rem;
    height: 1.71429rem;
  }
  .contacts__list-item a:hover {
    text-decoration: underline;
  }
  .contacts__form-container {
    width: 100%;
    border-radius: 0.35714rem;
    background: #242424;
    border-top: 1rem solid #D000FB;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .contacts__form-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }
  .contacts__form-text span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 143%; /* 2.145rem */
  }
  .contacts__form-text p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.71429rem */
  }
  .contacts__form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .contacts__form .button {
    width: 100%;
  }
  .contacts__inputs {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .contacts__form-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .contacts__form-input p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 1.5rem */
  }
  .contacts__form-input input {
    width: 100%;
    color: #000;
    font-family: Montserrat;
    font-size: 1.07143rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 1.71429rem */
    border-radius: 0.71429rem;
    border: 0.071rem solid #BAC2CA;
    background: #FFFFFF;
    padding: 1.35714rem 1.14286rem;
    outline: none;
  }
  .contacts__policy {
    display: none;
  }
  .contacts__policy + label {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    position: relative;
  }
  .contacts__policy + label p {
    user-select: none;
    color: #7E868E;
    font-family: Montserrat;
    font-size: 0.78571rem;
    font-style: normal;
    font-weight: 400;
    line-height: 134.09%; /* 1.05357rem */
  }
  .contacts__policy + label p a {
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
  .contacts__policy + label p a:hover {
    filter: brightness(0.5);
  }
  .contacts__policy + label::before {
    content: "";
    width: 0.85714rem;
    height: 0.85714rem;
    background: #FFFFFF;
    transition: all 0.3s ease-in-out;
    z-index: 0;
    position: relative;
  }
  .contacts__policy + label::after {
    content: "";
    position: absolute;
    width: 0.3rem;
    height: 0.6rem;
    border-bottom: 0.071rem solid #FFF;
    border-right: 0.071rem solid #FFF;
    left: 0.3rem;
    transform: rotate(45deg);
    opacity: 0;
    z-index: 1;
  }
  .contacts__policy:checked + label:before {
    background: #D000FB;
  }
  .contacts__policy:checked + label:after {
    opacity: 1;
  }
  .map {
    width: 100%;
    margin-top: 3rem;
  }
  .map iframe {
    width: 100%;
    height: 36.64286rem;
  }
}
.page_404 .page__container {
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.page_404 .page__container svg {
  width: 28.04936rem;
  max-width: 100%;
}
.page__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.71rem;
}
.page__container img {
  max-width: 100%;
}
.page__container ul, .page__container ol {
  list-style-type: disc;
  list-style-position: outside;
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.page__container ol {
  list-style-type: decimal;
}/**
 * Swiper 11.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 28, 2024
 */

/* FONT_START */
@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;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.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;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.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;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* 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 {
  pointer-events: auto;
}
.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 {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube slide shadows end */
.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;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Flip slide shadows end */
.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;
}
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

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

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}