:root {
  --color-text: #4c4d5c;
  --color-bg: #f3f2ef;
  --color-border: #e8e6e1;
  --color-accent: #7489f4;
  --color-accent-hover: color-mix(in srgb, var(--color-accent) 92%, white);
  --font-family-base: "Montserrat", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --font-size-base: 1.8rem;
  --line-height-base: 1.2;
  --z-header: 1000;
  --z-modal: 9999;
  --indexSize: calc(1vh + 1vw);
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2");
  font-weight: 1000;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  font-size: 10px;
  scroll-behavior: auto;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: var(--color-text);
  line-height: var(--line-height-base);
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  background-color: var(--color-bg);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.lock {
  overflow: hidden;
  padding-right: 17px;
}

.touch body.lock {
  padding-right: 0;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: fadeIn 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: fadeIn 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}

.container {
  max-width: 152rem;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

[data-fullscreen] {
  min-height: 100vh;
}
.touch [data-fullscreen] {
  min-height: calc(var(--vh, 1vh) * 100);
}

img {
  max-width: 100%;
  height: auto;
}

.svg-hidden {
  display: none;
}

.scroll-area {
  scrollbar-width: thin;
  scrollbar-color: #d6d6d7 transparent;
}
.scroll-area::-webkit-scrollbar {
  width: 7px;
}
.scroll-area::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.scroll-area::-webkit-scrollbar-thumb {
  background-color: #d6d6d7;
  outline: none;
}

::-moz-selection {
  background-color: #213244;
  color: #fff;
}

::selection {
  background-color: #213244;
  color: #fff;
}

::-moz-selection {
  background-color: #213244;
  color: #fff;
}

.h1 {
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
}

.h2 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
}

.h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1;
}

a {
  text-decoration: none;
  color: var(--color-text);
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
a:hover {
  color: var(--color-text);
  text-decoration: none;
}

.link {
  position: relative;
}
.link:hover {
  color: var(--color-accent);
}
.link::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-text);
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.link:hover::after {
  width: 0;
}

.btn {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0;
  text-shadow: none;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-accent);
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0;
  border-radius: 5.8rem;
  border: 1px solid transparent;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  cursor: pointer;
  position: relative;
  color: #fff;
  padding-top: 0.1rem;
}
.btn:hover {
  background: var(--color-accent-hover);
  color: #fff;
}

.btn--stroke {
  border-color: var(--color-accent);
  background: transparent;
  color: var(--color-text);
}
.btn--stroke:hover {
  border-color: transparent;
}

input,
button,
textarea {
  font-family: var(--font-family-base);
  font-size: inherit;
  line-height: inherit;
}

input,
textarea {
  outline: none;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: #d31543;
}
input:required:valid,
textarea:required:valid {
  border-color: #bc9e7b;
}

input,
textarea {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:focus {
  outline: none;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.input,
.textarea {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 1.8rem;
  color: var(--color-text);
  padding: 0 2.3rem;
  width: 100%;
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: 0.4rem;
  text-align: left;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
  color: #616161;
  opacity: 1;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::-moz-placeholder, .textarea::-moz-placeholder {
  color: #616161;
  opacity: 1;
  -moz-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  color: #616161;
  opacity: 1;
  -ms-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::-ms-input-placeholder, .textarea::-ms-input-placeholder {
  color: #616161;
  opacity: 1;
  -ms-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::placeholder,
.textarea::placeholder {
  color: #616161;
  opacity: 1;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input:focus::-webkit-input-placeholder, .textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.input:focus::-moz-placeholder, .textarea:focus::-moz-placeholder {
  opacity: 0;
}
.input:focus:-ms-input-placeholder, .textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.input:focus::-ms-input-placeholder, .textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.input:focus::placeholder,
.textarea:focus::placeholder {
  opacity: 0;
}

.textarea {
  padding: 1.6rem 2.3rem;
  resize: none;
}

.checkbox {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.checkbox__box {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--color-border);
  border-radius: 0.4rem;
  background: var(--color-bg);
  position: relative;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.checkbox__box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.5rem;
  height: 1rem;
  border-right: 2px solid var(--color-bg);
  border-bottom: 2px solid var(--color-bg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.checkbox__label {
  font-size: 1.6rem;
  line-height: 1.3;
}
.checkbox__input:checked ~ .checkbox__box {
  background: var(--color-accent);
  border-color: var(--color-accent);
}
.checkbox__input:checked ~ .checkbox__box::after {
  opacity: 1;
}
.checkbox__input:focus-visible ~ .checkbox__box {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.checkbox:hover .checkbox__box {
  border-color: var(--color-accent);
}

@-webkit-keyframes fadeInDown5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 5), 0);
            transform: translate3d(0, calc(-1% * 5), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 5), 0);
            transform: translate3d(0, calc(-1% * 5), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown5 {
  -webkit-animation-name: fadeInDown5;
          animation-name: fadeInDown5;
}

@-webkit-keyframes fadeInUp5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 5), 0);
            transform: translate3d(0, calc(1% * 5), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 5), 0);
            transform: translate3d(0, calc(1% * 5), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp5 {
  -webkit-animation-name: fadeInUp5;
          animation-name: fadeInUp5;
}

@-webkit-keyframes fadeInDown10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 10), 0);
            transform: translate3d(0, calc(-1% * 10), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 10), 0);
            transform: translate3d(0, calc(-1% * 10), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown10 {
  -webkit-animation-name: fadeInDown10;
          animation-name: fadeInDown10;
}

@-webkit-keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 10), 0);
            transform: translate3d(0, calc(1% * 10), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 10), 0);
            transform: translate3d(0, calc(1% * 10), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp10 {
  -webkit-animation-name: fadeInUp10;
          animation-name: fadeInUp10;
}

@-webkit-keyframes fadeInDown15 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 15), 0);
            transform: translate3d(0, calc(-1% * 15), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown15 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 15), 0);
            transform: translate3d(0, calc(-1% * 15), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown15 {
  -webkit-animation-name: fadeInDown15;
          animation-name: fadeInDown15;
}

@-webkit-keyframes fadeInUp15 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 15), 0);
            transform: translate3d(0, calc(1% * 15), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp15 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 15), 0);
            transform: translate3d(0, calc(1% * 15), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp15 {
  -webkit-animation-name: fadeInUp15;
          animation-name: fadeInUp15;
}

@-webkit-keyframes fadeInDown20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 20), 0);
            transform: translate3d(0, calc(-1% * 20), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 20), 0);
            transform: translate3d(0, calc(-1% * 20), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown20 {
  -webkit-animation-name: fadeInDown20;
          animation-name: fadeInDown20;
}

@-webkit-keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 20), 0);
            transform: translate3d(0, calc(1% * 20), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 20), 0);
            transform: translate3d(0, calc(1% * 20), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp20 {
  -webkit-animation-name: fadeInUp20;
          animation-name: fadeInUp20;
}

@-webkit-keyframes fadeInDown25 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 25), 0);
            transform: translate3d(0, calc(-1% * 25), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown25 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 25), 0);
            transform: translate3d(0, calc(-1% * 25), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown25 {
  -webkit-animation-name: fadeInDown25;
          animation-name: fadeInDown25;
}

@-webkit-keyframes fadeInUp25 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 25), 0);
            transform: translate3d(0, calc(1% * 25), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp25 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 25), 0);
            transform: translate3d(0, calc(1% * 25), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp25 {
  -webkit-animation-name: fadeInUp25;
          animation-name: fadeInUp25;
}

@-webkit-keyframes fadeInDown30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 30), 0);
            transform: translate3d(0, calc(-1% * 30), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 30), 0);
            transform: translate3d(0, calc(-1% * 30), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown30 {
  -webkit-animation-name: fadeInDown30;
          animation-name: fadeInDown30;
}

@-webkit-keyframes fadeInUp30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 30), 0);
            transform: translate3d(0, calc(1% * 30), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 30), 0);
            transform: translate3d(0, calc(1% * 30), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp30 {
  -webkit-animation-name: fadeInUp30;
          animation-name: fadeInUp30;
}

@-webkit-keyframes fadeInDown35 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 35), 0);
            transform: translate3d(0, calc(-1% * 35), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown35 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 35), 0);
            transform: translate3d(0, calc(-1% * 35), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown35 {
  -webkit-animation-name: fadeInDown35;
          animation-name: fadeInDown35;
}

@-webkit-keyframes fadeInUp35 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 35), 0);
            transform: translate3d(0, calc(1% * 35), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp35 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 35), 0);
            transform: translate3d(0, calc(1% * 35), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp35 {
  -webkit-animation-name: fadeInUp35;
          animation-name: fadeInUp35;
}

@-webkit-keyframes fadeInDown40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 40), 0);
            transform: translate3d(0, calc(-1% * 40), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 40), 0);
            transform: translate3d(0, calc(-1% * 40), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown40 {
  -webkit-animation-name: fadeInDown40;
          animation-name: fadeInDown40;
}

@-webkit-keyframes fadeInUp40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 40), 0);
            transform: translate3d(0, calc(1% * 40), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 40), 0);
            transform: translate3d(0, calc(1% * 40), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp40 {
  -webkit-animation-name: fadeInUp40;
          animation-name: fadeInUp40;
}

@-webkit-keyframes fadeInDown45 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 45), 0);
            transform: translate3d(0, calc(-1% * 45), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown45 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 45), 0);
            transform: translate3d(0, calc(-1% * 45), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown45 {
  -webkit-animation-name: fadeInDown45;
          animation-name: fadeInDown45;
}

@-webkit-keyframes fadeInUp45 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 45), 0);
            transform: translate3d(0, calc(1% * 45), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp45 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 45), 0);
            transform: translate3d(0, calc(1% * 45), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp45 {
  -webkit-animation-name: fadeInUp45;
          animation-name: fadeInUp45;
}

@-webkit-keyframes fadeInDown50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 50), 0);
            transform: translate3d(0, calc(-1% * 50), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 50), 0);
            transform: translate3d(0, calc(-1% * 50), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown50 {
  -webkit-animation-name: fadeInDown50;
          animation-name: fadeInDown50;
}

@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 50), 0);
            transform: translate3d(0, calc(1% * 50), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 50), 0);
            transform: translate3d(0, calc(1% * 50), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
          animation-name: fadeInUp50;
}

@-webkit-keyframes fadeInDown55 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 55), 0);
            transform: translate3d(0, calc(-1% * 55), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown55 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 55), 0);
            transform: translate3d(0, calc(-1% * 55), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown55 {
  -webkit-animation-name: fadeInDown55;
          animation-name: fadeInDown55;
}

@-webkit-keyframes fadeInUp55 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 55), 0);
            transform: translate3d(0, calc(1% * 55), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp55 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 55), 0);
            transform: translate3d(0, calc(1% * 55), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp55 {
  -webkit-animation-name: fadeInUp55;
          animation-name: fadeInUp55;
}

@-webkit-keyframes fadeInDown60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 60), 0);
            transform: translate3d(0, calc(-1% * 60), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 60), 0);
            transform: translate3d(0, calc(-1% * 60), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown60 {
  -webkit-animation-name: fadeInDown60;
          animation-name: fadeInDown60;
}

@-webkit-keyframes fadeInUp60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 60), 0);
            transform: translate3d(0, calc(1% * 60), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 60), 0);
            transform: translate3d(0, calc(1% * 60), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp60 {
  -webkit-animation-name: fadeInUp60;
          animation-name: fadeInUp60;
}

@-webkit-keyframes fadeInDown65 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 65), 0);
            transform: translate3d(0, calc(-1% * 65), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown65 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 65), 0);
            transform: translate3d(0, calc(-1% * 65), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown65 {
  -webkit-animation-name: fadeInDown65;
          animation-name: fadeInDown65;
}

@-webkit-keyframes fadeInUp65 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 65), 0);
            transform: translate3d(0, calc(1% * 65), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp65 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 65), 0);
            transform: translate3d(0, calc(1% * 65), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp65 {
  -webkit-animation-name: fadeInUp65;
          animation-name: fadeInUp65;
}

@-webkit-keyframes fadeInDown70 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 70), 0);
            transform: translate3d(0, calc(-1% * 70), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown70 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 70), 0);
            transform: translate3d(0, calc(-1% * 70), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown70 {
  -webkit-animation-name: fadeInDown70;
          animation-name: fadeInDown70;
}

@-webkit-keyframes fadeInUp70 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 70), 0);
            transform: translate3d(0, calc(1% * 70), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp70 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 70), 0);
            transform: translate3d(0, calc(1% * 70), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp70 {
  -webkit-animation-name: fadeInUp70;
          animation-name: fadeInUp70;
}

@-webkit-keyframes fadeInDown75 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 75), 0);
            transform: translate3d(0, calc(-1% * 75), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown75 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 75), 0);
            transform: translate3d(0, calc(-1% * 75), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown75 {
  -webkit-animation-name: fadeInDown75;
          animation-name: fadeInDown75;
}

@-webkit-keyframes fadeInUp75 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 75), 0);
            transform: translate3d(0, calc(1% * 75), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp75 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 75), 0);
            transform: translate3d(0, calc(1% * 75), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp75 {
  -webkit-animation-name: fadeInUp75;
          animation-name: fadeInUp75;
}

@-webkit-keyframes fadeInDown80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 80), 0);
            transform: translate3d(0, calc(-1% * 80), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 80), 0);
            transform: translate3d(0, calc(-1% * 80), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown80 {
  -webkit-animation-name: fadeInDown80;
          animation-name: fadeInDown80;
}

@-webkit-keyframes fadeInUp80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 80), 0);
            transform: translate3d(0, calc(1% * 80), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 80), 0);
            transform: translate3d(0, calc(1% * 80), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp80 {
  -webkit-animation-name: fadeInUp80;
          animation-name: fadeInUp80;
}

@-webkit-keyframes fadeInDown85 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 85), 0);
            transform: translate3d(0, calc(-1% * 85), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown85 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 85), 0);
            transform: translate3d(0, calc(-1% * 85), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown85 {
  -webkit-animation-name: fadeInDown85;
          animation-name: fadeInDown85;
}

@-webkit-keyframes fadeInUp85 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 85), 0);
            transform: translate3d(0, calc(1% * 85), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp85 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 85), 0);
            transform: translate3d(0, calc(1% * 85), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp85 {
  -webkit-animation-name: fadeInUp85;
          animation-name: fadeInUp85;
}

@-webkit-keyframes fadeInDown90 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 90), 0);
            transform: translate3d(0, calc(-1% * 90), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown90 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 90), 0);
            transform: translate3d(0, calc(-1% * 90), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown90 {
  -webkit-animation-name: fadeInDown90;
          animation-name: fadeInDown90;
}

@-webkit-keyframes fadeInUp90 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 90), 0);
            transform: translate3d(0, calc(1% * 90), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp90 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 90), 0);
            transform: translate3d(0, calc(1% * 90), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp90 {
  -webkit-animation-name: fadeInUp90;
          animation-name: fadeInUp90;
}

@-webkit-keyframes fadeInDown95 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 95), 0);
            transform: translate3d(0, calc(-1% * 95), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown95 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 95), 0);
            transform: translate3d(0, calc(-1% * 95), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown95 {
  -webkit-animation-name: fadeInDown95;
          animation-name: fadeInDown95;
}

@-webkit-keyframes fadeInUp95 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 95), 0);
            transform: translate3d(0, calc(1% * 95), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp95 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 95), 0);
            transform: translate3d(0, calc(1% * 95), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp95 {
  -webkit-animation-name: fadeInUp95;
          animation-name: fadeInUp95;
}

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

@keyframes fadeInDown100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 100), 0);
            transform: translate3d(0, calc(-1% * 100), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown100 {
  -webkit-animation-name: fadeInDown100;
          animation-name: fadeInDown100;
}

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

@keyframes fadeInUp100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 100), 0);
            transform: translate3d(0, calc(1% * 100), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp100 {
  -webkit-animation-name: fadeInUp100;
          animation-name: fadeInUp100;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.swiper-wrapper {
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}

.home {
  padding: 2.4rem 0 5rem;
  color: #4c4d5c;
}
.home .container {
  max-width: 192rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.hero-header,
.hero,
.games,
.tickets__inner,
.partners,
.speaker,
.contacts {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.hero-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 5rem;
}

.hero-header__brand {
  display: block;
  width: 19.4rem;
}
.hero-header__brand img {
  display: block;
  width: 100%;
}

.hero-header__burger,
.hero-header__overlay {
  display: none;
}

.hero-header__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2.8rem;
  font-size: 1.9rem;
  font-weight: 500;
  padding-right: 2.5rem;
}
.hero-header__nav a {
  color: #4c4d5c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.hero-header__nav a:hover {
  color: #7489f4;
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 69.6rem;
  margin-bottom: 7.6rem;
  border-radius: 2rem;
  overflow: hidden;
  background: #d9d9d9;
}

.hero__media,
.hero__media img,
.hero__media video {
  width: 100%;
  height: 100%;
}

.hero__media {
  position: absolute;
  inset: 0;
}
.hero__media img,
.hero__media video {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.hero__content {
  position: relative;
  z-index: 1;
  padding: 14.8rem 9rem 14.8rem 10rem;
}
.hero__content h1 {
  margin-bottom: 4.2rem;
  font-size: 5rem;
  line-height: 1.14;
  font-weight: 700;
  color: #fff;
}
.hero__content h1 span {
  display: block;
}
.hero__content p {
  margin-bottom: 5.8rem;
  font-size: 2rem;
  line-height: 1.55;
  color: #DEE0E2;
}
.hero__content p span {
  display: block;
}

.festival-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  min-width: 39rem;
  padding: 3rem 4rem;
  border-radius: 5rem;
  background: #7489f4;
  color: #f3f2ef;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
.festival-button img {
  width: 2.3rem;
  height: 2.3rem;
  flex: 0 0 auto;
}
.festival-button:hover {
  color: #f3f2ef;
  text-decoration: none;
  -webkit-transform: translateY(-0.2rem);
      -ms-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  background: #687df0;
}

.festival-button--small {
  min-width: 34.4rem;
  padding: 2.8rem 7rem;
  justify-content: center;
}

.gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.49fr) repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 28.5rem));
  gap: 1.3rem;
  margin: 0 auto 7.6rem;
  width: 100%;
  max-width: 140.2rem;
}

.gallery__item {
  min-width: 0;
  overflow: hidden;
  border-radius: 2rem;
}
.gallery__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.gallery__item--large {
  grid-row: 1/3;
}

.section-heading {
  margin-bottom: 4rem;
  text-align: center;
}
.section-heading h2 {
  margin-bottom: 1.6rem;
  font-size: 3.8rem;
  line-height: 1.15;
  font-weight: 700;
}
.section-heading p {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.2;
}

.section-heading--compact {
  margin-bottom: 4.2rem;
}
.section-heading--compact h2 {
  margin-bottom: 0.8rem;
}
.section-heading--compact p {
  font-size: 1.8rem;
  font-weight: 500;
}

.section-heading--light h2,
.section-heading--light p {
  color: #f3f2ef;
}

.games {
  margin-bottom: 7.6rem;
}

.games__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border-radius: 2rem;
}

.games-card {
  position: relative;
  min-height: 47.9rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#213244), to(#213244)), url("<path-to-image>") lightgray -29.2px -21px/104.2% 108.768% no-repeat;
  background: linear-gradient(0deg, #213244 0%, #213244 100%), url("<path-to-image>") lightgray -29.2px -21px/104.2% 108.768% no-repeat;
}
.games-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.games-card__content {
  position: absolute;
  right: 3.8rem;
  left: 3.8rem;
  bottom: 5.8rem;
  z-index: 1;
  color: #fff;
}
.games-card__content h3 {
  margin-bottom: 1.2rem;
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: 600;
}
.games-card__content p {
  max-width: 38rem;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.25;
}

.games-card--left .games-card__content {
  text-align: right;
  left: auto;
  right: 4.2rem;
}
.games-card--left .games-card__content p {
  margin-left: auto;
}

.program {
  margin-bottom: 7.6rem;
}

.program__inner {
  max-width: 140rem;
  margin: 0 auto;
  padding: 5rem 3.1rem 4.6rem;
  border-radius: 2.5rem;
  background: rgba(255, 255, 255, 0.6);
}

.program__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 2.7rem;
}

.program-item {
  display: flex;
  gap: 1rem;
  min-height: 19.2rem;
  padding: 4rem 2rem 3rem;
  border-radius: 2rem;
  background: #edebe7 url("../img/day-bg.png") center/cover no-repeat;
}
.program-item img {
  width: 2.2rem;
  height: 2.2rem;
  flex: 0 0 auto;
  margin-top: 0.1rem;
}
.program-item p {
  margin: 0;
  font-size: 2rem;
  line-height: 1.38;
}
.program-item strong {
  font-weight: 600;
}

.tickets {
  margin-bottom: 7.6rem;
}

.tickets__inner {
  padding: 4.4rem 2.8rem 7.1rem;
  border-radius: 2.5rem;
  background: #213244;
}

.tickets__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
}

.ticket-card {
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
  min-height: 37.9rem;
  background: #b5dced;
}

.ticket-card__media {
  position: absolute;
  inset: 0;
  height: 100%;
  background: #b5dced;
}
.ticket-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0.8;
}

.ticket-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 37.9rem;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10rem 6rem 5.6rem;
  text-align: center;
}
.ticket-card__body h3 {
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
.ticket-card__body p {
  max-width: 49.3rem;
  margin: 0 auto 5.6rem;
  font-size: 1.81rem;
  line-height: 1.45;
  color: #4c4d5c;
}
.ticket-card__body s {
  font-weight: 400;
  text-decoration-thickness: 0.1rem;
}

.partners {
  margin-bottom: 7.6rem;
  padding: 4.8rem 8.6rem 8.9rem;
  border-radius: 2.5rem;
  background: rgba(255, 255, 255, 0.6);
}

.partners__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.9rem;
}

.partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 25.7rem;
  padding: 2rem;
  border-radius: 2.5rem;
  background: #fff;
}
.partner-card img {
  width: 19.2rem;
  max-width: 100%;
  height: 19.2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.partners__grid .partner-card:nth-child(2) img {
  height: 17.9rem;
}

.partner-card--accent {
  background: #99b18f;
}

.partner-card--logo {
  background: #f04e30;
}
.partner-card--logo img {
  width: 11.75rem;
  height: 10.133rem;
}

.speaker {
  position: relative;
  padding: 12.4rem 16.5rem 19.8rem;
  margin-bottom: 7.6rem;
  border: 0.1rem solid #e8e6e1;
  border-radius: 2.5rem;
  background: #213244;
}

.speaker__slider {
  overflow: hidden;
}

.speaker__slide.swiper-slide {
  display: grid;
  grid-template-columns: 18rem minmax(0, 1fr);
  gap: 7rem;
}

.speaker__photo {
  width: 18rem;
  height: 18rem;
  border-radius: 2rem;
  overflow: hidden;
}
.speaker__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.speaker__content {
  max-width: 82rem;
  color: #fff;
}
.speaker__content h2 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
.speaker__content span {
  display: block;
  margin-bottom: 4.2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  opacity: 0.8;
}
.speaker__content p {
  margin: 0;
  font-size: 2rem;
  line-height: 1.55;
}

.speaker__controls {
  position: absolute;
  left: 64.3rem;
  bottom: 5.8rem;
  margin-top: 0;
  display: flex;
  gap: 1.4rem;
}
.speaker__controls button {
  width: 5rem;
  height: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #f3f2ef;
  cursor: pointer;
}
.speaker__controls button img {
  width: 0.7rem;
  height: 1.2rem;
}
.speaker__controls button:last-child {
  background: #7489f4;
}

.contacts {
  display: grid;
  grid-template-columns: 64.3rem minmax(0, 1fr);
  border-radius: 2.5rem;
  overflow: hidden;
  margin-bottom: 3rem;
}

.contacts__info {
  padding: 8rem 8.7rem 7rem;
  background: #edebe7;
  border: 0.1rem solid #e8e6e1;
  border-right: 0;
}
.contacts__info h2 {
  margin-bottom: 4rem;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

.contacts__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 2rem;
  margin-bottom: 5rem;
}
.contacts__list li {
  display: flex;
  gap: 1.4rem;
  align-items: flex-start;
  font-size: 2rem;
  line-height: 1.55;
}
.contacts__list img {
  flex: 0 0 auto;
  margin-top: 0.3rem;
}
.contacts__list li:first-child img {
  width: 1.722rem;
  height: 1.722rem;
}
.contacts__list li:last-child img {
  width: 1.5rem;
  height: 1.95rem;
}
.contacts__list a,
.contacts__list span {
  color: #4c4d5c;
}

.contacts__socials {
  display: flex;
  gap: 3.4rem;
  margin-bottom: 5.2rem;
}
.contacts__socials a {
  display: inline-flex;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.contacts__socials a img {
  width: 3.4rem;
  height: 3.4rem;
}
.contacts__socials a:hover {
  -webkit-transform: translateY(-0.2rem);
      -ms-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}

.contacts__note {
  max-width: 50.5rem;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.45;
  opacity: 0.7;
}
.contacts__note a {
  color: #7489f4;
  text-decoration: underline;
}

.contacts__media {
  position: relative;
  min-height: 62rem;
}
.contacts__media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
@media (max-width: 1430px) {
  .home .container {
    max-width: 152rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .speaker {
    padding: 8rem 6rem;
  }
  .speaker__controls {
    left: 53.8rem;
  }
  .contacts {
    grid-template-columns: 1fr 1.15fr;
  }
}
@media (max-width: 1100px) {
  body.lock {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .home {
    padding-top: 2rem;
  }
  .hero-header,
  .hero-header__nav,
  .program__grid,
  .tickets__grid,
  .partners__grid,
  .contacts {
    display: block;
  }
  .hero-header {
    text-align: center;
  }
  .hero-header__brand {
    margin: 0 auto 2rem;
  }
  .hero-header__nav {
    font-size: 1.7rem;
  }
  .hero-header__nav a {
    display: inline-block;
    margin: 0.4rem 1rem;
  }
  .hero {
    min-height: 58rem;
  }
  .hero__content {
    padding: 8rem 4rem;
  }
  .hero__content h1 {
    font-size: 4rem;
  }
  .hero__content p {
    max-width: 56rem;
  }
  .festival-button {
    min-width: 0;
    width: 100%;
    justify-content: center;
  }
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 24rem);
  }
  .gallery__item--large {
    grid-column: 1/3;
  }
  .games__grid {
    grid-template-columns: 1fr;
  }
  .games__grid .games-card:nth-child(1) {
    order: 2;
  }
  .games__grid .games-card:nth-child(2) {
    order: 1;
  }
  .games__grid .games-card:nth-child(5) {
    order: 6;
  }
  .games__grid .games-card:nth-child(6) {
    order: 5;
  }
  .games-card,
  .program-item,
  .ticket-card,
  .partner-card,
  .speaker,
  .contacts__info,
  .contacts__media {
    margin-bottom: 2rem;
  }
  .program__inner,
  .tickets__inner,
  .partners,
  .speaker {
    padding: 4rem 3rem;
  }
  .ticket-card__body {
    padding: 3rem 2rem;
  }
  .partners__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .speaker__slide.swiper-slide {
    grid-template-columns: 1fr;
    gap: 3rem;
    justify-items: center;
    text-align: center;
  }
  .speaker__photo {
    width: 16rem;
    height: 16rem;
    margin: 0 auto;
  }
  .speaker__content {
    max-width: none;
  }
  .speaker__content h2 {
    font-size: 2.8rem;
  }
  .speaker__content span {
    margin-bottom: 2rem;
    font-size: 1.7rem;
    line-height: 1.35;
  }
  .speaker__content p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .speaker__controls {
    position: static;
    left: auto;
    bottom: auto;
    margin-top: 3rem;
    justify-content: center;
  }
  .contacts {
    overflow: visible;
  }
  .contacts__info {
    border-right: 0.1rem solid #e8e6e1;
  }
  .contacts__media {
    width: 100vw;
    max-width: none;
    height: 48rem;
    min-height: 48rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .touch [data-fullscreen] {
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
  }
  .h1 {
    font-size: 27px;
    line-height: 1.15;
  }
  .h2 {
    font-size: 25px;
    line-height: 1.15;
  }
  .h3 {
    line-height: 1.15;
  }
  .btn {
    font-size: 16px;
    height: 50px;
    line-height: 1;
    padding: 0;
  }
  .input,
  .textarea {
    font-size: 15px;
    padding: 0 13px;
    text-align: left;
  }
  .textarea {
    padding: 13px;
  }
  .home .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .hero-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    margin-bottom: 3rem;
    text-align: left;
  }
  .hero-header__brand {
    position: relative;
    z-index: 2;
    width: 14rem;
    margin: 0;
  }
  .hero-header__burger {
    position: relative;
    z-index: 1002;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    width: 4.4rem;
    height: 4.4rem;
    padding: 1rem;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .hero-header__burger span {
    display: block;
    width: 100%;
    height: 0.2rem;
    border-radius: 0.2rem;
    background: #4c4d5c;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  .hero-header.is-menu-open .hero-header__burger span:nth-child(1) {
    -webkit-transform: translateY(0.7rem) rotate(45deg);
        -ms-transform: translateY(0.7rem) rotate(45deg);
            transform: translateY(0.7rem) rotate(45deg);
  }
  .hero-header.is-menu-open .hero-header__burger span:nth-child(2) {
    opacity: 0;
  }
  .hero-header.is-menu-open .hero-header__burger span:nth-child(3) {
    -webkit-transform: translateY(-0.7rem) rotate(-45deg);
        -ms-transform: translateY(-0.7rem) rotate(-45deg);
            transform: translateY(-0.7rem) rotate(-45deg);
  }
  .hero-header__overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: block;
    background: rgba(76, 77, 92, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }
  .hero-header.is-menu-open .hero-header__overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .hero-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 2.4rem;
    width: min(80vw, 32rem);
    height: 100%;
    margin: 0;
    padding: 8rem 3rem 3rem;
    background: #f3f2ef;
    -webkit-box-shadow: -0.8rem 0 3rem rgba(76, 77, 92, 0.12);
            box-shadow: -0.8rem 0 3rem rgba(76, 77, 92, 0.12);
    font-size: 1.8rem;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    overflow-y: auto;
  }
  .hero-header__nav a {
    display: block;
    margin: 0;
  }
  .hero-header.is-menu-open .hero-header__nav {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  body.is-menu-open {
    overflow: hidden;
  }
  .hero {
    margin-bottom: 4rem;
    min-height: 52rem;
  }
  .hero__content {
    padding: 6rem 2rem 3rem;
  }
  .hero__content h1 {
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
    color: #fff;
  }
  .hero__content h1 span {
    display: inline;
  }
  .hero__content p {
    margin-bottom: 3rem;
    font-size: 1.7rem;
    line-height: 1.45;
    color: #fff;
  }
  .hero__content p span {
    display: inline;
  }
  .gallery,
  .games,
  .program,
  .tickets,
  .partners,
  .speaker {
    margin-bottom: 4rem;
  }
  .gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 24rem);
  }
  .gallery__item--large,
  .gallery__item {
    grid-column: auto;
    grid-row: auto;
  }
  .section-heading {
    margin-bottom: 2.4rem;
  }
  .section-heading h2 {
    font-size: 3rem;
  }
  .section-heading p {
    font-size: 1.8rem;
  }
  .games-card {
    min-height: 28rem;
  }
  .games-card__content {
    right: 2rem;
    left: 2rem;
    bottom: 2rem;
  }
  .games-card__content h3 {
    font-size: 2.7rem;
  }
  .games-card__content p {
    font-size: 1.6rem;
  }
  .program-item {
    min-height: 0;
    padding: 2rem 1.6rem;
  }
  .program-item p {
    font-size: 1.7rem;
  }
  .ticket-card__price {
    display: block;
  }
  .partners__grid {
    grid-template-columns: 1fr;
  }
  .partner-card {
    min-height: 18rem;
  }
  .speaker {
    padding: 2.4rem 2rem;
  }
  .speaker__slide.swiper-slide {
    gap: 2rem;
  }
  .speaker__photo {
    width: 13rem;
    height: 13rem;
    border-radius: 1.6rem;
  }
  .speaker__content h2 {
    font-size: 2.4rem;
  }
  .speaker__content span {
    margin-bottom: 1.6rem;
    font-size: 1.5rem;
  }
  .speaker__content p {
    font-size: 1.6rem;
    line-height: 1.45;
  }
  .speaker__controls {
    margin-top: 2.4rem;
    gap: 1rem;
  }
  .speaker__controls button {
    width: 4.4rem;
    height: 4.4rem;
  }
  .contacts__info {
    padding: 3rem 2rem;
  }
  .contacts__info h2 {
    font-size: 2.7rem;
  }
  .contacts__list li {
    font-size: 1.7rem;
  }
  .contacts__socials {
    gap: 2rem;
  }
  .contacts__media {
    height: 40rem;
    min-height: 40rem;
  }
}
@media (max-width: 340px) {
  .h1 {
    font-size: 23px;
  }
  .h2 {
    font-size: 21px;
  }
  .h3 {
    font-size: 18px;
  }
}