@charset "UTF-8";
/* ===

Theme Name: SLE
Version: 1.1.1
Description: The Template is created for TemplateMonster
Author: Koval Web

=== */
/* === 0. Root === */
:root {
    --font-family: "Source Sans Pro";
    --font-size: 16px;
    --font-weight: 400;
    --font-style: normal;
    --line-height: 1.5;
    --heading-font-family: "Montserrat";
    --heading-font-weight: 700;
    --heading-line-height: 1.3;
    --additional-font-family: "Playfair Display";
    --accent: #DB3700;
    --base: #ffffff;
    --text: #151515;
    --link: #3267B5;
    --border: #474747;
    --placeholder: #6F6F76;
    --error: #E02D00;
    --gutter-x: 2rem;
    --gutter-y: 2rem;
}

/* === Dark === */ /*
:root {
    --accent: #F03C00;
    --link: #507ECE;
    --base: #151515;
    --text: #ffffff;
    --border: #B8B8B8;
    --placeholder: #808080;
    --error: #F53100;
}*/
/* === 1. Reset === */
html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

button {
    -webkit-appearance: button;
}

button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

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

table {
    width: 100%;
    border-collapse: collapse;
}

/* === 2. Content === */
/*@include font("Source Sans Pro", normal, 400, "../fonts/source-sans-pro-v14-latin/source-sans-pro-v14-latin-regular.woff2");
@include font("Source Sans Pro", normal, 700, "../fonts/source-sans-pro-v14-latin/source-sans-pro-v14-latin-700.woff2");

@include font("Montserrat", normal, 500, "../fonts/montserrat-v18-latin/montserrat-v18-latin-500.woff2");
@include font("Montserrat", normal, 600, "../fonts/montserrat-v18-latin/montserrat-v18-latin-600.woff2");
@include font("Montserrat", normal, 700, "../fonts/montserrat-v18-latin/montserrat-v18-latin-700.woff2");*/
@font-face {
    font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Playfair Display"), url("../fonts/playfair-display-v22-latin/playfair-display-v22-latin-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Playfair Display"), url("../fonts/playfair-display-v22-latin/playfair-display-v22-latin-italic.woff2") format("woff2");
}

@font-face {
    font-family: "Playfair Display";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Playfair Display"), url("../fonts/playfair-display-v22-latin/playfair-display-v22-latin-900.woff2") format("woff2");
}

* {
    box-sizing: border-box;
}

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

html {
    font-size: var(--font-size);
}

body {
    position: relative;
    font-size: 1rem;
    width: 100%;
    min-width: 320px;
    line-height: var(--line-height);
    font-family: var(--font-family), sans-serif;
    font-weight: var(--font-weight);
    overflow-x: hidden;
    color: var(--text);
    margin: 0;
    padding: 0;
    background-color: var(--base);
}

body.overflow-hidden {
    overflow: hidden;
}

.main {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
}

.main-pt-none .main-body {
    padding-top: 0;
}

.main-body {
    padding-top: 5rem;
    overflow-x: hidden;
}

header ul, header ol, footer ul, footer ol, aside ul, aside ol, nav ul, nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

table {
    border-bottom: 1px solid var(--border);
}

table.table-border {
    border: 1px solid var(--border);
}

table.table-border td {
    border-right: 1px solid var(--border);
}

table.table-secondary tr:nth-child(even)::after, table.table-bordered tr:nth-child(even)::after {
    opacity: 0;
}

table.table-secondary tbody tr {
    border-bottom: 1px solid var(--border);
}

table.table-secondary tbody tr:first-child {
    border-top: 1px solid var(--border);
}

table.table-secondary tbody tr:hover::after {
    opacity: 0.05;
}

table.table-bordered td {
    border: 1px solid var(--border);
}

table.table-bordered thead tr th {
    color: var(--text);
    border: 1px solid var(--border);
}

table td, table th {
    padding: 1rem;
}

table tr {
    position: relative;
    text-align: left;
}

table tr::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--text);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: all 0.2s;
}

table tr:nth-child(even)::after {
    opacity: 0.05;
}

table thead tr {
    border-bottom: 1px solid var(--border);
}

table thead tr th {
    font-weight: bold;
}

table tfoot {
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .table-responsive {
        position: relative;
        width: 100%;
        overflow-y: auto;
    }

    .table-responsive table {
        width: 650px;
    }

    .table-responsive-outer {
        position: relative;
    }

    .table-container::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 0.875rem;
        height: 0.875rem;
    }

    .table-container::-webkit-scrollbar-thumb {
        border: 3px solid #fff;
        background-color: rgba(0, 0, 0, 0.3);
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font-family), sans-serif;
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-line-height);
    padding: 0;
    margin: 0 0 2rem 0;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.125rem;
}

p {
    margin: 0 0 2rem 0;
}

mark {
    padding: 0.2em;
    background-color: var(--accent);
    color: var(--base);
}

small {
    font-size: 0.85rem;
}

blockquote {
    padding: 0;
    margin: 2rem 1.5rem;
    font-style: italic;
    font-size: 1.25rem;
    font-family: var(--additional-font-family), serif;
}

blockquote p {
    margin-bottom: 0 !important;
}

blockquote footer {
    font-size: 1.125rem;
    padding-top: 0.75em;
}

a {
    color: var(--link);
    text-decoration: underline;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
    color: var(--link);
}

code {
    position: relative;
    font-size: 87.5%;
    word-break: break-word;
    color: var(--accent);
    opacity: 0.75;
}

hr {
    margin: 3.5rem 0;
    border: none;
    border-top: 1px solid var(--border);
}

.article > * {
    margin-bottom: 2rem;
}

.article > *:last-child {
    margin-bottom: 0;
}

.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-top: 2.5rem;
    text-align: left;
}

.article h2:first-child, .article h3:first-child, .article h4:first-child, .article h5:first-child, .article h6:first-child {
    margin-top: 0;
}

.article ul, .article ol {
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
}

.article ul li, .article ol li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.article ul li::before, .article ol li::before {
    position: absolute;
    left: 0;
    top: 0;
}

.article ul li::before {
    content: "•";
}

.article ol {
    counter-reset: item;
}

.article ol li::before {
    content: counter(item) ".";
    counter-increment: item;
}

.article video,
.article img {
    display: block;
    max-width: 100%;
    height: auto;
}

.article img {
    margin-bottom: 2rem;
}

.article blockquote {
    border: none;
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    h5 {
        font-size: 1.25rem;
    }

    h6 {
        font-size: 1.125rem;
    }
}
/* === 3. Layouts === */
.container {
    width: 100%;
    max-width: 1800px;
    padding: 0 1rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--gutter-y) * -1);
    margin-right: calc(var(--gutter-x) * -0.5);
    margin-left: calc(var(--gutter-x) * -0.5);
}

.row > * {
    position: relative;
    flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: var(--gutter-y);
    padding-right: calc(var(--gutter-x) * 0.5);
    padding-left: calc(var(--gutter-x) * 0.5);
}

.row > *.col {
    flex: 1 0 0%;
}

.row > *.col-g {
    padding-left: 1rem;
    padding-right: 0;
}

.row > *.col-gr {
    padding-left: 1rem;
    padding-right: 1rem;
}

.w-100 {
    width: 100%;
}

.col {
    flex: 1 0 0%;
}

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

.col-1 {
    width: 100%;
}

.col-1_2 {
    width: 50%;
}

.col-1_3 {
    width: 33.33333333%;
}

.col-2_3 {
    width: 66.66666667%;
}

.col-1_4 {
    width: 25%;
}

.col-2_4 {
    width: 50%;
}

.col-3_4 {
    width: 75%;
}

.col-1_5 {
    width: 20%;
}

.col-2_5 {
    width: 40%;
}

.col-3_5 {
    width: 60%;
}

.col-4_5 {
    width: 80%;
}

.col-1_6 {
    width: 16.66667%;
}

.col-5_6 {
    width: 83.33333%;
}

.offset-1_2 {
    margin-left: 50%;
}

.offset-1_3 {
    margin-left: 33.33333333%;
}

.offset-2_3 {
    margin-left: 66.66666667%;
}

.offset-1_4 {
    margin-left: 25%;
}

.offset-2_4 {
    margin-left: 50%;
}

.offset-3_4 {
    margin-left: 75%;
}

.offset-1_5 {
    margin-left: 20%;
}

.offset-2_5 {
    margin-left: 40%;
}

.offset-3_5 {
    margin-left: 60%;
}

.offset-4_5 {
    margin-left: 80%;
}

.offset-1_6 {
    margin-left: 16.66667%;
}

.offset-5_6 {
    margin-left: 83.33333%;
}

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

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

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

.align-self-start {
    align-self: start !important;
}

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

.align-self-end {
    align-self: end !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

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

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.b-block {
    display: block;
}

.b-none {
    display: none;
}

.b-none {
    display: none;
}

.b-flex {
    display: flex;
    flex-wrap: wrap;
}

.b-flex-nowrap {
    flex-wrap: nowrap;
}

.b-flex-items {
    margin: 0 0 1rem -1rem;
}

.b-flex-item {
    margin: 0 0 1rem 1rem;
}

@media (min-width: 480px) {
    .col-sm {
        flex: 1 0 0%;
    }

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

    .col-sm-1 {
        width: 100%;
    }

    .col-sm-1_2 {
        width: 50%;
    }

    .col-sm-1_3 {
        width: 33.33333333%;
    }

    .col-sm-2_3 {
        width: 66.66666667%;
    }

    .col-sm-1_4 {
        width: 25%;
    }

    .col-sm-2_4 {
        width: 50%;
    }

    .col-sm-3_4 {
        width: 75%;
    }

    .col-sm-1_5 {
        width: 20%;
    }

    .col-sm-2_5 {
        width: 40%;
    }

    .col-sm-3_5 {
        width: 60%;
    }

    .col-sm-4_5 {
        width: 80%;
    }

    .col-sm-1_6 {
        width: 16.66667%;
    }

    .col-sm-5_6 {
        width: 83.33333%;
    }

    .offset-sm-1_2 {
        margin-left: 50%;
    }

    .offset-sm-1_3 {
        margin-left: 33.33333333%;
    }

    .offset-sm-2_3 {
        margin-left: 66.66666667%;
    }

    .offset-sm-1_4 {
        margin-left: 25%;
    }

    .offset-sm-2_4 {
        margin-left: 50%;
    }

    .offset-sm-3_4 {
        margin-left: 75%;
    }

    .offset-sm-1_5 {
        margin-left: 20%;
    }

    .offset-sm-2_5 {
        margin-left: 40%;
    }

    .offset-sm-3_5 {
        margin-left: 60%;
    }

    .offset-sm-4_5 {
        margin-left: 80%;
    }

    .offset-sm-1_6 {
        margin-left: 16.66667%;
    }

    .offset-sm-5_6 {
        margin-left: 83.33333%;
    }

    .align-items-sm-start {
        align-items: start;
    }

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

    .align-items-sm-end {
        align-items: end;
    }

    .align-self-sm-start {
        align-self: start !important;
    }

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

    .align-self-sm-end {
        align-self: end !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

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

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .b-sm-block {
        display: block;
    }

    .b-sm-none {
        display: none;
    }
}

@media (min-width: 768px) {
    .container {
        padding: 0 2rem;
    }

    .row > *.col-g {
        padding-left: var(--gutter-x);
    }

    .row > *.col-gr {
        padding-right: var(--gutter-x);
        padding-left: var(--gutter-x);
    }

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

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

    .col-md-1 {
        width: 100%;
    }

    .col-md-1_2 {
        width: 50%;
    }

    .col-md-1_3 {
        width: 33.33333333%;
    }

    .col-md-2_3 {
        width: 66.66666667%;
    }

    .col-md-1_4 {
        width: 25%;
    }

    .col-md-2_4 {
        width: 50%;
    }

    .col-md-3_4 {
        width: 75%;
    }

    .col-md-1_5 {
        width: 20%;
    }

    .col-md-2_5 {
        width: 40%;
    }

    .col-md-3_5 {
        width: 60%;
    }

    .col-md-4_5 {
        width: 80%;
    }

    .col-md-1_6 {
        width: 16.66667%;
    }

    .col-md-5_6 {
        width: 83.33333%;
    }

    .offset-md-1_2 {
        margin-left: 50%;
    }

    .offset-md-1_3 {
        margin-left: 33.33333333%;
    }

    .offset-md-2_3 {
        margin-left: 66.66666667%;
    }

    .offset-md-1_4 {
        margin-left: 25%;
    }

    .offset-md-2_4 {
        margin-left: 50%;
    }

    .offset-md-3_4 {
        margin-left: 75%;
    }

    .offset-md-1_5 {
        margin-left: 20%;
    }

    .offset-md-2_5 {
        margin-left: 40%;
    }

    .offset-md-3_5 {
        margin-left: 60%;
    }

    .offset-md-4_5 {
        margin-left: 80%;
    }

    .offset-md-1_6 {
        margin-left: 16.66667%;
    }

    .offset-md-5_6 {
        margin-left: 83.33333%;
    }

    .align-items-md-start {
        align-items: start;
    }

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

    .align-items-md-end {
        align-items: end;
    }

    .align-self-md-start {
        align-self: start !important;
    }

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

    .align-self-md-end {
        align-self: end !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

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

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .b-md-block {
        display: block;
    }

    .b-md-none {
        display: none;
    }
}

@media (min-width: 1024px) {
    .col-lg {
        flex: 1 0 0%;
    }

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

    .col-lg-1 {
        width: 100%;
    }

    .col-lg-1_2 {
        width: 50%;
    }

    .col-lg-1_3 {
        width: 33.33333333%;
    }

    .col-lg-2_3 {
        width: 66.66666667%;
    }

    .col-lg-1_4 {
        width: 25%;
    }

    .col-lg-2_4 {
        width: 50%;
    }

    .col-lg-3_4 {
        width: 75%;
    }

    .col-lg-1_5 {
        width: 20%;
    }

    .col-lg-2_5 {
        width: 40%;
    }

    .col-lg-3_5 {
        width: 60%;
    }

    .col-lg-4_5 {
        width: 80%;
    }

    .col-lg-1_6 {
        width: 16.66667%;
    }

    .col-lg-5_6 {
        width: 83.33333%;
    }

    .offset-lg-1_2 {
        margin-left: 50%;
    }

    .offset-lg-1_3 {
        margin-left: 33.33333333%;
    }

    .offset-lg-2_3 {
        margin-left: 66.66666667%;
    }

    .offset-lg-1_4 {
        margin-left: 25%;
    }

    .offset-lg-2_4 {
        margin-left: 50%;
    }

    .offset-lg-3_4 {
        margin-left: 75%;
    }

    .offset-lg-1_5 {
        margin-left: 20%;
    }

    .offset-lg-2_5 {
        margin-left: 40%;
    }

    .offset-lg-3_5 {
        margin-left: 60%;
    }

    .offset-lg-4_5 {
        margin-left: 80%;
    }

    .offset-lg-1_6 {
        margin-left: 16.66667%;
    }

    .offset-lg-5_6 {
        margin-left: 83.33333%;
    }

    .align-items-lg-start {
        align-items: start;
    }

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

    .align-items-lg-end {
        align-items: end;
    }

    .align-self-lg-start {
        align-self: start !important;
    }

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

    .align-self-lg-end {
        align-self: end !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

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

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .b-lg-block {
        display: block;
    }

    .b-lg-none {
        display: none;
    }
}

@media (min-width: 1200px) {
    .container {
        padding: 0 4rem;
    }

    .col-xl {
        flex: 1 0 0%;
    }

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

    .col-xl-1 {
        width: 100%;
    }

    .col-xl-1_2 {
        width: 50%;
    }

    .col-xl-1_3 {
        width: 33.33333333%;
    }

    .col-xl-2_3 {
        width: 66.66666667%;
    }

    .col-xl-1_4 {
        width: 25%;
    }

    .col-xl-2_4 {
        width: 50%;
    }

    .col-xl-3_4 {
        width: 75%;
    }

    .col-xl-1_5 {
        width: 20%;
    }

    .col-xl-2_5 {
        width: 40%;
    }

    .col-xl-3_5 {
        width: 60%;
    }

    .col-xl-4_5 {
        width: 80%;
    }

    .col-xl-1_6 {
        width: 16.66667%;
    }

    .col-xl-5_6 {
        width: 83.33333%;
    }

    .offset-xl-1_2 {
        margin-left: 50%;
    }

    .offset-xl-1_3 {
        margin-left: 33.33333333%;
    }

    .offset-xl-2_3 {
        margin-left: 66.66666667%;
    }

    .offset-xl-1_4 {
        margin-left: 25%;
    }

    .offset-xl-2_4 {
        margin-left: 50%;
    }

    .offset-xl-3_4 {
        margin-left: 75%;
    }

    .offset-xl-1_5 {
        margin-left: 20%;
    }

    .offset-xl-2_5 {
        margin-left: 40%;
    }

    .offset-xl-3_5 {
        margin-left: 60%;
    }

    .offset-xl-4_5 {
        margin-left: 80%;
    }

    .offset-xl-1_6 {
        margin-left: 16.66667%;
    }

    .offset-xl-5_6 {
        margin-left: 83.33333%;
    }

    .align-items-xl-start {
        align-items: start;
    }

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

    .align-items-xl-end {
        align-items: end;
    }

    .align-self-xl-start {
        align-self: start !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-end {
        align-self: end !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

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

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .b-xl-block {
        display: block;
    }

    .b-xl-none {
        display: none;
    }
}

@media only screen and (min-width: 1801px) {
    .container {
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .row {
        --gutter-x: 1rem;
    }

    .row.g-my-1 {
        --gutter-y: 1rem;
    }
}

.grid-example {
    position: relative;
}

.grid-example.grid-example-auto > .row {
    min-height: auto;
    margin-bottom: 2rem;
}

.grid-example > .row {
    min-height: 12rem;
    margin-top: 0;
}

.grid-example > .row > * {
    margin-top: 0;
}

.grid-example::before, .grid-example::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.grid-example::before {
    background-color: var(--base);
}

.grid-example::after {
    background-color: var(--text);
    opacity: 0.05;
}

.grid-cell {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
    z-index: 1;
}

.grid-cell span {
    position: relative;
    z-index: 1;
}

.grid-cell::before, .grid-cell::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.grid-cell::before {
    background-color: var(--base);
}

.grid-cell::after {
    background-color: var(--text);
    opacity: 0.1;
}

.gx-3, .gx-2_5, .gx-2, .gx-1_5, .gx-1 {
    margin-right: calc(var(--gutter-x) * -0.5);
    margin-left: calc(var(--gutter-x) * -0.5);
}

.gx-3 > *, .gx-2_5 > *, .gx-2 > *, .gx-1_5 > *, .gx-1 > * {
    padding-right: calc(var(--gutter-x) * 0.5);
    padding-left: calc(var(--gutter-x) * 0.5);
}

.gx-3 {
    --gutter-x: 3rem;
}

.gx-2_5 {
    --gutter-x: 2.5rem;
}

.gx-2 {
    --gutter-x: 2rem;
}

.gx-1_5 {
    --gutter-x: 1.5rem;
}

.gx-1 {
    --gutter-x: 1rem;
}

.gx-0 {
    --gutter-x: 0;
}

.gy-4, .gy-3_5, .gy-3, .gy-2_5, .gy-2, .gy-1_5, .gy-1 {
    margin-top: calc(var(--gutter-y) * -1);
}

.gy-4 > *, .gy-3_5 > *, .gy-3 > *, .gy-2_5 > *, .gy-2 > *, .gy-1_5 > *, .gy-1 > * {
    margin-top: var(--gutter-y);
}

.gy-4 {
    --gutter-y: 4rem;
}

.gy-3_5 {
    --gutter-y: 3.5rem;
}

.gy-3 {
    --gutter-y: 3rem;
}

.gy-2_5 {
    --gutter-y: 2.5rem;
}

.gy-2 {
    --gutter-y: 2rem;
}

.gy-1_5 {
    --gutter-y: 1.5rem;
}

.gy-1 {
    --gutter-y: 1rem;
}

.gy-0 {
    --gutter-y: 0;
}

.g-0 {
    --gutter-x: 0;
    --gutter-y: 0;
}

.g-1 {
    --gutter-x: 1rem;
    --gutter-y: 1rem;
}

.giy {
    margin-top: var(--gutter-y);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    padding: 1.25rem 0 0;
    font-family: var(--heading-font-family), sans-serif;
    font-size: 1rem;
    color: var(--text);
}

.header-min .hf-amin {
    pointer-events: none;
}

.header-brand {
    display: flex;
    align-items: center;
    min-height: 2rem;
}

.logo {
    --logo-max-height: 2rem;
    --logo-tablet-max-height: 1.625rem;
    --logo-mobile-max-height: 1.25rem;
    display: block;
    color: var(--text);
    text-decoration: none;
    font-weight: 600;
    line-height: 1;
	margin-left: 2.75em;
    transition: color 0.2s, fill 0.2s;
}

.logo span {
    font-size: 1.5em;
}

.logo img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: contain;
    max-height: var(--logo-mobile-max-height);
}

.logo:hover {
    color: var(--text);
}

.mnu-btn {
    position: relative;
    width: 4em;
    min-width: 4em;
    height: 4em;
    overflow: hidden;
    margin-right: 4.75em;
    cursor: pointer;
    fill: orange;
}

.mnu-btn svg {
    display: block;
    width: 100%;
    height: 100%;
}

.mnu-btn svg rect {
    transition: all 0.3s 0s;
}

.mnu-btn:hover rect:nth-child(1) {
    width: 1.375em;
    transform: translateX(-0.25rem);
}

.mnu-btn:hover rect:nth-child(3) {
    width: 1.375em;
}

.mm-open .mnu-btn rect {
    transition-delay: 0s;
}

.mm-open .mnu-btn rect:nth-child(1) {
    width: 1.375em;
    transform: rotate(45deg) translate(0.1875em, -0.625em);
}

.mm-open .mnu-btn rect:nth-child(2) {
    width: 0;
}

.mm-open .mnu-btn rect:nth-child(3) {
    width: 1.375em;
    transform: rotate(-45deg) translate(-1em, 0.0625em);
}

.mm-open .main-menu {
    transform: none;
}

.mm-open .hf-amin {
    opacity: 0 !important;
}

.main-menu {
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(-100%);
    background-color: var(--base);
    z-index: 110;
}

.main-menu.main-menu-transition {
    transition: transform 0.3s ease-in-out;
}

.main-menu .lines {
    position: absolute;
}

.main-menu a {
    color: var(--text);
    text-decoration: none;
}

.mm-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 6.5rem 0 3rem;
    min-height: 100%;
}

.mm-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    font-family: var(--heading-font-family), sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.mm-list > li {
    position: relative;
    margin-bottom: 0.5rem;
}

.mm-list > li:last-child {
    margin-bottom: 0;
}

.mm-list > li.active > a {
    font-style: italic;
}

.mm-list > li.active > a::after {
    content: none;
}

.mm-list > li.open > a {
    color: var(--accent);
}

.mm-list > li.open > a::after {
    content: none;
}

.mm-list > li.open > a > span {
    color: var(--accent);
    -webkit-text-fill-color: var(--accent);
    -webkit-text-stroke: transparent;
}

.mm-list > li.open > a .mmi-btn {
    fill: var(--accent);
    stroke: var(--accent);
    transform: translateY(-50%) rotateX(180deg);
}

.mm-list > li > a {
    position: relative;
    display: inline-block;
    color: var(--text);
    text-decoration: none;
}

.mm-list > li > a > span {
    display: block;
    color: var(--text);
    -webkit-text-stroke: 1px var(--text);
    -webkit-text-fill-color: transparent;
}

.mm-list > li > a::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    color: var(--text);
    overflow: hidden;
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    transition: clip-path 0.4s linear;
    z-index: 1;
}

.mm-list > li > a:hover::after {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.mm-list > li > ul {
    display: none;
    font-size: 1.125rem;
    margin: 1rem 0 1.5rem;
}

.mm-list > li > ul > li {
    position: relative;
}

.mm-list > li > ul > li:last-child {
    margin-bottom: 0;
}

.mm-list > li > ul > li:hover > a, .mm-list > li > ul > li.active > a {
    opacity: 1;
    color: var(--accent);
}

.mm-list > li > ul > li:hover > a::before, .mm-list > li > ul > li.active > a::before {
    background-color: var(--accent);
}

.mm-list > li > ul > li > a {
    position: relative;
    display: inline-flex;
    text-transform: none;
    line-height: 2.5rem;
    padding-left: 1.25rem;
    opacity: 0.5;
}

.mm-list > li > ul > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-top: -2px;
    background-color: var(--text);
    opacity: 0.5;
    transition: all 0.2s;
}

.mmi-btn {
    display: flex;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 100%;
    fill: none;
    stroke-width: 1px;
    stroke: var(--text);
    cursor: pointer;
    transition: all 0.2s;
}

.mmi-btn:hover {
    stroke: var(--accent);
}

.mmi-btn svg {
    display: block;
    height: 100%;
    height: 1.5rem;
    width: 1.5rem;
    min-width: 1.5rem;
    margin: auto;
}

.mmc-item {
    margin-bottom: 1.25rem;
}

.mmc-item:last-child {
    margin-bottom: 0;
}

.mm-contacts {
    margin-top: 2.5rem;
    font-weight: bold;
}

.mmc-label {
    opacity: 0.5;
    font-style: italic;
    line-height: 1.5rem;
    margin-bottom: 0.25rem;
}

.mmc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
}

.mmc-list li {
    margin-left: 1rem;
}

.mmc-list li a {
    display: block;
    line-height: 1.75rem;
    text-decoration: none;
}

.mm-footer {
    margin-top: 2rem;
}

.mm-footer .mnuf-list {
    list-style: none;
    margin: 0 0 0 -2rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.mm-footer .mnuf-list li {
    margin-left: 2rem;
}

.mm-footer .mnuf-list li:hover a, .mm-footer .mnuf-list li.active a {
    opacity: 1;
}

.mm-footer .mnuf-list li a {
    display: block;
    text-decoration: none;
    line-height: 2rem;
    opacity: 0.5;
}

.mm-body,
.mmf-container {
    padding-left: 2rem;
}

.lang-outer {
    position: relative;
}

.lang {
    position: relative;
    line-height: 1.1;
    text-transform: capitalize;
}

.lang.open svg {
    fill: var(--accent);
    transform: rotateX(180deg);
}

.lang.open .lang-list {
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.lang-current {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 2rem;
}

.lang-current svg {
    fill: var(--text);
    width: 0.625em;
    min-width: 0.625em;
    height: 0.4375em;
    margin-left: 0.375em;
    transition: all 0.2s;
}

.lang-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.2s;
}

.lang-list li {
    opacity: 0;
}

.lang-list li a {
    display: block;
    text-decoration: none;
    color: var(--text);
    line-height: 1.75rem;
}

.lang-list li a:hover {
    color: var(--accent);
}

@media only screen and (min-width: 360px) {
    .mm-list {
        font-size: 2.25rem;
    }
}

@media (min-width: 768px) {
    .logo img {
        max-height: var(--logo-tablet-max-height);
    }

    .mm-body,
  .mmf-container {
        padding-left: 0;
    }

    .header {
        padding-top: 1.75rem;
    }

    .header-brand-is {
        line-height: 1.3;
    }

    .header-nav {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
		margin-top: 20px;
        width: 100%;
    }

    .secondary-mnu {
        position: relative;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 1.1;
    }

    .secondary-mnu li {
        margin-right: 2rem;
    }

    .secondary-mnu li:last-child {
        margin-right: 0;
    }

    .secondary-mnu li.active a, .secondary-mnu li:hover a {
        color: var(--accent);
    }

    .secondary-mnu li a {
        display: block;
        color: var(--text);
        text-decoration: none;
        font-weight: 500;
        line-height: 2rem;
    }

    .mm-list {
        font-size: 3rem;
    }

    .mm-footer {
        margin-top: 3rem;
    }

    .mmc-item {
        margin-bottom: 1.75rem;
    }

    .mm-outer {
        padding-left: 3rem;
    }

    .mmi-btn {
        padding-right: 0;
        width: 3rem;
    }
}

@media (min-width: 1024px) {
    .mm-outer,
  .mmf-container {
        padding-left: 10%;
    }

    .mm-list {
        font-size: 3.5rem;
    }

    .mm-list > li {
        margin: 0;
    }

    .mmc-item {
        margin-bottom: 2.5rem;
    }

    .mmi-btn {
        padding-right: 0.5rem;
        width: 4rem;
    }

    .mmi-btn svg {
        height: 2rem;
        width: 2rem;
        min-width: 2rem;
    }
}

@media (min-width: 1200px) {
    .header {
        padding-top: 2rem;
    }

    .logo img {
        max-height: var(--logo-max-height);
    }

    .mnu-btn.absolute-left {
        position: absolute;
        left: -2rem;
        top: 0;
    }

    .mm-list {
        font-size: 4rem;
        line-height: 1.4;
    }

    .mmc-item {
        margin-bottom: 3rem;
    }

    .mmi-btn {
        padding-right: 1rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mm-list {
        font-size: 4.5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .lang-outer .lang {
        position: absolute;
        right: 100%;
        top: 0px;
        white-space: nowrap;
        margin: 0;
    }
}

.section {
    position: relative;
    padding: 3.5rem 0;
}

.section.section-padding-none {
    padding: 0;
}

.section.section-pt-none {
    padding-top: 0;
}

.section.section-pb-none {
    padding-bottom: 0;
}

.section-spacing-clear {
    margin-top: -5rem;
}

.section-overflow-hidden {
    overflow: hidden;
}

.section-heading {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 2.5rem;
}

.section-heading h1, .section-heading h2 {
    position: relative;
    text-transform: uppercase;
    font-size: 2.7rem;
    margin: 0;
    font-kerning: none;
}

.section-heading h1 > span, .section-heading h2 > span {
    display: block;
}

.section-heading.section-heading-mb-none {
    margin-bottom: 0;
}

.sh-line {
    position: relative;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background-color: var(--border);
    margin-top: 1.125rem;
}

.shd-line {
    overflow: hidden;
}

.section-desc {
    font-weight: bold;
    font-size: 1.25rem;
    margin: 1.25rem 0 0 0;
    line-height: 1.4;
    max-width: 40rem;
}

.section-footer {
    padding-top: 2rem;
}

.section-footer-content {
    font-family: var(--additional-font-family), serif;
    font-size: 1.25rem;
    font-style: italic;
}

.text-row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-row-1 {
    -webkit-line-clamp: 1;
}

.text-row-2 {
    -webkit-line-clamp: 2;
}

.text-row-3 {
    -webkit-line-clamp: 3;
}

.text-row-4 {
    -webkit-line-clamp: 4;
}

.footer {
    display: none;
    color: var(--text);
}

.footer.footer-white {
    --text: #fff;
}

.go-to-top {
    display: none;
}

@media (min-width: 768px) {
    .footer-fixed {
        display: block;
        position: fixed;
        bottom: 1rem;
        right: 0;
        width: 2rem;
        z-index: 10;
    }

    .footer-fixed .footer-container {
        display: flex;
        align-items: center;
        width: 100%;
        transform: rotate(-90deg);
    }

    .footer-fixed .social-links-nav {
        margin-right: 1rem;
    }

    .footer-fixed .social-links-nav .social-links {
        font-size: 14px;
    }

    .footer-fixed .social-links-nav .social-links > li {
        transform: rotate(90deg);
        margin-right: 0;
    }

    .copyright {
        font-family: var(--heading-font-family), sans-serif;
        font-size: 0.75rem;
        font-weight: 500;
        line-height: 2rem;
        white-space: nowrap;
        width: 12.5rem;
    }

    .go-to-top {
        position: fixed;
        left: 0;
        bottom: 1.5rem;
        width: 2rem;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        display: flex;
        justify-content: center;
        fill: none;
        stroke: var(--text);
        cursor: pointer;
        z-index: 10;
        transition: all 0.2s;
    }

    .go-to-top.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media (min-width: 1200px) {
    .footer {
        right: 1rem;
    }

    .footer-fixed .social-links-nav .social-links {
        font-size: 16px;
    }

    .footer-fixed .social-links-nav .social-links > li {
        margin-left: 0.25rem;
    }

    .footer-fixed .social-links-nav .social-links > li:last-child {
        margin-bottom: 0;
    }

    .go-to-top {
        left: 1rem;
    }
}
/* === 4. General === */
.item-style {
    border: 1px solid var(--border);
    padding: 2.25rem;
    background-color: var(--base);
}

.item-heading,
.item-heading-large {
    position: relative;
    font-family: var(--heading-font-family), sans-serif;
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-line-height);
    font-size: 1.375rem;
    margin: 0 0 1.25rem 0;
    transition: color 0.2s;
}

.item-heading a,
.item-heading-large a {
    display: inline;
    text-decoration: none;
    color: var(--text);
}

.item-heading-large {
    font-size: 1.75rem;
}

.item-desc {
    margin: -0.5rem 0 1.25rem 0;
}

.item-text-row {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.item-text-row-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-text-row-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-line {
    height: 1px;
    border-top: 1px solid var(--border);
}

.aspect-ratio,
.el {
    --aspect-ratio-size: 100%;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.aspect-ratio::after,
.el::after {
    content: "";
    float: left;
    margin-top: 100%;
}

.aspect-ratio.ar-3x4::after,
.el.ar-3x4::after {
    margin-top: 133.33333%;
}

.aspect-ratio.ar-4x3::after,
.el.ar-4x3::after {
    margin-top: 75%;
}

.aspect-ratio.ar-4x5::after,
.el.ar-4x5::after {
    margin-top: 125%;
}

.aspect-ratio.ar-5x4::after,
.el.ar-5x4::after {
    margin-top: 80%;
}

.aspect-ratio.ar-16x9::after,
.el.ar-16x9::after {
    margin-top: 56.25%;
}

.aspect-ratio.ar-9x16::after,
.el.ar-9x16::after {
    margin-top: 177.7777%;
}

.aspect-ratio.ar-2x3::after,
.el.ar-2x3::after {
    margin-top: 150%;
}

.aspect-ratio.ar-3x2::after,
.el.ar-3x2::after {
    margin-top: 66.6666%;
}

.aspect-ratio.ar-2x1::after,
.el.ar-2x1::after {
    margin-top: 50%;
}

.aspect-ratio.ar-1x2::after,
.el.ar-1x2::after {
    margin-top: 200%;
}

.aspect-ratio.ar-custom::after,
.el.ar-custom::after {
    margin-top: var(--aspect-ratio-size);
}

.ar-abs,
.el-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.el-circle {
    border-radius: 50%;
}

.el-collection {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.el-collection.el-collection-close::before {
    transform: rotate(0);
}

.el-collection.el-collection-close::after {
    transform: rotate(0);
}

.el-collection span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid var(--border);
    background-color: var(--base);
    z-index: 2;
}

.el-collection::before, .el-collection::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--base);
    border: 1px solid var(--border);
    transition: transform 0.2s;
}

.el-collection::before {
    transform: rotate(4deg);
    z-index: 0;
}

.el-collection::after {
    transform: rotate(-4deg);
    z-index: 1;
}

.el-collection-hover:hover .el-collection::before {
    transform: rotate(4deg);
}

.el-collection-hover:hover .el-collection::after {
    transform: rotate(-4deg);
}

.el-collection-close:hover .el-collection::before {
    transform: rotate(0);
}

.el-collection-close:hover .el-collection::after {
    transform: rotate(0);
}

.el-collection-content {
    position: relative;
    z-index: 1;
}

.el-waves {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    pointer-events: none;
}

.el-waves span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.el-waves.el-waves-top span {
    border-top: 1px solid var(--border);
    animation: elWavesTopMin 2.1s linear infinite;
}

.el-waves.el-waves-top span:nth-child(2) {
    animation-delay: 0.7s;
}

.el-waves.el-waves-top span:nth-child(3) {
    animation-delay: 1.4s;
}

.el-waves.el-waves-bottom span {
    border-bottom: 1px solid var(--border);
    animation: elWavesBottomMin 2.1s linear infinite;
}

.el-waves.el-waves-bottom span:nth-child(2) {
    animation-delay: 0.7s;
}

.el-waves.el-waves-bottom span:nth-child(3) {
    animation-delay: 1.4s;
}

@keyframes elWavesTopMin {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-1.5rem);
        opacity: 0;
    }
}

@keyframes elWavesBottomMin {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(1.5rem);
        opacity: 0;
    }
}

.img-cover {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.b1, .b2, .b3, .b4 {
    position: absolute;
    background-color: var(--border);
}

.b1 {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
}

.b2 {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
}

.b3 {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.b4 {
    left: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
}

.d-inline-flex {
    display: inline-flex;
}

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

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

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

.text-bold {
    font-weight: bold;
}

.text-normal {
    font-weight: normal;
}

.list-style-none {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accent-color {
    color: var(--accent);
}

.svg-fill {
    fill: var(--text);
    stroke: none;
}

.svg-stroke {
    stroke: var(--text);
    fill: none;
}

.svg-fill-stroke {
    fill: var(--text);
    stroke: var(--text);
}

.svg-accent-fill {
    fill: var(--accent);
}

.svg-accent-stroke {
    stroke: var(--accent);
}

.svg-accent-fill-stroke {
    fill: var(--accent);
    stroke: var(--accent);
}

.text-circle {
    position: relative;
    width: 10rem;
    height: 10rem;
    margin: 0 auto;
    font-weight: 600;
    font-family: var(--heading-font-family), sans-serif;
    text-transform: uppercase;
}

.text-circle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    margin-left: -0.25rem;
    margin-top: -0.25rem;
    background-color: var(--accent);
    border-radius: 50%;
    z-index: 2;
}

.text-circle > svg {
    animation: textCircle 10s linear infinite;
    fill: var(--accent);
    width: 100%;
    height: 100%;
    font-size: 3rem;
}

.text-circle > svg path {
    fill: none;
}

@keyframes textCircle {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes textCircleReverse {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(-360deg);
    }
}

.br-clear br {
    display: none;
}

.spf {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.search-form {
    position: relative;
}

.search-form .form-field {
    margin-bottom: 1.25rem;
}

.search-form .form-field .form-label, .search-form .form-field input {
    font-size: 1.25rem;
    padding: 1.188rem 0;
}

.search-form .form-field input {
    border-top: 1px solid var(--border);
    padding-right: 3.5rem;
}

.search-form .form-field input:focus {
    border-color: var(--accent);
}

.search-form .form-field .form-label {
    border-top: 1px solid transparent;
}

.search-form .form-btn-min-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 480px) {
    .stairs-items {
        margin-top: 0;
    }

    .stairs-items > * {
        margin: 0;
    }

    .stairs-items > * .stairs-item {
        max-width: 22rem;
    }

    .stairs-items > *:nth-child(even) .stairs-item {
        margin-top: 3rem;
    }
}

@media (min-width: 1024px) {
    .stairs-items > *:nth-child(even) .stairs-item {
        margin-top: 4rem;
    }
}

@media (min-width: 1200px) {
    .stairs-items > *:nth-child(even) .stairs-item {
        margin-top: 5rem;
    }
}

@media only screen and (min-width: 1280px) {
    .item-heading {
        font-size: 1.5rem;
    }

    .item-heading-large {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1400px) {
    .stairs-items > * .stairs-item {
        max-width: 80%;
    }
}
/* === 5. Components === */
.preloader,
.ajax-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--base);
    opacity: 0;
    visibility: hidden;
    z-index: 1111111111;
    transition: opacity 0.2s;
}

.preloader.active,
.ajax-loader.active {
    opacity: 1;
    visibility: visible;
}

.preloader > div,
.ajax-loader > div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4rem;
    height: 4rem;
    margin-left: -2rem;
    margin-top: -2rem;
    border-radius: 50%;
    border: 1px solid var(--text);
    animation: preloader 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader {
    position: fixed;
}

@keyframes preloader {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }

    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }

    100% {
        transform: rotateY(3600deg);
    }
}

.ajax-loader.active {
    opacity: 0.75;
}

@media (min-width: 768px) {
    .lines {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: -1;
    }

    .lines .container, .lines .row {
        height: 100%;
    }

    .lines .col {
        position: relative;
    }

    .lines .col::before {
        content: "";
        position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: var(--text);
        opacity: 0.1;
    }

    .lines .col:last-child::after {
        content: "";
        position: absolute;
        right: 0.9375rem;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: var(--text);
        opacity: 0.1;
    }
}

.btn-outer {
    position: relative;
    max-width: 14rem;
    border-radius: 50%;
}

.btn-outer.btn-center {
    margin: 0 auto;
}

.btn-outer.btn-hover:hover .btn {
    background-color: var(--accent);
    border-color: var(--accent);
}

.btn-outer.btn-hover:hover .btn .sd-stroke {
    stroke: var(--accent);
}

.btn-outer.btn-hover:hover .btn .btn-icon > svg {
    transform: translateY(80px);
    opacity: 0;
    visibility: hidden;
}

.btn-outer.btn-hover:hover .btn .btn-text {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}

.btn-outer.btn-hover:hover .btn .btn-c {
    stroke: var(--accent);
}

.btn-outer.btn-hover:hover .btn-waves.btn-waves-top span, .btn-outer.btn-hover:hover .btn-waves.btn-waves-bottom span {
    animation: none;
}

.btn-default {
    position: relative;
    width: 100%;
    max-width: 12rem;
}

.btn-default.btn-small {
    max-width: 7rem;
}

.btn-default.btn-small .btn {
    font-size: 1.125rem;
}

.btn-default.btn-middle {
    max-width: 9rem;
}

.btn-default.btn-min {
    max-width: 2.5rem;
}

.btn-default.btn-min .btn {
    max-width: 2.5rem;
    min-width: 2.5rem;
}

.btn-default.btn-min .btn span {
    width: 80%;
    height: 80%;
}

.btn-default.btn-min .btn:hover::after {
    transform: translate(-50%, -50%) scale(0.8);
}

.btn-default.btn-center {
    margin: 0 auto;
}

.btn-default.btn-right {
    margin-left: auto;
}

.btn {
    position: relative;
    display: block;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 600;
    color: var(--base);
    width: 100%;
    max-width: 14rem;
    border-radius: 50%;
    padding: 0;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    background: transparent;
    border: none;
    z-index: 1;
    transition: all 0.2s;
}

.btn.btn-small {
    max-width: 7rem;
    font-size: 1.125rem;
}

.btn.btn-middle {
    max-width: 9rem;
}

.btn.btn-min {
    max-width: 2.5rem;
    min-width: 2.5rem;
}

.btn.btn-min span {
    width: 80%;
    height: 80%;
}

.btn.btn-min:hover::after {
    transform: translate(-50%, -50%) scale(0.8);
}

.btn.btn-font-size-min {
    font-size: 1.125rem;
}

.btn.btn-icon-r45 .btn-icon {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87%;
    height: 87%;
    border-radius: 50%;
    background-color: var(--accent);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.btn:before {
    content: "";
    padding-top: 100%;
    float: left;
}

.btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--accent);
    transition: all 0.2s;
}

.btn.btn-border {
    color: var(--text);
}

.btn.btn-border span {
    background-color: transparent;
}

.btn.btn-border::after {
    background-color: transparent;
    border: 1px solid var(--accent);
}

.btn.btn-secondary::after {
    background-color: var(--text);
}

.btn.btn-secondary span {
    background-color: var(--text);
}

.btn.btn-secondary:hover::after {
    background-color: var(--text);
}

.btn:hover {
    color: var(--base);
}

.btn:hover::after {
    transform: translate(-50%, -50%) scale(0.87);
    background-color: var(--accent);
}

.btn-waves-outer .btn.btn-border::after {
    border: 1px solid var(--border);
}

.btn-waves-outer .btn:hover.btn-border::after {
    border-color: var(--accent);
}

.btn-tc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    pointer-events: none;
    fill: var(--text);
    font-size: 2rem;
    z-index: 1;
    animation: textCircle 20s linear infinite;
}

.btn-main::after {
    content: none;
}

.btn-main .btn-text {
    display: block;
    white-space: nowrap;
    transform: translate(-50%, -50px);
    visibility: hidden;
    opacity: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    transition: all 0.2s;
}

.btn-circle-spikes {
    position: absolute;
    left: 0;
    top: 0;
    width: 115%;
    height: 115%;
    transform: translate(-6.5%, -6.5%);
    pointer-events: none;
}

.btn-circle-spikes svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: var(--border);
    animation: textCircle 35s linear infinite;
}

.btn-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 27%;
    stroke-width: 2px;
    width: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
}

.btn-icon > svg {
    margin: auto;
    height: 100%;
    fill: transparent;
    stroke: var(--text);
    transition: all 0.2s;
}

.sd-stroke {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    stroke: var(--border);
    stroke-width: 2px;
    fill: transparent;
    transition: stroke 0.15s;
}

.btn-text-circle {
    position: relative;
    display: block;
    width: 100%;
    max-width: 14rem;
    font-family: var(--heading-font-family), sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}

.btn-text-circle.btn-center {
    margin: 0 auto;
}

.btn-text-circle .btn-icon {
    animation: none;
}

.btn-text-circle .btn-icon > svg {
    stroke: var(--accent);
    stroke-width: 2px;
}

.btn-text-circle.btn-hover:hover {
    fill: var(--accent);
}

.btn-text-circle.btn-hover:hover .btn-icon {
    animation: btnArrowFromTopToBottom 2s linear infinite;
}

.btn-text-circle.btn-hover:hover .btn-icon > svg {
    fill: var(--accent);
}

.btn-circle {
    display: block;
    width: 100%;
    height: 100%;
    fill: var(--accent);
    font-size: 2.5rem;
    animation: textCircle 20s linear infinite;
    transition: transform 0.3s;
}

.btn-waves {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    pointer-events: none;
}

.btn-waves span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.btn-hover .btn-waves.btn-waves-top span,
.btn-waves-outer .btn-waves.btn-waves-top span {
    border-top: 1px solid var(--border);
    animation: btnWavesTopSmall 2.1s linear infinite;
}

.btn-hover .btn-waves.btn-waves-top span:nth-child(2),
.btn-waves-outer .btn-waves.btn-waves-top span:nth-child(2) {
    animation-delay: 0.7s;
}

.btn-hover .btn-waves.btn-waves-top span:nth-child(3),
.btn-waves-outer .btn-waves.btn-waves-top span:nth-child(3) {
    animation-delay: 1.4s;
}

.btn-hover .btn-waves.btn-waves-bottom span,
.btn-waves-outer .btn-waves.btn-waves-bottom span {
    border-bottom: 1px solid var(--border);
    animation: btnWavesBottomSmall 2.1s linear infinite;
}

.btn-hover .btn-waves.btn-waves-bottom span:nth-child(2),
.btn-waves-outer .btn-waves.btn-waves-bottom span:nth-child(2) {
    animation-delay: 0.7s;
}

.btn-hover .btn-waves.btn-waves-bottom span:nth-child(3),
.btn-waves-outer .btn-waves.btn-waves-bottom span:nth-child(3) {
    animation-delay: 1.4s;
}

.btn-hover .btn-waves.btn-waves-left span,
.btn-waves-outer .btn-waves.btn-waves-left span {
    border-left: 1px solid var(--border);
    animation: btnWavesLeftSmall 2.1s linear infinite;
}

.btn-hover .btn-waves.btn-waves-left span:nth-child(2),
.btn-waves-outer .btn-waves.btn-waves-left span:nth-child(2) {
    animation-delay: 0.7s;
}

.btn-hover .btn-waves.btn-waves-left span:nth-child(3),
.btn-waves-outer .btn-waves.btn-waves-left span:nth-child(3) {
    animation-delay: 1.4s;
}

.btn-hover .btn-waves.btn-waves-right span,
.btn-waves-outer .btn-waves.btn-waves-right span {
    border-right: 1px solid var(--border);
    animation: btnWavesRightSmall 2.1s linear infinite;
}

.btn-hover .btn-waves.btn-waves-right span:nth-child(2),
.btn-waves-outer .btn-waves.btn-waves-right span:nth-child(2) {
    animation-delay: 0.7s;
}

.btn-hover .btn-waves.btn-waves-right span:nth-child(3),
.btn-waves-outer .btn-waves.btn-waves-right span:nth-child(3) {
    animation-delay: 1.4s;
}

.btn-hover.btn-waves-outer-min .btn-waves.btn-waves-top span,
.btn-waves-outer.btn-waves-outer-min .btn-waves.btn-waves-top span {
    animation: btnWavesTopMin 2.1s linear infinite;
}

.btn-hover.btn-waves-outer-min .btn-waves.btn-waves-top span:nth-child(2),
.btn-waves-outer.btn-waves-outer-min .btn-waves.btn-waves-top span:nth-child(2) {
    animation-delay: 0.7s;
}

.btn-hover.btn-waves-outer-min .btn-waves.btn-waves-top span:nth-child(3),
.btn-waves-outer.btn-waves-outer-min .btn-waves.btn-waves-top span:nth-child(3) {
    animation-delay: 1.4s;
}

.btn-hover.btn-waves-outer-min .btn-waves.btn-waves-bottom span,
.btn-waves-outer.btn-waves-outer-min .btn-waves.btn-waves-bottom span {
    animation: btnWavesBottomMin 2.1s linear infinite;
}

.btn-hover.btn-waves-outer-min .btn-waves.btn-waves-bottom span:nth-child(2),
.btn-waves-outer.btn-waves-outer-min .btn-waves.btn-waves-bottom span:nth-child(2) {
    animation-delay: 0.7s;
}

.btn-hover.btn-waves-outer-min .btn-waves.btn-waves-bottom span:nth-child(3),
.btn-waves-outer.btn-waves-outer-min .btn-waves.btn-waves-bottom span:nth-child(3) {
    animation-delay: 1.4s;
}

.btn-hover.btn-waves-outer-min .btn-waves.btn-waves-left span,
.btn-waves-outer.btn-waves-outer-min .btn-waves.btn-waves-left span {
    animation: btnWavesLeftMin 2.1s linear infinite;
}

.btn-hover.btn-waves-outer-min .btn-waves.btn-waves-left span:nth-child(2),
.btn-waves-outer.btn-waves-outer-min .btn-waves.btn-waves-left span:nth-child(2) {
    animation-delay: 0.7s;
}

.btn-hover.btn-waves-outer-min .btn-waves.btn-waves-left span:nth-child(3),
.btn-waves-outer.btn-waves-outer-min .btn-waves.btn-waves-left span:nth-child(3) {
    animation-delay: 1.4s;
}

.btn-hover.btn-waves-outer-min .btn-waves.btn-waves-right span,
.btn-waves-outer.btn-waves-outer-min .btn-waves.btn-waves-right span {
    animation: btnWavesRightmMin 2.1s linear infinite;
}

.btn-hover.btn-waves-outer-min .btn-waves.btn-waves-right span:nth-child(2),
.btn-waves-outer.btn-waves-outer-min .btn-waves.btn-waves-right span:nth-child(2) {
    animation-delay: 0.7s;
}

.btn-hover.btn-waves-outer-min .btn-waves.btn-waves-right span:nth-child(3),
.btn-waves-outer.btn-waves-outer-min .btn-waves.btn-waves-right span:nth-child(3) {
    animation-delay: 1.4s;
}

@keyframes btnWavesTop {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-4rem);
        opacity: 0;
    }
}

@keyframes btnWavesBottom {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(4rem);
        opacity: 0;
    }
}

@keyframes btnWavesTopSmall {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-3rem);
        opacity: 0;
    }
}

@keyframes btnWavesBottomSmall {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(3rem);
        opacity: 0;
    }
}

@keyframes btnWavesTopMin {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-2rem);
        opacity: 0;
    }
}

@keyframes btnWavesBottomMin {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(2rem);
        opacity: 0;
    }
}

@keyframes btnWavesLeft {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(-4rem);
        opacity: 0;
    }
}

@keyframes btnWavesRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(4rem);
        opacity: 0;
    }
}

@keyframes btnWavesLeftSmall {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(-3rem);
        opacity: 0;
    }
}

@keyframes btnWavesRightSmall {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(3rem);
        opacity: 0;
    }
}

@keyframes btnWavesLeftMin {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(-2rem);
        opacity: 0;
    }
}

@keyframes btnWavesRightmMin {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(2rem);
        opacity: 0;
    }
}

@keyframes btnArrowFromTopToBottom {
    0% {
        transform: translate(-50%, -50%);
    }

    50% {
        transform: translate(-50%, 300%);
    }

    50.01% {
        transform: translate(-50%, -300%);
    }

    100% {
        transform: translate(-50%, -50%);
    }
}

.btn-arrows {
    position: relative;
    overflow: hidden;
    max-width: 36rem;
    margin: 0 auto;
}

.btn-arrows .btn-default {
    position: static;
    max-width: 10rem;
}

.btn-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4rem;
    overflow: hidden;
}

.btn-arrow svg {
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    fill: none;
    stroke: var(--text);
    stroke-width: 1.5px;
}

.btn-arrow.btn-arrow-prev {
    right: 50%;
    width: 50%;
}

.btn-arrow.btn-arrow-prev svg {
    right: 6.25rem;
    animation: btnArrow 3s ease 2s infinite;
    margin-left: auto;
}

.btn-arrow.btn-arrow-next {
    left: 50%;
    width: 50%;
}

.btn-arrow.btn-arrow-next svg {
    left: 6.25rem;
    animation: btnArrow 3s ease 1.5s infinite;
}

@keyframes btnArrow {
    0% {
        transform: translateX(0);
    }

    24.99% {
        transform: translateX(300%);
    }

    25% {
        transform: translateX(-300%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0);
    }
}

.btn-bn {
    position: fixed;
    left: 0;
    top: 50%;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: var(--heading-font-family), sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--accent);
    color: var(--base);
    line-height: 1.3;
    z-index: 11111;
}

.btn-bn:hover {
    color: var(--base);
}

@media (min-width: 768px) {
    .btn-outer, .btn-outer .btn, .btn-text-circle {
        max-width: 24.375rem;
    }

    .btn-outer-default.btn-outer, .btn-outer-default .btn {
        max-width: 14rem;
    }

    .btn-default {
        max-width: 14rem;
    }

    .btn-arrows .btn-default {
        max-width: 14rem;
    }

    .btn-arrow {
        height: 5.25rem;
    }

    .btn-arrow.btn-arrow-prev svg {
        right: 8.5rem;
    }

    .btn-arrow.btn-arrow-next svg {
        left: 8.5rem;
    }
}

@media (min-width: 1024px) {
    .btn-waves.btn-waves-top span {
        animation: btnWavesTop 2.1s linear infinite;
    }

    .btn-waves.btn-waves-bottom span {
        animation: btnWavesBottom 2.1s linear infinite;
    }

    .btn-arrows {
        margin: 0 0 0 auto;
    }
}

@media (min-width: 1200px) {
    .btn-icon {
        stroke-width: 1px;
    }

    .btn-outer-default .btn-icon {
        stroke-width: 1.5px;
    }

    .btn-arrow svg {
        stroke-width: 1px;
    }

    .btn-tc {
        font-size: 1.75rem;
    }

    .btn-bn {
        font-size: 0.875rem;
        width: 4rem;
        height: 4rem;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 768px) and (max-width: 900px) and (orientation: landscape) {
    .btn-outer, .btn-text-circle {
        margin-right: auto;
        margin-left: auto;
    }

    .btn-outer, .btn-text-circle {
        max-width: 14rem;
    }
}

@media (max-width: 767.98px) {
    .btn-outer.btn-outer-mob-right {
        margin: 2rem 0 2rem auto;
    }
}

.bread-crumbs {
    position: relative;
    display: block;
    padding-top: 2rem;
    z-index: 2;
}

.bread-crumbs.bread-crumbs-spacing-clear {
    padding: 0;
}

.bread-crumbs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    display: flex;
    width: 100%;
    max-width: 20.3125rem;
}

.bread-crumbs-list li {
    position: relative;
    margin-right: 2.25rem;
}

.bread-crumbs-list li::after {
    content: "";
    position: absolute;
    right: -1.625rem;
    top: 50%;
    display: block;
    width: 1rem;
    height: 1px;
    background-color: var(--text);
}

.bread-crumbs-list li:last-child {
    margin-right: 0;
    opacity: 0.5;
}

.bread-crumbs-list li:last-child::after {
    content: none;
}

.bread-crumbs-list li a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    color: var(--text);
}

.bread-crumbs-list li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 12rem;
}

@media (min-width: 768px) {
    .bread-crumbs {
        padding-top: 3.5rem;
        margin-bottom: -1rem;
    }

    .bread-crumbs.bread-crumbs-spacing-clear {
        margin: 0;
        padding: 0;
    }
}

.pagination {
    position: relative;
    margin-bottom: 3.5rem;
}

.pagination-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.pagination-list li {
    margin-right: 0.625rem;
}

.pagination-list li:last-child {
    margin-right: 0;
}

.pagination-list li:last-child a > svg {
    margin-left: 2px;
}

.pagination-list li:first-child a > svg {
    transform: rotate(180deg);
    margin-left: -2px;
}

.pagination-list li a, .pagination-list li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    border: 1px solid var(--border);
    font-weight: bold;
    text-decoration: none;
    border-radius: 50%;
    overflow: hidden;
    color: var(--text);
    fill: var(--text);
    transition: all 0.2s;
}

.pagination-list li a.current, .pagination-list li span.current {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--base);
    fill: var(--base);
}

.pagination-list li a > svg {
    height: 0.75rem;
}

.pagination-list li a:hover {
    border-color: var(--accent);
}

.pagination-list li.active a, .pagination-list li.active span {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--base);
    fill: var(--base);
}

@media (min-width: 768px) {
    .pagination {
        margin-top: -0.5rem;
        margin: 0 0 5rem 0;
    }
}

*::-webkit-input-placeholder,
*::placeholder {
    color: var(--placeholder);
    opacity: 1;
}

form {
    position: relative;
}

.form-control,
.form-control-file {
    position: relative;
    display: block;
    font-size: 1.125rem;
    font-family: var(--font-family), sans-serif;
    font-weight: var(--font-weight);
    width: 100%;
    padding: 0.875rem 0;
    margin-bottom: 1rem;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--border);
    background-color: transparent;
    outline: none;
    color: var(--text);
    line-height: 1.2;
    box-shadow: none;
    appearance: none;
    transition: all 0.2s;
}

.form-control:focus,
.form-control-file:focus {
    border-color: var(--accent);
}

textarea {
    height: auto;
    resize: none;
}

.form-control-file {
    color: var(--placeholder);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 2.25rem;
}

.form-control-file::after {
    content: "\e2bc";
    font-family: "Material Icons";
    font-size: 1.5rem;
    color: var(--placeholder);
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
}

.form-field {
    position: relative;
    margin-bottom: 2rem;
    font-size: var(--font-size);
}

.form-field.form-field-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--text);
    opacity: 0.1;
    pointer-events: none;
}

.form-field.form-field-bg .form-control,
.form-field.form-field-bg .form-control-file,
.form-field.form-field-bg .form-label {
    z-index: 1;
    border: none;
    padding: 0.875rem 1.25rem;
}

.form-field.form-field-disabled {
    opacity: 0.5;
}

.form-field input, .form-field textarea {
    margin: 0;
}

.form-field .form-control .form-control-file,
.form-field .form-label {
    margin: 0;
}

.form-field.error input,
.form-field.error textarea,
.form-field.error select {
    border-color: var(--error);
}

.form-field.focus .form-label {
    opacity: 0;
    visibility: hidden;
    transform: translateX(1rem);
}

.form-field div.error {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    color: var(--error);
    font-size: 0.875rem;
    padding-top: 2px;
}

.form-field input.error,
.form-field textarea.error,
.form-field select.error {
    border-color: var(--error);
}

.form-field input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -111;
}

.form-field input[type=file].error + .error + .form-control-file {
    border-color: var(--error);
}

.form-field.form-field-large .form-control,
.form-field.form-field-large .form-label {
    font-size: 2rem;
}

.form-field.form-field-large .form-control-file {
    padding-right: 2.5rem;
}

.form-field.form-field-large .form-control-file::after {
    font-size: 1.75rem;
}

form .row .form-field, form .gy-3 .form-field, form .gy-2_5 .form-field, form .gy-2 .form-field, form .gy-1_5 .form-field, form .gy-1 .form-field {
    margin-bottom: 0;
}

.input-states-labelled {
    display: block;
    line-height: 1;
}

.form-field-group {
    position: relative;
}

.form-field-group.focus .form-label {
    opacity: 0;
    visibility: hidden;
    transform: translateX(1rem);
}

.required {
    color: var(--error);
}

.form-label {
    font-size: 1.125rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    color: var(--placeholder);
    padding: 0.875rem 0;
    transition: all 0.2s;
    line-height: 1.2;
    border-bottom: 1px solid transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
    z-index: 1;
}

.form-field-controls {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-bottom: -1rem;
}

.form-field-control {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

/* Begin checkbox */
.checkbox {
    position: relative;
}

.checkbox-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.checkbox-input:checked + .checkbox-label {
    color: var(--text);
}

.checkbox-input:checked + .checkbox-label .checkbox-ico svg, .checkbox-input:checked + .checkbox-label .checkbox-ico i {
    opacity: 1;
}

.checkbox-label {
    position: relative;
    line-height: 1.4rem;
    font-weight: var(--font-weight);
    margin: 0;
    font-size: 1rem;
    display: flex;
    cursor: pointer;
    color: var(--placeholder);
    transition: color 0.2s;
}

.checkbox-label a {
    display: inline-flex;
    text-decoration: none;
    font-weight: bold;
}

.checkbox-label a:hover {
    text-decoration: underline;
}

.checkbox-ico {
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    margin-right: 0.625rem;
    border: 1px solid var(--border);
    border-radius: 50%;
    fill: var(--text);
    color: var(--text);
    transition: all 0.2s;
}

.checkbox-ico svg {
    margin: auto;
    width: 0.625rem;
    height: 0.625rem;
}

.checkbox-ico svg, .checkbox-ico i {
    opacity: 0;
    transition: all 0.2s;
}

/* End checkbox */
/* Begin radio */
.radio {
    position: relative;
}

.radio-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.radio-input:checked + .radio-label::after {
    opacity: 1;
}

.radio-label {
    position: relative;
    display: flex;
    font-size: 0.9375rem;
    font-weight: var(--font-weight);
    line-height: 1.25rem;
    margin: 0;
    padding: 0.0625rem 0 0 1.875rem;
    cursor: pointer;
}

.radio-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    border: 1px solid var(--border);
    border-radius: 50%;
    transition: all 0.2s;
}

.radio-label::after {
    content: "";
    position: absolute;
    left: 0.3125rem;
    top: 0.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    background-color: var(--border);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.2s;
}

/* End radio */
.form-btn-min-icon {
    position: relative;
    cursor: pointer;
    display: flex;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    color: var(--base);
    fill: var(--base);
    text-align: center;
    border: none;
    border-radius: 50%;
}

.form-btn-min-icon svg, .form-btn-min-icon span {
    position: relative;
    display: block;
    margin: auto;
    z-index: 1;
}

.form-btn-min-icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--text);
    transition: all 0.2s;
}

.form-btn-min-icon:hover::after {
    transform: scale(0.85);
}

@media (min-width: 768px) {
    .form-field {
        margin-bottom: 3rem;
    }

    .form-field.form-field-large .form-control,
  .form-field.form-field-large .form-label {
        font-size: 3rem;
    }

    .btn-arrows-contacts {
        margin-top: -2rem;
    }
}

@media (min-width: 1024px) {
    .form-field.form-field-large .form-control,
  .form-field.form-field-large .form-label {
        font-size: 4rem;
    }
}

@media (max-width: 767.98px) {
    form .gy-3 {
        --gutter-y: 2rem;
    }
}

.rating {
    display: flex;
    align-items: center;
    line-height: calc(var(--font-size) + 2px);
}

.rating li {
    display: block;
    width: calc(var(--font-size) + 2px);
    height: calc(var(--font-size) + 2px);
    fill: var(--text);
    opacity: 0.5;
}

.rating li.active {
    fill: var(--accent);
    opacity: 1;
}

.rating li svg {
    display: block;
    height: 100%;
}

.slider-outer-nav .slider-nav {
    display: flex;
}

.slider-outer-nav .slider-nav.slider-nav-abs {
    display: none;
    margin: 0;
}

.slider-nav {
    display: flex;
    align-items: center;
    margin: 2rem 0 0 -1.25rem;
}

.slider-nav.slider-nav-small .slider-btn {
    width: 3.5rem;
    height: 3.5rem;
}

.slider-nav.slider-nav-small .slider-btn svg {
    height: 10px;
}

.slider-btn {
    display: flex;
    width: 4.75rem;
    height: 4.75rem;
    border: 1px solid var(--border);
    border-radius: 50%;
    fill: none;
    stroke: var(--text);
    margin-left: 1.25rem;
    cursor: pointer;
    transition: background-color 0.2s, stroke 0.2s;
}

.slider-btn:hover {
    background-color: var(--text);
    stroke: var(--base);
}

.slider-btn svg {
    margin: auto;
}

.slider-nav-counter {
    font-family: var(--heading-font-family), sans-serif;
    font-weight: bold;
    margin-left: 1.25rem;
    min-width: 40px;
    text-align: center;
}

.slider-dots {
    display: flex;
    align-items: center;
    margin: 2rem 0 0 0;
}

.slider-dot {
    position: relative;
    display: flex;
    width: 18px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
}

.slider-dot::after {
    content: "";
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid var(--border);
    transition: background-color 0.2s;
}

.slider-dot:hover::after, .slider-dot.active::after {
    background-color: var(--border);
}

.slider-dot.active {
    pointer-events: none;
}

@media only screen and (min-width: 600px) {
    .slider-outer-nav .slider-nav {
        display: none;
    }

    .slider-outer-nav .slider-nav.slider-nav-abs {
        display: flex;
    }

    .slider-outer-nav {
        position: relative;
    }

    .slider-outer-nav .slider-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }

    .slider-outer-nav .slider-btn-prev {
        left: -7rem;
    }

    .slider-outer-nav .slider-btn-next {
        right: -7rem;
    }
}

@media (min-width: 768px) {
    .slider-nav {
        margin: 3rem 0 0 -1.25rem;
    }

    .slider-btn {
        width: 5.25rem;
        height: 5.25rem;
    }
}

.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 16px;
}

.social-links > li {
    margin-right: 0.5em;
}

.social-links > li:last-child {
    margin-right: 0;
}

.social-links > li > a {
    display: flex;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    fill: var(--text);
    text-decoration: none;
    transition: all 0.2s;
}

.social-links > li > a > svg {
    display: block;
    margin: auto;
    width: 1em;
    height: 1em;
}

.cursor {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
    pointer-events: none;
    will-change: transform;
    --d: 2.5rem;
    --r: -1.25rem;
}

.cursor::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--d);
    height: var(--d);
    transform: translate(var(--r), var(--r));
    border: 1px solid var(--text);
    border-radius: 50%;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.42, 1);
    transition-property: width, height, transform, border-color;
}

.cursor.mc::after {
    border-color: var(--accent);
}

.cursor.hide::after, .cursor.hidden::after {
    transform: scale(0.01);
}

.cursor.cursor-white::after {
    border-color: #fff;
}

.cursor.opposite::after {
    border-color: var(--base);
}

.cursor.crs {
    --d: 4rem;
    --r: -2rem;
    opacity: 0.3;
}

@media (pointer: fine) {
    .cursor {
        display: block;
    }
}

.grained-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.7;
}

@media (pointer: fine) {
    .grained-bg {
        z-index: 1111;
    }
}

#grained-bg {
    width: 100%;
    height: 100%;
}

/* === 6. Sections === */
.marquee {
    font-family: var(--heading-font-family), sans-serif;
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.1;
    width: 100%;
    padding: 2rem 0;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-item {
    display: flex;
    will-change: transform;
    transition: color 0.2s, -webkit-text-stroke 0.2s;
}

.marquee-item:nth-child(odd) {
    -webkit-text-stroke: 1px var(--text);
    color: transparent;
}

.marquee-item:hover {
    color: var(--accent);
}

.marquee-item:hover:nth-child(odd) {
    -webkit-text-stroke: 1px transparent;
}

@media (min-width: 768px) {
    .marquee {
        font-size: 4rem;
    }
}

@media (min-width: 1024px) {
    .marquee {
        font-size: 4.25rem;
    }
}

@media (min-width: 1200px) {
    .marquee {
        font-size: 5rem;
    }
}

@media only screen and (min-width: 1400px) {
    .marquee {
        font-size: 5.25rem;
    }
}

@media only screen and (min-width: 1550px) {
    .marquee {
        font-size: 6rem;
    }
}
/* === 7. Media === */
@media (min-width: 768px) {
    .section {
        padding: 5rem 0;
    }

    .section-heading {
        margin-bottom: 4rem;
    }

    .section-heading h1, .section-heading h2 {
        font-size: 4rem;
        font-weight: 600;
    }

    .section-heading.section-heading-small h1, .section-heading.section-heading-small h2 {
        font-size: 3rem;
        font-weight: bold;
    }

    .section-desc {
        font-size: 1.5rem;
        margin: 1.75rem 0 0 0;
    }

    .sh-line {
        margin-top: 1.5rem;
    }

    .section-footer {
        padding-top: 3rem;
    }

    .article-main-inner,
  .article-content {
        width: 100%;
        max-width: 51rem;
    }

    .block-padding-left-10-percent {
        padding-left: 10%;
    }
}

@media (min-width: 1024px) {
    .section-heading h1, .section-heading h2 {
        font-size: 4.25rem;
    }

    .section-heading.section-heading-middle h1, .section-heading.section-heading-middle h2 {
        font-size: 4rem;
    }
}

@media (min-width: 1200px) {
    .section-heading h1, .section-heading h2 {
        font-size: 5rem;
    }

    .section-footer-content {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1400px) {
    .section-heading h1, .section-heading h2, .section-heading h3 {
        font-size: 5.25rem;
    }
}

@media only screen and (min-width: 1550px) {
    .section-heading h1, .section-heading h2 {
        font-size: 6rem;
    }

    .section-heading.section-heading-middle h1, .section-heading.section-heading-middle h2 {
        font-size: 4.75rem;
    }

    .section-heading.section-heading-small h1, .section-heading.section-heading-small h2 {
        font-size: 3.5rem;
    }
}

@media only screen and (min-width: 1801px) {
    .main {
        position: relative;
        width: 100%;
        max-width: 1800px;
        margin: 0 auto;
        overflow-y: hidden;
    }

    .main::before, .main::after {
        content: "";
        position: absolute;
        top: 0;
        width: 1px;
        min-height: 100%;
        background-color: var(--text);
        opacity: 0.1;
    }

    .main::before {
        left: 0;
    }

    .main::after {
        right: 0;
    }
}

@media only screen and (max-width: 1365px) {
    html {
        font-size: 14px;
    }

    body {
        font-size: var(--font-size);
    }
}