@font-face {
    font-family: Impact;
    src: url(../fonts/Impact.eot);
    src: url(../fonts/Impact.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Impact.woff2) format("woff2"),
    url(../fonts/Impact.woff) format("woff"),
    url(../fonts/Impact.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

/*!
   * Bootstrap v4.5.0 (https://getbootstrap.com/)
   * Copyright 2011-2020 The Bootstrap Authors
   * Copyright 2011-2020 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */

:root {
    --blue: #3490dc;
    --indigo: #6574cd;
    --purple: #9561e2;
    --pink: #f66d9b;
    --red: #e3342f;
    --orange: #f6993f;
    --yellow: #ffed4a;
    --green: #38c172;
    --teal: #4dc0b5;
    --cyan: #6cb2eb;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #3490dc;
    --secondary: #6c757d;
    --success: #38c172;
    --info: #6cb2eb;
    --warning: #ffed4a;
    --danger: #e3342f;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 768px;
    --breakpoint-md: 1024px;
    --breakpoint-lg: 1280px;
    --breakpoint-xl: 1460px;
    --font-family-sans-serif: "Nunito", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

footer,
header,
section {
    display: block;
}

body {
    margin: 0;
    font-family: Nunito, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #16161f;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background-color: #fff !important;
}

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

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

p {
    margin-top: 0;
    margin-bottom: 30px;
}

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

ol,
ul {
    margin-top: 0;
}

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

b {
    font-weight: bolder;
}

a {
    color: #3490dc;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #1d68a7;
    text-decoration: underline;
}

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

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

img {
    border-style: none;
}

img,
svg {
    vertical-align: middle;
}

svg {
    overflow: hidden;
}

[role="button"] {
    cursor: pointer;
}

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

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

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

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

[hidden] {
    display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h1,
h1 {
    font-size: 2.25rem;
}

.h2,
h2 {
    font-size: 1.8rem;
}

.h3,
h3 {
    font-size: 1.575rem;
}

.h4,
h4 {
    font-size: 1.35rem;
}

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

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.col-2 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-3 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

.col-4 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-5 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
}

.col-6 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-7 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
}

.col-8 {
    flex: 0 0 100%;
    max-width: 100%;
}

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

    .col-sm-1 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .col-sm-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-3 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    .col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-5 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    .col-sm-6 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-7 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    .col-sm-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1024px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .col-md-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-3 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-5 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    .col-md-6 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-7 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

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

    .col-lg-1 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .col-lg-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-3 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-5 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    .col-lg-6 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-7 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    .col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 768px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1024px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1280px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.7875rem;
    color: #6c757d;
    white-space: nowrap;
}

.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
    margin-right: 1rem;
    font-size: 1.125rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3490dc;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #1d68a7;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

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

.media-body {
    flex: 1;
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

@media (min-width: 768px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }
}

@media (min-width: 1024px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 1280px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }
}

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

.column {
    flex-direction: column;
}

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

@media (min-width: 768px) {
    .justify-content-sm-center {
        justify-content: center !important;
    }
}

@media (min-width: 1024px) {
    .justify-content-md-center {
        justify-content: center !important;
    }
}

@media (min-width: 1280px) {
    .justify-content-lg-center {
        justify-content: center !important;
    }
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

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

.m-2 {
    margin: 0.5rem !important;
}

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

.m-3 {
    margin: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.px-1 {
    padding-right: 0.25rem !important;
}

.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
}

.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
}

.px-5 {
    padding-left: 3rem !important;
}

@media (min-width: 768px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

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

    .m-sm-2 {
        margin: 0.5rem !important;
    }

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

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
    }

    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .px-sm-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 1024px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

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

    .m-md-2 {
        margin: 0.5rem !important;
    }

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

    .m-md-3 {
        margin: 1rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
    }

    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
    }

    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
    }

    .px-md-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 1280px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

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

    .m-lg-2 {
        margin: 0.5rem !important;
    }

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

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
    }

    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .px-lg-5 {
        padding-left: 3rem !important;
    }
}

.text-justify {
    text-align: justify !important;
}

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

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

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

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 1024px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 1280px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

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

.text-white {
    color: #fff !important;
}

.text-body {
    color: #212529 !important;
}

.text-white-50 {
    color: hsla(0, 0%, 100%, 0.5) !important;
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 1280px !important;
    }

    .navbar {
        display: none;
    }
}

body {
    background: #16161f;
    font-size: 20px;
}

#app {
    width: 100%;
    background-color: #16161d;
    z-index: 2;
}

#app.radial-gradient {
    background: #141533;
    background: radial-gradient(at center, #141533, #141533);
}

#app * {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.about--av-section-1__big-logo {
    opacity: 0;
}

@media (min-width: 1460px) {
    .about--av-section-1__big-logo {
        width: 91.9791666667%;
        height: 80.3703703704%;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .about--av-section-1__big-logo {
        width: 93.9583333333%;
        height: 73.8888888889%;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .about--av-section-1__big-logo {
        width: 91.9921875%;
        height: 72.34375%;
    }
}

@media (min-width: 1280px) {
    .about--av-section-3 .col {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .about--av-section-3 .col {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1280px) {
    .about--av-section-3 .row {
        margin-right: -30px;
        margin-left: -30px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .about--av-section-3 .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@keyframes glitch-loop-1 {
    0% {
        clip: rect(36px, 9999px, 9px, 0);
    }
    25% {
        clip: rect(25px, 9999px, 99px, 0);
    }
    50% {
        clip: rect(50px, 9999px, 102px, 0);
    }
    75% {
        clip: rect(30px, 9999px, 92px, 0);
    }
    to {
        clip: rect(91px, 9999px, 98px, 0);
    }
}

@keyframes glitch-loop-2 {
    0% {
        top: -1px;
        left: 1px;
        clip: rect(65px, 9999px, 119px, 0);
    }
    25% {
        top: -6px;
        left: 4px;
        clip: rect(79px, 9999px, 19px, 0);
    }
    50% {
        top: -3px;
        left: 2px;
        clip: rect(68px, 9999px, 11px, 0);
    }
    75% {
        top: 0;
        left: -4px;
        clip: rect(95px, 9999px, 53px, 0);
    }
    to {
        top: -1px;
        left: -1px;
        clip: rect(31px, 9999px, 149px, 0);
    }
}

@media (min-width: 1460px) {
    .section--faq-content {
        padding-top: 160px;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .section--faq-content {
        padding-top: 100px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .section--faq-content {
        padding-top: 80px;
    }
}

@media (max-width: 767.98px) {
    .section--faq-content {
        padding-top: 40px;
    }
}

.av-footer {
    position: fixed;
    z-index: 3;
    display: flex;
    align-items: center;
    width: 100%;
    opacity: 0;
}

@media (min-width: 1460px) {
    .av-footer {
        padding: 0 80px;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-footer {
        padding: 0 40px;
    }
}

@media (min-width: 1280px) {
    .av-footer {
        bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-footer {
        padding: 0 30px;
        bottom: 35px;
    }
}

@media (max-width: 767.98px) {
    .av-footer {
        padding: 0 20px;
        bottom: 20px;
        flex-wrap: wrap;
    }
}

.av-footer__cert,
.av-footer__social {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.av-footer__social {
    margin: 0 -16px;
}

.av-footer__social li {
    position: relative;
}

.av-footer__social li,
.av-footer__social li a {
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
}

.av-footer__social li a {
    color: hsla(0, 0%, 100%, 0.5);
    transition: color 0.5s;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
}

.av-footer__social li a img {
    opacity: 0.5;
    transition: opacity 0.5s;
}

.av-footer__social li a:hover {
    text-decoration: none;
    color: #fff;
}

.av-footer__social li a:hover img {
    opacity: 1;
}

.av-footer__social li:last-child:after {
    display: none;
}

.av-footer__social li:after {
    position: absolute;
    content: " ";
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 2px;
    border-radius: 50%;
    right: 0;
    background-color: #c4c4c4;
}

.av-footer__mouse {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

@media (max-width: 767.98px) {
    .av-footer__mouse {
        display: none;
    }
}

.av-footer__cert {
    margin-left: auto;
    list-style: none;
    margin-bottom: 0;
}

@media (min-width: 1280px) {
    .av-footer__cert li {
        margin-left: 24px;
    }
}

@media (max-width: 1279.98px) {
    .av-footer__cert li {
        margin-left: 15px;
    }
}

.av-footer__cert li:first-child {
    margin-left: 0 !important;
}

.av-footer__cert li a {
    display: block;
    line-height: 1;
}

@media (max-width: 1279.98px) {
    .av-footer__cert li img {
        height: 25px;
        width: auto;
    }
}

.av-footer__popup {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background-color: #16161d;
    transform: translateY(100%);
    opacity: 0;
}

@media (min-width: 1280px) {
    .av-footer__popup {
        padding: 29px 80px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-footer__popup {
        padding: 25px;
    }
}

@media (max-width: 767.98px) {
    .av-footer__popup {
        padding: 78px 20px;
    }
}

.av-footer__popup-block {
    margin-bottom: 30px;
    align-items: center;
}

@media (min-width: 768px) {
    .av-footer__popup-block {
        display: flex;
    }
}

.av-footer__popup-block:last-child {
    margin-bottom: 0;
}

.av-footer__popup-left {
    margin-right: auto;
}

.av-footer__popup ul.av-footer__popup-left {
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .av-footer__popup ul.av-footer__popup-left {
        display: flex;
        max-width: 583px;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
}

@media (max-width: 767.98px) {
    .av-footer__popup ul.av-footer__popup-left {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .av-footer__popup ul.av-footer__popup-left li {
        padding: 0 10px;
    }
}

.av-footer__popup ul.av-footer__popup-left li a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
}

@media (min-width: 768px) {
    .av-footer__popup ul.av-footer__popup-left li a {
        line-height: 180%;
    }
}

@media (max-width: 767.98px) {
    .av-footer__popup ul.av-footer__popup-left li a {
        line-height: 250%;
    }
}

.av-footer__popup-right {
    display: flex;
    margin-left: auto;
}

@media (max-width: 767.98px) {
    .av-footer__popup-right {
        flex-wrap: wrap;
    }
}

.av-footer__popup-copyright {
    font-family: Helvetica, Arial, sans-serif;
}

.av-footer__popup-copyright > p {
    color: hsla(0, 0%, 100%, 0.6);
    font-size: 12px;
}

.av-footer__popup-copyright > p > span {
    color: white;
}

.av-footer__popup-app {
    display: block;
    /* margin-left: 8px; */
}

/* .av-footer__popup-app:first-child {
    margin-left: 0 !important;
  } */

.av-footer__popup-app > img {
    /*max-width: 155px;*/
}

.av-footer__popup-cert {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

@media (min-width: 769px) {
    .row-icon {
        position: absolute;
        left: calc((100% - 500px) / 2);
        width: 500px;
    }
}

@media (max-width: 767.98px) {
    .av-footer__popup-cert {
        margin-left: auto;
    }
}

@media (min-width: 1280px) {
    .av-footer__popup-cert li {
        margin-left: 24px;
    }
}

@media (max-width: 1279.98px) {
    .av-footer__popup-cert li {
        margin-left: 15px;
    }
}

.av-footer__popup-cert li:first-child {
    margin-left: 0 !important;
}

.av-footer__popup-cert li a {
    display: block;
}

.av-footer__popup-cert li a img {
    display: block;
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .av-footer .av-footer__popup-block-bottom {
        display: flex;
        align-items: flex-end !important;
    }

    .av-footer .av-footer__popup-block-bottom .av-footer__popup-left {
        flex: 0 0 62%;
        max-width: 100%;
    }
}

@media (min-width: 1280px) {
    .footer--image {
        height: 41px;
        width: auto;
    }
}

@media (max-width: 1279.98px) {
    .footer--image {
        height: 27px;
        width: auto;
    }
}

.av-section-1__big-logo {
    text-align: center;
    opacity: 0;
}

@media (min-width: 1460px) {
    .av-section-1__big-logo {
        height: calc(100% - 46px);
        width: 100%;
        margin-bottom: 40px;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-section-1__big-logo {
        height: calc(100% - 71px);
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-section-1__big-logo {
        height: calc(100% - 67px);
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .av-section-1__big-logo {
        width: 100%;
        height: 10.4679802956%;
    }
}

.av-section-1__big-logo img {
    max-width: 100%;
    max-height: 100%;
}

.av-section-1__market {
    display: flex;
}

.av-section-1__market-link {
    flex: 1;
}

.av-section-1__market-link:first-child {
    margin-left: 0;
    text-align: right;
}

@media (min-width: 1280px) {
    .av-section-1__market-link:first-child {
        margin-right: 8px;
    }
}

@media (max-width: 1279.98px) {
    .av-section-1__market-link:first-child {
        margin-right: 6px;
    }
}

.av-section-1__market-link:last-child {
    margin-right: 0;
    text-align: left;
}

.av-section-1__market-icon {
    max-width: 100%;
    max-height: 100%;
}

.av-section-1__big-image {
    opacity: 0;
}

@media (min-width: 1460px) {
    .av-section-1__big-image {
        height: 65.8333333333%;
        top: 20%;
        width: 36.1458333333%;
        right: 2.5%;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-section-1__big-image {
        height: 50.1111111111%;
        top: 29.2222222222%;
        width: 30.5555555556%;
        right: 2.7777777778%;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-section-1__big-image {
        height: 56.25%;
        top: 21.875%;
        width: 34.375%;
        right: 3.125%;
    }
}

@media (min-width: 768px) {
    .av-section-1__big-image {
        position: absolute;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .av-section-1__big-image {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        text-align: center;
        margin-bottom: 3.6945812808%;
        height: 42.118226601%;
    }

    .av-section-1__big-image img {
        margin-left: 5%;
    }
}

.av-section-1__big-image img {
    max-width: 100%;
    max-height: 100%;
}

.av-section-2__content {
    opacity: 1;
}

@media (min-width: 1460px) {
    .av-section-2__content {
        right: 14.5833333333%;
        max-width: 475px;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-section-2__content {
        right: 11.1111111111%;
        max-width: 400px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-section-2__content {
        right: 9.375%;
        max-width: 352px;
    }
}

@media (max-width: 767.98px) {
    .av-section-2__content {
        margin-left: 40px;
        right: 0;
        max-width: 290px;
    }

    .av-section-2__content p {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 768px) {
    .av-section-2__content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

.av-section-2__content-body {
    font-family: Helvetica, Arial, sans-serif;
    max-width: 540px;
    color: #fff;
}

@media (max-width: 767.98px) {
    .av-section-3__content {
        order: 2;
        align-self: flex-start !important;
    }
}

@media (min-width: 1280px) {
    .av-section-3__content-body {
        max-width: 475px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-section-3__content-body {
        max-width: 379px;
    }
}

@media (max-width: 767.98px) {
    .av-section-3__content-body {
        max-width: 294px;
    }
}

@media (min-width: 1460px) {
    .av-section-3__content {
        left: 16.6666666667%;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-section-3__content {
        left: 11.1111111111%;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-section-3__content {
        left: 9.375%;
    }
}

@media (min-width: 768px) {
    .av-section-3__content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 767.98px) {
    .av-section-3__content {
        margin-left: 40px;
    }
}

.av-section-3__content-body p {
    margin-bottom: 0;
}

@media (min-width: 1460px) {
    .av-section-4-after {
        padding-right: 10.5263157895vw;
        padding-left: 10.5263157895vw;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-section-4-after {
        padding-right: 8.3333333333vw;
        padding-left: 8.3333333333vw;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-section-4-after {
        padding-right: 8.0078125vw;
        padding-left: 8.0078125vw;
    }
}

@media (max-width: 767.98px) {
    .av-section-4-after {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (min-width: 1460px) {
    .av-section-4-after .row {
        margin-left: -2.1052631579vw;
        margin-right: -2.1052631579vw;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-section-4-after .row {
        margin-left: -2.0833333333vw;
        margin-right: -2.0833333333vw;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-section-4-after .row {
        margin-left: -0.9765625vw !important;
        margin-right: -0.9765625vw !important;
    }
}

@media (max-width: 767.98px) {
    .av-section-4-after .row {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
}

@media (min-width: 1460px) {
    .av-section-4-after .col {
        padding-left: 2.1052631579vw;
        padding-right: 2.1052631579vw;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-section-4-after .col {
        padding-left: 2.0833333333vw !important;
        padding-right: 2.0833333333vw !important;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-section-4-after .col {
        padding-right: 1.953125vw !important;
        padding-left: 1.953125vw !important;
    }
}

@media (max-width: 767.98px) {
    .av-section-4-after .col {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

@media (min-width: 1280px) {
    .av-section-4__content {
        max-width: 480px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-section-4__content {
        max-width: 34.1796875vw;
    }
}

.av-section-4__content-image img {
    max-height: 100%;
    max-width: 100%;
}

@media (min-width: 1460px) {
    .av-section-4__content-image {
        max-width: 480px;
        max-height: 450px;
        width: 25.2631578947vw;
        height: 41.6666666667vh;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-section-4__content-image {
        width: 25vw;
        height: 37.5555555556vh;
        max-width: 360px;
        max-height: 338px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-section-4__content-image {
        width: 28.125vw;
        height: 42.1875vh;
        max-width: 288px;
        max-height: 270px;
    }
}

.av-section-4__content-body {
    max-width: 540px;
}

.av-section-4__content-body p {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .av-section-5 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.av-section-5__big-image {
    text-align: center;
    opacity: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

@media (min-width: 1460px) {
    .av-section-5__big-image {
        left: 5.2083333333%;
        width: 43.3854166667%;
        height: 98.7037037037%;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-section-5__big-image {
        left: 4.1666666667%;
        width: 49.3055555556%;
        height: 101%;
    }
}

@media (min-width: 768px) {
    .av-section-5__big-image {
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-section-5__big-image {
        left: 3.90625%;
        width: 41.796875%;
        height: 85.9375%;
    }
}

@media (max-width: 767.98px) {
    .av-section-5__big-image {
        width: 120%;
        margin-left: -10%;
        height: 43.1034482759%;
        text-align: center;
        margin-bottom: 0;
    }
}

.av-section-5__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media (min-width: 1460px) {
    .av-section-5__content {
        left: 56.25%;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-section-5__content {
        left: 55.5555555556%;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-section-5__content {
        left: 46.875%;
    }
}

@media (min-width: 768px) {
    .av-section-5__content {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
    }
}

.av-section-5__content-image {
    margin-bottom: 28px;
}

@media (min-width: 1460px) {
    .av-section-5__content-body {
        max-width: 698px;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-section-5__content-body {
        max-width: 490px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-section-5__content-body {
        max-width: 498px;
    }
}

.av-section-6__big-image {
    text-align: center;
    opacity: 0;
    display: flex;
    align-content: center;
    align-items: center;
}

@media (min-width: 1460px) {
    .av-section-6__big-image {
        width: 70.78125%;
        height: 125.8333333333%;
        right: 5.1041666667%;
        bottom: -7.037037037%;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-section-6__big-image {
        width: 68.0555555556%;
        height: 108.8888888889%;
        right: 1.3888888889%;
        bottom: -3.3333333333%;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-section-6__big-image {
        width: 67.7734375%;
        height: 108.4375%;
        right: 0;
        bottom: -3.125%;
    }
}

@media (min-width: 768px) {
    .av-section-6__big-image {
        position: absolute;
    }
}

@media (max-width: 767.98px) {
    .av-section-6__big-image {
        order: 1;
        text-align: center;
        width: 100%;
        margin-bottom: -30px;
    }
}

.av-section-6__big-image img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 767.98px) {
    .av-section-6__big-image img {
        width: 140%;
        max-width: 140%;
        margin-left: -24%;
    }
}

.av-section-6__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .av-section-6__content {
        order: 2;
    }
}

@media (min-width: 1460px) {
    .av-section-6__content {
        left: 10.4166666667%;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-section-6__content {
        left: 8.3333333333%;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-section-6__content {
        left: 8.3984375%;
    }
}

@media (min-width: 768px) {
    .av-section-6__content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

.av-section-6__content-image {
    margin-bottom: 28px;
}

@media (min-width: 1460px) {
    .av-section-6__content-body {
        max-width: 540px;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-section-6__content-body {
        max-width: 455px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-section-6__content-body {
        max-width: 320px;
    }
}

.av-section-6__content-body p {
    margin-bottom: 0;
}

.av-section-7 {
    width: 100%;
}

@media (min-width: 768px) {
    .av-section-7 {
        overflow: hidden;
    }
}

@media (max-width: 320px) {
    .av-footer__popup {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 10;
        background-color: #16161d;
        transform: translateY(100%);
        opacity: 0;
        height: 80%;
    }
}

.av-section-8 {
    position: relative;
    height: 100vh;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .av-section-8 {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.av-section-8__big-image {
    text-align: center;
    opacity: 0;
}

@media (min-width: 1460px) {
    .av-section-8__big-image {
        width: 57.6041666667%;
        height: 85.462962963%;
        top: 5%;
        right: 0;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-section-8__big-image {
        width: 58.3333333333%;
        height: 77.8888888889%;
        top: 10%;
        right: 1.4583333333%;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-section-8__big-image {
        width: 64.74609375%;
        height: 86.40625%;
        top: 25%;
        right: -11.71875%;
    }
}

@media (max-width: 767.98px) {
    .av-section-8__big-image {
        width: 70%;
        order: 1;
        text-align: center;
        margin-bottom: -70px;
        margin-left: 70px;
    }
}

@media (min-width: 768px) {
    .av-section-8__big-image {
        position: absolute;
    }
}

@media (min-width: 768px) {
    .av-section-8__big-image img {
        max-width: 100%;
        max-height: 100%;
    }
}

@media (max-width: 767.98px) {
    .av-section-8__big-image img {
        width: 160%;
        margin-left: -8%;
        max-height: 100%;
    }
}

.av-section-8__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media (min-width: 1460px) {
    .av-section-8__content {
        left: 16.6666666667%;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-section-8__content {
        left: 11.1111111111%;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-section-8__content {
        left: 9.375%;
    }
}

@media (min-width: 768px) {
    .av-section-8__content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 767.98px) {
    .av-section-8__content {
        order: 2;
    }
}

.av-section-8__content-image {
    margin-bottom: 28px;
}

@media (min-width: 1460px) {
    .av-section-8__content-body {
        max-width: 726px;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-section-8__content-body {
        max-width: 585px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-section-8__content-body {
        max-width: 514px;
    }
}

@media (min-width: 1280px) {
    .av-section-8__content-body {
        margin-bottom: 40px;
    }
}

@media (max-width: 1279.98px) {
    .av-section-8__content-body {
        margin-bottom: 30px;
    }
}

.av-section-8__content-body p {
    margin-bottom: 0;
}

.av-section-8 .av-section-8__market {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
}

.av-section-8 .av-section-8__market a {
    text-align: left !important;
    flex: 0 0 auto !important;
}

@media (max-width: 767.98px) {
    .media-guidelines--page .col-sm {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .media-guidelines--page .col-sm.col-download {
        margin-bottom: 30px;
    }
}

@media (min-width: 1460px) {
    .section--media-guidelines-content {
        padding-top: 140px;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .section--media-guidelines-content {
        padding-top: 100px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .section--media-guidelines-content {
        padding-top: 80px;
    }
}

@media (max-width: 767.98px) {
    .section--media-guidelines-content {
        padding-top: 40px;
    }
}

#menu--mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: #16161d;
    text-align: center;
    pointer-events: none;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    overflow: hidden;
}

#menu--mobile ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

@media (min-width: 768px) {
    #menu--mobile ul li {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    #menu--mobile ul li {
        margin-bottom: 3.6945812808%;
    }
}

#menu--mobile a {
    font-family: Impact;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #8a8a8e;
    transition: color 0.4s ease-out;
    text-decoration: none !important;
}

#menu--mobile a:active,
#menu--mobile a:hover {
    color: #fed201;
}

#menu--mobile a.active {
    color: #fed201;
}

.av-mouse-cursor {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 40px;
    height: 40px;
    display: none;
    pointer-events: none;
}

@media (hover: none) {
    .av-mouse-cursor {
        display: none !important;
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(2);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.av-navbar-v2 {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 3;
    font-family: Impact, Arial, sans-serif;
    opacity: 0;
    display: flex;
    align-items: center;
}

@media (min-width: 1460px) {
    .av-navbar-v2 {
        padding: 0 80px;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-navbar-v2 {
        padding: 0 40px;
    }
}

@media (min-width: 1280px) {
    .av-navbar-v2 {
        height: 57px;
        top: 35px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-navbar-v2 {
        padding: 0 30px;
        top: 30px;
    }
}

@media (max-width: 767.98px) {
    .av-navbar-v2 {
        padding: 0 20px;
        top: 25px;
    }
}

.av-navbar-v2__brand {
    color: #fff;
    margin-right: auto;
}

@media (min-width: 1460px) {
    .av-navbar-v2__brand {
        font-size: 20px;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-navbar-v2__brand {
        font-size: 18px;
    }
}

@media (max-width: 1279.98px) {
    .av-navbar-v2__brand {
        font-size: 12px;
        max-width: 110px;
    }
}

.av-navbar-v2__brand > span {
    color: hsla(0, 0%, 100%, 0.5);
}

.av-navbar-v2__logo {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-navbar-v2__logo img {
        width: 62px;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .av-navbar-v2__logo img {
        width: 69px;
        height: auto;
    }
}

.av-navbar-v2__menu {
    padding: 0;
    margin-bottom: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    list-style: none;
    margin-right: -14px;
    align-self: baseline;
}

@media (max-width: 767.98px) {
    .av-navbar-v2__menu {
        flex-direction: column;
        align-items: flex-end;
        margin-right: 0;
    }
}

.av-navbar-v2__menu li {
    padding: 0 20px;
    position: relative;
}

@media (max-width: 767.98px) {
    .av-navbar-v2__menu li {
        padding: 0;
        font-size: 12px;
    }
}

.av-navbar-v2__menu li .language-icon {
    width: 30px;
    margin-right: 15px;
}

.av-navbar-v2__menu li a {
    position: relative;
    padding: 3px 0;
    color: #9d88ab;
    transition: color 0.125s linear;
    text-transform: uppercase;
}

@media (min-width: 1460px) {
    .av-navbar-v2__menu li a {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width: 1459.98px) {
    .av-navbar-v2__menu li a {
        font-size: 18px;
        line-height: 18px;
    }
}

@media (max-width: 1023.98px) {
    .av-navbar-v2__menu li a {
        font-size: 12px;
        line-height: 12px;
        padding: 0;
    }

    .av-navbar-v2__menu li a .language-icon {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }
}

.av-navbar-v2__menu li a.active {
    color: #fed201;
}

.av-navbar-v2__menu li a.active:after {
    transform: scaleX(1);
    transform-origin: 0 0;
}

.av-navbar-v2__menu li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fed201;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 100% 0;
    transition: transform 0.25s ease-out;
}

.av-navbar-v2__menu li a:hover {
    text-decoration: none;
    color: #fed201;
}

.av-navbar-v2__menu li a:hover:after {
    transform: scaleX(1);
    transform-origin: 0 0;
}

.av-navbar-v2__menu__dropdown-languages {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.av-navbar-v2__menu__dropdown-languages:hover:after {
    display: none;
}

.av-navbar-v2__menu__dropdown-languages__child {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    width: 100%;
    background-color: #000;
    padding: 20px;
    display: none;
}

@media (max-width: 1459.98px) {
    .av-navbar-v2__menu__dropdown-languages__child {
        padding: 15px;
    }
}

@media (max-width: 767.98px) {
    .av-navbar-v2__menu__dropdown-languages__child {
        top: calc(100% + 5px);
        width: 150%;
        left: auto;
        right: 0;
        padding: 12px 10px;
    }
}

.av-navbar-v2__menu__dropdown-languages__child.active {
    display: block;
}

.av-navbar-v2__menu__dropdown-languages__child > a {
    display: flex;
    align-items: center;
    color: hsla(0, 0%, 100%, 0.5) !important;
    margin-bottom: 10px;
}

.av-navbar-v2__menu__dropdown-languages__child > a:hover {
    color: #fff !important;
}

.av-navbar-v2__menu__dropdown-languages__child > a:last-child {
    margin-bottom: 0;
}

.av-navbar {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 3;
    font-family: Impact, Arial, sans-serif;
    opacity: 0;
    display: flex;
    align-items: center;
}

@media (min-width: 1460px) {
    .av-navbar {
        padding: 0 80px;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-navbar {
        padding: 0 40px;
    }
}

@media (min-width: 1280px) {
    .av-navbar {
        height: 57px;
        top: 35px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-navbar {
        padding: 0 30px;
        top: 30px;
    }
}

@media (max-width: 767.98px) {
    .av-navbar {
        padding: 0 20px;
        top: 25px;
    }
}

.av-navbar__brand {
    color: #fff;
    margin-right: auto;
}

@media (min-width: 1460px) {
    .av-navbar__brand {
        font-size: 20px;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-navbar__brand {
        font-size: 18px;
    }
}

@media (max-width: 1279.98px) {
    .av-navbar__brand {
        font-size: 12px;
        max-width: 110px;
    }
}

.av-navbar__brand > span {
    color: hsla(0, 0%, 100%, 0.5);
}

.av-navbar__logo {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.av-navbar__logo img {
    width: 220px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-navbar__logo img {
        width: 124px;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .av-navbar__logo img {
        width: 138px;
        height: auto;
    }
}

.av-navbar__menu {
    padding: 0;
    margin-bottom: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    list-style: none;
    margin-right: -14px;
}

@media (max-width: 1279.98px) {
    .av-navbar__menu {
        display: none;
    }
}

.av-navbar__menu li {
    position: relative;
    padding: 0 15px;
}

.av-navbar__menu li .language-icon {
    width: 30px;
    margin-right: 15px;
}

.av-navbar__menu li a {
    position: relative;
    padding: 3px 0;
    color: #9d88ab;
    transition: color 0.125s linear;
    text-transform: uppercase;
}

@media (min-width: 1460px) {
    .av-navbar__menu li a {
        font-size: 20px;
        /*line-height: 20px*/
    }
}

@media (max-width: 1459.98px) {
    .av-navbar__menu li a {
        font-size: 18px;
        /*line-height: 18px*/
    }
}

.av-navbar__menu li a.active {
    color: #fed201;
}

.av-navbar__menu li a.active:after {
    transform: scaleX(1);
    transform-origin: 0 0;
}

.av-navbar__menu li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fed201;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 100% 0;
    transition: transform 0.25s ease-out;
}

.av-navbar__menu li a:hover {
    text-decoration: none;
    color: #fed201;
}

.av-navbar__menu li a:hover:after {
    transform: scaleX(1);
    transform-origin: 0 0;
}

.av-navbar__menu__dropdown-languages {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.av-navbar__menu__dropdown-languages:hover:after {
    display: none;
}

.av-navbar__menu__dropdown-languages__child {
    position: absolute;
    top: 30px;
    left: 0;
    width: calc(100% + 10px);
    background-color: #000;
    padding: 10px;
    display: none;
    transition: max-height 0.25s ease-out;
}

#menu:hover .av-navbar__menu__dropdown-languages__child {
    display: block;
    transition: max-height 0.25s ease-in;
}

@media (max-width: 1459.98px) {
    .av-navbar__menu__dropdown-languages__child {
        padding: 15px;
    }
}

@media (max-width: 767.98px) {
    .av-navbar__menu__dropdown-languages__child {
        /*top: calc(100% + 5px);*/
        top: 20px;
        width: 150%;
        left: auto;
        right: 0;
        padding: 12px 10px;
    }
}

.av-navbar__menu__dropdown-languages__child.active {
    display: block;
}

.av-navbar__menu__dropdown-languages__child > a {
    display: flex;
    align-items: center;
    color: hsla(0, 0%, 100%, 0.5) !important;
    margin-bottom: 10px;
}

.av-navbar__menu__dropdown-languages__child > a:hover {
    color: #fff !important;
}

.av-navbar__menu__dropdown-languages__child > a:last-child {
    margin-bottom: 0;
}

.av-navbar__language-switcher {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    width: 5.5em;
}

.av-navbar__language-switcher .language-icon {
    width: 30px;
    margin-right: 15px;
}

@media (min-width: 1280px) {
    .av-navbar__language-switcher {
        display: none;
    }
}

.av-navbar__language-switcher__dropdown-languages {
    display: flex;
    align-items: center;
    color: #9d88ab !important;
}

.av-navbar__language-switcher__dropdown-languages:hover:after {
    display: none;
}

.av-navbar__language-switcher__dropdown-languages__child {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    width: calc(100% + 10px);
    background-color: #000;
    padding: 10px;
    display: none;
}

/*.av-navbar__language-switcher:hover .av-navbar__language-switcher__dropdown-languages__child {*/
/*    display: block;*/
/*    transition: max-height 0.25s ease-in;*/
/*}*/

@media (max-width: 1459.98px) {
    .av-navbar__language-switcher__dropdown-languages__child {
        padding: 15px;
    }
}

@media (max-width: 1279.98px) {
    .av-navbar__language-switcher__dropdown-languages__child {
        /*top: calc(100% + 5px);*/
        top: 30px;
        width: 100%;
        left: auto;
        right: 0;
        padding: 12px 10px;
    }
}

.av-navbar__language-switcher__dropdown-languages__child.active {
    display: block;
}

.av-navbar__language-switcher__dropdown-languages__child > a {
    display: flex;
    align-items: center;
    color: hsla(0, 0%, 100%, 0.5) !important;
    margin-bottom: 10px;
}

.av-navbar__language-switcher__dropdown-languages__child > a:hover {
    color: #fff !important;
}

.av-navbar__language-switcher__dropdown-languages__child > a:last-child {
    margin-bottom: 0;
}

.av-page-indicator {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    list-style: none;
    flex-direction: column;
    z-index: 2;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

@media (min-width: 1460px) {
    .av-page-indicator {
        left: 95px;
    }
}

@media (min-width: 1280px) and (max-width: 1459.98px) {
    .av-page-indicator {
        left: 54px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .av-page-indicator {
        left: 42px;
    }
}

@media (max-width: 767.98px) {
    .av-page-indicator {
        left: 14px;
    }
}

.av-page-indicator li {
    width: 12px;
    height: 12px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 12px;
    cursor: pointer;
}

.av-page-indicator li:last-child {
    margin-bottom: 0;
}

.av-page-indicator li a {
    display: block;
    width: 2px;
    height: 2px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: width 0.25s, height 0.25s;
    opacity: 0;
}

.av-page-indicator li a.active {
    width: 12px;
    height: 12px;
}

.icon--mobile-download {
    width: auto;
    height: 68px;
}

/*@media (min-width: 1280px) and (max-width: 1459.98px) {
  .icon--mobile-download {
    width: auto;
    height: 68px;
  }
}*/

/*@media (max-width: 1279.98px) {
  .icon--mobile-download {
    width: auto;
    height: 55px;
  }
}*/

@media (max-width: 767.98px) {
    .section-page {
        width: 375px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1460px) {
    p {
        margin-bottom: 30px;
    }
}

@media (max-width: 1459.98px) {
    p {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1459.98px) {
    .row:not(.no-gutters) > .col,
    .row:not(.no-gutters) > [class*="col-"] {
        padding-right: 8px;
        padding-left: 8px;
    }

    .row:not(.no-gutters) {
        margin-right: -8px;
        margin-left: -8px;
    }
}

@media (max-width: 767.98px) {
    .row:not(.no-gutters) > .col,
    .row:not(.no-gutters) > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

    .row:not(.no-gutters) {
        margin-right: -5px;
        margin-left: -5px;
    }
}

footer,
header {
    position: relative;
    z-index: 6;
}

@media (min-width: 1280px) {
    .app--link {
        margin-right: 8px;
    }
}

@media (max-width: 1279.98px) {
    .app--link {
        margin-right: 6px;
    }
}

.app--link:last-child {
    margin-right: 0 !important;
}

.av-navbar__menu .has--handle-cursor {
    color: #88ab9d;
}

.av-footer__show {
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
}

.av-footer__copyright {
    font-size: 12px;
    color: #88ab9d;
}

.fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
}

.mt-80 {
    margin-top: 80px;
}
